.index-sections{
    margin-bottom: 20px;
}
.swiper-container.gallery-thumbs{
    display: none;    
}
@media (max-width: 640px){
    .card-slider .gallery-top .swiper-wrapper{
        height: 300px;
    }
    .card-slider .swiper-pagination{
        display: none;
    }
    .card-slider .card-slider__main-img{
        display: none;
    }
    .swiper-container.gallery-top .swiper-slide{
        width: 345px;    
        height: 300px;    
    }
    .card-slider .swiper-slide img{
        max-width: initial;    
    }
    .swiper-container.gallery-thumbs{
        display: block;
        height: 100px;
    }  
}
/*.gallery-thumbs .swiper-slide.swiper-slide-active:after {
    opacity: 1;
}*/
.gallery-thumbs .swiper-slide:after{content:"";display:block;position:absolute;left:0;top:0;right:0;bottom:0;background-image:url(/local/client/images/border.png);background-repeat:no-repeat;background-size:contain;background-position:50%;opacity:0;transition:opacity .2s;}

.bigLabelBlock {
    top: auto;
    margin-top: -48px;
}
.bigLabelBlock {
    width:100px !important;
    margin: -17px 1px 1px 5px;
    min-width: 32px;
    width: auto !important;
    position: absolute;
    z-index: 50;
    left: 130px;
    bottom: 0;
}

.g-recaptcha {
    display: none;
}