html, body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

.iti__tel-input::placeholder {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
}

.iti input.iti__tel-input, .iti input.iti__tel-input[type=tel] {
    padding-left: 45px !important;
}

.body--fixed {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
}

.hidden {
    display: none !important;
}

.body--fixed #wpadminbar {
    position: relative;
}

.main {
    overflow: hidden;
}

span {
    margin: 0;
    padding: 0;
}

a:hover {
    transition: all .3s ease-in;
}

.container {
    max-width: 1344px;
    margin: 0 auto;
    padding: 0 20px;
}

@media (max-width: 1600px) {
    .container {
        max-width: 1230px;
        padding: 0 60px;
    }
}

@media (max-width: 1024px) {
    .container {
        max-width: 100%;
        padding: 0 25px;
    }
}

@media (max-width: 599px) {
    .container {
        padding: 0 20px;
    }
}

body.page-template-homepage {
    background: none;
}

.first {
    max-width: 100%;
    height: 840px;
    display: flex;
    flex-direction: column;
    background-image: url("../images/bg-1.webp");
    background-repeat: no-repeat;
}

.header {
    position: fixed;
    width: 100%;
    z-index: 10;
    transition: all .4s ease-in-out;
}

.header nav ul li a {
    color: rgba(3, 71, 92, 1);
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    text-decoration: none;
}

.header nav ul li a:hover {
    text-decoration: underline;
    color: #00789F;
}

.header nav ul li {
    position: relative;
}

.header .sub-menu {
    display: none;
    position: absolute;
}

.header nav ul li .sub-menu {
    position: absolute;
    border-radius: 0;
    padding: 40px 0;
    transition: all .5s ease-in-out;
}

.header nav ul li .sub-menu li {
    padding: 10px 40px;
    background: #E4F3FF;
    position: relative;
}

.header nav ul li .sub-menu li:first-of-type {
    padding: 15px 40px 10px;
}

.header nav ul li .sub-menu li:last-of-type {
    padding: 10px 40px 15px;
}

.header nav ul li .sub-menu li:first-of-type::after {
    content: '';
    position: absolute;
    height: 14px;
    width: 14px;
    transform: rotate(45deg);
    background: #E4F3FF;
    top: -5px;
    left: 20px;
    z-index: -1;
}

.sub-menu--active .sub-menu {
    display: block;
}

.header .menu-item-has-children::after {
    content: '';
    position: absolute;
    right: 40px;
    width: 11px;
    height: 10px;
    background-image: url(../images/nav-item.svg);
    top: 7px;
    background-repeat: no-repeat;
    margin: auto;
    inset: 0;
    transform: translate(15px, -1px);
}

.header__languages {
    display: flex;
    position: absolute;
    top: 0;
    left: 419px;
}

.menu-item--active a {
    color: rgba(164, 43, 185, 1) !important;
}

.header--scroll .header__inner {
    padding: 20px 0 20px;
}

.header--scroll .logo {
    margin: 0;
}

.header--scroll .header__languages {
    display: flex;
    position: relative;
    align-items: center;
    margin: 0 35px;
    left: initial;
}

.header--scroll {
    background-image: url(../images/bg-1.webp);
    background-color: rgba(180, 213, 238, 1);
    transition: all .4s ease-in-out;
}

.header__inner {
    display: flex;
    align-items: center;
    padding-top: 118px;
    position: relative;
}

.toggle-lang {
    width: 144px;
    height: 31px;
    display: flex;
    justify-content: center;
    position: absolute;
    left: 32%;
}

.variant {
    cursor: pointer;
    width: 50%;
    height: 100%;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #03475C;
    transition: background-color 0.3s ease;

}

.variant:hover {
    background-color: #aaa;
}

.active {
    background-color: #66bb6a;
    color: white;
}

.arrow {
    width: 40px;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #3BA9DC;
    border: none;
}

.logo {
    width: 224px;
    height: 47px;
    margin: 0 168px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.logo a img {
    width: 100% !important;
    height: 100% !important;
}

.logo-first {
    width: 100%;
    height: 48%;

}

.logo-second {
    position: relative;
    left: 1%;
}

.nav {
    display: flex;
    position: relative;
}

.menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 0;
    flex-direction: row;
}

.menu-item {
    text-transform: uppercase;
    white-space: nowrap;
    margin: 0;
    cursor: pointer;
    list-style-type: none;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #03475C;
}

.menu-item:not(:last-of-type) {
    padding-right: 40px;
}

.header .menu-item-has-children {
    position: relative;
    padding-right: 65px;
}

.menu-item:hover {
    color: #A42BB9;
}

.header__burger {
    display: none;
}

.slider__slide[data-swiper-slide-index="2"] .icon-wrap {
    max-width: 214px;
}

.slider__slide[data-swiper-slide-index="1"] .icon-wrap {
    max-width: 252px;
}

@media (max-width: 1440px) {
    .header--scroll .header__inner {
        padding: 20px 20px 20px;
    }

    .header .logo {
        margin: 0 50px 0 0;
    }

    .header--scroll .logo {
        margin: 0;
        margin: 0 20px 0 0;
    }

    .header nav ul li a {
        font-size: 12px;
    }
}

@media (max-width: 1024px) {

    .header__burger {
        width: 32px;
        height: 32px;
        margin: auto 0;
    }

    .header--scroll .logo {
        margin: 20px auto;
    }

    .header--scroll .header__inner {
        padding: 23px 25px 20px;
    }

    .header--scroll .header__inner {
        align-items: center;
    }

    .header__inner {
        min-height: 75px;
    }

    .header .nav {
        visibility: hidden;
        height: 0;
        width: 0;
    }

    .header .nav.menu--active .nav {
        display: flex;
        transform: translate(0, 0);
        transition: all .7s ease-in-out;
        position: relative;
        visibility: visible;
        height: 100%;
        width: 100%;
    }

    .header .nav.menu--active .nav::before {
        content: '';
        position: absolute;
        width: 12px;
        height: 11px;
        background-color: rgba(1, 76, 133, .8);
        left: -11px;
        top: 39px;
        z-index: 1;
        opacity: 0.8;
        clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
        transform: rotate(-90deg);
    }

    .header .nav.menu--active {
        visibility: visible;
        display: flex;
        flex-direction: column;
        position: absolute;
        height: 100svh;
        top: 0;
        left: 0;
        width: 100%;
        background: rgba(1, 76, 133, .9);
        z-index: 10;
        transform: translateX(17%);
        transition: all .5s ease-in-out;
    }

    .header nav ul li .sub-menu li:first-of-type::after, .sub-menu li::before, .header .menu-item-has-children::after {
        display: none !important;
    }

    .header__burger.menu-btn--active {
        margin-right: auto;
    }

    .header nav ul li a:not(.header nav ul li .sub-menu a) {
        font-size: 18px;
        line-height: 32px;
        font-weight: 600;
        color: #fff;
        padding: 21px 35px;
        display: block;
        position: relative;
        width: fit-content;
        text-decoration: none !important;
    }

    .header nav ul li a:focus:not(.header nav ul li .sub-menu a) {
        text-decoration: none;
    }

    .header nav ul .sub-menu--active a:not(.header nav ul li .sub-menu a)::after {
        rotate: 90deg;
        transition: rotate .3s ease-in-out;
    }

    .header nav ul li .sub-menu a {
        font-size: 18px;
        line-height: 32px;
        font-weight: 600;
        color: #fff;
        padding: 21px 32px;
    }

    .header nav ul li {
        width: 100%;
    }

    .header nav ul li.menu-item-has-children a:not(.header nav ul li.menu-item-has-children .sub-menu a)::after {
        content: '';
        position: absolute;
        right: -15px;
        width: 11px;
        height: 15px;
        top: 27px;
        background-repeat: no-repeat;
        left: unset;
        background-image: url(../images/mobile-arrow.svg);
        transition: rotate .3s ease-in-out;
    }

    .header nav ul li .sub-menu {
        position: relative;
        border-radius: 0;
        padding: 0px 0;
        transition: all .5s ease-in-out;
    }

    .header nav ul li .sub-menu li {
        padding: 10px 0px;
        background: transparent;
        position: relative;
    }

    .header nav ul li::before {
        position: absolute;
        content: "";
        bottom: 0;
        width: 72%;
        height: 2px;
        background-color: rgba(255, 255, 255, 1);
        opacity: 0.2;
    }

    .header nav ul li .sub-menu li:first-of-type {
        padding: 0;
    }

    .header nav ul li .sub-menu li:last-of-type {
        padding: 0 0 24px;
    }

    .nav.menu--active .menu {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        margin-top: 20px;
    }

    .header--scroll .header__languages {
        display: flex;
        position: absolute;
        align-items: center;
        margin: 0;
        left: 0;
    }

    .kabala__languages-arrow {
        background: rgba(59, 169, 220, .2);
        border-radius: 0 10px 10px 0;
        height: 39px;
    }

    .kabala__languages-arrow svg path {
        stroke: rgba(59, 169, 220, 1);
    }

    .header__languages {
        color: #03475C;
        font-size: 14px;
        left: 0;
        max-width: 80px;
        width: 100%;
        top: 50%;
        transform: translate(0, -50%);
    }

    .kabala__languages-current {
        background-color: rgba(59, 169, 220, .2);
        font-size: 14px;
        padding-left: 13px;
        height: 39px;
        width: 35px;
    }

    .header__inner {
        padding: 28px 25px 27px;
        background: white;
        justify-content: flex-end;
        min-height: auto;
    }

    .header__burger {
        display: flex;
    }

    .header .logo {
        margin-right: auto;
        margin-left: auto;
        max-width: 224px;
    }

    .header--scroll {
        top: 0;
    }

    .header--menu-active .logo, .header--menu-active .header__languages {
        width: 0;
        margin: 0;
        height: 0;
        visibility: hidden;
        transform: translateX(-100%);
    }

    .header .logo, .header .header__languages {
        transition: transform .5s ease-in-out;
    }

    .slider__slide[data-swiper-slide-index="2"] .slide__image .slide__img {
        max-width: 360px;
    }
}

@media (max-width: 599px) {
    .kabala__languages-arrow {
        height: 30px;
        width: fit-content;
        padding-right: 10px;
    }

    .slider__slide[data-swiper-slide-index="1"] .slide__image {
        transform: translateX(0%) translateY(-4%);
    }

    .kabala__languages-current {
        height: 30px;
        font-size: 12px;
        line-height: 21.6px;
        padding-left: 7px;
        width: 36px;
    }

    .header .logo {
        max-width: 152px;
        position: absolute;
        margin: auto;
        inset: 0;
        height: 44px;
        overflow: clip;
        transform: translateX(5px);
    }

    .header .logo img {
        max-width: 100%;
    }

    .header .nav.menu--active .nav::before {
        top: 30px;
    }

    .slider {
        padding: 69px 0 0;
    }

    .header__inner {
        padding: 18px 20px 18px;
        min-height: 34px;
    }

    .header__burger {
        width: 23px;
        height: 20px;
    }

    ul.menu {
        li.menu-item:nth-child(1) {
            margin-top: -4px;
            padding-bottom: 3px;
        }
        li.menu-item:nth-child(2) {
            padding-bottom: 3px;
        }
        li.menu-item:nth-child(5) {
            margin-top: 1px;
        }
        li.menu-item:nth-child(6) {
            margin-top: 2px;
        }
        li.menu-item:nth-child(7) {
            margin-top: 3px;
        }
    }

    .header nav ul li.menu-item-has-children a:not(.header nav ul li.menu-item-has-children .sub-menu a)::after {
        top: 29px;
    }

    .header nav ul li a:not(.header nav ul li .sub-menu a) {
        padding-right: 18px;
    }

    .header nav ul li::before {
        height: 1px;
        width: 286px;
    }

    .header nav ul li:last-child::before {
        height: 0;
    }

    .header nav ul li:last-child > a:not(.sub-menu a) {
        color: #F1A4FF !important;
    }

}

.slider {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin: auto;
    padding: 226px 0 0;
    background-image: url("../images/bg-1.webp");
    background-repeat: no-repeat;
    background-size: cover;
}

.slider__controls {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: -36px;
    width: 100%;
    z-index: 2;
}

.slider__controls--active {
    top: -37px;
}

@media (max-width: 1440px) {
    .slider__controls--active {
        top: auto;
    }
}

.slider__controls--active .swiper__thumbs {
    bottom: 15px;
}

.slider__controls--active .swiper__thumbs {
    position: absolute;
}

.slide__background {
    position: absolute;
    z-index: 0;
    transform: translate(7%, 0%);
    width: 96%;
    height: 100%;
    top: 0;
    opacity: .6;
}

.slide__image {
    margin-left: auto;
    flex: 1;
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    overflow: initial;
    max-width: 812px;
}

.slide__image--mobile {
    display: none;
}

.slide__img {
    position: absolute;
    bottom: 0;
    width: 100%;
    object-fit: contain;
    height: 100%;
    object-position: bottom;
    transform: translatey(15%) translateX(0);
}

.slide__background img {
    opacity: 0.8;
    mix-blend-mode: color;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.slider__slide {
    display: flex;
    position: relative;
    padding-top: 72px;
}

.slider__slide[data-swiper-slide-index="0"] .slide__image {
    max-width: 591px;
    scale: 1.12;
}

.slider__slide[data-swiper-slide-index="0"] .slide__image img {
    transform: translatey(6%) translateX(-3%);
}

.slider__slide[data-swiper-slide-index="2"] .slide__image {
    justify-content: flex-end;
    overflow: hidden;
}

.slide__info {
    max-width: 725px;
}

.slider__inner {
    position: relative;
}

.slider__inner .swiper-button-prev::after, .swiper-button-next::after {
    display: none;
}

.slider__nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    z-index: 5;
    top: 32%;
}

