.component__design-v2-service-other-works{
  background:#f4f8fd;
}

.design-v2-service-other-works__header{
  align-items:center;
  display:flex;
  gap:16px;
  justify-content:space-between;
  margin-bottom:30px;
}
@media screen and (min-width:768px){
  .design-v2-service-other-works__header{
    margin-bottom:40px;
  }
}

.design-v2-service-other-works__title{
  color:#252525;
  font-family:var(--font-medium);
  font-size:22px;
  line-height:26px;
  margin:0;
}
@media screen and (min-width:768px){
  .design-v2-service-other-works__title{
    font-size:40px;
    line-height:48px;
  }
}

.design-v2-service-other-works__controls{
  display:none;
}
@media screen and (min-width:768px){
  .design-v2-service-other-works__controls{
    display:block;
  }
  .design-v2-service-other-works__controls .control-buttons{
    gap:12px;
  }
  .design-v2-service-other-works__controls .control-buttons__btn{
    border:0;
  }
}

.component__design-v2-service-other-works .wrapper__content--slider-full-width{
  max-width:none;
  overflow-x:hidden;
  padding-right:0;
  position:relative;
  width:100%;
}
.component__design-v2-service-other-works .design-v2-service-other-works__wrapper{
  margin-left:calc((100vw - min(100%, var(--grid-container-max-width)))/2 + .5rem);
  overflow:hidden;
}
@media screen and (min-width:576px){
  .component__design-v2-service-other-works .design-v2-service-other-works__wrapper{
    margin-left:calc((100vw - min(100%, var(--grid-container-max-width)))/2 + 1rem);
  }
}
@media screen and (min-width:1200px){
  .component__design-v2-service-other-works .design-v2-service-other-works__wrapper{
    margin:0 auto;
    max-width:var(--grid-container-max-width);
    padding:0 1rem;
  }
}
@media screen and (min-width:1400px){
  .component__design-v2-service-other-works .design-v2-service-other-works__wrapper{
    padding:0;
  }
}

.design-v2-service-other-works__slide{
  display:flex;
  min-height:100%;
  width:220px;
}
@media screen and (min-width:768px){
  .design-v2-service-other-works__slide{
    width:324px;
  }
}

.design-v2-service-other-works__collage{
  aspect-ratio:1/1;
  background:#fff;
  border-radius:8px;
  display:grid;
  gap:1px;
  overflow:hidden;
  width:100%;
}

.design-v2-service-other-works__collage-button{
  background:transparent;
  border:0;
  border-radius:8px;
  cursor:pointer;
  display:block;
  padding:0;
  width:100%;
}

.design-v2-service-other-works__collage--2{
  grid-template-columns:repeat(2, minmax(0, 1fr));
}

.design-v2-service-other-works__collage--2-horizontal{
  grid-template-columns:1fr;
  grid-template-rows:repeat(2, minmax(0, 1fr));
}

.design-v2-service-other-works__collage--2-vertical,.design-v2-service-other-works__collage--4{
  grid-template-columns:repeat(2, minmax(0, 1fr));
}

.design-v2-service-other-works__collage--4{
  grid-template-rows:repeat(2, minmax(0, 1fr));
}

.design-v2-service-other-works__image-item{
  margin:0;
  min-width:0;
  overflow:hidden;
}

.design-v2-service-other-works__image{
  display:block;
  height:100%;
  -o-object-fit:cover;
     object-fit:cover;
  width:100%;
}

.design-v2-service-other-works__gallery{
  align-items:center;
  background:rgba(14,18,23,.72);
  display:flex;
  inset:0;
  justify-content:center;
  padding:60px 16px 32px;
  position:fixed;
  z-index:1000;
}

.design-v2-service-other-works__gallery[hidden]{
  display:none;
}

.design-v2-service-other-works__gallery-content{
  align-items:center;
  display:flex;
  justify-content:center;
  position:relative;
  width:min(760px, 100vw - 32px, 100vh - 120px);
}

.design-v2-service-other-works__gallery-slides{
  position:relative;
  width:100%;
}

