/* lato-regular - latin */
@font-face {
    font-display: swap;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/lato-v24-latin_latin-ext-regular.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Sora';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/sora-v17-latin_latin-ext-regular.woff2') format('woff2');
}

* {
    padding: 0;
    margin: 0;
    border: 0
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

a,
a:hover,
a:link,
a:visited {
    text-decoration: none
}

aside,
footer,
header,
legend,
main,
nav,
section {
    display: block
}

section {
    padding: 80px 0;
}

h1,
h5,
h6,
p {
    font-size: inherit;
    font-weight: inherit
}

main h1,
main h2,
main h3,
main h4,
main p {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-margin-before: 0;
    margin-block-start: 0;
    -webkit-margin-after: 0;
    margin-block-end: 0;
}

ol,
li {
    list-style-position: inside;
}

ul,
ul li {
    list-style: none
}

img {
    vertical-align: top
}

img,
svg {
    max-width: 100%;
    height: auto
}

address {
    font-style: normal
}

input,
select,
textarea {
    background-color: transparent
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    color: inherit
}

input::-ms-clear {
    display: none
}

button,
input[type=submit] {
    display: inline-block;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    background: 0 0;
    cursor: pointer
}

button:active,
button:focus,
input:active,
input:focus {
    outline: 0
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

label {
    cursor: pointer
}

:root {
    --font-family: "Lato", sans-serif;
    --second-family: "Sora", sans-serif;
}

html {
    scroll-behavior: smooth
}

body {
    font-family: var(--font-family);
    font-weight: 400;
    line-height: 140%;
    overflow-x: hidden;
    font-size: 16px;
    color: #002955;
    padding-top: 0 !important;
}

body,
html {
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

img {
    display: block
}

a {
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.btn-link {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: #004996;
}

section,
article {
    position: relative;
}

.only-mobile {
    display: none !important;

    @media screen and (max-width: 980px) {
        display: block !important;

    }
}

.only-desktop {
    display: block;

    @media screen and (max-width: 980px) {
        display: none !important;

    }
}

.lp-static-page * {
    box-sizing: border-box;
}

.lp-static-page img {
    display: block;
    max-width: 100%;
}

.lp-static-page p {
    padding: 0;
    font-size: 16px;
}

/* CONTAINER */
.lp-static-page__container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 60px;
}

/* HERO */
.lp-static-page__hero {
    position: relative;
    overflow: hidden;
    padding: 0;
}

.lp-static-page__hero-bg {
    position: absolute;
    inset: 0;
    display: flex;
    z-index: 1;
}

.lp-static-page__hero-bg-left {
    width: 46%;
    background: #97DAF8;
}

.lp-static-page__hero-bg-right {
    width: 54%;
    background: #002955;
}

.lp-static-page__hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
}

.lp-static-page__hero-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 228px 120px 104px 0;
}

.lp-static-page__hero-title {
    font-family: var(--second-family);
    margin: 0 0 32px;
    color: #002955;
    font-weight: 400;
    font-size: 56px;
    line-height: 100%;
}

.lp-static-page__hero-text {
    margin: 0 0 40px;
}

.lp-static-page__hero-stores {
    display: flex;
    align-items: flex-start;
    gap: 37px;
}

.lp-static-page__hero-store {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lp-static-page__hero-qr {
    width: 140px;
    height: 140px;
    object-fit: contain;
    margin-bottom: 4px;
}

.lp-static-page__hero-store-text {
    color: #000000;
    font-size: 12px;
    text-align: center;
}

.lp-static-page__hero-divider {
    width: 1px;
    height: 90px;
    background: #002955;
}

.lp-static-page__hero-right {
    position: relative;
}

.lp-static-page__hero-phone {
    position: absolute;
    left: -32px;
    bottom: 0;
    width: 353px;
    z-index: 4;
}

.lp-static-page__hero-person {
    position: absolute;
    right: -21px;
    bottom: 0;
    width: 490px;
    z-index: 5;
}


.lp-static-page__hero-arc-small {
    position: absolute;
    bottom: 398px;
    right: 309px;
    z-index: 3;
    color: #E9F4FF;
}

.lp-static-page__hero-arc-big {
    position: absolute;
    bottom: 256px;
    right: 106px;
    z-index: 3;
    color: #97DAF8
}

.lp-static-page-btn.blue-btn {
    background: #97DAF8;
    color: #002955;
}

.lp-static-page-btn.blue-btn:hover {
    background: #000;
    color: #fff;
}

.lp-static-page-btn svg path {
    transition: 0.3s ease;
}

.lp-static-page-btn.blue-btn:hover svg path {
    fill: #fff;
}

@media screen and (max-width: 1340px) {
    .lp-static-page__hero-person {
        right: -86px;
        width: 440px;
    }

    .lp-static-page__hero-arc-small {
        bottom: 398px;
        right: 152px;
    }

    .lp-static-page__hero-arc-big {
        bottom: 220px;
        right: 12px;
    }

    .lp-static-page__hero-phone {
        width: 310px;
    }

    .lp-static-page__hero-left {
        padding: 190px 70px 104px 0;
    }

    .lp-static-page__hero-title {
        font-size: 40px;
    }
}

@media screen and (max-width: 980px) {
    section {
        padding: 64px 0;
    }

    .lp-static-page__hero-grid {
        grid-template-columns: 1fr;
    }

    .lp-static-page__hero-bg-left {
        width: 0;
    }

    .lp-static-page__hero-bg-right {
        width: 100%;
    }

    .lp-static-page__hero-left {
        padding: 126px 0px 50px 0;
        color: #fff;
        text-align: center;
    }

    .lp-static-page__hero-store-text,
    .lp-static-page__hero-title {
        color: #fff;
    }

    .lp-static-page__hero-text {
        margin: 0px 0 24px;
    }

    .lp-static-page__hero-title br {
        display: none;
    }

    .lp-static-page__hero-stores {
        justify-content: center;
    }

    .lp-static-page__hero-phone {
        position: static;
    }

    .lp-static-page__hero-qr {
        width: 80px;
        height: 80px;
    }

    .lp-static-page__hero-divider {
        height: 75px;
        background: #ffffff;
    }

    .lp-static-page__hero-person {
        right: -86px;
        width: 380px;
    }

    .lp-static-page__hero-arc-big {
        width: 142px;
        right: 42px;
    }

    .lp-static-page__hero-arc-small {
        bottom: 328px;
        right: 110px;
    }
    
    .lp-static-page-btn.blue-btn {
        display: flex !important;
    }
    
    .lp-static-page__hero {
        padding-top: 32px;
    }
}

@media screen and (max-width: 580px) {
    .lp-static-page p {
        padding: 0;
        font-size: 15px;
    }

    .lp-static-page__container {
        padding: 0 14px;
    }

    .lp-static-page__hero-title {
        font-size: 26px;
        line-height: 120%;
        max-width: 300px;
        margin: 0 0 16px;
    }

    .lp-static-page__hero-stores {
        gap: 28px;
    }

    .lp-static-page__hero-left {
        padding: 126px 0px 32px;
        text-align: left;
    }
    
    .lp-static-page__hero-stores {
        justify-content: flex-start;
    }

    .lp-static-page__hero-phone {
        width: 273px;
    }

    .lp-static-page__hero-person {
        right: -53px;
        width: 278px;
    }

    .lp-static-page__hero-arc-big {
        right: 4px;
        top: 116px;
    }

    .lp-static-page__hero-arc-small {
        bottom: 312px;
        right: 39px;
    }
}


/* S1 */

.lp-static-page__s1 {
    position: relative;
    background: #e9f4ff;
    overflow: hidden;
    padding-bottom: 100px;
}

.lp-static-page__s1-head {
    margin: 0 auto 35px;
    text-align: center;
}

.lp-static-page__s1-title {
    font-family: var(--second-family);
    margin: 0 0 32px;
    color: #002b63;
    font-size: 72px;
    font-weight: 400;
    line-height: 1.1;
    font-size: 40px;
    line-height: 120%;
    text-align: center;
}

.lp-static-page__s1-text {
    max-width: 1060px;
    margin: 0 auto 32px;
    text-align: center;
}

.lp-static-page-btn {
    font-family: var(--second-family);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 246px;
    height: 48px;
    padding: 12px 40px;
    border-radius: 100px;
    background: #002955;
    color: #ffffff;
    line-height: 150%;
    font-size: 16px;
    transition: 0.3s ease;
    position: relative;
    z-index: 11;
}

.lp-static-page-btn:hover {
    background: #000;
    color: #fff;
}

.lp-static-page-btn:hover svg path {
    fill: #fff;
}

.lp-static-page-btn span {
    margin-right: 12px;
}

/* CONTENT */

.lp-static-page__s1-content {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 361px 1fr;
    gap: 27px;
    align-items: center;
    max-width: 1060px;
    margin: 0 auto;
}

.lp-static-page__s1-left,
.lp-static-page__s1-right {
    position: relative;
    min-height: 788px;
}

.lp-static-page__s1-center {
    position: relative;
    z-index: 5;
}


/* PHONE */

.lp-static-page__s1-phone {
    width: 361px;
    margin: 0 auto;
}


/* INFO */

.lp-static-page__s1-info {
    position: absolute;
}

.lp-static-page__s1-info-title {
    font-family: var(--second-family);
    margin: 0 0 12px;
    font-size: 20px;
    line-height: 110%;
    font-weight: 400;
}

.lp-static-page__s1-info-text {
    margin: 0;
    line-height: 150%;
}

.lp-static-page__s1_info-icon {
    position: absolute;
    bottom: -120px;
    z-index: 6;
}

/* LEFT */
.lp-static-page__s1-info--top {
    top: 66px;
    left: -36px;
    max-width: 270px;
}

.lp-static-page__s1-card {
    position: absolute;
    top: 191px;
    left: 5px;
    width: 103%;
}

.lp-static-page__s1-info--bottom {
    left: 80px;
    top: 414px;
    max-width: 266px;
}

.lp-static-page__s1_btm-icon {
    position: absolute;
    left: 124px;
    z-index: 6;
}

/* RIGHT */

.lp-static-page__s1-info--right-top {
    top: 66px;
    right: 52px;
    max-width: 270px;
}

.lp-static-page__s1-chart {
    position: absolute;
    top: 158px;
    right: 60px;
    width: 282px;
}

.lp-static-page__s1-info--right-bottom {
    right: -50px;
    top: 452px;
    max-width: 310px;
}

.lp-static-page__s1_rht-icon {
    position: absolute;
    left: -140px;
    bottom: -89px;
    z-index: 6;
}

/* DECOR */

.lp-static-page__s1-decor-small {
    position: absolute;
    top: 16px;
    left: 292px;
    z-index: 1;
}

.lp-static-page__s1-decor-big {
    position: absolute;
    right: 185px;
    bottom: -39px;
    z-index: 1;
}

.lp-static-page__s1-hand {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 416px;
}

@media screen and (max-width: 1340px) {
    .lp-static-page__s1-info--top {
        left: -40px;
        max-width: 270px;
    }

    .lp-static-page__s1-card {
        position: absolute;
        top: 210px;
        left: -8px;
        width: 120%;
    }

    .lp-static-page__s1-info--right-top {
        right: 0px;
        max-width: 296px;
    }

    .lp-static-page__s1-chart {
        position: absolute;
        top: 168px;
        right: -14px;
        width: 256px;
    }

    .lp-static-page__s1-decor-small {
        position: absolute;
        top: 16px;
        left: 228px;
        z-index: 1;
    }

}

@media screen and (max-width: 1120px) {
    .lp-static-page__s1-info--bottom {
        left: 46px;
        top: 396px;
        max-width: 370px;
    }

    .lp-static-page__s1_rht-icon {
        left: -122px;
        bottom: -68px;
        width: 50%;
    }
}

@media screen and (max-width: 980px) {
    .lp-static-page__s1 {
        padding-bottom: 42px;
    }

    .lp-static-page__s1-slider {
        display: block;
        overflow: hidden;
        margin-right: -60px;
    }

    .lp-static-page__s1-slider .swiper-slide {
        width: 315px;
        height: 360px;
        border-radius: 20px;
        padding: 32px 16px 0;
        overflow: hidden;
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
        background: linear-gradient(0deg, #fff 0%, #e9f4ff 100%);
        display: flex;
        flex-direction: column;
        gap: 16px;
        color: #002955;
    }

    .lp-static-page__s1-slider_title {
        font-family: var(--second-family);
        font-weight: 400;
        font-size: 20px;
        line-height: 110%;
    }

    .swiper-slide:nth-child(2) .lp-static-page__s1-slider_img {
        width: 112%;
        margin-left: -15px;
    }

    .swiper-slide:nth-child(4) .lp-static-page__s1-slider_img {
        margin-top: auto;
        margin-left: -10px;
        width: 108%;
    }

    .lp-static-page__s1 .lp-static-page__s1-pagination {
        position: relative;
        margin-top: 40px;
    }
    
    .lp-static-page__s1 .swiper-wrapper {
        padding: 8px 0;
    }

    .lp-static-page__s1 .swiper-pagination-bullet {
        width: 16px;
        height: 16px;
        border: 1px solid;
        border-color: #ffffff;
        background: #fff;
        opacity: 1;
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
    }

    .lp-static-page__s1 .swiper-pagination-bullet-active {
        background: #e9f4ff;
        border: 1px solid;
        border-color: #407EB7;
    }
}

@media screen and (max-width: 580px) {
    .lp-static-page__s1-title {
        max-width: 273px;
        margin: 0 auto 16px;
    }

    .lp-static-page__s1-head {
        margin: 0px auto 30px;
    }

    .lp-static-page__s1-slider {
        margin-right: -14px;
    }
}

/* S2 */

.lp-static-page__s2 {
    overflow: hidden;
    padding: 0;
    background: #002955;
}

.lp-static-page__s2-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.lp-static-page__s2-bg {
    position: absolute;
    inset: 0;
    display: flex;
}

.lp-static-page__s2-bg-left {
    width: 50%;
    background: #002955;
}

.lp-static-page__s2-bg-right {
    width: 50%;
    background: #014491;
}

/* LEFT */

.lp-static-page__s2-left {
    background: #002955;
}

.lp-static-page__s2-left-inner {
    position: relative;
    min-height: 707px;
    overflow: hidden;
}

.lp-static-page__s2-person {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 720px !important;
}

.lp-static-page__s2-bubble {
    position: absolute;
    left: 0;
    top: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 80px;
    padding: 12px 24px;
    width: 302px;
    height: 54px;
    background: rgba(197, 227, 255, 0.8);
    z-index: 3;
}

.lp-static-page__s2-bubble-text {
    color: #19243E;
    font-size: 20px;
    line-height: 150%;
}

.lp-static-page__s2-cursor {
    position: absolute;
    right: 20px;
    bottom: -40px;
    width: 52px;
}

.lp-static-page__s2-content {
    position: absolute;
    left: 0px;
    bottom: 90px;
    max-width: 450px;
    z-index: 3;
}

.lp-static-page__s2-title {
    margin: 0 0 16px;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 110%;
    color: #ffffff
}

.lp-static-page__s2-text {
    margin: 0;
    line-height: 150%;
    color: #ffffff
}

/* RIGHT */

.lp-static-page__s2-right {
    background: #0050b3;
}

.lp-static-page__s2-right-inner {
    position: relative;
    min-height: 707px;
    overflow: hidden;
}

.lp-static-page__s2-reminder {
    position: absolute;
    left: 16px;
    top: 101px;
    width: 310px;
    z-index: 1;
}

.lp-static-page__s2-phone {
    position: absolute;
    right: 0px;
    bottom: 0px;
    max-width: none;
    z-index: 2;
}

.lp-static-page__s2-content--right {
    left: 60px;
    bottom: 90px;
    max-width: 386px;
}

.lp-static-page__s2-arc {
    position: absolute;
    right: 18px;
    bottom: 140px;
    z-index: 3
}

.img-mobile {
    display: none !important;
}

@media screen and (max-width: 1340px) {
    .lp-static-page__s2-bubble {
        top: 140px;
    }

    .lp-static-page__s2-phone {
        width: 48%;
    }

    .lp-static-page__s2-content {
        max-width: 390px;
    }

    .lp-static-page__s2-reminder {
        width: 280px;
    }

    .lp-static-page__s2-arc {
        display: none;
    }

    .lp-static-page__s2-title {
        font-size: 18px;
    }

}

@media screen and (max-width: 980px) {
    .lp-static-page__s2-grid {
        grid-template-columns: 1fr;
    }

    .lp-static-page__s2-bg>div {
        background: none;
    }

    .lp-static-page__s2-left-inner {
        min-height: 432px;
        background: #002955;
    }

    .lp-static-page__s2-right-inner {
        min-height: 432px;
        background: #014491;
        width: calc(100% + 120px);
        margin-left: -60px;
    }

    .lp-static-page__s2-person {
        max-width: 448px !important;
    }

    .lp-static-page__s2-content {
        bottom: 40px;
    }

    .lp-static-page__s2-reminder {
        width: 236px;
        left: 44%;
        top: 20px;
    }

}

@media screen and (max-width: 768px) {
    .lp-static-page__s2-phone {
        width: 462px;
    }

    .lp-static-page__s2-reminder {
        left: 60px;
    }

    .lp-static-page__s2-bubble {
        border-radius: 80px;
        padding: 8px 18px;
        width: 192px;
        height: 34px;
    }

    .lp-static-page__s2-bubble-text {
        font-size: 12px;
    }

    .lp-static-page__s2-cursor {
        right: -7px;
        bottom: -23px;
        width: 25px;
    }
}

@media screen and (max-width: 580px) {
    .lp-static-page__s2 .lp-static-page__container {
        padding: 0;
    }

    .lp-static-page__s2-content {
        bottom: 24px;
        left: 15px;
        right: 15px;
    }

    .lp-static-page__s2-bubble {
        top: 180px;
        left: 15px;
    }

    .lp-static-page__s2-title {
        font-size: 20px;
        margin: 0 0 12px !important;
        max-width: 250px;
    }

    .img-desctop {
        display: none !important;
    }

    .lp-static-page__s2-reminder {
        left: 14px;
        width: 186px;
        top: 37px;
    }

    .img-mobile {
        display: block !important;
        width: 100%;
        max-width: unset !important;
        bottom: unset;
        top: 0px;
    }

    .lp-static-page__s2-right-inner {
        width: 100%;
        margin-left: 0;
    }

    .lp-static-page__s2-phone {
        width: 430px;
        max-width: unset !important;
        right: -62px;
    }
}

/* S3 */
.lp-static-page__s3 {
    background: #ffffff;
}

.lp-static-page__s3-box {
    position: relative;
    padding: 60px 65px 0;
    border-radius: 20px;
    background-color: #FECC4E;
    background-image: linear-gradient(135deg,
            rgba(255, 255, 255, 0.4) 0%,
            rgba(254, 204, 78, 0.4) 100%);
    overflow: hidden;
}

/* ICON */
.lp-static-page__s3-icon {
    position: absolute;
    left: 20px;
    top: 20px;
}

/* HEAD */
.lp-static-page__s3-head {
    max-width: 780px;
    margin: 0 auto 84px;
    text-align: center;
}

.lp-static-page__s3-title {
    margin: 0 0 16px;
    color: #000000;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 40px;
    line-height: 120%;
    text-align: center;
}

.lp-static-page__s3-text {
    margin: 0 0 32px;
    color: #000000;
    text-align: center;
}

.lp-static-page-btn.white-btn {
    background: #ffffff;
    color: #000000;
}

.lp-static-page-btn.white-btn:hover {
    background: #000000;
    color: #fff;
}

.lp-static-page-btn.white-btn:hover svg path {
    fill: #fff;
}

/* CONTENT */

.lp-static-page__s3-content {
    display: flex;
    align-items: end;
}


/* LEFT */

.lp-static-page__s3-left {
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 1;
}

.lp-static-page__s3-family {
    width: 464px;
    max-width: none;
}


/* CENTER */
.lp-static-page__s3-center {
    position: absolute;
    left: 150px;
    bottom: 0px;
}

.lp-static-page__s3-phone {
    width: 100%;
    max-width: none;
}


/* RIGHT */
.lp-static-page__s3-right {
    max-width: 473px;
    padding-bottom: 80px;
    margin-left: auto;
    position: relative;
    padding-top: 43px;
}

.lp-static-page__s3-item {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

.lp-static-page__s3-item-icon {
    flex-shrink: 0;
    width: 24px;
    padding-top: 5px;
}

.lp-static-page__s3-item-icon img {
    width: 100%;
}

.lp-static-page__s3-item-text {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #000;
}

.lp-static-page__s3-line {
    height: 1px;
    margin: 32px 0;
    background: #000000
}

@media screen and (max-width: 1400px) {
    .lp-static-page__s3-center {
        position: absolute;
        left: unset;
        bottom: 0px;
        right: 330px;
        width: 720px;
    }
}

@media screen and (max-width: 1340px) {
    .lp-static-page__s3-head {
        margin: 0px auto 40px;
    }

    .lp-static-page__s3-left img {
        width: 400px;
    }
}

@media screen and (max-width: 1200px) {

    .lp-static-page__s3-left {
        display: none;
    }

    .lp-static-page__s3-right {
        padding-bottom: 43px;
    }
}

@media screen and (max-width: 980px) {
    .lp-static-page__s3-icon {
        left: 16px;
        top: 24px;
        width: 52px;
        height: 52px;
    }

    .lp-static-page__s3-box {
        padding: 24px 16px 0;
    }

    .lp-static-page__s3-head {
        max-width: 548px;
    }

    .lp-static-page__s3-right {
        max-width: 100%;
    }

    .lp-static-page__s3-content {
        align-items: center;
        flex-direction: column-reverse;
    }

    .lp-static-page__s3-center {
        position: static;
        width: 100%;
        margin-top: -110px;
    }
}

@media screen and (max-width: 580px) {
    .lp-static-page__s3 {
        padding: 32px 0;
    }

    .lp-static-page__s3-head {
        margin: 69px 0 32px;
        text-align: left;
    }

    .lp-static-page__s3-text,
    .lp-static-page__s3-title {
        text-align: left;
    }

    .lp-static-page__s3-right {
        padding-top: 0;
        padding-bottom: 0px;
    }

    .lp-static-page__s3-text {
        margin: 0 0 14px;
    }

    .lp-static-page__s3-line {
        margin: 18px 0;
    }

    .lp-static-page__s3-center {
        margin-top: -162px;
        min-width: 710px;
        margin-right: -12px;
    }
}

/* S4 */

.lp-static-page__s4 {
    background-color: #E9F4FF;
    overflow: hidden;
    padding-top: 60px;
}

.lp-static-page__s4-head {
    max-width: 942px;
    margin: 0 auto 70px;
    text-align: center;
}

.lp-static-page__s4-title {
    margin: 0 0 24px;
    color: #000000;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 42px;
    line-height: 120%;
}

.lp-static-page__s4-text {
    margin: 0 auto;
    color: #000000;
    line-height: 150%;
}

/* CONTENT */
.lp-static-page__s4-content {
    display: grid;
    grid-template-columns: 540px 1fr;
    gap: 76px;
    align-items: start;
}

/* LEFT */
.lp-static-page__s4-left {
    display: flex;
    flex-direction: column;
    gap: 60px;
    padding-top: 22px;
    padding-left: 112px;
}

.lp-static-page__s4-item {
    max-width: 428px;
}

.lp-static-page__s4-item-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 24px;
}

.lp-static-page__s4-item-title {
    margin: 0 0 16px;
    color: #000000;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 110%;
}

.lp-static-page__s4-item-text {
    margin: 0;
    color: #000000;
    line-height: 150%;
}

/* RIGHT */
.lp-static-page__s4-right {
    position: relative;
}

.lp-static-page__s4-phone-wrap {
    position: relative;
    padding-right: 191px;
    max-width: 100%;
}

.lp-static-page__s4-phone {
    position: relative;
    width: 308px;
    margin-left: auto;
    z-index: 2;
}

.lp-static-page__s4-modal {
    position: absolute;
    left: -6px;
    top: 136px;
    width: 250px;
    z-index: 3;
}

.lp-static-page__s4-card {
    position: absolute;
    right: -60px;
    bottom: -80px;
    z-index: 4;
}

.s4-mob {
    display: none !important;
}

@media screen and (max-width: 1240px) {
    .lp-static-page__s4-left {
        padding-left: 0px;
        gap: 34px;
    }

    .lp-static-page__s4-content {
        grid-template-columns: 340px 1fr;
        gap: 32px;
    }
}

@media screen and (max-width: 980px) {
    .lp-static-page__s4 {
        padding-top: 64px;
    }

    .lp-static-page__s4-content {
        grid-template-columns: 1fr;
    }

    .lp-static-page__s4-head {
        margin: 0 auto 40px;
    }

}

@media screen and (max-width: 768px) {
    .lp-static-page__s4-right {
        width: 80%;
        margin: 0 auto;
    }

    .lp-static-page__s4-phone-wrap {
        padding-right: 100px;
    }

    .lp-static-page__s4-item {
        max-width: 100%;
    }

    .lp-static-page__s4-modal {
        left: -54px;
        width: 210px;
    }

    .lp-static-page__s4-card {
        bottom: -5px;
    }

    .lp-static-page__s4 .lp-static-page__container {
        padding: 0 24px;
    }

}

@media screen and (max-width: 580px) {
    .lp-static-page__s4-modal {
        display: none !important;
    }

    .lp-static-page__s4-head {
        text-align: left;
        margin: 0 auto 22px;
    }

    .lp-static-page__s4-title.title-2 {
        margin: 0 0 24px;
    }

    .lp-static-page__s4-item-icon {
        margin-bottom: 28px;
    }

    .lp-static-page__s4-item-title {
        font-size: 18px;
        line-height: 130%;
    }

    .lp-static-page__s4-item-title {
        margin: 0 0 10px;
    }

    .lp-static-page__s4-phone-wrap {
        padding-right: 0;
    }

    .lp-static-page__s4-right {
        width: 100%;
        margin: 0 auto;
        height: 300px;
    }

    .lp-static-page__s4-phone {
        position: absolute;
        width: 268px;
        margin: 0;
        right: 0;
    }

    .s4-desctop {
        display: none !important;
    }

    .s4-mob {
        display: block !important;
    }

    .lp-static-page__s4-card {
        bottom: -407px;
        right: 28px;
    }
}


/* S5 */

.lp-static-page__s5 {
    padding: 100px 0;
    background-color: #ffffff;
}

.lp-static-page__s5-grid {
    display: grid;
    grid-template-columns: 715px 1fr;
    gap: 70px;
    align-items: center;
}

.lp-static-page__s5-search-button {
    border: none !important;
    background: none !important;
    padding: 0;
    display: flex;
}

/* LEFT */
.lp-static-page__s5-image-block {
    position: relative;
}

.lp-static-page__s5-image-wrap {
    border-radius: 20px;
    max-width: 656px;
    overflow: hidden;
}

.lp-static-page__s5-image {
    width: 100%;
}

/* CARD */

.lp-static-page__s5-card {
    position: absolute;
    top: 18px;
    right: 0px;
    width: 358px;
    border-radius: 12px;
    padding: 8px;
    box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.25);
    background: rgba(245, 250, 251, 0.8);
}

.lp-static-page__s5-card-top {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.lp-static-page__s5-card-title {
    font-weight: 700;
    font-size: 16px;
    padding: 12px 8px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #171d1e;
}

.lp-static-page__s5-card-arrow {
    padding: 15px 20px 0;
}

.lp-static-page__s5-card-items {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 4px 0 4px 8px;
}

.lp-static-page__s5-card-item {
    display: flex;
    align-items: center;
    gap: 4px;
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    letter-spacing: 0.02em;
    color: #43474e;
}

.lp-static-page__s5-card-item span b {
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    letter-spacing: 0.02em;
    color: #397702;
}

.lp-static-page__s5-card-item img {
    width: 12px;
}

.lp-static-page__s5-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #397702;
    flex-shrink: 0;
}

.lp-static-page__s5-card-tags {
    display: flex;
    flex-wrap: wrap;
}

.lp-static-page__s5-tag {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 6px 20px 6px 24px;
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    letter-spacing: 0.02em;
    text-align: center;
    color: #43474e;
}

.lp-static-page__s5-tag::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 9C0 4.02944 4.02944 0 9 0C13.9706 0 18 4.02944 18 9C18 13.9706 13.9706 18 9 18C4.02944 18 0 13.9706 0 9Z' fill='%23C5E3FF'/%3E%3Cpath d='M6.59631 11.9062L3.46881 8.77869L2.40381 9.83619L6.59631 14.0287L15.5963 5.02869L14.5388 3.97119L6.59631 11.9062Z' fill='%23003E76'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}

/* SEARCH */
.lp-static-page__s5-search {
    position: absolute;
    left: 28px;
    top: 384px;
    width: 358px;
}

.lp-static-page__s5-search-title {
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 500;
    font-size: 28px;
    line-height: 129%;
}

.lp-static-page__s5-search-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 358px;
    height: 56px;
    padding: 12px 16px 10px 28px;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.8);
}

