@charset "UTF-8";

* {
    padding: 0;
    margin: 0;
    border: 0
}

*,
::after,
::before {
    box-sizing: border-box
}

a,
a:hover,
a:link,
a:visited {
    text-decoration: none
}

aside,
footer,
header,
legend,
main,
nav,
section {
    display: block
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-size: inherit;
    font-weight: inherit
}

ul,
ul li {
    list-style: none
}

img,
svg {
    max-width: 100%
}

img {
    vertical-align: top
}

svg {
    height: auto
}

address {
    font-style: normal
}

input,
select,
textarea {
    background-color: transparent
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    color: inherit
}

input::-ms-clear {
    display: none
}

button,
input[type=submit] {
    display: inline-block;
    box-shadow: none;
    background-color: transparent;
    background: 0 0;
    cursor: pointer
}

button:active,
button:focus,
input:active,
input:focus {
    outline: 0
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

label {
    cursor: pointer
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

:root {
    --container-width: 1310px;
    --container-padding: 15px;
    --font-main: "Inter", sans-serif;
    --font-second: "Geologica", sans-serif;
    --page-bg: #DFE2E6;
    --text: #000000;
    --primary: #091358;
    --secondary: #fefefe;
    --white: #ffffff;
    --laptop-size: 1199px;
    --tablet-size: 959px;
    --mobile-size: 599px
}

@font-face {
    font-family: Geologica;
    font-display: swap;
    src: url(../fonts/Geologica-Bold.woff2) format("woff2"), url(../fonts/Geologica-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Geologica;
    font-display: swap;
    src: url(../fonts/Geologica-Light.woff2) format("woff2"), url(../fonts/Geologica-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Geologica;
    font-display: swap;
    src: url(../fonts/Geologica-Medium.woff2) format("woff2"), url(../fonts/Geologica-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Geologica;
    font-display: swap;
    src: url(../fonts/Geologica-Regular.woff2) format("woff2"), url(../fonts/Geologica-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Inter_18pt;
    font-display: swap;
    src: url(../fonts/Inter_18pt-Bold.woff2) format("woff2"), url(../fonts/Inter_18pt-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Inter_18pt;
    font-display: swap;
    src: url(../fonts/Inter_18pt-Light.woff2) format("woff2"), url(../fonts/Inter_18pt-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Inter_18pt;
    font-display: swap;
    src: url(../fonts/Inter_18pt-Medium.woff2) format("woff2"), url(../fonts/Inter_18pt-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Inter_18pt;
    font-display: swap;
    src: url(../fonts/Inter_18pt-Regular.woff2) format("woff2"), url(../fonts/Inter_18pt-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Inter_18pt;
    font-display: swap;
    src: url(../fonts/Inter_18pt-SemiBold.woff2) format("woff2"), url(../fonts/Inter_18pt-SemiBold.woff) format("woff");
    font-weight: 600;
    font-style: normal
}

html {
    scroll-behavior: smooth
}

a,
body {
    color: var(--text)
}

body {
    font-family: var(--font-main);
    text-wrap: balance;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 300;
    background-color: var(--page-bg)
}

img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain
}

a {
    cursor: pointer
}

code,
pre.code {
    background-color: #e9f1f6;
    padding: .2rem;
    border-radius: 4px
}

pre.code {
    overflow-x: auto;
    padding: 1rem
}

.section {
    padding: 120px 0
}

.title,
.title-l {
    font-family: var(--font-second)
}

.title-l {
    margin-bottom: 30px;
    font-size: 140px;
    line-height: .92;
    font-weight: 700
}

.title {
    font-size: 70px;
    line-height: 1;
    font-weight: 500
}

.subtitle {
    margin-bottom: 20px;
    font-size: 26px
}

.logo {
    max-width: 396px;
    width: 100%;
    height: 77px
}

.btn,
.btn__arrow,
.btn__text {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .32s linear
}

.btn__arrow,
.btn__text {
    height: 75px;
    background-color: var(--white)
}

.btn__text {
    padding: 25px 64px;
    font-size: 22px;
    font-weight: 500;
    color: var(--primary);
    border-radius: 16px;
    text-wrap: nowrap
}

.btn__arrow {
    padding: 20px;
    width: 75px;
    border-radius: 50%
}

.btn:hover .btn__text {
    transform: translateX(-8px)
}

.btn:hover .btn__arrow {
    transform: scale(1.05)
}

.btn>p {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.no-active {
    pointer-events: none;
}

input[aria-invalid="true"],
select[aria-invalid="true"] {
    border-color: #767eb3 !important;
}

.wpcf7-not-valid-tip {
    color: var(--text);
}

.shared-bg {
    position: relative
}

.shared-bg__img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1
}


.shared-bg__img-mobile {
    display: none;
}

.about__img img,
.footer__img img,
.modal__img img,
.services__img img,
.shared-bg__img img {
    object-fit: cover
}

.shared-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .35);
    pointer-events: none
}

.shared-bg .header__wrap,
.shared-bg .top__content {
    position: relative;
    z-index: 1
}

/* Стили чекбоксов */

input[type='checkbox'] {
    width: 20px;
    height: 20px;
}

.custom-checkbox {
    display: flex;
    justify-content: start;
    align-items: start;
}

/* для элемента input c type="checkbox" */
.custom-checkbox label input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

/* для элемента label, связанного с .custom-checkbox */
.custom-checkbox label span {
    display: inline-flex;
    align-items: start;
    user-select: none;
    font-weight: 400;
    font-size: 14px;
}

/* создание в label псевдоэлемента before со следующими стилями */
.custom-checkbox label span::before {
    margin-top: 2px;
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 2px;
    margin-right: 9px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    display: flex;
    justify-content: start;
    align-items: start;
}

/* стили при наведении курсора на checkbox */
.custom-checkbox label input:not(:disabled):not(:checked)+span:hover::before {
    border-color: var(--primary);
}

/* стили для чекбокса, находящегося в состоянии checked */
.custom-checkbox label input:checked+span::before {
    background: var(--primary) url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+ICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICA8cmVjdCB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiLz4gICAgPHBhdGggZmlsbD0iI0ZGRiIgZD0iTTQuMDQyOTM4OTYsMTAuMDQyODE4MyBDMy43OTc2NzQzOCw5LjQwOTg2NTU4IDQuNjU2MjkwNjcsOC44NTU2NjM3NCA1LjI2OTY0MjM4LDguODU1NjYzNzQgQzUuODgyOTk0MDksOC44NTU2NjM3NCA3LjcyMzA0OTA3LDExLjUyNjc2MTQgNy43MjMwNDkwNywxMS41MjY3NjE0IEM3LjcyMzA0OTA3LDExLjUyNjc2MTQgMTIuMzIzMTg2OSw0LjQwMzgzNDI5IDEyLjYyOTg2MjksNC4xMDcwNDU2NiBDMTIuOTM2NTM4OSwzLjgxMDI1NzAzIDE0LjQ2OTkxODIsNC4xMDcwNDU2NiAxMy44NTY1NjYzLDUuMjk0MjAwMTggQzEzLjMxMzMyMTYsNi4zNDU2NjA4NCA4LjMzNjQwMDkyLDEzLjYwNDI4MTggOC4zMzY0MDA5MiwxMy42MDQyODE4IEM4LjMzNjQwMDkyLDEzLjYwNDI4MTggNy43MjMwNDkyMSwxNC40OTQ2NDc3IDcuMTA5Njk3NTEsMTMuNjA0MjgxOCBDNi40OTYzNDU4LDEyLjcxMzkxNTkgNC4yODgyMDM1NSwxMC42NzU3NzA5IDQuMDQyOTM4OTYsMTAuMDQyODE4MyBaIi8+ICA8L2c+PC9zdmc+) no-repeat center;
    background-size: 14px 14px;
    border-color: var(--primary);
}

/* стили для чекбокса, находящегося в состоянии disabled */
.custom-checkbox label input:disabled+span::before {
    background-color: #e9ecef;
}

.input {
    padding: 12px 0;
    display: block;
    width: 100%;
    height: 45px;
    font-family: var(--font-main);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    color: var(--black);
    appearance: textfield;
    background-color: var(--white);
    border-bottom: 1px solid #767eb3;
    outline: 0;
    position: relative;
    text-overflow: ellipsis;
    z-index: 2
}

.input::placeholder {
    font-family: var(--font-main);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    color: #a9a9a9
}

.input:active,
.input:focus {
    border-bottom: 1px solid var(--primary)
}

.modal {
    max-width: 1100px !important;
    border-radius: 30px !important;
    overflow: hidden
}

.modal__img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1
}

.modal__wrap {
    padding: 60px 40px;
    box-shadow: inset 0 0 0 1px #a0b2c4;
    position: relative;
    z-index: 2;
    overflow: hidden
}

.modal__close {
    position: absolute;
    z-index: 10;
    top: 30px;
    right: 30px;
    cursor: pointer
}

.modal__close svg {
    width: 32px;
    height: 32px;
    transition: all .32s linear
}

.modal__close svg path {
    stroke: var(--white)
}

.modal__close svg:hover {
    transform: rotate(90deg)
}

.modal__text,
.modal__title {
    margin-bottom: 25px;
    font-size: 22px;
    font-weight: 500;
    color: var(--primary)
}

.modal__text {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3
}

.modal__title:has(+.modal__text) {
    margin-bottom: 12px
}

.modal .wpcf7-spinner {
    margin: 0;
}

.modal__content {
    padding: 30px 20px;
    max-width: 509px;
    width: 100%;
    background-color: var(--white);
    border-radius: 15px;
    position: relative;
    z-index: 2
}

.modal__form {
    display: flex;
    align-items: flex-end;
    gap: 110px
}

.modal__subtitle {
    margin-top: 35px;
    margin-bottom: 15px
}

.footer__menu a,
.modal__link,
.modal__subtitle {
    color: var(--primary)
}

.modal__link:hover {
    color: var(--main-blue)
}



.modal__wrap .custom-checkbox {
    margin-top: 60px;
    margin-bottom: 0;
    justify-content: start;
    color: #a9a9a9
}

.modal__form-input {
    position: relative;
}

.modal__btn {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    margin-right: 75px;
    cursor: pointer;
}

.modal__btn:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    right: -75px;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='39' height='39' viewBox='0 0 39 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2001_226)'%3E%3Cpath d='M29.0459 9.95408L25.681 9.95408L25.6691 23.2826L11.1473 8.76084L8.76082 11.1473L23.2826 25.6691L9.95406 25.681L9.95406 29.046H29.0459V9.95408Z' fill='%23091358'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2001_226'%3E%3Crect width='27' height='27' fill='white' transform='translate(19.5 0.408142) rotate(45)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 27px 27px;
    transition: all .32s linear
}

.modal__btn:hover::after {
    transform: scale(1.05)
}

.modal__form-input::after {
    content: " *";
    color: #ee2722;
    position: absolute;
    top: 15px;
    right: 5px;
    z-index: 2
}

.wpcf7-response-output {
    color: var(--white);
    position: relative;
    z-index: 2;
}

.wpcf7-list-item {
    margin: 0;
}

.none {
    display: none !important
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden
}

.no-scroll {
    overflow-y: hidden
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.d-flex,
.top ul,
body,
html {
    display: flex
}

.flex-center {
    justify-content: center
}

.container {
    margin: 0 auto;
    padding: 0 var(--container-padding);
    max-width: var(--container-width);
    width: 100%
}

body,
html {
    min-height: 100vh;
    flex-direction: column
}

.footer {
    margin-top: auto;
    padding: 100px 0;
    position: relative
}

.footer__img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1
}

.footer__img-mobile {
    display: none;
}

.footer__wrap {
    color: var(--primary);
    font-weight: 400
}

.footer__top {
    margin-bottom: 110px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 20px
}

.footer__top>div {
    max-width: 290px;
    width: 100%
}

.footer__title {
    margin-bottom: 17px;
    font-size: 22px;
    font-weight: 500
}

.footer a.footer__link {
    margin-bottom: 10px;
    display: block;
    color: var(--primary);
    text-decoration: underline
}

.footer__copyright,
.footer__menu li,
.footer__text {
    margin-bottom: 10px
}

.footer__menu li {
    width: fit-content
}

.footer__logo {
    margin-left: auto;
    max-width: 290px
}

.footer__menu li::after,
.nav li::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: var(--primary);
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .32s linear
}

.footer__menu li:hover::after,
.nav li:hover::after {
    transform: scaleX(1)
}

.footer__menu li,
.header,
.nav li {
    position: relative
}

.header,
.header__wrap {
    display: flex;
    align-items: center
}

.header {
    height: 120px;
    border-bottom: 1px solid var(--secondary);
    z-index: 2
}

.header__wrap {
    justify-content: space-between;
    gap: 20px
}

.header__burger {
    display: none
}

.header__lang-btn ul {
    list-style: none;
}

.header__lang-btn li a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--white);
}

.header__lang-btn li.current-lang {
    display: none;
}

.nav__list {
    display: flex;
    justify-content: end;
    align-items: center;
    column-gap: 40px
}

.nav li {
    transition: all .32s linear
}

.nav li,
.nav li a {
    color: var(--white)
}

.nav li::after {
    background-color: var(--white)
}

.icons-wrapper {
    padding: 30px 0;
    display: flex;
    column-gap: 30px
}

.icon {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center
}

.icon--arrow {
    width: 27px;
    height: 27px
}

.icon--arrow {
    fill: var(--primary);
}

.icon--location {
    width: 24px;
    height: 24px;
    fill: var(--primary);
}

.icon--phone {
    width: 18px;
    height: 18px;
    fill: var(--primary);
}

.icon--email {
    width: 24px;
    height: 24px;
    fill: var(--primary);
}

.top {
    height: 892px;
    color: var(--white);
    position: relative;
    z-index: 1
}

.top .title-l {
    letter-spacing: 3.7px;
    color: var(--secondary);
}

.top__content {
    padding-top: 90px
}

.top__wrap {
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between
}

.top__subtitle {
    max-width: 400px;
    font-size: 22px;
    line-height: 1.25;
    color: var(--secondary);
}

.top__box {
    padding: 40px;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .04));
    border: 1px solid rgba(255, 255, 255, .25);
    backdrop-filter: blur(6px) saturate(120%);
    -webkit-backdrop-filter: blur(6px) saturate(120%);
    color: #fff;
    text-align: center
}

