/*наложение меню 2 уровня*/
.t-submenu_fullscreen__nav-title{
    text-transform: uppercase!important;
    color: #fff;
    text-align: center;
    font-family: 'PT Serif', Arial, sans-serif;
    font-size: 30px;
}
    .uc-menu2{
    z-index: 250;
    position: relative;
    }
    .uc-menu1{
    z-index: 200;
    position: relative;
    }
/*Обводка попапа*/
.t-popup_show .t-popup__container {
        border: 1px solid white; /* Установить белую обводку шириной 1px */
}
/*Обводка куки*/
.t886__wrapper {
    border: 1px solid #ffffff;
}

/*Скроллбар*/
@media screen and (min-width: 1201px) {
    ::-webkit-scrollbar-thumb {
        background: #161616;
        border-radius: 0.1px;
    }
    ::-webkit-scrollbar {
        width: 10px;
        height: 10px;
        background: #F7F7F7;
    }
}

/*Подчеркивания кнопок*/
.MARPbtn1:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 0.5px;
    left: 50%;
    position: absolute;
    background: #000000;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}
.MARPbtn1:focus {
    background-color: #000000;
}
.MARPbtn1:hover:after {
    width: 100%;
    left: 0;
}
.MARPbtn2:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 0.5px;
    left: 50%;
    position: absolute;
    background: #FFFFFF;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}
.MARPbtn2:focus {
    background-color: #FFFFFF;
}
.MARPbtn2:hover:after {
    width: 100%;
    left: 0;
}
