@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    width: 100%;
    height: 100%;
    margin: 0;
    font-family: "Inter", sans-serif;
}
body.lock {
    overflow: hidden;
}
.h5, .h4, .h3, .h2, .h1 {
    margin: 0;
    color: #3E4043;
}
.h1 {
    font-size: 76px;
    font-weight: 800;
    line-height: 122%;
    letter-spacing: -1px;
    color: #FFFFFF;
}
.h2 {
    font-size: 51px;
    font-weight: 800;
    text-align: center;
    letter-spacing: 0.9px;
}
.h3 {
    font-size: 30px;
    font-weight: 800;
    text-align: center;
    letter-spacing: 0.5px;
}
p {
    margin: 0;
}
ol,
ul {
  padding: 0;
  margin: 0;
}
li {
    list-style-type: none;
}
a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
button {
    border: none;
    cursor: pointer;
    outline: none;
    transition: .3s;
}
input,
textarea {
    border: none;
    outline: none;
    font-family: inherit;
    margin: 0;
}
textarea {
    resize: none;
}

.btn {
    border-radius: 20px;
    background-color: #19DFC9;
    box-shadow: 0 24px 29px 0 rgba(16, 65, 114, 0.26);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 18px 30px;
    font-family: inherit;
    white-space: nowrap;
}
.btn:hover {
    background-color: #0B54A0;
}
.btn span {
    color: #0E655B;
    font-size: 16px;
    font-weight: 600;
    transition: .3s;
}
.btn:hover span {
    color: #FFFFFF;
}
.btn path {
    transition: .3s;
}
.btn:hover path {
    stroke: #FFFFFF;
}


.input {
	
}

.fg {
    position: relative;
}
.fg>svg {
    position: absolute;
    top: 50%;
    left: 28px;
    transform: translateY(-50%);
}
.fg>input {
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    background-color: rgba(255, 255, 255, 0.03);
    padding: 25px  27px 25px 58px;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 500;
    line-height: 95%;
    display: block;
    width: 100%;
}
.fg>input::placeholder {
    color: rgba(255, 255, 255, 0.46);
    opacity: 1;
}


.main {
	display: flex;
	flex-direction: column;
	min-height: calc(100 * var(--vh));
    overflow: hidden;
}

.container {
    max-width: 1448px;
    padding-left: 24px;
    padding-right: 24px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}


.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 38px;
    z-index: 10;
}
.header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo {
    width: 128px;
    height: 50px;
    flex-shrink: 0;
}
.logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.header-menu {
    display: flex;
    align-items: center;
    gap: 28px;
}
.header-menu li {
    display: flex;
}
.header-menu li a {
    position: relative;
    color: #C0D0DF;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
}
.header-menu li a:hover {
    color: #FFFFFF;
}
.header-menu li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 0;
    height: 2px;
    background-color: #19DFC9;
    transition: .3s ease-in;
}
.header-menu li a:hover::after {
    width: 100%;
}
.header-right {
    display: flex;
    align-items: center;
    gap: 15px;
}
.header__phone {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.02em;
    font-family: inherit;
}
.header__phone:hover {
    color: #19DFC9;
}
.header__phone span {
    width: 47px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 900px;
    background: rgba(240, 243, 246, 0.07);
    transition: .3s;
}
.header__phone:hover span {
    background-color: rgba(25, 223, 201, 0.2);
}
.header__btn {
    padding: 15px 20px;
    background-color: #FFFFFF;
    border-radius: 900px;
    color: #0B54A0;
    font-size: 11px;
    font-style: normal;
    font-weight: 800;
    line-height: 16px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
}
.header__btn:hover {
    background-color: #0B4888;
    color: #FFFFFF;
}
.burger,
.menu-bottom,
.menu-close {
    display: none;
}

.d-none {
    display: none!important;
}

.page {
	flex-grow: 1;
}

