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

li::marker {
    color: #F46036;
}


.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{
    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 {
    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;
}


/*---------- Стили для шапки -----------*/


#rec729452150 .t396__artboard {
    box-shadow: 0px 2px 6px #4f4f4f12;
}


/*---------- Стили табов улуг -----------*/

.nlm113-active-btn262450908 .tn-atom {
    box-shadow: 0px 6px 20px #fac25196;
}

.t844__container::before, .t844__separator {
    display: none;
}

.t844__col {
    margin-left: 0px !important;
    margin-right: 0px !important;    
    margin-bottom: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-radius: 15px;
    transition: box-shadow ease-in-out 0.3s;
    background-color: #eff1f4;
    max-width: 160px !important;
}

.t844__col:hover {
    box-shadow: 0px 2px 11px #4264973b;
}

.t844__img {
    margin-bottom: 10px !important;
    margin-top: 20px;
}

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

.t844__wrappercenter {
    padding: 0px !important;
}

.t844 .t-heading {

    padding: 0 10px;
}

/*---------- Разное после блока формы -----------*/

.t858__bgimg {
    margin-bottom: 20px !important;
}


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


.t1052 .t-section__title {
    margin-bottom: 50px !important;
}


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

.t491__col {
    box-shadow: 0px 2px 11px #42649720;
    padding: 15px;
    border-radius: 15px;
    transition: all ease-in-out 0.3s;
    margin: 0px !important;
    max-width: 240px !important;
    display: flex;
    align-items: center;
}

.t491__col:hover {
    box-shadow: 0px 2px 15px #42649740;
    scale: 102%;
}


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

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

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



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


@media screen and (max-width: 960px){
    .t844__container {
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }
   
   .t844{
        margin: 0 20px;
    }
   
}

@media screen and (max-width: 680px){
    .t491__container {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .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: 30px !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;
    }

}


    
  
    