.t-popup__container {
    border-radius: 15px;
}

.t-popup:before {
    background-image: linear-gradient(0.898turn,rgba(176,56,214,1) 0%,rgba(34,117,207,1) 100%); 
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
}

.t-section__topwrapper {
    margin-bottom: 0px !important;
}

li::marker {
    color: #73da22;
}


.t-title_xs {
    font-size: 36px !important;
}

.t450 {
    border-radius: 25px 0px 0px 25px;
}

.zero-form button, .btn-hov, .uc-popap-form button, .zero-form-footer button, .t400__wraptwo button, .t942__buttonwrapper, .t844__img_circle, .t-btn, .t850__inner-col, .t-form__submit button{
    transition: scale ease-in-out 0.3s;
}

.zero-form button:hover, .btn-hov:hover, .uc-popap-form button:hover, .zero-form-footer button:hover, .t400__wraptwo button:hover, .t942__buttonwrapper:hover, .t844__img_circle:hover, .t-btn:hover, .t850__inner-col:hover, .t-form__submit button:hover {
    scale: 103%;
    /*transform: translateY(-8px);*/
}


.zero-btn-shadow a {
    transition: box-shadow ease-in-out 0.2s !important;
}


.zero-btn-shadow a:hover {
    box-shadow: 0px 2px 15px #0076a745;
}

.zero-card-hov a{
    transition: box-shadow ease-in-out 0.2s !important;
}

.zero-card-hov a:hover{
    box-shadow: 0px 2px 15px #00000025;
}




/*---------- Блок неисправностей на Гриде -----------*/

.t491__col {
    box-shadow: 2px 3px 5px #93de174f;
    padding: 15px;
    border-radius: 15px;
    transition: all ease-in-out 0.3s;
    margin: 0px !important;
    max-width: 340px !important;
    display: flex;
    align-items: center;
    background-color: #353535;
}

.t491__col:hover {
    box-shadow: 0px 5px 11px #C3DE1780;
    /*scale: 103%;*/
}


.t491__container::before, .t491__separator {
    display: none;
}

.t491__container {
    display: grid;
    align-content: flex-start;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    justify-items: center;
}

.t491 .t-card__title {
    padding-bottom: 0px !important;
}


.nlm113-active-btn965155740 .tn-atom, .nlm113-active-btn363020624 .tn-atom, .nlm113-active-btn673704358 .tn-atom, .nlm113-active-btn490859196 .tn-atom, .nlm113-active-btn338380470 .tn-atom {
    opacity: 1 !important;
    color: #1a1818 !important;
    background-color: transparent !important;
    background-image: linear-gradient(0.851turn, rgba(255, 225, 0, 1) 0%, rgba(115, 218, 34, 1) 100%) !important;
}

/*---------- Преимущества -----------*/

.t1032__content {
    padding: 35px 0 35px 0 !important;
    border-radius: 20px;
}


/*---------- Отзывы -----------*/

.t529__bgimg {
    width: 120px !important;
    height: 50px !important;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    margin-right: 20px !important;
    background-size: contain !important;
}

.t529__name {
    color: #ffffff !important;
}


/*---------- Мастера -----------*/

.t923__wrapper {
    border-radius: 20px;
}

.t923 .t-card__btn {
    width: 100%;
    justify-content: center;
    margin: 0px !important;
    pointer-events: none;
}

/*---------- Сертификаты -----------*/

.t050__descr {
    padding-top: 27px !important;
}

.t603__blockimg {
    border-radius: 20px;
}


/*---------- Разное -----------*/

.t680__bgimg {
    border-radius: 20px;
}


/*---------- Общие медиа стили -----------*/
        
@media screen and (max-width: 1200px) {
.t491__container {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.t491__col {
    max-width: 280px !important;
}
    .t-title_xxl {
        font-size: 32px !important;
    }
}




@media screen and (max-width: 960px){
    .t844__container {
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }
   
   .t844{
        margin: 0 20px;
    }
    
    .t491__container {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
   
   .t491 .t-section__title {
    margin-bottom: 40px !important;
}
}

@media screen and (max-width: 680px){
    
    .t491 {
        margin: 0 20px;
    }
}


@media screen and (max-width: 640px){
    .t844__container {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    
}

@media screen and (max-width: 480px){
    .t-title_xs {
        font-size: 28px !important;
    }
    
    .t844__container {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .t491__wrapper {
        display: flex !important;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        text-align: center;
    }   
    
    .t491 .t-card__title {
        margin-top: 10px !important;
    }
    .t491__bgimg {
        margin: 0px !important;
    }

    .t491__col {
    justify-content: center;
}


}