@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
@import './payment.css';
@import './documents.css';

::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    border-radius: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: white;
}

/* Handle */
::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #033862;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #033862;
}

* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    text-decoration: none;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: 'Inter', sans-serif;
}

a {
    text-decoration: none;
}

@media (max-width: 1024px) {
    html {
        font-size: 15px;
    }
}
@media (max-width: 992px) {
    html {
        font-size: 14px;
    }
}
body {
    background: linear-gradient(
        97deg,
        rgba(255, 255, 255, 0.08) 0%,
        rgba(51, 97, 184, 0.08) 48.96%,
        rgba(221, 85, 75, 0.08) 100%
    );
}

.container {
    max-width: 1180px;
}

:root {
    --orange: #ff5b27;
    --black: #1d1f23;
    --gray: #949494;
    --light-gray: #f1f1f1;
    --white: #fff;
}

.h-100 {
    height: 6.25rem !important;
}

.me-56 {
    margin-right: 3.5rem;
}

.c-blue {
    color: #033862;
}

.me-20 {
    margin-right: 1.25rem;
}

.fs-15 {
    font-size: 0.9375rem;
}

.fw-500 {
    font-weight: 500;
}

.ms-35 {
    margin-left: 2.1875rem;
}

.ms-8 {
    margin-left: 0.5rem;
}

.ms-45 {
    margin-left: 2.8125rem;
}

.me-13 {
    margin-right: 0.8125rem;
}

.me-9 {
    margin-right: 0.5625rem;
}

.mb-24 {
    margin-bottom: 1.5rem;
}

.fs-18 {
    font-size: 1.125rem;
}

.mt-32 {
    margin-top: 2rem;
}

.me-16 {
    margin-right: 1rem;
}

.mt-22 {
    margin-top: 1.375rem;
}

.me-12 {
    margin-right: 0.75rem;
}

.mt-24 {
    margin-top: 1.5rem;
}

.h-222 {
    height: 13.875rem;
}

.mt-25 {
    margin-top: 1.5625rem;
}

.mt-64 {
    margin-top: 4rem;
}

.mb-12 {
    margin-bottom: 0.75rem;
}

.mb-29 {
    margin-bottom: 1.8125rem;
}

.ms-15 {
    margin-left: 0.9375rem;
}

.me-15 {
    margin-right: 0.9375rem;
}

.mt-48 {
    margin-top: 3rem;
}

.mb-164 {
    margin-bottom: 10.25rem;
}

.c-gray {
    color: #717f8a;
}

.mt-100 {
    margin-top: 6.25rem;
}

.mt-113 {
    margin-top: 7.0625rem;
}

.mb-75 {
    margin-bottom: 4.6875rem;
}

.pt-20 {
    padding-top: 1.25rem;
}

.ps-24 {
    padding-left: 1.5rem;
}

.fw-bold {
    font-weight: bold;
}

.fs-16 {
    font-size: 1rem;
}

.fs-22 {
    font-size: 1.375rem;
}

.mt-12 {
    margin-top: 0.75rem;
}

.h-405 {
    height: 25.3125rem;
}

.pt-28 {
    padding-top: 1.75rem;
}

.ps-27 {
    padding-left: 1.6875rem;
}

.lh-35 {
    line-height: 2.1875rem;
}

.pb-40 {
    padding-bottom: 2.5rem;
}
.pb-20 {
    padding-bottom: 1.25rem;
}

.pe-20 {
    padding-right: 1.25rem;
}

.mb-100 {
    margin-bottom: 6.25rem;
}

