body {
    font-family: "Inter", sans-serif;
    background: #000;
}
* {
    box-sizing: border-box;
}
.of-hidden {
    overflow: hidden !important;
}
.container {
    max-width: 1620px;
    width: 100%;
    margin: 0 auto;
}
.page-list li {
    /*padding-left: 30px;*/
    position: relative;
}
/*.page-list li::before {*/
/*    content: '';*/
/*    width: 10px;*/
/*    height: 10px;*/
/*    background: #fff;*/
/*    display: block;*/
/*    position: absolute;*/
/*    top: 5px;*/
/*    left: 0;*/
/*}*/
.page-list li:not(:last-child) {
    margin-bottom: 17px;
}

.page-h1,
.page-h2 {
    font-size: 70px;
    font-weight: 500;
    line-height: 115%;
    letter-spacing: -3.200000047683716px;
}
.page-h3 {
    font-size: 25px;
    line-height: 105%;
    letter-spacing: -1px;
    font-weight: 500;
}
.page-text-30 {
    font-size: 30px;
    line-height: 35.11px;
    letter-spacing: -1.1704109907150269px;
}
.page-text-20 {
    font-size: 20px;
    line-height: 110%;
    letter-spacing: -0.800000011920929px;
}
.page-text-18 {
    font-size: 18.75px;
    line-height: 24px;
    letter-spacing: -0.800000011920929px;
}
.page-text-13 {
    font-size: 13px;
    font-weight: 500;
    line-height: 16.9px;
}
.red {
    color: #F23F27;
}
.uppercase {
    text-transform: uppercase;
}




.title {
    padding: 40px 0 100px;
    position: relative;
}
.title__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.title__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
}
.title__headline {
    color: #fff;
    max-width: 848px;
    margin: 0;
    margin-bottom: 135px;
    display: flex; 
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.title__desc {
    color: #fff;
    margin-top: 32px;
}

.header {
    display: flex;
    justify-content: end;
    align-items: start;
}
.header__nav-wrapper {

}
.header__nav {

}
.header__nav-list {
    color: #fff;
}
.header__nav-item {

}
.header__nav-item:not(:last-child) {
    margin-bottom: 14px;
}
.header__nav-item a {
    font: inherit;
    color: inherit;
    text-decoration: none;
}
.header__logo-wrapper {
    margin-left: 78px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: end;
    color: #fff;
}
.header__logo {
    width: 110px;
    display: block;
}
.header-time {
    margin-bottom:9px;
    font-weight: 500;
    text-align: right;
    max-width: 270px;
}
.header__logo-info {
    display: flex;
    justify-content: start;
    align-items: end;
    flex-direction: column;
    margin-top: 30px;
}
.header__nav-info {
    display: none;
    color: #fff;
    justify-content: start;
    align-items: start;
    flex-direction: column;
}
.header-phone {
    color: inherit;
    text-decoration: none;
}
.header__logo img {
    display: block;
    width: 100%;
}
.header__burger {
    width: 22px;
    height: 14px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    flex-shrink: 0;
    display: none;
}
.header__burger.is-active .header__burger-item {
    opacity: 0;
}
.header__burger.is-active::before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}
.header__burger.is-active::after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    bottom: unset;
}

.header__burger::before,
.header__burger::after {
    content: '';
    height: 2px;
    width: 100%;
    background: #fff;
    display: block;
    position: absolute;
}
.header__burger::before {
    top: 0;
    left: 0;
}
.header__burger::after {
    bottom: 0;
    left: 0;
}
.header__burger-item {
    height: 2px;
    background: #fff;
    width: 100%;
    border-radius: 1px;
}

.title__list-wrapper {
    width: calc(50% - 10px);
    align-self: flex-end;
}
.title__list {
    color: #fff;
}
.title__list-item {

}

.title__right {
    width: calc(50% - 10px);
}

.title__info {
    padding: 48px 41px 56px;
    background: #000;
    color: #fff;
    margin-top: 20px;
}