.top ul {
    font-size: 70px;
    line-height: 1;
    font-weight: 500;
    font-family: var(--font-second);
    gap: 40px
}

.top .marquee,
.top__box {
    overflow: hidden
}

.about,
.top__box {
    position: relative
}

.about__img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1
}

.about__img-mobile {
    display: none;
}

.about__wrap {
    display: flex;
    gap: 45px
}

.about__left {
    max-width: 620px;
    width: 100%
}

.about .title-l {
    margin-bottom: 55px
}

.about li,
.about__subtitle {
    font-size: 22px
}

.about ul {
    margin-top: 40px
}

.about li {
    padding: 24px;
    border: 1px solid #a0b2c4;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: var(--white)
}

.about li:nth-of-type(2) {
    transform: translateY(-10px)
}

.about li:nth-of-type(3) {
    transform: translateY(-20px)
}

.about li:nth-of-type(4) {
    transform: translateY(-30px)
}

.about__number {
    margin-bottom: 12px;
    font-size: 42px;
    font-weight: 600
}

.services {
    position: relative;
    z-index: 2;
    background: radial-gradient(circle, var(--primary) 0%, #1b2642 47%, #39548e 100%);
    color: var(--white)
}

.services__box::after,
.services__img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1
}

.services__img-mobile {
    display: none;
}

