.t939__card, .t853__bgimg, .t856__overlay, .t531__blockimg, .t856__bg {
border-radius: 30px;
}


/*скругление плитки услуг*/


.t-slds__bgimg, .t1066__img, .t814__blocktext, .t814__blockimg, .t554__card, .t939__card {
border-radius: 20px;
}



/* цвет подчеркивания ссылок */

.link-menu[data-elem-type="text"] a {
    border: 0 !important;
    display: inline-block !important;
    width: auto !important;
    position: relative !important;
    transition: all 0.3s ease !important;
    /* цвет ссылки до наведения */
    color: #3C8D91 !important;
}

.link-menu[data-elem-type="text"] a:hover {
    /* цвет ссылки после наведения */
    color: #3C8D91 !important;
}

.link-menu[data-elem-type="text"] a::after {
    content: '';
    position: absolute;
    transition: all 0.3s ease;
    margin: auto;
    /* отступ между ссылкой и подчеркиванием; 
    если нужно сделать расстояние больше, то используй отрицательное значение */
    margin-bottom: -2px;
    /* толщина подчеркивания */
    height: 1px;  
    /* цвет подчеркивания до наведения */
    background: transparent; 
      
    opacity: 1;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    width: 0;
      
}

.link-menu[data-elem-type="text"] a:hover::after {
    /* цвет подчеркивания после наведения */
    background: #3C8D91;
      
    opacity: 1;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    width: 100%;
      
}




    


/*--------------------------FAQ табы--------------------------*/

.t668__wrapper {
border-radius: 10px;
/*box-shadow: inset 0px -5px 0px #C5C5C5;;*/
}


/*--------------------------Кнопка на первом экране--------------------------

[href='https://clck.ru/34Tv77'],[href='#callback'], [href='#callback'], .t-submit, [href='#call_clients'] , .duran {

background: radial-gradient(36.88% 73.39% at 50% 0%, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(276.16deg, #F1C868 -3.5%, #FCE4B1 131.46%);
box-shadow: inset 0px -5px 0px rgba(0, 0, 0, 0.15);
border-radius: 20px;
padding-bottom: 5px;
}




/*Каталог*/




.t853 .t-card__btn {
background: radial-gradient(36.88% 73.39% at 50% 0%, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(276.16deg, #F1C868 -3.5%, #FCE4B1 131.46%);
box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.15);
border-radius: 5px;
padding-bottom: 3px;
}


*/


/*Успешная отправка данных*/

.t706 .t-form__successbox {
padding-top: 20px;
padding-bottom: 20px;
border-radius: 15px;
}




/*Error box при отправке*/

.t-form__errorbox-wrapper {
background: #F95D51;
padding: 10px;
text-align: center;
margin-bottom: -125px;
visibility: hidden;
}

.t-form .js-error-control-box .t-input:not(.t-input-phonemask), .t-form .js-error-control-box .t-checkbox__control, .t-form .js-error-control-box .t-checkboxes__wrapper, .t-form .js-error-control-box .t-select, .t-form .js-error-control-box .t-radio__wrapper, .t-form .js-error-control-box .uploadcare-widget {
    border: 1px solid red !important;
    border-radius: 10px;
}

/*скругление заявки CallBack*/
.t-popup__container {
border-radius: 20px;
}

/*скругление углов корзины*/
.t706__cartwin-content {
border-radius: 20px;
}



