:root {
    --blue: rgba(14, 84, 146, 1);
    --dark-blue: rgba(13, 52, 85, 1);
    --light-blue: rgba(13, 52, 85, 0.6);
    --green: rgba(93, 218, 121, 1);
}

body {
    color: var(--dark-blue);
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    overflow-x: hidden;
}

.bg {
    background: url('../img/green-triangle.svg') top 0 left 0 no-repeat,
    url('../img/blue-green-triangle.svg') top 200px right 0 no-repeat,
    url('../img/white-triangle.svg') top 30px right -50px no-repeat,
    url('../img/body-bg.jpg') top 0 left 0 / cover no-repeat;
}

.bg-page {
    background: url('../img/bg-page.svg') top 0 left 0 / cover no-repeat, #2579c6;
}

.bg-projects {
    background: url('../img/bg-projects.jpg') top 0 left 0 / cover no-repeat;
    max-height: 650px;
}

.bg .bg-projects, .bg-page .bg-projects {
    background: unset;
    max-height: unset;
}

.text-blue {
    color: #0E5492;
}

li {
    list-style-type: none;
}

ol {
    padding-left: 0;
}

ol li:not(:last-child) {
    margin-bottom: 10px;
}

h1, h2, h3 {
    text-transform: uppercase;
    font-family: "Ubuntu", sans-serif;
}

h1 {
    font-size: 96px;
    line-height: 106px;
    font-weight: 500;
}

h2 {
    color: #0E5492;
    font-size: 48px;
    line-height: 48px;
    font-weight: 500;
}

h3 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
}

h4 {
    color: #0E5492;
    font-size: 32px;
    line-height: 40px;
}

h5 {
    font-size: 18px;
    text-transform: uppercase;
    color: #5DDA79;
}

h6 {
    text-transform: uppercase;
    color: #0E5492;
    margin-bottom: 0;
}

button,
button:hover,
button:focus {
	font-family: inherit;
	outline: none;
}

ul {
    padding: 0;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

p {
  margin: 0;
}

.text-uppercase {
    text-transform: uppercase;
}

.next, .prev {
    cursor: pointer;
}

.btn {
    background: rgba(14, 84, 146, 0.7);
    border: 2px solid rgba(54, 210, 88, 1);
    border-radius: 0;
    color: #fff;
    padding: 10px 30px;
    font-size: 16px;
    line-height: 18px;
    transition: .4s;
}

.btn:hover {
    box-shadow: 0px 4px 4px 2px rgba(0, 0, 0, 0.25);
    background: rgba(14, 84, 146, 0.7);
    border: 2px solid rgba(54, 210, 88, 1);
    color: #fff;
    transition: .4s;
}

.btn:active, .btn:focus {
    box-shadow: 0px 4px 4px 2px rgba(0, 0, 0, 0.25);
    color: #fff !important;
    border: 2px solid rgba(54, 210, 88, 1) !important;
}

.breadcrumbs, .breadcrumbs a {
    color: rgba(184, 198, 220, 1);
}

.breadcrumbs span {
    color: rgba(14, 84, 146, 1);
}

header {
    padding-top: 38px;
}

header .navbar .btn {
    max-width: 212px;
    width: 100%;
}

header .navbar-nav {
    margin-left: auto;
}

header .nav-link {
    color: rgba(247, 249, 252, 1);
    margin-right: 40px;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
    font-size: 18px;
}

header .nav-link:hover {
    color: #5DDA79;
}

.main-offer .logo {
    padding-top: 140px;
    margin-left: 205px;
    max-width: 703px;
}

.offer {
    padding-bottom: 738px;
}

.offer-title {
    margin-top: 386px;
    margin-left: 235px;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 48px;
    line-height: 48px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0px 0px 5px #000000;
}

.offer .box {
    position: absolute;
    width: 256px;
    height: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #fff;
    transform: rotate(45deg);
    border: 1px solid var(--green);
}

.offer .box span {
    transform: rotate(-45deg);
    color: var(--blue);
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    transition: all .5s;
}

.offer .box img {
    transform: rotate(-45deg);
    position: absolute;
    top: 65%;
    left: 65%;
}

.offer .box img:last-child {
    position: absolute;
    top: 62%;
    left: 68%;
    opacity: 0;
    transition: all .5s;
}

.offer .box:hover img:last-child {
    opacity: 1;
    transition: all .5s;
}

.offer .box:hover span {
    color: var(--green);
    transition: all .5s;
}

.offer .box-desc:nth-child(7) {
    bottom: 30%;
    left: 5%;
}

.offer .box-desc:nth-child(7)::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-bottom: 12px solid var(--green);
    bottom: -20px;
}

