/* Верхнее меню */
@media screen and (max-width: 960px) {
    .t996__container {
        padding: 120px 0;
    }
}

/* Первый экран */
@media screen and (max-width: 960px) {
    .t181__wrapper {
        padding-top: 82px;
        padding-bottom: 42px;
    }
}

/* Квиз */
@media screen and (max-width: 640px) {
    .t-quiz__quiz-description-text span:last-child {
        display: inline-block;
        line-height: 1.55;
        padding-top: 10px;
    }
}

/* Контакты */
.t554__card {
    box-shadow: 1px 8px 26px rgba(0, 0, 0, .1);
}

/* Заголовок */
.t795__title {
    margin-bottom: 20px;
}
.t795__descr {
    max-width: 660px;
}

/* Карточки товара */
.t-catalog__card__textwrapper .t-typography__title {
    font-size: 18px !important;
}
.t-catalog__card__textwrapper .t-typography__descr {
    font-size: 14px !important;
    line-height: 1.35 !important;
}
@media (max-width: 475px) {
    .t-catalog__card__textwrapper .t-typography__title {
        font-size: 16px !important;
    }
    .t-catalog__card__textwrapper .t-typography__descr {
        font-size: 12px !important;
        line-height: 1.35 !important;
    }
}
@media screen and (max-width: 560px) {
    .t702 .t-popup__block-close {
        background: #fbfbf9;
    }
}
/* Замена цвета иконок в верхнем меню */

/* Telegram */
.t-sociallinks__item_telegram svg path {
    fill: #0088cc !important;
}
/* WhatsApp */
.t-sociallinks__item_whatsapp svg path {
    fill: #25d366 !important;
}
/* Max */
.t-sociallinks__item_maxmessenger svg path {
    fill: #8932D9 !important;
}