.lp-static-page__s5-search-placeholder {
    line-height: 150%;
    letter-spacing: 0.03em;
    color: #43474e;
}

/* RIGHT */
.lp-static-page__s5-right {
    max-width: 535px;
}

.lp-static-page__s5-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 32px;
}

.lp-static-page__s5-title {
    margin: 0 0 24px;
    color: #000000;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 42px;
    line-height: 120%;
}

.lp-static-page__s5-text {
    margin: 0 0 32px;
    line-height: 150%;
}

@media screen and (max-width: 1240px) {
    .lp-static-page__s5-grid {
        grid-template-columns: 546px 1fr;
        gap: 56px;
    }

    .lp-static-page__s5-card {
        right: -40px;
    }

    .lp-static-page__s5-card-arrow {
        padding: 15px 10px 0;
    }
}

@media screen and (max-width: 980px) {
    .lp-static-page__s5 {
        padding: 64px 0 128px;
        background-color: #ffffff;
    }

    .lp-static-page__s5-grid {
        display: flex;
        flex-direction: column-reverse;
    }

    .lp-static-page__s5-right {
        max-width: 100%;
    }

    .lp-static-page__s5-card {
        right: 9px;
        top: unset;
        bottom: -110px;
    }

    .lp-static-page__s5-search {
        top: 20px;
        left: 16px;
        width: fit-content;
    }

    .lp-static-page__s5-search-title {
        margin-bottom: 8px;
    }

    .lp-static-page__s5-icon {
        margin-bottom: 24px;
    }

    .lp-static-page__s5-title.title-2 {
        max-width: 330px;
        margin: 0px 0 24px;
    }

    .lp-static-page__s5-grid {
        grid-template-columns: 546px 1fr;
        gap: 40px;
    }

    .lp-static-page__s5-search-title {
        font-size: 14px;
    }

    .lp-static-page__s5-card-top {
        gap: 4px;
    }

    .lp-static-page__s5-search-box {
        border-radius: 28px;
        width: 222px;
        height: 35px;
        padding: 4px 8px 5px 16px;
    }

    .lp-static-page__s5-card {
        width: 290px;
        bottom: -90px;
    }

    .lp-static-page__s5-card-arrow {
        padding: 2px 18px 2px 0;
    }

    .lp-static-page__s5-card-title {
        font-size: 14px;
        padding: 0px 6px;
        line-height: 171%;
    }

    .lp-static-page__s5-card-item,
    .lp-static-page__s5-card-item span b {
        font-size: 12px;
        line-height: 167%;
    }

    .lp-static-page__s5-tag {
        font-size: 12px;
        line-height: 167%;
    }

    .lp-static-page__s5-card-items {
        gap: 2px;
        padding: 6px 0 0 8px;
    }

    .lp-static-page__s5-tag {
        padding: 4px 20px 4px 24px;
    }
}

