.wrapper__gallery{padding-top:100px}
.wrapper__gallery-heading{display:flex; align-items:center; justify-content:space-between; padding-bottom:45px}
.gallery-heading__desc{font-weight: 700;font-size: 18px;line-height: 1.6;color: #332E47;display:flex;align-items:center;gap: 10px;position:relative}
.gallery-heading__desc::before{position: absolute;width: 46px;height: 2px;left: -18px;top: 13px;content: "";background: #FFD51C;transform: rotate(121.61deg);z-index: -1}
.gallery-heading__desc span{position:relative}
.gallery-heading__desc span svg{position:absolute;min-width: 113px;height:33px;color: #000;left: 50%;top: 50%;transform: translateX(-50%) translateY(-50%);}
.gallery-heading__desc > svg{width:18px;height:16px;margin-left: 5px;}
.wrapper__gallery .swiper {overflow: visible}
.gallery__link {position: relative;border-radius: 16px;overflow: hidden;display: block}
.gallery__link .gallery__picture, .gallery__link .gallery__image{transition: all 0.15s linear 0s}
.gallery__link:hover .gallery__picture, .gallery__link:hover .gallery__image{transform: scale(1.05) rotate(3deg);}
.gallery__link::before {content: "";top: 0;left: 0;transition: all 0.15s linear 0s;right: 0;z-index:2; pointer-events:none;bottom: 0;position: absolute;background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%)}
.gallery__link:hover::before{opacity:0}
.gallery__title{z-index:3; position:absolute; font-weight: 800;font-size: 18px;line-height: 1.2;color: #FFFFFF;bottom:24px; left:24px; right:24px;}
.gallery__video{z-index:3; position:absolute; top:24px; left:24px; padding: 6px 16px;gap: 8px; display:flex; align-items:center; background: #F0F3FD;border-radius: 60px; font-size: 14px;line-height: 1.6;color: #332E47;}
.gallery__video svg{width:22px;height:22px;background: #fff;border-radius: 100%;}
.gallery__video:hover{background:#FFD51C}

@media(max-width:1399px){
	.wrapper__gallery{padding-top:80px}
	.gallery-heading__desc{font-size: 17px}
}
@media(max-width:991px){
	.wrapper__gallery{padding-top:60px}
	.wrapper__gallery-heading{padding-bottom:35px}
	.gallery-heading__desc{font-size: 16px}
	.gallery__title{font-size: 16px; bottom:16px; left:16px; right:16px;}
	.gallery__video{top:16px; left:16px;}
	.gallery-heading__desc span svg {min-width: 100px; height: 30px}
}
@media(max-width:767px){
	.wrapper__gallery{padding-top:50px}
	.wrapper__gallery-heading{padding-bottom:25px; flex-direction:column}
	.wrapper__gallery-heading .h2{padding-bottom:15px}
	.gallery-heading__desc{font-size: 15px}
	.gallery__block.swiper-slide{width:360px}
}
@media(max-width:575px){
	.wrapper__gallery{padding-top:40px}
	.wrapper__gallery-heading{padding-bottom:20px}
	.gallery-heading__desc {font-size: 14px;gap: 5px;white-space: nowrap}
	.gallery-heading__desc span svg {min-width: 85px;height: 25px;}
	.gallery-heading__desc > svg{width:12px;height:10px;margin-left: 2px;}
}
@media(max-width:460px){
	.gallery__block.swiper-slide{width:300px}
}
@media(max-width:350px){
	.gallery-heading__desc > svg{display:none}
}