.videoback:after {
    -webkit-transition: all .36s;
    transition: all .36s;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #efeae6;
    border-style: solid;
    border-width: 25px 0 25px 40px;
}
.swiper-container.prod-thumb-js {
    
}
.sProdCard__thumb .swiper-button-prev, .sProdCard__thumb .swiper-button-next {
color: #3f4443 !important;
}

@media only screen and (min-width: 1024px) {
.sProdCard__thumb .swiper-button-next {
    top: 95%;
    left: 30px;
    transform: rotate(90deg);
    background-color: rgba(239,234,230,.5);
    width: 50px;
    height: 50px;
}

.sProdCard__thumb .swiper-button-prev {
    top: 4%;
    left: 30px;
    transform: rotate(90deg);
    background-color: rgba(239,234,230,.5);
    width: 50px;
    height: 50px;
}
}




/* ПОИСК В ХЕДЕРЕ */
.y_navSearch .form-wrap{
    max-width: 100%;
    padding: 30px 0;
    background: #efeae6;
    width: 100%;
    background: #efeae6;
}
.y_navSearch.active .y_navSearch__overflow{
    width:100vw;
    height:100vh;
    position:absolute;
    top:0;
    left:0;
    background:#0000006e;
    z-index: -1;
}
.y_navSearch__search{
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: 5px;
    background: #F8F5F0;
    padding-left: 20px;
    overflow: hidden;
}
.y_navSearch__search:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.90906 2C5.93814 2 4.98903 2.28791 4.18174 2.82733C3.37444 3.36674 2.74524 4.13343 2.37368 5.03045C2.00213 5.92746 1.90491 6.91451 2.09433 7.86677C2.28375 8.81904 2.75129 9.69375 3.43783 10.3803C4.12438 11.0668 4.99909 11.5344 5.95135 11.7238C6.90362 11.9132 7.89067 11.816 8.78768 11.4444C9.6847 11.0729 10.4514 10.4437 10.9908 9.63639C11.5302 8.8291 11.8181 7.87998 11.8181 6.90906C11.818 5.60712 11.3008 4.35853 10.3802 3.43792C9.45959 2.51731 8.211 2.00008 6.90906 2Z' stroke='%233F4443' stroke-miterlimit='10'/%3E%3Cpath d='M10.5703 10.5716L13.9987 14' stroke='%233F4443' stroke-miterlimit='10' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
    width: 1.2em;
    height: 1.2em;
    margin-top: -1px;
    flex-shrink: 0;
}
.y_navSearch__search .form-wrap__input-wrap{
    width: 100%;
    margin: 0;
}
.y_navSearch__search .y_navSearch__searchInput{
    width: 100%;
    font-family: sans-serif;
    line-height: 100%;
    font-size: 16px;
    border:none;
    border-radius: 5px;
    background: #F8F5F0;
    padding: 20px 50px 20px 10px;
    box-shadow: none;
    outline:none;
}
@media (max-width:991.95px){
    .y_navSearch__search .y_navSearch__searchInput{
        font-size: 14px;
    }
}
.y_navSearch__search .y_navSearch__searchInput:focus{
    box-shadow: none;
}

/* submit */
.y_navSearch__submit{
    display: none;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background: #F2EDE7;
    border: none;
    border-radius: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L1 13' stroke='%233F4443'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
}