.swiper-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 40px;
}
.swiper-navigation__btn {
    position: static;
    width: 53px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E7EDF3;
    border-radius: 15px;
    opacity: 1;
    margin-top: 0;
    transition: .3s;
}
.swiper-navigation__btn:hover {
    background-color: #0B54A0;
}
.swiper-navigation__btn::after {
    content: none;
}
.swiper-navigation__btn svg {
    width: 17px;
    height: auto;
}
.swiper-navigation__btn svg path {
    transition: .3s;
}
.swiper-navigation__btn:hover svg path {
    stroke: #FFFFFF;
}
.swiper-pagination {
    position: static;
    width: auto!important;
    display: flex;
    align-items: center;
    gap: 7px;
}
.swiper-pagination-bullet {
    margin: 0!important;
    width: 10px;
    height: 10px;
    border-radius: 900px;
    background-color: #FFFFFF;
    border: 2px solid #98A2A7;
    opacity: 0.3;
    transition: .3s;
}
.swiper-pagination-bullet-active {
    width: 20px;
    border-color: #0C5EAB;
    opacity: 1;
}



.footer {
    background-color: #FFFFFF;
    padding-top: 30px;
}
.footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #F2F4FA;
    padding-bottom: 29px;
}
.footer-menu {
    display: flex;
    align-items: center;
    gap: 30px;
}
.footer-menu li {
    display: flex;
}
.footer-menu li a {
    color: #364553;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
}
.footer-menu li a:hover {
    color: #0B54A0;
}
.footer-right {
    display: flex;
    align-items: center;
    gap: 15px;
}
.footer__phone {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #40444B;
    font-size: 15px;
    font-weight: 700;
}
.footer__phone:hover {
    color: #0155AE;
}
.footer__phone span {
    width: 47px;
    height: 40px;
    border-radius: 900px;
    background-color: #EEF4FA;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}
.footer__phone:hover span {
    background-color: rgba(1, 85, 174, 0.2);
}
.footer__btn {
    padding: 15px 20px;
    border-radius: 900px;
    background-color: #0155AE;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: 800;
    line-height: 16px;
    text-transform: uppercase;
    transition: .3s;
}
.footer__btn:hover {
    background-color: #19DFC9;
    color: #0E655B;
}
.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 30px;
}
.copyright {
    color: #7D838C;
    font-size: 13px;
    line-height: 134%;
}
.footer-links {
    display: flex;
    align-items: center;
    gap: 20px;
}
.footer-links li {
    display: flex;
}
.footer-links li a {
    border-bottom: 1px solid rgba(91, 93, 97, 0.35);
    color: #5B5D61;
    font-size: 13px;
    font-weight: 500;
    line-height: 134%;
}
.footer-links li a:hover {
    color: #0155AE;
    border-color: #0155AE;
}


@media(min-width: 1231px) {
    .menu-wrapper {
        display: block!important;
    }
}


@media(max-width: 1448px) {
    .logo {
        width: 112px;
        height: 44px;
    }
    .header-menu {
        gap: 20px;
    }
    .header-right {
        gap: 10px;
    }
    .header__phone {
        font-size: 0;
        gap: 0;
    }

    .footer-menu {
        gap: 20px;
    }
    .footer__phone {
        font-size: 0;
        gap: 0;
    }
}

@media(max-width: 1310px) {
    .d-block_note {
        display: block!important;
    }
    .d-none_note {
        display: none!important;
    }
}