/* S6 */
.lp-static-page__s6 {
    position: relative;
    overflow: hidden;
    padding: 0;
}

.lp-static-page__s6-bg {
    position: absolute;
    inset: 0;
    display: flex;
    z-index: 1;
}

.lp-static-page__s6-bg-left {
    width: 50%;
    background: #002955;
}

.lp-static-page__s6-bg-right {
    width: 50%;
    background: #002955;
}

/* GRID */
.lp-static-page__s6-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 800px;
}


/* LEFT */

.lp-static-page__s6-left {
    display: flex;
    margin-top: 192px;
}

.lp-static-page__s6-content {
    max-width: 526px;
}

.lp-static-page__s6-icon {
    width: 74px;
    height: 74px;
    margin-bottom: 32px;
}

.lp-static-page__s6-title {
    margin: 0 0 24px;
    color: #ffffff;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 42px;
    line-height: 120%;
}

.lp-static-page__s6-text {
    max-width: 520px;
    margin: 0;
    color: #ffffff;
    line-height: 150%;
}

/* RIGHT */
.lp-static-page__s6-right {
    position: relative;
}

.lp-static-page__s6-image-wrap {
    position: relative;
    height: 100%;
}

.lp-static-page__s6-person {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* BADGES */
.lp-static-page__s6-badges {
    max-width: 342px;
    position: absolute;
    right: -20px;
    top: 298px;
    display: flex;
    flex-direction: column;
    gap: 50px;
    z-index: 3;
}

.lp-static-page__s6-badge {
    display: flex;
    align-items: center;
    gap: 16px;
}

.lp-static-page__s6-badge-text {
    position: relative;
    color: #ffffff;
    font-weight: 500;
    font-size: 18px;
    line-height: 133%;
    letter-spacing: 0.01em;
    padding-left: 45px;
}

.lp-static-page__s6-badge-text::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 32px;
    height: 32px;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2023_591)'%3E%3Crect width='32' height='32' rx='16' fill='%23E7FFD2'/%3E%3Cpath d='M13.9583 20.9998L9.20831 16.2498L10.3958 15.0623L13.9583 18.6248L21.6041 10.979L22.7916 12.1665L13.9583 20.9998Z' fill='%23397702'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2023_591'%3E%3Crect width='32' height='32' rx='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}

