/*порядок экранов*/
@media screen and (min-width: 640px){ .uc-first {
    position: relative;
    z-index: 9999 !important; }
    
.uc-second {
    position: relative;
    z-index: 9997 !important; }

.uc-third {
    position: relative;
    z-index: 9998 !important; } }


/*кнопка в менюшках в проектах*/
.activee .tn-atom {
        border: #893C2B 1px solid !important;
        color: #893C2B !important;
        background-color: #DFDACE !important;
        pointer-events: none !important; }
.activee .tn-atom__button-text {
        color: #893C2B !important; }


/*высота поп ап в мобилке*/
@media screen and (max-width: 640px){
.t702 .t-popup__container
    {min-height: 65vh !important;
    top: 130px !important; }

.t702 .t-popup_show .t-popup__container {
    padding-top: 20px;
} }