.offer .box-desc:nth-child(3) {
    bottom: 0;
    left: 23%;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.offer .box-desc:nth-child(3)::after {
    content: '';
    position: absolute;
    width: 108%;
    height: 108%;
    border-bottom: 12px solid var(--green);
    border-right: 12px solid var(--green);
    bottom: -20px;
    right: -20px;
}

.offer .box-desc:nth-child(4) {
    bottom: 31%;
    left: 41%;
}

.offer .box-desc:nth-child(4)::after, .offer .box-desc:nth-child(5)::after, .offer .box-desc:nth-child(6)::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-right: 12px solid var(--green);
    right: -20px;
}

.offer .box-desc:nth-child(5) {
    bottom: 61%;
    left: 59%;
}

.offer .box-desc:nth-child(6) {
    bottom: 91%;
    left: 77%;
}

.about {
    margin-top: 240px;
}

.about h2 {
    position: relative;
    max-width: 732px;
    padding-left: 16%;
    padding-top: 12px;
    padding-bottom: 12px;
    background: var(--green);
}

.about h2::after, .about h2::before {
    content: '';
    position: absolute;
    width: 101%;
    height: 100%;
    border: 1px solid var(--green);
}

.about h2::after {
    left: -15px;
    bottom: -7px;
}

.about h2::before {
    left: 0;
    top: -7px;
}

.about h2 img {
    margin-right: 40px;
}

.about .d-flex {
    margin-top: 80px;
}

.about-box {
    position: relative;
    border: 1px solid var(--green);
    text-align: center;
    max-width: 348px;
    width: 100%;
    padding: 50px 10px;
    background-color: #fff;
}

.about-box::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 100%;
    border-bottom: 10px solid var(--green);
}

.about-box .number {
    text-transform: uppercase;
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 30px;
}

.about-box-big {
    padding: 40px 73px 86px;
    font-size: 32px;
    line-height: 42px;
    width: 100%;
}

.about-box-big .number {
    font-size: 96px;
    line-height: 105.6px;
}

.about-text {
    max-width: 810px;
}

.about-text p {
    margin-bottom: 10px;
}

.line {
    content: '';
    width: 96px;
    height: 2px;
    background-color: var(--green);
    margin-right: 18px;
}

.more {
    margin-top: 40px;
    display: flex;
    align-items: center;
}

.more a {
    color: var(--dark-blue);
}

.news {
    margin-top: 195px;
}

.news h2, .projects h2 {
    margin-bottom: 20px;
}

.news h2 span, .projects h2 span {
    margin-right: 40px;
}

.news .news-slider-nav {
    position: absolute;
    top: -20px;
    right: -30px;
    z-index: 2;
}

/*Пока слайдер не инициализировался*/
.news-slider:not(.slick-initialized), .news-slider-nav:not(.slick-initialized) {
    display:flex;
    max-width:100%;
    overflow:auto;
}

.news-slide:not(.slick-slide), .news-slide-nav:not(.slick-slide){
    width:100%;/*Зависит от начального количества слайдов*/
    flex:0 0 auto;
}

.news .news-slide-nav {
    width: 320px;
    height: 142px;
    padding: 16px 24px;
    background-color: #fff;
}

