.title_content {
    display: none;
}

.content {
    position: static;
    margin-bottom: 0;
}

.our_partners {
    margin-top: 0;
}

.menu ul li,
.menu ul li a {
    font-weight: 500;

}

/*.button.arrow_move {*/
/*    display: none;*/
/*}*/


.page_reports {
    font-family: 'Noto Sans', sans-serif;
}

.reports-custom-element {
    position: relative;
    /*width: 970px;*/
    /*width: 100%;*/
    /*height: 279px;*/
    flex-shrink: 0;
    background: url(/local/templates/agsr/components/bitrix/news/services/reports/images/reports_background.png);
    background-size: cover;
    padding: 20px;
    text-align: center;
}

.reports-custom-element h2 {
    margin-top: 20px;
    margin-bottom: 30px;
    color: #93AC3C;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
}

.reports-custom-element p {
    margin-bottom: 20px;
    color: #FFF;
    text-align: justify;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 166.7%;
}

.reports-entry-button {
    display: flex;
    height: 46px;
    padding: 18px 34px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    background: #93AC3C;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.1s;
    margin: 0 0 0 auto;
    max-width: 200px;
}

.button-text {
    display: inline-block;
    transition: transform 0.3s ease;
    color: #eee;

}

.reports-entry-button:hover .button-text {
    transform: translateX(10px);
    color: #eee;

}


.info {
    display: none;
    position: absolute;
    background-color: white;
    padding: 10px;
    z-index: 10;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #93AC3C;
    white-space: nowrap;


    color: #4A4A49;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.info span {
    color: #4A4A49;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

/*.minsk-info {*/
/*    top: 65%;*/
/*    left: 30%;*/
/*    transform: translateY(-50%) translateX(5%);*/
/*}*/

/*.vitebsk-info {*/
/*    top: 55%;*/
/*    left: 40%;*/
/*    transform: translateY(-50%) translateX(5%);*/
/*}*/

/*.mogilev-info {*/
/*    top: 70%;*/
/*    left: 50%;*/
/*    transform: translateY(-50%) translateX(5%);*/
/*}*/

/*.gomel-info {*/
/*    top: 80%;*/
/*    left: 45%;*/
/*    transform: translateY(-50%) translateX(5%);*/
/*}*/

/*.grodno-info {*/
/*    top: 70%;*/
/*    left: 25%;*/
/*    transform: translateY(-50%) translateX(5%);*/
/*}*/

/*.brest-info {*/
/*    top: 80%;*/
/*    left: 25%;*/
/*    transform: translateY(-50%) translateX(5%);*/
/*}*/

.minsk-info,
.brest-info,
.grodno-info,
.mogilev-info,
.gomel-info,
.vitebsk-info {
    top: auto;
    left: auto;
    margin-top: 200px;
}


/* Решаемые задачи */


.tasks_section {
    position: relative;
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
    padding: 20px 15px 30px;
    text-align: center;
}

.tasks_section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    z-index: -1;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.50), rgba(255, 255, 255, 0.50)),
    url(../images/task_background.jpeg) center top/cover no-repeat,
    url(../images/task_background.jpeg) center bottom/cover no-repeat,
    lightgray;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-left: -50vw;
    margin-right: -50vw;
}


.tasks {
    /*display: grid;*/
    gap: 20px;
}


.two-cards {
    /*grid-template-columns: repeat(2, 1fr);*/
    display: flex;
    justify-content: center;
}

.two-cards .task {
    max-width: 400px;
}

.three-cards {
    /*grid-template-columns: repeat(3, 1fr);*/
    display: flex;
    justify-content: center;
}

.three-cards .task {
    min-width: 340px;
}


.tasks-container h2 {
    text-align: center;
    margin: 20px 0;
    color: #000;
    font-size: 24px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
}

.task-description {
    flex: 1;
    padding-right: 20px;
    height: 100%;
    position: relative;

}

.task {
    border-right: 12px solid #93AC3C;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin: 20px;
    transition: transform 0.2s;
}

.task:hover {
    transform: translateY(-5px);
    background: #93AC3C;
}

.task:hover h3 {
    color: #FFF;
}

.task:hover img {
    color: #000000;
    transform: translateX(60px);

}

.task h3 {
    color: #93AC3C;
    font-size: 20px;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 20px;
    min-height: 50px;
}