/* CARD */
.lp-static-page__s6-card {
    position: absolute;
    left: -50px;
    bottom: 84px;
    border-radius: 12px;
    width: 358px;
    padding: 0px;
    background: rgba(245, 250, 251, 0.8);
    box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
    z-index: 4;
}

.lp-static-page__s6-card-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px;
}

.lp-static-page__s6-card-icon {
    flex-shrink: 0;
    width: 20px;
}

.lp-static-page__s6-card-text {
    line-height: 150%;
    letter-spacing: 0.03em;
    color: #171d1e;
}

@media screen and (max-width: 1240px) {
    .lp-static-page__s6-title {
        font-size: 32px;
    }

    .lp-static-page__s6-card {
        bottom: 40px;
    }

    .lp-static-page__s6-card-item {
        padding: 12px 16px;
    }

    .lp-static-page__s6-grid {
        gap: 16px;
    }
}

@media screen and (max-width: 768px) {
    .lp-static-page__s6-bg {

        flex-direction: column;
    }

    .lp-static-page__s6-bg-left {
        width: 100%;
        height: 50%;
    }

    .lp-static-page__s6-bg-right {
        width: 100%;
        height: 50%;
    }

    .lp-static-page__s6-person {
        object-position: top;
    }

    .lp-static-page__s6-grid {
        grid-template-columns: 1fr;
        min-height: 855px;
    }

    .lp-static-page__s6-left {
        margin-top: 64px;
    }

    .lp-static-page__s6-card {
        bottom: 160px;
        left: unset;
        right: -128px;
    }

    .lp-static-page__s6-badges {
        top: unset;
        bottom: 24px;
        left: 0;
        gap: 16px;
    }
}

