/* Верхнее меню */
@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;
}

/* Карточки товара
.js-store-prod-all-charcs:before {
    content: "Характеристики:";
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
}
.js-store-prod-charcs {
    padding: 3px 0 3px 10px;
    background-color: #f7f7f7;
}
.js-store-prod-charcs:nth-child(even) {
    background-color: #ededed;
}
*/

/* Замена цвета иконок в верхнем меню */

/* 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;
}