#nav386665900, #nav386665982 {
    backdrop-filter: blur(5px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.t-btn:hover {
    box-shadow: 4px 4px #da51a5 !important;
}

#t-footer {
   border-top: 1px solid #222;
   border-bottom: 1px solid #222;
}

#rec386666365 {
    box-shadow: inset 0px 2px 8px rgba(0, 0, 0, 0.5);
}

.t976__menu-link {
    background-color: rgba(0, 0, 0, 0) !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
    color: rgba(255, 255, 255, 0.7) !important;
}

.t154__title {
    padding-bottom: 0px !important;
}

.t154 {
    padding-bottom: 75px !important;
}

.t795__title, .t795__descr {
    margin-bottom: 10px !important;
}

#rec386949484 .t-cover__filter, #rec387081269 .t-cover__filter, #rec387138445 .t-cover__filter, #rec387140919 .t-cover__filter, #rec387146648 .t-cover__filter, #rec387155787 .t-cover__filter {
    box-shadow: inset 0px -2px 8px rgba(0, 0, 0, 0.3);
}

#rec386949484, #rec387081269, #rec387138445, #rec387140919, #rec387146648, #rec387155787 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.t527__wrapperleft .t527__bottommargin_lg {
	margin-bottom: 10px !important;
}

.t527__bgimg {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 4px 4px 0px rgba(218, 81, 165, 1);
}

.t390 .t-popup__container {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid rgba(255, 255, 255, 0.2) !important;
	box-shadow: inset 0px 2px 8px rgba(0, 0, 0, 0.5);
}

.t702 .t-popup__container {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.t802__bgimg, .t802__hover-wrapper {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.js-feed-post-image {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.t282__container__bg {
    backdrop-filter: blur(5px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.t182__buttons {
    margin-top: 15px !important;
}

.t-container {
    background: url(https://storage.egenzen.ru/other/9bc313c40cd7.png) repeat !important;
}







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

/* Выделил модельера */
.t795__title strong {
    opacity: 0.6;
    font-weight: normal !important;
}


/* ХЗ */
#rec386669194 .t-active.t976__menu-link {
    background-color: rgba(0, 0, 0, 0) !important;
}








/* КНОПКА ОНЛАЙН-ЗАПИСИ */
.son_wrapper {
    width: 100px;
    height: 100px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
}
/* Убираем подчеркивание */
.son_wrapper a {
    text-decoration: none;
}
/* Основной кружок */
.son_circle {
    width: 80px;
    height: 80px;
    border-radius: 250px;
    background: #333333; 
    background: linear-gradient(135deg, #222 50%, #444 100%) !important;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.60);
}
/* Текст внутри */
.son_circle div {
    padding-top: 24px;  /* .son_circle - .son_circle div , разделить на 2 */
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    height: 32px;
    font-family: 'Acrom',Arial,sans-serif;
    color: #fff;
    font-weight: 500 !important;
}

/* Анимированный кружок */
.son_outercircle {
    z-index: -1000;
    position: absolute;
    width: 50px;
    height: 50px;
    border: 5px solid #da51a5;
    border-radius: 50%;
    margin-top: 10px;
    margin-left: 10px;
    animation: son_outercircle 2s infinite linear;
}
@keyframes son_outercircle {
    0% {
        transform: scale(1,1) opacity: 1;
    }
    80% {
        opacity: 0.8;
    }
    100% {
        transform: scale(2,2);
        opacity: 0;
    }
}

/* Увеличить кнопку только на ПК */
@media screen and (min-width: 981px) {
    .son_wrapper {
        width: 120px;
        height: 120px;
    }
    .son_circle {
        width: 100px;
        height: 100px;
    }
    .son_circle div {
        padding-top: 32px; /* .son_circle минус .son_circle div и разделить на 2 */
        font-size: 14px;
        line-height: 18px;
        height: 36px;

    }
    .son_outercircle {
        width: 70px;
        height: 70px;
    }
}