@media screen and (max-width: 580px) {
    .lp-static-page__s6-icon {
        width: 56px;
        height: 56px;
        margin-bottom: 28px;
    }

    .lp-static-page__s6-text {
        max-width: 96%;
        margin-top: 24px;
    }

    .lp-static-page__s6-badges {
        bottom: 32px;
        gap: 8px;
    }

    .lp-static-page__s6-badge {
        max-width: 266px;
    }

    .lp-static-page__s6-badge br {
        display: none;
    }

    .lp-static-page__s6-badge-text {
        font-size: 12px;
        line-height: 167%;
        padding-left: 45px;
    }

    .lp-static-page__s6-badge-text::before {
        width: 28px;
        height: 28px;
    }

    .lp-static-page__s6-badge:nth-child(2) .lp-static-page__s6-badge-text::before {
        top: -5px;
    }

    .lp-static-page__s6-card {
        bottom: 134px;
        right: -158px;
    }

    .lp-static-page__s6-card-item {
        padding: 6px 16px;
    }

    .lp-static-page__s6-card-icon {
        flex-shrink: 0;
        width: 15px;
    }

    .lp-static-page__s6-card-text {
        font-size: 12px;
        line-height: 200%;
        letter-spacing: 0.04em;
    }
}

/* S7 */
.lp-static-page__s7 {
    padding: 100px 0;
    background: #fff;
}