.design-v2-service-other-works__gallery-slide{
  opacity:0;
  transition:opacity .25s ease;
  width:100%;
}

.design-v2-service-other-works__gallery-slide[hidden]{
  display:none;
}

.design-v2-service-other-works__gallery-slide--active{
  opacity:1;
}

.design-v2-service-other-works__gallery-slide--leaving{
  inset:0;
  opacity:0;
  position:absolute;
}

.design-v2-service-other-works__gallery-nav{
  display:none;
}

.design-v2-service-other-works__gallery-collage{
  box-shadow:0 24px 80px rgba(14,18,23,.32);
  width:100%;
}

.design-v2-service-other-works__gallery-close,.design-v2-service-other-works__gallery-control{
  align-items:center;
  background:#fff;
  border:0;
  border-radius:50%;
  cursor:pointer;
  display:flex;
  justify-content:center;
  padding:0;
  position:absolute;
  z-index:1;
}

.design-v2-service-other-works__gallery-close{
  height:36px;
  right:0;
  top:-48px;
  width:36px;
}
.design-v2-service-other-works__gallery-close:after,.design-v2-service-other-works__gallery-close:before{
  background:#252525;
  border-radius:2px;
  content:"";
  height:2px;
  position:absolute;
  width:16px;
}
.design-v2-service-other-works__gallery-close:before{
  transform:rotate(45deg);
}
.design-v2-service-other-works__gallery-close:after{
  transform:rotate(-45deg);
}

.design-v2-service-other-works__gallery-control{
  height:48px;
  top:50%;
  transform:translateY(-50%);
  transition:background-color .3s ease;
  width:48px;
}
.design-v2-service-other-works__gallery-control:before{
  background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%2315a8f1' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m10 6 6 6-6 6'/%3E%3C/svg%3E") no-repeat 50%/contain;
  content:"";
  display:block;
  height:24px;
  transition:filter .3s ease;
  width:24px;
}
@media screen and (min-width:768px){
  .design-v2-service-other-works__gallery-control:hover{
    background-color:#15a8f1;
  }
  .design-v2-service-other-works__gallery-control:hover:before{
    filter:brightness(0) invert(1);
  }
}

.design-v2-service-other-works__gallery-control--prev{
  left:-58px;
}
.design-v2-service-other-works__gallery-control--prev:before{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%2315a8f1' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m14 6-6 6 6 6'/%3E%3C/svg%3E");
}

.design-v2-service-other-works__gallery-control--next{
  right:-58px;
}
.design-v2-service-other-works__gallery-control--next:before{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%2315a8f1' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m10 6 6 6-6 6'/%3E%3C/svg%3E");
}

body.design-v2-service-other-works-gallery-open{
  overflow:hidden;
}

@media screen and (max-width:767px){
  .design-v2-service-other-works__gallery-content{
    width:100%;
  }
  .design-v2-service-other-works__gallery-control{
    display:none;
  }
  .design-v2-service-other-works__gallery-nav{
    align-items:center;
    bottom:-32px;
    display:flex;
    gap:8px;
    justify-content:center;
    left:50%;
    position:absolute;
    transform:translateX(-50%);
  }
  .design-v2-service-other-works__gallery-nav-button{
    background:#ccd6e3;
    border:0;
    border-radius:50%;
    box-sizing:border-box;
    height:4px;
    padding:0;
    width:4px;
  }
  .design-v2-service-other-works__gallery-nav-button--active{
    background:#fff;
    border:2px solid #15a8f1;
    border-radius:100px;
    height:8px;
    width:8px;
  }
}
.design-v2-service-other-works .tns-nav{
  align-items:center;
  display:flex;
  gap:8px;
  justify-content:center;
  padding-top:24px;
}

.design-v2-service-other-works .tns-nav button{
  background:#ccd6e3;
  border:0;
  border-radius:50%;
  box-sizing:border-box;
  height:4px;
  padding:0;
  width:4px;
}

.design-v2-service-other-works .tns-nav .tns-nav-active{
  background:#fff;
  border:2px solid #15a8f1;
  border-radius:100px;
  height:8px;
  width:8px;
}