/* КНОПКА WHATSAPP */

.son_wrapper {
    width: 100px;
    height: 100px;
    position: fixed;
    bottom: 0;
    right: 0;
    border: 0px solid #000;
    z-index: 9999;
}
.son_wrapper a {
    text-decoration: none;
}

.son_circle {
    width: 80px;
    height: 72px;
    border-radius: 250px;
    font-size: 11px;
    font-family: 'Jost', sans-serif !important;
    text-transform: uppercase;
    color: #fff;
    line-height: 16px;
    text-align: center;
    background: #000;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding-top: 8px;
}

@keyframes son_outercircle {
    0% {
        transform: scale(1,1) opacity: 1;
    }
    80% {
        opacity: 0.8;
    }
    100% {
        transform: scale(2,2);
        opacity: 0;
    }
}

.son_outercircle {
    z-index: -1000;
    position: absolute;
    width: 50px;
    height: 50px;
    border: 5px solid #000;
    border-radius: 50%;
    animation: son_outercircle 2s infinite linear;
    margin-top: 10px;
    margin-left: 10px;
}


/* Кнопка онлайн-записи */
.online_r {
    bottom: 90px;
    right: 0;
}
.son_outercircle {
    animation: son_outercircle 4s linear infinite;
}
.online_r .son_outercircle {
    animation-delay: 2s;
}



/* Прозрачный лого на главной стр. */
.t306__img {
    opacity: 0.2;
}





/* Отступы в мобильном меню между пунктами */
.t282__menu__item {
    margin-bottom: 14px;
}

/* Отступ внизу всего списка пунктов в мобильно меню*/
#allrecords ul.t282__menu__items {
    padding: 5px 0 20px;
}

/* Удалил выделение на мобильном в меню и где-то еще */
.t282__menu__items *, .t282__menu__content *, .t890 * {
outline: none !important;
-webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
-webkit-tap-highlight-color: transparent !important;
}




/* Заголовок с картинкой */
.uc-titleimage .t154 {
    padding-bottom: 0px;
}
@media screen and (max-width: 980px) {
.uc-titleimage .t154__title {
    font-size: 24px !important;
}
.uc-titleimage .t-cover__wrapper, .uc-titleimage .t-cover__filter, .uc-titleimage .t-cover__carrier, .uc-titleimage .t-cover {
    height: 240px !important;
}
}





/* Печатная машинка */
.typed-cursor, .t635__typing-text {
    opacity: 0.6;
}




/* Контакты */
@media screen and (max-width: 980px) {
.t718__contacts {
    font-size: 22px !important;
}
.t718__address {
    font-size: 16px !important;

}
}

.t-sociallinks {
    text-align: left !important;   
}




/* Наша команда */
.t688 .t-card__uptitle {
    opacity: 0.7;
    letter-spacing: 1px;
}




/* Блог */
.t854 {
    padding-left: 20px;
    padding-right: 20px;
}
.t854__news-text_short-hide {
    font-size: 16px !important;
    line-height: 1.3 !important;
}



/* Блок в две колонки на стр. Biologique */
@media screen and (max-width: 960px) {
.t175 .t-col:first-child {
    margin-bottom: 20px;
}
}


/* Переключатель меню на стр. Biologique и Галерея */
.t397__separator_mobile {
    display: none !important;
}
#allrecords .t397__wrapper_mobile-flex {
    padding-left: 0 !important;
}



/* Текст в две колонки на стр. Biologique */
@media screen and (max-width: 640px) {
.t005__text {
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
}

/* Цитата на стр. Biologique */
@media screen and (max-width: 960px) {
.t253__text {
    font-size: 19px !important;   
}
}



/* Каталог описание */
.t-store .js-store-prod-text {
    font-size: 15px !important;
}



/* Прайс-листы */
.t812__pricelist-item__row_1 {
    padding-bottom: 5px;
}
.t812__pricelist-item__row_2 {
    padding-top: 5px;
}
.t812__pricelist-item__price {
    padding-left: 10px;
}




/* Новые контакты без формы */
@media screen and (max-width: 980px) {
.t555 .t-col {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.t555__title {
    font-size: 24px !important;
    line-height: 1.5 !important;
}
}


/* Акции */
.t664__question {
    display: none !important;   
}
@media screen and (max-width: 980px) {
.uc-special-sale .t-text {
    font-size: 24px !important;
}
.t664__question-text {
    font-size: 16px !important;
}
}



/* Удалил куки с телефона */
@media screen and (max-width: 980px) {
.uc-cookie {
    display: none;
}
}

/* Меню в прайсах */
.uc-width-price .t-container, .uc-width-price .t-width_12 {
    max-width: 100%;
}






/* Стр. акции */
.t531__bottommargin_lg {
    margin-bottom: 12px;
}
.t531__row {
    margin-top: 40px !important;
}
@media screen and (max-width: 480px) {
    .t531__leftcol, .t531__rightcol {
        width: 100%;
    }
    .t531__imgwrapper {
        margin: 0; 
    }
    .t531__textwrapper {
        text-align: left;
        padding-top: 15px;
    }
}
.t531__blockimg {
    background-position: top;
}


/* Пункты меню */
.t456__list_item {
    padding: 0 8px !important;
}