.lp-static-page__s7-box {
    position: relative;
    padding: 0 48px;
    border-radius: 20px;
    background: #002955;
    overflow: hidden;
    height: 683px;
}

/* ICON */
.lp-static-page__s7-icon {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 74px;
    height: 74px;
    z-index: 5;
}

/* CONTENT */
.lp-static-page__s7-content {
    display: grid;
    grid-template-columns: 564px 1fr;
    gap: 126px;
    align-items: center;
    height: 100%;
}

/* LEFT */
.lp-static-page__s7-left {
    position: relative;
    height: 100%;
}

.lp-static-page__s7-phone-wrap {
    position: relative;
    width: 620px;
}

.lp-static-page__s7-phone {
    position: absolute;
    left: 210px;
    top: 44px;
    width: 306px;
    z-index: 2;
}

.lp-static-page__s7-person {
    position: absolute;
    left: -48px;
    bottom: 0px;
    width: 400px;
    z-index: 3;
}

/* RIGHT */
.lp-static-page__s7-right {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

.lp-static-page__s7-right-text {
    max-width: 468px;
}

.lp-static-page__s7-title {
    position: relative;
    z-index: 3;
    margin: 0 0 24px;
    color: #ffffff;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 42px;
    line-height: 120%;
}

.lp-static-page__s7-text {
    position: relative;
    color: #ffffff;
    z-index: 3;
    margin: 0;
    line-height: 150%;
}


/* ARCS */
.lp-static-page__s7-arc-small {
    position: absolute;
    left: -92px;
    top: 94px;
    z-index: 1;
}

.lp-static-page__s7-arc-big {
    position: absolute;
    left: -104px;
    top: 110px;
    z-index: 1;
}

.lp-static-page__s7-arc-mobile {
    display: none;
}

@media screen and (max-width: 1240px) {
    .lp-static-page__s7-content {
        grid-template-columns: 390px 1fr;
        gap: 70px;
    }

    .lp-static-page__s7-person {
        width: 330px;
    }

    .lp-static-page__s7-phone {
        left: 130px;
        top: 67px;
        width: 272px;
    }

    .lp-static-page__s7-arc-small {
        left: -51px;
        top: 80px;
    }
}

@media screen and (max-width: 980px) {
    .lp-static-page__s7 {
        padding: 64px 0;
    }

    .lp-static-page__s7-content {
        display: flex;
        flex-direction: column-reverse;
        gap: 0px;
    }

    .lp-static-page__s7-arc-big {
        display: none;
    }

    .lp-static-page__s7-right {
        text-align: center;
    }

    .lp-static-page__s7-phone {
        left: 230px;
        top: -30px;
        width: 254px;
    }
}

@media screen and (max-width: 768px) {
    .lp-static-page__s7 {
        padding: 64px 0;
    }

    .lp-static-page__s7-box {
        height: 788px;
    }

    .lp-static-page__s7-arc-mobile {
        display: block;
        position: absolute;
        left: 170px;
        top: 0px;
        z-index: 1;
    }

    .lp-static-page__s7-arc-small {
        display: none;
    }

    .lp-static-page__s7-icon {
        left: 50%;
        top: 40px;
        transform: translateX(-50%);
    }

    .lp-static-page__s7-right-text {
        margin-top: 106px;
    }

    .lp-static-page__s7-person {
        left: -10px;
    }
}

@media screen and (max-width: 580px) {
    .lp-static-page__s7-box {
        padding: 0px 16px;
    }

    .lp-static-page__s7-title.title-2 {
        margin: 0 auto 24px;
    }

    .lp-static-page__s7-phone {
        top: 5px;
        width: 242px;
    }

    .lp-static-page__s7-person {
        left: 104px;
        width: 228px;
    }

    .lp-static-page__s7-arc-mobile {
        top: 98px;
    }
}

/* S8 */

.lp-static-page__s8 {
    padding: 0 0 100px;
    background: #ffffff;
}

.lp-static-page__s8-box {
    overflow: hidden;
    border-radius: 20px;
}

/* GRID */
.lp-static-page__s8-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 480px;
    position: relative;
}