/*.title__info .title__list {*/
/*    margin-bottom: 32px;*/
/*}*/

.title__info-logo {
    margin-bottom: 37px;
}
.title__info-header {
    margin-bottom: 16px;
    display: block;
}
.title__info-text {
    margin: 0;
}


.analytics {
    padding: 100px 0 141px;
}
.analytics__wrapper {

}
.analytics__headline {
    display: flex;
    justify-content: space-between;
    align-items: start;
}
.analytics__header {
    color: #fff;
    margin-right: 30px;
}
.analytics__list {
    color: #fff;
    max-width: 712px;
}
.analytics__bottom {
    margin-top: 181px;
    padding-left: 148px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.analytics__bottom-left {
    color: #fff;
    display: flex;
    justify-content: start;
    align-items: center;
    position: relative;
    margin-right: 51px;
    flex-shrink: 0;
}
.slider-nav {
    cursor: pointer;
}
.slider-nav.--prev {
    position: absolute;
    bottom: 0;
    left: 0;
}
.slider-nav.--next {
    margin-left: -55px;
}
.analytics__bottom-desc {
    max-width: 304px;
}
.analytics__bottom-right {
    overflow: hidden;
}
.analytics__bottom-right * {
    min-width: 0;
    min-height: 0;
}
.analytics__bottom-slider {
    width: 100%;
}
.analytics__bottom-slide {
    color: #000;
    background: #fff;
    padding: 30px 30px 30px;
    max-width: 398px;
    width: 100%;
    min-height: 525px;
}
.analytics__bottom-header {
    font-weight: 500;
}
.analytics__bottom-devision {
    margin: 30px 0 44px;
    height: 34px;
    width: 127px;
    background: #000;
}
.analytics__bottom-text {

}
.analytics__bottom-right__list {
    color: #fff;
    margin-top: 48px;
    max-width: 712px;
}
.analytics__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 21px 18px;
    margin-top: 128px;
    margin-bottom: 217px;
}
.analytics__grid-item {
    padding: 54px 30px 32px;
    background: #fff;
}

.analytics__grid-desc, .analytics__variations-text {
    color: #fff;
    font-size:20px;
    line-height: 1.3;
}