@media (min-width: 1200px) {
    .me-xl-56 {
        margin-right: 3.5rem;
    }
    .me-xl-28 {
        margin-right: 1.75rem;
    }
    .ms-xl-56 {
        margin-left: 3.5rem;
    }
    .ms-xl-16 {
        margin-left: 1rem;
    }
    .ms-xl-45 {
        margin-left: 2.8125rem;
    }
    .me-xl-16 {
        margin-right: 1rem;
    }
    .me-xl-12 {
        margin-right: 0.75rem;
    }
}
@media (min-width: 992px) {
    .fs-lg-15 {
        font-size: 0.9375rem;
    }
    .ms-lg-4 {
        margin-left: 0.25rem;
    }
}
@media (min-width: 576px) {
    .mt-sm-24 {
        margin-top: 1.5rem;
    }
    .pt-sm-34 {
        padding-top: 2.125rem;
    }
    .ps-sm-44 {
        padding-left: 2.75rem;
    }
    .fs-sm-32 {
        font-size: 2rem;
    }
    .mt-sm-31 {
        margin-top: 1.9375rem;
    }
    .lh-sm-40 {
        line-height: 2.5rem;
    }
    .pb-sm-84 {
        padding-bottom: 5.25rem;
    }
    .pe-sm-52 {
        padding-right: 3.25rem;
    }
}
.mobile-menu-board {
    width: 30px;
    height: 40px;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.mobile-menu-board span {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
    height: 2px;
    border-radius: 3px;
    margin-bottom: 8px;
    background-color: #033862;
    position: relative;
}
.mobile-menu-board span:last-child {
    margin: 0;
}
.mobile-menu-board span:nth-of-type(1) {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    top: 0;
}
.mobile-menu-board span:nth-of-type(2) {
    opacity: 1;
}
.mobile-menu-board span:nth-of-type(3) {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    top: 0;
}

.mobile-menu-board.active span:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 10px;
}
.mobile-menu-board.active span:nth-of-type(2) {
    opacity: 0;
}
.mobile-menu-board.active span:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -10px;
}

