@charset "UTF-8";
:root {
    --container-side-padding: 50px;
    --theme-color: #15499F;
}

@font-face {
    font-family: SourceSansPro;
    font-display: swap;
    src:
            local("SourceSansPro-Regular"),
            local("SourceSansPro-Regular"),
            url(/assets/front_pages/fonts/SourceSansPro-Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: SourceSansPro;
    font-display: swap;
    src:
            local("SourceSansPro-Bold"),
            local("SourceSansPro-Bold"),
            url(/assets/front_pages/fonts/SourceSansPro-Bold.woff2) format("woff2");
    font-weight: 700;
    font-style: normal;
}
* {
    padding: 0;
    margin: 0;
    border: 0;
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
:active,
:focus {
    outline: 0;
}
a:active,
a:focus {
    outline: 0;
}
aside,
footer,
header,
nav {
    display: block;
}
html {
    height: 100%;
    width: 100%;
    line-height: 1;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
button,
input,
textarea {
    font-family: inherit;
}
input::-ms-clear {
    display: none;
}
button {
    cursor: pointer;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
a,
a:visited {
    text-decoration: none;
}
.h2 {
    font-size: 20px;
}
h2 span {
    color: #15499f;
}
body {
    font-family: SourceSansPro, sans-serif !important;
    font-weight: 400;
    line-height: 1.2;
    background-color: #fff;
    font-size: 16px !important;
    color: #000;
}
#my-video {
    width: 100%;
    border-radius: 25px;
}
a:hover {
    text-decoration: none;
}
ul li {
    list-style: none;
}
img {
    vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: 400;
}
:root {
    --container-side-padding: 50px;
}
.wrapper {
    margin: 0 auto;
    min-height: 100%;
    -webkit-animation: showSite 1s linear forwards;
    animation: showSite 1s linear forwards;
}
@-webkit-keyframes showSite {
    0% {
        opacity: 0.1;
    }
    100% {
        opacity: 1;
    }
}
@keyframes showSite {
    0% {
        opacity: 0.1;
    }
    100% {
        opacity: 1;
    }
}
.container {
    max-width: 1270px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
}
.header {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    font-family: Rubik, sans-serif;
    font-weight: 400;
    height: 100px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    -webkit-transition: background-color 0.2s linear 0s;
    -o-transition: background-color 0.2s linear 0s;
    transition: background-color 0.2s linear 0s;
}
.header__container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header__logo {
    color: #15499f;
}
.header__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header__entry {
    margin-right: 13px;
    width: 7em;
}
.header__burger {
    display: none;
    margin-left: 20px;
    -webkit-transition:
            color 0.2s linear 0s,
            -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
    transition:
            color 0.2s linear 0s,
            -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
    -o-transition:
            transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s,
            color 0.2s linear 0s;
    transition:
            transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s,
            color 0.2s linear 0s;
    transition:
            transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s,
            color 0.2s linear 0s,
            -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
}
.header__burger-menu {
    display: none;
    position: absolute;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 40;
    top: 100px;
    left: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    -webkit-transform: translateY(calc(-100px - 100%));
    -ms-transform: translateY(calc(-100px - 100%));
    transform: translateY(calc(-100px - 100%));
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
    transition: -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
    -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
    transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
    transition:
            transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s,
            -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
}
.header__burger-menu.is-open {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.nav {
    color: #000;
    margin-left: auto;
    margin-right: 17.5%;
}
.select-lang__ua {
    background-image: url(/assets/front_pages/img/flags/ua.svg);
}
.nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding-right: 10px;
}
.nav li:not(:last-child) {
    margin-right: 15px;
}
.nav__link {
    color: #000;
    white-space: nowrap;
    font-size: calc(12px + 4 * ((100vw - 360px) / (1920 - 360)));
}
.nav__link:hover {
    text-decoration: underline;
}
.nav__link--main {
    display: none;
}
.burger {
    color: #15499f;
    position: relative;
    width: 40px;
    height: 30px;
}
.burger span {
    position: absolute;
    border-radius: 5px;
    left: 0;
    width: 100%;
    height: 20%;
    background-color: currentColor;
}
.burger span:nth-child(1) {
    top: 0;
}
.burger span:nth-child(2) {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.burger span:nth-child(3) {
    bottom: 0;
}
.logo-wrapper {
    color: #15499f;
    -webkit-transition: color 0.2s linear 0s;
    -o-transition: color 0.2s linear 0s;
    transition: color 0.2s linear 0s;
}
.logo-letters {
    color: #fff;
    -webkit-transition: color 0.2s linear 0s;
    -o-transition: color 0.2s linear 0s;
    transition: color 0.2s linear 0s;
}
.is-active.header {
    background-color: #15499f;
}
.is-active .burger {
    color: #fff;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.is-active .logo-wrapper {
    color: #fff;
}
.is-active .logo-letters {
    color: #15499f;
}
.is-active .header__entry {
    border: 1px solid #fff;
}
.is-active .header__entry span {
    color: #fff;
}
.intro {
    font-family: Arial, Helvetica, sans-serif !important;
}
.intro__title {
    font-size: 50px;
    color: #0b1f35;
    max-width: 16em;
    margin-bottom: 30px;
}
.intro__title span {
    color: #15499f;
}
@media (max-width: 768px) {
    .intro__title {
        font-size: 20px;
    }
}
.is-active .header__acces span {
    color: #15499f;
}
.is-active .header__acces::before {
    background-color: #fff;
}
@media (max-width: 1150px) {
    .nav li {
        margin: 8px;
    }
    .header__actions {
        display: none;
    }
    .header__burger-menu {
        display: block;
    }
    .nav ul {
        justify-content: space-around;
    }
    .nav {
        margin-right: 0;
    }
    .header__actions__wrapper {
        display: block;
    }
}
@media (min-width: 1150px) {
    .header__actions__wrapper {
        display: none;
    }
}
@media (min-width: 1150px) and (max-width: 1350px) {
    .nav {
        margin-right: 15px;
    }
}
@media (max-width: 1150px) {
    .header__nav {
        width: 100%;
    }
    .header__actions__wrapper {
        display: block;
    }
    .header__actions {
        display: none;
    }
    .header__burger {
        display: block;
    }
    .header__burger-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .nav {
        margin: 0;
        padding-right: 30px;
        padding-left: 30px;
    }
    .nav ul {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: auto;
        margin: -8px;
    }
    .nav li {
        margin: 8px;
    }
    .nav__link--main {
        display: block;
    }
}
@media (max-width: 992px) {
    .header__actions {
        display: none;
    }
    h2 {
        font-size: 16px !important;
    }
    :root {
        --swiper-navigation-size: 44px;
    }
    @media (max-width: 370px) {
        :root {
            --container-side-padding: 10px;
        }
    }
    .header__burger {
        display: block;
    }
    .header__actions__wrapper {
        display: block;
    }
    .nav {
        width: 100%;
    }
    .nav {
        margin: 0;
    }
    .nav ul {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-right: 30px;
        padding-left: 30px;
    }
}
@media (max-width: 768px) {
    .header {
        height: 80px;
    }
    .header__logo svg {
        width: 93px;
        height: 42px;
    }
    .header__burger-menu {
        top: 80px;
        -webkit-transform: translateY(calc(-80px - 100%));
        -ms-transform: translateY(calc(-80px - 100%));
        transform: translateY(calc(-80px - 100%));
    }
    .burger {
        width: 30px;
        height: 25px;
    }
}
@media (max-width: 576px) {
    .header {
        height: 60px;
    }
    .nav ul {
        flex-wrap: wrap;
        justify-content: center;
    }
    .header__logo svg {
        width: 72px;
        height: 32px;
    }
    .header__actions {
        font-size: 10px;
    }
    .header__burger-menu {
        top: 60px;
        -webkit-transform: translateY(calc(-60px - 100%));
        -ms-transform: translateY(calc(-60px - 100%));
        transform: translateY(calc(-60px - 100%));
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .burger {
        width: 25px;
        height: 20px;
    }
}
@media (min-width: 1150px) {
    .header__actions__wrapper {
        display: none;
    }
}
@media (max-width: 1150px) {
    .header__burger {
        display: block;
    }
}
.show {
    display: block;
}
.select-lang__header {
    margin-right: 20px;
    cursor: pointer;
}
.select-lang__text {
    font-size: calc(12px + 4 * ((100vw - 360px) / (1920 - 360)));
    line-height: 19px;
    color: #000;
    display: inline-block;
    padding-left: 40px;
    padding-bottom: 3px;
    padding-top: 3px;
}
.select-lang__wrapper {
    position: relative;
}
.advantages {
    position: relative;
    padding-top: 70px;
    padding-bottom: 100px;
}
.advantages__container {
    position: relative;
    z-index: 5;
}
.advantages__title {
    margin-bottom: 60px;
}
.advantages__list {
    display: grid;
    grid-template-columns: repeat(3, max-content);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 40px 20px;
}
.advantages__list li {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.advantages__list div {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
}
.advantages__list p {
    font-size: 18px;
    max-width: 16.1111em;
}
.advantages__icon {
    margin-bottom: 15px;
}
.account__list-item.active,
.advantages__icon.active {
    animation: 1s ease-in-out accountAnim;
}
@keyframes accountAnim {
    0%,
    100% {
        transform: translate(0, 0);
        opacity: 1;
    }
    50% {
        transform: translate(-50%, -50%);
        opacity: 0;
    }
}
.advantages__icon svg {
    width: 121px;
    height: 121px;
}
.advantages__bg {
    color: #15499f;
    z-index: 1;
    position: absolute;
}
.advantages__bg--1 {
    top: 150px;
    right: 90%;
    width: 135px;
    height: 135px;
}
.advantages__bg--2 {
    bottom: 0;
    left: 82%;
    width: 197px;
    height: 196px;
}
.select-lang {
    display: none;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
    border-radius: 17px;
    position: absolute;
    top: 35px;
    left: -10px;
}
.select-lang__item {
    margin-bottom: 5px;
}
.select-lang__text {
    background-repeat: no-repeat;
    background-position: 16px 5px;
    position: relative;
}
.select-lang--active {
    text-transform: uppercase;
}
.select-lang__list {
    padding: 5px 10px !important;
}
.select-lang--active::before {
    content: "\276F";
    width: 7px;
    height: 13px;
    transform: rotate(90deg);
    position: absolute;
    top: 6px;
    left: 3px;
}
.nav ul {
    padding-left: 20px !important;
}
.blue-btn {
    width: 190px !important;
}
.select-lang__uk {
    background-image: url("/assets/front_pages/img/flags/ua.svg");
}
.select-lang__ru {
    background-image: url("/assets/front_pages/img/flags/ru.svg");
}
.select-lang__en {
    background-image: url("/assets/front_pages/img/flags/en.svg");
}
.select-lang__pl {
    background-image: url("/assets/front_pages/img/flags/pl.svg");
}
.select-lang__ge {
    background-image: url("/assets/front_pages/img/flags/ge.svg");
}
.select-lang__ka {
    background-image: url("/assets/front_pages/img/flags/ka.svg");
}

.select-lang__es {
    background-image: url("/assets/front_pages/img/flags/es.svg");
}
.select-lang__fr {
    background-image: url("/assets/front_pages/img/flags/fr.svg");
}
.select-lang__id {
    background-image: url("/assets/front_pages/img/flags/id.svg");
}
.select-lang__ph {
    background-image: url("/assets/front_pages/img/flags/ph.svg");
}
.select-lang__pt {
    background-image: url("/assets/front_pages/img/flags/pt.svg");
}
.select-lang__vn {
    background-image: url("/assets/front_pages/img/flags/vn.svg");
}
@media (max-width: 992px) {
    .select-lang__header {
        margin-right: 5px;
        margin-left: 8px;
    }
}
.disabled {
    pointer-events: none;
    opacity: 0.4;
}
.error {
    box-shadow: 0 0 20px red;
}
.director-modal__form input {
    margin-bottom: 12px;
    height: 49px;
}
.director-modal__form input:last-child {
    margin-bottom: 0;
}
.header__action {
    display: flex;
    justify-content: center;
    margin-top: 14px;
}
.intro {
    position: relative;
    overflow: hidden;
    padding-top: 200px;
    padding-bottom: 175px;
    background: -webkit-gradient(
            linear,
            right top,
            left top,
            color-stop(25%, #fff),
            color-stop(40%, rgba(255, 255, 255, 0)),
            to(#e9e9e9)
    );
    background: -o-linear-gradient(right, #fff 25%, rgba(255, 255, 255, 0) 40%, #e9e9e9);
    background: linear-gradient(to left, #fff 25%, rgba(255, 255, 255, 0) 40%, #e9e9e9);
}
.intro__container {
    position: relative;
    z-index: 20;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.intro__content {
    margin-right: 50px;
}
.intro__list {
    max-width: 700px;
    margin-bottom: 60px;
    gap: 15px 25px;
    font-size: 20px;
}

.become_a_partner_wrapper{
    text-align: center;
    margin-top: 70px;
}

.become_partner_custom{
    font-family: Rubik, sans-serif;
    text-align: center;
    font-size: 16px;
    border-radius: 4px;
    padding: 12px;
    color: #15499f;
    background: #fff;
    width: 220px !important;
    cursor: pointer;
}

.become_partner_custom:hover{
    filter: brightness(0.8);
}

.intro__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #0b1f35;
    font-size: 17px !important;
}
.intro__item svg {
    color: #15499f;
}
.intro__item:nth-child(1) svg {
    width: 1.4em;
}
.intro__item:nth-child(2) svg {
    width: 2.7em;
}
.intro__item:nth-child(3) svg {
    width: 1.7em;
}
.intro__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    top: 0;
    left: 0;
}
.intro__image img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.intro__more {
    margin-right: 30px;
    width: 10.875em;
    cursor: pointer;
}
.intro__more span {
    color: #15499f;
}
.intro-bg {
    position: absolute;
    stroke: #15499f;
}
.intro-bg--1 {
    top: 0;
    left: 0;
    width: 28.5%;
    min-width: 440px;
}
.intro-bg--2 {
    left: 0;
    bottom: 0;
    width: 40.5%;
}
.intro-bg--3 {
    bottom: 0;
    right: 0;
    width: 32%;
}
.item-intro__icon {
    margin-right: 14px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.intro-bg-m {
    stroke: #15499f;
    position: absolute;
    width: 100%;
    display: none;
}
.intro-bg-m--1 {
    top: 9%;
    left: 0;
}
.intro-bg-m--2 {
    bottom: 100px;
    left: 0;
}
@media (max-width: 1150px) {
    .intro__list {
        grid-template-columns: repeat(2, max-content);
    }
    .item-intro__icon {
        margin-right: 0;
    }
}
@media (max-width: 992px) {
    .intro__container {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .intro__content {
        margin-right: 0;
    }
    .intro__list {
        grid-template-columns: repeat(1, -webkit-max-content);
        grid-template-columns: repeat(1, max-content);
    }
    .intro__item:nth-child(2) svg {
        width: 2.3em;
    }
    .item-intro__icon {
        width: 3em;
    }
}
@media (max-width: 1920px) {
    .advantages__list div {
        font-size: 18px;
    }
    .advantages__list p {
        font-size: 16px;
    }
    .advantages__icon svg {
        width: calc(71px + 50 * ((100vw - 360px) / (1920 - 360)));
        height: calc(71px + 50 * ((100vw - 360px) / (1920 - 360)));
    }
    .advantages__bg--1 {
        width: calc(70px + 65 * ((100vw - 360px) / (1920 - 360)));
        height: calc(70px + 65 * ((100vw - 360px) / (1920 - 360)));
    }
    .advantages__bg--2 {
        width: calc(90px + 107 * ((100vw - 360px) / (1920 - 360)));
        height: calc(90px + 106 * ((100vw - 360px) / (1920 - 360)));
    }
}
@media (max-width: 1100px) {
    .account__list {
        grid-template-columns: repeat(2, max-content);
        max-width: 750px;
        margin: 80px auto 0;
    }
}
@media (max-width: 992px) {
    .advantages__list div {
        font-size: 14px;
    }
    .advantages__list p {
        font-size: 12px;
    }
}
@media (max-width: 768px) {
    .advantages__list {
        grid-template-columns: repeat(2, 1fr);
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .advantages__bg {
        display: none;
    }
}
@media (max-width: 576px) {
    .advantages__list {
        gap: 28px 20px;
    }
}
@media (max-width: 576px) {
    body {
        font-size: 14px !important;
    }
}
@media (max-width: 768px) {
    .intro {
        padding-top: 150px;
        padding-bottom: 20px;
        background: #fff;
    }
    .intro__container {
        display: block;
    }
    .intro__content {
        margin-bottom: 50px;
    }
    .intro__image img {
        max-width: 80%;
    }
    .intro__image {
        display: none;
    }
    .intro-bg {
        display: none;
    }
    .intro-bg-m {
        display: block;
    }
}
@media (max-width: 576px) {
    .intro {
        padding-top: 100px;
        /*padding-bottom: 160px;*/
    }
    .intro__list {
        margin-bottom: 40px;
    }
    .intro__more {
        margin-right: 23px;
    }
    .intro-bg-m--2 {
        bottom: 21.5%;
    }
}
.account-swiper {
    padding: 50px;
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
}
.show_menu {
    display: block !important;
}
.iti--allow-dropdown{
    width: 100%;
}
h1 {
    color: #0b1f35;
    font-weight: 700;
    z-index: 10000000000;
    position: relative;
}
h2 {
    color: #0b1f35;
    font-weight: 700;
    font-size: 35px;
}
.blue-btn,
.empty-btn {
    overflow: hidden;
    color: #15499f;
    position: relative;
}
.blue-btn,
.blue-btn span,
.empty-btn,
.empty-btn span {
    position: relative;
}
.blue-btn::before,
.empty-btn::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: currentColor;
}
.btn {
    font-family: Rubik, sans-serif;
    text-align: center;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 4px;
    padding: 12px;
}
.empty-btn {
    border: 1px solid currentColor;
}
.empty-btn::after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1.5px solid currentColor;
    border-radius: 2px;
    opacity: 0;
}
.empty-btn::before {
    opacity: 0;
}
.empty-btn span {
    z-index: 1;
    color: #000;
}
.empty-btn:active::before {
    opacity: 1;
    -webkit-filter: brightness(0.5);
    filter: brightness(0.5);
}
.empty-btn:active::after {
    -webkit-filter: brightness(0.5);
    filter: brightness(0.5);
}
.empty-btn:active span {
    color: #fff !important;
}
.blue-btn {
    width: 10.875em;
}
.blue-btn span {
    z-index: 1;
    color: #fff;
}
.blue-btn:active::before {
    -webkit-filter: brightness(0.5) !important;
    filter: brightness(0.5) !important;
}
@media (max-width: 768px) {
    body {
        font-size: 14px !important;
    }
}
@media (max-width: 768px) {
    :root {
        --container-side-padding: 20px;
    }
}
@media (max-width: 992px) {
    :root {
        --container-side-padding: 30px;
    }
    .nav__link--main {
        display: block;
    }
}
@media (max-width: 576px) {
    .intro {
        position: relative;
    }
    :root {
        --container-side-padding: 15px;
    }
    .dn {
        display: none;
    }
    .intro__image img {
        margin-top: 70px;
    }
}

.getting {
    position: relative;
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #F8F8F8;
}

.getting__title {
    text-align: center;
    margin-bottom: 2em;
}

.getting__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-items: center;
    grid-auto-rows: 1fr;
    gap: 20px 35px;
}

.getting__svg {
    color: var(--theme-color);
    position: absolute;
}

.getting__svg--1 {
    top: 0;
    left: 0;
    width: 42.5%;
}

.getting__svg--2 {
    bottom: 0;
    left: 8%;
    width: 43%;
}

.getting__svg--3 {
    bottom: 0;
    right: 0;
    width: 16.5%;
}

.item-getting span {
    display: inline-block;
    margin-bottom: 20px;
    height: 6px;
    width: 34%;
    min-width: 70px;
    background-color: var(--theme-color);
}

.item-getting__wrapper {
    font-weight: 600;
    color: #0B1F35;
    font-size: 20px;
    max-width: 16em;
}

/*.item-getting:last-child {*/
/*    grid-column: 1 / -1;*/
/*}*/

@media (max-width: 1920px) {
    .item-getting__wrapper {
        font-size: calc(14px + 6 * ((100vw - 360px) / (1920 - 360)));
    }
}

@media (max-width: 992px) {

    .getting__list {
        grid-template-columns: repeat(2, 1fr);
        justify-items: unset;
        max-width: 700px;
        margin: 0 auto;
    }

    .item-getting:last-child {
        grid-column: unset;
    }

    .item-getting:nth-child(5) {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
        grid-column: 1 / -1;
    }
}

@media (max-width: 768px) {

    .getting {
        padding-top: 50px;
        padding-bottom: 70px;
    }

}

@media (max-width: 576px) {

    .getting__list {
        gap: 40px 10px;
        grid-template-columns: repeat(1, 1fr);
        justify-items: center;
    }

    .getting__svg {
        display: none;
    }

    .item-getting span {
        margin-bottom: 15px;
    }

}


/*swiper-custom*/
.io-slider {
    position: relative;
}

.io-slider__wrapper {
    overflow: hidden;
}

.io-slider__items {
    display: flex;
    transition: transform 0.5s ease;
    will-change: transform;
    gap: 20px;
}

.io-slider__items-reverse{
    flex-direction: row-reverse;
}

.io-slider__transition-none {
    transition: none;
}

.io-slider__item {
    flex: 0 0 100%;
    max-width: 100%;
    user-select: none;
    will-change: transform;
}

html {
    scroll-behavior: smooth;
}

#toTop {
    display:none;
    width:50px;
    height: 50px;
    position:fixed;
    border: 3px solid #15499F;
    background-color: #15499F;
    border-radius: 50%;
    bottom:20px;
    right:25px;
    padding: 8px 0 0 9px;
    cursor:pointer;
    -webkit-animation: circle-anim 2.4s infinite ease-in-out !important;
    -moz-animation: circle-anim 2.4s infinite ease-in-out !important;
    -ms-animation: circle-anim 2.4s infinite ease-in-out !important;
    -o-animation: circle-anim 2.4s infinite ease-in-out !important;
    animation: circle-anim 2.4s infinite ease-in-out !important;
    box-shadow: 0 0 15px #15499F;
    z-index: 1000000;
}

#toTop:before {
    content: '';
    position: absolute;
    left: 4px;
    top: 5px;
    width: 36px;
    height: 35px;
    transition: 0.2s ease-in-out;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-image: url('/assets/img/iconmonstr-arrow-up-lined.svg');
}

#toTop:hover:before{
    top: 0px;
}

/* кнопки влево и вправо */
.io-slider__btn {
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 50px;
    color: #fff;
    text-align: center;
    background: rgba(0 0 0 .2);
    border: none;
    transform: translateY(-50%);
    cursor: pointer;
}

.io-slider__btn_hide {
    display: none;
}

.io-slider__btn_prev {
    left: 0;
}

.io-slider__btn_next {
    right: 0;
}

.io-slider__btn:hover,
.io-slider__btn:focus {
    color: #fff;
    text-decoration: none;
    background: rgba(0 0 0 .3);
    outline: 0;
}

.io-slider__btn::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}


/* индикаторы */
.io-slider__indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    margin: 0 15%;
    padding-left: 0;
    list-style: none;
}

.io-slider__indicator {
    flex: 0 1 auto;
    box-sizing: content-box;
    width: 30px;
    height: 5px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255 255 255 .5);
    background-clip: padding-box;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    cursor: pointer;
}

.io-slider__indicator_active {
    background-color: rgba(255 255 255 .9);
}

/*swiper-custom*/

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.lock {
  overflow: hidden;
}

h3 {
  font-weight: 700;
}

picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.signature_container{
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 80px;
}
.signature_wrapper{
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
}
.signature_content{
    display: flex;
    flex-direction: column;
    gap: 25px;
    min-width: 535px;
}

.signature_content_title{
    font-weight: 700;
    font-size: 36px;
    margin-top: 70px;
}
.signature_content_item{
    display: flex;
    align-items: center;
    gap: 5px;
}
.item_img{
    max-width: 40px;
}
.signature_img_wrapp{
    display: flex;
    align-items: start;
    justify-content: end;
}
.signature_img{
    max-width: 595px;
    width: 100%;
}



.first-item_txt-child{
    max-width: 406px;
}
.second-item_txt-child{
    max-width: 490px;
}
.sixth-item_txt-child{
    max-width: 406px;
}

@media screen and (max-width: 1315px){
    .signature_wrapper{
        align-items: center;
    }
}

@media screen and (max-width: 1250px){
    .signature_content{
        min-width: unset;
    }
    .item_txt{
        font-size: 16px;
    }
    .item_img{
        max-width: 35px;
    }
    .signature_content_title{
        font-size: 30px;
    }
    .signature_content{
        gap: 20px;
    }
}
@media screen and (max-width: 1070px){
    .signature_content{
        gap: 15px;
        min-width: 427px;
    }
    .item_img {
        max-width: 30px;
    }
    .signature_content_title {
        font-size: 25px;
    }
}
@media screen and (max-width: 950px){
    .item_img {
        max-width: 25px;
    }
    .item_txt {
        font-size: 15px;
    }
    .signature_content_title{
        font-size: 20px;
    }
}
@media screen and (max-width: 920px){
    .signature_container{
        padding: 0 40px;
    }
}

@media screen and (max-width: 760px){
    .signature_wrapper{
        display: flex;
        flex-direction: column;
    }
    .signature_img_wrapp{
        width: 100%;
        align-items: center;
        justify-content: center;
    }
    .signature_content {
        gap: 25px;
        width: 100%;
        min-width: unset;
    }
    .item_txt {
        font-size: 18px;
    }
    .signature_content_title {
        font-size: 30px;
        margin-top: 40px;
    }
    .item_img {
        max-width: 30px;
    }
}

@media screen and (max-width: 435px){
    .signature_container{
        padding: 0 20px;
    }
}


@media screen and (max-width: 400px){
    .item_txt {
        font-size: 15px;
    }
    .signature_content_title {
        font-size: 25px;
        margin-top: 20px;
    }
    .item_img {
        max-width: 25px;
    }
    .signature_content {
        gap: 20px;
    }

}

.insurance_products{
    background-color: #15499F;
}

.insurance_products_container{
    padding: 80px 80px 70px 80px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.insurance_products_title{
    color: #FFFFFF;
    font-size: 36px;
    font-weight: 700;
}

.insurance_products_content_top,
.insurance_products_content_bottom{
    display: grid;
    gap: 0 44px;
}

.insurance_products_content_top{
    grid-template-columns: repeat(3, 1fr);
}

.insurance_products_content_bottom{
    grid-template-columns: repeat(4, 1fr);
}

.insurance_products_item{
    display: flex;
    flex-direction: column;
    min-height: 216px;
    background-color: #FFFFFF;
    border-radius: 12px;
    padding: 25px;
    position: relative;
}

.insurance_products_item_top_txt{
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.insurance_products_item_top_txt .insurance_products_item_title{
    font-size: 28px;
    font-weight: 500;
}
.insurance_products_item_top_txt .insurance_products_item_text{
    font-size: 20px;
}
.insurance_products_item_text span{
    color: #15499F;
    font-weight: 700;
}

.insurance_products_content_bottom .insurance_products_item_title{
    font-size: 20px;
    font-weight: 500;
}
.insurance_products_content_bottom .insurance_products_item_text{
    font-size: 16px;
}



.calculate_wrapp{
    display: flex;
    grid-area: 5px;
    align-items: center;
    margin-top: 40px;
}
.calculate_txt{
    font-size: 18px;
    color: #000000;
}
.calculate_arrow{
    width: 20px;
    height: 20px;
}

.insurance_products_item_img{
    position: absolute;
}
.oscpv{
    width: 100%;
    max-width: 159px;
    right: 40px;
    bottom: 20px;
}
.green_card{
    width: 100%;
    max-width: 234px;
    right: 20px;
    bottom: 33px;
}
.travel_insurance{
    width: 100%;
    max-width: 182px;
    right: 35px;
    bottom: 15px;
}
.medical_insurance{
    width: 100%;
    max-width: 107px;
    bottom: 20px;
    right: 25px;
}
.property{
    width: 100%;
    max-width: 124px;
    bottom: 15px;
    right: 16px;
}
.accident_insurance{
    width: 100%;
    max-width: 129px;
    bottom: 15px;
    right: 16px;
}
.financial_risks{
    width: 100%;
    max-width: 134px;
    bottom: 15px;
    right: 0px;
}



@media screen and (max-width: 1395px){
    .insurance_products_item_img{
        max-width: 35%;
    }
}

@media screen and (max-width: 1285px){
    .insurance_products_content_top .insurance_products_item_title {
        font-size: 20px;
    }
    .insurance_products_content_bottom .insurance_products_item_title {
        font-size: 17px;
    }
    .insurance_products_content_top, .insurance_products_content_bottom {
        gap: 0 20px;
    }
    .insurance_products_container{
        gap: 20px;
    }
}

@media screen and (max-width: 1235px){
    .insurance_products_item{
        padding: 15px;
    }
    .insurance_products_item_img {
        max-width: 25%;
    }
    .insurance_products_item{
        min-height: 160px;
    }
}

@media screen and (max-width: 1035px){
    .insurance_products_content_top,
    .insurance_products_content_bottom{
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .insurance_products_item_img {
        max-width: 15%;
        position: unset;
        min-width: 105px;
    }

    .insurance_products_item{
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
        min-height: unset;
        padding: 15px 20px;
        min-height: 140px;
    }
    .insurance_products_item_title {
        font-size: 20px!important;
    }
    .insurance_products_item_top_txt {
        gap: 10px;
    }
}

@media screen and (max-width: 620px){
    .insurance_products_container{
        padding: 30px 20px;
    }
}
@media screen and (max-width: 440px){
    .insurance_products_title{
        text-align: center;
        width: 100%;
        font-size: 28px;
    }
}
@media screen and (max-width: 420px){
    .insurance_products_item_img {
        min-width: 80px;
    }
    .insurance_products_item_title{
        font-size: 16px !important;
    }
    .insurance_products_item_text {
        font-size: 15px!important;
    }
    .calculate_txt {
        font-size: 15px;
    }
    .calculate_arrow{
        width: 15px;
        height: 15px;
    }
    .insurance_products_item_top_txt{
        gap: 0;
    }
}

@media screen and (max-width: 360px){
    .insurance_products_title {
        font-size: 24px;
    }
    .insurance_products_item{
        min-height: 100px;
    }
    .insurance_products_item_img {
        min-width: 60px;
    }
}

button {
  text-align: left;
  font-size: inherit;
  background-color: transparent;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
}

.account {
  overflow: hidden;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #F8F8F8;
}

.account__title {
  margin-bottom: 10px;
}

.account__descr {
  max-width: 28em;
  margin-bottom: 40px;
  font-size: 18px;
}

.account__list {
  padding-right: 50px;
  width: 100%;
  counter-reset: list;
  margin-top: 0px;
  display: grid;
  grid-template-columns: repeat(3, max-content);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-around;
  gap: 60px 20px;
}

.account__list li {
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.account__list-title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}

.account__list p {
  font-size: 18px;
  max-width: 15.3333em;
}

.account__icon {
  position: relative;
  margin-bottom: 15px;
}

.account__icon svg {
  width: 121px;
  height: 121px;
}

.account__icon::after {
  position: absolute;
  top: 2%;
  right: -105%;
  color: #15499F;
  opacity: 0.1;
  font-weight: 700;
  font-size: 112px;
  counter-increment: list;
  content: "0" counter(list);
}

.account-swiper {
  padding: 50px;
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;

}

.account-swiper__slide {
  position: relative;
  overflow: hidden;
  border-radius: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.account-swiper__slide img {
  max-width: 100%;
}

.account-swiper .swiper-slide-active {
  z-index: 50;
}

.account-swiper__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.account-swiper-prev,
.account-swiper-next {
  color: #15499F;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #15499F;
  border-radius: 4px;
}

.account-swiper-prev {
  margin-right: 20px;
}

#account-svg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.partners-swiper__img img{
    border-radius: 10px;
}

.partners {
  padding-top: 120px;
  padding-bottom: 145px;
  background-color: #15499F;
  background-repeat: no-repeat;
  background-image: url("../../img/partners/line-1.png"), url("../../img/partners/line-2.png"), url("../../img/partners/line-3.png");
  background-position: 0 0, 16% 100%, 100% 100%;
  background-size: 30% auto, 20% auto, 27% auto;
}

.partners__title {
  color: #fff;
  margin-bottom: 1.3em;
}

.partners-swiper {
  margin: 0 auto;
  max-width: 1150px;
}

.partners-swiper__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
    flex: 0 0 25%;
    max-width: 25%;
}

.partners-swiper__img img {
  max-width: 100%;
}

.partners-swiper__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 90px;
}

.partners-swiper-prev,
.partners-swiper-next {
  color: #ffffff;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.partners-swiper-prev {
  margin-right: 20px;
}

.reviews {
  overflow: hidden;
  position: relative;
  padding-top: 100px;
  padding-bottom: 150px;
  background-color: #F8F8F8;

}

.reviews__title {
  margin-bottom: 1.14em;
}

.reviews__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.reviews__video {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 580px;
          flex: 0 1 580px;
  margin-right: 50px;
}

.reviews__reviews {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 420px;
          flex: 0 1 420px;
}


.video-reviews__wrapper {
  border: 3px dashed #15499F;
  border-radius: 30px;
  padding: 3px 3px;
}


.video-reviews__descr {
  margin-top: 20px;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
}

.reviews-swiper {
  max-width: 420px;
}

.reviews-swiper .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.reviews-swiper__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.reviews-swiper-slide {
  height: auto;
}

.reviews-swiper-slide__body {
    margin: 0 10px;
  height: 100%;
  padding: 25px 20px;
  color: #fff;
  background: #15499F;
  -webkit-box-shadow: 0px 0px 1.31313px rgba(0, 0, 0, 0.24), 0px 2.62626px 5.25253px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 1.31313px rgba(0, 0, 0, 0.24), 0px 2.62626px 5.25253px rgba(0, 0, 0, 0.16);
  border-radius: 31.5152px 31.5152px 31.5152px 0px;
}

.reviews-swiper-slide__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.reviews-swiper-slide__photo {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 51px;
  height: 51px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}

.reviews-swiper-slide__photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.reviews-swiper-slide__name {
  font-weight: 700;
  font-size: 21px;
}

.reviews-swiper-slide__agent {
  font-weight: 300;
  font-size: 16px;
}

.reviews-swiper-slide__descr {
  font-size: 18px;
}

.reviews-swiper-prev,
.reviews-swiper-next {
  color: #15499F;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #15499F;
  border-radius: 4px;
}

.reviews-swiper-prev {
  margin-right: 20px;
}

#reviews-svg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.become-a-partner {
  position: relative;
  padding-top: 90px;
  padding-bottom: 150px;
}

.become-a-partner__container {
  position: relative;
  z-index: 10;
}

.become-a-partner__title {
  margin-bottom: 30px;
}

.become-a-partner__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.become-a-partner__image {
  margin-right: 40px;
  margin-top: 60px;
  position: relative;
  color: #15499F;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 490px;
          flex: 0 1 490px;
}

.become-a-partner__image svg {
  width: 100%;
}

.become-a-partner__image img {
  position: absolute;
  width: 83.1%;
  bottom: -5px;
  left: calc(50% - 10px);
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.become-a-partner__body-form {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.become-a-partner__form {
  width: 100%;
  max-width: 385px;
  margin: 0 auto;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
  border-radius: 18px;
  padding: 30px;
}

.become-a-partner__svg {
  color: #15499F;
  position: absolute;
}

.become-a-partner__svg--1 {
  top: 77px;
  left: 65px;
}

.become-a-partner__svg--2 {
  bottom: 45px;
  left: 18%;
}

.become-a-partner__svg--3 {
  top: 50px;
  right: 10%;
}

.form-partner__control {
  padding-left: 10px;
  padding-right: 10px;
}

.form-partner__control label {
  font-weight: 700;
  font-size: 20px;
  display: block;
  margin-bottom: 10px;
  padding-left: 20px;
}

.form-partner__control input {
  border: 1px solid #15499F;
  width: 100%;
  height: 54px;
  border-radius: 4px;
  font-size: 20px;
  padding: 0 28px;
}

.form-partner__control input::-webkit-input-placeholder {
  font-weight: 700;
  color: #D8D8D8;
}

.form-partner__control input::-moz-placeholder {
  font-weight: 700;
  color: #D8D8D8;
}

.form-partner__control input:-ms-input-placeholder {
  font-weight: 700;
  color: #D8D8D8;
}

.form-partner__control input::-ms-input-placeholder {
  font-weight: 700;
  color: #D8D8D8;
}

.form-partner__control input::placeholder {
  font-weight: 700;
  color: #D8D8D8;
}

.form-partner__control:not(:last-child) {
  margin-bottom: 18px;
}

.form-partner__btn {
  margin: 0 auto;
  font-size: 16px;
  width: 174px;
}

.form-partner__btn.is-disable {
  pointer-events: none;
  color: rgba(21, 73, 159, 0.39);
}

.questions-form {
  background: #15499F;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 25px 28px;
  color: #fff;
  margin-bottom: 25px;
}

.questions-form__question {
  display: none;
}

.questions-form__question.is-active {
  display: block;
}

.questions-form__question div {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
}

.questions-form__question div span {
  vertical-align: middle;
  font-weight: 400;
  font-size: 13px;
}

.questions-form__question p {
  font-size: 18px;
  padding: 10px 12px 12px 13px;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
}

.questions-form__question:last-child p {
  color: #00CA45;
  background-color: #fff;
}

.questions-form__radios {
  position: relative;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.questions-form__back {
  color: #fff;
  position: absolute;
  left: 15px;
  bottom: 10px;
  font-size: 16px;
}

.questions-form__radio label {
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 700;
}

.questions-form__radio:nth-child(1) {
  margin-right: 10px;
}

.questions-form__radio:nth-child(2) svg {
  fill: #FF0000;
}

.questions-form__radio input[type="radio"]:checked + .form-ok {
  color: #32AB32;
  background-color: #fff;
}

.questions-form__radio input[type="radio"]:checked + .form-no {
  background-color: #fff;
  color: #FF0000;
}

.questions-form__complete {
  margin-top: 15px;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
}

.footer {
  background-color: #F5F5F6;
}

.footer__container {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
}

.footer__column {
  padding-bottom: 50px;
  padding-top: 50px;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid-column;
}

.footer__links p {
  font-weight: 700;
  font-size: 20px;
  color: #15499F;
  margin-bottom: 10px;
}

.footer__links a:hover {
  text-decoration: underline;
}

.footer__list li {
  font-size: 18px;
  font-weight: 400;
}

.footer__list li:not(:last-child) {
  margin-bottom: 10px;
}

.footer__list a {
  color: #000;
}

.footer__copyright {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid #000000;
  text-align: center;
  font-weight: 300;
  font-size: 13px;
}

.info-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.info-footer__links {
  font-weight: 700;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
}

.info-footer__phone {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #15499F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
}

.info-footer__phone svg {
  margin-right: 10px;
}

.info-footer__phone:hover svg {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.info-footer__mail {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #15499F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info-footer__mail svg {
  margin-right: 10px;
}

.info-footer__mail:hover svg {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.info-footer__logo {
  color: #15499F;
  margin-bottom: 30px;
}

.info-footer__policy {
  text-align: center;
  font-size: 16px;
}

.actions-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.actions-footer__scl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 20px;
}

.actions-footer__scl li:not(:last-child) {
  margin-right: 8px;
}

.actions-footer__scl li:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}

.actions-footer__scl a svg {
  color: #15499F;
}

.actions-footer__btn {
  width: 150px;
  padding: 16px 10px;
}

.actions-footer__btn span {
  font-size: 12px;
}

.director-modal {
  position: fixed;
  display: none;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  overflow-y: auto;
}

.director-modal__body {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;

}

.director-modal__body p {
  color: #fff;
  font-size: 18px !important;
  text-align: center;
}

.director-modal__body p.director-modal__alert {
  font-size: 16px !important;
  margin: 0 -10px;
}

.director-modal__body--thanks {
  padding-top: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.director-modal__body--thanks h4 {
  margin-bottom: 5px !important;
}

.director-modal__body--thanks > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.director-modal__body.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.director-modal__form {
  position: relative;
  border-radius: 25px;
  padding: 30px 25px;
  margin: auto;
  width: 100%;
  max-width: 361px;
  background-color: #15499F;
}

.director-modal__form h4 {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  margin-bottom: 35px;
}

.empty-btn:hover span {
    color: currentColor;
}

.empty-btn:hover {
    opacity: 1;
}

.blue-btn:hover {
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8);
}

.account-swiper-prev:hover,
.account-swiper-next:hover {
    color: #fff;
    background-color: #15499F;
}

.reviews-swiper-prev:hover,
.reviews-swiper-next:hover {
    color: #fff;
    background-color: #15499F;
}


.director-modal__form input,
.director-modal__form textarea {
  color: #fff;
  width: 100%;
  background-color: transparent;
  border: 1px solid #FFFFFF;
  border-radius: 7px;
  font-size: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.director-modal__form input::-webkit-input-placeholder, .director-modal__form textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.director-modal__form input::-moz-placeholder, .director-modal__form textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.director-modal__form input:-ms-input-placeholder, .director-modal__form textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.director-modal__form input::-ms-input-placeholder, .director-modal__form textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.director-modal__form input::placeholder,
.director-modal__form textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.director-modal__form textarea {
  margin-bottom: 15px;
  padding-top: 12px;
  margin-top: 15px;
  min-height: 177px;
  resize: none;
}

.form-modal__agree{
    margin-bottom: 15px;
}

.form-modal__agree label {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;

    font-size: 16px;
    color: #000;
}

.form-modal__agree label a{
    color: #000;
    text-decoration: underline;
}

.form-modal__agree label span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    background-color: #d3d3d3;
    border-radius: 2px;
    margin-right: 10px;
    margin-top: 0.2em;
    color: #15499F;
    pointer-events: none;
}

.form-modal__agree label svg {
    color: #15499F;
    opacity: 0;
    pointer-events: none;
}

.form-modal__agree input[type="checkbox"]:checked + label svg {
    opacity: 1;
}

.director-modal__agree label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;

  font-size: 16px;
  color: #fff;
}

.director-modal__agree label a{
    color: #fff;
    text-decoration: underline;
}

.director-modal__agree label span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 2px;
  margin-right: 10px;
  margin-top: 0.2em;
  color: #15499F;
  pointer-events: none;
}

.director-modal__agree label svg {
  color: #15499F;
  opacity: 0;
  pointer-events: none;
}

.director-modal__agree input[type="checkbox"]:checked + label svg {
  opacity: 1;
}

.director-modal__btn {
  margin: 0 auto;
  margin-top: 25px;
  background-color: #fff;
  width: 174px;
  border-radius: 4px;
  color: #15499F;
  font-size: 16px;
}

.director-modal__close {
  position: absolute;
  top: 15px;
  right: 20px;
  width: 15px;
  height: 15px;
  background: url("../../img/modal/close-btn.svg") 50% 50% no-repeat;
}

.director-modal.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.director-modal__logo {
  color: #15499F;
}

@media (min-width: 992px) {
  .partners-swiper-prev:hover,
  .partners-swiper-next:hover {
    background-color: #fff;
    color: #15499F;
  }
}



@media (max-width: 1920px) {

  .faq .accordion__title {
    font-size: calc(16px + 4 * ((100vw - 360px) / (1920 - 360))) !important;
  }

  .faq .accordion__content {
    font-size: calc(16px + 2 * ((100vw - 360px) / (1920 - 360))) !important;
  }

  .account__descr {
    font-size: calc(14px + 4 * ((100vw - 360px) / (1920 - 360)));
  }

  .account__list p {
    font-size: calc(16px + 2 * ((100vw - 360px) / (1920 - 360)));
  }

  .account__icon::after {
    font-size: calc(106px + 6 * ((100vw - 360px) / (1920 - 360)));
  }

  .reviews-swiper-slide__name {
    font-size: calc(17px + 4 * ((100vw - 360px) / (1920 - 360)));
  }

  .reviews-swiper-slide__agent {
    font-size: calc(13px + 3 * ((100vw - 360px) / (1920 - 360)));
  }

  .reviews-swiper-slide__descr {
    font-size: calc(14px + 4 * ((100vw - 360px) / (1920 - 360)));
  }

  .info-footer__links {
    font-size: calc(14px + 4 * ((100vw - 360px) / (1920 - 360)));
  }
}


@media (max-width: 992px) {
  .reviews {
    padding-top: 70px;
    padding-bottom: 70px;
    -webkit-clip-path: unset;
            clip-path: unset;
  }

  .reviews__row {
    display: block;
  }

  .reviews__video {
    max-width: 580px;
    margin: 0 auto;
    margin-bottom: 40px;
  }

  .become-a-partner {
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .become-a-partner__form {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-partner__control label {
    font-size: 18px;
  }

  .form-partner__control input {
    font-size: 18px;
  }

  .questions-form__question div {
    font-size: 18px;
  }
}

@media (max-width: 768px) {

  .advantages {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .account {
    -webkit-clip-path: unset;
            clip-path: unset;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .account__list li {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
  }

  .account-swiper {
    background: none;
    padding: 0;
  }

  .account-swiper__btns {
    margin-top: 30px;
  }

  .reviews-swiper__btns {
    margin-top: 30px;
  }

  .become-a-partner__row {
    display: block;
  }

  .become-a-partner__image {
    max-width: 500px;
    margin: 0 auto;
  }

  .become-a-partner__body-form {
    margin-bottom: clamp(100px, 35%, 150px);
  }

  .become-a-partner__svg {
    display: none;
  }

  .info-footer__links {
    display: block;
  }

  .info-footer__phone {
    margin-bottom: 10px;
  }

  .info-footer__logo {
    display: none;
  }

  .info-footer__policy {
    padding-bottom: 50px;
  }
  .faq {
    padding-top: 70px;
  }

  .faq__accordion {
    display: block !important;
  }

  .faq .accordion__list:nth-child(1) {
    margin-right: 0 !important;
  }

  .faq .accordion__control {
    height: unset;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (max-width: 680px) {
  .account__list {
    grid-template-columns: 1fr;
    padding-right: 0;
    gap: 20px;
    margin-top: 45px;
  }

  .account__list p {
    max-width: unset;
  }
}

@media (max-width: 576px) {
  .advantages__list {
    gap: 28px 20px;
  }

  .account-swiper-prev,
  .account-swiper-next {
    height: 41px;
    width: 41px;
  }

  .account-swiper-prev svg,
  .account-swiper-next svg {
    width: 11px;
    height: 20px;
  }

  .account-swiper-prev {
    margin-right: 15px;
  }

  .partners {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .partners-swiper__slide--ekta .partners-swiper__img {
    max-width: 110px;
  }

  .partners-swiper__btns {
    margin-top: 45px;
  }

  .partners-swiper-prev,
  .partners-swiper-next {
    width: 41px;
    height: 41px;
  }

  .partners-swiper-prev svg,
  .partners-swiper-next svg {
    width: 11px;
    height: 20px;
  }

  .partners-swiper-prev {
    margin-right: 15px;
  }

  .reviews__video {
    margin-bottom: 25px;
  }

  .video-reviews__wrapper {
    border: 2px dashed #15499F;
    padding: 7px 10px;
  }

  .video-reviews__player::after {
    background-size: 21px 25px;
  }

  .video-reviews__player {
    border-radius: 18px;
  }

  .reviews-swiper-prev,
  .reviews-swiper-next {
    width: 41px;
    height: 41px;
  }

  .reviews-swiper-prev svg,
  .reviews-swiper-next svg {
    width: 11px;
    height: 20px;
  }

  .reviews-swiper-prev {
    margin-right: 15px;
  }

  .become-a-partner__form {
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 20px;
    padding-bottom: 25px;
  }

  .form-partner__control label {
    padding-left: 0;
  }

  .form-partner__control input {
    padding: 0 15px;
  }

  .questions-form {
    padding: 25px 11px;
  }

  .footer__container {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }

  .footer__info {
    padding-bottom: 0;
  }

  .footer__actions {
    padding-bottom: 0;
    padding-top: 0;
  }

  .info-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 35px;
  }

  .info-footer__links {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .info-footer__phone {
    margin-right: 0;
    margin-bottom: 0;
    margin-top: 10px;
  }

  .actions-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .actions-footer__btn {
    margin-bottom: 12px;
  }
}

@media (max-width: 450px) {
  .partners {
    background-image: url("../../img/partners/line-1-mob.png");
    background-size: 100% auto;
    background-position: 0 0;
  }

  .partners-swiper__slide--ekta .partners-swiper__img {
    max-width: 90px;
  }
}

.block_zero {
  width: 375px;
  height: 342px;
  background-color: #ccc;
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
}

.faq {
  padding-top: 100px;
  padding-bottom: 50px;
  background-color: #F8F8F8;
}

.faq__title {
  margin-bottom: 20px;
}

.faq__accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.faq .accordion__list {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 500px;
  flex: 0 1 500px;
}

.faq .accordion__list:nth-child(1) {
  margin-right: 30px;
}

.faq .accordion__item {
  border-bottom: 1px solid #C9C9C9;
}

.faq .accordion__item.open .accordion__content {
  padding-bottom: 30px;
}

.faq .accordion__item.open .accordion__icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.faq .accordion__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 80px;
}

.faq .accordion__title {
  font-weight: 700;
  font-size: 20px;
}

.faq .accordion__icon {
  color: #15499F;
  margin-left: 20px;
}

.faq .accordion__content {
  line-height: 1.22;
  font-size: 18px;
}
.accordion__content {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  will-change: max-height;
}

.accordion__item.open .accordion__content {
  overflow: unset;
  opacity: 1;
}

@media (max-width: 500px){
  .actions-footer__scl li:not(:last-child) {
    margin-right: 20px;
  }

  .footer__list li:not(:last-child) {
    margin-bottom: 10px;
  }

  .info-footer__mail {
    margin-bottom: 8px;
  }
}

@media (max-width: 1110px){
    .partners-swiper__slide{
        flex: 0 0 33.3%;
        max-width: 33.3%;
    }
}

@media (max-width: 850px){
    .partners-swiper__slide{
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 585px){
    .partners-swiper__slide{
        flex: 0 0 100%;
        max-width: 100%;
    }
}