/* LEFT */

.lp-static-page__s8-left {
    position: relative;
    overflow: hidden;
}

.lp-static-page__s8-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lp-static-page__s8-qr {
    position: absolute;
    right: 24px;
    bottom: 24px;
    width: 200px;
    z-index: 3;
}


/* RIGHT */

.lp-static-page__s8-right {
    position: relative;
    background: #002b63;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.lp-static-page__s8-content {
    position: relative;
    z-index: 3;
    padding: 0 103px;
}

.lp-static-page__s8-title {
    margin: 0 0 40px;
    color: #ffffff;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 32px;
    line-height: 120%;
}


/* ARCS */

.lp-static-page__s8-arc-big {
    position: absolute;
    left: 38%;
    top: 70px;
    z-index: 1;
}

.lp-static-page__s8-arc-small {
    position: absolute;
    right: 103px;
    top: 270px;
    z-index: 1;
}

@media screen and (max-width:1240px) {
    .lp-static-page__s8-arc-big {
        display: none;
    }

    .lp-static-page__s8-arc-small {
        right: 40px;
    }

    .lp-static-page__s8-content {
        padding: 0px 40px;
    }
}

@media screen and (max-width: 980px) {
    body {
        font-size: 15px;
        line-height: 150%;
    }

    .title-2 {
        margin: 0 0 24px;
        font-size: 30px;
    }

    .lp-static-page__s8-title.title-2 {
        font-size: 24px;
    }

    .lp-static-page__s8-qr {
        width: 160px;
    }
}