.services .btn,
.services__wrap {
    position: relative;
    z-index: 2
}

.services__top {
    margin-bottom: 90px;
    display: flex;
    justify-content: space-between;
    gap: 40px
}

.services__subtitle {
    max-width: 620px;
    width: 100%;
    font-size: 22px
}

.services__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 80px;
    column-gap: 40px
}

.services__list-mobile {
    display: none;
}

.services__box {
    padding: 30px;
    position: relative;
    border-radius: 10px;
    background: rgba(217, 217, 217, .05);
    backdrop-filter: blur(4px) saturate(120%);
    -webkit-backdrop-filter: blur(4px) saturate(120%);
    box-shadow: inset 6px 4px 21.6px rgba(255, 255, 255, .25), 0 8px 20px rgba(9, 19, 88, .2)
}

.services__box::after {
    content: "";
    box-shadow: 0 4px 8.2px rgba(9, 19, 88, .2);
    border-radius: 10px;
    z-index: -1
}

.services__box::before {
    content: "";
    position: absolute;
    inset: .5px;
    padding: .5px;
    border-radius: 9.5px;
    background: linear-gradient(145deg, var(--white), var(--primary));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 1
}

.services__box-big {
    grid-column: span 2;
    display: flex;
    align-items: flex-end;
    gap: 46px;
    height: fit-content
}