.analytics__grid-item.--dark {
    background: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.analytics__grid-header {
    line-height: 125%;
    min-height: 71px;
}
.analytics__grid-img {
    margin: 34px auto;
    display: block;
}
.analytics__grid-desc {

}
.analytics__variations {
    margin-top: 100px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 17px 18px;

}
.analytics__variations-item {
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: start;
    gap: 23px;
    background: #fff;
    padding: 61px 30px;
}
.analytics__variations-name {
    display: block;
    background: #000;
    padding: 17px;
    color: #fff;
}
.analytics__variations-desc {

}
.button-start {
    margin-top: 20px;
    margin-left: 5px;
    background-color: white; 
    color: #000; 
    border: 2px solid #000;
    border-radius: 5px; 
    padding: 20px 60px;
    font-size: 36px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s; 
}

.button-start:hover {
    background-color: #b1b0b0;
    color: white;
}

.advantages {
    background: #fff;
    padding: 100px 0 65px;
}

.advantages__wrapper {
    display: flex;                 /* Устанавливаем флекс-контейнер */
    flex-direction: column;        /* Вертикальное выравнивание элементов */
    align-items: center; 
    text-align: center; 
}
.advantages__header {
    color: #000;
    flex-shrink: 0;
}

.advantages__line {
    width: 650px;                 /* Ширина линии (можно изменить) */
    height: 4px;                  /* Высота линии */
    background-color: #F23F27;        /* Цвет линии */
    margin-top: 10px;             /* Отступ сверху для отступа от заголовка */
}
.advantages__squares {
    display: grid; /* Используем grid для расположения квадратов */
    grid-template-columns: repeat(3, minmax(420px, 1fr)); /* Колонки адаптивные */
    gap: 20px; /* Расстояние между квадратами */
    margin-top: 40px; /* Отступ сверху */
}

.square {
    background-color: #000; /* Черный фон */
    color: #fff; /* Белый текст */
    border-radius: 40px; /* Закругленные углы */
    padding: 20px; /* Внутренние отступы */
    text-align: center; /* Центрирование текста */
    transition: transform 0.3s; /* Плавный переход при наведении */
}

.square:hover {
    transform: translateY(-5px); /* Эффект поднятия при наведении */
}

.square__title {
    margin: 0 0 10px; /* Отступы для заголовка */
    text-align: left;
    font-size: 1.4rem;
}

.square__description {
    margin: 0; /* Убираем отступы для описания */
    text-align: left;
    font-size: 1.2rem;
}

.advantages__squares--white { 
    display: grid; /* Используем grid для размещения белых квадратов */ 
    grid-template-columns: repeat(2, minmax(420px, 500px)); /* 2 колонки для белых квадратов */ 
    gap: 20px; /* Расстояние между квадратами */ 
    margin-top: 40px; /* Отступ сверху */ 
}

.square--white { 
    background-color: #fff; /* Белый фон для белых квадратов */ 
    color: #000; /* Черный текст для контраста */  
}

.square__title--white {
    margin: 0 0 10px; /* Отступы для заголовка */
    text-align: left;
    font-size: 1.7rem;
    font-weight: 700;
}

.benefits {
    background: #000;
    padding: 100px 0 65px;
}

.benefits__wrapper {
    display: flex; /* Горизонтального расположение частей секции */
    flex-wrap: wrap; /* Позволяем переносить блоки на новую строку при сжатии */
    justify-content: space-between;
}

.benefits__part {
    flex: 1 1 45%; /* Каждая часть занимает равное пространство и может сжиматься */
    margin: 0 10px; /* Отступы между частями */
    min-width: 300px; /* Минимальная ширина для адаптивного дизайна */
}

.benefits__header {
    color: #ffffff; /* Цвет текста заголовка */
    margin: 0 0 10px; /* Отступы для заголовка */
    text-align: center;
    font-size: 1.7rem;
    font-weight: 700;
}

.benefits__list {
    list-style-type: disc; /* Маркеры - точки */
    color: #fff;
    padding-left: 20px; /* Отступ для маркеров */
}

.benefits__list li {
    line-height: 1.5; /* Устанавливаем высоту строки для элементов списка */
}

.benefits__line {
    width: calc(100% - 20px); /* Уменьшаем ширину линии для отступов */
    max-width: 100%; /* Ограничиваем максимальную ширину линии */
    height: 4px; /* Высота линии */
    background-color: #F23F27; /* Цвет линии */
    margin: 10px auto; /* Центрируем линию и добавляем отступы сверху и снизу */
    display: block; /* Устанавливаем блочный элемент для линии */
}

.whatis {
    background: #fff;
    padding: 100px 0 65px;
}
.whatis__wrapper {

}
.whatis__headline {
    display: flex;
    justify-content: space-between;
    align-items: start;
}
.whatis__header {
    color: #000;
    flex-shrink: 0;
    margin-right: 20px;
}
.whatis__list {
    color: #000;
    max-width: 682px;
    width: 100%;
}
.whatis__list li::before {
    background: #000;
}
.whatis__body {
    margin-top: 121px;
}
.whatis__subheader {
    margin-bottom: 80px;
    display: block;
}
.whatis__table {

}
.whatis__table-row {
    padding: 28px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 20px;
    border-bottom: 1px solid #0E0E0E;
}
.whatis__table-row:first-child {
    border-top: 1px solid #0E0E0E;
}
.whatis__table-header {
    display: flex;
    justify-content: start;
    align-items: center;
}
.whatis__table-header::before {
    content: '';
    width: 15px;
    height: 15px;
    background: #000;
    display: block;
    margin-right: 121px;
}
.whatis__table-text {
    max-width: 515px;
    width: 100%;
}
.whatis__table-text.--wide {
    max-width: 100%;
}
.whatis__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 52px;
}
.whatis__bottom.--start {
    align-items: start;
}
.whatis__bottom-text {
    max-width: 682px;
    width: 100%;
}