.task p {
    font-size: 14px;
    margin-bottom: 20px;
    text-align: left;
    white-space: break-spaces;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    color: #000;
}


.task-icon-1 img {
    width: 94px;
    height: 87px;
}

.task-icon-2 img {
    width: 87px;
    height: 83px;
}

.task-icon-3 img {
    width: 90px;
    height: 90px;
}

.task-icon-4 img {
    width: 95px;
    height: 95px;
}

.task-icon-5 img {
    width: 90px;
    height: 90px;
}

.task-icon-1 {
    position: absolute;
    right: -10px;
    bottom: 0;
}


.task-icon-2 {
    position: absolute;
    right: -15px;
    bottom: 0;
}

.task-icon-3,
.task-icon-4,
.task-icon-5 {
    position: absolute;
    right: 0;
    bottom: 0;

}


.feedback-container {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.feedback-content {
    flex: 1;
    max-width: 50%;
    text-align: left;
}

.feedback-content h2 {
    font-size: 24px;
    margin-bottom: 40px;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    font-family: 'Noto Sans', sans-serif;


}

.feedback-content p {
    margin-bottom: 15px;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    white-space: break-spaces;

}

.feedback-content a {
    color: #93AC3C;
    text-decoration-line: underline;
}

.feedback-content a:hover {
    color: #4D784E;
}

.feedback_background {
    flex: 1;
    /*max-width: 50%;*/
    position: relative;
    /*padding: 20px;*/
    /*top: -80px;*/
    /*top: -50px;*/
}

.feedback_background img {
    width: 100%;
    /*height: 100%;*/
    /*height: 80%;*/
}

.feedback_background a {
    position: absolute;
    bottom: 45%;
    right: 35%;
    padding: 10px 20px;
    background-color: #93AC3C;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 14px;
}

.feedback_background a:hover {
    background: white;
    color: black;
}

.advantages {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 20px 0;
    margin-top: 50px;
}

.advantage {
    flex: 1;
    text-align: center;
    margin: 0 10px;
    /*padding: 20px;*/
    border-radius: 10px;
    transition: transform 0.3s ease;

}

.advantage:hover {
    transform: scale(1.1);
}


.advantage p {
    margin-top: 20px;
    font-size: 16px;
}

.reports-map-container {
    display: flex;
    justify-content: center;
    /*gap: 50px;*/
    margin: 60px 0;
}

.reports-map-container .map {
    position: relative;
    padding: 20px;
    flex: 1;
    max-width: 430px;
    max-height: 370px;
    background-image: url(../images/reports-map.png);
    background-size: cover;
}

.reports-data-summary > * {
    /* margin-bottom: 65px; */
}

.reports-data-summary {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: flex-start;
    border-right: 10px solid #93AC3C;
    padding-right: 20px;
    text-align: initial;
    margin: 0;
    /* gap: revert; */
    /* flex-wrap: inherit; */
}


.reports-data-summary .data-item {
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 55px;
    /* flex-wrap: unset; */
}

.reports-data-summary .data-item .separator {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 250px;
    height: 2px;
    background-color: #93AC3C99;

}

.reports-data-summary .data-item-1 {
    align-self: flex-end;
    top: 10px;
}

.reports-data-summary .data-item .counter-container {
    font-size: 36px;
}


.reports-data-summary .data-item-1 .counter-container {
    color: #4D784E;
    font-size: 48px;

}

.reports-data-summary .data-item-2 {
    align-self: flex-start;
    max-width: 305px;
    color: #C8D235;
}

.reports-data-summary .data-item-2 .counter-container {
     color: #C8D235;
}


.reports-data-summary .data-item-3 {
    align-self: flex-end;
    color:#93AC3C;
    max-width: 345px;
}

.reports-data-summary .data-item-3 .counter-container {
    color: #93AC3C;
}


.reports-data-summary .data-item-4 {
  align-self: flex-start;
  color: black;
  max-width: 345px;
}

.reports-data-summary .data-item-4 .counter-container {
    color: black;
}

.reports-data-summary .data-item span:not(.counter-container):not(.counter) {
    color: #000;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

}

.reports-data-summary .data-item span:not(.counter-container):not(.counter) {
    font-size: 14px;
}

