.photos{position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;height:100%;width:100%}.photos__slider{display:flex;transition:transform .6s ease-in-out;height:100%;width:100%;will-change:transform;touch-action:pan-y}.photos__slide{flex-shrink:0;width:100%;height:100%}.photos__elem{width:100%;height:100%;object-fit:cover}.photos__btn{cursor:pointer;position:absolute;top:50%;transform:translateY(-50%);z-index:1;border:.03rem solid hsla(0,0%,100%,.2);-webkit-backdrop-filter:blur(.4rem);backdrop-filter:blur(.4rem);background:rgba(128,128,128,.3);border-radius:50%;object-fit:contain;width:1.06rem;height:auto}.photos__btn_prev{left:2.5%}.photos__btn_next{right:2.5%}.photos__pagination{background:rgba(128,128,128,.2);-webkit-backdrop-filter:blur(.2rem);backdrop-filter:blur(.2rem);position:absolute;left:50%;padding:.5625rem;border-radius:83px;bottom:5%;transform:translateX(-50%);display:flex;column-gap:.21rem}.photos__pagination:before{content:"";border-radius:inherit;-webkit-mask-composite:destination-out;pointer-events:none;background:linear-gradient(to bottom right,rgba(255,255,255,.4),rgba(255,255,255,0),rgba(255,255,255,0),rgba(255,255,255,.1019607843));padding:1px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;mask-mode:match-source,match-source}.photos__pagination_elem{cursor:pointer;width:.28rem;height:.28rem;border-radius:50%;-webkit-backdrop-filter:blur(.3rem);backdrop-filter:blur(.3rem);background:hsla(0,0%,100%,.55);transition:background-color .3s ease,transform .3s ease}.photos__pagination_elem:hover{transform:scale(1.3)}.photos__pagination_elem_active{background-color:#fff}@media(max-width:767px){.photos{min-width:100%;border-bottom-left-radius:0;border-bottom-right-radius:0}.photos__btn{width:1.4177rem}.photos__btn_prev{left:4.5%}.photos__btn_next{right:4.5%}.photos__pagination_elem{width:.46rem;height:.46rem}.photos__slide,.photos__slider{min-width:100%}}