@font-face {
  font-family: "FuturaFuturisC";
  src: url(../fonts/FuturaFuturisC.ttf);
}
@font-face {
  font-family: "GothamMedium";
  src: url(../fonts/Gotham-Medium.woff);
}
@font-face {
  font-family: "GothamXLight";
  font-display: swap;
  src: url(../fonts/Gotham-XLight.woff);
}
@font-face {
  font-family: "GothamBook";
  font-display: swap;
  src: url(../fonts/Gotham-Book.woff);
}
@font-face {
  font-family: "GothamLight";
  font-display: swap;
  src: url(../fonts/Gotham-Light.woff);
}
@font-face {
  font-family: "Gotham Pro";
  src: url(../fonts/GothamPro.ttf);
}
img {
  pointer-events: none;
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "GothamLight";
  background-color: #2d2926;
}
.active {
  display: flex !important;
}
.lock {
  overflow-y: hidden;
}
.body__wrapper {
  overflow: hidden;
}
body.lock {
  overflow: hidden;
}

.container {
  max-width: 343px;
  margin: 0 auto;
}
.container-popup {
  max-width: 741px;
  margin: 0 auto;
  position: relative;
}
.i__block {
  min-width: 17px;
  height: 17px;
  background-color: #2d2926;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "GothamMedium";
  color: #fff;
  position: relative;
  cursor: default;
  z-index: 19;
}

.light {
  background-color: #eae9e9;
  color: black;
}
.active-button {
  background-color: #bc4f54;
  color: #f2ddde;
  padding: 0 30px;
  max-width: 300px;
  border-radius: 5px;
  border-top-right-radius: 15px;
  height: 60px;
  position: relative;
  font-size: 18px;
  font-family: "GothamBook";
  transition: 400ms;
}
.active-button__dot {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 15px;
  height: 15px;
  background-color: #f2ddde;
  border-radius: 50%;
}
.active-button:hover {
  background: none;
  outline: 2px solid #f2ddde;
  transition: 400ms;
}
.active-button--light:hover {
  color: #f2ddde;
  transition: 400ms;
}
.active-button--light:hover .active-button__dot {
  background-color: #f2ddde;
  transition: 400ms;
}
.sales {
  width: fit-content;
  height: fit-content;
  position: absolute;
}
.sales__img {
  width: 100px;
}
.sales__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "GothamMedium";
  color: #fff;
  position: absolute;
  top: 33%;
  left: 23%;
  font-size: 8px;
}
.sales__text span {
  font-size: 22px;
}

/* SLIDER */

.modal-slider-image {
  width: 100%;
}

.modal-slider {
  position: fixed;
  top: 0;
  display: none;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  z-index: 50;
  overflow-y: scroll;
}

.modal-slider-list {
  width: 250px;
  display: flex;
  align-items: center;
}

.modal-slider-element {
  width: 0;
  opacity: 0;
  transition: opacity 700ms ease-in;
  z-index: 2;
}

div.modal-slider-arrow-left,
div.modal-slider-arrow-right {
  width: 22px;
  height: 40px;
  cursor: pointer;
  z-index: 4;
}

div.modal-slider-arrow-left {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #f2ddde;
  transform: scale(-1, 1);
  transition: 300ms;
}

div.modal-slider-arrow-right {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #f2ddde;
  margin: 0 0 0 20px;
  transition: 300ms;
}
.modal-slider-arrow-left path {
  stroke: rgb(45, 41, 38);
  transition: 300ms;
}
.modal-slider-arrow-right path {
  stroke: rgb(45, 41, 38);
  transition: 300ms;
}

div.modal-slider-arrow-left:hover {
  background-color: #2d2926;
  transition: 300ms;
}
div.modal-slider-arrow-left:hover path {
  stroke: #f2ddde;
  transition: 300ms;
}

div.modal-slider-arrow-right:hover {
  background-color: #2d2926;
  transition: 300ms;
}
div.modal-slider-arrow-right:hover path {
  stroke: #f2ddde;
  transition: 300ms;
}
.modal-slider__header {
  position: fixed;
  right: 25px;
  top: 25px;
  z-index: 51;
}

@media (min-width: 0) {
  .modal-slider-arrows {
    display: flex;
    position: absolute;
    justify-content: space-between;
    width: 95%;
    left: 3%;
    top: 50vh;
  }
  .device {
    display: none !important;
  }
  .container-popup {
    max-width: 343px;
  }
}
@media (min-width: 640px) {
  .modal-slider-arrows {
    width: 60%;
    left: 20%;
  }
  .modal-slider-list {
    width: auto;
    max-width: 50%;
    margin: 0 auto;
  }
}

/*  */

@media (min-width: 480px) {
  .container {
    max-width: 470px;
  }
  .container-popup {
    max-width: 343px;
  }
}
@media (min-width: 640px) {
  .container {
    max-width: 610px;
  }
  .container-popup {
    max-width: 470px;
  }
  .i__block {
    min-width: 20px;
    height: 20px;
  }
}
@media (min-width: 958px) {
  .container {
    max-width: 920px;
  }
  .container-popup {
    max-width: 741px;
  }
  .device {
    display: block !important;
  }
  .mobile {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1120px;
  }
  .container-popup {
    max-width: 741px;
  }
}
@media (min-width: 1700px) {
  .container {
    max-width: 1550px;
  }
  .active-button {
    max-width: 370px;
    height: 80px;
    font-size: 22px;
  }
  .active-button__dot {
    width: 20px;
    height: 20px;
  }
  .i__block {
    min-width: 30px;
    height: 30px;
  }
}
