.fspreloader{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .8);
}
.sk-wave {
    width: 6em;
    height: 4em;
    margin: auto;
    text-align: center;
    font-size: 1em;
}
.sk-rect:not(:last-child){
    margin-right: 5px;
}
.sk-wave .sk-rect {
    background-color: #4591e3;
    height: 100%;
    width: 0.5em;
    display: inline-block;
    animation: sk-wave-stretch-delay 1.2s infinite ease-in-out;
}
.sk-wave .sk-rect-1 {
    animation-delay: -1.2s;
}
.sk-wave .sk-rect-2 {
    animation-delay: -1.3s;
}
.sk-wave .sk-rect-3 {
    animation-delay: -1.4s;
}
.sk-wave .sk-rect-4 {
    animation-delay: -1.5s;
}
.sk-wave .sk-rect-5 {
    animation-delay: -1.6s;
}
@keyframes sk-wave-stretch-delay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
   }
    20% {
        transform: scaleY(1);
   }
}
.soc_modal_ar{
    display: none;
    position: fixed;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    max-width: 100%;
    background-color: #fff;
    margin: 15px;
    padding: 25px 50px;
    z-index: 4000;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .5);
}
.soc_modal_ar .close{
    position: absolute;
    top: 15px;
    right: 15px;
    width: 25px;
    height: 25px;
}
.soc_modal_ar .close::before,
.soc_modal_ar .close::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    background: #444;
    height: 2px;
}
.soc_modal_ar .close::before{
    transform: rotate(45deg);
}
.soc_modal_ar .close::after{
    transform: rotate(-45deg);
}
.soc_modal_ar > p{
    color: #000;
    font-size: 18px;
}
.soc_modal_ar > a{
    color: #4591e3;
    text-decoration: none;
    display: inline-block;
    padding-bottom: 4px;
    border-bottom: 1px dashed #4591e3;
}
.soc_modal_ar-w a:not(:last-child){
    margin-right: 10px;
}
.soc_modal_ar-w{
    margin-top: 20px;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.soc_modal_ar .close{
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.dzensvgmodsoc path{
    transform: scale(0.6);
}
.main_mob_only{
    display: none;
}
@media (max-width: 768px){
	.soc_modal_ar{
		margin: 15px 0;
	}
    .main_mob_only{
        display: block;
    }
    .main_mob_test,
    .main_top_sec,
    .main_mob_you{
        margin-top: 30px;
    }
}
.white-link{
    color: #fff;
}
.main_mob_order_2{
    order: 2;
}
.main_mob_order_3{
    order: 3;
}
.main_mob_order_4{
    order: 4;
}
.main_mob_order_5{
    order: 5;
}
.main_mob_order_6{
    order: 6;
}
.main_mob_order_7{
    order: 7;
}
.main_mob_order_8{
    order: 8;
}
.main_mob_order_9{
    order: 9;
}
.main_mob_order_10{
    order: 10;
}
.main_mob_order_11{
    order: 11;
}
.main_mob_order_12{
    order: 12;
}
.main_mob_order_13{
    order: 13;
}
.main_mob_order_14{
    order: 14;
}
.main_mob_order_15{
    order: 15;
}
.modal{
    overflow: auto !important;
}
.mproducts-sect__slide-labels{
    z-index: 100;
}
.product-item-mob{
    display: none;
    margin-bottom: 20px;
}
.product-item-mob .mproducts-sect__slide-title{
    text-align: center;
}
.product-item-mob .mproducts-sect__slide-price{
    justify-content: center;
}
@media (max-width: 576px){
    .product-item-mob{
        display: block;
    }
    .mproducts-sect__slide-content .mproducts-sect__slide-title{
        display: none;
    }
    .product-item{
        margin-bottom: 0;
        margin: 5px 0;
        padding: 30px;
    }
    .mproducts-sect__slide-header-exist, .mproducts-sect__slide-header-size{
        font-size:12px;
    }
    .mproducts-sect__slide-header{
        flex-direction: column;
        align-items: center;
    }
    .mproducts-sect__slide-header-exist{
        margin-top: 5px;
    }
}
.fast_view-bottom{
    display: block;
}
.fast_view-call{
    max-width: 400px;
    margin-top: 30px;
    width: 100%;
    background: #4591e3;
    border-radius: 5px;
    padding: 10px 0;
    height: auto !important;
}
.fast_view-call a{
    display: flex;
    align-items: center;
    justify-content: center;
}
.fast_view-call a svg{
    fill: #fff;
}
.fsprodimgsgal-bls-w{
    height: 250px;
    display: flex;
}
.fsprodimgsgal-bls{
    position: relative;
    flex-grow: 1;
}
.fsprodimgsgal-pag{
    position: absolute;
    bottom: 15px;
    display:flex;
    left: 50%;
    transform: translateX(-50%);
}
.fsprodimgsgal-pag-item{
    display:block;
    width: 5px;
    margin: 0 3px;
    height: 5px;
    border-radius: 5px;
    background: #999;
    transition: .3s all ease;
}
.fsprodimgsgal-pag-item.active{
    background: #2f84e0;
}
.product-item .catalog-sect__product-slider{
    display: none;
}
@media (max-width: 768px){
    .product-item .catalog-sect__product-slider{
        display: flex;
    }
    .fsprodimgsgal-bls-w{
        display: none;
    }
}
.main-header__nav span.top-menu-acc,
.main-header__nav a.top-menu-acc {
    position: relative;
    margin-right: 8px;
    color: #ff4651;
}
.top-menu-acc::after{
    content: "%";
    position: absolute;
    right: -18px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 11px;
    background: #ff4651;
    color: #fff;
    border-radius: 20px;
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.plus-sect__img img.plus-sect__img-target{
    /*max-width: 400px !important;*/
    width: clamp(290px, 100vw, 400px);
}
.card-sect__mslider-pagin{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 5px;
}
.card-sect__mslider-pagin .swiper-pagination-bullet{
    margin: 0 3px;
}
.card-mslider{
    margin-bottom: 20px;
}
.fancybox-button.fancybox-button--close svg path{
    stroke-width: 1;
}
.ytblock-vk-icon{
    width: 50px;
}