.wrapper__gallery{overflow:hidden}
.gallery__slider{position:relative}
.gallery__slider .gallery__arrow-next, .gallery__slider .gallery__arrow-prev{ transition:all 0.3s linear 0s; position:absolute; top:50%; transform:translateY(-50%); width:40px; height:40px; border:1px solid #FFDB45; z-index:2; border-radius:100%;}
.gallery__slider .gallery__arrow-next svg path, .gallery__slider .gallery__arrow-prev svg path{transition:all 0.3s linear 0s}
.gallery__slider .gallery__arrow-next:hover, .gallery__slider .gallery__arrow-prev:hover{background:#FFDB45}
.gallery__slider .gallery__arrow-next:hover svg path, .gallery__slider .gallery__arrow-prev:hover svg path{fill:#fff}
.gallery__slider .gallery__arrow-next{right:-60px}
.gallery__slider .gallery__arrow-prev{left:-60px}
.photo-gallery{display:block; position:relative; border-radius:20px}
.photo-gallery::after{border-radius:20px; border:1px solid transparent; transition:all 0.3s linear 0s; content:""; position:absolute; left:0; right:0; bottom:0; top:0; }
.photo-gallery:hover::after{border-color:#FFDB45}
@media(max-width:1320px) and (min-width:1230px){
	.gallery__slider .gallery__arrow-next, .gallery__slider .gallery__arrow-prev{display:none !important}
}
@media(max-width:1075px) and (min-width:992px){
	.gallery__slider .gallery__arrow-next, .gallery__slider .gallery__arrow-prev{display:none !important}
}
@media(max-width:840px) and (min-width:768px){
	.gallery__slider .gallery__arrow-next, .gallery__slider .gallery__arrow-prev{display:none !important}
}
@media(max-width:650px) and (min-width:576px){
	.gallery__slider .gallery__arrow-next, .gallery__slider .gallery__arrow-prev{display:none !important}
}
@media(max-width:575px){
	.gallery__slider-js{overflow: visible;}
	.photo-gallery{width:37.26vw}
}