
html, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button {
    padding: 0;
    border: none;
    font: inherit;
    color: inherit;
    background-color: transparent;
    cursor: pointer;
    outline: none !important;
}

input {
    outline: none !important;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

html {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
}

input[type=number] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.page-body {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: white;

}

.header-pc {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding: 0px 90px 0 90px;
    position: absolute;
    top: 0px;
    border-bottom: 1px solid #FFF;
    background: rgba(6, 111, 123, 0.6);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
}

.header-logo-menu {
    display: flex;
    align-items: center;
    width: 70%;
}

.header-logo {
    display: flex;
}

.header-logo-text {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    margin-left: 30px;
    display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
gap: 0.25rem;
color: #FFF;
font-size: 1.125rem;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.header-logo-text > span {
    color: #FFF;
font-size: 1.75rem;
font-style: normal;
font-weight: 700;
line-height: normal;
text-transform: uppercase;
}

.header-logo > img {
    display: flex;
    width: 80px;
    height: 100%;
}

.header-menu {
    display: none;
}

.header-menu-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-menu-list-item {
    transition: 0.3s ease;
    padding: 30px 30px;
    border-bottom: 4px solid transparent;
}

.header-menu-list-item > a {
    color: rgba(255, 255, 255, 0.95);
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    white-space: nowrap;
}

.header-menu-list-item:hover {
    border-bottom: 4px solid #FFF;
    background: rgba(255, 255, 255, 0.15);
}

.header-menu-list-item:hover > a {
    color: #FFF;
    transition: 0.3s ease;
}

.header-menu-list-item:not(:last-child) {
    margin-right: 30px;
}

.header-phone-modal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 34%;

}

.header-phone {
    border-bottom: 4px solid transparent;
    padding: 26px 30px;
}

.header-phone > a {
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-variant-numeric: lining-nums tabular-nums;
    font-feature-settings: 'ss01' on;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    white-space: nowrap;

}

.header-phone > a > span {
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-variant-numeric: lining-nums tabular-nums;
    font-feature-settings: 'ss01' on;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.header-phone:hover {
    border-bottom: 4px solid #FFF;
    background: rgba(255, 255, 255, 0.15);
    transition: 0.3s ease;
}

.header-modal-button {
    border-radius: 50px;
    border: 1px solid #FFF;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transition: 0.3s ease;
    padding: 16px;
    white-space: nowrap;
}

.header-modal-button:hover {
    background: rgba(255, 255, 255, 0.15);
    transition: 0.3s ease;

}

.block1 {
    background-image: url("../images/block1_background.png");
    height: 1042x;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-left: 80px;
    background-position: top right;
    background-repeat: no-repeat;
    padding-bottom: 60px;
}

.block1-text-title {
    margin-top: 195px;
    color: #FFF;
    font-size: 68px;
    font-style: normal;
    font-weight: 700;
    line-height: 100.023%; /* 68.015px */
    text-transform: uppercase;
    max-width: 980px;
}
.block1-text-title h2 {
    color: #FFF;
}

.block1-text-subtle {
    background: linear-gradient(108deg, #3BA0C4 27.43%, #00A99D 65.8%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Roboto;
    font-size: 66px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
    max-width: 557px;
}


.block1-list {
    list-style-type: none; /* Убираем стандартные маркеры списка */
    padding: 0;
}

.block1-list li::before {
    content: ""; /* Добавляем пустой контент для псевдоэлемента */
    display: inline-block;
    width: 30px; /* Задайте нужную ширину для изображения-маркера */
    height: 30px; /* Задайте нужную высоту для изображения-маркера */
    margin-right: 10px; /* Отступ между изображением-маркером и текстом элемента списка */
    background-image: url("../images/block1_list.svg"); /* Путь к изображению-маркеру */
    background-size: cover; /* Масштабирование изображения под размер контейнера */
    z-index: 100;
    min-width: 30px;
}

.block1-list-item {
    display: flex;
    margin-top: 18px;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 145.523%; /* 26.194px */
    max-width: 800px;
}

.block1-form {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
}

.block1-phone-form {
    display: flex;
}

.block1-form-container {
    margin-top: 40px;
    display: flex;
    padding: 40px;
    align-items: center;
    gap: 40px;
    align-self: stretch;
    border-radius: 15px;
    background: linear-gradient(292deg, #9AD8E0 -7.37%, #EFFDFF 116.58%), #FFF;
    box-shadow: 0px 8.14815px 6.51852px 0px rgba(32, 42, 44, 0.03), 0px 38.51852px 25.48148px 0px rgba(32, 42, 44, 0.04), 0px 100px 80px 0px rgba(32, 42, 44, 0.07);
    max-width: 1052px;
}

.block1-price-container {
    display: flex;
    align-items: center;
}

.block1-price-full {
    color: rgba(143, 143, 143, 0.74);
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 136%; /* 28.56px */
    letter-spacing: -1.26px;
    text-decoration: line-through;

}

.block1-price-sale {
    color: #03658C;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 136%; /* 54.4px */
    letter-spacing: -2.4px;
    margin-left: 10px;
}

.block1-phone-form > input {
    display: flex;
    width: 262.5px;
    height: 59px;
    padding: 20.5px 21px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: #FFF;
    border: none;
    outline: none;
    color: #757575;
    font-size: 15.375px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.block1-phone-form > input::-webkit-input-placeholder {
    color: #757575;
    font-size: 15.375px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

}

.block1-phone-form > input::-moz-placeholder {
    color: #757575;
    font-size: 15.375px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

}

.block1-phone-form > input:-ms-input-placeholder {
    color: #757575;
    font-size: 15.375px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

}

.block1-phone-form > input::-ms-input-placeholder {
    color: #757575;
    font-size: 15.375px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

}

.block1-phone-form > input::placeholder {
    color: #757575;
    font-size: 15.375px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

}

.block1-phone-form > button {
    margin-left: 20px;
    display: flex;
    gap: 10px;
    width: 277px;
    height: 59px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    transition: 0.3s ease;
    border-radius: 50px;
    background: #FFF985;
    color: #142D37;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: 2px solid #FFF985;
}

.block1-phone-form > button:hover {
    background: #FFF;
    transition: 0.3s ease;
    color: #024873;
    border: 2px solid #024873;
}

.block1-checkbox-form {
    margin-top: 21px;
    display: flex;
    align-items: center;
}

.block1-checkbox-form > div {
    color: #024873;

    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 22.72px;

}

.round {
    position: relative;
    margin-top: 4px;
}

.round label {
    background-color: transparent;
    border: 1px solid #03658C;
    border-radius: 5px;
    cursor: pointer;
    height: 15px;
    left: 0;
    position: absolute;
    top: 0;
    width: 15px;
}

.round label:after {
    border: 2px solid #EFFDFF;
    border-top: none;
    border-right: none;
    content: "";
    height: 5px;
    left: 2px;
    opacity: 0;
    position: absolute;
    top: 3px;
    transform: rotate(-45deg);
    width: 9px;
}

.round input[type="checkbox"] {
    opacity: 0;
}

.round input[type="checkbox"]:checked + label {
    background-color: #03658C;
    border-color: #03658C;
}

.round input[type="checkbox"]:checked + label:after {
    opacity: 1;
}

.block2 {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    width: 100%;
    position: relative;
    padding-bottom: 90px;
}

.block2::before {
    position: absolute;
    content: "";
    background-image: url("../images/block2_before.png");
    background-size: cover;
    background-repeat: no-repeat;
    top: 130px;
    height: 745px;
    width: 100%;
    z-index: 0;
}

.block2-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 80px;
    align-items: center;
    z-index: 10;
}

.block2-title {
    margin-top: 85px;
    color: #03658C;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 136%; /* 65.28px */
    text-transform: uppercase;
}

.block2 .uk-accordion {
    margin-top: 30px;
}

.block2 .uk-accordion-title {
    width: 1760px;
    height: 106px;
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 8.14815px 6.51852px 0px rgba(32, 42, 44, 0.03), 0px 38.51852px 25.48148px 0px rgba(32, 42, 44, 0.04), 0px 100px 80px 0px rgba(32, 42, 44, 0.07);
    display: flex;
    align-items: center;
    position: relative;
    transition: 0.3s ease;

}

.block2 .uk-open .uk-accordion-title {
    transition: 0.3s ease;
    background: transparent;
    box-shadow: none;
}

.block2-accordion-title-first {
    background-image: url("../images/block2_background.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
    height: 106px;
    display: flex;
    padding: 37px 56px 36px 57px;
    color: #03658C;

    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 136%; /* 32.64px */
    text-transform: uppercase;
    transition: 0.3s ease;
}

.uk-open .block2-accordion-title-first {
    color: #FFFFFF;
    transition: 0.3s ease;
    background-image: url("../images/block2_background_active.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
    height: 106px;
    display: flex;
    padding: 37px 56px 36px 57px;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 136%; /* 32.64px */
    text-transform: uppercase;
}

.block2-accordion-title-second {
    color: #202A2C;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 136%; /* 32.64px */
    text-transform: uppercase;
    margin-left: 52px;
    transition: 0.3s ease;
}

.uk-open .block2-accordion-title-second {
    color: #024873;
    transition: 0.3s ease;

}


.block2 .uk-accordion-title::before {
    content: none;

}

.block2-accordion-button {
    position: absolute;
    right: 32px;
}

.block2-accordion-button > svg {
    transition: 0.3s ease;
}

.uk-open .block2-accordion-button > svg {
    transition: 0.3s ease;
    transform: rotate(45deg);
}

.block2-accordion-button > svg > circle {
    transition: 0.3s ease;

}

.block2-accordion-button > svg > path {
    transition: 0.3s ease;
}

.uk-open .block2-accordion-button > svg > circle {
    stroke: #024873;
    transition: 0.3s ease;
}

.uk-open .block2-accordion-button > svg > path {
    stroke: #024873;
    transition: 0.3s ease;
}


.block2-main {
    display: flex;
}

.block2 .uk-accordion-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.block2-accordion-image {
    width: 50%;
}

.block2-accordion-text {
    color: #202A2C;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 145.523%; /* 29.105px */
    max-width: 649px;
}

.block3 {
    display: flex;
    width: 100%;
    padding: 0 80px 90px 80px;

}

.block3-container {
    display: flex;
    width: 100%;
    border-radius: 20px;
    background: #D8D6DB;
    padding: 34px 62px 76px 62px;
    flex-direction: column;
    position: relative;

}

.block3-text {
    display: flex;
    flex-direction: column;
}

.block3-text-title {
    color: #03658C;
    font-size: 52px;
    font-style: normal;
    font-weight: 800;
    line-height: 136%; /* 70.72px */
    text-transform: uppercase;
}

.block3-text-text {
    color: #202A2C;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 145.523%;
    max-width: 895px;
}

.block3-text-text:first-child {
    margin-top: 16px;
}

.block3-text-text:last-child {
    margin-top: 35px;
}


.block3-list {
    margin-top: 35px;
    list-style: none;
    padding: 0;
    counter-reset: custom-counter;
    max-width: 895px
}

.block3-list li {
    margin: 10px 0;
    position: relative;
    color: #202A2C;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 145.523%; /* 29.105px */
}

.block3-list li:before {
    content: counter(custom-counter);
    counter-increment: custom-counter;
    color: #03658C;
    font-size: 16px;
    background-color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    margin-right: 5px;
}

.block3-image {
    position: absolute;
    top: 140px;
    right: 90px;
    width: 425px;
}

.block3-image > img {
    display: flex;
    width: 100%;
    height: 100%;
}

.block11 {
    display: flex;
    width: 100%;
    padding: 0 80px 90px 80px;
    background-image: url(../images/block11_background.png);
}

.block11-container {
    display: flex;
    width: 100%;
    flex-direction: column;
    position: relative;
}

.block11-title {
    margin-top: 90px;
    color: #03658C;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 136%; /* 65.28px */
    text-transform: uppercase;
}

.block11-top {
    display: flex;
    margin-top: 80px;
    padding: 0 125px;
}

.block11-bottom {
    display: flex;
    margin-top: 80px;
    padding: 0 277px;
}

.block11-card {
    position: relative;
    color: #202A2C;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 145.523%;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.50);
    display: flex;
    padding: 60px;
    align-items: flex-start;
    gap: 10px;

}

.block11-card-number1 {
    position: absolute;
    left: -49px;
    top: -41px;
    color: #03658C;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 136%; /* 65.28px */
    text-transform: uppercase;
    border-radius: 10px;
    background: linear-gradient(292deg, #9AD8E0 -7.37%, #EFFDFF 116.58%), #FFF;
    box-shadow: 0.08174px 3.80537px 8.38281px 0px rgba(32, 42, 44, 0.09), 0.37366px 17.39599px 23.5625px 0px rgba(32, 42, 44, 0.14), 0.94583px 44.03359px 63.21094px 0px rgba(32, 42, 44, 0.20), 1.8683px 86.97993px 145px 0px rgba(32, 42, 44, 0.29);
    display: flex;
    width: 100px;
    height: 100px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.block11-top .block11-card:nth-of-type(1) {
    max-width: 532px;
}

.block11-card-number2 {
    color: #03658C;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 136%; /* 65.28px */
    text-transform: uppercase;
    border-radius: 10px;
    background: linear-gradient(292deg, #9AE0A5 -7.37%, #EFFDFF 116.58%), #FFF;
    box-shadow: 0.08174px 3.80537px 8.38281px 0px rgba(32, 42, 44, 0.09), 0.37366px 17.39599px 23.5625px 0px rgba(32, 42, 44, 0.14), 0.94583px 44.03359px 63.21094px 0px rgba(32, 42, 44, 0.20), 1.8683px 86.97993px 145px 0px rgba(32, 42, 44, 0.29);
    display: flex;
    width: 100px;
    height: 100px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.block11-top .block11-card:nth-of-type(2) {
    max-width: 860px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-left: 100px;
}

.block11-bottom .block11-card:nth-of-type(1) {
    max-width: 532px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.block11-card-number3 {
    position: absolute;
    left: -49px;
    top: -41px;
    color: #03658C;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 136%; /* 65.28px */
    text-transform: uppercase;
    border-radius: 10px;
    background: linear-gradient(292deg, #9AB6E0 -7.37%, #EFFDFF 116.58%), #FFF;
    box-shadow: 0.08174px 3.80537px 8.38281px 0px rgba(32, 42, 44, 0.09), 0.37366px 17.39599px 23.5625px 0px rgba(32, 42, 44, 0.14), 0.94583px 44.03359px 63.21094px 0px rgba(32, 42, 44, 0.20), 1.8683px 86.97993px 145px 0px rgba(32, 42, 44, 0.29);
    display: flex;
    width: 100px;
    height: 100px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.block11-bottom .block11-card:nth-of-type(2) {
    max-width: 556px;
    margin-left: 100px;
}

.block11-card-number4 {
    color: #03658C;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 136%; /* 65.28px */
    text-transform: uppercase;
    border-radius: 10px;
    background: linear-gradient(292deg, #DFE09A -7.37%, #FBFFEF 116.58%), #FFF;
    box-shadow: 0.08174px 3.80537px 8.38281px 0px rgba(32, 42, 44, 0.09), 0.37366px 17.39599px 23.5625px 0px rgba(32, 42, 44, 0.14), 0.94583px 44.03359px 63.21094px 0px rgba(32, 42, 44, 0.20), 1.8683px 86.97993px 145px 0px rgba(32, 42, 44, 0.29);
    display: flex;
    width: 100px;
    height: 100px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.block11-card-text {
    width: 87%;
}

.block-4-12 {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    z-index: 100;

}

.block-4-12::before {
    content: "";
    background-image: url("../images/block4_12_background.png");
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 346px;
}

.block4 {
    display: flex;
    width: 100%;
    margin-top: 90px;
    padding-bottom: 90px;
}

.block4-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 0 80px;
}

.block4-title {
    color: #03658C;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 136%; /* 65.28px */
    text-transform: uppercase;
}

.block4 img {
    height: 375px;
    border-radius: 15px;
    box-shadow: 0px 8.14815px 6.51852px 0px rgba(32, 42, 44, 0.03), 0px 38.51852px 25.48148px 0px rgba(32, 42, 44, 0.04), 0px 100px 80px 0px rgba(32, 42, 44, 0.07);
}

.block4-slider {
    margin-top: 30px;
}

.block4-nav-prev {
    left: 20px !important;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.70);
    padding: 20px 20px;
}

.block4-nav-next {
    right: 20px !important;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.70);
    padding: 20px 20px;
}

.slider-example-relative-size {
    --default-handle-color: #024873;
    --default-handle-width: clamp(40px, 10vw, 200px);
    --divider-width: 2px;
    --divider-color: #024873;
}

.block12 {
    display: flex;
    width: 100%;
    padding: 0 80px;
}

.block12-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 62px;
    border-radius: 20px;
    background: linear-gradient(89deg, #74D2E1 2.13%, #77B5BF 80.27%);
    position: relative;
    padding-bottom: 125px;
    overflow: hidden;
}

.block12-absolute {
    position: absolute;
    right: 0;
}

.block12-text-title {
    margin-top: 130px;
    color: #FFF;
    font-size: 52px;
    font-style: normal;
    font-weight: 800;
    line-height: 136%; /* 70.72px */
    text-transform: uppercase;
    z-index: 10;
    max-width: 995px;
}

.block12-text-title h2 {
    color: #FFFFFF;
}

.block12-form {
    margin-top: 45px;
    display: flex;
    flex-direction: column;
}

.block12-phone-form {
    display: flex;
}

.block12-phone-form > input {
    display: flex;
    width: 262.5px;
    height: 59px;
    padding: 20.5px 21px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: #FFF;
    border: none;
    outline: none;
    color: #757575;
    font-size: 15.375px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.block12-phone-form > input::-webkit-input-placeholder {
    color: #757575;
    font-size: 15.375px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.block12-phone-form > input::-moz-placeholder {
    color: #757575;
    font-size: 15.375px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.block12-phone-form > input:-ms-input-placeholder {
    color: #757575;
    font-size: 15.375px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.block12-phone-form > input::-ms-input-placeholder {
    color: #757575;
    font-size: 15.375px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.block12-phone-form > input::placeholder {
    color: #757575;
    font-size: 15.375px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.block12-phone-form > button {
    margin-left: 20px;
    display: flex;
    gap: 10px;
    width: 287px;
    height: 59px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    transition: 0.3s ease;
    border-radius: 50px;
    background: #FFF985;
    color: #142D37;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: 2px solid #FFF985;
}

.block12-phone-form > button:hover {
    background: #FFF;
    transition: 0.3s ease;
    color: #024873;
    border: 2px solid #024873;
}

.block12-checkbox-form {
    margin-top: 21px;
    display: flex;
    align-items: center;
}

.block12-checkbox-form > div {
    color: #024873;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 22.72px; /* 151.467% */
}

.block13 {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.block13-container {
    padding: 80px;
    display: flex;
    flex-direction: column;
}

.block13-flex {
    display: flex;
    margin-top: 30px;
}

.block13-title {
    color: #03658C;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 136%; /* 65.28px */
    text-transform: uppercase;
}

.block13-left {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.block13-right {
    display: flex;
    flex-direction: column;
    width: 50%;
    margin-top: 100px;
}

.block13-card {
    display: flex;
    padding: 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    border-radius: 15px;
    box-shadow: 0px 8.14815px 6.51852px 0px rgba(32, 42, 44, 0.03), 0px 38.51852px 25.48148px 0px rgba(32, 42, 44, 0.04), 0px 100px 80px 0px rgba(32, 42, 44, 0.07);
    max-width: 851px;
}

.bloc13-card-top {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.block13-card-title {
    color: #202A2C;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 28.4px; /* 101.429% */
    text-transform: uppercase;
    max-width: 405px;
}

.block13-right .block13-card:last-child .block13-card-title {
max-width: 415px;
}
.block13-card-number {
    display: flex;
    width: 58px;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #03658C;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 136%; /* 32.64px */
    text-transform: uppercase;
    border-radius: 10px;
    background: #FFF;
}

.block13-card-text {
    margin-top: 30px;
    color: #202A2C;;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 22.72px;
}

.block13-left .block13-card:nth-of-type(1) {
    background: linear-gradient(292deg, #9AD8E0 -7.37%, #EFFDFF 116.58%), #FFF;

}

.block13-left .block13-card:nth-of-type(2) {
    background: linear-gradient(292deg, #9AB6E0 -7.37%, #EFFDFF 116.58%), #FFF;
    margin-top: 11px;
}

.block13-right .block13-card:nth-of-type(1) {
    background: linear-gradient(292deg, #9AE0A5 -7.37%, #EFFDFF 116.58%), #FFF;
}

.block13-right .block13-card:nth-of-type(2) {
    background: linear-gradient(292deg, #DFE09A -7.37%, #FBFFEF 116.58%), #FFF;
    margin-top: 11px;
}

.block-5-2 {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    z-index: 100;

}

.block-5-2::before {
    content: "";
    background-image: url("../images/block5_2_background.png");
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: -570px;
}

.block-5-2 .block2::before {
    content: none;
}


.block5 {
    display: flex;
    width: 100%;
    overflow: hidden;
}

.block5-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 90px;
}

.block5-slider-title {
    color: #03658C;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 136%; /* 65.28px */
    text-transform: uppercase;
}

.block5-slider {
    display: flex;
    flex-direction: column;
}

.block5-slider-body {
    margin-top: 95px;
}

.block5-card {
    display: flex;
    height: 619px;
    border-radius: 20px;
    background: linear-gradient(297deg, #91B5BA -63.13%, #EFFDFF 115.77%);
    padding: 60px 128px;
    position: relative;

}

.block5-card::after {
    content: "";
    background-image: url("../images/block5_after.png");
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    bottom: -196px;
}

.block5-card-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
}

.block5-card-right {
    display: flex;
    flex-direction: column;
    width: 50%;
    justify-content: center;
    align-items: center;
    border-left: 3px solid #FFFFFF;
 
}

.block5-card-left > .uk-card-media-top {
    border-radius: 50%;
    overflow: hidden;
}

.block5-card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 21px;
}

.block5-card-body-top {
    color: #03658C;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 136%; /* 48.96px */
    letter-spacing: -2.16px;
    text-transform: uppercase;
}

.block5-card-body-middle {
    color: #202A2C;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 120.5%; /* 43.38px */
    text-transform: capitalize;
}

.block5-card-text {
    color: #202A2C;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 27.72px;
    padding-left: 33px;
    max-width: 713px;
    overflow-y: auto;
}


.block5-nav-prev {
    left: 20px !important;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.70);
    padding: 20px 20px;
}

.block5-nav-next {
    right: 20px !important;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.70);
    padding: 20px 20px;
}


.block2-accordion-text2 {
    max-width: 1431px;
    margin-top: 43px;
    margin-bottom: 50px;
    color: #202A2C;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 145.523%;
}

.block6-content {
    display: flex;
}

.block6-toggle-container {
    position: relative;
}

.block6-toggle-button {
    position: absolute;
    display: flex;
    width: 350px;
    height: 53px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: #024873;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);

}

.block6-toggle-button > span {
    white-space: nowrap;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}


.block7 {
    background-image: url("../images/block7_background.png");
    height: 911px;
    display: flex;
    width: 100%;
}

.block7-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 123px;
    justify-content: center;
    align-items: center;
}

.block7-decor {
    background-image: url("../images/block7_before.png");
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    position: relative;
    width: 472px;
    height: 600px;
    z-index: 1;
}

.block7-card {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 803px;
    padding: 40px;
    align-items: flex-start;
    gap: 50px;
    border-radius: 15px;
    background: linear-gradient(293deg, #9AD8E0 -0.84%, #EFFDFF 157.38%);
    box-shadow: 0px 8.14815px 6.51852px 0px rgba(32, 42, 44, 0.03), 0px 38.51852px 25.48148px 0px rgba(32, 42, 44, 0.04), 0px 100px 80px 0px rgba(32, 42, 44, 0.07);
    z-index: 10;
}


.block7-card-title {
    color: #202A2C;
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 113.5%; /* 54.48px */
    text-transform: uppercase;
}

.block7-form {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
}

.block7-phone-form {
    display: flex;
}

.block7-phone-form > input {
    display: flex;
    width: 373px;
    height: 59px;
    padding: 20.5px 21px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: #FFF;
    border: none;
    outline: none;
    color: #757575;
    font-size: 15.375px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.block7-phone-form > input::-webkit-input-placeholder {
    color: #757575;
    font-size: 15.375px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

}

.block7-phone-form > input::-moz-placeholder {
    color: #757575;
    font-size: 15.375px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

}

.block7-phone-form > input:-ms-input-placeholder {
    color: #757575;
    font-size: 15.375px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

}

.block7-phone-form > input::-ms-input-placeholder {
    color: #757575;
    font-size: 15.375px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

}

.block7-phone-form > input::placeholder {
    color: #757575;
    font-size: 15.375px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

}

.block7-phone-form > button {
    margin-left: 15px;
    display: flex;
    gap: 10px;
    width: 247px;
    height: 59px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    transition: 0.3s ease;
    border-radius: 50px;
    border: 2px solid #FFF985;
    background: #FFF985;
    color: #142D37;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.block7-phone-form > button:hover {
    background: #FFF;
    transition: 0.3s ease;
    color: #024873;
    border: 2px solid #024873;
}

.block7-checkbox-form {
    margin-top: 21px;
    display: flex;
    align-items: center;
}

.block7-checkbox-form > div {
    color: #024873;

    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 22.72px;

}


.block8 {
    display: flex;
    width: 100%;
    padding-bottom: 130px;
}

.block8-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 123px;
    margin-top: 135px;
}

.block8-top {
    display: flex;
}

.block8-text {
    width: 50%;
}

.block8-image {
    width: 50%;
    margin-left: 80px;
    background-image: url("../images/block8_image1.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 533px;
    border-radius: 9px;
    overflow: hidden;
}

.block8-text-title {
    font-size: 66px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
    background: linear-gradient(108deg, #3BA0C4 27.43%, #00A99D 65.8%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.block8-text-subtitle {
    background: linear-gradient(108deg, #3BA0C4 27.43%, #00A99D 65.8%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 66px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
}

.block8-text-text {
    margin-top: 102px;
    color: #000;
    text-align: justify;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.7;
}

.block8-bottom {
    display: flex;
    margin-top: 170px;
}

.block8-image2 {
    width: 50%;
    margin-right: 80px;
    background-image: url("../images/block8_image2.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 533px;
    border-radius: 9px;
    overflow: hidden;
}

.block9 {
    background: linear-gradient(297deg, #91B5BA -63.13%, #EFFDFF 115.77%), linear-gradient(266deg, #FFF 33.8%, #EFEFEF 82.78%);
    display: flex;
    width: 100%;
    display: flex;
    padding: 120px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;


}

.block9-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 80px;
}


.block9-slider-title {
    color: #03658C;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 136%; /* 65.28px */
    text-transform: uppercase;
}

.block9-slider {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}


.block9-card-title {
    color: #03658C;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 136%; /* 32.64px */
    letter-spacing: -1.44px;
    text-transform: uppercase;
}


.block9-card-body {
    display: flex;
    flex-direction: column;
    width: 500px;
    padding: 20px;
    align-items: flex-start;
    border-radius: 15px;
    background: #FFF;
}


.block9-card-text {
    margin-top: 25px;
    color: #202A2C;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 145.523%;
    align-self: stretch;
}

.block9-nav-prev {
    left: -100px;

    border-radius: 20px;
    background: rgba(255, 255, 255, 0.70);
    padding: 20px 20px;
}

.block9-nav-next {
    right: -100px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.70);
    padding: 20px 20px;
}

.block9-padding {
    width: 1570px;
    overflow: hidden;
}

.block10 {
    position: relative;
    display: flex;
    width: 100%;
}

.block7-9-10 {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    z-index: 100;
}

.block7-9-10::before {
    content: "";
    background-image: url("../images/block10_absolute.png");
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 50%;
    z-index: -1;
    top: 510px;
}

.block10-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 80px;
    margin-top: 132px;
}

.block10-slider-title {
    color: #03658C;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 136%; /* 65.28px */
    text-transform: uppercase;
}


.block10-slider {
    display: flex;
    flex-direction: column;
}

.block10-slider-body {
    margin-top: 27px;
}

.block10-card-body {
    display: flex;
    flex-direction: column;
    margin-top: 21px;
}

.block10-card-title {
    color: #38383A;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 136%; /* 32.64px */
    letter-spacing: -1.44px;
    border-radius: 15px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.60);
    display: flex;
    padding: 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: 13px;
    align-self: stretch;
}

.block10-padding {
    max-width: 1500px;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.block10-bottom {
    margin-top: 190px;
    display: flex;
}

.block10-bottom-right {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    margin-left: 77px;
}

.block10-phone {
    color: #0071BC;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.7;
    transition: 0.3s ease;
}

.block10-phone:hover {
    text-decoration: none;
    color: #00A99D;
    transition: 0.3s ease
}

.block10-text {
    margin-top: 10px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.block10-email {
    margin-top: 10px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: 0.3s ease;
    opacity: 0.7;
}

.block10-email:hover {
    text-decoration: none;
    color: #00A99D;
    transition: 0.3s ease

}

.block10-padding img {
    border-radius: 15px;
    width: 100%;
}

.block10-nav-next {
    right: -117px;
}

.block10-nav-prev {
    left: -117px;
}

#routeButton {
    margin-top: 47px;
    color: #00A99D;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 9px;
    border: 2px solid #00A99D;
    display: flex;
    width: 180px;
    height: 39px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    transition: 0.3s ease;
}

#routeButton:hover {
    color: white;
    background: linear-gradient(108deg, #3BA0C4 27.43%, #00A99D 65.8%);
    transition: 0.3s ease;
}

.block14 {
    display: flex;
    position: relative;
    width: 100%;
}

.block14 img {
    display: flex;
    height: 184px;
    width: 126px;
}

.block14-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 80px;
}

.block14-title {
    color: #03658C;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 136%; /* 65.28px */
    text-transform: uppercase;
}


.block14-slider {
    padding: 30px 0;
    display: flex;
    justify-content: center;
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 8.14815px 6.51852px 0px rgba(32, 42, 44, 0.03), 0px 38.51852px 25.48148px 0px rgba(32, 42, 44, 0.04), 0px 100px 80px 0px rgba(32, 42, 44, 0.07);
}

.block14-padding {
    width: 1500px;
    overflow: hidden;
}

.block14-nav-next {
    right: 7px;
}

.block15 {
    background-image: url("../images/block15_bacground.png");
    height: 783px;
    display: flex;
    width: 100%;
}

.block14-nav-prev {
    left: 7px;
}

.footer {
    position: absolute;
    display: inline-flex;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    width: 90%;
    bottom: 31px;
    border-radius: 15px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.90);
}

.footer-top {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.footer-top-left {
    display: flex;
}

.footer-logo {
    display: flex;
  
}

.footer-contacts {
    display: flex;
    flex-direction: column;
    margin-left: 21px;
}

.footer-contacts-address {
    color: #03658C;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 136%;
    margin-top: 25px;
}

.footer-contacts-address > span {
    color: #03658C;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 136%; /* 24.48px */
}

.footer-contacts-contacts {
    display: flex;
    flex-direction: column;
    margin-top: 23px;
}

.footer-email {
    display: flex;
    align-items: center;
}

.footer-email > a {
    margin-left: 9px;
    color: #202A2C;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 136%; /* 21.76px */
    letter-spacing: -0.96px;
    transition: 0.3s ease;
    text-decoration: none;
}

.footer-email > a:hover {
    color: #03658C;
    transition: 0.3s ease;
    text-decoration: none;
}

.footer-phone {
    margin-top: 17px;
    display: flex;
    align-items: center;
}

.footer-phone > a {
    margin-left: 9px;
    color: #202A2C;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 136%; /* 21.76px */
    letter-spacing: -0.96px;
    transition: 0.3s ease;
    text-decoration: none;
}

.footer-phone > a:hover {
    color: #03658C;
    transition: 0.3s ease;
    text-decoration: none;
}

.footer-top-middle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer-menu a {
    color: #202A2C;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 145.523%; /* 23.284px */
    transition: 0.3s ease;
}

.footer-menu a:hover {
    color: #03658C;
    transition: 0.3s ease;
    text-decoration: none;
}

.footer-menu:last-child {
    margin: 0 100px;
}


.footer-top-right {
    display: flex;

}

.footer-social a:not(:last-child) {
    margin-right: 10px;
}

.footer-social a svg path {
    transition: 0.3s;
}

.footer-social a:hover {
    text-decoration: none;
}

.footer-social a:hover svg path {
    transition: 0.3s;
    fill: #202A2C;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    margin-top: 20px;
}

.footer-bottom-left {
    color: #202A2C;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 145.523%; /* 20.373px */
}

.footer-bottom-middle {
    color: #202A2C;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 145.523%; /* 20.373px */
}

.footer-bottom-right > a {
    color: #202A2C;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 145.523%; /* 17.463px */
    transition: 0.3s ease;
}

.footer-bottom-right > a:hover {
    color: #03658C;
    text-decoration: none;

    transition: 0.3s ease;
}

.uk-modal-dialog.uk-modal-body {
    border-radius: 10px;
}

.modal-title {
    color: #202A2C;
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 113.5%; /* 54.48px */
    text-transform: uppercase;
}

.uk-modal-body .block1-phone-form {
    margin-top: 50px;
}

.uk-modal-close-default.uk-icon.uk-close > svg > line {
    stroke: #FFFFFF !important;
}

.uk-modal-dialog.uk-modal-body {
    border-radius: 15px;
    background: linear-gradient(293deg, #9AD8E0 -0.84%, #EFFDFF 157.38%);
    box-shadow: 0px 8.14815px 6.51852px 0px rgba(32, 42, 44, 0.03), 0px 38.51852px 25.48148px 0px rgba(32, 42, 44, 0.04), 0px 100px 80px 0px rgba(32, 42, 44, 0.07);
}

.header-mobile {
    display: none;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    background-color: #9AD8E0 !important;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:focus {
    box-shadow: 0 0 0 3px rgba(169, 236, 245,.5) !important;
}
.header-mobile-phone {
    margin-top: 20px;
}

.header-mobile-phone svg path {
    fill: rgba(255, 255, 255, 0.7);
    stroke: rgba(255, 255, 255, 0.7);;
}

.btn-4 {
    position: relative;
    overflow: hidden;
    border: none;
    padding: 10px;
    border-radius: 50px;
    background: #FFF985;
    color: #142D37;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.btn-4::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(-45deg, transparent, rgba(255, 255, 255, 0.5), transparent);
    -webkit-animation: shimmer 2.5s linear infinite;
            animation: shimmer 2.5s linear infinite;
}

.fixed-socials {
    position: fixed;
    bottom: 60px;
    right: 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 60px;
    height: 140px;
    z-index: 1000;
}

.fixed-socials a svg {
    width: 60px;
    height: 60px;

    border-radius: 50%;
}


.fixed-socials a {
transition: 0.3s ease;
}

.fixed-socials a:hover {
    transition: 0.3s ease;
    filter: grayscale(1);
}

@-webkit-keyframes shimmer {
    100% {
        left: 100%;
    }
}

@keyframes shimmer {
    100% {
        left: 100%;
    }
}

@media (max-width: 1540px) {
    .header-pc {
        padding: 0px 30px 0 30px;
    }

    .header-logo > img {
        width: 75px;
        height: 80px;
    }

    .header-menu-list-item:not(:last-child) {
        margin-right: 0px;
    }

    .header-menu-list-item > a {
        font-size: 18px;
    }

    .header-menu-list-item {
        padding: 30px 15px;
    }

    .header-logo-menu {
        width: 64%;
    }

    .header-modal-button {
        font-size: 18px;
    }

    .header-phone-modal {
        width: 36%;
    }

    .header-phone > a > span {
        font-size: 20px;
    }

    .header-phone {
        padding: 26px 15px;
    }

    .header-phone > a {
        font-size: 20px;
    }

    .header-menu-list-item {
        transition: 0.3s ease;
    }

    .block1 {
        padding-left: 30px;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        background-size: cover;
        padding-bottom: 30px;
        background-position: left;
    }


    .block1-text-subtle {
        font-size: 56px;
    }

    .block2 {
        width: 100%;
    }

    .block2-main {
        width: 100%;
    }

    .block2 ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .block2 li {
        width: 100%;
    }

    .block2-container {
        padding: 0 30px;
    }

    .block2 > ul > .uk-open {
        width: 100%;
    }

    .block2 .uk-accordion-title {
        width: 100%;
    }
    .block2-accordion-text2 {
        width: 100%;
    }   
    .block2-accordion-text {
        max-width: 612px;
        margin-left: 30px;
    }

    .block3 {
        padding: 0 30px 90px 30px;
    }

    .block3-image {
        top: 134px;
        right: 30px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: 430px;
    }


    .block11 {
        padding: 0 30px 90px 30px;
        background-size: cover;
    }

    .block11-top {
        padding: 0 50px;
    }

    .block11-bottom {
        padding: 0 117px;
    }

    .block5 {
        margin-top: 90px;
    }

    .block5-container {
        padding: 0 30px;
    }

    .block12 {
        padding: 0 30px;
    }

    .block12-container {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 0px 30px;
        border-radius: 20px;
        position: relative;
        padding-bottom: 35px;
    }

    .block12-text-title {
        margin-top: 42px;
    }

    .block12-absolute {
        position: absolute;
        right: 0;
        width: 47%;
    }

    .block13 {
        margin-top: 90px;
    }

    .block13-container {
        padding: 0 30px;
    }

    .block7-container {
        padding: 0 30px;
    }

    .block7 {
        height: 730px;
    }

    .block7-text-title {
        font-size: 75px;
    }

    .block7-text-subtle {
        font-size: 85px;
    }

    .block8-container {
        padding: 0 90px;
    }

    .block8-text-title {
        font-size: 56px;
    }

    .block8-text-subtitle {
        font-size: 56px;
    }

    .block8-bottom > .block8-text > .block8-text-text {
        margin-top: 66px;
    }

    .block9 {
        padding: 90px 0;
    }

    .block9-container {
        padding: 0 30px;
    }

    .block9-padding {
        width: 1100px;
        overflow: hidden;
    }

    .block9-card-body {
        width: 100%;
    }

    .block10 {
        display: flex;
        width: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom right;
    }

    .block10-container {
        padding: 0 30px;
        margin-top: 132px;
    }

    .block10-slider-title {
        font-size: 56px;
    }

    .block10-slider-title > span {
        font-size: 56px;
    }

    .block10-nav-prev {
        left: 0px;
    }

    .block10-nav-next {
        right: 0px;
    }

    .block14-container {
        padding: 0 30px;
    }

    .footer-menu:last-child {
        margin: 0 40px;
    }

}

@media (max-width: 1370px) {
    .block3-image {
        top: 215px;
        right: 7px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: 362px;
    }
}

@media (max-width: 768px) {
    body {
        overflow-x: hidden;
    }

    .header-pc {
        display: none;
    }

    .header-mobile {
        display: flex;
        position: absolute;
        top: 0;
        padding: 0 15px;
        width: 100%;
        justify-content: space-between;
        padding-top: 20px;
    }

    .header_logo {
        height: 30px;
        width: 30px;
    }
    .header-mobile > button path {
        stroke: white;
    }

    .block1 {
        height: 1326px;
        padding: 0 15px;
        background-position: 61% 96%;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .block1-text-title {
        font-size: 40px;
        margin-top: 130px;
    }

    .block1-price-container {
        flex-direction: column;
    }

    .block1-form-container {
        margin-top: 40px;
        display: flex;
        padding: 40px;
        align-items: center;
        flex-direction: column;
        gap: 0;
    }

    .block1-phone-form {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .block1-phone-form > button {
        margin-left: 0;
        margin-top: 20px;
        font-size: 18px;
    }

    .block1-checkbox-form {
        margin-left: 40px;
    }

    .block1-list-item {
        font-size: 16px;
    }

    .block2-container {
        padding: 0 15px;
    }

    .block2-title {
        font-size: 30px;
    }

    .block2 {
        background-size: cover;
        background-position: unset;
    }

    .block2 .uk-accordion-title {
        width: 100%;
    }

    .block2-accordion-button {
        display: none;
    }

    .block2-accordion-title-first {
        font-size: 16px;
        white-space: nowrap;
        padding: 37px 57px 36px 35px;
    }

    .block2-accordion-title-second {
        font-size: 16px;
        margin-left: 10px;
    }

    .uk-open .block2-accordion-title-first {
        font-size: 16px;
        padding: 37px 57px 36px 35px;
    }

    .block2 .uk-accordion-content {
        flex-direction: column;
    }

    .block2-accordion-image {
        width: 100%;
    }

    .block2-accordion-text {
        text-align: justify;
        margin-left: 0;
        font-size: 16px;
        margin-top: 10px;
    }

    .block3 {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        background-size: cover;
        padding: 0 15px 60px 15px;

    }

    .block3-container {
        padding: 0 15px;
        flex-direction: column;
        padding-bottom: 30px;
    }

    .block3-text {
        width: 100%;
    }

    .block3-text-title {
        width: 100%;
        font-size: 30px;
        margin-top: 30px;
    }

    .block3-image {
        display: none;
    }

    .block3-text-text {
        margin-top: 10px;
        font-size: 16px;
    }

    .block11 {
        padding: 0 15px 60px 15px;
        background-image: none;
        background: linear-gradient(297deg, #91B5BA -63.13%, #EFFDFF 115.77%), linear-gradient(266deg, #FFF 33.8%, #EFEFEF 82.78%);
    }

    .block11-title {
        font-size: 30px;
    }

    .block11-top {
        padding: 0 15px;
        flex-direction: column;
    }

    .block11-bottom {
        padding: 0 15px;
        flex-direction: column;
        margin-top: 60px;
    }


    .block11-top .block11-card:nth-of-type(2) {
        max-width: 860px;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        margin-left: 0;
        margin-top: 60px;
    }

    .block11-bottom .block11-card:nth-of-type(2) {
        max-width: 860px;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        margin-left: 0;
        margin-top: 60px;
    }

    .block11-card-number1 {
        left: -19px;
        top: -51px;
        width: 80px;
        height: 80px;
        font-size: 28px;
    }

    .block11-card-number2 {
        position: absolute;
        right: -19px;
        top: -51px;
        width: 80px;
        height: 80px;
        font-size: 28px;
    }

    .block11-card-number3 {
        left: -19px;
        top: -51px;
        width: 80px;
        height: 80px;
        font-size: 28px;
    }

    .block11-card-number4 {
        position: absolute;
        right: -19px;
        top: -51px;
        width: 80px;
        height: 80px;
        font-size: 28px;
    }

    .block11-card {
        font-size: 16px;
        padding: 40px;

    }

    .block11-card-text {
        font-size: 16px;
    }

    .block4 {
        overflow: hidden;
    }

    .block4-container {
        display: flex;
        padding: 0 15px;
    }

    .block4-title {
        font-size: 30px
    }

    .block4-nav-prev {
        left: 0 !important;
        border-radius: 0;
        background: none;
        padding: 0 0;
    }

    .block4-nav-prev > svg > path {
        fill: white;
    }

    .block4-nav-next > svg > path {
        fill: white;
    }

    .block4-nav-next {
        right: 0 !important;
        border-radius: 0;
        background: none;
        padding: 0 0;
    }

    .block12 {
        padding: 0 15px;
    }

    .block12-absolute {
        display: none;
    }

    .block12-text-title {
        font-size: 30px;
    }

    .block12-phone-form {
        flex-direction: column;
        align-items: center;
    }

    .block12-phone-form > button {
        margin-left: 0;
        margin-top: 20px;
        font-size: 18px;
    }

    .block12-checkbox-form {
        margin-left: 40px;
    }

    .block13-container {
        padding: 0 15px;
    }

    .block13-flex {
        flex-direction: column;
    }

    .block13-title {
        font-size: 30px;
    }

    .block13-left {
        width: 100%;
    }

    .block13-right {
        width: 100%;
        margin-top: 10px;
    }

    .block13-card-title {
        font-size: 20px;
    }

    .block13-card-text {
        font-size: 16px;
    }

    .bloc13-card-top {
        align-items: center;
    }

    .block5 {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        padding-bottom: 60px;
    }

    .block5-container {
        padding: 0 15px;
    }

    .block5-slider-title {
        font-size: 30px;
    }

    .block5-card {
        display: flex;
        flex-direction: column;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        border-radius: 20px;
        background: linear-gradient(297deg, #91B5BA -63.13%, #EFFDFF 115.77%);
        padding: 20px 20px;
        position: relative;
    }

    .block5-card-left {
        width: 100%;
    }

    .block5-card-body-top {
        font-size: 18px;
    }

    .block5-card-left .uk-card-media-top {
        width: 225px;
    }

    .block5-card-body-middle {
        color: #202A2C;
        font-size: 18px;
        text-align: center;
        text-transform: capitalize;
    }

    .block5-card-right {
        width: 100%;
        border-left: none;
        margin-top: 20px;
        padding-top: 20px;
        border-top: 2px solid white;
        z-index: 10;
        overflow-x: auto;
        max-height: 360px;
    }

    .block5-nav-prev {
        display: none;
    }

    .block5-nav-next {
        display: none;
    }

    .block5-card-text {
        font-size: 16px;
    }

    .block5-card::after {
        bottom: 0;
        background-position: bottom left;
        background-repeat: no-repeat;
    }

    .uk-card-media-top {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .block-5-2 .block2 .uk-accordion-title {
        justify-content: center;
    }

    .block2-accordion-text2 {
        font-size: 16px;
        margin-top: 10px;
    }

    .block6-content {
        display: flex;
        flex-direction: column;
    }

    .block7 {
        width: 100%;

    }

    .block7-container {
        padding: 0 15px;
    }

    .block7-decor {
        display: none;
    }

    .block7-card {
        width: 360px;
        padding: 20px;
    }

    .block7-card-title {
        font-size: 30px;
    }

    .block7-phone-form {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .block7-phone-form > input {
        width: 262.5px;
    }

    .block7-phone-form > button {
        margin-left: 0;
        margin-top: 20px;
        font-size: 18px;
        width: 262px;
    }

    .block7-checkbox-form {
        margin-left: 55px;
    }


    .block9-padding {
        width: 100%;
    }

    .block9-container {
        padding: 0 15px;
    }

    .block9-slider-title {
        font-size: 30px;
    }

    .block9 .uk-slider-container-offset.uk-slider.uk-slider-container {
        display: unset !important;
        justify-content: unset !important;
    }

    .block9-card-body {
        width: 100%;
    }

    .block9-nav-prev {
        display: none;
    }

    .block9-nav-next {
        display: none;
    }

    .block10 {
        overflow: hidden;
    }

    .block10-card-title {
        font-size: 16px;
    }

    .block10-container {
        padding: 0 15px;
        margin-top: 60px;
    }

    .block10-slider-title {
        font-size: 30px;
    }

    .block10 .uk-slider-container-offset.uk-slider.uk-slider-container {
        display: unset !important;
        justify-content: unset !important;
    }
    .block6-toggle-button {
        width: 300px;
        bottom: -27px;

    }

    .block6-toggle-button > span {
        font-size: 16px ;
    }
    .block10-padding {
        display: unset;
        max-width: 390px;
    }
    .block10-nav-prev {
        display: none;
    }
    .block10-nav-next {
        display: none;
    }
    .block14-title {
        font-size: 30px;
    }

    .block14-container {
        padding: 0 15px;
    }
    .block14-padding {
        width: 360px;
    }

    .block14-nav-prev {
        display: none;
    }
    .block14-nav-next {
        display: none;
    }
    .block14 .uk-panel {
        margin-left: 95px;
    }

    .block14 img {
            display: flex;
            height: 234px;
            width: 166px;
    }
    .footer {

    }
    .footer-top {
        flex-direction: column;
    }
    .footer-top-left {
     flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .footer-contacts {
        margin-left: 0;
    }
    .footer-contacts-address {
        text-align: center;
        margin-top: 23px;
    }

    .footer-top-right {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 23px;
    }

    .footer-contacts-contacts {
        display: flex;
        flex-direction: column;
        margin-top: 23px;
        justify-content: center;
        align-items: center;
    }
    .footer-menu:last-child {
        margin: 0;
    }

    .footer-bottom {
        margin-top: 23px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .footer-bottom-left {
        text-align: center;
    }
    .footer-bottom-middle {
        margin-top: 23px;
    }

    .footer-top-middle {
        margin-top: 40px;
    }


    #modal-close-default2 >
    .uk-modal-dialog.uk-modal-body {
        display: flex;
        flex-direction: column;
        justify-content: unset;
        align-items: unset;
        height: 100%;
    }

    .header-mobile-title {
        font-size: 40px;
        font-weight: 600;
        text-align: center;
        text-transform: uppercase;
        color: white;
    }

    .header-menu-list-mobile {
        display: flex;
        flex-direction: column;
    }

    .header-menu-list-item-mobile {
        margin-top: 30px;
    }

    .header-menu-list-item-mobile > a {
        font-size: 22px;
        font-weight: 600;
        color: white;
        text-decoration: none;
    }


    .header-mobile-subtitle {
        font-size: 30px;
        text-align: center;
        font-weight: 600;
        color: white;
        text-transform: uppercase;
        margin-top: 250px;
    }

    .header-phone-mobile {
        margin-top: 30px;
    }

    .header-phone-mobile > a {
        font-size: 35px;
        font-weight: 600;
        color: white;
    }

    .block12-phone-form > button {
        width: 262px;
    }

    .block1-phone-form > button {
        width: 262px;
    }


    .block4 img {
        height:unset;
        object-fit: contain;
        border-radius: 15px;
        box-shadow: 0px 8.14815px 6.51852px 0px rgba(32, 42, 44, 0.03), 0px 38.51852px 25.48148px 0px rgba(32, 42, 44, 0.04), 0px 100px 80px 0px rgba(32, 42, 44, 0.07);
    }

    .fixed-socials {
        position: fixed;
        bottom: 30px;
        right: 10px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 60px;
        height: 130px;
    }
    .fixed-socials a svg {
        width: 60px;
        height: 60px;
        background-color: white;
        border-radius: 50%;
    }
    
    .fixed-socials a:hover {
        transition: 0.3s ease;
        filter: unset;
    }
}