@media (max-width: 992px) {
    .mobile-menu-board {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: #033862;
        margin-left: 15px;
    }
}
.menu {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    transition: 0.3s;
}
.menu.active .menu-container {
    border-radius: 0 0 20px 20px;
}
.menu .menu-container {
    max-width: 1156px;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(18px);
     border-radius: 0 0 20px 20px;
}
.menu .menu-container.active {
    border-radius: 0;
}
@media (max-width: 1100px) {
    .menu-logo {
        margin-right: 2rem !important;
    }
}
@media (max-width: 1024px) {
    .menu-logo {
        margin-right: 1.7rem !important;
    }
}
@media (max-width: 425px) {
    .menu-logo {
        transform: scale(0.8);
        margin: 0 !important;
        position: relative;
        left: -20px;
    }
}
@media (max-width: 1100px) {
    .menu-items a {
        margin-right: 0.9375rem !important;
    }
    .menu-items a:last-child {
        margin-right: 0 !important;
    }
}
@media (max-width: 992px) {
    .menu-items a {
        display: none;
    }
}
@media (max-width: 1100px) {
    .menu-items-image {
        margin-left: 0 !important;
    }
}
@media (max-width: 1100px) {
    .menu-items-image a {
        margin: 0 3px !important;
    }
}
@media (max-width: 1100px) {
    .menu-flags {
        margin-left: 2rem !important;
    }
}
@media (max-width: 1024px) {
    .menu-flags {
        margin-left: 1.7rem !important;
    }
}
@media (max-width: 425px) {
    .menu-flags {
        margin-left: 0 !important;
    }
}
@media (max-width: 576px) {
    .menu-flags .flag-text {
        display: none !important;
    }
}
@media (max-width: 380px) {
    .menu-flags a {
        display: none;
    }
}
.menu-flags a img {
    width: 30px;
    height: 25px;
}
@media (max-width: 576px) {
    .menu-flags a img {
        width: 24px;
        height: 20px;
    }
}
.menu-flags.active a {
    display: none !important;
}
.menu-items-mobile {
    position: absolute;
    left: 0;
    top: 6.22rem;
    height: 100vh;
    width: 100%;
    z-index: 1000;
    background: #fff;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    transition: 0.3s linear;
    padding-top: 20px;
}
.menu-items-mobile.active {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.header {
    height: 440px;
    background: url(../../imgs/landing/header-bg.png) no-repeat top right;
    background-size: cover;
    width: 100%;
    margin-top: 100px;
    border-radius: 20px;
    padding-top: 80px;
}
@media (max-width: 768px) {
    .header {
        height: 600px;
        background: url(../../imgs/landing/header-bg-media.png) no-repeat center;
    }
}
@media (max-width: 576px) {
    .header {
        height: 600px;
        padding-top: 24px;
        background-size: cover;
    }
}
@media (max-width: 425px) {
    .header {
        height: 550px;
        background-size: cover;
    }
}
.header-title {
    margin: 0 0 0 4rem;
    border-left: 2px solid rgba(255, 255, 255, 0.53);
    padding: 26px 0 26px 35px;
    z-index: 1;
    max-width: 520px;
    width: 100%;
}
@media (max-width: 576px) {
    .header-title {
        margin: 0 0 0 24px;
        padding: 10px 0 10px 16px;
        max-width: 400px;
    }
}
@media (max-width: 425px) {
    .header-title {
        max-width: 300px;
    }
}
@media (max-width: 350px) {
    .header-title {
        max-width: 270px;
        margin: 0 0 0 15px;
        padding: 10px 0 10px 16px;
    }
}
.header-title h1 {
    color: #fff;
    font-size: 27px;
    font-weight: 700;
    line-height: 36px; /* 133.333% */
}
@media (max-width: 576px) {
    .header-title h1 {
        font-size: 15px;
        line-height: unset;
    }
}
.header-title p {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px; /* 160% */
    max-width: 420px;
    width: 100%;
    opacity: 0.8;
}
@media (max-width: 576px) {
    .header-title p {
        font-size: 13px;
        max-width: 350px;
    }
}
@media (max-width: 425px) {
    .header-title p {
        font-size: 13px;
        max-width: 280px;
    }
}

.news {
    margin-top: 64px;
}
.news-title h2 {
    color: #033862;
    font-size: 32px;
    font-weight: 800;
    line-height: 40px;
    text-transform: uppercase;
}
@media (max-width: 576px) {
    .news-title h2 {
        font-size: 20px;
    }
}
.news-title button {
    border-radius: 6px;
    background: rgba(3, 56, 98, 0.1);
    max-width: 170px;
    width: 100%;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.news-title button span {
    color: #033862;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
    z-index: 1;
}
.news-title button i {
    color: #033862;
}
.news-box {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: left;
    align-items: end;
    border-radius: 12px;
    overflow: hidden;
}
.news-box-text {
    background: linear-gradient(180deg, rgba(3, 56, 98, 0) 0%, #033862 100%);
    padding: 0 0 0 20px;
    width: 100%;
}
.news-box-text .data {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px; /* 153.846% */
    opacity: 0.8;
}
.news-box-text p {
    color: #fff;
    text-overflow: ellipsis;
    font-size: 17px;
    font-weight: 600;
    max-width: 100%;
    line-height: 24px; /* 141.176% */
}

.migrant {
    margin-top: 70px;
}
@media (max-width: 992px) {
    .migrant .inner {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        position: relative;
    }
}
.migrant-iphone-image {
    position: absolute;
    right: 0;
    top: 50%;
    width: 42vw;
    max-width: 660px;
    transform: translateY(-50%) translateX(50%);
}
@media (max-width: 992px) {
    .migrant-iphone-image {
        width: 80vw;
        top: unset;
        bottom: 0;
        transform: translateY(50%) translateX(-50%);
        left: 50%;
    }
}
.migrant-iphone-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.migrant-white-box {
    max-width: 73%;
    min-height: 772px;
    width: 100%;
    background: #fff url('../../imgs/landing/map.png') no-repeat left bottom;
    background-size: 560px;
    box-shadow: 0 0 16px 0 rgba(3, 56, 98, 0.1);
    padding: 48px 0 50px 48px;
    border-radius: 25px;
    position: relative;
}
@media (max-width: 992px) {
    .migrant-white-box {
        max-width: unset;
        width: 100%;
        padding-bottom: 355px;
        margin-bottom: 320px;
    }
}
@media (max-width: 576px) {
    .migrant-white-box {
        padding: 32px 0 250px 16px;
        margin-bottom: 200px;
    }
}
@media (max-width: 475px) {
    .migrant-white-box {
        padding: 32px 0 220px 16px;
    }
}
@media (max-width: 375px) {
    .migrant-white-box {
        padding: 32px 0 190px 16px;
    }
}
.migrant-white-box-logo img {
    width: 320px;
    height: 134px;
}
@media (max-width: 576px) {
    .migrant-white-box-logo img {
        width: 240px;
        height: 100px;
    }
}
.migrant-white-box-texts {
    margin-top: 2.125rem;
}
@media (max-width: 576px) {
    .migrant-white-box-texts {
        margin-top: 1rem;
    }
}
.migrant-white-box-texts h2 {
    color: #033862;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.45px;
    margin-bottom: 22px;
}
@media (max-width: 375px) {
    .migrant-white-box-texts h2 {
        font-size: 17px;
    }
}
.migrant-white-box-texts ul {
    margin: 0;
    padding-left: 1.1rem;
    max-width: 480px;
    width: 100%;
}
.migrant-white-box-texts ul li {
    color: #033862;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px; /* 160% */
    margin-bottom: 5px;
}
@media (max-width: 576px) {
    .migrant-white-box-texts ul li {
        font-size: 13px;
        margin-bottom: 4px;
    }
}
.migrant-white-box-shtrix {
    margin-top: 59px;
}
@media (max-width: 992px) {
    .migrant-white-box-shtrix {
        margin-top: 30px;
    }
}
@media (max-width: 576px) {
    .migrant-white-box-shtrix {
        display: none !important;
    }
}
.migrant-white-box-shtrix span {
    color: #717f8a;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px; /* 153.846% */
}
.migrant-white-box-application {
    display: none;
}
@media (max-width: 576px) {
    .migrant-white-box-application {
        display: flex;
        flex-wrap: wrap;
    }
    .migrant-white-box-application a {
        margin-bottom: 10px;
    }
}
@media (max-width: 375px) {
    .migrant-white-box-application {
        transform: scale(0.9);
    }
}

.partners {
    background: rgba(255, 255, 255, 0.5);
    position: relative;
}
@media (max-width: 476px) {
    .partners {
        margin-top: 100px !important;
    }
}
@media (max-width: 425px) {
    .partners {
        margin-top: 140px !important;
    }
}
@media (max-width: 375px) {
    .partners {
        margin-top: 170px !important;
    }
}
.partners-container {
    background: url('../../imgs/landing/partners-bg.png') no-repeat center;
}
@media (max-width: 576px) {
    .partners-container {
        background-position: top;
    }
}
.partners-texts {
    max-width: 1058px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 135px 0;
}
@media (max-width: 992px) {
    .partners-texts {
        padding: 100px 0;
    }
}
@media (max-width: 768px) {
    .partners-texts {
        padding: 60px 0;
    }
}
@media (max-width: 576px) {
    .partners-texts {
        padding: 50px 0;
    }
}
.partners-texts h2 {
    color: #033862;
    font-size: 52px;
    font-weight: 800;
    line-height: 60px; /* 115.385% */
    text-transform: uppercase;
    margin: 0;
}
@media (max-width: 576px) {
    .partners-texts h2 {
        font-size: 28px;
    }
}
.partners-texts p {
    margin-top: 32px;
    text-align: center;
    color: #033862;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px; /* 160% */
}
@media (max-width: 576px) {
    .partners-texts p {
        font-size: 15px;
        margin-top: 15px;
        line-height: 24px;
        margin-bottom: 0;
    }
}
.partners-image {
    max-width: 568px;
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.partners-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.our-partners {
    background: #fff;
    padding-bottom: 90px;
    padding-top: 90px;
}
@media (max-width: 576px) {
    .our-partners {
        padding-top: 50px;
    }
}
.our-partners-inner {
    display: flex;
    justify-content: start;
    align-items: center;
}
@media (max-width: 992px) {
    .our-partners-inner {
        flex-direction: column;
    }
}
.our-partners-inner-head {
    margin-right: 78px;
    border-right: 1px solid #d6e9fd;
    padding-right: 78px;
    height: 284px;
    display: flex;
    align-items: center;
}
@media (max-width: 992px) {
    .our-partners-inner-head {
        border-right: 0;
        border-bottom: 1px solid #d6e9fd;
        padding-right: 0;
        margin-right: 0;
        height: auto;
        width: 100%;
        padding-bottom: 40px;
        margin-bottom: 40px;
        text-align: center;
        justify-content: center;
    }
}
@media (max-width: 576px) {
    .our-partners-inner-head {
        justify-content: left;
    }
}
.our-partners-inner-head h2 {
    color: #033862;
    font-size: 52px;
    font-weight: 800;
    line-height: 60px; /* 115.385% */
    text-transform: uppercase;
}
@media (max-width: 992px) {
    .our-partners-inner-head h2 {
        text-align: center;
    }
}
@media (max-width: 576px) {
    .our-partners-inner-head h2 {
        font-size: 28px;
        text-align: left;
    }
}
.our-partners-inner-box {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    gap: 25px;
}
@media (max-width: 1024px) {
    .our-partners-inner-box {
        justify-content: center;
    }
}
@media (max-width: 992px) {
    .our-partners-inner-box {
        gap: 20px;
    }
}
@media (max-width: 335px) {
    .our-partners-inner-box {
        flex-direction: column;
        width: 100%;
    }
}
.our-partners-inner-box-image {
    width: 30%;
    height: 132px;
    text-align: center;
}
@media (max-width: 1024px) {
    .our-partners-inner-box-image {
        width: 47%;
    }
}
@media (max-width: 425px) {
    .our-partners-inner-box-image {
        width: 45%;
    }
}
@media (max-width: 335px) {
    .our-partners-inner-box-image {
        width: 100%;
        text-align: center;
        justify-content: center;
        flex-direction: column;
    }
}
.our-partners-inner-box-image span {
    color: #717f8a;
    text-align: justify;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
}
@media (max-width: 576px) {
    .our-partners-inner-box-image span {
        display: block;
        font-size: 13px;
        max-width: 85px;
        width: 100%;
    }
}
@media (max-width: 335px) {
    .our-partners-inner-box-image span {
        max-width: 100%;
        text-align: center;
        margin-top: 10px;
    }
}

.footer {
    background: #033862;
    padding: 60px 0 80px 0;
}
.footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: start;
}
@media (max-width: 992px) {
    .footer-inner {
        gap: 15px;
    }
}
@media (max-width: 768px) {
    .footer-inner {
        justify-content: left;
        flex-direction: column;
        gap: 10px;
    }
}
.footer-inner-contact h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px; /* 120% */
    opacity: 0.6;
}
.footer-inner-contact p {
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 160% */
}
.footer-inner-contact p a {
    text-decoration: underline;
    display: inline;
}
.footer-inner-contact a {
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 160% */
    display: block;
}
.footer-inner-contact span {
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 160% */
    display: block;
}
.footer-inner-contact samp {
    color: rgba(255, 255, 255, 0.6);
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}
.footer-inner-contact-link {
    text-decoration: underline;
}

.footer-inner-apple {
    color: rgba(255, 255, 255, 0.6);
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;

    a {
        color: #fff;
        text-decoration: underline;
    }
}

.wrapper {
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 0 16px 0 rgba(3, 56, 98, 0.1);
}

.page-item {
    width: 50px;
    height: 50px;
    margin-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-link {
    width: 50px;
    height: 50px;
    border-radius: 13px !important;
    background: #fff;
    box-shadow: 0 0 16px 0 rgba(3, 56, 98, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #033862;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px; /* 133.333% */
    border: 0;
}
.page-link.active {
    background: #033862;
    color: #fff;
    pointer-events: none;
}

.page-link.disabled {
    pointer-events: none;
}

.news-page {
    margin-top: 119px;
}
.news-page-title h3 {
    color: #033862;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 40px; /* 166.667% */
    text-transform: uppercase;
    opacity: 0.5;
}
@media (max-width: 576px) {
    .news-page-title h3 {
        font-size: 1.3rem;
    }
}
.news-page-title h2 {
    color: #033862;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 40px; /* 166.667% */
    text-transform: uppercase;
}
@media (max-width: 576px) {
    .news-page-title h2 {
        font-size: 1.3rem;
    }
}

.wrapper {
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 0 16px 0 rgba(3, 56, 98, 0.1);
}
.wrapper-links {
    opacity: 0.5;
}

@media (max-width: 475px) {
    .migrant-wiframe {
        margin-bottom: 140px !important;
    }
}
@media (max-width: 375px) {
    .migrant-wiframe {
        margin-bottom: 170px !important;
    }
}

.ad-placement {
    margin-top: 47px;
    padding: 49px 59px;
    border-radius: 40px;
    background: #ffffff;
}
@media (max-width: 992px) {
    .ad-placement {
        /*margin-top: 854px;*/
        padding: 40px;
    }
}
@media (max-width: 576px) {
    .ad-placement {
        /*margin-top: 739px;*/
        padding: 32px 16px;
        border-radius: 25px;
    }
}
.ad-placement__bg {
    background: url('../../imgs/landing/pin.svg') no-repeat bottom right;
}
@media (max-width: 576px) {
    .ad-placement__bg {
        background-position: center;
        display: flex;
        flex-direction: column;
    }
}
.ad-placement__title {
    color: #033862;
    font-family: Inter, sans-serif;
    font-size: 34px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}
@media (max-width: 768px) {
    .ad-placement__title {
        font-size: 18px;
    }
}
.ad-placement__body {
    margin-top: 34px;
}
.ad-placement__description {
    color: #033862;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 27px */
}
@media (max-width: 768px) {
    .ad-placement__description {
        font-size: 15px;
        line-height: 24px;
    }
}
.ad-placement__description:not(:first-child) {
    margin-top: 15px;
}
.ad-placement__description:last-child {
    font-weight: 700;
}
.ad-placement__button {
    margin-top: 39px;
}
@media (max-width: 576px) {
    .ad-placement__button {
        align-self: center;
    }
}

.modal {
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal--open {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}
.modal__bg {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
}
.modal__container {
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: calc(100% - 20px);
    max-width: 616px;
    padding: 30px 29px 40px;
    border-radius: 40px;
    background: #fff;
    position: absolute;
    overflow: hidden;
}
.modal__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 0 20px;
}
.modal__body {
    padding: 0 20px;
    max-height: 60vh;
    overflow: auto;
}
.modal__body-advert {
    margin-top: 20px;
}
.modal__title {
    color: #033862;
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 0;
}
.modal__form-fields + .modal__form-fields {
    margin-top: 32px;
}
.modal__form-field:not(:first-child) {
    margin-top: 32px;
}
.modal__close {
    outline: none;
    appearance: none;
    color: #033862;
    background: none;
    border: none;
    cursor: pointer;
    position: relative;
    left: 15px;
}
@media (max-width: 768px) {
    .modal__container {
        padding: 20px 10px 20px;
    }
    .modal__title {
        font-size: 20px;
    }
    .modal__close {
        font-size: 28px;
    }
    .modal__header {
        padding: 0 10px;
    }
    .modal__body {
        padding: 0 10px;
    }
}
.modal__button-wrap {
    display: flex;
    align-items: center;
    margin-top: 32px;
    gap: 10px;

    @media screen and (max-width: 576px) {
        flex-direction: column;
    }
}
.modal__offer {
    margin: 19px 0 0;
    color: #2b2b2b;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21.5px;
    opacity: 0.75;
}
.modal__checkbox {
    margin-top: 32px;
}
.modal__offer-link {
    opacity: 0.75;
    color: #0577ee;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 21.5px;
}

.button {
    padding: 19px 32px;
    display: flex;
    min-height: 62px;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: #033862;
    box-shadow: 0px 0px 16px 0px rgba(3, 56, 98, 0.1);
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 133.333% */
}
@media (max-width: 576px) {
    .button {
        font-size: 15px;
        min-height: 50px;
    }
}
.button--full {
    width: 100%;
}

.form-field {
    display: flex;
    flex-direction: column;
}
.form-field--error .form-field__control {
    border: 1px solid red;
}
.form-field__label {
    color: #2b2b2b;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 111.111% */
}
.form-field__control {
    margin-top: 9px;
    border-radius: 8px;
    border: 1px solid #d8d8d8;
    background: #fbfbfb;
}
.form-field__control--error {
    border: 1px solid red;
}
.form-field__control input,
.form-field__control select,
.form-field__control textarea {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    padding: 14px 16px;
    background: #fbfbfb;
    appearance: none;
}
.form-field__control textarea {
    resize: none;
}
.form-field__control select {
    background: url('../../imgs/landing/arrow-down.svg') no-repeat right 20px center;
    background-size: 20px;
}
.form-field__error {
    margin-top: 4px;
    color: red;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 150% */
}

.standalone-checkbox {
    display: flex;
    flex-direction: column-reverse;
    color: #2b2b2b;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    gap: 2px;
    line-height: 20px; /* 155.556% */
}
/*.standalone-checkbox input {*/
/*  display: inline-block;*/
/*  position: relative;*/
/*  height: 27px;*/
/*  min-width: 27px;*/
/*  border-radius: 7px;*/
/*  border: solid 4px #033862;*/
/*  margin-right: 8px;*/
/*  appearance: none;*/
/*}*/

.standalone-checkbox__wrap {
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    padding: 6px;
    width: 100%;
    height: 52px;
    display: flex;
    align-items: center;
    background: #fbfbfb;
    gap: 6px;
}

.standalone-checkbox__wrap label {
    border-radius: 6px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 44px;
    font-weight: 500;
    font-size: 18px;
    line-height: 133%;
    transition: all 0.25s;
}

.standalone-checkbox input {
    /*display: none;*/
}
.standalone-checkbox label:has(input[type='radio']:checked) {
    background: #033862;
    color: #fff;
}

.modal__form-error {
    display: none;
    color: #d90000;
    background: rgba(217, 0, 0, 0.1);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    padding: 10px;
    border-radius: 10px;
    transition: all 0.25s;
}
.modal__form-error--show {
    display: block;
}

.modal__step-list {
    display: flex;
    list-style: none;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    padding: 30px 20px 0;
    margin: 0;

    @media screen and (max-width: 576px) {
        padding: 10px;
        gap: 5px;
    }
}

.modal__step-item {
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    border: 1px solid #b7b7b7;
    border-radius: 100%;
    text-align: center;
    line-height: 32px;
    color: #b7b7b7;
    transition: all 0.25s;

    @media screen and (max-width: 576px) {
        width: 30px;
        height: 30px;
        min-width: 30px;
        min-height: 30px;
        line-height: 28px;
    }
}
.modal__step-item-divider {
    color: #b7b7b7;
}
.modal__step-item-divider svg {
    width: 100%;
}
.modal__step-item-divider--active {
    color: #033862;
}
.modal__step-item--active {
    border-color: #033862;
    color: #033862;
}
.modal__step-item--completed {
    color: #fff;
    background-color: #033862;
}
.modal__button--light {
    box-shadow: 0 0 16px 0 rgba(3, 56, 98, 0.1);
    background: rgba(3, 56, 98, 0.3);
    color: #033862;
}
.modal__radio {
    border-radius: 8px;
    background: #efefef;
    font-weight: 500;
    font-size: 18px;
    line-height: 133%;
    color: #033862;
    padding: 16px 30px;
}

.modal__radio-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 15px;
}

.modal__radio-wrap label:has(input[type='checkbox']:checked) {
    color: #fff;
    background: #033862;
}

.modal__info {
    border-radius: 8px;
    padding: 16px;
    margin: 15px 20px 0;
    background: rgba(4, 123, 239, 0.15);
    font-weight: 400;
    font-size: 16px;
    line-height: 144%;
    color: #0577ee;
    display: flex;
    gap: 10px;
}

/* resume-base block */

.resume-base {
    background: #fff url(../../imgs/landing/resume-base-bg.svg) no-repeat right center;

    @media screen and (max-width: 1200px) {
        background-size: 50%;
    }

    @media screen and (max-width: 768px) {
        background-position: right 70px;
        background-size: 80%;
    }

    @media screen and (max-width: 426px) {
        background-size: 100%;
    }
}

.resume-base__title {
    margin-bottom: 30px;
    color: #0570ec;
}

.resume-base__body {
    max-width: 500px;

    @media screen and (max-width: 1200px) {
        max-width: 50%;
    }

    @media screen and (max-width: 768px) {
        margin-top: 190px;
        max-width: 100%;
    }

    @media screen and (max-width: 426px) {
        margin-top: 180px;
    }

    @media screen and (max-width: 370px) {
        margin-top: 155px;
    }
}

.resume-base__description {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;

    @media (max-width: 768px) {
        font-size: 15px;
        line-height: 24px;
    }
}

.resume-base__button {
    margin-top: 35px;
    background: #0570ec;
    box-shadow: 0 0 16px 0 rgba(3, 56, 98, 0.1);

    @media screen and (max-width: 768px) {
        margin: 35px auto 0;
    }
}

/*# sourceMappingURL=style.css.map */