.news .news-slide-nav:first-child {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.news .news-slide-nav:not(:last-child) {
    border-right: 1px solid var(--green);
}

.news-slide-nav .date {
    color: var(--green);
}

.news-slide {
    display: flex !important;
    align-items: end;
    max-height: 479px;
}

.news-slide img {
    margin-right: 50px;
    max-width: 812px;
}

.news-slide .news-text {
    max-width: 445px;
}

.news-slide .news-text p {
    margin-top: 20px;
}

.news .next {
    width: 58px;
    height: 58px;
    position: absolute;
    top: 20%;
    right: 320px;
    margin-top: -10px;
    background: url('../img/news-next.svg') center no-repeat, var(--blue);
    z-index: 2;
}

.news .next:hover {
    background: url('../img/news-next.svg') center no-repeat, var(--green);
}

.news .prev {
    width: 58px;
    height: 58px;
    position: absolute;
    top: 20%;
    left: 860px;
    margin-top: -10px;
    background: url('../img/news-prev.svg') center no-repeat, var(--blue);
    z-index: 2;
}

.news .prev:hover {
    background: url('../img/news-prev.svg') center no-repeat, var(--green);
}

.projects {
    margin-top: 177px;
    padding-bottom: 60px;
}

.projects h2 {
    display: flex;
    align-items: center;
}

.projects-items {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.projects-item video {
    object-fit: cover;
    display: none;
}

.projects-item img:not(.d-flex img) {
    object-fit: cover;
}

.projects-items .projects-item:nth-child(1) {
    cursor: pointer;
}

.projects-items .projects-item:nth-child(1), .projects-items .projects-item:nth-child(2), .projects-items .projects-item:nth-child(1) img:not(.d-flex img), .projects-items .projects-item:nth-child(2) img:not(.d-flex img) {
    height: 355px;
}

.projects-items .projects-item:nth-child(2) img:not(.d-flex img), .projects-items .projects-item:nth-child(3) img:not(.d-flex img) {
    width: 100%;
}

.projects-items .projects-item:nth-child(3), .projects-items .projects-item:nth-child(3) img:not(.d-flex img), .projects-items .projects-item:nth-child(4), .projects-items .projects-item:nth-child(4) img:not(.d-flex img) {
    height: 430px;
}

.projects-items .projects-item:nth-child(1), .projects-items .projects-item:nth-child(4) {
    width: 40%;
}

.projects-items .projects-item:nth-child(2), .projects-items .projects-item:nth-child(3) {
    width: 58%;
}

.projects .d-flex {
    position: absolute;
    max-width: 323px;
    bottom: 5%;
    left: 0;
    width: 100%;
    padding-left: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 20px;
    background: var(--green);
}

.projects .d-flex::after, .projects .d-flex::before {
    content: '';
    position: absolute;
    width: 101%;
    height: 100%;
    border: 1px solid var(--green);
}

.projects .d-flex::after {
    left: -10px;
    bottom: -7px;
}

.projects .d-flex::before {
    left: 0;
    top: -7px;
}

.projects .projects-item span {
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: var(--blue);
}

.projects .position-relative {
    overflow-x: hidden;
}

.geography {
    margin-top: 170px;
    padding-top: 148px;
    padding-bottom: 200px;
    background: linear-gradient(180deg, rgba(37, 121, 198, 1) 0%, #0D3455 100%);
}

.geography h2 {
    position: absolute;
    top: -40px;
    max-width: 970px;
    padding-left: 16%;
    padding-top: 12px;
    padding-bottom: 12px;
    background: var(--green);
}

.geography h2::after, .geography h2::before {
    content: '';
    position: absolute;
    width: 101%;
    height: 100%;
    border: 1px solid var(--green);
}

.geography h2::after {
    left: -15px;
    bottom: -7px;
}

.geography h2::before {
    left: 0;
    top: -7px;
}

.geography h2 img {
    margin-right: 25px;
    margin-left: 50px;
}

.map-list .map-list-item {
    cursor: pointer;
    color: var(--green);
    margin: 10px 0;
    transition: 0.4s;
    font-size: 18px;
}

.map-list .map-list-item.active {
    font-size: 20px;
    text-decoration: underline;
    color: #fff;
}

.map_item path:last-child {
    display: none;
}

.map_item.active path:first-child {
    display: none;
}

.map_item.active path:last-child {
    display: block;
}

.map_img_item {
    position: absolute;
    top: 30%;
    left: -50%;
    transform: translate(-50%, -50%);
    background-color: #0000002b;
    max-width: 300px;
    padding: 10px;
    transition: 1.5s ease;
}

.map_img_item.active {
    left: 38%;
    transition: 1.5s ease;
}

.partner-slider {
    margin-top: 140px;
}

.partner-slider .slick-track {
    display: flex !important;
    align-items: center;
}

.partner-slider .next {
    width: 58px;
    height: 58px;
    position: absolute;
    top: 30%;
    right: -25px;
    margin-top: -10px;
    background: url('../img/arrow-green-right.svg') center no-repeat;
    z-index: 2;
}

.partner-slider .prev {
    width: 58px;
    height: 58px;
    position: absolute;
    top: 30%;
    left: -25px;
    margin-top: -10px;
    background: url('../img/arrow-green-left.svg') center no-repeat;
    z-index: 2;
}

.footer {
    background: rgba(19, 72, 118, 1);
    padding-top: 120px;
    padding-bottom: 53px;
    font-size: 18px;
}

.footer .position-absolute {
    width: 100%;
    top: -75px;
}

.footer span {
    margin-bottom: 13px;
}

.footer .nav-link {
    padding: 0;
}

.footer .btn {
    max-width: 212px;
    width: 100%;
    margin-bottom: 14px;
}

.footer p {
    opacity: 0.6;
}

.footer p:first-child {
    margin-bottom: 9px;
}

.footer .text-center {
    margin-top: 54px;
}

.navbar-toggler {
    position: relative;
    width: 72px;
    height: 46px;
    border: none;
    box-shadow: none;
}

.navbar-toggler span, .navbar-toggler span:after, .navbar-toggler span:before {
    height: 2px;
    width: 40px;
    right: 32%;
    border-radius: 15px;
    position: absolute;
    background: #fff;
    margin: 0 auto;
    transition: 0.5s; 
}

.navbar-toggler span:after, .navbar-toggler span:before {
    content: '';
}

.navbar-toggler span:after{
    bottom: 8px;
    right: 0;
    width: 40px;
    transition: 0.5s; 
}
.navbar-toggler span:before{
    top: 8px;
    right: 0;
    width: 40px;
    transition: 0.5s; 
}

.navbar-toggler.open-menu span {
    transform: rotate(45deg);
    top: 20px;
    width: 40px;
    left: 32%;
    transition: 0.5s; 
}
.navbar-toggler.open-menu span:before {
    opacity:0;
    transition: 0.5s;
}
.navbar-toggler.open-menu span:after {
    transform: rotate(-90deg);
    bottom: 0px !important;
    transition: 0.5s;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.btn-up {
    position: fixed;
    background-color: var(--blue);
    right: 20px;
    bottom: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 50px;
    transition: 0.4s;
  }
  
.btn-up::before {
    content: "";
    width: 40px;
    height: 40px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/%3E%3C/svg%3E");
    transition: 0.4s;
}
  
.btn-up_hide {
    display: none;
    transition: 0.4s;
}

/* PAGE-ABOUT */
.about-offer {
    margin-top: 100px;
}
/* .bg-page .row {
    padding: 0 116px;
} */

/* .offcanvas-body .nav-link {
    margin-right: 0;
}

.offcanvas-btn {
    position: relative;
    width: 72px;
    height: 46px;
    border: none;
    background: transparent;
}

.offcanvas-btn span, .offcanvas-btn span:after, .offcanvas-btn span:before {
    content: '';
    position: absolute;
    background-color: rgba(14, 84, 146, 1);
    height: 2px;
    width: 70px;
    right: 0;
}

.offcanvas-btn span:before {
    top: 10px;
}

.offcanvas-btn span:after {
    bottom: 10px;
} */

/* .bg-page .navbar {
    padding-top: 60px;
    margin: 0 116px;
}

.bg-page .navbar-nav {
    flex-direction: column;
}

.bg-page header .nav-link {
    color: rgba(14, 84, 146, 1);
}

.bg-page header .nav-link:hover {
    color: rgba(14, 84, 146, 1);
    border-bottom: 1px solid rgba(14, 84, 146, 1);
} */

.about-offer p {
    color: rgba(13, 52, 85, 1);
}

.director {
    margin-bottom: 120px;
}

.director_img {
    top: 60px;
}

.director_bg {
    background-color: #2579C6;
    color: #fff;
    padding: 60px 78px 62px 174px;
}

.director_bg span {
    text-transform: uppercase;
    font-family: "Ubuntu", sans-serif;
    font-size: 24px;
}

.about-advantages .container {
    background: linear-gradient(90deg, #2478C5 1.03%, #0E5492 100%);
    color: #fff;
    padding: 80px 0;
}

.about-advantages h2 {
    font-weight: 400;
    text-transform: none;
    color: #fff;
    margin-bottom: 60px;
}

.about-advantages p:not(.about-advantages_text p) {
    margin-left: 20px;
}

.about-advantages .about-advantages_img {
    max-width: 444px;
    width: 100%;
}

.about-advantages .about-advantages_img_1, .about-advantages .about-advantages_img_2 {
    width: 100%;
}

.about-advantages .about-advantages_img:first-child {
    top: -150px;
    background-color: #fff;
}

.about-advantages .about-advantages_img:last-child {
    bottom: -150px;
}

.about-advantages_text {
    top: 79px;
    left: 31px;
    right: 31px;
    color: rgba(14, 84, 146, 1);
}

.about-advantages_text span {
    font-size: 80px;
    line-height: 88px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
}

.about-advantages_text .text-uppercase {
    font-size: 24px;
    line-height: 33.6px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
}

.success h2, .control h2, .principles h2, .history h2 {
    font-weight: 400;
    text-transform: none;
    margin-bottom: 60px;
    color: rgba(14, 84, 146, 1);
}

.success h2 {
    margin-top: 120px;
}

.success h5 {
    border-bottom: 1px solid #5DDA79;
    width: 100%;
    text-transform: uppercase;
}

.success .d-sm-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 0 33px;
}

.bg-page .card {
    margin-left: 113px;
    max-width: 792px;
    padding: 53px 116px 118px;
    background-color: #fff;
    border-radius: 14px;
    border: none;
}

.bg-page .card img {
    max-width: 70px;
    position: absolute;
    bottom: 52px;
    right: 48px;
}

.success .d-xxl-flex img {
    height: 247px;
    object-fit: cover;
    width: 100%;
}

.success .d-xxl-flex img:not(:last-child) {
    margin-right: 20px;
}

.success .d-xxl-flex img:first-child, .success .d-xxl-flex img:last-child {
    max-width: 328px;
}

.principles-slider {
    margin-top: 60px;
    margin-bottom: 86px !important;
}

.principles-slider img {
    width: 100%;
}

.slick-dots li button:before {
    font-size: 12px;
    color: rgba(14, 84, 146, 1) !important;
}

.history .container {
    padding-bottom: 120px !important;
}

.history-slide {
    margin: 0 10px;
}

.history-slide span {
    display: block;
    font-size: 48px;
    line-height: 53px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    color: rgba(14, 84, 146, 1);
}

.history-slide img {
    margin-top: 20px;
}

.history-slide p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
    color: rgba(14, 84, 146, 1);
}

.history .next {
    width: 58px;
    height: 58px;
    position: absolute;
    bottom: -5%;
    right: 0;
    margin-top: -10px;
    background: url('../img/news-next.svg') center no-repeat, var(--blue);
    z-index: 2;
}

.history .next:hover {
    background: url('../img/news-next.svg') center no-repeat, var(--green);
}

.history .prev {
    width: 58px;
    height: 58px;
    position: absolute;
    bottom: -5%;
    right: 58px;
    margin-top: -10px;
    background: url('../img/news-prev.svg') center no-repeat, var(--blue);
    z-index: 2;
}

.history .prev:hover {
    background: url('../img/news-prev.svg') center no-repeat, var(--green);
}

/* PAGE - RECOMMENDATIONS + SRO */
.recommend-offer, .sro-offer {
    margin-top: 100px;
}

.recommend-offer h2 {
    color: #fff;
}

.recommend-offer .m-auto, .sro-offer .m-auto, .about-offer .m-auto {
    padding-bottom: 40px;
    border-bottom: 1px solid #36D258;
}

.recommend-offer .col-lg-5 {
    max-width: 511.5px;
    margin-left: 30px;
}

.recommend-offer .swiper, .sro-offer .offset-lg-6, .about-offer .col-lg-5 {
    height: 700px;
}

.recommend-offer-slider, .swiper, .sro-offer .offset-lg-6, .about-offer .col-lg-5 {
    background: #fff;
    box-shadow: 0px 4px 30px 0px #789CCB4D;
    padding: 0 30px;
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.recommend-offer-slider .slick-track {
    padding: 40px 0;
}

.recommend-offer .justify-content-between img {
    width: fit-content;
}

.recommend-partner .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 65px;
    background-color: #F2F5FA;
    padding: 120px 116px;
    margin-top: -40px;
}

.cap {
    position: relative;
    z-index: 1;
    height: 70px;
    box-shadow: 0px 1px 2px 0px #0000004D;
}

.cap-img {
    background-color: #fff;
}

.cap-title {
    padding: 0 19px;
    background-color: #2579C6;
    color: #F2F5FA;
    text-transform: uppercase;
    font-size: 16.5px;
    line-height: 19.5px;
}

.recommend-partner-slider .next {
    width: 58px;
    height: 58px;
    position: absolute;
    bottom: -15%;
    left: 50%;
    background: url('../img/news-next.svg') center no-repeat, var(--blue);
    z-index: 2;
}

.recommend-partner-slider .next:hover {
    background: url('../img/news-next.svg') center no-repeat, var(--green);
}

.recommend-partner-slider .prev {
    width: 58px;
    height: 58px;
    position: absolute;
    bottom: -15%;
    left: 32%;
    background: url('../img/news-prev.svg') center no-repeat, var(--blue);
    z-index: 2;
}

.recommend-partner-slider .prev:hover {
    background: url('../img/news-prev.svg') center no-repeat, var(--green);
}

.sro-offer .row {
    background: url('../img/sro-offer-bg.svg') bottom left -10px no-repeat;
    background-size: contain;
    padding-right: 0;
}

.sro-card .container, .success .container {
    background-color: #F2F5FA;
    padding: 60px 68px;
    margin-top: -40px;
}

.sro-card .container {
    padding: 120px 68px 60px;
}

.control .container, .principles .container, .history .container {
    background-color: #F2F5FA;
    padding: 60px 68px;
}

.sro-card .sro-card-item {
    margin-bottom: 120px;
}

.sro-card .card-img .d-flex {
    background-color: #fff;
    width: 328px;
    height: 311px;
    border: 2px solid #5DDA79;
}

.sro-card .card-img {
    margin-right: 60px;
}

.sro-card hr {
    border-top: 10px solid #5DDA79;
    opacity: 1;
    margin-top: 10px;
    margin-bottom: 0;
    max-width: 328px;
}

.sro-card .card-text h4 {
    margin-bottom: 20px;
}

.sro-card .card-text p {
    margin-bottom: 40px;
}

.sro-card .card-text a {
    text-decoration: underline;
    display: block;
    width: 100%;
    text-align: end;
}

@media (min-width: 1920px) {
    .about h2 {
        width: fit-content;
    }
    .about h2 span {
        margin-right: 20px;
    }
    .about h2, .geography h2 {
        max-width: unset;
    }
}
  
@media (hover: hover) and (pointer: fine) {
    .btn-up:hover {
      background-color: var(--dark-blue);
      transition: 0.4s;
    }
}

@media (max-width: 1500px) {
    .footer .position-absolute {
        top: -40px;
    }
}

@media (max-width: 1400px) {
    .main-offer .logo {
        max-width: 503px;
        margin-left: 120px;
        padding-top: 50px;
    }
    .offer {
        padding-bottom: 160px;
    }
    .offer .d-xxl-none {
        margin-top: 100px;
        gap: 150px;
    }
    .offer-title {
        margin-top: 100px;
        margin-left: 0;
        text-align: center;
    }
    .offer .box {
        position: relative;
        bottom: unset !important;
        left: unset !important;
        right: unset;
        top: unset;
        width: 230px;
        height: 235px;
    }
    .news .news-slider-nav {
        position: relative;
        top: unset;
        right: unset;
        margin-bottom: 30px;
    }
    .news-slide {
        align-items: center;
    }
    .news-slide img {
        width: 50%;
    }
    .news .prev {
        top: 40%;
        left: 0;
    }
    .news .next {
        top: 40%;
        right: 0;
    }
    .principles-slide img, .success-slide img {
        min-height: 300px;
        object-fit: cover;
        width: 100%;
    }
    .success-slide {
        margin: 0 10px;
    }
    .director_img {
        max-width: 350px;
    }
    .recommend-offer .col-lg-5 {
        max-width: unset;
        margin-left: 0;
    }
}

@media (max-width: 1200px) {
    header .navbar .d-flex a {
        width: 212px;
    }
    .news-slide {
        padding: 0 50px;
    }
    .news .news-slide-nav {
        max-width: unset;
    }
    .news-slide img {
        margin-right: 30px;
    }
    .about-box:nth-child(2) {
        margin: 0 20px;
    }
    .about-box .number:not(.about-box-big .number) {
        font-size: 36px;
    }
    .about-box-big {
        height: fit-content;
    }
    .success .d-xxl-flex img:first-child, .success .d-xxl-flex img:last-child {
        max-width: unset;
    }
    .success .d-xxl-flex img:not(:last-child) {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .success .d-sm-grid {
        grid-template-columns: 1fr 1fr;
        gap: 33px;
    }
    .bg-page .card {
        margin-left: 53px;
    }
}

@media (max-width: 991px) {
    header .nav-link {
        margin-right: 0;
    }
    .about h2 {
        max-width: 632px;
        padding-left: 14%;
    }
    .about .about-content {
        flex-direction: column;
    }
    .about-box {
        max-width: 100%;
    }
    .about-text {
        margin-top: 40px;
    }
    .about .about-content {
        margin-top: 40px;
    }
    .about-box:nth-child(2) {
        margin: 30px 0;
    }
    .about-offer .col-lg-5 {
        height: auto;
        margin-top: 80px;
        padding: 38px 30px;
    }
    .news {
        margin-top: 80px;
    }
    .news-slide {
        flex-direction: column;
    }
    .news-slide img {
        width: 100%;
        margin-right: 0;
    }
    .news-slide .news-text {
        max-width: unset;
        margin-top: 20px;
    }
    .projects .d-flex {
        max-width: 90%;
    }
    .geography h2 {
        max-width: 632px;
    }
    .map-list {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .map-list-item {
        margin-right: 10px !important;
    }
    .footer p {
        text-align: center;
    }
    .about-offer {
        margin-top: 60px;
    }
    .bg-page .navbar {
        margin: 0 12px;
    }
    .bg-page .row, .about-advantages .row {
        margin: 0 12px;
    }
    .about-advantages .container {
        padding-bottom: 267px;
        padding-top: 278px;
    }
    .bg-page .card {
        margin-left: 0;
        padding: 20px 16px 78px 20px;
    }
    .about-advantages_img_1 img, .about-advantages_img_2 img {
        width: 100%;
    }
    .about-advantages .position-relative .about-advantages_img_1 {
        top: -360px;
        width: 100%;
        left: 0;
        right: 0;
        margin: auto;
        display: flex;
        justify-content: center;
    }
    .about-advantages .position-relative .about-advantages_img_2 {
        bottom: -380px;
        left: 0;
        right: 0;
        margin: auto;
        display: flex;
        justify-content: center;
    }
    .about-advantages_text span {
        font-size: 48px;
        line-height: 57px;
    }
    .about-advantages h2 {
        margin-bottom: 20px;
    }
    .success h2, .history h2 {
        margin-bottom: 20px;
        text-align: center;
    }
    .control h2, .principles h2 {
        margin-bottom: 0;
        text-align: center;
    }
    .bg-page .card {
        margin-top: 40px;
    }
    .bg-page .card img {
        max-width: 53px;
        bottom: 20px;
        right: 20px;
    }
    .bg-page .card {
        margin-bottom: 40px;
    }
    .bg-page .navbar {
        padding-top: 0;
    }
    .bg-page .navbar-toggler {
        top: -15px;
    }
    .principles-slide img, .success-slide img {
        height: 222px;
    }
    .recommend-offer {
        padding-bottom: 40px;
    }
    .recommend-offer-slide img {
        padding: 0 10px;
    }
    .recommend-partner {
        background: #F2F5FA;
        padding: 80px 0 160px;
    }
    .recommend-partner .row {
        margin-top: 40px;
        display: flex;
    }
    .recommend-offer-slider .slick-track {
        display: flex;
        align-items: center;
    }
    .recommend-partner-slide {
        display: flex !important;
        flex-direction: column;
    }
    .recommend-partner-slider .prev {
        left: 38%;
    }
    .sro-offer {
        padding-bottom: 113px;
    }
    .sro-offer .row {
        background: unset;
        padding-right: 0;
        padding-left: 0;
    }
    .sro-offer .d-lg-none h2 {
        color: #fff;
    }
    .sro-card .card-img .d-flex {
        width: 158px;
        height: 149px;
    }   
    .sro-card hr {
        border-top: 5px solid #5DDA79;
        opacity: 1;
        margin-top: 5px;
        width: 158px;
    }
    .director_img {
        max-width: 247px;
        top: 33px;
    }
    .director_bg {
        display: flex;
        align-items: end;
        max-width: 400px;
        height: 307px;
        padding: 58px 9px 26px 0px;
    }
    .map_img_item {
        top: 20%;
        max-width: 200px;
    }
    .map_img_item.active {
        left: 50%;
        transition: 1.5s ease;
    }
}

@media (max-width: 768px) {
    body {
        background: url('../img/green-triangle.svg') top 0 left 0 no-repeat,
          url('../img/body-bg.jpg') top 0 left 0 no-repeat;
        font-size: 16px;
        line-height: 24px;
      }
    .bg {
        background: unset;
    }
    .main-offer .logo {
        margin: auto;
    }
    .offer .box {
        width: 180px;
        height: 180px;
    }
    .offer .box span {
        font-size: 20px;
    }
    .offer .d-xxl-none {
        gap: 90px;
    }
    .about h2, .geography h2 {
        max-width: 532px;
    }
    .projects-items .projects-item {
        width: 100% !important;
    }
    .news-slider-nav .slick-track {
        display: flex;
        flex-direction: column;
    }
    .news .news-slide-nav {
        width: 100%;
    }
    .partner-slider .next {
        right: 0;
    }
    .partner-slider .prev {
        left: 0;
    }
    .footer .position-absolute {
        display: none;
    }
    .bg-page .collapse.show {
        flex-direction: column;
    }
    .bg-page .navbar-nav {
        margin-left: unset;
    }
    .bg-page .navbar .btn, .bg-page .navbar .d-flex {
        width: 100%;
    }
    .history-slide span {
        font-size: 36px;
        line-height: 43px;
    }
    .history-slide p {
        font-size: 12px;
        line-height: 18px;
    }
    .history .next {
        bottom: -50%;
    }
    .history .prev {
        bottom: -50%;
    }
    .history-slide img {
        width: 100%;
    }
    .bg-page .row, .about-advantages .row {
        padding: 0;
        margin: 0 0.5rem;
    }
    .recommend-partner .row {
        margin-top: 40px;
    }
    .sro-card .container {
        padding: 80px 12px 120px;
    }
    .sro-card .card-img {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-right: 0;
    }
    .sro-card .card-img img {
        max-width: 101px;
    }
    .sro-card .card-text {
        margin-top: 40px;
    }
    .sro-card .card-text h4 {
        font-size: 18px;
        line-height: 27px;
        text-align: center;
    }
    .success h2 {
        margin-top: 60px;
    }
    .sro-card .container, .success .container, .control .container, .principles .container, .history .container {
        padding: 30px 12px;
    }
    .slick-dotted.slick-slider {
        margin-bottom: 0;
    }
    .director_bg {
        height: 307px;
    }
}

@media (max-width: 576px) {  
    body {
        font-size: 16px;
        line-height: 20px;
    }
    h2 {
        font-size: 28px;
        line-height: 33px;
    }
    h3 {
        font-size: 20px;
        line-height: 28px;
    }
    .about h2, .geography h2 {
        max-width: 345px;
    }
    .news-slide {
        padding: 0 20px;
    }
    .news .prev, .news .next {
        top: 25%;
        width: 40px;
        height: 40px;
    }
    .geography {
        padding-top: 80px;
    }
    .recommend-partner-slider .prev {
        left: 32%;
    }
    .slider .slide {
        background: #fff;
        box-shadow: 0px 1.79px 13.41px 0px #789CCB4D;
        padding: 40px 22px 29px 23px;
        height: 236px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .slider .slide h5 {
        border-bottom: none;
    }
    .slider .slide p {
        margin-top: 10px;
        text-align: center;
        font-size: 20px;
        line-height: 30px;
    }
    .map_img_item {
        top: 10%;
        max-width: 150px;
    }
}