@font-face {
    font-family: "Helvetica Neue";
    src: url(../fonts/HelveticaNeue-Medium.woff2) format("woff2"), url(../fonts/HelveticaNeue-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Inter Medium";
    src: url(../fonts/Inter-Medium.woff2) format("woff2"), url(../fonts/Inter-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Inter Regular";
    src: url(../fonts/Inter-Regular.woff2) format("woff2"), url(../fonts/Inter-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Lato Extra Bold";
    src: url(../fonts/Lato-ExtraBold.woff2) format("woff2"), url(../fonts/Lato-ExtraBold.woff) format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Lato Bold";
    src: url(../fonts/Lato-Bold.woff2) format("woff2"), url(../fonts/Lato-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Lato Semi Bold";
    src: url(../fonts/Lato-SemiBold.woff2) format("woff2"), url(../fonts/Lato-SemiBold.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Lato Medium";
    src: url(../fonts/Lato-Medium.woff2) format("woff2"), url(../fonts/Lato-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Lato Regular";
    src: url(../fonts/Lato-Regular.woff2) format("woff2"), url(../fonts/Lato-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
* {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}
abbr[title] {
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
img {
    border-style: none;
    max-width: 100%;
    height: auto;
}
button,
input,
select,
textarea {
    font: inherit;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
.wrapper {
    display: flex;
    width: 100%;
    overflow-x: hidden;
    padding: 60px 0;
}
.ycont {
    width: 100%;
    max-width: 1300px;
    padding: 0 30px;
    margin: 0 auto;
    box-sizing: border-box;
}
.ycont2 {
    width: 100%;
    max-width: 1300px;
    padding: 0 30px;
    margin: 0 auto;
    box-sizing: border-box;
}
.d-flex {
    display: flex;
    flex-wrap: wrap;
}
.text-center {
    text-align: center;
}
.content-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.indents-tb {
    padding: 60px 0;
}
.ml-auto {
    margin-left: auto;
}
.mr-auto {
    margin-right: auto;
}
@media screen and (max-width: 870px) {
    .indents-tb {
        padding: 0;
    }
}
@media screen and (max-width: 768px) {
    .ycont {
        padding: 0 12px;
    }
    .ycont2 {
        padding: 0 12px;
    }
}
.button {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: #0a1a33;
    color: #fefefe;
    font-family: "Inter Medium", sans-serif;
    font-size: 16px;
    padding: 15px 24px;
    border: none;
    line-height: 1;
    letter-spacing: 0.16px;
    height: 50px;
    cursor: pointer;
}
.button span {
    font-family: "Inter Medium", sans-serif;
    font-size: 16px;
    color: #fefefe;
    margin-right: 10px;
    line-height: 1;
}
.button path {
    fill: #fefefe;
}
.button:hover {
    background: #030c1a;
    box-shadow: 0 4px 8px 0 rgba(15, 65, 109, 0.3);
}
.button__link {
    background: 0 0;
    border: 1px solid #fefefe;
}
.button__link:hover {
    background: #fefefe;
    color: #030c1a;
    box-shadow: none;
}
.button__link:hover span {
    color: #030c1a;
}
.button__link:hover path {
    fill: #030c1a;
}
.button__white {
    background: #fefefe;
    color: #0a1a33;
}
.button__white span {
    color: #0a1a33;
}
.button__white path {
    fill: #0a1a33;
}
.button__white:hover {
    color: #030c1a;
    background: #fefefe;
}
.button__white:hover span {
    color: #030c1a;
}
.button__white:hover path {
    fill: #030c1a;
}
.button__go {
    border: 1px solid #0a1a33;
    border-radius: 5px;
    background: 0 0;
    color: #0a1a33;
}
.button__go span {
    color: #0a1a33;
}
.button__go path {
    fill: #0a1a33;
}
.button__go:hover {
    background: #030c1a;
    border-color: #030c1a;
    color: #fefefe;
    box-shadow: 0 4px 8px 0 rgba(15, 65, 109, 0.3);
}
.button__go:hover span {
    color: #fefefe;
}
.button__go:hover path {
    fill: #fefefe;
}
.button__go:active {
    box-shadow: 0 2px 6px 0 rgba(15, 65, 109, 0.3) inset;
}
.lang__select {
    position: absolute;
    top: 2px;
    left: 12px;
    display: flex;
    flex-direction: column;
    padding: 5px;
    border-radius: 5px;
    box-sizing: border-box;
    max-height: 40px;
    transition: all ease-in-out 0.23s;
}
.lang__select-row {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.lang__select_hide {
    opacity: 0;
    visibility: hidden;
    margin-top: 10px;
    transform: translateY(-30px);
}
.lang__select.active {
    max-height: 70px;
}
.lang__select.active .lang__select_hide {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.lang__select.active .lang__select_hide span {
    color: rgba(254, 254, 254, 0.7);
}
.lang__select.active .lang__select-arrow {
    transform: rotate(180deg);
}
.lang__select.active .lang__select-arrow path {
    stroke: rgba(254, 254, 254, 0.7);
}
.lang__select.active span {
    color: rgba(254, 254, 254, 0.7);
}
.lang__select-item {
    transition: all ease-in-out 0.23s;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.lang__select-item span {
    font-family: "Lato Regular", sans-serif;
    font-size: 18px;
    color: rgba(254, 254, 254, 0.7);
    margin-left: 6px;
}
.lang__select_active {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
}
.lang__select-arrow {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 4px;
}
.lang__wrapper {
    position: relative;
    width: 90px;
    display: flex;
    align-items: flex-start;
    height: 40px;
}
.lang__select-arrow path {
    stroke: #fefefe;
}
.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 2px;
    z-index: -991;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all ease-in-out 0.34s;
    max-height: 90vh;
    overflow-y: auto;
}
.modal .application__form label span {
    font-size: 16px;
}
.modal__success {
    border-radius: 10px;
    background: #fefefe;
    padding: 60px 40px;
    width: calc(100% - 32px);
    max-width: 540px;
    box-sizing: border-box;
    text-align: center;
}
.modal__success-title {
    width: 100%;
    max-width: 460px;
}
.modal__success p {
    margin: 30px auto;
    font-family: "Lato Semi Bold", sans-serif;
    font-size: 18px;
    width: 100%;
    max-width: 393px;
}
.modal__success .button {
    width: 100%;
    max-width: 280px;
    text-align: center;
    justify-content: center;
    margin: 0 auto;
}
.modal .application__policy p {
    margin: 0;
    margin-right: 40px;
}
.modal.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: all ease-in-out 0.34s;
    z-index: 999;
}
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(34, 34, 34, 0.7);
    z-index: 990;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 0.24s;
}
.modal-overlay.active {
    opacity: 1;
    visibility: visible;
    transition: all ease-in-out 0.24s;
}
.modal__gallery {
    width: 90vw;
    height: 90vh;
    max-height: 570px;
    max-width: 1240px;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    overflow: hidden;
}
.modal__gallery .application__policy p {
    max-width: 100%;
    margin-right: 0;
}
.modal__gallery .title {
    font-size: 22px;
    font-family: "Lato Semi Bold", sans-serif;
    width: 100%;
    max-width: 300px;
    margin-bottom: 20px;
}
.modal__gallery .application__descript {
    font-family: "Lato Regular", sans-serif;
    width: 100%;
    max-width: 300px;
}
.modal__gallery-container {
    display: flex;
    position: relative;
    height: 100%;
}
.modal__gallery-container .modal__form {
    padding: 40px 20px 20px;
    background: #fefefe;
    box-sizing: border-box;
    max-height: 100%;
}
.modal__form {
    min-width: 315px;
    padding: 40px 0;
    overflow-y: auto;
}
.modal__form .modal__close {
    right: 16px;
    top: 16px;
}
.modal__close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: 0 0;
    border: none;
    cursor: pointer;
}
.modal__close:hover path {
    stroke: #0a1a33;
}
.modal__whatsapp {
    display: flex;
    align-items: center;
    text-decoration: none;
    justify-content: center;
    border-radius: 5px;
    border: 1px solid #00a854;
    height: 40px;
    margin: 15px 0;
    transition: all ease-in-out 0.2s;
}
.modal__whatsapp span {
    font-size: 16px;
    font-family: "Lato Semi Bold", sans-serif;
    color: #00a854;
    margin-left: 8px;
    transition: all ease-in-out 0.2s;
}
.modal__whatsapp svg {
    width: 24px;
    transition: all ease-in-out 0.2s;
}
.modal__whatsapp:hover {
    transform: scale(1.03);
}
.modal__swiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.modal__app {
    border-radius: 2px;
    background: #fefefe;
    width: 90%;
    max-width: 500px;
    padding: 0 50px;
    box-sizing: border-box;
    max-height: 90vh;
    overflow-y: auto;
}
.modal__download {
    display: flex;
    border-radius: 2px;
    width: 90%;
    max-width: 960px;
    background: #fefefe;
}
.modal__download-link {
    color: #1e2830;
    font-size: 18px;
}
.modal__download-link a {
    color: #0a1a33;
}
.modal__download-link a:hover {
    text-decoration: none;
}
.modal__download-name {
    font-family: "Lato Medium", sans-serif;
    font-weight: 500;
}
.modal__download .application__form {
    margin-bottom: 0;
}
.modal__download .application__title {
    font-size: 28px;
    font-family: "Lato Medium", sans-serif;
    font-weight: 500;
}
.modal__download-form {
    padding: 40px 50px;
    width: 50%;
    box-sizing: border-box;
}
.modal__download-form .application__descript span {
    color: #00a854;
}
.modal__download-form .modal__download-list {
    display: none;
}
.modal__download-form .modal__form-descript {
    display: none;
}
.modal__download-right {
    width: 50%;
    background: #f8f8f8;
    padding: 40px 50px;
    box-sizing: border-box;
}
.modal__download-name {
    font-size: 28px;
}
.modal__download-size {
    font-family: "Lato Bold", sans-serif;
    color: #040414;
    margin: 10px 0;
}
.modal__download-list {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0;
}
.modal__download-item {
    width: calc(33% - 5px);
    margin: 2.5px;
    border-radius: 2px;
    overflow: hidden;
}
.modal__download-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.modal__download-descript {
    font-size: 16px;
    line-height: 1.2;
}
.mobile-block_modal {
    display: none;
}
@media screen and (max-width: 970px) {
    .modal__gallery {
        border-radius: 0;
        overflow: unset;
        width: 100vw;
        max-width: 100vw;
        max-height: 100vh;
        height: 100vh;
        padding: 16px;
    }
    .modal__gallery .mobile-block_modal {
        display: flex;
        align-items: center;
    }
    .modal__gallery .mobile-block_modal .swiper-pagination {
        color: #fefefe;
        font-size: 16px;
        text-align: left;
        padding-left: 16px;
        position: absolute;
        top: 26px;
        bottom: unset !important;
        justify-content: flex-start;
    }
    .modal__gallery .mobile-block_modal .swiper-pagination span {
        color: #fefefe;
        font-size: 16px;
    }
    .modal__gallery .mobile-block_modal .modal__close {
        display: flex;
        position: absolute;
        margin-left: auto;
        right: 0;
        top: 0;
        margin-right: 16px;
        margin-top: 16px;
        z-index: 22;
    }
    .modal__gallery .modal__close {
        display: none;
    }
    .modal__gallery .modal__form {
        display: none;
    }
    .modal__gallery .swiper-button-prev {
        left: 16px;
    }
    .modal__gallery .swiper-button-next {
        right: 16px;
    }
    .modal__swiper {
        height: 380px;
    }
    .modal__gallery-container {
        display: flex;
        align-items: center;
    }
    .modal__app {
        padding: 0;
    }
    .application__form label input {
        width: 100%;
        box-sizing: border-box;
    }
    .modal__form {
        min-width: auto;
    }
    .modal__download-right {
        display: none !important;
    }
    .modal__download-form .modal__download-list {
        display: flex;
        margin: 10px 0;
    }
    .modal__download-form .modal__form-descript {
        display: block;
        margin-top: 0;
    }
    .modal__download-item {
        max-width: 160px;
    }
    .modal__download-form {
        padding: 40px 20px;
        width: 100%;
    }
    .modal__form {
        padding: 30px 20px;
    }
    .modal__close {
        top: 5px;
        right: 5px;
    }
    .modal__close svg {
        width: 32px;
        height: 32px;
    }
    .application__title.title {
        font-size: 20px;
        font-family: "Inter Medium", sans-serif;
        font-weight: 500;
    }
    .modal__download {
        padding-bottom: 30px;
    }
}
.tabs__content {
    position: relative;
}
.tabs__block {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    pointer-events: none;
    display: none;
}
.tabs__block.active {
    opacity: 1;
    visibility: visible;
    position: relative;
    pointer-events: auto;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 50px 20px;
    display: flex;
}
.tabs__block.active .cards {
    width: 32%;
    background: #fff;
    position: relative;
    border-radius: 5px;
    box-shadow: 0px 2px 15px 0px rgba(21, 17, 54, 0.05);
}
.tabs__block.active .cards .top-info {
    position: absolute;
    top: 15px;
    left: 15px;
}
.tabs__block.active .cards .top-info p {
    background: #fff;
    color: #000;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 10px;
    margin: 0;
    margin-bottom: 15px;
    width: auto;
    justify-self: baseline;
    font-size: 14px;
}
.tabs__block.active .cards img {
    display: block;
    height: 340px;
    border-radius: 5px 5px 0 0;
}
.tabs__block.active .cards .bottom-info {
    padding: 24px 20px;
}
.tabs__block.active .cards .bottom-info h3 {
    margin-bottom: 16px;
    font-family: "Inter Medium", sans-serif;
    font-weight: 500;
    font-size: 22px;
}
.tabs__block.active .cards .bottom-info .price-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.tabs__block.active .cards .bottom-info .price-info p {
    margin: 0;
    display: flex;
    align-items: center;
    font-family: "Lato Semi Bold", sans-serif;
    font-weight: 600;
}
.tabs__block.active .cards .bottom-info .price-info p span {
    margin-right: 5px;
    font-family: "Lato Regular", sans-serif;
    font-weight: 400;
}
.tabs__block.active .cards .bottom-info .price-info p:last-child {
    font-family: "Lato Regular", sans-serif;
    font-weight: 400;
    color: #0a1a33;
    opacity: 0.7;
}
.tabs__block.active .cards .bottom-info .price-info p:last-child img {
    width: 19px;
    height: 19px;
    margin-right: 3px;
}
.tabs__block.active .cards .bottom-info .buttons {
    display: flex;
    gap: 15px;
}
.tabs__block.active .cards .bottom-info .buttons .btn_white {
    width: 172px;
    height: 48px;
    margin: 0;
    font-family: "Lato Regular", sans-serif;
    font-weight: 400;
    font-size: 16px;
    padding: 10px;
}
.tabs__block.active .cards .bottom-info .buttons a {
    width: 172px;
    height: 48px;
    margin: 0;
    font-family: "Lato Regular", sans-serif;
    font-weight: 400;
    font-size: 16px;
}
.tabs__nav {
    display: flex;
    justify-content: center;
    align-items: center;
}
.tabs__link {
    padding: 8px 20px;
    background: 0 0;
    border-radius: 90px;
    border: 1px solid #d1d0d0;
    cursor: pointer;
    font-family: "Lato Regular";
    font-size: 18px;
    margin-left: 20px;
}
.tabs__link.active {
    background: #0a1a33;
    border-color: #0a1a33;
    color: #fefefe;
}
.tabs__link:first-child {
    margin-left: 0;
}
.tabs__dropdown-menu {
    display: none;
    position: absolute;
    top: 90px;
    left: 50%;
    transform: translateX(-50%);
    flex-direction: column;
    width: 344px;
    max-width: 100%;
    background: #f5f5f7;
    padding: 30px;
}
.tabs__dropdown-menu button {
    background: 0 0;
    border: none;
    font-size: 18px;
    margin-bottom: 25px;
    color: #1e2830;
}
.tabs__dropdown-menu button:last-child {
    margin-bottom: 0;
}
.tabs__dropdown.open .tabs__dropdown-menu {
    display: flex;
}
.tabs__dropdown {
    position: relative;
    z-index: 5;
}
.tabs__dropdown-toggle {
    background: #0a1a33;
    color: #fefefe;
    padding: 15px;
    border: none;
    border-radius: 5px;
    margin: 30px auto;
    font-family: "Lato Semi Bold", sans-serif;
    font-size: 18px;
    width: 100%;
    max-width: 100%;
}
.wrapper--header {
    padding: 0 !important;
    padding-bottom: 2px;
    position: absolute;
    overflow: unset;
    transform: translateY(-100px);
    top: 100px;
    transition: transform ease-in-out 0.24s;
    z-index: 2;
    height: 80px;
    display: flex;
    align-items: center;
    background: rgba(34, 34, 34, 0.05);
    backdrop-filter: blur(15px);
}
.wrapper--header.active {
    position: fixed;
    top: 0;
    left: 0;
    transform: translateY(0);
    z-index: 98;
    background: #fefefe;
}
.wrapper--header.active .header__link path {
    fill: #0a1a33;
}
.wrapper--header.active .button__link {
    border-color: #0a1a33;
    color: #0a1a33;
}
.wrapper--header.active .button__link:hover {
    background: #0a1a33;
    color: #fefefe;
}
.wrapper--header.active .lang__select-item span {
    color: #0a1a33;
}
.wrapper--header.active .lang__select-arrow path {
    stroke: #0a1a33;
}
.wrapper--header .button__link {
    height: 40px;
}
.logo {
    display: flex;
    align-items: center;
}
.header__row {
    display: flex;
    align-items: center;
}
.header__right {
    display: flex;
    align-items: center;
    margin-left: auto;
}
.header__link {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 17px;
}
.header__nav {
    margin-left: auto;
    margin-right: 7px;
}
.header__nav-list {
    display: flex;
    align-items: center;
    padding: 0;
}
.header__nav-list li {
    list-style: none;
    margin: 0 15px;
}
.header__nav-list a {
    font-family: "Lato Regular", sans-serif;
    text-decoration: none;
    color: #1e2830;
    position: relative;
}
.header__nav-list a::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #0a1a33;
    position: absolute;
    bottom: -5px;
    left: 0;
    display: none;
}
.header__menu-mob {
    display: none;
}
.header__mob-phone {
    display: none;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
}
.header__mob-phone svg {
    width: 100%;
}
.header__burger {
    display: none;
    position: relative;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    background: 0 0;
    border: none;
}
.header__burger span {
    width: 26px;
    height: 2px;
    background: #1e2830;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    border-radius: 5px;
}
.header__burger span:nth-child(1) {
    top: calc(50% - 6px);
}
.header__burger span:nth-child(3) {
    top: calc(50% + 6px);
}
.current-menu-item a {
    color: #0a1a33;
}
.current-menu-item a::before {
    display: block;
}
@media screen and (max-width: 1140px) {
    .header__burger {
        display: block;
        margin-right: 20px;
    }
    .header__nav {
        display: none;
    }
    .header__menu-mob {
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
        background: #fefefe;
        padding: 16px;
        width: 90%;
        max-width: 360px;
        height: 100vh;
        opacity: 0;
        transform: translateX(-100%);
        visibility: hidden;
        pointer-events: none;
        overflow-y: auto;
    }
    .header__menu-mob .modal__close {
        right: unset;
    }
    .header__menu-mob.active {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
        pointer-events: auto;
        z-index: 999;
    }
    .header__menu-mob .header__nav {
        display: flex;
    }
    .header__menu-mob .header__nav-list {
        flex-direction: column;
        align-items: flex-start;
        padding-left: 60px;
        margin: 25px 0;
    }
    .header__menu-mob .header__nav-list a {
        font-size: 20px;
    }
    .header__menu-mob .header__nav-list li {
        margin: 10px 0;
    }
    .header__menu-mob .header__btn {
        background: 0 0;
        border: none;
        height: 40px;
        width: 40px;
        padding: 0;
        display: block;
        cursor: pointer;
    }
    .header__menu-mob .header__nav {
        margin: 0;
        text-align: left;
    }
    .header__menu-mob .mobile__select-lang {
        display: flex;
        margin-left: 60px;
    }
    .header__menu-mob .mobile__select-lang hr {
        border: none;
        height: 100%;
        width: 1px;
        background: #d1d0d0;
        margin: 0 20px;
    }
    .header__menu-mob .lang__select-item {
        display: flex;
        align-items: center;
        width: 28px;
        height: 28px;
    }
    .header__menu-mob .lang__select-item svg {
        width: 100%;
        height: 100%;
    }
    .wrapper--header {
        align-items: center;
    }
}
@media screen and (max-width: 768px) {
    .wrapper--header {
        height: 60px;
    }
    .wrapper--header .ycont {
        padding: 0 30px;
    }
    .wrapper--header .button__link {
        display: none;
    }
    .header__link {
        display: none;
    }
    .header__link path {
        fill: #0a1a33;
    }
    .lang__select-item span {
        color: #fefefe;
    }
    .lang__select-arrow path {
        stroke: #fefefe;
    }
    .header__mob-phone {
        display: none;
    }
    .header__row {
        justify-content: space-between;
    }
    .header__right {
        margin-left: 0;
    }
    .logo {
        width: 92px;
    }
    .lang__select.active {
        background: #fefefe;
    }
    .lang__select.active span {
        color: #0a1a33;
    }
    .lang__select.active .lang__select-arrow path {
        stroke: #0a1a33;
    }
    .lang__select.active .lang__select_hide span {
        color: #0a1a33;
    }
}
.wrapper--first {
    position: relative;
    height: calc(100vh - 20px);
    min-height: 450px;
    overflow: hidden;
    color: #fefefe;
    padding: 120px 0;
    margin-bottom: 20px;
}
.wrapper--first::before {
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        rgba(0, 4, 13, 0.3) 10.5%,
        rgba(19, 19, 19, 0.2) 20.84%,
        rgba(54, 57, 64, 0.29) 32.28%,
        rgba(0, 4, 13, 0.14) 39.76%,
        rgba(0, 4, 13, 0.19) 43.75%,
        rgba(0, 4, 13, 0.32) 57.52%,
        rgba(0, 3, 13, 0.35) 70.93%,
        rgba(0, 0, 12, 0.56) 99.72%
    );
    z-index: 1;
}
.wrapper--first .cover-bg {
    filter: brightness(150%);
}
.wrapper--first .ycont {
    display: flex;
    flex-direction: column;
}
.first {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
}
.first__descript {
    font-family: "Lato Medium", sans-serif;
    font-size: 22px;
    line-height: 1.2;
    margin: 20px 0 30px;
    color: #f8f8f8;
    width: 100%;
    max-width: 820px;
    text-align: center;
    font-weight: 500;
}
.first__title {
    font-size: 58px;
    text-shadow: 0 4px 4px rgba(3, 0, 14, 0.1);
    margin: 0;
    letter-spacing: -1.2px;
    line-height: 1.2;
    font-family: "Inter Regular", sans-serif;
    font-weight: 500;
}
.first__subtitle {
    color: #fefefe;
    font-size: clamp(18px, 2vw, 22px);
    font-family: "Lato Semi Bold", sans-serif;
    font-weight: 600;
    margin: 20px 0;
}
.first__subtitle b {
    font-size: clamp(20px, 1.8vw, 24px);
    font-family: "Lato Extra Bold";
}
.first__logo {
    margin-bottom: 0;
    padding: 5px;
}
.first__logo2 {
    display: none;
}
.first__wrapp {
    border-radius: 10px;
    display: flex;
    color: #f8f8f8;
    padding: 0;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    justify-content: center;
}
.first__wrapp .btn_white {
    margin-left: 20px;
}
.first__wrapp .btn {
    width: 230px;
}
.first__wrapp-item {
    display: flex;
    align-items: center;
}
.first__wrapp-item .button__white {
    margin-right: 20px;
    padding: 15px 8px;
    transition: .5s;
}
.first__wrapp-item .button__white span {
    text-align: center;
    margin-right: 0;
    transition: .5s;
}

.first__wrapp-item .button__white:hover {
    background: #0a1a33;
}
.first__wrapp-item .button__white:hover span {
    color: white
}
.first__wrapp-item .button__link {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12.5px);
}
.first__wrapp-item .button__link:hover {
    background: white;
    color: #0a1a33;
}
.first__price {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 50px;
}
.first__price span {
    font-family: "Lato Regular", sans-serif;
    font-size: 18px;
    color: #f8f8f8;
    white-space: nowrap;
}
.first__price b,
.first__price p {
    font-family: "Lato Medium", sans-serif;
    font-size: 28px;
    font-weight: 500;
    color: #f8f8f8;
    margin: 0;
    margin-bottom: 4px;
}
.first__price_mob {
    display: none;
}
.first .button {
    width: 250px;
}
@media screen and (max-height: 540px) {
    .wrapper--first {
        height: 100vh;
        padding: 120px 0 70px;
    }
}
@media screen and (max-width: 1200px) {
    .first__wrapp {
        flex-direction: column-reverse;
        max-width: 700px;
    }
    .first__wrapp-item {
        margin: 10px 0;
    }
    .first__price:first-child {
        margin-left: 0;
    }
    .first {
        margin-bottom: 80px;
    }
}
@media screen and (max-width: 768px) {
    .first__wrapp-item {
        flex-wrap: wrap;
        margin-left: 0 !important;
        gap: 10px;
    }
    .first__price {
        width: 31%;
        margin: 0 0 20px 0;
    }
    .first__price span {
        white-space: pre-line;
    }
    .first__wrapp-item {
        margin: 0;
        gap: 0;
        justify-content: space-between;
    }
    .first__wrapp-item .button {
        width: 100%;
        margin-right: 0;
        margin-bottom: 12px;
    }
    .first__wrapp-item .button:last-child {
        margin-bottom: 0;
    }
    .first__price b {
        font-size: 20px;
        font-family: "Lato Medium", sans-serif;
        margin-bottom: 2px;
    }
    .first__price span {
        font-size: 16px;
        font-family: "Lato Regular", sans-serif;
        opacity: 0.75;
    }
    .first__wrapp {
        padding-bottom: 10px;
        margin: 0;
        padding: 0;
    }
    .first__logo {
        width: 122px;
        padding: 0;
        margin-bottom: 20px;
    }
    .first__logo svg {
        max-width: 100%;
    }
    .first__title {
        font-size: 42px;
        margin-bottom: 10px;
    }
    .first__descript {
        font-size: 20px;
        margin: 0;
        margin-bottom: 40px;
    }
    .wrapper--first {
        margin-bottom: 0;
        padding-top: 125px;
        padding-bottom: 80px;
        height: 100vh;
    }
    .first__title {
        font-size: 52px;
        text-transform: unset;
        font-family: "Inter Medium", sans-serif;
        font-weight: 500;
        text-transform: uppercase;
        margin-bottom: 30px;
    }
    .first__price_mob {
        display: none;
    }
    .first {
        margin-bottom: 0;
        margin-top: 0;
    }
    .about {
        padding: 0;
    }
    .first__logo2 {
        display: block;
        margin-bottom: 30px;
    }
    .first__logo {
        display: none;
    }
    .wrapper--first .ycont {
        align-items: center;
        justify-content: center;
    }
}
.wrapper--advantages {
    padding: 100px 0;
    position: relative;
}
.advantages {
    padding: 0;
    display: flex;
    gap: 40px;
}
.advantages__content {
    display: flex;
    flex-direction: column;
    width: 610px;
    justify-content: center;
    height: 560px;
}
.advantages__content .advantages__title {
    font-family: "Inter Regular", sans-serif;
    font-size: 34px;
    margin: 0 0 30px 0;
    text-align: left;
    font-weight: 400;
}
.advantages__content .advantages__title span {
    display: block;
    font-family: "Lato Bold", sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.advantages__content .advantages__text {
    margin: 0 0 30px 0;
    width: 485px;
}
.advantages__content .advantages__button {
    width: 202px;
    padding: 15px;
}
.advantages__slider2 {
    margin-top: 3px;
    width: calc(52.5vw - 50px);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.advantages__slider2 .swiper-slide {
    min-height: 560px;
    height: 10vw;
}
.advantages__slider2 .swiper-slide .cover-bg {
    filter: brightness(60%);
}
.advantages__slider2 .swiper-slide .cover-bg img {
    border-radius: 5px;
}
.advantages__slider2 .features__prev2 {
    background: 0 0;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    padding: 0;
    margin-top: 20px;
    margin-right: 20px;
    cursor: pointer;
}
.advantages__slider2 .features__next2 {
    background: 0 0;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    padding: 0;
    margin-top: 20px;
    cursor: pointer;
}
.advantages__slider2 .swiper-pagination2 {
    display: none;
}
.advantages__slider2 .features__item-descript {
    position: absolute;
    bottom: 60px;
    left: 40px;
    color: #fff;
}
@media (max-width: 992px) {
    .advantages__slider2 .swiper-pagination2 {
        display: block;
        text-align: center;
        margin-top: 30px;
    }
    .advantages__slider2 .features__next2,
    .advantages__slider2 .features__prev2 {
        display: none;
    }
    .advantages__slider2 {
        position: relative;
        transform: unset;
        top: unset;
        width: calc(100% + 16px);
        padding-bottom: 0;
        margin-right: -16px;
    }
    .wrapper--advantages {
        padding: 80px 0 20px;
    }
    .advantages {
        flex-direction: column;
    }
    .advantages__content {
        width: 100%;
        height: 100%;
    }
    .advantages__content .advantages__title {
        text-align: center;
        margin-bottom: 30px;
    }
    .advantages__content span {
        margin-bottom: 6px;
    }
    .advantages__content .advantages__text {
        margin-bottom: 20px;
        width: 100%;
    }
    .advantages__content .advantages__button {
        width: 100%;
        justify-content: space-between;
    }
    .advantages__content .advantages__button span {
        margin: 0;
    }
    .advantages__slider {
        width: 100%;
    }
}
@media (max-width: 970px) {
    .advantages__slider2 {
        position: relative;
        transform: unset;
        top: unset;
        width: calc(100% + 16px);
        padding-bottom: 0;
        margin-right: -16px;
        padding-top: 0;
    }
}
@media (max-width: 768px) {
    .wrapper--advantages {
        padding: 60px 0;
    }
    .advantages {
        flex-direction: column;
        gap: 0;
    }
    .advantages__content {
        width: 100%;
    }
    .advantages__content .advantages__title {
        text-align: left;
        margin-bottom: 30px;
        font-size: 26px;
        font-family: "Inter Medium", sans-serif;
        font-weight: 500;
    }
    .advantages__content .advantages__title span {
        margin-bottom: 6px;
        font-size: 14px;
    }
    .advantages__content .advantages__text {
        margin-bottom: 20px;
    }
    .advantages__content .advantages__button {
        width: 100%;
        justify-content: flex-start;
        margin-bottom: 20px;
        gap: 5px;
    }
    .advantages__content .advantages__button span {
        margin: 0;
    }
    .advantages__slider {
        width: 100%;
    }
    .advantages .advantages__slider2 .swiper-slide {
        height: 440px;
        min-height: 440px;
    }
    .advantages .advantages__slider2 .features__item-descript {
        left: 20px;
        bottom: 20px;
    }
    .advantages .features__item-descript span {
        margin-top: 16px;
    }
}
.wrapper--about {
    padding: 100px 0;
    position: relative;
}
.about {
    padding: 0;
    display: flex;
    gap: 40px;
    justify-content: space-between;
    align-items: flex-start;
}
.about__content {
    display: flex;
    flex-direction: column;
    width: 640px;
    justify-content: center;
}
.about__content .about__title {
    font-family: "Inter Medium", sans-serif;
    font-size: 32px;
    margin: 0 0 40px 0;
    text-align: left;
    font-weight: 500;
}
.about__content .about__title span {
    display: block;
    font-family: "Lato Bold", sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.about__content .about__text {
    margin: 0 0 30px 0;
}
.about__content .about__button {
    width: 172px;
    padding: 15px;
}
.about__content .items {
    display: flex;
    justify-content: space-between;
}
.about__content .items .item {
    display: flex;
    gap: 10px;
    align-items: center;
}
.about__content .items .item p {
    font-family: "Inter Regular", sans-serif;
    font-weight: 400;
    font-size: 18px;
    margin: 0;
}
.about__content .items .item p span {
    font-family: "Lato Medium", sans-serif;
    font-weight: 500;
    font-size: 22px;
    display: block;
}
.about__slider2 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 400px;
}
.about__slider2 img {
    background: #f5f5f7;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 400px;
    height: 390px;
    margin-bottom: 10px;
    padding: 50px 20px;
}
.about__slider2 .btn_white {
    width: 100%;
    position: absolute;
    bottom: -59px;
    height: 59px;
}
@media (max-width: 992px) {
    .about__slider2 .swiper-pagination2 {
        display: block;
        text-align: center;
        margin-top: 30px;
    }
    .about__slider2 .features__next2,
    .about__slider2 .features__prev2 {
        display: none;
    }
    .about__slider2 {
        position: relative;
        transform: unset;
        top: unset;
        width: calc(100% + 16px);
        padding-bottom: 0;
        margin-right: -16px;
    }
    .wrapper--about {
        padding: 80px 0 20px;
    }
    .about {
        flex-direction: column;
    }
    .about__content {
        width: 100%;
        height: 100%;
    }
    .about__content .about__title {
        text-align: center;
        margin-bottom: 30px;
    }
    .about__content span {
        margin-bottom: 6px;
    }
    .about__content .about__text {
        margin-bottom: 20px;
        width: 100%;
    }
    .about__content .about__button {
        width: 100%;
        justify-content: space-between;
    }
    .about__content .about__button span {
        margin: 0;
    }
    .about__slider {
        width: 100%;
    }
}
@media (max-width: 970px) {
    .about__slider2 {
        position: relative;
        transform: unset;
        top: unset;
        width: calc(100% + 16px);
        padding-bottom: 0;
        margin-right: -16px;
        padding-top: 0;
    }
}
@media (max-width: 768px) {
    .wrapper--about {
        padding: 60px 0 120px;
    }
    .about {
        flex-direction: column;
        gap: 0;
    }
    .about__content {
        width: 100%;
    }
    .about__content .about__title {
        text-align: left;
        margin-bottom: 30px;
        font-size: 26px;
        font-family: "Inter Medium", sans-serif;
        font-weight: 500;
    }
    .about__content .about__title span {
        margin-bottom: 6px;
        font-size: 14px;
    }
    .about__content .about__text {
        margin-bottom: 20px;
    }
    .about__content .about__button {
        width: 100%;
        justify-content: space-between;
        margin-bottom: 20px;
    }
    .about__content .about__button span {
        margin: 0;
    }
    .about__slider {
        width: 100%;
    }
    .about .about__slider2 .swiper-slide {
        height: auto;
        min-height: auto;
    }
    .about__content .items {
        flex-direction: column;
        gap: 30px;
        margin-bottom: 30px;
    }
    .about__content .items .item {
        gap: 20px;
    }
    .about__content .items .item p {
        font-size: 16px;
    }
    .about__content .items .item p span {
        font-size: 20px;
        margin-bottom: 2px;
    }
    .about__slider2 {
        width: 100%;
    }
    .about__slider2 img {
        width: 100%;
        height: auto;
    }
}
.wrapper--payment .gallery__btn {
    margin: 20px auto;
}
.wrapper--payment-r {
    margin-top: 0;
    padding: 60px 0;
}
.wrapper--payment .payment__button {
    margin-bottom: 0;
}
.payment {
    display: flex;
    justify-content: center;
    margin: 0;
}
.payment__mob-span {
    display: none;
}
.payment__descript {
    margin: 30px auto 40px;
    max-width: 820px;
}
.payment__item {
    border-radius: 2px;
    background: #f5f5f5;
    width: 330px;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0 10px;
    padding: 30px 0;
}
.payment__item b {
    font-family: "Inter Regular", sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #0a1a33;
}
.payment__item p {
    margin: 0 0 10px;
    opacity: 0.9;
}
.payment__ps {
    font-size: 14px;
    opacity: 0.6;
    letter-spacing: 0.1px;
}
.payment__title {
    margin: 0;
}
.payment__button {
    margin: 20px auto;
}
.payment-r {
    margin-bottom: 20px;
    justify-content: space-between;
}
.payment-r .payment__item {
    border-radius: 2px;
    width: calc(33% - 10px);
    margin-left: 0;
    margin-right: 0;
    background: #0f4c81;
    box-shadow: 0 2px 10px 0 rgba(48, 23, 51, 0.06);
}
.payment-r .payment__item h3 {
    font-family: "Lato Semi Bold", sans-serif;
    font-weight: 600;
    color: #1e2830;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f5f5f5;
    border-radius: 5px;
    width: 340px;
    margin: 0 auto 30px;
    height: 50px;
}
.payment-r .payment__item p {
    margin: 0;
    font-size: 16px;
    color: #f5f5f5;
}
.payment-r .payment__item b {
    margin-bottom: 12px;
    font-size: 58px;
    color: #fefefe;
}
.payment__full {
    border-radius: 2px;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    padding: 30px;
}
.payment__full .button {
    margin-left: auto;
    margin-right: 0;
}
.payment__full-content p {
    font-size: 28px;
    margin: 0;
    margin-bottom: 18px;
    color: #0f4c81;
    font-family: "Lato Medium", sans-serif;
    font-weight: 500;
}
.payment__full-content span {
    font-size: 16px;
    opacity: 1;
    color: #0f4c81;
}
@media screen and (max-width: 1160px) {
    .payment__full-content {
        width: 50%;
    }
    .payment-r .payment__item h3 {
        width: 90%;
        font-size: 16px;
    }
}
@media screen and (max-width: 992px) {
    .wrapper--payment-r .payment__full {
        padding: 30px 20px;
        flex-direction: column;
        margin-bottom: 0;
        position: relative;
        background: #f5f5f5;
        display: flex;
        flex-direction: column;
    }
    .wrapper--payment-r .payment__full .payment__full-content {
        width: 100%;
    }
    .wrapper--payment-r .payment__full .button {
        margin: 0 auto;
    }
    .wrapper--payment-r .payment__full-content span {
        margin-bottom: 20px;
        display: block;
    }
    .wrapper--payment-r .payment__full .payment__full-content p {
        font-size: 20px;
        font-family: "Lato Semi Bold", sans-serif;
        font-weight: 600;
    }
}
@media screen and (max-width: 768px) {
    .payment {
        flex-wrap: wrap;
        margin-top: 20px;
        margin-bottom: 0;
        justify-content: space-between;
    }
    .payment__item {
        width: calc(50% - 10px);
        margin: 0;
        text-align: center;
        padding: 30px 10px;
    }
    .payment__item:last-child {
        margin-bottom: 10px;
    }
    .payment__item b {
        margin-right: 10px;
    }
    .payment__ps {
        margin-top: 0;
    }
    .wrapper--payment {
        padding-bottom: 80px;
    }
    .wrapper--payment .details__row {
        margin: 0;
    }
    .payment__title {
        font-family: "Inter Medium", sans-serif;
        font-weight: 500;
        font-size: 26px;
    }
    .payment__title.title {
        margin-bottom: 10px;
    }
    .payment__item b {
        font-size: 20px;
        margin-bottom: 0;
        margin-right: 0;
        font-family: "Lato Semi Bold", sans-serif;
        font-weight: 600;
    }
    .payment__ps {
        margin-bottom: 0;
    }
    .payment__descript {
        text-align: left;
        margin: 20px 0 30px;
    }
    .payment__item:nth-of-type(3) {
        display: none;
    }
    .payment__button {
        margin: 30px auto 20px;
        width: 100%;
        max-width: 343px;
    }
    .payment__button span {
        display: none;
    }
    .payment__button svg {
        display: none;
    }
    .payment__button .payment__mob-span {
        display: block;
    }
    .wrapper--payment-r {
        margin-top: 0;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .wrapper--payment-r .payment__item:nth-of-type(3) {
        display: flex;
    }
    .wrapper--payment-r .payment-r .payment__item {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
        flex-direction: row;
        align-items: center;
        padding: 20px;
        flex-direction: column;
    }
    .wrapper--payment-r .payment-r .payment__item h3 {
        width: 95%;
        height: 39px;
        margin-bottom: 20px;
    }
    .wrapper--payment-r .payment-r .payment__item b {
        margin-bottom: 0;
        margin-right: 10px;
        font-family: "Inter Medium", sans-serif;
        font-weight: 500;
        font-size: 52px;
        margin: 0;
        margin-bottom: 4px;
    }
    .wrapper--payment-r .payment__full {
        padding: 30px 20px;
        flex-direction: column;
        margin-bottom: 0;
        position: relative;
        background: #f5f5f5;
        display: flex;
        flex-direction: column;
    }
    .wrapper--payment-r .payment__full .payment__full-content {
        width: 100%;
    }
    .wrapper--payment-r .payment__full .payment__full-content p {
        font-size: 20px;
        margin-bottom: 16px;
    }
    .wrapper--payment-r .payment__full .button {
        margin-left: 0;
        margin-right: auto;
        width: 100%;
    }
    .wrapper--payment-r .payment__full-content span {
        display: block;
        bottom: 30px;
        max-width: 90%;
        margin-bottom: 20px;
    }
    .wrapper--payment-r .payment-r .payment__item p {
        text-align: left;
        font-size: 16px;
    }
    .wrapper--payment-r .payment__full .payment__full-content p {
        font-size: 20px;
        font-family: "Lato Semi Bold", sans-serif;
        font-weight: 600;
    }
    .wrapper--payment-r .payment__full .payment__full-content p strong {
        font-family: "Lato Medium", sans-serif;
        font-weight: 500;
    }
}
.wrapper--card {
    background: #f5f5f5;
    padding: 120px 0;
}
.wrapper--card .title {
    text-align: center;
    margin: 0 0 50px 0;
}
.card {
    display: flex;
    margin: 0 0 50px 0;
    background: #fefefe;
    box-shadow: 0 2px 20px 0 rgba(48, 23, 51, 0.06);
}
.card__content {
    width: 400px;
    padding: 46px 40px;
}
.card__img {
    width: 840px;
}
.card__swiper {
    position: relative;
    height: 100%;
}
.card__swiper .swiper-pagination {
    bottom: 40px !important;
}
.card__swiper .swiper-slide {
    position: relative;
}
.card__title {
    font-size: 24px;
    font-family: "Lato Medium", sans-serif;
    font-weight: 500;
    margin: 0 0 10px;
}
.card__descript {
    font-family: "Lato Semi Bold", sans-serif;
    font-weight: 600;
    margin: 0;
}
.card__descript svg {
    margin-right: 10px;
}
.card__text {
    margin: 24px 0;
}
.card__param {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}
.card__param b {
    font-family: "Lato Semi Bold", sans-serif;
    font-size: 18px;
    margin-right: 10px;
    font-weight: 600;
}
.card__param b span {
    display: none;
}
.card__param span {
    font-size: 18px;
    font-family: "Lato Semi Bold", sans-serif;
    font-weight: 600;
}
.card__param:last-child {
    margin-bottom: 0;
}
.card__button {
    margin-top: 24px;
}
.card:last-child {
    margin-bottom: 0;
}
@media screen and (max-width: 1240px) {
    .card__img {
        width: 590px;
    }
    .card__content {
        width: 400px;
    }
}
@media screen and (max-width: 992px) {
    .card {
        flex-direction: column;
    }
    .card__content {
        order: 2;
        width: 100%;
    }
    .card__img {
        order: 1;
        height: 400px;
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .wrapper--card {
        margin-top: 0;
        padding: 80px 0;
    }
    .wrapper--card .title {
        font-family: "Inter Medium", sans-serif;
        font-weight: 500;
        font-size: 26px;
        margin-bottom: 30px;
    }
    .card {
        margin: 20px 0;
    }
    .card__swiper .swiper-pagination {
        display: none;
    }
    .card__content {
        padding: 24px 16px;
        display: flex;
        flex-direction: column;
    }
    .card__title {
        font-size: 20px;
        font-family: "Lato Semi Bold", sans-serif;
        font-weight: 600;
        margin-bottom: 19px;
        order: 1;
    }
    .card__descript {
        margin-bottom: 16px;
        order: 2;
    }
    .card__text {
        margin: 14px 0 0 0;
        order: 4;
    }
    .card__button {
        margin-top: 24px;
        width: 100%;
        max-width: 370px;
    }
    .card__param {
        order: 3;
        margin-bottom: 10px;
        gap: 10px;
    }
    .card__param:last-child {
        margin-bottom: 0;
    }
    .card__param b,
    .card__param span {
        font-size: 16px;
        font-family: "Lato Regular", sans-serif;
        font-weight: 400;
    }
    .card__button {
        order: 6;
    }
    .card__swiper .swiper-slide {
        height: 320px;
    }
    .card__img {
        height: 320px;
    }
    .card__param b span {
        display: block;
        font-family: "Lato Semi Bold", sans-serif;
        font-weight: 600;
    }
    .card__param b svg {
        display: none;
    }
    .card__param b {
        margin-right: 0;
    }
}
.wrapper--features {
    padding: 100px 0;
    background: #f5f5f7;
}
.wrapper--features .swiper {
    overflow: hidden;
    width: calc(85vw - 50px);
    margin-left: 0;
}
.features__row {
    display: flex;
    align-items: center;
    margin: 0 0 50px;
}
.features__row .title {
    font-family: "Inter Regular", sans-serif;
    font-weight: 400;
    font-size: 34px;
}
.features__row .title span {
    font-family: "Lato Bold", sans-serif;
    font-weight: 700;
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.features__arrows {
    margin-left: auto;
}
.features__arrows button {
    background: 0 0;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
}
.features__arrows button:last-child {
    margin-left: 20px;
}
.features__arrows button:hover {
    transform: scale(1.1);
    transition: all ease-in-out 0.24s;
}
.features__arrows button:active {
    transform: scale(1);
}
.features__arrows button.swiper-button-disabled {
    opacity: 0.4;
}
.features__arrows button.swiper-button-disabled:hover {
    transform: none;
    cursor: default;
}
.features__item-img {
    display: flex;
    height: 360px;
    position: relative;
    border-radius: 5px;
}
.features__item-img img {
    border-radius: 5px 5px 0 0;
}
.features__item .info-block {
    padding: 30px 24px;
}
.features__item .info-block .btn_white {
    margin-top: 24px;
    width: 180px;
    padding: 10px;
    font-family: "Lato Regular", sans-serif;
    font-weight: 400;
    font-size: 16px;
}
.features__item-title {
    font-family: "Lato Regular", sans-serif;
    font-size: 24px;
    font-weight: 500;
    text-decoration: none;
    color: #1e2830;
}
.features__item-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.features__item-row span {
    font-family: "Lato Regular", sans-serif;
    font-size: 18px;
    color: #1e2830;
    opacity: 0.6;
}
.features__item-price {
    font-family: "Lato Regular", sans-serif;
    font-size: 18px;
    margin: 10px 0;
}
.features__item-descript {
    font-family: "Lato Medium";
    font-weight: 500;
    margin: 20px 0;
    color: #000;
    font-size: 26px;
    line-height: 120%;
    width: 90%;
    margin: 0 auto;
    bottom: 40px;
    padding: 10px;
    padding-bottom: 14px;
}
.features__item-descript span {
    font-family: "Lato Regular";
    font-weight: 400;
    font-size: 16px;
    display: block;
    color: #fefefe;
    margin-top: 20px;
}
.features__item .information {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.features__item .information .features__item-title {
    font-family: "Lato Medium";
    font-weight: 500;
    font-size: 22px;
    margin: 0;
}
.features__item .information .features__item-descript {
    font-family: "Lato Semi Bold";
    font-weight: 600;
    font-size: 18px;
    width: auto;
    padding: 0;
    margin: 0;
}
.features__item .information .features__item-descript span {
    display: inline-block;
    font-family: "Lato Regular";
    font-weight: 400;
    font-size: 18px;
    color: #0a1a33;
    margin: 0;
}
.features__item .information .btn_white {
    margin-top: 24px;
}
.features__swiper {
    padding-bottom: 60px;
}
.features__swiper .swiper-slide {
    width: 610px;
    max-width: 610px;
    margin-right: 20px;
    border-radius: 5px;
    background: #fff;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    width: 1240px;
}
.features__swiper .swiper-pagination {
    bottom: 0 !important;
}
.features__button {
    margin: 0 auto;
}
@media screen and (max-width: 1450px) {
    .wrapper--features .swiper {
        width: calc(100vw - 50px);
    }
}

@media screen and (max-width: 1240px) {
    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        width: 100%;
    }
}
@media screen and (max-width: 870px) {
    .features__arrows {
        display: none;
    }
    .features__row {
        justify-content: flex-start;
        margin: 0 0 30px 0;
    }
    .wrapper--features {
        padding: 30px 0;
    }
}
@media screen and (max-width: 794px) {
    .features__swiper .swiper-slide {
        width: 50%;
    }
    .features__item-img {
        height: 300px;
    }
}
@media screen and (max-width: 768px) {
    .wrapper--features .swiper {
        width: calc(100vw - 0px);
    }
    .features__item-title {
        font-size: 20px;
    }
    .features__item-row span {
        font-size: 16px;
    }
    .features__item-price {
        font-size: 16px;
    }
    .features__item-row {
        flex-direction: column;
        align-items: flex-start;
    }
    .wrapper--features {
        padding: 60px 0;
    }
    .wrapper--features .title {
        margin-bottom: 0;
        font-size: 26px;
        text-align: left;
    }
    .wrapper--features .title span {
        margin-bottom: 6px;
        font-size: 14px;
    }
    .features__item-title {
        margin-bottom: 15px;
    }
    .features__swiper {
        padding-bottom: 40px;
        margin-bottom: 0;
        overflow: hidden;
    }
    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        width: 100%;
    }
    .features__item-descript {
        margin-bottom: 0;
        font-size: 20px;
    }
    .features__item .info-block {
        padding: 20px 16px;
        box-shadow: 0px 2px 15px 0px rgba(21, 17, 54, 0.05);
    }
    .features__item .information {
        flex-direction: column;
    }
    .features__item .information .features__item-title {
        font-size: 20px;
        margin-bottom: 12px;
    }
    .features__item .information .features__item-descript {
        font-size: 16px;
    }
}
.wrapper--big-gallery {
    background: #f5f5f7;
    padding: 100px 0;
}
.wrapper--big-gallery .ycont {
    max-width: 100%;
    padding: 0;
}
.wrapper--big-gallery .tabs__content {
    padding-bottom: 0;
}
.wrapper--big-gallery .swiper-pagination {
    bottom: 0;
    display: none;
}
.wrapper--big-gallery .product__row {
    margin-bottom: 50px;
}
.wrapper--big-gallery .product__tabs {
    margin: 30px 0 0 0;
}
.wrapper--big-gallery .title {
    margin: 0;
}
.wrapper--big-gallery .title span {
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: "Lato Bold", sans-serif;
    font-weight: 700;
    font-size: 16px;
}
.wrapper--big-gallery .swiper-pagination-bullet {
    background: #d1d0d0;
}
.wrapper--big-gallery .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #0a1a33;
}
.wrapper--big-gallery .gallery__btn {
    display: none;
    margin: 30px auto 0;
}
.wrapper--big-gallery .swiper-button-prev {
    left: 0;
}
.wrapper--big-gallery .swiper-button-next {
    right: 0;
}
.wrapper--big-gallery .gallery--buttons {
    max-width: 1240px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    width: 1240px;
    left: 0;
    right: 0;
    display: block;
}
.big-gallery__swiper {
    margin-bottom: 10px;
    overflow: hidden;
}
.big-gallery__swiper .swiper-slide {
    height: 680px;
    border-radius: 0;
    overflow: hidden;
}
.big-gallery__small .swiper-slide {
    height: 140px;
    border-radius: 0;
    overflow: hidden;
}
.gallery__btn {
    margin: 60px auto;
    background: #0a1a33;
    height: 50px;
    padding: 0 24px;
}
.gallery__btn span {
    color: #fefefe !important;
}
.gallery__btn path {
    fill: #fefefe !important;
}
@media screen and (max-width: 1240px) {
    .gallery--buttons {
        width: 100% !important;
        min-width: 100%;
        max-width: 100% !important;
    }
}
@media screen and (max-width: 970px) {
    .wrapper--big-gallery .title {
        margin-bottom: 30px;
    }
    .wrapper--big-gallery .product__row {
        margin-bottom: 30px;
    }
    .wrapper--big-gallery {
        padding: 40px 0;
    }
    .wrapper--big-gallery .gallery__btn {
        display: flex;
    }
}
@media screen and (max-width: 768px) {
    .wrapper--big-gallery {
        padding: 60px 0;
    }
    .big-gallery__swiper .swiper-slide {
        height: 450px;
        border-radius: 2px;
    }
    .big-gallery__arrow {
        transform: translateY(-50%);
    }
    .wrapper--big-gallery .product__tabs {
        display: flex;
        overflow-y: scroll;
        margin: 0;
    }
    .wrapper--big-gallery .product__tabs-link {
        font-size: 16px;
    }
    .big-gallery__swiper {
        padding-bottom: 53px;
        margin-bottom: 0;
    }
    .wrapper--big-gallery .tabs__content {
        padding-bottom: 0;
    }
    .wrapper--big-gallery .swiper-pagination {
        display: block;
        bottom: 0;
    }
    .wrapper--big-gallery .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
    }
    .wrapper--big-gallery .title {
        margin-bottom: 30px;
        text-align: left;
    }
    .wrapper--big-gallery .title span {
        font-size: 14px;
        margin-bottom: 6px;
    }
    .tabs__block.active {
        flex-direction: column;
    }
    .tabs__block.active .cards {
        width: 100%;
    }
    .tabs__block.active .cards .bottom-info {
        padding: 20px 16px;
    }
    .tabs__block.active .cards .bottom-info h3 {
        font-size: 20px;
    }
    .tabs__block.active .cards .bottom-info .buttons {
        gap: 6px;
    }
    .tabs__block.active .cards .top-info p {
        font-size: 14px;
    }
    .tabs__block.active {
        gap: 30px;
    }
    .tabs__block.active .cards .top-info {
        top: 20px;
        left: 16px;
    }
}
.form {
    padding: 40px;
    background: #f5f5f5 url(../img/payment2.svg) no-repeat 100% center/contain;
}
.form .application__form {
    display: flex;
    flex-direction: row;
    margin: 0;
}
.form .application__form label {
    width: calc(33.5% - 20px);
    margin: 0 20px 0 0;
    border-color: #0f4c81;
}
.form .application__form label input {
    border-color: #0f4c81;
    color: #0f4c81;
}
.form .application__form label input::placeholder {
    color: #0f4c81;
}
.form .application__form .button {
    width: 32.5%;
}
.form__title {
    margin-bottom: 0;
    color: #0f4c81;
    font-family: "Lato Medium", sans-serif;
    font-weight: 500;
}
.form__description {
    width: 610px;
    margin: 16px 0 30px;
    color: #0f4c81;
}
@media screen and (max-width: 970px) {
    .wrapper--form {
        padding: 0;
        display: block;
    }
    .wrapper--form .ycont {
        padding: 0;
    }
    .wrapper--form .ycont .form {
        padding: 80px 16px;
        gap: 16px;
        background-position: 15px 100%;
        background: #f5f5f5 url(../img/payment.svg) no-repeat 100% center/contain;
    }
    .wrapper--form .ycont .form .form__title {
        font-family: "Inter Medium", sans-serif;
        font-weight: 500;
        font-size: 26px;
        margin-bottom: 16px;
    }
    .wrapper--form .ycont .form .form__description {
        width: 100%;
        color: #0f4c81;
        margin-top: 0;
        margin-bottom: 30px;
    }
    .wrapper--form .ycont .form .application__form {
        flex-direction: column;
        gap: 16px;
    }
    .wrapper--form .ycont .form .application__form label {
        width: 100%;
    }
    .wrapper--form .ycont .form .application__form .button {
        width: 100%;
    }
}
.wrapper--plan {
    display: block;
}
.wrapper--plan .ycont {
    max-width: 100%;
    padding: 0;
}
.wrapper--plan .ycont2:last-child {
    background: #f5f5f5;
    max-width: 100%;
    padding: 30px 0;
}
.wrapper--plan .ycont2:last-child .plan__lay {
    justify-content: center;
}
.plan__title {
    margin: 0 auto 30px;
}
.plan__descript {
    width: 100%;
    max-width: 1030px;
    margin: 0 auto;
}
.plan__img {
    width: 100%;
    display: flex;
    margin: 40px 0 0 0;
}
.plan__img img {
    width: 100%;
    height: 580px;
    object-fit: cover;
}
.plan__lay {
    display: flex;
    gap: 20px;
}
.plan__lay .lay__blocks {
    display: flex;
    gap: 20px;
    width: 400px;
}
.plan__lay .lay__blocks img {
    width: 145px;
    height: 124px;
    border-radius: 5px;
}
.plan__lay .lay__blocks .blocks__text {
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.plan__lay .lay__blocks .blocks__text h3 {
    font-size: 22px;
    font-family: "Lato Medium", sans-serif;
    font-weight: 500;
}
.plan__lay .lay__blocks .blocks__text p {
    font-family: "Lato Regular", sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin: 0;
    opacity: 0.7;
}
@media screen and (max-width: 992px) {
    .plan__lay {
        flex-wrap: wrap;
        padding: 0 15px;
        justify-content: flex-start !important;
    }
    .plan__lay .lay__blocks {
        width: 45%;
    }
    .wrapper--plan .ycont2:last-child {
        padding: 20px 0;
    }
}
@media screen and (max-width: 768px) {
    .wrapper--plan {
        padding: 80px 0 40px;
    }
    .plan__title {
        margin: 0;
        margin-bottom: 30px;
        font-family: "Inter Medium", sans-serif;
        font-weight: 500;
        font-size: 26px;
    }
    .plan__descript {
        text-align: left;
        margin-bottom: 30px;
    }
    .plan__img {
        margin: 0;
        height: 280px;
    }
    .plan__img img {
        height: 100%;
        object-fit: cover;
    }
    .plan__lay {
        flex-direction: column;
    }
    .plan__lay .lay__blocks {
        width: 100%;
        gap: 12px;
    }
    .plan__lay .lay__blocks img {
        width: 80px;
        height: 81px;
    }
    .plan__lay .lay__blocks .blocks__text {
        gap: 8px;
    }
    .plan__lay .lay__blocks .blocks__text h3 {
        font-size: 16px;
        font-family: "Lato Semi Bold";
        font-weight: 600;
    }
    .plan__lay .lay__blocks .blocks__text p {
        font-size: 14px;
        font-family: "Lato Regular", sans-serif;
        font-weight: 400;
    }
}
.wrapper--location .details__btn {
    margin-top: 0;
}
.location__title {
    margin: 0 0 50px 0;
}
.location__info {
    background: #f5f5f5;
    padding: 60px 40px 60px 60px;
    border-radius: 2px;
}
.location__info img {
    margin-bottom: 10px;
}
.location__info-descript {
    margin: 0;
}
.location__info-list {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0 0;
    flex-direction: column;
}
.location__info-item {
    width: 100%;
    margin-bottom: 24px;
}
.location__info-item b {
    font-size: 24px;
    font-family: Inter, sans-serif;
    font-weight: 500;
}
.location__info-item p {
    margin: 0;
    padding-right: 20px;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.location__info-item p br {
    display: none;
}
.location__info-item:last-child {
    margin-bottom: 0;
}
.location__logo {
    margin-top: 10px;
}
#map {
    width: 100%;
    height: 100%;
    border-radius: 2px;
}
@media screen and (max-width: 992px) {
    .location__info {
        padding: 24px 16px;
        display: flex;
        flex-direction: column;
    }
}
@media screen and (max-width: 768px) {
    .wrapper--location {
        padding: 40px 0;
    }
    .location__title {
        margin: 0;
    }
    #map {
        min-height: 280px;
    }
    .location__info {
        padding: 24px 16px;
        display: flex;
        flex-direction: column;
    }
    .location__info button {
        display: none;
    }
    .location__info-list {
        margin: 0;
        text-align: center;
    }
    .location__info-item p {
        padding-right: 0;
        margin-bottom: 0;
        font-size: 16px;
    }
    .location__info-item p br {
        display: block;
    }
    .location__info img {
        margin-left: auto;
        margin-right: auto;
    }
    .wrapper--location .details__row {
        flex-direction: column;
        margin-top: 30px;
        margin-bottom: 0;
    }
    .wrapper--location .details__item {
        margin-bottom: 10px;
    }
    .location__info-descript {
        margin: 0;
        padding: 0;
        margin-bottom: 20px;
    }
    .location__info-item {
        text-align: left;
        margin-bottom: 20px;
    }
    .location__info-item b {
        font-size: 20px;
    }
    .location__logo {
        width: 173px;
        margin-top: 0;
        margin-bottom: 20px;
    }
    .location__logo svg {
        max-width: 100%;
    }
}
.info {
    display: flex;
}
.info__col {
    width: 50%;
}
.info__col:nth-child(2) {
    padding-left: 35px;
}
.info__img {
    width: 100%;
    margin: 20px 0;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
}
.info__img img {
    width: 100%;
}
@media screen and (max-width: 768px) {
    .info {
        flex-direction: column;
    }
    .info__col {
        padding: 0;
        width: 100%;
    }
    .info__col p {
        font-size: 16px;
    }
    .info__col:nth-child(2) {
        padding: 0;
    }
    .info__img {
        min-height: 280px;
        margin: 0;
    }
    .info__img img {
        object-fit: cover;
    }
    .wrapper--info .gallery-third {
        margin-top: 0;
    }
}
.wrapper--mobile {
    padding: 40px 0 80px;
}
.mobile {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.mobile__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
    background: #f5f5f5;
}
.mobile__item:last-child {
    border: none;
}
.mobile__item b {
    font-family: "Lato Medium", sans-serif;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 10px;
    color: #0f4c81;
}
.mobile__item p {
    font-size: 16px;
    margin: 0;
}
@media screen and (min-width: 769px) {
    .wrapper--mobile {
        display: none;
    }
    .mobile__item b {
        font-size: 22px;
        font-family: "Lato Medium", sans-serif;
    }
}
.why {
    display: flex;
    flex-wrap: wrap;
    margin: 25px -10px;
}
.why__item {
    width: calc(25% - 20px);
    margin: 0 10px;
    border-radius: 5px;
    border: 1px solid #d1d0d0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 30px 20px;
}
.why__icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d1d0d0;
}
.why__text {
    margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
    .why__text {
        font-size: 16px;
    }
}
@media screen and (max-width: 768px) {
    .why {
        flex-wrap: nowrap;
        overflow-x: auto;
        width: 100vw;
        margin: 0;
        margin-left: -16px;
        padding: 0 16px;
    }
    .why__item {
        width: 200px;
        min-width: 200px;
    }
    .why__item:first-child {
        margin-left: 0;
    }
    .wrapper--why .details__item {
        margin: 0;
    }
    .wrapper--why .details__row {
        margin: 5px 0;
    }
}
.cover {
    background: #0a1a33 url(../img/before.svg) no-repeat 90% center/contain;
    color: #fefefe;
    padding: 60px 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cover__descript {
    font-size: 18px;
    color: #fefefe;
    max-width: 610px;
    width: 100%;
}
.cover .button {
    min-width: 230px;
}
@media screen and (max-width: 768px) {
    .cover {
        flex-direction: column;
        padding: 80px 16px;
        align-items: flex-start;
    }
    .cover__descript {
        font-size: 16px;
        margin: 16px 0 27px;
    }
}
.objects {
    margin: 20px -10px;
    display: flex;
    flex-wrap: wrap;
}
.objects__title.title {
    text-align: center;
    margin-bottom: 40px;
    display: block;
}
.objects__item {
    margin: 20px 10px;
    width: calc(33.3% - 20px);
    border-radius: 10px;
    overflow: hidden;
}
.objects__img {
    height: 260px;
    width: 100%;
    position: relative;
    display: flex;
    overflow: hidden;
}
.objects__img img {
    transition: all ease-in-out 1s;
}
.objects__img:hover img {
    transform: scale(1.3);
}
.objects__content {
    display: flex;
    flex-direction: column;
    border-radius: 0 0 10px 10px;
    border: 1px solid #e5e5e5;
    background: #fefefe;
    padding: 20px;
}
.objects__name {
    font-family: "Lato Semi Bold", sans-serif;
    font-size: 22px;
    margin-bottom: 15px;
    text-decoration: none;
    color: #1e2830;
}
.objects__name:hover {
    color: #0a1a33;
}
.objects__price {
    font-family: "Lato Semi Bold", sans-serif;
    font-size: 22px;
    color: #0a1a33;
    margin-bottom: 15px;
}
.objects table {
    width: 75%;
    min-width: 260px;
    margin-bottom: 20px;
}
.objects table td {
    font-size: 16px;
    font-family: "Lato Regular", sans-serif;
    color: #1e2830;
}
.objects table td:first-child {
    font-size: 16px;
    font-family: "Lato Regular", sans-serif;
    opacity: 0.4;
}
.objects__open-all {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: 0 0;
    border: none;
    margin: 0 auto;
}
.objects__open-all span {
    border-radius: 35px;
    border: 1px solid #1e2830;
    opacity: 0.5;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.objects__open-all b {
    font-family: "Lato Semi Bold", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}
.objects__open-all:hover {
    cursor: pointer;
}
.objects__open-all:hover span {
    border-color: #0a1a33;
    transform: rotate(180deg);
}
.objects__open-all:hover span path {
    fill: #0a1a33;
}
.objects__open-all:hover b {
    color: #0a1a33;
}
@media screen and (max-width: 980px) {
    .objects__item {
        width: calc(50% - 20px);
    }
}
@media screen and (max-width: 768px) {
    .objects__item {
        width: 100%;
        margin: 15px auto;
        max-width: 450px;
    }
    .objects__title.title {
        margin-bottom: 15px;
    }
    .objects {
        margin: 20px 0;
    }
}
.wrapper--details {
    padding: 5px 0;
}
.details__row {
    display: flex;
    margin: 20px 0;
}
.details__item {
    width: calc(50% - 10px);
}
.details__item:first-child {
    margin-right: 10px;
}
.details__item:last-child {
    margin-left: 10px;
}
.details__title {
    margin: 25px 0;
}
.details__block {
    display: flex;
    flex-direction: column;
}
.details__block-img .swiper-slide {
    width: 100%;
    display: flex;
}
.details__block-img .swiper-slide img {
    width: 100%;
}
.details__block-content {
    border: 1px solid #e0e0e0;
    padding: 30px;
}
.details__block .swiper-button-prev {
    left: 30px;
}
.details__block .swiper-button-next {
    right: 30px;
}
.details__block-title {
    font-size: clamp(20px, 2.5vw, 24px);
    font-family: "Lato Semi Bold", sans-serif;
    line-height: 1.2;
}
.details__block-descript {
    margin-bottom: 0;
}
.details__btn {
    margin: 17px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.details__btn span {
    font-size: 14px;
    margin-right: 8px;
    line-height: 1.2;
    letter-spacing: 0.42px;
}
.details__btn svg {
    position: relative;
    left: 3px;
}
.swiper-button-next,
.swiper-button-prev {
    background: 0 0;
    border: none;
    width: 40px;
    height: 40px;
    padding: 0;
}
.swiper-button-next svg,
.swiper-button-prev svg {
    width: 100%;
}
.swiper-button-next:hover svg,
.swiper-button-prev:hover svg {
    transition: all ease-in-out 0.24s;
    transform: scale(1.1);
}
.swiper-button-next:hover rect,
.swiper-button-prev:hover rect {
    fill-opacity: 1;
    transition: all ease-in-out 0.24s;
}
.swiper-button-next:active svg,
.swiper-button-prev:active svg {
    transition: all ease-in-out 0.15s;
    transform: scale(1);
}
.swiper-button-next::after,
.swiper-button-prev::after {
    display: none;
}
@media screen and (max-width: 768px) {
    .details__row {
        flex-direction: column;
    }
    .details__item {
        width: 100%;
        margin-bottom: 20px;
    }
    .details__item:first-child {
        margin-right: 0;
    }
    .details__item:last-child {
        margin-left: 0;
    }
    .title {
        text-align: center;
    }
    .details__btn {
        margin-top: 30px;
    }
    .details__block-content {
        padding: 20px;
    }
    .details__block-descript {
        margin-top: 10px;
    }
    .details__block .swiper-button-prev {
        left: 16px;
    }
    .details__block .swiper-button-next {
        right: 16px;
    }
    .details__block-img .swiper-slide img {
        min-height: 300px;
        object-fit: cover;
    }
    .details__item:last-child {
        margin-bottom: 0;
    }
    .title {
        margin: 0;
    }
    .wrapper--details .details__row {
        margin-bottom: 0;
    }
    .wrapper--details .details__row .descript {
        margin-bottom: 0 !important;
    }
}
.wrapper--application {
    padding: 100px 0 50px;
}
.wrapper--application .details__item {
    display: flex;
}
.wrapper--application .details__item:first-child {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.wrapper--application .details__item:first-child .application__title1 {
    font-family: "Inter Regular", sans-serif;
    font-weight: 400;
    font-size: 34px;
}
.wrapper--application .details__item:first-child .application__title1 span {
    font-family: "Lato Bold", sans-serif;
    font-weight: 700;
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
}
.wrapper--application .details__item:first-child .application__text1 {
    margin: 30px 0 0 0;
    font-size: 16px;
    width: 450px;
}
.application {
    padding: 50px 110px;
    border-radius: 5px;
    background: #f8f8f8;
    width: 100%;
}
.application__btn {
    border-radius: 5px;
    background: #0a1a33;
}
.application__title.title {
    margin: 0;
    margin-bottom: 10px;
}
.application__img {
    display: flex;
    border-radius: 2px;
    overflow: hidden;
}
.application__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.application__descript {
    margin: 0;
    font-size: 16px;
    line-height: 1.2;
}
.application__form {
    display: flex;
    flex-direction: column;
    margin: 20px 0 0;
}
.application__form label {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}
.application__form label span {
    font-size: 16px;
    margin-bottom: 8px;
}
.application__form label input {
    border-radius: 5px;
    border: 1px solid #8b8b94;
    height: 50px;
    width: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
    font-size: 16px;
    background: 0 0;
}
.application__form label input::placeholder {
    color: #8b8b94;
}
.application__form label textarea {
    border-radius: 5px;
    border: 1px solid #8b8b94;
    height: 50px;
    width: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
    font-size: 16px;
    background: 0 0;
}
.application__form-whatsapp {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}
.application__form-whatsapp a {
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-left: 5px;
}
.application__form-whatsapp a span {
    font-family: "Lato Bold", sans-serif;
    font-size: 14px;
    color: #2db742;
    margin-left: 2px;
}
.application__form-whatsapp a img {
    display: block;
    width: 20px;
    height: 20px;
}
.application__form-whatsapp b {
    font-family: "Lato Regular", sans-serif;
    font-size: 16px;
    font-weight: 400;
}
.application__btn {
    width: 100%;
    margin: 5px 0 0;
}
.application__policy {
    display: flex;
    align-items: center;
    justify-content: center;
}
.application__policy p {
    font-size: 16px;
    width: 100%;
    max-width: 268px;
    text-align: center;
    line-height: 1.2;
    margin: 0;
    margin-right: 13px;
}
label .iti__flag.iti__ae {
    transform: scale(1.2);
}
label .iti__selected-flag {
    padding: 10px 4px 10px 22px;
    background-color: transparent !important;
}
label .iti__arrow {
    margin-left: 10px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #8b8b94;
}
@media screen and (max-width: 1200px) {
    .application {
        padding: 30px 60px;
    }
}
@media screen and (max-width: 920px) {
    .application {
        padding: 30px;
    }
}
@media screen and (max-width: 768px) {
    .application__img {
        display: none;
    }
    .application__title {
        text-align: left;
    }
    .wrapper--application {
        padding: 60px 0 30px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .wrapper--application .application__policy p {
        text-align: left;
        margin-right: 0;
        margin-left: 10px;
    }
    .application {
        border-radius: 0;
    }
    .accordion-header span {
        text-align: left;
    }
    .application__policy p {
        text-align: left !important;
        margin-right: 0 !important;
        margin-left: 10px !important;
    }
    .details__row {
        margin: 0;
    }
    .wrapper--application .details__item:first-child .application__title1 span {
        font-size: 14px;
        margin-bottom: 6px;
    }
    .wrapper--application .details__item:first-child .application__title1 {
        font-size: 26px;
        font-family: "Inter Medium", sans-serif;
        font-weight: 500;
    }
    .details__item:last-child {
        width: 100%;
        border-radius: 0;
    }

    .wrapper--application .details__item:first-child .application__text1 {
        width: 100%;
    }
}
@media screen and (max-width: 570px) {
    .application {
        padding: 30px 20px;
    }
}
.wrapper--faq {
    padding: 50px 0 100px;
}
.accordion {
    margin: 60px 0;
    margin-bottom: 0;
}
.accordion-item {
    width: 100%;
    background: 0 0;
    padding: 28px 20px;
    border-top: 1px solid #e0e0e0;
    box-sizing: border-box;
}
.accordion-item:last-child {
    border-bottom: 1px solid #e0e0e0;
}
.accordion-item.active svg {
    fill: #8b8b94;
    transform: rotate(45deg);
}
.accordion-item.active .accordion-content {
    display: block;
}
.accordion-header {
    width: 100%;
    background: 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none;
    opacity: 1;
    cursor: pointer;
    padding: 0;
}
.accordion-header span {
    font-size: 24px;
    color: #1e2830;
}
.accordion-header svg {
    fill: #0a1a33;
    transition: all ease-in-out 0.24s;
}
.accordion-header:hover span {
    color: #0a1a33;
}
.accordion-content {
    display: none;
    padding: 15px 0;
    font-size: 18px;
    padding-right: 50px;
}
.accordion-content b {
    font-family: "Lato Bold", sans-serif;
}
@media screen and (max-width: 870px) {
    .wrapper--faq {
        padding: 40px 0;
    }
    .faq__title {
        margin-bottom: 20px;
    }
    .accordion-item {
        padding: 30px 16px;
    }
    .accordion {
        margin: 30px 0;
    }
    .accordion-header span {
        font-size: 20px;
    }
}
@media screen and (max-width: 768px) {
    .wrapper--faq {
        padding: 30px 0 60px;
    }
    .wrapper--faq .accordion {
        margin: 30px 0 0;
    }
    .accordion-header svg {
        min-width: 24px;
    }
    .accordion-header span {
        font-size: 16px;
        width: 260px;
    }
    .accordion-item {
        padding: 24px 16px;
    }
}
.wrapper--footer {
    background: #0a1a33;
    padding: 120px 0;
}
.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer .logo {
    width: 184px;
    display: flex;
}
.footer .logo img {
    width: 100%;
}
.footer__address {
    margin: 30px 0;
    font-size: 18px;
    opacity: 0.7;
    width: 100%;
    max-width: 246px;
    text-align: center;
    line-height: 1.4;
    color: #fff;
}
.footer__row {
    display: flex;
    justify-content: center;
    width: 100%;
}
.footer__row a {
    display: flex;
    align-items: center;
    text-decoration: none;
}
.footer__row a span {
    margin-left: 10px;
}
.footer__whatsapp {
    margin-left: auto;
    color: #00a854;
}
.footer__whatsapp span {
    color: #00a854;
}
.footer__whatsapp:hover {
    text-decoration: underline;
}
.footer__phone span {
    opacity: 0.7;
    color: #fff;
}
.footer__phone:hover span {
    opacity: 1;
}
.footer__phone path {
    fill: #fff;
    opacity: 0.7;
}
.footer hr {
    width: 1px;
    height: 25px;
    margin: 0 25px;
}
.footer__item {
    width: 40%;
    display: flex;
}
.footer__text {
    max-width: 408px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin: 30px 0 0;
    color: #fff;
    opacity: 0.7;
}
.footer__text a {
    color: #fff;
    opacity: 0.7;
}
.footer__text a:hover {
    text-decoration: none;
}
@media screen and (max-width: 768px) {
    .wrapper--footer {
        padding: 60px 0;
    }
    .footer__address {
        width: 100%;
        max-width: 100%;
        display: flex;
        align-items: center;
        margin: 10px 0;
    }
    .footer__address::before {
        content: "";
        width: 24px;
        height: 24px;
        background: url(../img/pin3.svg) no-repeat center/100% 100%;
        display: block;
        margin-right: 10px;
    }
    .footer__row {
        flex-direction: column-reverse;
    }
    .footer__row hr {
        display: none;
    }
    .footer__item {
        width: 100%;
        margin: 10px 0;
    }
    .footer__whatsapp {
        margin-left: 0;
    }
    .footer .logo {
        width: 123px;
        margin-bottom: 30px;
    }
    .footer__text {
        margin-top: 20px;
        text-align: left;
        font-size: 14px;
    }
}
.promo {
    background: #fefefe;
    box-shadow: 0 0 30px 0 rgba(20, 9, 4, 0.1);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #0a1a33;
    z-index: 111;
    padding: 25px 0;
    transform: translateY(100%);
    transition: all ease-in-out 0.25s;
    box-sizing: border-box;
}
.promo.active {
    transform: translateY(0);
}
.promo__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.promo__item {
    text-align: center;
    margin: 0 15px;
}
.promo__item:first-child {
    margin-left: 0;
}
.promo__item p {
    margin: 0;
    color: #0a1a33;
    font-size: 16px;
}
.promo__item b {
    font-size: clamp(16px, 3vw, 22px);
    font-family: "Lato Medium", sans-serif;
    font-weight: 500;
    margin: 0;
}
.promo__btn {
    width: 240px;
    height: 45px;
    background: #0a1a33;
    color: #fefefe !important;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}
.promo__btn:hover {
    background: #0a1a33;
    color: #fefefe !important;
}
.promo__mob {
    display: none;
}
@media screen and (max-width: 960px) {
    .promo__row {
        display: none;
    }
    .promo__mob {
        display: flex;
        justify-content: center;
    }
    .promo__mob .btn {
        height: 44px;
        width: 167px;
        margin-right: 4px;
        text-transform: unset;
        font-size: 16px;
        font-weight: 700;
        border-radius: 5px;
        text-transform: capitalize;
    }
    .promo {
        background: #fefefe;
        box-shadow: 0 0 20px 0 rgba(17, 33, 49, 0.15);
        padding: 10px;
    }
    .promo__link {
        border-radius: 5px;
        border: 1px solid #00a854;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 15px;
        text-decoration: none;
        box-sizing: border-box;
        height: 48px;
        width: 167px;
        margin-left: 4px;
    }
    .promo__link span {
        font-family: "Lato Semi Bold", sans-serif;
        color: #00a854;
        font-size: 16px;
        margin-left: 8px;
    }
    .promo__link svg {
        width: 20px;
        height: 20px;
    }
    .promo__button {
        height: 48px;
    }
}
.wrapper--comfort {
    padding: 60px 0 20px;
}
.wrapper--comfort .swiper__block {
    height: 100%;
    margin: 20px 0;
}
.wrapper--comfort .swiper-slide {
    display: flex;
}
.wrapper--comfort .swiper-button-next {
    right: 30px;
    transform: unset;
}
.wrapper--comfort .swiper-button-prev {
    left: 30px;
    transform: unset;
}
.wrapper--comfort .btn {
    margin-left: 30px;
}
.wrapper--comfort .details__btn {
    margin-top: 30px;
}
.wrapper--comfort .details__item:last-child {
    margin-left: 20px;
}
.wrapper--comfort .details__item:first-child {
    margin-right: 20px;
}
.wrapper--comfort .details__row {
    align-items: flex-start;
}
.comfort__text {
    margin: 20px 0;
}
.comfort__title {
    margin-bottom: 55px;
}
.comfort__list {
    margin: 0;
    padding: 0;
}
.comfort__item {
    padding-left: 30px;
    list-style: none;
    margin-bottom: 20px;
    position: relative;
}
.comfort__item::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../img/check.svg) no-repeat center/100%;
    position: absolute;
    left: 0;
    top: 0;
}
.comfort__item b {
    font-family: "Lato Semi Bold", sans-serif;
}
.comfort__item p {
    margin: 5px 0;
    line-height: 1.4;
}
@media screen and (max-width: 870px) {
    .wrapper--comfort {
        padding: 40px 0;
    }
    .wrapper--comfort .details__row {
        flex-direction: column-reverse;
        margin: 30px 0;
    }
    .wrapper--comfort .swiper {
        width: 100%;
        margin: 0 auto;
    }
    .wrapper--comfort .swiper-slide img {
        width: 100%;
    }
    .comfort__title {
        margin-bottom: 30px;
        margin-top: 25px;
    }
    .comfort__list ~ button {
        display: none;
    }
    .wrapper--comfort .details__row {
        margin-bottom: 0;
    }
    .wrapper--comfort .details__item:first-child,
    .wrapper--comfort .details__item:last-child {
        margin: 0;
        width: 100%;
    }
    .comfort__text {
        margin: 0 0 20px;
    }
    .comfort__item {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 420px) {
    .wrapper--comfort .swiper-slide img {
        height: 240px;
        object-fit: cover;
    }
    .wrapper--comfort .swiper-button-next {
        right: 16px;
    }
    .wrapper--comfort .swiper-button-prev {
        left: 16px;
    }
}
.wrapper--investment {
    padding-bottom: 60px;
}
.investment {
    display: flex;
    margin-top: 50px;
}
.investment__content {
    width: 50%;
    padding-right: 30px;
}
.investment__content .investment__item {
    background: #f5f5f5;
    border-radius: 2px;
    margin: 0 0 20px 0;
    width: calc(50% - 10px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px 30px;
    text-align: center;
    width: 375px;
    box-shadow: none;
}
.investment__content .investment__item b {
    font-size: 26px;
    font-family: "Lato Semi Bold", sans-serif;
    color: #0a1a33;
    font-weight: 600;
}
.investment__content .investment__item p {
    opacity: 0.7;
    margin: 15px 0 0 0;
    text-align: left;
}
.investment__content .investment__item:last-child {
    margin-bottom: 0;
}
.investment__text {
    margin: 0;
}
.investment__button {
    margin: 32px 0;
    width: 375px;
    justify-content: space-between;
}
.investment__row {
    width: 50%;
    display: flex;
    flex-direction: column;
}
.investment__row b {
    color: #1e2830 !important;
}
.investment__row p {
    opacity: 1 !important;
}
.investment__item {
    border-radius: 5px;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 24px;
    text-align: center;
    margin-bottom: 30px;
    width: 610px;
    box-shadow: 0 2px 15px 0 rgba(104, 70, 47, 0.1);
}
.investment__item b {
    font-size: 22px;
    font-family: "Lato Medium", sans-serif;
    color: #0a1a33;
    font-weight: 500;
}
.investment__item p {
    opacity: 0.7;
    margin: 16px 0 0 0;
    text-align: left;
}
.investment__item:last-child {
    margin-bottom: 0;
}
.investment__item:nth-child(2) {
    padding-bottom: 55px;
}
.investment__item.golden {
    background-image: url(../img/passport.svg);
    background-repeat: no-repeat;
    background-position: 100% 0;
}
@media screen and (max-width: 1240px) {
    .investment__item {
        width: 100%;
    }
}
@media screen and (max-width: 840px) {
    .investment {
        flex-direction: column-reverse;
    }
    .investment__row {
        width: 100%;
    }
    .investment__content {
        width: 100%;
        padding-right: 0;
    }
}
@media screen and (max-width: 992px) {
    .wrapper--investment {
        padding: 40px 0 80px;
    }
    .investment {
        margin: 0;
        flex-direction: column;
    }
    .investment__title {
        margin-bottom: 30px;
        font-family: "Inter Medium", sans-serif;
        font-weight: 500;
    }
    .investment__item b {
        font-size: 24px;
    }
    .investment__item {
        margin: 0;
        padding: 10px;
        height: 200px;
    }
    .investment__row {
        justify-content: space-between;
        margin-top: 30px;
        margin-bottom: 4px;
        order: 2;
        width: 100%;
    }
    .investment__content {
        order: 1;
        width: 100%;
    }
    .investment__button {
        margin: 24px 0;
        width: 100%;
        background: #0f4c81;
    }
    .investment__button svg {
        fill: #fff;
    }
    .investment__button span {
        margin-right: 0;
        color: #fff;
    }
    .investment__item p {
        font-size: 16px;
        margin: 10px 0;
    }
    .investment__content .investment__item {
        margin-bottom: 16px;
        padding: 20px;
        width: 100%;
        gap: 0;
        height: auto;
    }
    .investment__content .investment__item b {
        font-family: "Inter Medium", sans-serif;
        font-size: 26px;
        letter-spacing: 0;
        font-weight: 500;
    }
    .investment__content .investment__item p {
        margin-top: 6px;
    }
    .investment__row {
        gap: 16px;
    }
    .investment__row .investment__item {
        width: 100%;
        padding: 20px;
        height: auto;
    }
    .investment__row .investment__item b {
        color: #000;
    }
    .investment__row .investment__item p {
        margin: 0;
        margin-top: 12px;
    }
}
@media screen and (max-width: 768px) {
    .wrapper--investment {
        padding: 40px 0 80px;
    }
    .investment {
        margin: 0;
    }
    .investment__title {
        margin-bottom: 30px;
    }
    .investment__item b {
        font-size: 24px;
    }
    .investment__item {
        margin: 0;
        padding: 10px;
        height: 200px;
    }
    .investment__row {
        justify-content: space-between;
        margin-top: 30px;
        margin-bottom: 4px;
        order: 2;
    }
    .investment__content {
        order: 1;
    }
    .investment__button {
        margin: 24px 0;
        width: 100%;
        background: #0f4c81;
    }
    .investment__button svg {
        fill: #fff;
    }
    .investment__button span {
        margin-right: 0;
        color: #fff;
    }
    .investment__item p {
        font-size: 16px;
        margin: 10px 0;
    }
    .investment__content .investment__item {
        margin-bottom: 16px;
        padding: 20px;
        width: 100%;
        gap: 0;
        height: auto;
    }
    .investment__content .investment__item b {
        font-family: "Inter Medium", sans-serif;
        font-size: 26px;
        letter-spacing: 0;
        font-weight: 500;
    }
    .investment__content .investment__item p {
        margin-top: 6px;
    }
    .investment__row {
        gap: 16px;
    }
    .investment__row .investment__item {
        width: 100%;
        padding: 20px;
        height: auto;
    }
    .investment__row .investment__item b {
        color: #000;
        font-family: "Lato Semi Bold", sans-serif;
        font-weight: 600;
    }
    .investment__row .investment__item p {
        margin: 0;
        margin-top: 12px;
    }
}
.wrapper--product {
    padding: 60px 0;
    overflow: hidden;
}
.tabs__dropdown {
    display: none;
}
.product {
    display: flex;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    overflow: hidden;
}
.product .button {
    margin-top: 12px;
    width: 300px;
    font-size: 16px;
}
.product__button.button {
    margin-top: 0;
}
.product .btn__link {
    height: 47px;
}
.product__row {
    margin-bottom: 60px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
}
.product__slider {
    position: relative;
}
.product__slider .swiper-button-prev {
    left: 25px !important;
}
.product__slider .swiper-button-next {
    left: calc(51% - 31px) !important;
}
.product__img {
    width: 50%;
    display: flex;
    position: relative;
}
.product__img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    width: 100%;
}
.product__img-before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(4, 4, 20, 0.2);
    backdrop-filter: blur(7.5px);
    box-sizing: border-box;
    padding: 120px;
    text-align: center;
    opacity: 0;
    transition: all ease-in-out 0.45s;
}
.product__img-before p {
    font-family: Inter, sans-serif;
    font-size: 34px;
    color: #fefefe;
    line-height: 1.2;
}
.product__img-before.active {
    opacity: 1;
}
.product__img:hover {
    cursor: pointer;
}
.product__img:hover .product__img-before {
    opacity: 1;
}
.product__img_over .product__img-before {
    opacity: 1;
}
.product__content {
    width: 50%;
    padding: 50px 60px;
    border-left: 1px solid #e0e0e0;
}
.product__content-title {
    font-family: "Lato Medium", sans-serif;
    font-size: 28px;
    font-weight: 500;
    color: #1e2830;
    display: block;
    margin-bottom: 24px;
}
.product__content-item {
    color: #1e2830;
    margin: 0;
    margin-bottom: 12px;
}
.product__content-item b {
    font-family: "Lato Semi Bold", sans-serif;
    font-weight: 600;
    font-size: 18px;
}
.product__content-item span {
    font-family: "Lato Regular", sans-serif;
    font-size: 18px;
}
.product__content table {
    margin: 24px 0 30px 0;
}
.product__content table td {
    font-family: "Lato Regular", sans-serif;
    font-size: 18px;
    padding: 5px 50px 5px 0;
}
.product__tabs {
    margin-left: auto;
    display: flex;
    align-items: center;
    margin: 40px 0;
}
.product__tabs-link {
    padding: 8px 20px;
    background: 0 0;
    border-radius: 90px;
    border: 1px solid #d1d0d0;
    cursor: pointer;
    font-family: "Lato Regular";
    font-size: 18px;
    margin-left: 15px;
}
.product__tabs-link.active {
    background: #0a1a33;
    border-color: #0a1a33;
    color: #fefefe;
}
.product__arrow {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto;
}
@media screen and (max-width: 1024px) {
    .tabs__dropdown {
        display: flex;
    }
    .product__tabs {
        display: none;
    }
}
@media screen and (max-width: 970px) {
    .product__row {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 10px;
    }
    .product__tabs {
        margin: 20px auto;
    }
    .product__block {
        max-width: 550px;
        margin: 0 auto;
    }
    .product {
        flex-direction: column;
    }
    .product__img {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .product__content {
        width: 100%;
        padding: 15px;
        border-left: none;
        border-top: 1px solid #e0e0e0;
        box-sizing: border-box;
    }
    .product__arrow {
        top: 220px !important;
        margin-top: 0;
        transform: translateY(-50%);
    }
    .product__slider .swiper-button-next {
        left: calc(92% - 16px) !important;
    }
    .product__slider .swiper-button-prev {
        left: 16px !important;
    }
}
@media screen and (max-width: 780px) {
    .wrapper--product {
        padding: 40px 0 60px;
    }
    .wrapper--product .tabs {
        overflow: hidden;
    }
    .product__img {
        height: 302px;
    }
    .product__img img {
        height: 100%;
    }
    .product__img-before p {
        font-size: 20px;
    }
    .product__img-before {
        padding: 30px;
    }
    .product__content-title {
        font-size: 20px;
        margin-bottom: 20px;
        font-family: "Lato Semi Bold", sans-serif;
        font-weight: 600;
    }
    .product__content table td {
        font-size: 16px;
    }
    .product__content {
        padding: 24px 20px;
    }
    .product__content .swiper-slide {
        overflow: hidden;
    }
    .product__content-item {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .product__content-item:last-child {
        margin-bottom: 0;
    }
    .product__button.button {
        margin-top: 0;
        width: 100%;
        max-width: 100%;
    }
    .product__content .button__go.button {
        margin-top: 12px;
        width: 100%;
        max-width: 100%;
    }
    .product__content-item b,
    .product__content-item span {
        font-size: 16px;
    }
    .product__arrow {
        top: 150px !important;
        margin-top: 0;
        transform: translateY(-50%);
    }
    .product__slider .swiper-button-next {
        right: 16px !important;
        left: unset !important;
    }
    .product__slider .swiper-button-prev {
        left: 16px;
    }
    .tabs__link {
        font-size: 16px;
        margin-left: 0;
        padding: 8px 12px;
    }
    .wrapper--big-gallery .product__tabs {
        gap: 10px;
    }
    .big-gallery__small,
    .wrapper--big-gallery .gallery__btn {
        display: none;
    }
    .product__content table {
        margin: 20px 0 24px;
    }
}
* {
    transition: all ease-in-out 0.24s;
}
body {
    font-family: "Lato Regular", sans-serif;
    background: #fefefe;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Inter Regular", sans-serif;
}
h1 {
    font-size: 60px;
    font-weight: 500;
    line-height: 1.2;
}
h2 {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
}
h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
}
h4 {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4;
}
h5 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
}
h6 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
}
body,
li,
p,
span {
    font-size: clamp(16px, 1.8vw, 18px);
    line-height: 1.4;
    color: #1e2830;
}
p {
    margin: 20px 0;
}
.descript {
    font-size: clamp(16px, 1.8vw, 18px);
}
.title {
    margin: 0;
}
.mobile-block {
    display: none;
}
label .iti__flag.iti__ae {
    background: url(../img/ae.svg) no-repeat center/100% 100%;
    height: 13px;
    width: 18px;
}
.iti__arrow--up {
    border-bottom: unset !important;
}
.main-anhor {
    position: fixed;
    right: 50px;
    bottom: 120px;
    z-index: 20;
    width: 40px;
    height: 40px;
    padding: 0;
    background: 0 0;
    border: none;
    transform: translateY(100%);
    visibility: hidden;
    transition: all ease-in-out 0.24s;
    opacity: 0;
}
.main-anhor.active {
    visibility: visible;
    opacity: 1;
    transform: translate(0);
}
.main-anhor rect {
    fill: #1e2830;
    opacity: 0.3;
}
.main-anhor:hover rect {
    fill: #0a1a33;
    opacity: 1;
}
textarea {
    resize: vertical;
}
.cover-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.cover-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-button-next,
.swiper-button-prev {
    transform: translateY(-50%);
    margin-top: 0;
    top: 50%;
}
.swiper-button-next rect,
.swiper-button-prev rect {
    fill: #0a1a33;
    fill-opacity: 0.7;
}
.swiper-pagination-bullet {
    background: #d1d0d0;
    color: #d1d0d0;
    opacity: 0.8;
}
.swiper-pagination-bullet-active {
    background: #0a1a33;
}
.scroll-animate {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.scroll-animate.visible {
    opacity: 1;
    transform: translateY(0);
}
.swiper-button-next rect,
.swiper-button-prev rect {
    fill: #1e2830 !important;
}
@media screen and (max-width: 960px) {
    body {
        padding-bottom: 60px;
    }
}
@media screen and (max-width: 870px) {
    .mobile-block {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .mobile-block button {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100%;
        max-width: 343px;
        margin-bottom: 10px;
    }
    .descript {
        margin: 10px 0;
    }
    .main-anhor {
        right: 16px;
        bottom: 70px;
    }
    .main-anhor rect {
        fill: #0a1a33;
        opacity: 1;
    }
}
@media screen and (max-width: 768px) {
    h2 {
        font-size: 26px;
        font-family: "Inter Medium", sans-serif;
        margin: 0;
    }
    .title {
        margin: 0;
        margin-bottom: 15px;
    }
    .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        border-radius: 10px;
        opacity: 0.8;
        background: var(--Line-color, #d1d0d0);
    }
    .swiper-pagination-bullet-active {
        background: #0f4c81;
    }
}
.hiddens {
    display: none;
}
#show-more-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    font-family: "Inter Medium", sans-serif;
    font-size: 16px;
    cursor: pointer;
    margin: 50px 0 0 0;
    color: #0a1a33;
}


.application__form label.application_surname {
  position: absolute;
  max-height: 0;
  max-width: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -999999;
}

.application__form-wrapper .application__btn {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border: none;
}

.wpcf7-spinner {
    display: none;
}

#cookie {
    position: fixed;
    height: auto;
    z-index: 9999;
    bottom: 10px;
    width: 100%;
    display: none;
    -webkit-animation: fadeIn .5s ease-in-out;
    animation: fadeIn .5s ease-in-out
}

.cookie {
    width: 100%;
    max-width: 1024px;
    border-radius: 5px;
    background: #F8F7F3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px;
    margin: 0 auto;
    -webkit-box-shadow: 0 4px 20px rgba(0,0,0,.15);
    box-shadow: 0 4px 20px rgba(0,0,0,.15)
}

.cookie p {
    opacity: .7;
    color: #0A1A33;
    font-family: "Lato Regular", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-right: 24px
}

.cookie p a {
    color: #0A1A33;
    border-bottom: 1px solid #0A1A33;
    text-decoration: none;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.cookie p a:hover {
    opacity: .8
}

.cookie button {
    min-width: 180px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background: #0A1A33;
    color: white;
    width: 170px;
    height: 45px;
    display: block;
    justify-content: center;
    align-items: center;
}

.cookie button:hover {
    -webkit-box-shadow: 0 4px 12px rgba(0,0,0,.15);
    box-shadow: 0 4px 12px rgba(0,0,0,.15)
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@media(max-width: 968px) {
     .cookie {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px 15px
    }

    .cookie p {
        margin-right: 0;
        margin-bottom: 16px;
        font-size: 16px
    }
}


.wrapper--footer {
            padding: 60px 0 150px;
            background: #0a1a33;
        }

        .wrapper--footer .footer {
            display: flex;
            justify-content: space-between;
            flex-direction: row;
            align-items: flex-start;
        }

        .wrapper--footer .footer .footer__address {
            width: 392px;
            max-width: 100%;
            margin: 0;
            opacity: 1;
        }

        .wrapper--footer .footer .title {
            margin: 0;
            margin-bottom: 24px;
            color: white;
            font-family: "Lato Regular", sans-serif;
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 140%; /* 25.2px */
            text-align: left;
        }

        .wrapper--footer .footer .text {
            margin: 0;
            margin-bottom: 20px;
            color: white;
            font-family: "Lato Regular", sans-serif;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 120%; /* 19.2px */
            text-align: left;
        }

        .wrapper--footer .footer .text:last-child {
            margin-bottom: 0;
        }

        .wrapper--footer .footer .footer-right {
            display: flex;
            gap: 60px;
            width: 540px;
            justify-content: flex-end;
        }

        .wrapper--footer .footer svg {
            display: block;
            width: 24px;
            height: 24px;
        }

        .wrapper--footer .footer .footer__contact a {
            display: flex;
            gap: 12px;
            color: white;
            text-decoration: none;
        }

        .wrapper--footer .footer .social {
            display: flex;
            gap: 24px;
        }

        .wrapper--footer .footer .social a {
            width: 35px;
            height: 35px;
            border: 1px solid white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .wrapper--footer .footer .social a svg {
            padding: 2px;
        }

        .wrapper--footer .footer .footer__company a {
            color: white;
        }

        @media(max-width: 992px) {
            .wrapper--footer .footer {
                flex-direction: column;
                gap: 40px;
                align-items: flex-start;
            }

            .wrapper--footer .footer .footer-right {
                justify-content: flex-start;
            }
        }

        @media(max-width: 768px) {

            .wrapper--footer {
                padding: 60px 0;
            }
            .wrapper--footer .footer {
                flex-direction: column;
            }
            .wrapper--footer .footer .footer__address {
                width: 100%;
                flex-direction: column;
                justify-content: flex-start;
                align-items: flex-start;
                margin-bottom: 0;
            }
            .footer__address::before {
                display: none;
            }

            .wrapper--footer .footer .title {
                margin-bottom: 20px;
            }

            .wrapper--footer .footer .text {
                margin-bottom: 12px;
            }

            .wrapper--footer .footer .footer-right {
                flex-direction: column;
                width: 100%;
                gap: 40px;
            }
        }

.privacy {
    padding: 120px 0;
}

.wp-block-heading:first-child {
    font-family: "Inter Regular", sans-serif;
    font-size: 32px;
    margin-bottom: 40px;
}

.wp-block-heading {
    font-family: "Inter Regular", sans-serif;
    font-size: 25px;
}