/*** THUMBS GALLERY ***/

.thumbs-gallery{
position:relative;
overflow:hidden;
padding: 240px 12px 0 0;
width: calc(100% - 312px);
}

.thumbs-gallery .slider-custom-block{
position:relative;
background-color:transparent;
padding-top:0;
padding-bottom:0;
}

.thumbs-gallery .thumbs-gallery-swiper{
width:100%;
height:100%;
overflow:visible !important;
}

.thumbs-gallery .swiper-wrapper{
align-items:flex-start;
}

.thumbs-gallery .swiper-slide{
width:auto;
text-align:left;
font-size:18px;
display:flex;
justify-content:flex-start;
align-items:flex-start;
flex-direction:column;
user-select:none;
}

.thumbs-gallery .swiper-slide .thumbnail{
position: relative;
overflow: hidden;
}

.thumbs-gallery .swiper-slide.thumbnail .image{
position: relative;
width: 100%;
max-width: 100%;
height: auto;
object-fit: cover;
}

.thumbs-gallery .swiper-slide a:link,
.thumbs-gallery .swiper-slide a:visited{
color: inherit;
text-decoration: none;
}

.thumbs-gallery .swiper-slide a:hover{
color: inherit;
text-decoration: none;
cursor: pointer;
}

.thumbs-gallery .swiper-media{
display:block;
width:100%;
text-decoration:none;
}

.thumbs-gallery .swiper-slide img{
display:block;
width:100%;
height:100%;
object-fit:cover;
}

.thumbs-gallery .swiper-content{
width:100%;
margin-top:8px;
padding-right:16px;
}

.thumbs-gallery .swiper-title{
font-size: 13px;
font-weight: 500;
letter-spacing: normal;
line-height:135%;
color: var(--black);
}

.thumbs-gallery .swiper-button-next,
.thumbs-gallery .swiper-button-prev{
position:absolute;
top:-64px;
width:48px;
height:48px;
margin:0;
padding:0;
border:0;
background:transparent;
color:#000;
cursor:pointer;
}

.thumbs-gallery .swiper-button-next svg,
.thumbs-gallery .swiper-button-prev svg{
display:block;
width:auto;
height:auto;
fill:currentColor;
}

.thumbs-gallery .swiper-button-prev,
.thumbs-gallery .swiper-button-next{
transition: background-color .2s ease;
border-radius: 999px;
}

.thumbs-gallery .swiper-button-prev:hover,
.thumbs-gallery .swiper-button-next:hover{
background-color: #f7f7f7;
}

.thumbs-gallery .swiper-button-prev{
right:64px;
left:auto;
}

.thumbs-gallery .swiper-button-next{
right:18px;
left:auto;
}

.thumbs-gallery .swiper-button-next:after,
.thumbs-gallery .swiper-button-prev:after{
display:none !important;
}



/*** MOBILE ***/

@media (max-width:1023px){

.thumbs-gallery .swiper-content{
padding-right:0;
}

.thumbs-gallery .swiper-button-next,
.thumbs-gallery .swiper-button-prev{
display:none;
}

.thumbs-gallery{
position:relative;
overflow:hidden;
padding: 0 12px 0 0;
width: 100%;
}

.thumbs-gallery .swiper-slide a:hover .image-hover{
opacity: 0;
}

.thumbs-gallery .swiper-slide a.is-hover .image-hover{
opacity: 0;
}

}