   
    /* стилизация плеера VIMEO */
.full-screen-video{
    animation-fill-mode: none !important;
    }
.setVolumeWrapper{
    display:flex;
    align-items:center;
    justify-content:center;
    position:absolute;
    top:0px;
    left:0px;
    bottom:0px;
    right:0px;
    background: rgba(0,0,0,0.2);
    }
.setVolumeWrapper.hidden{
        display:none;
    }
    .setVolume{
        text-decoration:none;
        color: white !important;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        border: 4px solid #e1c363;
        display:flex;
        align-items:center;
        justify-content:center;
         background: #e1c363;
    }
    .setVolume:after{
        content:'';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 30px 0 30px 60px;
        border-color: transparent transparent transparent #111111;
        position: relative;
        left: 5px;
        transition:0.2s;
    }
    .setVolume:hover:after{
        transform:scale(1.1);
        transition:0.2s;
    }
    .setVolume.hidden{
        display:none;
    }
    
/*плавная анимация для подменю*/ 
.t966__tooltip-menu {
    transform-origin: 70% 0;
    transform: scaleY(0) scaleX(0);
    transition: all 0.5s ease-in-out;
}
.t966__tooltip-menu , li.t966__list_item {
    transition: all 0.5s ease-in-out;
}
.t966__tooltip-menu_show{
    transform: scaleY(1) scaleX(1);;
}


/*изменение цвета подложки для мобильной версии меню*/ 
@media screen and (max-width: 560px) {
.t706 .t706__close {
    background: #fffefa !important;
}

.t706__close .t706__cartwin-close-icon g {
    fill: #141414 !IMPORTANT; 
}

}   


/*выравнивание видео с vimeo*/

.full-screen-video {
    padding: 20px;
}
.t-popup__container.t-popup__container-static {
    border-radius: 10px !important;
}

/*Скругление радиуса видео с vimeo*/

.vp-center {
    border-radius: 10px !important;
}

/*Цвет pop-up корзины и скругление радиуса в пк версии*/
.t706__cartwin-content {
     background-color: #fffefa;
     border-radius: 10px !important
}

/* Цвет pop-up и отмена скругления радиуса в мобильной версии */
@media screen and (max-width: 980px){
.t706__cartwin-content {
     border-radius: 0px !important;
     background-color: #fffefa;
}
}

 
     #info {
        display: block;
        color: #fffefa;
        font-size: 38px;
        font-family: 'Roboto',Arial,sans-serif;
        line-height: 1.2;
        font-weight: 700;
     }
     
     @media screen and (max-width: 960px) {
        #info {
           text-align: center;
           font-size: 28px;
}
}   

     @media screen and (max-width: 480px) {
        #info {
           text-align: center;
           font-size: 24px;
}
}   


     #info2 {
        display: block;
        color: #fffefa;
        font-size: 38px;
        font-family: 'Roboto',Arial,sans-serif;
        line-height: 1.2;
        font-weight: 700;
        text-align: center;
     }
     
     @media screen and (max-width: 960px) {
        #info2 {
           text-align: center;
           font-size: 28px;
}
}   

     @media screen and (max-width: 480px) {
        #info2 {
           text-align: center;
           font-size: 24px;
}
}   


.t397__firefoxfix {
    display: none !IMPORTANT;
}

#app .tlk-btn {
    border-radius: 10px !IMPORTANT;
    background-color: #4568dc !IMPORTANT;
    -webkit-transition: background-color .3s ease-in-out,color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out,color .3s ease-in-out;
    transition: background-color .3s ease-in-out,color .3s ease-in-out;
}


.t401__table {
    border-radius: 20px !IMPORTANT;
}