@media screen and (max-width: 768px) {
    .lp-static-page__s8-grid {
        display: flex;
        flex-direction: column;
        height: auto;
    }

    .lp-static-page__s8-content {
        padding: 40px;
        margin: 0 auto;
        text-align: center;
    }

    .lp-static-page__s8-arc-small {
        display: none;
    }
}


@media screen and (max-width: 580px) {
    .title-2 {
        font-size: 20px;
        margin: 0 auto 16px;
    }

    .lp-static-page__s3-item-text {
        font-size: 15px;
    }

    .lp-static-page__s3-item {
        gap: 18px;
    }

    .lp-static-page__s8 {
        padding: 0px 0 64px;
    }

    .lp-static-page__s8-qr {
        width: 120px;
        right: 16px;
        bottom: 16px;
        display: none !important;
    }

    .lp-static-page__s8-left {
        height: 280px;
    }

    .lp-static-page__s8-title.title-2 {
        font-size: 20px;
    }

    .lp-static-page__s8-content {
        padding: 40px 16px;
        width: 100%;
    }

    .lp-static-page__s8-content .lp-static-page-btn {
        width: 100%;
        max-width: 340px;
        margin-top: 14px;
    }

}

.page-id-99775 .elementor-element-2e705fdd {
    padding: 0;
}