.slider__nav .swiper-button-next, .slider__nav .swiper-button-prev {
    width: 38px;
    height: 38px;
}

.slider__nav .swiper-button-prev {
    left: -70px;
    margin-top: -18px;
}

.slider__nav .swiper-button-next {
    right: -32px;
    margin-top: -19px;
}

.swiper-button-prev, .swiper-button-next {
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    z-index: 10;
    cursor: pointer;
    user-select: none;
}

.swiper-button-prev:hover, .swiper-button-next:hover {
    background-color: #f0f0f0;
}

.info-title {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    line-height: 45px;
    letter-spacing: -4.5px;
    font-weight: 500;
    color: #00789F;
    font-size: 55px;
}

.info-wrap {
    margin-top: 27px;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 27px;
    max-width: 617px;
    color: #000000;
}

.info-wrap p {
    margin: 0;
}

.icons {
    width: 725px;
    z-index: 2;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: repeat(2, auto);
    margin-top: 58px;
    margin-bottom: 123px;
    column-gap: 0;
    row-gap: 63px;
}

.icons[data-count="4"] {
    grid-template-columns: 1fr 1fr;
    max-width: 577px;
}

.icon-wrap {
    display: flex;
    align-items: center;
    max-width: 200px;
    text-decoration: none;
}

.icon-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #002446;
    line-height: 28px;
    margin: 0 0 0 20px;
}

.icon-title br {
    display: none;
}

.icon-img {
    width: 50px;
    height: 50px;
}

.icon-btn {
    margin: auto 0 auto;
    position: relative;
    border: 2px solid #A42BB9;
    border-radius: 10px;
    background-color: transparent;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #A42BB9;
    text-transform: uppercase;
    cursor: pointer;
    height: fit-content;
    width: fit-content;
    text-decoration: none;
    padding: 12px 20px 12px 40px;
    letter-spacing: 2px;
}

.icon-btn_img {
    margin-left: 10px;
}

.bg-picture {
    width: 30%;
    height: 100%;
    display: flex;
    position: relative;
    right: 21%;
    bottom: 1%;
}

.block-btns {
    width: 572px;
    display: block;
    position: relative;
    padding: 10px;
}

.block-btns-wrap {
    border-radius: 0 10px 10px 10px;
    background-color: #ffff;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #1C82B1;
    border: 1px solid #3BA9DC;
    max-width: fit-content;
    display: flex;
    height: fit-content;
    font-size: 11px;
    line-height: 20px;
    padding: 7px 19px;
    text-transform: uppercase;
}

.block-btns-wrap:hover, .block-btns-wrap:focus {
    background-color: white;
    color: #1C82B1;
}

.swiper-slide-thumb-active .block-btns-wrap {
    background-color: rgba(59, 169, 220, 1);
    color: rgba(255, 255, 255, 1);
}

.swiper-slide.block-btns-wrap {
    padding: 0;
    border: none;
    height: fit-content;
}

.block-btns-wrap:active {
    color: #FFFFFF;
    background-color: #3BA9DC;
}

.btn-hide {
    position: relative;
    margin-left: auto;
    padding: 10px;
}

.btn-hide_wrap {
    width: fit-content;
    padding: 12px 40px;
    text-transform: uppercase;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.2em;
    font-weight: 600;
    margin-right: 40px;
    color: #A42BB9;
    border-radius: 10px;
    background-color: #fff;
    transition: transform 0.3s ease-in-out;
    border: none;
}

.btn-hide_wrap:hover, .btn-hide_wrap:focus {
    background-color: #fff;
    color: #A42BB9;
}

.btn-hide_wrap--active img {
    transform: rotate(180deg);
    transition: transform 0.3s ease-in-out;
}

.btn-hide_wrap_img {
    margin-left: 5px;
}

.swiper__hero {
    transition: height 1s linear;
    height: auto;
}

.swiper__thumbs {
    margin: 0 !important;
}

.swiper__thumbs .swiper-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper__hero--hide {
    height: 0;
    overflow: hidden;
    transition: height 1s linear;
}

.slider__slide[data-swiper-slide-index="2"] .slide__img {
    transform: translatey(0%) translateX(12%);
}

@media (min-width: 1920px) {
    .slide__background {
        transform: none;
        left: 130px;
        width: 100%;
    }

    .slide__background img {
        object-fit: contain;
    }
}

@media (max-width: 1600px) {
    .slider__nav {
        width: 100%;
        z-index: 5;
        top: 50%;
        height: fit-content;
        left: 0;
    }

    .slider__nav .swiper-button-prev {
        margin-left: 0;
        margin-top: -18px;
        left: 6px;
    }

    .slider__nav .swiper-button-next {
        margin-right: 0;
        right: 6px;
        margin-top: -18px;
    }
}

@media (max-width: 1440px) {
    .slider__controls {
        max-width: calc(100% - 100px);
    }

    .slider__inner {
        position: initial;
    }

    .slide__background {
        width: 100%;
        transform: translate(0%, 0%);
    }

    .slider__slide[data-swiper-slide-index="0"] .slide__image {
        scale: 1;
        max-width: 480px;
    }

    .slider__slide[data-swiper-slide-index="0"] .slide__image img {
        transform: translatey(6%) translateX(-20%);
    }

    .slider__slide[data-swiper-slide-index="2"] .slide__img {
        transform: translatey(0%) translateX(0%);
    }

    .slider__slide[data-swiper-slide-index="2"] .slide__image {
        max-width: 501px;
    }

    .slider__controls--active .swiper__thumbs {
        bottom: 17px;
    }

    .slide__img {
        bottom: 0;
        top: unset;
        z-index: -2;
        right: 0;
    }

    .slide__info {
        max-width: 425px;
    }
}

@media (max-width: 1200px) {
    .slider__slide[data-swiper-slide-index="0"] .slide__image img {
        transform: translatey(6%) translateX(-44%);
    }
}

@media (max-width: 1024px) {
    .icons {
        width: auto;
        grid-template-columns: 1fr;
        grid-row-gap: 45px;
    }

    .slider__slide[data-swiper-slide-index="0"] .slide__image img {
        transform: translatey(0%) translateX(-8%);
    }

    .icons[data-count="4"] {
        grid-template-columns: 1fr;
    }

    .icon-title {
        font-size: 16px;
        max-width: 130px;
        overflow-wrap: break-word;
        hyphens: none;
    }

    .slider {
        padding: 103px 0 0;
    }

    .slider__slide {
        padding-top: 93px;
    }

    .icons {
        margin-top: 45px;
    }

    .icon-img {
        width: 38px;
        height: 38px;
    }

    .info-title {
        color: #03475C;
    }

    .info-wrap, .slider__nav, .btn-hide {
        display: none;
    }

    .slide__image {
        flex: none;
        position: absolute;
        bottom: 0;
        max-width: 456px;
        transform: translateX(0%) translateY(-3%);
        z-index: -1;
        overflow: hidden;
    }

    .slider__slide[data-swiper-slide-index="0"] .slide__image {
        max-width: 456px;
        right: 0;
        scale: 1;
    }

    .slide__background {
        transform: none;
        z-index: 1;
        opacity: 1;
    }

    .slide__background::before {
        content: '';
        background-image: url(../images/slide-bg-mobile.png);
        position: absolute;
        width: 100%;
        height: 100%;
        background-size: contain;
        transform: translate(0, 17%);
        opacity: .5;
        filter: contrast(-5);
        background-repeat: no-repeat;
    }


    .slide__background img {
        opacity: 0.3;
        mix-blend-mode: color;
        overflow: clip;
        object-fit: contain;
        position: relative;
        max-width: 100%;
        height: 100%;
    }

    .slide__image img {
        position: relative;
        object-fit: contain;
        object-position: bottom;
    }

    .icons {
        margin-bottom: 0;
    }

    .icon-btn {
        background-color: #A42BB9;
        color: #fff;
        padding: 8px 30px;
        font-size: 12px;
        max-width: fit-content;
        position: relative;
        bottom: 0;
    }

    .icon-btn_img {
        margin-left: 10px;
        mix-blend-mode: plus-lighter;
        filter: invert(1) grayscale(1);
    }

    .slider__inner {
        display: flex;
        padding: 0 27px;
    }

    .swiper__hero {
        order: 2;
    }

    .slider__controls {
        order: 1;
        position: absolute;
        bottom: initial;
        max-width: 100%;
        padding: 10px 0 0;
        left: 0;
    }

    .info-title {
        max-width: 304px;
        font-size: 46px;
        line-height: 50px;
    }

    .block-btns-wrap {
        background-color: transparent;
        border-radius: 0;
        font-size: 16px;
        text-transform: none;
        white-space: normal;
    }

    .swiper-slide.block-btns-wrap {
        border: none;
        max-width: 33.3%;
    }

    .swiper-slide.block-btns-wrap:not(:last-of-type) {
        border-right: 1px solid #3BA9DC;
        justify-content: center;
    }

    .swiper-slide.block-btns-wrap:not(:last-of-type) .block-btns-wrap {
        max-width: 122px;
    }

    .swiper-slide.block-btns-wrap:hover, .swiper-slide.block-btns-wrap:focus, .swiper-slide.block-btns-wrap:active {
        background-color: transparent !important;
    }

    .block-btns-wrap {
        border: none;
    }

    .swiper-slide-thumb-active .block-btns-wrap {
        background-color: transparent;
        color: #03475C;
    }

    .swiper__thumbs {
        width: 100%;
    }

    .swiper-slide.block-btns-wrap:nth-of-type(1) {
        padding-left: 0;
        display: flex;
    }

    .swiper-slide.block-btns-wrap:nth-of-type(1) .block-btns-wrap {
        padding-left: 0;
    }

    .block-btns-wrap:hover, .block-btns-wrap:focus, .block-btns-wrap:active {
        background-color: transparent !important;
    }

    .swiper-slide.block-btns-wrap:nth-of-type(3) .block-btns-wrap {
        padding-right: 0;
        background: transparent;
        max-width: 114px;
    }

    .slider__inner.container {
        padding: 0 51px;
    }

    .block-btns-wrap {
        padding: 8px 10px;
        max-width: 100px;
    }

    .slide__background img {
        display: none;
    }

    .slider {
        background: none;
    }

    .slider__inner.container {
        padding: 0 20px;
        position: relative;
    }

    .slider__inner.container::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 97%;
        background: #d1e9f4;
        left: 0;
    }
}

@media (max-width: 599px) {

    .slide__image--desktop, .slide__image--desktop img {
        display: none;
    }

    .swiper__thumbs {
        position: relative;
        padding-bottom: 20px;
    }

    .swiper__thumbs::after {
        content: '';
        position: absolute;
        width: 90%;
        height: 1px;
        background-color: #3BA9DC;
        bottom: 2px;
        z-index: 9;
        left: 20px;
    }

    .swiper-slide.block-btns-wrap {
        max-width: 32%;
    }

    .slider__controls {
        max-width: 100vw;
        padding-top: 5px;
    }

    .icon-title br {
        display: block;
    }

    .slider__slide {
        height: auto;
    }

    .slider__slide[data-swiper-slide-index="2"] .slide__image .slide__img {
        max-width: 200px;
    }

    .slide__image--mobile {
        display: flex;
    }

    .block-btns-wrap {
        font-size: 12px;
        text-align: left;
        line-height: 16.8px;
        font-weight: 500;
    }

    .slide__image img {
        width: fit-content;
        max-width: 250px;
    }

    .slide__image {
        max-width: 250px;
        justify-content: flex-end;
    }

    .slider__slide[data-swiper-slide-index="0"] .slide__image {
        max-width: 250px;
    }

    .slider__inner.container {
        padding: 0 20px;
        background: none;
    }

    .info-title {
        font-size: 26px;
        letter-spacing: -0.05em;
    }

    .slide__background {
        transform: translate(0%, 0%);
    }

    .slide__background::before {
        transform: translate(0, 33%);
        opacity: 0.3;
        scale: 1.2;
    }

    .slider {
        padding: 70px 0 0;
        overflow: hidden;
    }

    .slide__background::after {
        content: '';
        background: white;
        bottom: 0;
        position: absolute;
        width: 100%;
        height: 16px;
    }

    .icon-btn {
        margin-top: -2px;
        line-height: 22px;
        padding: 6px 27px 6px;
        letter-spacing: 0.16rem;
        align-items: center;
        display: flex;
        gap: 7px;
    }

    .icon-btn_img {
        margin-left: 4px;
    }

    .icons {
        grid-row-gap: 29px;
    }

    .icon-title {
        font-size: 14px;
        line-height: 19.6px;
        margin-left: 16px;
    }

    .icons {
        margin-top: 18px;
    }

    .icon-wrap:first-of-type {
        margin-top: 0;
    }

    .icon-wrap:not(:first-of-type) {
        margin-top: 0;
    }

    .icon-wrap {
        max-width: 177px;
    }

    .swiper-slide.block-btns-wrap:nth-of-type(1) {
        padding: 0;
        display: flex;
        margin-top: 17px;
        margin-left: 0;
        max-width: fit-content;
        width: 61px;
        padding-right: 28px;
    }

    .swiper-slide.block-btns-wrap:nth-of-type(2) {
        padding-left: 0;
        display: flex;
        margin-top: 17px;
        margin-left: 27px;
        padding-right: 28px;
        width: 83px;
    }

    .swiper-slide.block-btns-wrap:nth-of-type(3) {
        padding-left: 0;
        display: flex;
        margin-top: 17px;
        margin-left: 27px;
        width: 58px;
    }

    .block-btns-wrap {
        padding: 0;
        color: #057AB0;
    }
}

@media (max-width: 365px) {
    .swiper__thumbs, .slider__controls {
        width: auto;
    }

    .swiper__thumbs::after {
        width: 100%;
    }

    .swiper-slide.block-btns-wrap:nth-of-type(1) {
        margin-left: 21px;
    }
}


