/* Лого на главном слайде */
.t216__blocklogo {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

/* Блюр для меню */
.t456 {
    -webkit-backdrop-filter: blur(10px) !important;
    backdrop-filter: blur(10px) !important;
}

/* Портфолио (Архив) */
.t686__inner-wrapper div {
    text-shadow: 0px 1px 15px rgba(0, 0, 0, 0.60);
}
.t686 .t-card__descr {
    margin-top: 5px !important;
    opacity: 0.8;
}

/* Всплывающее окно портфолил (Архив) */
.t746__imgwrapper .t-slds__bgimg {
    border-radius: 4px;
}

/* ЧБ карта */
.uc-maps {
filter: url("data:image/svg+xml;utf8,#grayscale");
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}


/* Контакты */
.t718__contacts a[href^="mailto"] {
    white-space: nowrap !important;
}
.t718__contacts a[href^="mailto"]::before {
    content: " ";
    background: url('https://static.tildacdn.com/tild6464-6637-4261-a466-613236333538/mail-open-svgrepo-co.svg');
    background-size: contain;
    background-position: left bottom;
    background-repeat: no-repeat;
    width: 32px;
    height: 24px;
    display: inline-block;
    margin-bottom: -3px;
}




/* КАТАЛОГ */

/* Отступы над заголовком карточки */
.t-store__card__textwrapper {
    padding-top: 15px;
}
/* Отступы над описанием карточки */
.t-store__card__descr {
    margin-top: 0px;
}


/* Скругление углов у карточек, попапа и галереи */
.js-store-grid-cont .js-product-img,
.js-store-grid-cont .t-store__card__bgimg_second,
.t-store__prod-popup__container .t-store__prod-popup__columns {
    border-radius: 4px;
}

/* Описание в попапе */
.t-store__prod-popup__container .js-store-prod-text {
    font-size: 16px;
}

/* Вертикильный отступ между карточками на молиле */
@media screen and (max-width: 960px) {
.t-store__grid-cont .t-col, .t-store__grid-cont .t-store__stretch-col {
    margin-bottom: 30px;
}
}


/* МОБИЛЬНОЕ МЕНЮ */
.tmenu-mobile__container {
    min-height: 70px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
/* Тень от меню */
.tmenu-mobile {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px !important;
}
@media screen and (max-width: 980px) {
/* Отступ над пунктами меню */
.t456__leftwrapper {
    padding: 0 !important;
}
/* Размер пунктов */
.t456__list_item a {
    font-size: 15px !important;   
}
}



/* Аккардеон в услугах */
.t585__text {
    margin-bottom: 10px;
}





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


/* МОБИЛЬНАЯ ОПТИМИЗАЦИЯ*/

@media screen and (max-width: 980px) {
/* Лого на главном слайде */
.t216__descr {
    font-size: 20px !important;
}
/* О компании */
.t470__descr {
    font-size: 18px !important;
}
/* Контакты */
.t718__contacts {
    font-size: 24px !important;
}
.t718__address {
    font-size: 18px !important;
}
/* Прыгающие заголовки */
.t795__title {
    font-size: 30px !important;
}
}





/* Для нового мобильного меню */
@media screen and (max-width: 980px) {
.t456__rightwrapper {
    padding: 20px 0 !important;
    box-sizing: border-box;
}
.t456 .t456__list_item {
    padding: 7px!important;
}
.t456__imglogo {
    padding: 25px 0 0 !important;
}
}





/* Публикации */
.t558__bubble-tail {
    display: none !important;
}

.t558__bubble {
    border: 1px solid #e5e5e5;
}

.t528__descr {
    color: #7f7f7f;
    margin-top: 10px;
}

.t558__name a {
    color: #000 !important;
    border-bottom: 1px solid #a4cba9;
}





