.style-designe {
  background: rgb(20, 22, 22);
  padding-top: 115px;
  padding-bottom: 80px;
  background-image: url('./images/bg-img.png');
  background-repeat: no-repeat;
  background-position: right top;
  background-position: 1100px -100px;
  overflow: hidden;
}

.style-designe .widget-title {
  color: #fff !important;
}

.style-designe-wrapper {
  margin-left: calc((100vw - 1310px) / 2);
}

.style-designe .left-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.style-designe .callback-btn {
  padding: 17px 40px;
  color: #fff;
  background: rgb(45, 119, 104);
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  border-radius: 36px;
  width: fit-content;
  text-transform: uppercase;
  cursor: pointer;
  transition: .2s;
}

.style-designe .callback-btn.desktop-btn {
  margin-top: 100px;
}

.style-designe .callback-btn:hover {
  background: #6FC3B2;
}

.style-designe .style-swiper {
  overflow: hidden;
}

.style-designe .style-swiper .picture-wrapper {
  height: 540px;
  position: relative;
  overflow: hidden;
  border-radius: 200px;
  display: flex;
  justify-content: center;
  max-width: 320px;
}

.style-designe .picture-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: .4s;
  background: rgba(0, 0, 0, 0.5);
}

.style-designe .style-swiper .picture-wrapper img {
  height: 100%;
  max-width: unset;
}

.style-designe .style-name {
  color: #FFF;
  margin-top: 45px;
  font-family: Viaoda Libre;
  font-size: clamp(30px, 4vw, 40px);
  font-weight: 400;
  line-height: 118.5%;
  text-align: center;
  text-decoration: none;
  opacity: 0;
  transition: .4s;
}

.style-designe .swiper-slide-link {
  text-decoration: none;
  /*   position: relative; */
}

.style-designe .swiper-slide {
  will-change: margin-top;
  transform: translateZ(0);
  margin-top: 190px;
  transition: .4s;
}

.style-designe .swiper-slide.swiper-slide-prev {
  opacity: 0;
  transition: .2s;
}

.style-designe .swiper-slide.swiper-slide-active {
  margin-top: 0;
  opacity: 1;
}

.arrow_and_picture-wrapper {
  position: relative;
}

.arrow-icon {
  position: absolute;
  bottom: 65px;
  right: calc(50% - 30px);
  background: rgb(102, 195, 177);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transform: rotate(45deg);
}

.style-gallery-button-next {
  background: #FFF;
  transform: rotate(90deg);
  bottom: 40%;
  right: 36%;
  z-index: 1;
}

.style-designe .link-arrow-icon {
  bottom: -25px;
  right: calc(50% - 30px);
  background: rgb(102, 195, 177);
  opacity: 0;
  transition: .4s;
}

.style-designe .style-swiper .swiper-slide-active .style-name,
.style-designe .style-swiper .swiper-slide-active .link-arrow-icon {
  opacity: 1;
}

.style-designe .swiper-slide-active .picture-wrapper::before {
  background: rgba(0, 0, 0, 0);
}


.style-designe .swiper-slide.swiper-slide-active {
  position: relative;
}

@media screen and (max-width: 1400px) {

  .style-designe .style-swiper .picture-wrapper {
    height: 400px;
  }
}


@media screen and (max-width: 1310px) {
  .style-designe-wrapper {
    margin-left: 20px;
  }

  .style-designe .style-swiper .picture-wrapper {
    width: 100%;
  }

  .style-gallery-button-next {
    right: 26%;
  }
}

@media screen and (max-width: 900px) {
  .style-designe .swiper-slide {
    margin-top: 80px;
  }

  .style-gallery-button-next {
    right: 7%;
  }
}

@media screen and (min-width: 600px) {
  .style-designe .callback-btn.mobile-btn {
    display: none;
  }
}

@media screen and (max-width: 600px) {

  .style-designe {
    padding-top: 70px;
    background-position: 10px -300px;
  }

  .style-designe .style-swiper .picture-wrapper {
    border-radius: 120px;
  }

  .style-designe .callback-btn.desktop-btn {
    display: none;
  }

  .style-designe .style-swiper {
    margin-top: 50px;
  }

  .style-gallery-button-next {
    right: 13%;
  }

  .style-designe .style-name {
    margin-top: 35px;
  }

  .style-designe .arrow-icon {
    transform: scale(0.7) rotate(45deg);
  }

  .style-designe .arrow-icon.style-gallery-button-next {
    transform: scale(0.7) rotate(90deg);
  }
}