/* News Block */

.news {
    max-width: 100%;
    margin-top: 83px;
    margin-bottom: 78px;
    display: flex;
    flex-direction: row;
}

.news__inner {
    display: flex;
    padding: 0 0 0 12px;
}

.location {
    margin-top: 85px;
    margin-right: 83px;
    max-width: 280px;
}

.pappers {
    max-width: 981px;
    height: auto;
    margin-top: 81px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 50px;
    grid-row-gap: 70px;
    grid-template-rows: auto;
    grid-auto-rows: auto;
}

.papper-item {
    max-width: 463px;
    display: flex;
    column-gap: 45px;
    justify-content: space-between;
}

.papper-item-img {
    max-width: 168px;
    height: 168px;
    width: 100%;
}

.papper-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 10px 10px 0;
}

.papper-item-info {
    max-width: 250px;
    text-decoration: none;
}

.locotion-logo {
    width: 280px;
    height: 280px;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.location-info {
    max-width: 282px;
    width: 100%;
    margin-top: 41px;
}

.papper-item-info_link, .location-info_link {
    line-height: 16px;
}

.location-info_link, .papper-item-info_link {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 10px;
    text-decoration: none;
    color: #3BA9DC;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
}

.papper-item-info_title {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #000000;
    margin: 10px 0;
    line-height: 33px;
    font-size: 22px;
}

.papper-item-info_title a {
    color: inherit;
    text-decoration: none;
}

.papper-item-info_wrap {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: small;
    line-height: 23px;
    color: #373737;
}

.location-logo {
    position: relative;
}

.location-logo img {
    object-fit: cover;
}

.location-logo_img {
    aspect-ratio: 4 / 3;
    height: 280px;
    object-position: center center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.location-logo-decoration {
    position: absolute;
    left: -7px;
    top: -7px;
}

.locotion-logo_img {
    object-fit: cover;
    object-position: center center;
    border-radius: 0 8px 8px 0;
    height: 280px;
}

.location-info_title {
    display: flex;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 33px;
    color: #000000;
}

.location-info_title a {
    color: inherit;
    text-decoration: none;
}

.location-info_wrap {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
}

.pappers-main-link {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-left: auto;
    grid-column: 1 / 3;
    position: relative;
    align-items: flex-end;
    grid-row: none;
    height: fit-content;
    margin-top: auto;
}

.pappers-main-link_wrap {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #A42BB9;
    text-decoration: none;
    background: white;
    letter-spacing: 2px;
    padding-left: 20px;
}

.pappers-main-link_wrap img {
    margin-left: 20px;
}

.pappers-main-link::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-image: url(../images/news-before.svg);
    z-index: -1;
    bottom: 7px;
}

@media (max-width: 1440px) {
    .news__inner {
        padding: 0 40px;
        width: 100%;
        justify-content: space-between;
        column-gap: 30px;
    }

    .location-info {
        max-width: 100%;
    }

    .papper-item, .papper-item-info {
        max-width: 100%;
        width: 100%;
    }

    .menu-item:not(:last-of-type) {
        padding-right: 25px;
    }

    .header .menu-item-has-children {
        padding-right: 65px;
    }

    .location {
        margin-right: 30px;
        max-width: 300px;
    }

    .pappers-main-link {
        grid-column: 1 / 1;
        grid-row: auto;
    }

    .news .pappers {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1024px) {
    .news__inner {
        flex-direction: column;
    }

    .papper-item-info {
        margin: 22px 0 0;
    }

    .news {
        margin-top: 100px;
        margin-bottom: 66px;
    }

    .news .papper-item {
        position: relative;
    }

    .pappers-main-link {
        grid-column: 1 / 3;
    }

    .pappers-main-link::before{
        background-image: url(../images/news-before-mobile.svg);
        height: 2px;
    }

    .news .papper-item:nth-of-type(1)::after, .news .papper-item:nth-of-type(2)::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url(../images/news-before-mobile.svg);
        bottom: -25px;
    }

    .location {
        margin: 0;
        max-width: 100%;
        position: relative;
    }

    .location::after {
        content: '';
        position: absolute;
        bottom: -35px;
        width: 100%;
        height: 2px;
        background-image: url(../images/news-before-mobile.svg);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .location-info {
        max-width: 100%;
        margin-top: 0;
    }

    .location-logo {
        max-width: 399px;
    }

    .location-logo_img {
        height: 399px;
        width: 100%;
    }

    .location-info_title {
        font-size: 26px;
        line-height: 150%;
    }

    .pappers {
        margin-top: 72px;
    }

    .news .pappers {
        grid-template-columns: 1fr 1fr;
        column-gap: 20px;
        row-gap: 67px;
    }

    .papper-item-img {
        max-width: 100%;
    }

    .papper-item {
        flex-direction: column;
    }

    .locotion-logo_img {
        height: auto;
    }
}

@media (max-width: 599px) {
    .location {
        margin: 0;
        max-width: 100%;
    }

    .location-logo_img {
        height: 320px;
    }

    .pappers-main-link_wrap {
        font-size: 12px;
        line-height: 21px;
    }

    .location-info {
        padding-top: 13px;
    }

    .location-info_wrap {
        margin: 0;
    }

    .papper-item:not(:nth-of-type(4))::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url(../images/news-before-mobile.svg);
        bottom: -25px;
    }

    .location-info_title {
        font-size: 24px;
        margin: 12px 0;
        line-height: 36px;
    }

    .papper-item-info_title {
        font-size: 18px;
    }

    .pappers, .news__inner {
        display: flex;
        flex-direction: column;
        margin: 0;
        row-gap: 72px;
    }

    .news__inner {
        padding: 0 20px;
    }

    .news {
        margin-top: 52px;
        margin-bottom: 40px;
    }

    .papper-item {
        max-width: 100%;
        flex-direction: column;
    }

    .papper-item-img {
        max-width: 100%;
        height: 188px;
    }

    .location-info {
        width: 100%;
    }
}

/*SOCIALS BLOCK*/

.social-media {
    max-width: 100%;
    padding: 83px 0 92px;
    position: relative;
}

.social-media .first-link {
    font-size: 22px;
    line-height: 22px;
    font-weight: 500;
    letter-spacing: -1px;
}

.container-social-media {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.container-social-media::before {
    background-image: url(../images/socials-before.svg);
    width: 224px;
    height: 2px;
    left: 0;
}

.container-social-media::after {
    background-image: url(../images/socials-after.svg);
    width: 475px;
    height: 2px;
    right: 0;
}

.container-social-media::after, .container-social-media::before {
    content: '';
    position: absolute;
    top: 48%;
    height: 2px;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.first-link {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #A42BB9;
    text-decoration: none;
    display: flex;
    align-items: center;
    column-gap: 8px;
}

.block-links-media {
    max-width: 723px;
    display: flex;
    align-items: center;
    margin: 0 0 0 59px;
}

.block-links-media_img {
    margin-right: 45px;
    text-decoration: none
}

.btn-social-media {
    max-width: 254px;
    width: fit-content;
    letter-spacing: 0.2em;
    padding: 11px 38px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #A42BB9;
    border-radius: 10px;
    font-size: 14px;
    color: #fff;
    line-height: 25px;
    border: 1px solid #A42BB9;
    text-decoration: none;
}

.btn-social-media:hover {
    background-color: #fff;
    color: #A42BB9;
}

@media (max-width: 1024px) {
    .container-social-media {
        flex-direction: column;
        align-items: flex-start;
    }

    .social-media .first-link {
        color: #1F1F1F;
        font-size: 18px;
        position: relative;
    }

    .social-media .first-link::after {
        content: '';
        position: absolute;
        width: 15px;
        height: 15px;
        background-image: url(../images/arrow-down-black.svg);
        background-repeat: no-repeat;
        z-index: 1;
        right: -30px;
        top: 4px;
    }

    .social-media .first-link img {
        display: none;
    }

    .social-media {
        position: relative;
    }

    .social-media::before {
        content: '';
        position: absolute;
        width: calc(100% + 66px);
        height: 1px;
        right: -95px;
        top: 121px;
        background-image: url(../images/socials-before.svg);
    }

    .block-links-media_img img {
        max-width: 34px;
        max-height: 34px;
        width: 100%;
        height: 100%;
    }

    .social-media {
        background: #EDF7FA;
        padding: 64px 0 75px;
    }

    .block-links-media {
        margin: 0;
        column-gap: 42px;
    }

    .btn-social-media {
        position: absolute;
        bottom: -20px;
        width: fit-content;
    }

    .first-link {
        margin-bottom: 74px;
    }
}

@media (max-width: 599px) {
    .block-links-media {
        column-gap: 28px;
        position: relative;
    }

    .btn-social-media {
        width: 100%;
    }

    .social-media {
        padding: 46px 0 112px;
    }

    .first-link {
        margin-bottom: 65px;
    }

    .social-media::before {
        right: -88px;
        top: 102px;
    }

    .btn-social-media {
        bottom: -75px;
        max-width: 100%;
        text-align: center;
        width: calc(100vw - 132px);
    }
}

/*YT SHORTS BLOCK*/

.videos {
    max-width: 100%;
    display: flex;
    flex-direction: column;
}

.video-slide {
    width: 224px;
}

.videos-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 40px;
    position: relative;
}

.video-player__video {
    max-width: 100%;
    border-radius: 10px;
}

.videos-title_wrap {
    font-family: "Montserrat", sans-serif;
    color: #03475C;
    font-size: 22px;
    font-weight: 700;
    position: relative;
    background-color: white;
    padding: 0 20px 0 0;
    margin: 0;
    letter-spacing: -0.05em;
}

.video__controls {
    overflow: hidden;
    display: none;
}

.videos-title::after, .videos-title_link--mobile::after {
    content: '';
    position: absolute;
    top: 50%;
    width: calc(100% - 520px);
    height: 1px;
    background-image: url(../images/shorts-before.svg);
    background-repeat: no-repeat;
    z-index: -1;
    background-size: cover;
    right: 195px;
}

.videos-title_link {
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    background-color: white;
    padding: 0 0 0 20px;
    color: #A42BB9;
    font-size: 14px;
    letter-spacing: 0.2em;
}

.videos-title_link_wrap {
    margin-left: 20px;
}

.swiper-button-prev_2, .swiper-button-next_2 {
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    background-color: #D9E9F7;
    border-radius: 50%;
    z-index: 5;
    user-select: none;
}

.swiper-button-prev_2 {
    left: -59px;
    top: 2px;
}

.swiper-button-next_2 {
    right: -17px;
    top: 1px;
}

.swiper .swiperTwo-container {
    width: 100%;
    display: flex;
    margin: 0 auto;
}

.swiper-button-disabled {
    opacity: .6;
}

.videos {
    padding: 79px 0 55px;
}

.video-item, .video-item--regular {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: flex-end;
    justify-content: flex-end;
    text-decoration: none;
}

.fancybox__content > .f-button.is-close-btn {
    right: -40px !important;
    top: 0px !important;
    width: 20px;
    height: 20px;
    opacity: 1 !important;
}

.fancybox__content > .f-button.is-close-btn svg {
    color: white;
}

.video-tiktok {
    text-decoration: none;
}

.video-item_tiktok.fancybox__content {
    background: transparent !important;
    padding: 0;
}

.fancybox__container {
    --fancybox-bg: rgba(45, 80, 163, 0.9) !important;
}

.video-item__cover {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 400px;
    cursor: pointer;
}

.video-cover,
.video-item__cover iframe {
    aspect-ratio: 9 / 16;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.video-item_title {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    margin: 35px 0 22px;
}

.video-item__info {
    width: 100%;
}

.video-item_wrap {
    color: #7D7D7D;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 12px;
}

.videos__inner {
    position: relative;
}

.videos__navigation {
    position: absolute;
    top: 40%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.videos-title_link--mobile::after {
    display: none;
}

.f-button:not(.f-button.is-close-btn) {
    width: 38px !important;
    height: 38px !important;
    background: white !important;
    border-radius: 50% !important;
}

.f-button svg:not(.f-button.is-close-btn svg) {
    stroke: black !important;
    width: 24px !important;
    height: 15px !important;
    box-shadow: none;
}

.fancybox__html5video, .fancybox__iframe {
    border-radius: 11px;
    box-shadow: 1px 3px 4px 0px rgba(0, 0, 0, 0.25);
}

.fancybox__caption {
    width: 100%;
    display: flex;
    margin-top: 38px;
    justify-content: space-between;
    align-items: center !important;
}

.video-item__caption-title {
    font-family: Montserrat, sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.03em;
    text-align: left;
    color: #ffff;
}

.video-item__caption-views {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    color: rgba(210, 210, 210, 1);
}

@media (max-width: 1919px) {
    .fancybox__nav {
        visibility: hidden !important;
    }
}

@media (min-width: 1920px) {
    video, iframe {
        max-width: 100% !important;
        width: 100% !important;
        border-radius: 12px;
    }

    .fancybox__caption {
        max-width: 500px !important;
    }

    .fancybox__nav {
        --f-button-next-pos: 40rem !important;
        --f-button-prev-pos: 40rem !important;
    }

    .fancybox__content {
        aspect-ratio: 9/16 !important;
        max-width: 500px !important;
        width: 100% !important;
        border-radius: 12px !important;
    }
}

@media (max-width: 1600px) {
    .videos-title {
        padding-right: 0;
    }
}

@media (max-width: 1440px) {
    .videos__navigation {
        display: none;
    }
}

@media (max-width: 1919px) {
    .fancybox__content {
        width: 100vw !important;
        height: 100vh !important;
        margin: 0;
        position: absolute !important;
        top: 0;
        padding: 1em !important;
        margin: 0 !important;
        left: 0 !important;
        overflow: hidden !important;
        justify-content: center;
    }

    .fancybox__content > .f-button.is-close-btn {
        right: 20px !important;
        top: 5px !important;
        width: 38px;
        height: 38px;
        opacity: 1 !important;
        left: initial !important;
    }

    .has-html5video .fancybox__content {
        background: transparent !important;
    }

    .has-youtube .fancybox__content {
        padding-top: 60px !important;
        background: transparent !important;
    }

    .video-item_tiktok iframe {
        border-radius: 12px;
        max-width: 300px;
        height: 533px;
        margin: 0 auto;
    }

    .video-item_tiktok {
        padding-top: 60px !important;
    }

    video {
        height: auto !important;
    }

    .fancybox__slide {
        flex-direction: row !important;
    }

    .fancybox__html5video, .fancybox__iframe {
        margin: 0 auto;
        max-width: 300px;
        height: 533px !important;
    }

    .fancybox__caption {
        display: none;
    }
}

@media (max-width: 1024px) {
    .videos-title::after, .videos-title_link {
        display: none;
    }

    .videos__inner {
        position: relative;
        padding: 0 0 0 25px;
    }

    .video__controls {
        margin-right: 25px;
    }

    .videos {
        padding: 70px 0 42px;
    }

    .videos-title_link--mobile {
        display: block;
        margin-left: auto;
        margin-top: 30px;
        width: fit-content;
        position: relative;
        padding-left: 30px;
        padding-right: 20px;
    }

    .video__controls {
        position: relative;
    }

    .video__controls::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        background-image: url(../images/shorts-before.svg);
        z-index: -1;
        top: 78%;
    }

    .video__controls {
        display: block;
    }
}

@media (max-width: 599px) {
    .videos {
        padding: 39px 0 20px;
    }

    .videos-title_wrap {
        font-size: 20px;
        line-height: 28px;
        font-weight: 600;
        width: 55%;
    }

    .videos-title_link--mobile {
        margin-left: 0;
        padding-left: 0;
    }

    .video__controls::after {

    }

    .video__controls {
        position: relative;
        padding-bottom: 35px;
    }

    .video__controls::after {
        top: unset;
        bottom: 1px;
    }
}

/*QUOTES BLOCK*/

.quotes {
    width: 100%;
    padding: 76px 0 74px;
    overflow: hidden;
}

.container-quotes {
    display: flex;
    position: relative;
    min-height: 412px;
    margin: auto;
}

.quotes-text::before {
    content: '';
    position: absolute;
    width: 100%;
    height: calc(100% - 18px);
    z-index: -1;
    background-image: radial-gradient(circle, #03475c 0.5px, transparent 0.5px), radial-gradient(circle, #03475c 0.5px, transparent 0.5px), radial-gradient(circle, #03475c 0.5px, transparent 0.5px);
    background-position: left top, right top, left bottom;
    background-repeat: repeat-x, repeat-y, repeat-x;
    background-size: 6px 1px, 1px 6px, 6px 1px;
    top: 7px;
}

.quotes-text {
    position: relative;
    z-index: 2;
    flex: 1;
    display: flex;
    flex-direction: column;
    height: fit-content;
}

.quotes-text_title {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    background-color: white;
    font-size: 22px;
    line-height: 30px;
    padding: 0 20px 0 0;
    color: #03475C;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: -1px;
    width: fit-content;
}

.quotes-text_wrapp {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    color: #000000;
    font-style: italic;
    font-size: 22px;
    line-height: 40px;
    margin-top: 61px;
    max-width: 678px;
    display: flex;
    align-items: flex-end;
}

.quotes-text_wrapp p {
    margin: 0;
}

.quotes-text_author {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    margin: 31px 0 77px;
}

.quotes-span {
    white-space: nowrap;
}

.qoutes-bg {
    flex: 1;
    position: absolute;
    top: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
}

.qoutes-bg img {
    position: absolute;
    top: -79px;
    right: 0;
}

.quotes-text_link {
    font-size: 14px;
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    color: #A42BB9;
    background: #ffff;
    padding-right: 20px;
    padding-left: 0;
    letter-spacing: 2px;
    border: none;
    cursor: pointer;
    width: fit-content;
}

.quotes-text_link--loading {
    cursor: progress;
}

.quotes-text_img {
    margin-left: 20px;
}

@media (max-width: 1024px) {

    .quotes {
        padding: 50px 0 58px;
    }

    .container-quotes {
        min-height: auto;
    }

    .quotes-text::before {
        display: none;
    }

    .quotes-text_title {
        background-color: transparent;
    }

    .qoutes-bg {
        flex: 1;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }

    .qoutes-bg img {
        position: absolute;
        width: 100%;
        height: auto;
        transform: translate(15%, 30%);
        right: 0;
    }

    .quotes-text_wrapp {
        font-size: 14px;
        line-height: 180%;
        max-width: 252px;
    }

    .quotes-text_author {
        margin: 31px 0 29px;
        font-size: 14px
    }

    .quotes-text {
        position: relative;
        margin: 0 0 auto;
    }
}

@media (max-width: 599px) {
    .quotes {
        padding: 25px 0 40px;
    }

    .quotes-text_wrapp {
        min-height: auto;
        max-width: 200px;
        margin-top: 22px;
    }

    .quotes-text_author {
        margin: 31px 0 22px;
    }

    .qoutes-bg img {
        transform: translate(21%, 55%);
        scale: 1.3;
    }
}

/*MATERIALS BLOCK*/

.materials {
    width: 100%;
    padding: 75px 0 85px;
    position: relative;
}

.materials .papper-item-info_title {
    line-height: 35px;
}

.materials::after {
    content: '';
    top: 196px;
    position: absolute;
    background: linear-gradient(180deg, #EAF7FF 0%, rgba(245, 250, 253, 0) 100%);
    width: 100%;
    height: 223px;
    z-index: -1;
}

.materials_inner {
    display: flex;
    width: 100%;
}

.materials__slide {
    max-width: 336px;
}

.materials__navigation {
    position: absolute;
    width: 100%;
    z-index: 2;
    top: 18%;
    justify-content: space-between;
    display: flex;
}

.materials__slide-image {
    overflow: hidden;
    margin-bottom: 35px;
}

.materials__slide-image img {
    max-width: 336px;
    height: 224px;
    width: 100%;
    border-radius: 0 10px 10px 0;
    object-position: center;
}

.materials-container {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 3fr;
}

.materials__slider {
    max-width: 1118px;
    padding: 0 62px 0 58px;
}

.materials__slide .papper-item-info_link {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    text-transform: none;
    letter-spacing: normal;
}

.materials__slide .papper-item-info_title {
    line-height: 35px;
}

.materials__slide .papper-item-info_wrap {
    font-size: 16px;
    line-height: 25px;
    margin-top: 22px;
}

.materials-img {
    width: 100%;
    height: 224px;
}

.swiper-button-prev_3, .swiper-button-next_3 {
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #BDE2F1;
    border-radius: 50%;
    cursor: pointer;
    user-select: none;
}

.materials-bar {
    max-width: 250px;
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.materials-bar__link {
    margin-top: 205px;
}

.materials-bar__link.quotes-text_link {
    background-color: transparent;
}

.materials-bar__link img {
    margin-left: 10px;
}

.materials-bar .swiper-pagination {
    position: absolute;
    height: fit-content;
    display: flex;
    column-gap: 15px;
    z-index: 4 !important;
    top: 187px;
}

.materials-bar .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    opacity: 1;
    border-radius: 50%;
    background-color: #EAF7FF;
    margin: 0 !important;
    cursor: pointer;
    border: 1px solid #939393;
}

.materials-bar .swiper-pagination-bullet:nth-of-type(n+5) {
    display: none;
}

.materials-bar .swiper-pagination-bullet-active {
    background-color: #A42BB9;
    border: 1px solid #A42BB9;
}

.materials-slides {
    position: relative;
    padding-top: 8px;
}

.materials-bar_title {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    margin: 0;
    text-transform: uppercase;
    color: #03475C;
    letter-spacing: -1px;
}

.checkboxes {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    width: 105px;
    height: 15px;
    position: relative;
    right: 22%;
}

.checkboxes label::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    color: #A42BB9;
    background-color: #EAF7FF;
    transition: background-color 0.3s;
}

.checkboxes input[type="radio"]:checked + label::before {
    background-color: #A42BB9;
}

@media (max-width: 1440px) {
    .materials__navigation {
        display: none;
    }

    .materials__slider {
        padding: 0;
        margin: 0 0 0 40px;
    }
}

@media (max-width: 1024px) {
    .materials__slide {
        max-width: 100%;
    }

    .materials-container {
        display: flex;
        flex-direction: column;
    }

    .materials__slider {
        padding: 0;
        margin: 25px 0 0;
    }

    .materials__slide .papper-item-info_wrap {
        font-size: 14px;
        margin-bottom: 0;
    }

    .materials_inner {
        position: relative;
        padding-right: 0;
    }

    .materials_inner::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        background-image: url(../images/shorts-before.svg);
        bottom: -47px;
        left: 0;
    }

    .materials {
        padding: 42px 0 47px;
    }

    .materials::after {
        top: 0;
    }

    .materials-bar .swiper-pagination {
        display: none;
    }

    .materials-bar {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        max-width: 100%;
    }

    .materials-bar_title {
        color: #03475C;
        font-size: 20px;
        line-height: 28px;
        font-weight: 600;
    }

    .materials-bar__link.quotes-text_link {
        margin: 0 40px 0 0;
        font-size: 12px;
        line-height: 22px;
        align-items: center;
        display: flex;
    }
}

@media (max-width: 599px) {
    .materials-container {
        grid-template-columns: 1fr;
    }

    .materials__slider {
        margin: 27px 0 0;
    }

    .materials-bar {
        align-items: center;
    }

    .materials__navigation {
        display: none;
    }

    .materials {
        padding: 45px 0 47px;
    }

    .materials .papper-item-info_title {
        font-size: 22px;
        line-height: 30px;
    }

    .materials__slide {
        max-width: 100%;
    }
}

@media (max-width: 401px) {
    .materials-bar {
        align-items: flex-end;
    }
}

/*MENTOR BLOCK START*/

.teacher {
    width: 100%;
    padding: 100px 0 182px;
    display: flex;
    position: relative;
}

.teacher::after {
    content: '';
    position: absolute;
    width: 44%;
    height: 2px;
    background-image: url(../images/mentor-before.svg);
    background-repeat: repeat-x;
    background-size: contain;
    background-position: center;
    z-index: -2;
    bottom: 92px;
    left: 0;
}

.teacher__inner {
    display: flex;
    width: 100%;
    position: relative;
    column-gap: 122px;
}

.teacher-container {
    max-width: 445px;
    position: relative;
    width: 100%;
}

.teacher-container_title {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 38px;
    line-height: 45px;
    margin: 0 0 8px;
    color: #52B0D8;
    min-height: 70px;
    letter-spacing: -0.1em;
}

.teacher-container_info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.teacher-container-wrapp {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    max-width: 445px;
}

.teacher-container-wrapp_2 {
    margin-top: 11px;
    max-width: 334px;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    font-family: "Montserrat", sans-serif;
    color: #03475C;
}

.teacher-container-wrapp p {
    margin: 0;
}

.teacher-container-wrapp_2 {
    position: relative;
}

.teacher-container-wrapp_2::after {
    content: '';
    position: absolute;
    background-image: url(../images/mentor-sign.svg);
    width: 272px;
    height: 76px;
    bottom: -122px;
    right: 60px;
}

.teacher-view img {
    position: absolute;
    z-index: -1;
    right: -92px;
    top: -94px;
    max-width: 100%;
    object-fit: cover;
    opacity: .9;
}

.teacher-view_img--mobile {
    display: none;
}

@media (max-width: 1919px) {
    .container-social-media::before, .container-social-media::after {
        display: none;
    }

    .container-social-media.container {
        padding: 0;
    }

    .first-link {
        padding-left: 20px;
    }

    .social-media {
        position: relative;
    }

    .block-links-media, .social-media .first-link, .block-links-media {
        background: #fff;
    }

    .block-links-media {
        margin: 0;
        padding: 0 20px 0 59px;
    }

    .social-media::after {
        width: 100%;
        right: 0;
        background-repeat: repeat;
        background-size: contain;
        background-image: url(../images/socials-after.svg);
        content: '';
        position: absolute;
        top: 48%;
        height: 2px;
        z-index: -1;
    }

    .teacher::after {
        width: 43%;
    }
}

@media (max-width: 1440px) {
    .teacher__inner {
        column-gap: 54px;
    }

    .teacher::after {
        width: 71%;
        z-index: 1;
        bottom: 106px;
    }

    .teacher-container-wrapp_2::after {
        bottom: -89px;
    }

    .teacher-container-wrapp_2 {
        position: initial;
    }

    .teacher-container {
        max-width: 324px;
    }

    .teacher-view img {
        bottom: -20px;
        top: -118px;
        right: 12px;
    }
}

@media (max-width: 1200px) {
    .teacher::after {
        width: 68vw;
    }
}

@media (max-width: 1024px) {

    .teacher-view img {
        bottom: -20px;
        top: 119px;
        right: 12px;
    }

    .teacher-container-wrapp {
        background: transparent;
    }

    .block-links-media, .social-media .first-link, .block-links-media {
        background-color: transparent;
    }

    .block-links-media, .first-link {
        padding-left: 0;
    }

    .container-social-media.container {
        padding: 0 25px;
    }

    .teacher::after {
        display: flex;
        bottom: 16px;
        left: 0;
        width: calc(100vw - 250px);
        right: 0;
        z-index: 2;
    }

    .teacher-view_img--mobile {
        display: block;
    }

    .teacher {
        padding: 53px 0 55px;
    }

    .teacher-container {
        max-width: 440px;
    }

    .teacher-container-wrapp {
        position: relative;
    }

    .teacher-container-wrapp::after {
        content: '';
        position: absolute;
        background-image: url(../images/mentor-decoration.svg);
        width: 46px;
        height: 5px;
        bottom: -35px;
        left: 0;
    }

    .teacher-container-wrapp_2::after {
        width: 277px;
        height: 77px;
        right: 0;
        background-repeat: no-repeat;
        object-fit: cover;
        scale: .72;
        bottom: -59px;
    }

    .teacher-container_info {
        max-width: 300px;
    }

    .teacher-view {
        margin-top: 70px;
    }

    .teacher__inner {
        flex-direction: column;
    }

    .teacher-view_img--desktop {
        display: none;
    }
}

@media (max-width: 599px) {
    .teacher__inner {
        flex-direction: column;
    }

    .teacher-container_info {
        max-width: 190px;
        font-size: 14px;
    }

    .teacher-container-wrapp {
        font-size: 14px;
        line-height: 25.2px;
    }

    .teacher-container-wrapp_2::after {
        right: -35px;
        bottom: -46px;
    }

    .teacher-container-wrapp_2::after {
        scale: 0.62;
    }

    .teacher::after {
        bottom: 42px;
        width: calc(100vw - 230px);
        left: 0;
        right: -8px;
        background-size: cover;
    }

    .teacher-view img {
        bottom: -20px;
        top: -100px;
        right: 0;
        height: 100%;
        object-fit: contain;
    }

    .teacher-container-wrapp_2 {
        font-size: 14px;
        line-height: 25px;
    }

    .teacher {
        padding: 38px 0 69px;
    }

    .teacher-view {
        margin-top: 49px;
    }

    .teacher-container_title {
        font-size: 30px;
        margin: 0;
    }
}

/*MENTOR BLOCK END*/

/*ACADEMY BLOCK START*/

.academy {
    width: 100%;
    padding: 63px 0 84px;
    display: flex;
    flex-direction: row;
}

.academy__inner {
    display: flex;
    column-gap: 150px;
}

.academy-employee {
    max-width: 730px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.academy-employee_link {
    margin: 69px 0 0;
}

.academy-employee_title {
    margin: 0;
    color: #52B0D8;
    line-height: 68px;
    font-weight: 700;
    font-size: 38px;
    letter-spacing: -0.1em;
    font-family: 'Montserrat', sans-serif;
}

.academy-employee_carts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 50px;
    grid-row-gap: 75px;
    grid-template-rows: repeat(2, auto);
    margin: 67px 0 0;
}

.academy-employee_cart {

    display: flex;
    flex-direction: column;
}

.academy-title-photo {
    width: 50%;
    height: 50%;
    display: flex;
    flex-direction: row;
}

.employee-avatar {
    width: 84px;
    height: 84px;
}

.employee-name {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    margin-left: 34px;
    margin-top: auto;
    margin-bottom: auto;
    color: #3C5D90;
    font-size: 16px;
    line-height: 25px;
    text-transform: uppercase;
    letter-spacing: 0.25em;
}

.academy-employee-wrapp {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 13px;
    margin-top: 15px;
    line-height: 23px;
    color: #000000;
}

.academy-about {
    position: relative;
    max-width: 468px;
    margin-top: 20px;
}

.academy-about .logo {
    margin: 0;
    width: 100%;
}

.academy-about .logo img {
    width: 100%;
}

.about-logo {
    width: 284px;
    height: 59px;
    margin: 0 0 53px;
}

.about-wrapper {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, auto);
}

.about-wrapper-item {
    font-family: "Montserrat", sans-serif;
    padding: 30px 30px 22px 30px;
    font-weight: 400;
    background-color: #F3F8FA;
    color: #000000;
    line-height: 23px;
    margin: 0;
    font-size: 13px;
}

.about-wrapper-item--selected {
    background-color: #E5F2F8;
}

@media (max-width: 1440px) {
    .academy__inner {
        column-gap: 20px;
    }

    .academy-employee_carts {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }

    .employee-name {
        margin-left: 12px;
        font-size: 12px;
    }
}

@media (max-width: 1024px) {
    .academy__inner {
        flex-direction: column;
    }

    .academy {
        padding: 64px 0 62px;
    }

    .academy-employee_link {
        margin: 35px 0 0;
    }

    .academy-employee_title {
        max-width: 50%;
        line-height: 42px;
    }

    .academy__inner {
        order: 2;
    }

    .academy-about {
        max-width: 100%;
    }

    .academy-employee {
        order: 2;
        margin-top: 89px;
    }

    .academy-about {
        display: grid;
        grid-template-columns: 1fr;
    }

    .about-logo {
        position: absolute;
        max-width: 263px;
    }

    .about-wrapper-item:first-of-type {
        margin-top: 94px;
    }

    .about-wrapper-item:nth-of-type(2) {
        margin-top: 24px;
        height: fit-content;
    }

    .about-wrapper-item:nth-of-type(4), .about-wrapper-item:last-of-type {
        margin-top: -70px;
        height: fit-content;
    }

    .about-wrapper {
        grid-template-columns: 1fr 1fr;
        display: grid;
        max-width: 100%;
    }
}

@media (max-width: 599px) {
    .academy-employee_carts, .about-wrapper {
        grid-template-columns: 1fr;
    }

    .about-wrapper {
        position: relative;
        grid-gap: 5px;
    }

    .about-wrapper-item {
        position: relative;
        padding: 20px;
    }

    .about-wrapper-item::after {
        content: '';
        position: absolute;
        right: -20px;
        width: 20px;
        height: 100%;
        background-color: #F3F8FA;
        top: 0;
    }

    .about-wrapper-item--selected {
        background-color: #F3F8FA;
    }

    .academy-employee_carts {
        margin-top: 28px;
    }

    .academy-employee {
        margin-top: 54px;
    }

    .academy-employee-wrapp {
        font-size: 14px;
        line-height: 25.2px;
    }

    .about-wrapper-item:nth-of-type(2) {
        margin: 0;
    }

    .about-wrapper-item:nth-of-type(4), .about-wrapper-item:last-of-type {
        margin: 0;
    }

    .academy-employee_title {
        line-height: 33px;
        font-size: 30px;
    }

    .academy {
        padding: 30px 0;
        background: linear-gradient(180deg, #F5FAFD 0%, rgba(245, 250, 253, 0) 18.75%);
    }

    .academy-employee_link {
        margin: 24px 0 0;
    }

    .academy__inner {
        flex-direction: column;
    }

    .employee-name {
        font-size: 15px;
        line-height: 24px;
        letter-spacing: 0.26rem;
        margin-left: 17px;
    }

    .academy-title-photo {
        height: auto;
    }

    .academy-employee-wrapp {
        margin-top: 20px;
        line-height: 25.2px;
        font-size: 14px;
    }
}

/* Gallery Block */

.gallery {
    width: 100%;
    padding: 86px 0 83px;
    display: flex;
    position: relative;
}

.gallery-life {
    padding: 29px;
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0 47px 0 0;
    max-width: 241px;
    z-index: 2;
    border: 18px solid;
    border-image-source: linear-gradient(153.81deg, rgba(59, 169, 220, 0.8) 0%, rgba(164, 43, 185, 0.8) 100%);
    border-image-slice: 1;
}

.gallery__inner {
    display: flex;
    align-items: center;
}

.gallery::after {
    position: absolute;
    content: '';
    background: linear-gradient(180deg, #EAF7FF 0%, rgba(245, 250, 253, 0) 100%);
    width: 100%;
    height: 195px;
    z-index: -1;
    top: 51%;
}

.gallery-life::before {
    content: '';
    position: absolute;
    top: 51%;
    right: -25px;
    transform: translateY(-50%) rotate(135deg);
    width: 16px;
    height: 16px;
    background: rgb(154 120 209);
    clip-path: polygon(0 0, 100% 0, 0 100%);
    z-index: -1;
}

.gallery-life_about {
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    min-height: 72px;
}

.gallery-item {
    width: 100%;
    max-width: 224px;
}

.gallery-life_about, .gallery-life-link {
    max-width: 139px;
}

.gallery-life-link {
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #A42BB9;
    text-decoration: underline;
    font-size: 14px;
}


.gallery-container {
    width: 1064px;
    height: 224px;
    display: flex;
    justify-content: space-between;
    margin: auto;
}

@media (max-width: 1440px) {
    .gallery-container {
        max-width: 100%;
        column-gap: 20px;
    }

    .gallery-life::after {
        top: 0;
    }
}

@media (max-width: 1024px) {
    .gallery-life {
        margin: 0 35px 0 0;
        min-width: fit-content;
    }

    .gallery-container {
        max-width: 100%;
    }

    .gallery {
        padding: 0 0 15px;
    }

    .gallery::after {
        top: 47%;
    }

    .gallery-life::after {
        top: -4px;
    }

    .gallery__inner.container {
        padding-right: 0;
        overflow-x: scroll;
        width: 100%;
        scrollbar-color: transparent transparent;
    }
}

@media (max-width: 599px) {

    .gallery-life::after {
        top: 0;
    }

    .gallery {
        padding: 30px 0;
    }

    .gallery-item {
        max-width: 100%;
        min-width: 226px;
    }

    .gallery-container {
        margin-top: 0;
        margin-left: 30px;
    }

    .gallery-life {
        margin: 0 0 5px;
        width: 100%;
        max-width: 100%;
        padding-top: 20px;
        padding-left: 36px;
        padding-right: 16px;
        padding-bottom: 38px;
    }

    .gallery-life-link {
        font-weight: 400;
        max-width: 130px;
        line-height: 21px;
    }

    .gallery::after {
        top: 49%;
    }
}

/* Form Block */

.form {
    padding: 86px 0 112px;
    width: 100%;
    display: flex;
    flex-direction: row;
}

.form__inner {
    display: flex;
    column-gap: 111px;
    width: 100%;
}

.form-about_text {
    margin: 0 0 0 43px;
}

.form-about_text .item-wrapp {
    margin-top: 20px;
}

.form .form-background-img {
    position: absolute;
    z-index: -3;
}

.form-main {
    max-width: 504px;
    padding: 105px 82px 129px 92px;
    position: relative;
    display: flex;
    flex-direction: column;
    height: fit-content;
    z-index: 0;
}

.form-main::after {
    border: 18px solid;
    border-image-source: linear-gradient(153.81deg, rgba(59, 169, 220, 0.8) 0%, rgba(164, 43, 185, 0.8) 100%);
    border-image-slice: 1;
    background-image: none;
    content: '';
    position: absolute;
    width: 97%;
    height: 97%;
    top: 0;
    left: 0;
    z-index: -1;
}

.form-main_title {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    font-size: 22px;
    line-height: 30px;
    margin: auto;
    color: #03475C;
}

.form-main_inputs {
    max-width: 330px;
    margin: auto auto 35px auto;
    display: flex;
    flex-direction: column;
    position: relative;
}

.form-group {
    position: relative;
    margin: 0;
}

.form-group--textarea {
    display: flex;
    flex-direction: column-reverse;
}

.form-group--textarea textarea {
    border: none;
    background: transparent;
    border-bottom: 1px solid #52B0D8 !important;
    max-width: 100%;
    resize: none;
}

.form-group--select {
    margin: 50px 0;
    display: flex;
    flex-direction: column;
}

.form-group--select .wpcf7-form-control-wrap {
    order: 2;
}

.form-input {
    width: 308px;
    padding: 10px;
    margin-top: 47px;
    font-size: 16px;
    border: none !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #053B4D;
    background-color: transparent;
    border-bottom: 1px solid #52B0D8 !important;
    border-radius: 4px;
    outline: none;
    caret-color: #52B0D8;
}

.form-input--select, .form-input--select option {
    font-size: 18px;
    border: none;
    width: 100%;
    -webkit-appearance: none;
    font-weight: 400;
    color: #053B4D;
    background-color: transparent;
    cursor: pointer;
}

.wpcf7-form-control-wrap[data-name="question-field"] {
    position: relative;
}

.wpcf7-form-control-wrap[data-name="question-field"]::after {
    content: "";
    position: absolute;
    top: 42%;
    right: 0;
    width: 13px;
    height: 13px;
    background-image: url(../images/nav-item.svg);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}

.form-input::placeholder {
    color: #053B4D;
}

.wpcf7-response-output {
    display: none;
}

.form-label {
    position: absolute;
    transition: 0.2s ease all;
    pointer-events: none;
    color: rgba(82, 176, 216, 1);
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    bottom: 18px;
    left: 0;
}

.form-label--textarea {
    position: relative;
}

.form-label--select {
    position: relative;
    top: 0;
    order: 1;
    margin-bottom: 15px;
}

.form-label--active {
    font-size: 12px;
    bottom: 48px;
}

.form .wpcf7-not-valid-tip {
    position: absolute;
    font-size: 12px;
}

.wpcf7-spinner {
    display: none;
}

.form-input:focus + .form-label,
.form-input:not(:placeholder-shown) + .form-label {
    top: -10px;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    color: #52B0D8;
}

.form-input:placeholder-shown + .form-label {
    top: 50%;
    font-size: 18px;
    color: #52B0D8;
}

.form-input:focus {
    border-color: #333;
}

.form-input {
    line-height: 32px;
    font-size: 18px;
    color: rgba(5, 59, 77, 1);
    padding: 0 0 15px 0 !important;
    border-radius: 0;
}

.politica {
    max-width: 314px;
    display: flex;
    flex-direction: row;
    position: relative;
}

.politica-checkbox {
    display: flex;
    cursor: pointer;
}

.politica-checkbox .wpcf7-form-control-wrap {
    position: static;
}

.politica-checkbox .wpcf7-not-valid-tip {
    top: 50px;
}

.politica-checkbox_wrapp {
    width: 26px;
    height: 26px;
    border: 2px solid #52B0D8;
}


.politica-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.politica-checkbox .checkmark {
    position: relative;
    width: 22px;
    height: 22px;
    background-color: transparent;
    border: 2px solid #52B0D8;
    display: inline-block;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.politica-checkbox input[type="checkbox"]:checked + .checkmark {
    background-color: transparent;
    border-color: #52B0D8;
}

.politica-checkbox input[type="checkbox"]:checked + .checkmark::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 5px;
    background-image: url(../images/checkmark.svg);
    width: 10px;
    height: 11px;
    background-repeat: no-repeat;
    background-size: contain;
}

.politica-checkbox_info {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    margin-left: 22px;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    margin-top: 0;
}

.checkbox-politica_link {
    color: #A42BB9;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-decoration: underline;
    white-space: nowrap;
}

.form input[type="submit"] {
    padding: 20px 60px;
    position: absolute;
    margin: 94px 0 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFFFFF;
    border-radius: 10px;
    background-color: #A42BB9;
    width: 100%;
    max-width: 319px;
    border: 2px solid rgba(164, 43, 185, 1);
}

.form input[type="submit"]:hover {
    background: white;
    color: rgba(164, 43, 185, 1);
    transition: all .3s ease-in;
}

.form-about {
    max-width: 728px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.form-about_title {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 38px;
    line-height: 38px;
    margin-top: 0;
    margin-bottom: 49px;
    text-transform: uppercase;
    color: #52B0D8;
    min-height: 77px;
    letter-spacing: -0.1em;
}

.form-about_items {
    width: 100%;
    margin: auto;
}

.form-about_item {
    max-width: 728px;
    width: 100%;
    display: flex;
    flex-direction: row;
}

.form-about_item:not(:last-of-type) {
    margin-bottom: 60px;
}

.form-about-item_text {
    width: 560px;
    height: 171px;
    margin-left: 43px;
    display: flex;
    flex-direction: column;
}

.about-item-title {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #3C5D90;
    font-size: 22px;
    letter-spacing: .25em;
}

.form-about_img {
    width: 125px;
    height: 168px;
    margin-top: 5px;
}

.form-about_img img {
    object-fit: cover;
    height: auto;
}

.item-wrapp {
    margin-top: 50px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 300;
    max-width: 560px;
}

.item-wrapp p {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 29px;
    font-weight: 300;
}

.item-wrapp a {
    text-decoration: underline;
    font-weight: 600;
    color: #3BA9DC;
}

.item-about_link {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #3BA9DC;
}

@media (max-width: 1600px) {
    .form-main_inputs {
        margin: auto 0 35px 0;
    }

    .form input[type="submit"] {
        margin: 94px 0 0;
    }
}

@media (max-width: 1440px) {
    .form__inner {
        column-gap: 30px;
        justify-content: space-around;
    }

    .form-about_item img {
        max-width: 120px;
        height: 120px;
        object-fit: contain;
    }

    .form-main::after {
        background-size: contain;
        width: 90%;
        height: 95%;
    }

    .form-main {
        min-width: 315px;
    }

    .form input[type="submit"] {
        margin: 83px 0 0;
        width: fit-content;
        transform: translateX(5%);
    }

    .form-about {
        max-width: 100%;
    }
}

@media (max-width: 1024px) {
    .form__inner {
        flex-direction: column;
        position: relative;
        width: auto;
    }

    .form-main::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border: 18px solid;
        border-image-source: linear-gradient(153.81deg, rgba(59, 169, 220, 0.8) 0%, rgba(164, 43, 185, 0.8) 100%);
        border-image-slice: 1;
        background-image: none;
    }

    .form-main {
        order: 2;
        padding: 78px 75px;
        /*min-width: 100%;*/
        margin-top: 101px;
    }

    .form {
        padding: 15px 0 76px;
    }

    .form-about_item {
        max-width: 100%;
    }

    .form-about_items {
        margin: 0;
    }

    .form .form-background-img {
        bottom: 0;
    }

    .form-about_title {
        margin-bottom: 17px;
    }

    .form-about_text {
        max-width: 100%;
        margin: 0 0 0 25px;
    }

    .form-about_text .item-wrapp p {
        font-size: 14px;
    }

    .form-about_text .item-wrapp {
        margin: 10px 0 0;
    }

    .form-about_img {
        width: 100%;
    }

    .form-about_item img {
        min-width: 200px;
        height: 166px;
        object-fit: cover;
        width: 100%;
        max-width: 100%;
        margin: 3px 0 0;
        object-position: center;
    }

    .form-main::after {
        background-size: cover;
    }

    .form-main_inputs {
        max-width: 100%;
        margin: 0 0 35px;
    }

    .form-main form {
        position: relative;
    }

    .form input[type="submit"] {
        max-width: 100%;
        transform: translate(50%, 0);
        right: 54%;
        margin: 30px 0 0;
    }

    .form-input {
        width: auto;
    }
}

@media (max-width: 599px) {
    .item-wrapp a {
        color: #000000;
        font-weight: 700;
    }

    .form-input, .form-group--select, .form-group--textarea {
        max-width: 282px;
    }

    .form-group--textarea textarea {
        border-bottom: 2px solid #52B0D8 !important;
    }

    .form-about_items {
        max-width: 100%;
    }

    .form input[type="submit"] {
        transform: translate(37%, 0);
    }

    .form-about_item {
        flex-direction: column;
        margin-bottom: 42px;
        max-width: 100%;
        width: auto;
    }

    .form-about_title {
        width: 90%;
    }

    .form-about_items {
        width: auto;
    }

    .form-about_text .item-wrapp {
        margin-top: 27px;
    }

    .form-about_text .item-wrapp p {
        line-height: 25.2px;
    }

    .checkbox-politica_link {
        white-space: normal;
    }

    .form-about_img {
        width: 100%;
        height: 188px;
        overflow: hidden;
        border-bottom-right-radius: 12px;
        margin: 0;
    }

    .form-about_img img{
        object-fit: cover;
        height: auto;
    }

    .form-main {
        min-width: auto;
    }

    .form-main_title {
        font-size: 28px;
        line-height: 30.8px;
        width: 85%;
        margin: 0;
        letter-spacing: -0.05rem;
    }

    .form-main_title br {
        display: none;
    }

    .form-main::after {
        width: 103%;
        left: -36px;
        border-right: none;
        border: 12px solid;
        border-image-source: linear-gradient(153.81deg, rgba(59, 169, 220, 0.8) 0%, rgba(164, 43, 185, 0.8) 100%);
        border-image-slice: 1;
        border-right: none;
        border-radius: 0;
    }

    .form-about_title {
        font-size: 30px;
        line-height: 33px;
    }

    .about-item-img {
        height: 188px;
        width: 100%;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .form-about_item img {
        max-width: 100%;
        margin: 0;
        height: auto;
        object-position: center center;
        aspect-ratio: 4 / 3;
    }

    .form-about_item:not(:last-of-type) {
        margin-bottom: 42px;
    }

    .form-main {
        padding: 56px 0 86px;
        margin-top: 30px;
        transform: translateX(11%);
    }

    .form input[type="submit"] {
        font-size: 18px;
        padding: 17px 35px;
        margin: 42px 0 0;
        text-transform: none;
        font-weight: 400;
        -webkit-appearance: none;
    }

    .form-main_inputs .form-input {
        margin-top: 35px;
        border-bottom: 2px solid #1198D1 !important;
        border-radius: 0;
    }

    .form-main_inputs .form-group:first-child .form-input {
        margin-top: 54px;
    }

    .form-about_text {
        margin: 23px 0 0;
    }

    .form .form-background-img {
        bottom: 19%;
        left: 21%;
        object-fit: cover;
        width: 100%;
        scale: 1.4;
    }
}

/* Books Block */

.books {
    width: 100%;
    padding: 85px 0 76px;
    display: flex;
}

.books__inner {
    display: flex;
    justify-content: center;
}

.books__quantity {
    position: absolute;
    right: -42px;
    top: 0;
    font-weight: 300;
    color: #6C6C6C;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}

.books-intro {
    position: relative;
    width: fit-content;
    max-height: 112px;
    height: fit-content;
    transform-origin: center center;
}

.books-title {
    position: relative;
    text-transform: uppercase;
}

.books-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 39px;
    color: #fff;
    height: fit-content;
}

.books-title a {
    color: #ffffff;
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
}

.books-intro::after {
    content: '';
    position: absolute;
    background-image: url(../images/books-block.svg);
    z-index: 0;
    background-size: contain;
    background-repeat: no-repeat;
    width: 124px;
    height: 224px;
    transform: translateX(-83px);
}

.books__inner {
    position: relative;
    width: 100%;
}

.books__inner::before {
    content: '';
    position: absolute;
    background: #E5F7FF;
    width: 100%;
    height: 224px;
    left: calc(-100%);
    top: 0;
}

.books__inner::after {
    content: '';
    position: absolute;
    background: #E5F7FF;
    width: 100%;
    height: 224px;
    right: -90%;
    top: 0;
}

.books__outro {
    position: relative;
    transform-origin: center center;
    width: 112px;
    height: 30px;
    max-height: none;
    top: 47%;
    transform: translate(50%, 50%) rotate(-90deg);
    z-index: 2;
    left: -20px;
}

.books-main-link {
    color: #A42BB9;
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline;
    text-transform: uppercase;
    white-space: nowrap;
    font-family: 'Montserrat', sans-serif;
}

.sub-book {
    width: 124px;
    margin: auto;
}

.books-container {
    display: flex;
    flex-direction: row;
    max-width: 913px;
    width: 100%;
    margin: 0 95px 0 100px;
    transform: translateX(5%);
}

.book-link {
    text-decoration: none;
    width: 168px;
}

.book-link:not(:last-of-type) {
    margin-right: 80px;
}

.img-book-item {
    width: 90px;
    height: 137px;
    object-fit: cover;
}

.book-info {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #585858;
    margin: 24px 0 0;
    font-size: 13px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

@media (max-width: 1440px) {

    .books__inner::after {
        right: -83%;
    }

    .books__outro {
        top: 49%;
        transform: translate(1%, 89%) rotate(-90deg);
    }

    .book-link {
        width: 25%;
    }

    .book-link:not(:last-of-type) {
        margin-right: 22px;
    }

    .books__inner::before {
        left: calc(-100% + 55px);
    }

    .books-container {
        margin: 0 25px 0 25px;
    }

    .book-item {
        margin-right: 30px;
        min-width: auto;
    }
}

@media (max-width: 1024px) {
    .books__outro {
        grid-column: 1 / 3;
        grid-row: 2 / 3;
        transform: none;
        translate: none;
        width: 100%;
        top: unset;
        left: unset;
        margin-left: auto;
        margin-top: 54px;
        display: flex;
        justify-content: flex-end;
    }

    .books__quantity {
        display: none;
    }

    .book-link {
        width: 150px;
        min-width: 150px;
    }

    .books {
        padding: 64px 0 70px;
    }

    .books__outro {
        position: relative;
    }

    .books__outro::before {
        content: '';
        position: absolute;
        width: 100%;
        background-image: url(../images/books-before-mobile.svg);
        background-repeat: repeat;
        top: 50%;
        left: 0;
        z-index: -1;
        height: 1px;
    }

    .books-main-link {
        background-color: white;
        padding-left: 20px;
        padding-right: 10px;
        text-decoration: none;
        position: relative;
        font-weight: 600;
        font-size: 14px;
        line-height: 180%;
        margin-right: 12px;
    }

    .books-main-link::after {
        content: '';
        position: absolute;
        background-image: url(../images/arrow-r.svg);
        background-size: cover;
        width: 10px;
        height: 10px;
        background-position: center center;
        top: 7px;
        right: -11px;
    }

    .books-container {
        overflow-y: scroll;
        scrollbar-color: transparent transparent;
    }

    .books__inner {
        display: grid;
        grid-template-columns: .5fr 2fr;
    }

    .books__inner::before, .books__inner::after {
        display: none;
    }

    .books-intro::after {
        background-image: url(../images/books-bg-mobile.svg);
        transform: translate(-20%, 0%) rotate(0deg);
        background-size: contain;
        width: 226px;
        padding-bottom: 16px;
        background-position: center center;
    }
}

@media (max-width: 599px) {
    .books-container {
        margin: 0;
        overflow-y: scroll;
        grid-row: 2 / 2;
    }

    .books-intro::after {
        background-image: url(../images/books-bg-small.svg);
    }

    .book-link {
        width: 100%;
        min-width: auto;
        max-width: 139px;
    }

    .book-link:not(:last-of-type) {
        margin-right: 20px;
    }

    .book-item {
        margin-right: 20px;
        min-width: 139px;
    }

    .books-intro::after {
        transform: none;
        width: calc(100% - 40px);
        left: 0;
        top: 0;
        background-position: top;
        height: 92px;
    }

    .books {
        padding: 34px 0 34px;
    }

    .books__inner {
        display: grid;
        grid-template-columns: 1fr;
        padding-right: 0;
    }

    .books-intro, .books__outro {
        transform: rotate(0deg);
    }

    .books__outro {
        grid-row: 3/3;
    }

    .books-intro {
        grid-row: 1 / 1;
        grid-column: 1 / 1;
        margin-bottom: 32px;
        max-width: 100%;
        text-align: center;
        padding-right: 20px;
        top: unset;
        padding-bottom: 0;
        width: 100%;
        height: 92px;
    }

    .img-book-item {
        width: 120px;
        height: 183px;
        object-fit: cover;
    }

    .books-title {
        margin: 20px 0 10px;
    }

    .books-container {
        overflow-y: scroll;
        scrollbar-width: thin;
        scrollbar-color: rgba(152, 222, 255, 1) rgba(152, 222, 255, 1);
        scrollbar-track-color: rgba(152, 222, 255, 1);
        scrollbar-gutter: stable;
        padding-bottom: 30px;
        margin-left: -15px;
    }

    .books__outro {
        margin-top: 43px;
        width: calc(100% - 20px);
        margin-right: 20px;
    }

    .book-info {
        line-height: 22.4px;
        margin-top: 16px;
        font-size: 14px;
    }

    .books-main-link {
        padding-left: 12px;
        padding-right: 25px;
        line-height: 25.2px;
        letter-spacing: 0.2rem;
        margin-right: 0;
    }

    .books-main-link::after {
        right: 0px;
    }
}

/* Projects block */

.projects {
    width: 100%;
    padding: 80px 0 146px;
    display: flex;
}

.projects__inner {
    width: 100%;
}

.projects-container {
    display: flex;
    flex-direction: column;
    margin: auto;
    position: relative;
}

.projects-container::after {
    content: '';
    position: absolute;
    background-image: radial-gradient(circle, #03475c 0.5px, transparent 0.5px), radial-gradient(circle, #03475c 0.5px, transparent 0.5px), radial-gradient(circle, #03475c 0.5px, transparent 0.5px);
    background-position: left top, right top, left bottom;
    background-repeat: repeat-x, repeat-y, repeat-x;
    background-size: 6px 1px, 1px 6px, 6px 1px;
    top: 7px;
    z-index: -5;
    scale: 1;
    width: 100%;
    height: calc(100% - 16px);
    right: 0;
}

.projects-main-link {
    margin: 75px 0 0;
    background: #ffff;
    width: fit-content;
    padding-right: 20px;
}

.projects-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    min-height: 46px;
    font-size: 22px;
    letter-spacing: -1px;
    line-height: 30px;
    text-transform: uppercase;
    margin: 0 0 59px;
    color: #03475C;
    background: #ffff;
    width: fit-content;
    padding-right: 20px;
}

.projects-items {
    display: flex;
    flex-direction: row;
    max-width: 1240px;
}

.projects-items a {
    text-decoration: none;
}

.project-item {
    max-width: 253px;
    margin-right: 70px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.project-item-view {
    width: 130px;
    height: 90px;
}

.project-item-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    margin: 30px 0 10px;
    text-decoration: none;
    color: #000000;
}

.random {
    white-space: nowrap;
}

.project-item-link {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    text-decoration: underline;
    color: #A42BB9;
}

@media (max-width: 1024px) {

    .projects {
        padding: 58px 0 33px;
        background: linear-gradient(180deg, #F5FAFD 0%, rgba(245, 250, 253, 0) 18.75%);
    }

    .project-item-view {
        width: 200px;
        height: 100px;
        object-fit: cover;
        object-position: center;
    }

    .projects-container::after {
        display: none;
    }

    .projects-items {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }

    .projects-title {
        color: rgba(82, 176, 216, 1);
        font-size: 30px;
        letter-spacing: -0.1em;
    }

    .project-item {
        margin-right: 0;
    }
}

@media (max-width: 599px) {
    .projects {
        padding: 43px 0 54px;
        background: linear-gradient(180deg, #F5FAFD 0%, rgba(245, 250, 253, 0) 18.75%);
    }

    .projects-items {
        position: relative;
    }

    .projects-items::after {
        content: '';
        position: absolute;
        width: 100%;
        bottom: -33px;
        height: 1px;
        background-image: url(../images/news-before.svg);
        background-repeat: no-repeat;
    }

    .project-item-view {
        width: 140px;
        height: 70px;
    }

    .project-item-title {
        margin-top: 20px;
        margin-bottom: 5px;
        font-size: 16px;
        line-height: 22.4px;
        width: 90%;
    }

    .projects-items {
        grid-gap: 0;
        row-gap: 31px;
        column-gap: 27px;
    }

    .projects-title {
        min-height: auto;
        margin: 0 0 25px
    }

    .projects-main-link {
        margin: 60px 0 0
    }

    .project-item-link {
        font-size: 14px;
        line-height: 22.4px;
        text-underline-offset: 2px;
    }
}

.footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.footer form {
    display: flex;
    margin: 0;
    padding: 0;
    margin-block-end: 0;
    height: fit-content;
}

.footer-first {
    width: 100%;
    display: grid;
    grid-template-columns: .8fr 1fr;
}

.footer-first > * {
    flex: 1;
}

.footer-first-bg-image {
    width: 100%;
    height: fit-content;
    background-image: url(../images/bg-footer.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-first-bg-second {
    position: relative;
}

.footer-first-bg-second::before {
    content: '';
    background: #38ADDD;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .5;
}

.footer-first-bg-second__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 561px;
    grid-auto-rows: auto;
    grid-row-gap: 117px;
    margin-left: auto;
    height: 100%;
}

.footer-first-logo {
    grid-column: 1 / 4;
    max-width: 397px;
    position: relative;
    display: flex;
    flex-direction: row;
}

.logo-wrapp {
    margin-top: 120px;
    min-width: 83px;
    height: 154px;
    position: relative;
    display: flex;
    flex-direction: column;
    margin-right: 27px;
    top: -25px;
}

.optional {
    position: relative;
    top: 6%;
    right: 3%;
}

.logo-wrapp-main {
    margin-right: 27px;
}

.footer-first-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 116px;
}

.maps {
    grid-column: 1 / 3;
    max-height: 112px;
    margin-top: auto;
    padding: 43px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    background-color: #FFFFFF;
    opacity: 80%;
}

.maps::before {
    content: '';
    position: absolute;
    width: 100%;
    background: rgba(255, 255, 255, 1);
    height: 112px;
    z-index: -1;
}

.maps-link {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.25em;
    margin-right: 43px;
    text-decoration: none;
    text-transform: uppercase;
    color: #A42BB9;
    white-space: nowrap;
}

.map-svg {
    margin-right: 18px;
    width: 17px;
    height: 23px;
}

.adress {
    padding: 50px 56px 50px 50px;
    max-width: 336px;
    position: relative;
    display: flex;
    flex-direction: column;
    background: linear-gradient(to right, #37AEDD 0%, #A42BB9 100%);
    grid-column: 3 / 4;
}

.adress-title {
    max-width: 229px;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #98DEFF;
    margin-bottom: 27px;
    text-decoration: none;
    text-transform: uppercase;
}

.adress-link {
    color: #98DEFF;
    text-decoration: none;
}

.adress-phone {
    margin: 0;
    color: #FFFFFF;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
}

.footer-first-form {
    display: flex;
    flex-direction: column;
    position: relative;
    background-image: url(../images/bg-footer-3.png);
    background-size: cover;
}

.footer-first-form::after {
    content: '';
    position: absolute;
    width: 100%;
    background-image: url(../images/footer-bg-2.webp);
    height: 100%;
    z-index: -1;
}

.footer-first-statistic {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: end;
    min-height: 112px;
}

.footer-first-statistic::before {
    content: '';
    position: absolute;
    width: 100%;
    background: rgba(255, 255, 255, .8) no-repeat;
    height: 112px;
}

a[data-email="true"]:hover {
    background-color: #A42BB9;
    color: #ffff;
    text-decoration: none;
    padding: 5px 30px 5px 10px;
    border-radius: 5px;
    position: relative;
}

a[data-email="true"]:hover::after {
    background-image: url(../images/copy.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    position: absolute;
    width: 16px;
    height: 14px;
    right: 7px;
    top: 6px;
    transition: background-image .4s ease-in;
}

a[data-email="true"]:active::after {
    transform: scale(0.5);
    transition: all .4s ease-in;
}

.btn-footer {
    background-color: transparent;
    border: none;
    cursor: pointer;
    z-index: 5;
    margin: auto 41px auto 37px;
    padding: 0;
}

.btn-footer--rotate {
    animation: rotate .5s linear forwards;
    pointer-events: none;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}

.statistic-title {
    margin-left: 111px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    color: #DEEAF3;
    position: absolute;
    letter-spacing: -2px;
    font-size: 38px;
    transform: translatey(-73px);
    display: flex;
    height: fit-content;
    line-height: 40px;
}

.statistic-count {
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 82px;
    line-height: 65px;
    margin: 0;
    color: #5794C3;
    letter-spacing: -0.05em;
    top: 4px;
}

.statistic-info {
    position: relative;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    color: #000000;
    margin: auto 33px;
    font-size: 16px;
    line-height: 28px;
}

.statistic-row {
    display: none;
    transition: all .5s ease-in;
}

.statistic-row--active {
    display: flex;
    transition: all .5s ease-in;
    padding-top: 26px;
}

.footer-first-form-wrapp {
    width: 100%;
    background-position: center;
}

.footer-first-form-main {
    width: 100%;
    height: 100%;
    display: flex;
    margin: 85px 0 0;
}

.footer-first-form-box {
    max-width: 748px;
    position: relative;
    padding: 0 0 75px 109px;
}

.footer-first-form-box .politica-checkbox-footer .wpcf7-form-control-wrap {
    position: static;
}

.footer-first-form-box .politica-checkbox-footer .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    position: absolute;
    font-size: 12px;
    width: 100%;
    top: 27px;
}

.footer-form-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    position: relative;
    margin: 0;
    text-transform: uppercase;
    color: #FFFFFF;
}

.footer-form-finally {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    column-gap: 20px;
    margin-top: 50px;
    row-gap: 42px;
}

.footer-form-finally .wpcf7-spinner {
    grid-column: 3 / 3;
    grid-row: 1 / 1;
}

.form-footer-group .wpcf7-form-control-wrap {
    z-index: 2;
}

.form-footer-group {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.form-footer-group .wpcf7-not-valid-tip {
    position: absolute;
    font-size: 12px;
}

.form-footer-group:nth-of-type(3) {
    grid-column: 1 / 2;
}


.form-footer-group:nth-of-type(4) {
    grid-column: 2 / 2;
    grid-row: 2 / 2;
}

.footer-subscribe {
    grid-column: 3 / 3;
    grid-row: 2 / 2;
    border: none;
}

.footer-subscribe:hover {
    background: white;
    color: rgba(164, 43, 185, 1);
    transition: all .3s ease-in;
}

.form-input-footer {
    width: 100%;
    border-radius: 0 !important;
    background: transparent;
    border: none !important;
    border-bottom: 2px solid #FFFFFF !important;
    outline: none;
    padding: 5px 0 5px 0 !important;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #FFFFFF;
    font-family: "Montserrat", Sans-serif;
}

.form-label-footer {
    position: absolute;
    font-family: "Montserrat", Sans-serif;
    top: -5px;
    left: 0;
    font-size: 18px;
    line-height: 32px;
    color: #98DEFF;
}

.form-label-footer.form-label--active {
    font-size: 12px;
    top: -6px;
}

.footer-third {
    display: none;
}

.form-input-footer:focus + .form-label-footer,
.form-input-footer:not(:placeholder-shown) + .form-label-footer {
    top: -10px;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    color: #52B0D8;
}

.form-input-footer:placeholder-shown + .form-label-footer {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    color: #98DEFF;
}

.form-input-footer:focus {
    border-color: #FFFFFF;
}

.politica-footer {
    max-width: 624px;
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-top: 54px;
    margin-left: 5px;
    justify-content: space-between;
}

.politica-checkbox-footer {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

.politica-checkbox-footer_wrapp {
    margin-right: 10px;
    opacity: 0;
    cursor: pointer;
}

.checkmark-footer {
    width: 22px;
    margin-right: 22px;
    height: 22px;
    border: 2px solid rgba(152, 222, 255, 1);
    background: transparent;
    position: absolute;
    cursor: pointer;
    display: inline-block;
}

.politica-checkbox-footer input[type="checkbox"] {
    opacity: 0;
}

.politica-checkbox-footer input[type="checkbox"]:checked + .checkmark-footer::after {
    content: '';
    position: absolute;
    background-image: url(../images/checkmark-white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 10px;
    height: 11px;
    top: 5px;
    left: 6px;
}

.politica-checkbox-footer_info {
    display: inline-block;
    margin: 0 0 0 22px;
    font-weight: 300;
    cursor: pointer;
}

.politica-checkbox-footer_info, .checkbox-politica-footer_link {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.checkbox-politica-footer_link {
    font-weight: 400;
    text-decoration: underline;
}

.checkbox-politica-footer_link:hover {
    color: rgba(164, 43, 185, 1);
    transition: all .3s ease-in;
}

.footer-subscribe {
    width: 225px;
    height: 49px;
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 10px;
    color: #FFFFFF;
    background-color: #A42BB9;
    border: 2px solid rgba(164, 43, 185, 1);
    letter-spacing: 0.2em;
}

.footer-second {
    width: 100%;
    background: #ffff;
}

.footer-second__inner {
    display: grid;
    grid-template-columns: .8fr 1fr;
}

.footer-second-first__inner {
    max-width: 561px;
    margin-top: 145px;
    margin-bottom: 138px;
    margin-left: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.block-links-media-footer {
    margin-right: auto;
}

.footer-second-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 44px;
}

.footer-second-info_title {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: small;
    position: relative;
    color: #000000;
    margin: 0;
}

.footer-title-link {
    margin-left: 5px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #A42BB9;
    text-decoration: underline;
}

.footer-second-info_wrapp {
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    line-height: 180%;
    color: #2C2C2C;
    margin-top: 25px;
    font-size: 14px;
    margin-bottom: 0;
    padding-right: 111px;
}

.footer-second-span {
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin-top: 25px;
    display: block;
}

.link-footer-second {
    text-decoration: underline;
    color: #A42BB9;
}

.footer-second-final {
    background: linear-gradient(180deg, #F5FAFD 0%, rgba(245, 250, 253, 0) 100%) no-repeat;
}

.footer-second-final__inner {
    padding: 138px 0 112px 108px;
    max-width: 783px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    position: relative;
}

.logo-footer-second {
    width: 224px;
    display: flex;
    align-items: flex-start;
    position: relative;
}

.logo-footer-second .logo {
    margin: 0 56px 0 0;
    max-width: 167px;
}

.footer-second-header {
    max-width: 264px;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.footer-second-header_title {
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    letter-spacing: 3px;
    font-size: 12px;
    line-height: 19px;
    color: #929292;
    margin: 0;
}

.footer-menu {
    max-width: 169px;
    position: relative;
    display: flex;
    flex-direction: column;
    grid-column: 3 / 3;
    grid-row: 1 / 4;
}

.footer-menu ul {
    margin: 0;
    padding: 0 0 0 57px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.footer-menu a {
    color: rgba(60, 93, 144, 1);
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    text-decoration: none;
}

.nav-footer {
    display: flex;
    flex-direction: column;
    position: relative;
}

.nav-item {
    margin-bottom: 20px;
    margin-left: 0;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #3C5D90;
    list-style-type: none;
    white-space: nowrap;
    cursor: pointer;
}

.nav-item:hover {
    color: #A42BB9;
}

.footer-text-wrapp {
    width: 375px;
    grid-column: 1 / 3;
    position: relative;
    padding-top: 40px;
}

.footer-info-last {
    font-family: "Montserrat", sans-serif;
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    color: #000000;
}

.footer-info-last:not(:first-of-type) {
    margin-top: 20px;
}

.footer-second__header--mobile,.map-svg-mobile, .footer-second__socials--mobile, .footer-second-final__contact--mobile, .footer-second__header--mobile .footer-second-header, .maps--mobile {
    display: none;
}

@media (max-width: 1440px) {
    .footer-first-bg-image {
        display: flex;
        height: 100%;
    }

    .form-label-footer, .form-label-footer.form-label--active {
        top: -20px !important;
    }

    .footer-first-title {
        font-size: 26px;
    }


    .footer-first-logo {
        grid-column: 1 / 3;
        padding-left: 50px;
    }

    .footer-first-form {
        padding-right: 40px;
        background-size: cover;
    }

    .adress {
        min-width: auto;
        grid-column: 2 / 2;
    }

    .footer-first {
        grid-template-columns: .6fr 1fr;
    }

    .footer-menu {
        grid-column: 1 / 3;
        grid-row: 5 / 4;
    }

    .footer-second-info_wrapp {
        padding-right: 20px;
    }

    .footer-second-final__inner {
        padding: 138px 0 112px 30px
    }

    .footer-second-first {
        padding-left: 40px;
    }

    .footer-second-final__inner {
        padding: 138px 40px 112px 30px;
    }

    .footer-menu ul {
        padding: 30px 0 0
    }

    .footer-second__inner {
        grid-template-columns: .6fr 1fr;
    }

    .block-links-media-footer {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        row-gap: 20px;
    }

    .footer-second-final__inner {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-form-finally {
        grid-template-columns: 1fr;
    }

    .form-footer-group:nth-of-type(3) {
        grid-column: 1 / 1;
    }

    .form-footer-group:nth-of-type(4) {
        grid-column: 2 / 2;
        grid-row: auto;
    }

    .footer-subscribe {
        grid-column: 1 / 1;
        grid-row: auto;
    }

    .footer-first-form-main {
        margin: 20px 0 0;
    }

    .statistic-count {
        font-size: 24px;
    }

    .footer-first-statistic {
        min-height: auto;
    }

    .footer-first-form-box {
        padding: 0 0 27px 30px;
    }

    .maps {
        padding: 20px;
        position: relative;
        grid-column: 1 / 2;
    }

    .maps::before {
        height: 100%;
    }

    .footer-first-bg-second__inner {
        grid-auto-rows: auto;
    }
}

@media (max-width: 1024px) {
    .footer-second-first {
        order: 2;
        padding: 0;
    }

    .form-label-footer {
        top: -25px;
        line-height: 32px;
    }

    .adress-title {
        margin-bottom: 20px;
    }

    .form-label-footer.form-label--active {
        top: -22px;
    }

    .form-footer-group:nth-of-type(3) {
        grid-column: 1 / 1;
    }

    .form-footer-group:nth-of-type(4) {
        grid-column: 1 / 1;
        grid-row: auto;
    }

    .footer-second__inner {
        display: flex;
        flex-direction: column;
    }

    .maps {
        opacity: 1;
    }

    .maps-link {
        font-size: 14px;
    }

    .footer-first-title {
        font-size: 32px;
    }

    .footer-first-bg-image {
        z-index: 2;
        padding: 0;
    }

    .footer-second-first__inner .footer-second-info_title, .footer-second-first__inner .block-links-media-footer, .footer-second-final__inner .footer-second-info_title, .footer-second-final__inner .footer-title-link, .footer-second-final__inner .logo-footer-second, .footer-second-final__inner .footer-second-header, .footer-text-wrapp {
        display: none;
    }

    .footer-first-bg-second {
        width: 100%;
    }

    .footer-first-bg-second__inner {
        max-width: 100%;
        row-gap: 7px;
    }

    .footer-first-logo {
        margin-left: 96px;
    }

    .logo-wrapp, .footer-first-title {
        margin-top: 120px;
    }

    .footer-second__socials--mobile {
        display: flex;
        grid-column: 1/3;
    }

    .footer-second {
        padding: 73px 50px;
        width: auto;
    }

    .footer-second-final__inner, .footer-menu ul {
        padding: 0;
    }

    .footer-second-final {
        background: none;
    }

    .footer-menu {
        font-size: 12px;
    }

    .footer-second-first__inner, .footer-second-final {
        margin-top: 49px;
        margin-left: 0;
        margin-bottom: 0;
    }

    .footer-second-info, .footer-second-info_wrapp {
        margin-top: 0;
    }

    .block-links-media-footer {
        margin: 0;
        column-gap: 56px;
        width: 100%;
        flex-wrap: wrap;
    }

    .block-links-media_img {
        margin-right: 0;
    }

    .footer-second__header--mobile {
        display: flex;
        margin: 0 0 55px;
    }

    .footer-second__header--mobile .footer-second-info_title {
        flex-direction: column;
        display: flex;
        line-height: 18px;
    }

    .footer-second__header--mobile .footer-second-info_title a {
        margin: 0;
    }

    .footer-first-form {
        background-size: cover;
    }

    .footer-first {
        grid-template-columns: 1fr;
    }

    .footer-first-form {
        padding-right: 0;
        position: relative;
    }

    .footer-first-form-box {
        padding: 0
    }

    .footer-first-form-wrapp {
        padding: 99px 48px 86px;
    }

    .footer-form-title {
        max-width: 330px;
    }

    .footer-first-form-main {
        margin: 0;
    }


    .footer-form-finally {
        row-gap: 31px;
        max-width: 256px;
    }

    .footer-first-form::after {
        width: 1300px;
        bottom: 0;
        transform: translate(-35%, 0%);
        background-size: 100% 100%;
    }

    .footer-first-statistic::before {
        height: 100%;
        left: 0;
    }

    .statistic-count {
        font-size: 60px;
        line-height: 78px;
    }

    .statistic-info {
        margin: 0 auto 0 21px;
        max-width: 210px;
        font-size: 22px;
    }

    .footer-first-statistic {
        padding: 0 24px 0 48px;
        position: relative;
        width: 100%;
        justify-content: flex-start;
        min-height: 190px;
        align-items: center;
    }

    .btn-footer {
        order: 3;
        margin: 0;
        position: absolute;
        right: 120px;
        top: 29px;
    }

    .statistic-title {
        left: 48px;
        margin: 0;
        color: white;
    }
}

@media (max-width: 599px) {

    .form-label-footer {
        top: -3px;
    }

    .form-label-footer[for="phone"] {
        top: -19px;
    }

    .form-input-footer {
        line-height: 32px;
        padding: 5px 0 10px 0 !important;
    }

    .footer-third {
        display: flex;
        background-color: #F1FAFC;
        padding: 23px 66px 26px 39px;
        text-align: left;
    }

    .footer-form-finally {
        max-width: 280px;
    }

    .logo-wrapp-main {
        margin-right: 11px;
        max-width: 47px;
    }

    .logo-wrapp-main:nth-of-type(2) {
        top: -2px;
        position: relative;
    }

    .footer-third a {
        font-family: 'Open Sans', Sans-serif;
        color: #000000;
        text-decoration: underline;
        font-size: 18px;
        line-height: 28px;
        font-weight: 300;
    }

    .btn-footer {
        right: 107px;
        top: 99px;
    }

    .maps {
        display: none;
    }

    .adress-title {
        max-width: 100%;
        letter-spacing: -0.05em;
    }

    .maps--mobile {
        display: flex;
        background: transparent;
        justify-content: flex-start;
        padding: 0;
        margin-top: 19px;
    }

    .adress-link {
        font-size: 18px;
        line-height: 140%;
        text-transform: uppercase;
    }

    .maps--mobile a {
        text-decoration: underline;
        color: #98DEFF;
        letter-spacing: .25em;
    }

    .map-svg {
        display: none;
    }

    .map-svg-mobile {
        display: block;
        width: 21px;
        height: 21px;
    }

    .adress-phone {
        font-size: 22px;
        line-height: 160%;
        margin: 20px 0 0;
    }

    .footer-first-bg-image {
        background-size: contain;
    }

    .logo-wrapp {
        height: auto;
        width: 47px;
        min-width: 47px;
        top: -4px;
        margin-right: 14px !important;
    }

    .footer-first-logo {
        position: relative;
    }

    .footer-first-logo::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #38ADDD;
        left: 0;
        top: 0;
        opacity: .4;
        z-index: -1;
    }

    .statistic-row--active {
        flex-direction: column;
    }

    .footer-first, .footer-second__inner, .footer-first-bg-second__inner {
        display: flex;
        flex-direction: column;
    }

    .footer-second-final__inner {
        grid-template-columns: 1fr;
    }

    .footer-second__socials--mobile {
        grid-column: 1 / 1;
    }

    .footer-second-first {
        padding-left: 0;
    }

    .block-links-media-footer {
        column-gap: 30px;
    }

    .footer-second-final {
        margin-top: 33px;
    }

    .block-links-media_img img {
        width: 28px;
        height: 28px;
    }

    .footer-second__header--mobile {
        margin: 0 0 33px;
    }

    .footer-second__header--mobile {
        flex-direction: column;
    }

    .footer-second__header--mobile .footer-second-header {
        margin-top: 21px;
        display: flex;
    }

    .footer-second-first__inner .footer-second-info_title {
        display: flex;
        flex-direction: column;
        line-height: 21px;
        font-size: 14px;
    }

    .footer-second-info_wrapp {
        font-size: 12px;
        padding: 0;
    }

    .footer-second-info_title {
        margin: 33px 0;
    }

    .footer-title-link {
        margin-left: 0;
    }

    .footer-second-first__inner {
        margin-top: 0;
    }

    .footer-second__header--mobile .footer-second-info_title, .footer-second-span {
        display: none;
    }

    .logo-wrapp, .footer-first-title {
        margin-top: 59px;
    }

    .footer-form-title {
        font-size: 32px;
        margin-top: -6px;
        line-height: 35.2px;
        letter-spacing: -0.09rem;
        width: 90%;
    }

    .footer-subscribe {
        width: 100%;
        height: 56px;
        font-weight: 400;
        font-size: 16px;
        line-height: 28px;
        text-transform: none;
        letter-spacing: -0.05em;
    }

    .politica-footer {
        margin-top: 31px;
    }

    .politica-checkbox-footer_info, .politica-checkbox-footer_info a {
        font-size: 13px;
        line-height: 18px;
    }

    .footer-second {
        padding: 47px 20px 39px;
    }

    .footer-first-logo, .maps, .adress {
        grid-column: 1 / 1;
    }

    .footer-first-bg-second__inner {
        grid-row-gap: 62px;
    }

    .adress {
        padding: 43px 40px 69px;
    }

    .footer-first-bg-second__inner {
        grid-row-gap: 0;
    }

    .adress-title, .footer-first-logo, .logo-wrapp, .footer-first-title {
        margin: 0;
    }

    .footer-first-title {
        font-size: 22px;
        line-height: 26px;
        letter-spacing: -0.05em;
        max-width: 198px;
    }

    .footer-first-logo {
        padding: 59px 20px 57px;
    }

    .statistic-title {
        top: 44px;
        left: 39px;
        margin: 0;
        font-size: 30px;
        color: #E5EEF5;
        z-index: 2;
        letter-spacing: -0.1em;
    }

    .footer-first-form-wrapp {
        padding: 49px 31px 57px 38px;
        width: auto;
    }

    .footer-first-statistic {
        padding: 0 39px 0 35px;
        flex-direction: column;
        align-items: flex-start;
        min-height: 160px;
    }

    .statistic-info {
        margin-top: -6px;
        margin-left: 6px;
        max-width: 230px;
        font-size: 16px;
    }
}

.subtitle_about {
    display: none;
}


@media (max-width: 599px) {

    .subtitle_about {
        display: block;
        top: 60px;
        font-family: Montserrat;
        font-size: 16px;
        font-weight: 300;
        line-height: 17.6px;
        letter-spacing: 0.25em;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        margin-top: 70px;
    }

    .about-wrapper-item:first-of-type {
        margin-top: 25px;
    }

    .quotes-text_title {
        font-weight: 600;
        line-height: 28px;
        letter-spacing: -0.1rem;
        font-size: 20px;
        max-width: 50%;
    }

    .footer-first-form::after {
        left: -170px;
    }

    .quotes-text {
        max-width: initial;
    }

    .swiper-slide.block-btns-wrap .block-btns-wrap {
        /*         padding-left: 10px !important;
                padding-right: 10px !important; */
    }
}