.gallery-block{padding:100px 0;overflow:hidden}.gallery-block__head{display:-webkit-box;display:-ms-flexbox;display:flex;gap:50px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.gallery-block__title{font-weight:500;font-size:30px;line-height:132%;text-transform:uppercase;color:#1b2840}.gallery-block__navigation{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px}.gallery-block__navigation .swiper-button-next,.gallery-block__navigation .swiper-button-prev{width:48px;height:48px;position:relative;margin-top:0;top:0;border-radius:100%;-webkit-transition:.3s linear;transition:.3s linear}.gallery-block__navigation .swiper-button-next:after,.gallery-block__navigation .swiper-button-prev:after{display:none}.gallery-block__navigation .swiper-button-next .arrow-btn,.gallery-block__navigation .swiper-button-prev .arrow-btn{width:48px;height:48px}.gallery-block__navigation .swiper-button-prev{left:0;right:auto}.gallery-block__navigation .swiper-button-prev .arrow-btn{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.gallery-block__navigation .swiper-button-next{right:0;left:auto}.gallery-block__body{margin-top:40px;overflow:visible}.gallery-block__item{aspect-ratio:16/11;overflow:hidden;width:100%;max-width:650px}.gallery-block__item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media (min-width:320px) and (max-width:1320px){.gallery-block__title{font-size:calc(.6vw + 28.08px)}}@media (min-width:1320px){.gallery-block__title{font-size:36px}}@media (hover:hover){.gallery-block__navigation .swiper-button-next:hover,.gallery-block__navigation .swiper-button-prev:hover{background:#39f}.gallery-block__navigation .swiper-button-next:hover svg,.gallery-block__navigation .swiper-button-prev:hover svg{color:#fff}}