.services__number {
    margin-bottom: 15px;
    max-width: fit-content;
    width: 100%;
    background: linear-gradient(135deg, #9FB1C3 46.21%, #FFF 97.35%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-family: var(--font-second);
    font-size: 140px;
    line-height: 130px;
    font-weight: 700
}

.services__name {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 500
}

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

.services .btn {
    margin-top: 35px
}

.services .btn__text {
    padding: 25px 35px
}

.map__wrap {
    position: relative
}

.map__inner {
    border-radius: 10px;
}

.map__inner iframe {
    border-radius: 10px;
    width: 100%;
    height: 600px
}

.map__info {
    padding: 24px 36px;
    max-width: 400px;
    width: 100%;
    background-color: var(--white);
    box-shadow: inset 0 0 0 1px #a0b2c4;
    border-radius: 14px;
    position: absolute;
    top: 42px;
    right: 111px
}

.map__title {
    margin-bottom: 22px;
    font-size: 22px;
    font-weight: 500;
    color: var(--primary)
}

.map__line {
    margin-bottom: 12px;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 20px;
    font-size: 22px
}

.map__line:last-of-type {
    margin-bottom: 0;
}

.map__line span:first-of-type {
    max-width: 24px;
    width: 100%
}

.policy__wrap {
    text-wrap: balance;
}

.policy__wrap h1,
.policy__wrap h2,
.policy__wrap h3,
.policy__wrap h4,
.policy__wrap h5,
.policy__wrap h6 {
    margin: 40px 0 20px 0;
    line-height: 1;
    font-weight: 500;
    font-family: var(--font-second);
}

.policy__wrap h1 {
    margin: 0 0 40px 0;
    font-size: 70px;
}

.policy__wrap h2 {
    font-size: 42px;
}

.policy__wrap h3 {
    font-size: 30px;
}

.policy__wrap h4 {
    font-size: 24px;
}

.policy__wrap h5 {
    font-size: 20px;
}

.policy__wrap h6 {
    font-size: 18px;
}

.policy__wrap p {
    margin-bottom: 20px;
}

.policy__wrap strong {
    font-weight: 600;
}

.policy__wrap em {
    font-style: italic;
}

.policy__wrap a {
    color: #0066cc;
    text-decoration: underline;
    transition: color 0.2s ease;
}

.policy__wrap a:hover {
    color: #004a99;
}

.policy__wrap ul,
.policy__wrap ol {
    margin: 20px 0 20px 30px;
}

.policy__wrap ul {
    list-style-type: disc;
}

.policy__wrap ul li {
    list-style: disc outside none;
    display: list-item;
    margin-left: 1em;
}

.policy__wrap li {
    margin-bottom: 8px;
}

.policy__wrap blockquote {
    border-left: 4px solid #ddd;
    margin: 30px 0;
    padding-left: 20px;
    font-style: italic;
    color: #555;
}


@media (max-width:1250px) {
    .title-l {
        font-size: 100px;
        max-width: 1000px
    }

    .about__wrap {
        flex-direction: column;
        gap: 35px
    }

    .about ul,
    .about__left {
        max-width: 750px
    }

    .about ul {
        margin-top: 0;
        margin-left: auto
    }

    .about .title-l {
        margin-bottom: 30px
    }

    .services__list {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 40px
    }

    .services__box-big {
        grid-column: span 1;
        display: block
    }
}

@media (max-width:1180px) {
    .logo {
        max-width: 250px;
        height: 50px
    }

    .map__inner iframe {
        height: 520px
    }
}

@media (max-width:1080px) {
    .modal__form {
        flex-direction: column;
        align-items: start;
        gap: 55px
    }

    .modal__btn {
        margin: 0 0 0 auto
    }
}

@media (max-width:900px) {
    .nav__list {
        column-gap: 20px
    }

    .top ul {
        font-size: 48px
    }

    .services__top {
        margin-bottom: 30px;
        flex-direction: column;
        gap: 20px
    }

    .services__list {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px
    }

    .services .btn {
        margin-top: 20px;
        margin-left: auto
    }

    .map__wrap {
        display: flex;
        flex-direction: column;
        gap: 20px
    }

    .map__info {
        max-width: 100%;
        position: unset;
        order: -1
    }
}

@media (max-width:768px) {
    body.noscroll {
        overflow: hidden
    }

    .section {
        padding: 64px 0
    }

    .footer {
        padding: 50px 0
    }

    .title {
        font-size: 42px
    }

    .title-l {
        font-size: 60px
    }

    .policy__wrap h1 {
        margin: 0 0 30px 0;
        font-size: 46px;
    }

    .policy__wrap h2 {
        font-size: 28px;
    }

    .policy__wrap h3 {
        font-size: 20px;
    }

    .policy__wrap h4 {
        font-size: 18px;
    }

    .policy__wrap h5 {
        font-size: 18px;
    }

    .policy__wrap h6 {
        font-size: 18px;
    }

    .btn__text {
        padding: 15px 32px;
        height: 58px;
        font-size: 18px
    }

    .btn__arrow {
        padding: 15px;
        width: 58px;
        height: 58px
    }

    .header__burger {
        display: block;
        background-color: transparent;
        border: 0;
        position: relative;
        width: 35px;
        height: 20px;
    }

    .header__burger span,
    .header__nav {
        width: 100%;
        transition: all .3s ease 0s
    }

    .header__burger span,
    .header__burger:after,
    .header__burger:before {
        background-color: var(--secondary);
        position: absolute;
        height: 2px;
        left: 0;
        border-radius: 50px
    }

    .header__burger span {
        margin: 0;
        top: 10px
    }

    .header__burger:after,
    .header__burger:before {
        content: "";
        width: 100%;
        transition: all .3s ease 0s
    }

    .header__burger:before {
        top: 2px
    }

    .header__burger:after {
        bottom: 0
    }

    .header__burger.active:before {
        transform: rotate(45deg);
        top: 9px
    }

    .header__burger.active span {
        transform: scale(0)
    }

    .header__burger.active:after {
        transform: rotate(-45deg);
        bottom: 9px
    }

    .header__nav {
        padding: 40px 20px;
        position: fixed;
        z-index: -2;
        top: 90px;
        left: -120%;
        height: calc(100vh - 90px);
        background-color: var(--white);
        overflow: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px
    }

    .header__nav.active {
        left: 0;
        z-index: 5
    }

    .nav__list {
        justify-content: start;
        flex-direction: column
    }

    .nav li,
    .nav li a,
    .nav__list {
        color: var(--primary)
    }

    .header__burger-wrap {
        width: 50px;
        height: 50px
    }

    .header {
        height: 90px
    }

    .top {
        padding: 40px 0;
        height: unset;
        min-height: 649px;
    }

    .top__subtitle {
        margin-bottom: 64px;
    }


    .top__wrap {
        margin-bottom: 30px;
        flex-direction: column
    }

    .top .btn {
        justify-content: flex-end;
        position: relative;
        z-index: 2
    }

    .about__subtitle,
    .map__line,
    .map__title {
        font-size: 20px
    }

    .services .btn__text {
        padding: 15px 32px
    }

    .footer__top {
        margin-bottom: 50px;
        flex-direction: column
    }

    .footer__top>div {
        max-width: 100%;
        width: 100%
    }

    .modal__content {
        max-width: 100%
    }

    .modal__close {
        top: 20px;
        right: 20px
    }
}

@media (max-width:500px) {
    .header {
        height: 80px;
    }

    .header__nav {
        top: 80px;
    }

    .logo {
        max-width: 228px;
        height: 45px;
    }

    .title-l {
        margin-bottom: 35px;
        font-size: 46px;
        line-height: 1.1;
    }

    .policy__wrap h1 {
        margin: 0 0 30px 0;
        font-size: 32px;
    }

    .policy__wrap h2 {
        font-size: 24px;
    }

    .policy__wrap h3 {
        font-size: 18px;
    }

    .policy__wrap h4 {
        font-size: 18px;
    }

    .policy__wrap h5 {
        font-size: 18px;
    }

    .policy__wrap h6 {
        font-size: 18px;
    }

    .btn {
        width: 100%;
    }

    .btn .btn__text {
        max-width: calc(100% - 58px);
        width: 100%;
    }

    .services .btn {
        margin-left: 0;
    }

    .top__content {
        padding-top: 27px;
    }

    .top ul {
        font-size: 42px
    }

    .top__box {
        margin-top: 66px;
        padding: 28px 40px;
        left: -15px;
        width: calc(100% + 30px);
    }

    .about {
        padding-bottom: 45px;
    }

    .about__wrap {
        gap: 58px;
    }

    .about .title-l {
        margin-bottom: 25px;
    }

    .about li {
        padding: 26px;
    }

    .top__subtitle {
        font-size: 18px;
    }

    .about__subtitle,
    .about li,
    .map__line,

    .services__subtitle {
        font-size: 16px;
    }

    .map__title {
        font-size: 18px;
    }

    .about__number {
        line-height: 1.2;
    }

    .services {
        min-height: 1004px;
    }

    .services__top {
        margin-bottom: 12px;
    }

    .services__list-desktop {
        display: none;
    }

    .services__list-mobile {
        display: flex;
        flex-direction: column;
    }

    .slick-dots {
        padding-top: 12px;
        display: flex;
        justify-content: start;
        align-items: center;
        gap: 5px;
        order: -2;
    }

    .slick-dots li button {
        background-color: #E5E5E5;
        border: none;
        width: 39px;
        height: 5px;
        padding: 0;
        font-size: 0;
    }

    .slick-dots li.slick-active button {
        background-color: #A0B2C4;
    }

    .services__number {
        font-size: 70px;
        line-height: 1;
    }

    .services__name {
        font-size: 18px;
    }

    .services__text {
        font-size: 16px;
    }

    .footer__logo {
        margin-left: 0;
    }

    .shared-bg__img-desktop {
        display: none;
    }

    .shared-bg__img-mobile {
        display: block;
    }

    .about__img-desktop {
        display: none;
    }

    .about__img-mobile {
        display: block;
    }

    .services__img-desktop {
        display: none;
    }

    .services__img-mobile {
        display: block;
    }

    .map__inner {
        border-radius: 0px;
        width: calc(100% + 30px);
        position: relative;
        left: -15px;
        overflow: hidden;
    }

    .map__inner iframe {
        border-radius: 0px;
    }

    .footer {
        padding-top: 33px;
        padding-bottom: 98px;
    }

    .footer__wrap {
        max-width: 285px;
    }

    .footer__top {
        gap: 60px;
    }

    .footer a.footer__link {
        margin-bottom: 12px;
    }

    .footer__copyright,
    .footer__text {
        margin-bottom: 12px;
    }

    .footer__menu li {
        margin-bottom: 15px;
    }

    .footer__img-desktop {
        display: none;
    }

    .footer__img-mobile {
        display: block;
    }

    .modal__wrap {
        padding: 64px 15px;
    }

    .modal__btn:after {
        right: 0px;
        padding: 15px;
        width: 58px;
        height: 58px;
        background-size: 27px 27px;

    }

    .modal__btn {
        margin: 0;
        width: 100%;
        justify-content: start;
    }

    .modal__btn p {
        max-width: calc(100% - 58px);
        width: 100%;
    }

    .modal__btn .btn__text {
        max-width: 100%;
    }

    .modal__title {
        font-size: 18px;
    }

    .modal__wrap .custom-checkbox {
        margin-top: 23px;
    }

    .modal__form {
        gap: 24px;
    }

    .modal__text {
        font-size: 16px;
    }

    .header__lang-btn li a span {
        display: none;
    }
}


@media (max-width:375px) {
    .title-l {
        font-size: 42px
    }

    .logo {
        max-width: 205px;
        height: 30px;
    }
}