.contact__header {
    text-align: center;
    margin-bottom: 50px;
}

.contact__rows {
    color: #fff;
}

.contact-form-section {
    position: relative;
    background-color: rgb(0, 0, 0);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    max-width: 600px;
    margin: auto auto 50px; 

}
input, textarea {
    font-size: 1.2rem;
    color: #000000;
    width: 100%;
    padding: 20px;
    margin-bottom: 30px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.button-send {
    background-color: white; 
    color: #000; 
    border: 2px solid #000;
    border-radius: 5px; 
    padding: 10px 50px;
    font-size: 28px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s; 
    margin: 10px auto;
    display: block; 
    text-align: center;
}

.button-send:hover {
    background-color: #b1b0b0;
    color: white;
}

input:invalid {
    border: 2px solid red;
}

.footer {
    padding: 0px 0 30px;
    background: #000;
}
.footer-wrapper {
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-info {

}
.footer__disclaimer {
    color: rgba(255, 255, 255, .8);
    font-size: 16px;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 20px;
}
.footer__email {
    color: #007bff; 
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
}
.footer__email:hover {
    text-decoration: underline; 
}
.footer__phone {
    color: #fff;
    text-decoration: none;
}

.footer__copy {
    color: #fff;
    text-align: center;
    margin-top: 20px;
}

.footer__copy-btn {
    cursor: pointer;
    font-size: 16px;
    line-height: 1.3;
    transition: 0.2s;
}

.footer__copy-text {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    margin-top: 16px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
}

.popup {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    justify-content: center;
    align-items: center;
}

.popup-content {
    color: black;
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    width: 800px;
}

.close-btn {
    color: black;
    cursor: pointer;
    font-size: 20px;
    float: right;
}

.close-btn-send {
    color: black;
    cursor: pointer;
    font-size: 20px;
    float: right;
    top: 10px; /* Расположение от верхнего края контейнера */
    right: 15px; /* Расположение от правого края контейнера */
}

button {
    margin-top: 20px;
    padding: 10px 15px;
    font-size: 36px;
    background-color: white; 
    color: #000; 
    border: 2px solid #000;
    border-radius: 5px; 
    font-weight: 500;
}
button:hover {
    background-color: #b1b0b0;
    color: white;
}
.popup-text {
    text-align: justify;
    max-height: 600px;
    overflow-y: auto; 
    margin-top: 20px; 
    padding-right: 10px; 
}

.terms-header {
    font-weight: 500;
    font-size: 20px;
}

.terms-text-header {
    font-weight: 600;
    font-size: 16px;
}
.terms-ul {
    list-style-type: disc;
    margin-left: 20px; 
    padding-left: 0; 
}

.terms-li {
    margin: 5px 0;
}
p {
    line-height: 1.25;
}
.success-message {
    background-color: #ffffff; /* Белый фон */
    color: rgb(0, 0, 0); /* Черный цвет текста */
    padding: 100px; /* Увеличьте отступы для большей высоты */
    font-size: 34px; /* Размер шрифта */
    font-weight: 600; /* Жирный шрифт */
    border-radius: 10px; /* Скругленные углы */
    margin-top: 15px; /* Отступ сверху */
    display: flex; /* Flexbox для расположения элементов */
    justify-content: space-between; /* Распределяет пространство между элементами */
    align-items: center; /* Центрирует элементы по вертикали */
    position: fixed; /* Используем fixed для центрирования по отношению к экрану */
    top: 50%; /* Центрируем по вертикали */
    left: 50%; /* Центрируем по горизонтали */
    transform: translate(-50%, -30%); /* Корректируем позицию на 50% от ширины и высоты */
    z-index: 10; /* Обеспечивает, чтобы уведомление отображалось поверх других элементов */
    width: 95%; /* Увеличенная ширина до 95% окна для мобильных устройств */
    max-width: 750px; /* Максимальная ширина для больших экранов */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); /* Тень для глубины */
}

@media screen and (max-width: 1630px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .analytics__bottom {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media screen and (max-width: 1500px) {
    .page-h1 {
        font-size: 50px;
    }
    .button-start {
        margin-top: 10px;
        margin-right: 30px;
        padding: 18px 54px;
        font-size: 24px;
    }
    .button-send {
        padding: 10px 45px;
        font-size: 26px;
    }
}
@media screen and (max-width: 1311px) {
    .title__wrapper {
        display: flex;
        justify-content: space-between;
        align-items: flex-start; 
        flex-wrap: wrap; 
        width: 100%; 
    }
    .title__headline {
        max-width: none; 
        margin: 0;
        margin-bottom: 135px;
        display: flex; 
        flex-direction: row;
        align-items: flex-start;
        width: 100%;  
        gap: 50px;
    }
    .advantages__squares {
        grid-template-columns: repeat(3, minmax(350px, 1fr));
    }
    .advantages__squares--white {
        grid-template-columns: repeat(2, minmax(350px, 500px));
    }
    .benefits__line {
        width: calc(100% - 50px); 
    }
    .button-send {
        padding: 10px 40px;
        font-size: 24px;
    }
}
@media screen and (max-width: 1235px) {
    .page-h1 {
        font-size: 40px;
    }
    .header__logo-wrapper {
        margin-left: 40px;
    }
    .whatis__headline,
    .analytics__headline {
        flex-direction: column;
    }
    .whatis__header,
    .analytics__header {
        margin-right: 0;
        margin-bottom: 68px;
    }
    .title__right {
        width: 100%;
        /*margin-top: 20px;*/
    }
    .title__info {
        max-width: 100%;
        /*margin-top: 110px;*/
    }
    .analytics__bottom {
        margin-top: 56px;
        flex-direction: column;
    }
    .button-start {
        margin-top: 0;
        margin-right: 50px;
        padding: 17px 50px;
        font-size: 22px;
    }
    .analytics__bottom-desc {
        text-align: center;
    }
    .slider-nav.--prev {
        display: none;
    }
    .analytics__bottom-left {
        flex-direction: column;
        margin-right: 0;
    }
    .slider-nav.--next {
        margin-left: 0;
        margin-top: -130px;transform: rotate(90deg);
    }
    .slider-nav.--next img {
        width: 100%;
        display: block;
    }
    .analytics__bottom-right {
        margin-top: -80px;
        width: 100%;
    }
    .analytics__bottom-right__list {
        margin-top: 32px;
    }
    .title {
        padding: 20px 0 79px;
    }
    .title__headline {
        flex-direction: row;
        align-items: center;
        gap: 20px;
    }
    .analytics {
        padding: 79px 0 73px;
    }
    .whatis__table-header::before {
        margin-right: 10px;
        width: 10px;
        height: 10px;
    }
    .whatis__table-row {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .whatis__table-text {
        padding-left: 20px;
    }
    .analytics__grid {
        grid-template-columns: 1fr 1fr;
    }
    .whatis {
        padding: 80px 0 143px;
    }
}
@media screen and (max-width: 990px) {
    .header {
        order: 1;
        width: 100%;
        justify-content: space-between;
        margin-bottom: 60px;
    }
    .title__headline {
        display: flex; 
        flex-direction: column;
        align-items: flex-start;
        order: 2;
        gap: 10px;
    }
    .title__list-wrapper {
        order: 3;
    }
    .title__right {
        order: 4;
    }
    .title__list-wrapper {
        align-self: initial;
        width: 100%;
        max-width: 100%;
    }
    .title__headline {
        margin-bottom: 92px;
    }
    .analytics__variations {
        grid-template-columns: 1fr;
        margin-top: 0;
    }
    .button-start {
        margin-top: 10px;
        margin-left: 0px;
        padding: 15px 45px;
        font-size: 20px;
    }

    .button-send {
        padding: 10px 40px;
        font-size: 24px;
    }
    input, textarea {
        font-size: 1.0rem;
        padding: 10px;
    }
    .whatis__bottom-img {
        display: none;
    }
    .advantages__squares {
        grid-template-columns: repeat(2, minmax(300px, 1fr)); 
    }
    .advantages__squares--white {
        grid-template-columns: repeat(2, minmax(300px, 1fr)); 
    }
}
@media screen and (max-width: 768px) {
    input, textarea {
        font-size: 0.8rem;
        padding: 6px;
        margin-bottom: 15px;
    }
    .success-message {
        font-size: 18px; 
        padding: 20px;
    }
    .header__logo-info {
        display: none;
    }
    .header__nav-info {
        display: flex;
        margin-top: 45px;
    }
    .page-h1 {
        font-size: 26px;
        line-height: 29.37px;
        letter-spacing: -1.1749813556671143px;
        max-width: 223px;
    }
    .page-h2 {
        font-size: 34px;
        line-height: 40.19px;
    }
    .page-text-20 {
        font-size: 14px;
    }
    .page-text-18 {
        font-size: 16px;
        line-height: 22px;
    }
    .page-h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .advantages__squares {
        grid-template-columns: repeat(2, minmax(200px, 1fr)); 
    }
    .advantages__squares--white {
        transform: translateX(-40px); 
        grid-template-columns: repeat(2, minmax(200px, 500px));
    }
    .advantages__line {
        width: 300px;
    }
    .square__title--white {
        font-size: 1.4rem;
    }
    .benefits__header {
        margin-top: 30px;
    }
    .benefits__list {
        margin-top: 10px;
    }
    .benefits__part {
        flex: 1 1 100%; 
        margin: 5px 0;
    }
    .benefits__line {
        width: calc(100% - 50px); 
    }
    button {
        margin-left: 5px;
        padding: 5px 10px;
        font-size: 18px;
    }

    .contact__header {
        margin-bottom: 20px;
    }
    .button-send {
        padding: 6px 30px;
        font-size: 18px;
    }
    .square__title {
        font-size: 1.2rem;
    }
    .analytics__bottom-header {
        min-height: 90px;
    }
    .whatis__body {
        margin-top: 70px;
    }
    .whatis__subheader {
        margin-bottom: 49px;
    }
    .whatis__table-header {
        font-size: 16px;
        line-height: 30px;
        align-items: start;
    }
    .whatis__table-header::before {
        position: relative;
        top: 10px;
    }
    .analytics__grid {
        grid-template-columns: 1fr;
        margin-bottom: 120px;
    }
    .analytics__grid-item.--dark {
        padding: 0;
        padding-bottom: 31px;
    }
    .analytics__variations-item {
        grid-template-columns: 1fr;
    }
    .analytics__variations-item {
        padding: 45px 30px;
    }
    .button-start {
        margin-top: 10px;
        margin-left: 0px;
        padding: 10px 30px;
        font-size: 16px;
    }
    .footer-wrapper {
        flex-direction: column;
        justify-content: center;
    }
    .footer-info {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        margin-bottom: 40px;
    }
    .footer__text {
        margin-bottom: 40px;
    }
    .footer {
        padding: 139px 0 153px;
    }
    .header__burger {
        display: flex;
        z-index: 101;
    }
    .header__nav-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        transform: translateX(-100%);
        background: #000;
        padding: 77px 41px;
        height: 100vh;
        width: 100vw;
        z-index: 100;
        transition: .3s;
    }
    .header__nav-wrapper.is-active {
        transform: translateX(0);
    }
    .header__nav-item a {
        font-weight: 500;
    }
    .title__info {
        padding: 26px 23px 50px;
    }
    .header__logo-wrapper {
        margin-left: 0;
    }
    .header {
        align-items: center;
    }
    .header__logo {
        width: 65px;
    }
    .popup-text {
        max-height: 400px;
    }
}