@media(max-width: 1230px) {
    .d-none_tablet {
        display: none!important;
    }
    .d-block_tablet {
        display: block!important;
    }
    .d-flex_tablet {
        display: flex!important;
    }

    .btn {
        padding-left: 39px;
        padding-right: 39px;
    }

    .h1 {
        font-size: 37px;
    }
    .h2 {
        font-size: 26px;
        letter-spacing: 0.5px;
    }
    .h3 {
        font-size: 19px;
        letter-spacing: 0;
    }
    .header {
        padding-top: 17px;
        padding-bottom: 17px;
    }
    .header__phone {
        font-size: 15px;
        gap: 7px;
    }
    .header__btn {
        display: none;
    }
    .burger {
        width: 47px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        border-radius: 900px;
        background-color: rgba(240, 243, 246, 0.07);
        transition: .3s;
        cursor: pointer;
    }
    .menu-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: calc(100 * var(--vh));
        background-color: rgba(9, 25, 53, 0.87);
        display: none;
    }
    .menu-inner {
        max-width: 324px;
        height: 100%;
        background-color: #FFFFFF;
        padding-top: 10px;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        overflow-y: auto;
        transform: translateX(-100%);
        transition: .3s;
    }
    .menu-wrapper.active .menu-inner {
        transform: translateX(0);
    }
    .menu-close {
        width: 47px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        border-radius: 900px;
        background-color: #E0E6EB;
        transition: .3s;
        margin-left: 14px;
        cursor: pointer;
    }
    .header-menu {
        flex-direction: column;
        gap: 0;
        border-top: 1px solid #F2F4FA;
        margin-top: 13px;
    }
    .header-menu li {
        width: 100%;
    }
    .header-menu li a {
        width: 100%;
        padding: 17px 25px 16px;
        border-bottom: 1px solid #F2F4FA;
        color: #364553;
    }
    .header-menu li a:hover {
        color: #364553;
    }
    .header-menu li a::after {
        content: none;
    }
    .menu-bottom {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
        z-index: 1;
        margin-top: auto;
        padding: 25px;
    }
    .menu-bottom__bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -1;
    }
    .menu-bottom .header__btn {
        display: block;
        width: 100%;
    }
    .logo {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }


    .swiper-navigation {
        margin-top: 20px;
    }


    .fg>svg {
        left: 15px;
    }
    .fg>input {
        padding: 19px 14px 19px 45px;
    }

    .footer {
        padding-top: 20px;
    }
    .footer-logo {
        position: static;
        transform: none;
    }
    .footer-menu {
        display: none;
    }
    .footer-right {
        gap: 10px;
    }
    .footer__phone {
        font-size: 14px;
        gap: 7px;
    }
    .footer__btn {
        padding: 11px 15px;
        font-size: 10px;
    }
    .footer-bottom {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
@media(max-width: 767px) {
    .d-none_tabletMin {
        display: none!important;
    }
    .d-block_tabletMin {
        display: block!important;
    }
}
@media(max-width: 720px) {
    .header-right .header__phone {
        font-size: 0;
        gap: 0;
    }


    .footer-top {
        flex-direction: column;
        gap: 20px;
    }
    .footer-bottom {
        flex-direction: column;
        gap: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media(max-width: 580px) {
    .d-none_mobile {
        display: none!important;
    }
    .d-block_mobile {
        display: block!important;
    }

    .btn {
        padding-left: 18px;
        padding-right: 18px;
    }

    .container {
        padding-left: 14px;
        padding-right: 14px;
    }

    .header {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .logo {
        width: 94px;
        height: 37px;
    }
    

    .swiper-navigation {
        flex-wrap: wrap;
    }
    .swiper-pagination {
        order: -1;
        width: 100%!important;
        justify-content: center;
    }


    .footer-logo {
        width: 112px;
        height: 44px;
    }
}


/* Popup */
.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100 * var(--vh));
    z-index: 11;
    background-color: rgba(24, 24, 38, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}
.popup-inner {
    background-color: #FFFFFF;
    border-radius: 15px;
    padding: 30px;
    position: relative;
}
.popup-callback {
    max-width: 485px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.popup__close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 37px;
    height: 37px;
    border-radius: 9px;
    border: 1px solid #F3F4F5;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
    cursor: pointer;
}
.popup__close:hover {
    background-color: #20247A;
    border-color: #20247A;
}
.popup__close svg path {
    transition: .3s;
}
.popup__close:hover svg path {
    stroke: #FFFFFF;
}
.popup__title {
    padding-right: 25px;
    color: #191C21;
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
}
.popup__btn {
    width: 100%;
    height: 57px;
}
.popup-thank {
    max-width: 430px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}
.popup-thank .popup__title {
    padding-right: 0;
}
.popup-thank__text {
    color: #343E4A;
    font-size: 14px;
    line-height: 143%;
    text-align: center;
}
.popup-thank__btn {
    padding: 11px;
    width: 222px;
    font-size: 13px;
    font-weight: 600;
    color: #20247A;
    gap: 5px;
    box-shadow: none;
}
.popup-thank__btn:hover {
    color: #FFFFFF;
}

@media(max-width: 580px) {
    .popup-inner {
        align-self: flex-end;
        border-radius: 15px 15px 0 0;
        padding: 14px;
        padding-bottom: 60px;
        gap: 10px;
        max-width: 100%;
    }
    .popup__title {
        font-size: 17px;
        line-height: 21px;
    }
    .popup-thank {
        gap: 10px;
    }
    .popup-thank__text {
        font-size: 13px;
        line-height: 138%;
    }
    .popup__close {
        width: 33px;
        height: 33px;
    }
}

/* Popup form group styles */
.popup .fg {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.popup .fg__title {
    color: #191C21;
    font-size: 13px;
    font-weight: 500;
    line-height: 138%;
    display: flex;
    align-items: center;
    gap: 4px;
}
.popup .fg__title span {
    color: #F00F00;
    font-size: 12px;
    line-height: 133%;
}
.popup .fg input {
    display: block;
    width: 100%;
    border-radius: 9px;
    border: 1px solid #F3F4F5;
    background: #FFFFFF;
    padding: 14px;
    transition: .3s;
    color: #191C21;
    font-size: 13px;
    line-height: 138%;
}
.popup .fg input::placeholder {
    color: #92969A;
    opacity: 1;
}
.popup .fg input:focus {
    border-color: #20247A;
}
.popup .fg._error input {
    border-color: #FF0000;
}
.popup .fg__error-text {
    color: #FF0000;
    font-size: 12px;
    line-height: 133%;
}

/* Popup checkbox styles */
.popup .checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
}
.popup .checkbox-label>input {
    display: none;
}
.popup .checkbox {
    border-radius: 6px;
    border: 1.6px solid #F3F4F5;
    background: #FFF;
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup .checkbox-label._error .checkbox {
    border-color: #FF0000;
}
.popup .checkbox::after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzMwMjVfMjE3MTM2KSI+CjxwYXRoIGQ9Ik0yLjkxNjUgNy4wMDAxNkw1LjgzMzE3IDkuOTE2ODNMMTEuNjY2NSA0LjA4MzUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzMwMjVfMjE3MTM2Ij4KPHJlY3Qgd2lkdGg9IjE0IiBoZWlnaHQ9IjE0IiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 0;
    opacity: 0;
    transition: .3s;
}
.popup label:hover .checkbox {
    border-color: #20247A;
}
.popup label>input:checked+.checkbox {
    background-color: #20247A;
    border-color: #20247A;
}
.popup label>input:checked+.checkbox::after {
    opacity: 1;
}
.popup .checkbox__text {
    color: #343E4A;
    font-size: 13px;
    line-height: 138%;
}
.popup .checkbox__text a {
    color: #20247A;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.popup .checkbox__text a:hover {
    opacity: 0.6;
}

/* Popup callback button styles */
.popup-callback .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    transition: .3s;
    font-family: inherit;
    font-weight: 600;
}
.popup-callback .btn svg path {
    transition: .3s;
}
.popup-callback .btn-blue {
    border-radius: 12px;
    background-color: #20247A;
    color: #FFFFFF;
    font-size: 15px;
    line-height: 140%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.popup-callback .btn-blue::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #49207E 0%, #21257E 100%);
    z-index: -1;
    opacity: 0;
    transition: .3s;
}
.popup-callback .btn-blue:hover::after {
    opacity: 1;
}

/* Popup thank button styles */
.popup-thank .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    transition: .3s;
    font-family: inherit;
    font-weight: 600;
}
.popup-thank .btn svg path {
    transition: .3s;
}
.popup-thank .btn-outline {
    border-radius: 10px;
    border: 2px solid #BACFE3;
    color: #20247A;
    font-size: 13px;
    line-height: 138%;
    background-color: transparent;
}
.popup-thank .btn-outline:hover {
    background-color: #BACFE3;
}