h4 {
    font-weight: 600;
}






/* LOGIN */
div .tlk-userbar__user-image {
    background-color: rgb(255 238 204);
}

div .tlk-btn_reset {
    width: 40px;
    height: 40px;
}

div tlk-userbar tlk-userbar-close {
    top: 100px;
    right:  40px;
}



/* CHAT */
    /* цвет фона "насти" */
div .b24-widget-button-popup-show {
    background: #ffeecc;
}
    /* стрелка "насти" цвет и положение*/
div .b24-widget-button-popup-triangle {
    background: #ffeecc;
    top: 36px;
}
    /* положение чата */
div .b24-widget-button-position-bottom-right .b24-widget-button-popup {
    bottom: -10px;
}    
    /* размер кнопки */
div .b24-widget-button-block {
    width: 50px;
    height: 50px;
}
    /* положения картинки */
.b24-widget-button-icon-container {
    top: -6px;
 }
 div .b24-widget-button-inner-mask {
    height: 67px;
 }



/* COOKIE */
    /* куки основной */
.t886__wrapper {
    border-radius: 5px;
}
    /* куки "ok" */
div  .t-btn_md {
    border-radius: 3px;
}

.b24-widget-button-inner-mask {
    height: 82px;
}

.b24-widget-button-icon-animation {
    width: 10px; 
    height: 10px; 
}






/*КАТАЛОГ*/
    /*стиль карточек*/
.t-col_3 {
    border-radius: 35px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    -webkit-transition: all .2s linear; 
    transition: all .2s linear; 
}
.t-col_3:hover {
    box-shadow: 0px 20px 35px 0px rgba(0, 0, 0, 0.1) !important;
}
.t404__img {
    border-radius: 35px 35px 0px 0px;
}
    /*стиль поп-апа*/
.t-popup__container {
    border-radius: 35px;
}
    /*новый стиль карточек в каталоге*/
.js-product.t-store__card.t-store__stretch-col.t-store__stretch-col_25.t-align_center.t-item {
    border: solid 1px #363636 !important;
    padding: 40px !important;
    -webkit-transition: all .4s linear; 
    transition: all .4s linear; 
}

@media screen and (max-width:960px) {
.t-store__grid-cont .t-col, .t-store__grid-cont .t-store__stretch-col {
    margin-bottom: 0px !important;
}
}

.js-product.t-store__card.t-store__stretch-col.t-store__stretch-col_25.t-align_center.t-item:hover {
    border-color: #f9eabe !important;
}

.t-store__grid-cont_col-width_stretch.t-container_100[data-col-gap="20"] {
    padding: 0px !important;
}
    /*стиль галереии в поп-апе*/
.t-slds__thumbsbullet.t-slds__bullet {
    margin-right: 20px;
    margin-top: 20px;
    background-color: #2e2e2e;
    border-radius: 5%;
}
.t-slds__thumbsbullet.t-slds__bullet_active .t-slds__thumbsbullet-border {
    border-color: #ffeecc;
}
.t-slds__thumbsbullet-border {
    border: 1px solid transparent;
    border-radius: 5%;
}
.t-slds__bgimg {
    border-radius: 5%;
}

/*ПОРТФОЛИО*/
    /*фон за карточкой*/
.t-popup.t-popup_show {
    backdrop-filter: blur(20px);
}
    /*логотип клиента в карточке*/
.t-feed__post-popup__author-bgimg {
    width: 100px;
    height: 50px;
    border-radius: 0;
    background-position: left;
    background-size: contain;
}
    /*плавность при наведении на карточку*/
.t-feed__col-grid__post-wrapper {
    -webkit-transition: all .2s linear; 
    transition: all .2s linear; 
}

/*ЛИЧНЫЙ КАБИНЕТ*/
.tlk-userbar {
    font-size: 18px;
    font-weight: 400;
}


.b24-widget-button-popup {
    background: #ffeecc;
}


