.prices_wrapper {
  overflow: hidden;
  background: #dce4e6;
  background-image: none;
  color: #0a0907;
}

.prices_wrapper .prices_container {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  max-width: 1440px;
  padding: 80px 60px 90px;
}

.prices_wrapper .prices_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}

.prices_wrapper .prices_number {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.prices_wrapper .prices_number > .h2,
.prices_wrapper .prices_value .h2 {
  margin: 0;
  color: #0a0907;
  font-family: "Roboto Flex", Arial, sans-serif;
  font-optical-sizing: auto;
  font-size: 100px;
  font-weight: 500;
  font-stretch: 35%;
  font-synthesis: none;
  font-variation-settings:
    "opsz" 70,
    "wdth" 35,
    "wght" 500,
    "GRAD" 0,
    "XOPQ" 80,
    "XTRA" 421,
    "YOPQ" 79,
    "YTAS" 750,
    "YTDE" -203,
    "YTFI" 738,
    "YTLC" 550,
    "YTUC" 760;
  line-height: 0.85;
  letter-spacing: 0;
  text-transform: none;
}

.prices_wrapper .prices_number > .h2 {
  text-transform: uppercase;
}

.prices_wrapper .prices_value {
  gap: 10px;
}

.prices_wrapper .prices_value .h2 {
  color: #aa2b21;
}

.prices_wrapper .euro {
  align-self: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #aa2b21;
  font-family: "Roboto Flex", Arial, sans-serif;
  font-optical-sizing: auto;
  font-size: 100px;
  font-weight: 500;
  font-stretch: 35%;
  font-synthesis: none;
  font-variation-settings:
    "opsz" 70,
    "wdth" 35,
    "wght" 500,
    "GRAD" 0,
    "XOPQ" 80,
    "XTRA" 421,
    "YOPQ" 79,
    "YTAS" 750,
    "YTDE" -203,
    "YTFI" 738,
    "YTLC" 550,
    "YTUC" 760;
  line-height: 0.85;
  text-transform: uppercase;
}

.prices_wrapper .prices_title .button {
  align-self: center;
  width: 250px;
  min-width: 250px;
  min-height: 60px;
  padding: 18px 30px;
  border-radius: 14px;
  font-size: 18px;
  line-height: 24px;
}

.prices_slider {
  width: 100%;
  margin-top: 60px;
}

.prices_viewport {
  width: 100%;
  overflow: visible;
}

.prices_wrapper .prices_content {
  display: flex;
  align-items: stretch;
  gap: 30px;
  width: max-content;
  transform: translateX(0);
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.prices_wrapper .prices_item {
  display: flex;
  flex: 0 0 calc((min(100vw, 1440px) - 180px) / 3);
  flex-direction: column;
  gap: 0;
  width: calc((min(100vw, 1440px) - 180px) / 3);
  max-width: 420px;
  min-height: 486px;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 20px;
  background: #fff;
}

.prices_wrapper .prices_item > img {
  display: block;
  width: 100%;
  height: 257px;
  object-fit: cover;
}

.prices_item_content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 16px;
  padding: 40px;
}

.prices_wrapper .prices_item .p1 {
  margin: 0;
  color: #0a0907;
  font-family: "Roboto Flex", Arial, sans-serif;
  font-size: 40px;
  font-weight: 600;
  font-stretch: 35%;
  font-variation-settings:
    "opsz" 70,
    "wdth" 35,
    "wght" 600,
    "GRAD" 0,
    "XOPQ" 80,
    "XTRA" 421,
    "YOPQ" 79,
    "YTAS" 750,
    "YTDE" -203,
    "YTFI" 738,
    "YTLC" 550,
    "YTUC" 760;
  line-height: 0.85;
  letter-spacing: 0;
  text-transform: none;
}

.prices_wrapper .prices_item .p2 {
  margin: 0;
  color: rgba(10, 9, 7, 0.5);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 18px;
  font-weight: 550;
  line-height: 1.35;
  letter-spacing: -0.2px;
}

.prices_slider_footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}

.prices_pagination {
  display: none;
}

.prices_controls {
  display: flex;
  gap: 12px;
}

.prices_button {
  position: relative;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  transition: opacity 180ms ease, transform 180ms ease;
}

.prices_button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #767676;
  border-right: 2px solid #767676;
}

.prices_button_prev::before {
  transform: translate(-35%, -50%) rotate(-135deg);
}

.prices_button_next::before {
  transform: translate(-65%, -50%) rotate(45deg);
}

.prices_button:disabled {
  opacity: 0.42;
  cursor: default;
}

.prices_button:not(:disabled):hover {
  transform: scale(1.05);
}

.prices_button:focus-visible {
  outline: 2px solid #aa2b21;
  outline-offset: 3px;
}

.prices_slider.is_static .prices_slider_footer {
  display: none;
}

.prices_wrapper > .prices_container > .p2 {
  width: min(680px, 100%);
  margin: 60px auto 0;
  color: rgba(10, 9, 7, 0.5);
  text-align: center;
}

@media (max-width: 900px) {
  .prices_wrapper .prices_container {
    padding: 60px 20px 70px;
  }

  .prices_wrapper .prices_title {
    align-items: center;
  }

  .prices_wrapper .prices_number {
    flex-wrap: wrap;
    gap: 8px;
  }

  .prices_wrapper .prices_number > .h2,
  .prices_wrapper .prices_value .h2,
  .prices_wrapper .euro {
    font-size: clamp(44px, 13vw, 60px);
  }

  .prices_wrapper .prices_title .button {
    width: auto;
    min-width: 220px;
    font-size: 16px;
    line-height: 22px;
  }

  .prices_slider {
    margin-top: 48px;
  }

  .prices_wrapper .prices_content {
    gap: 20px;
  }

  .prices_wrapper .prices_item {
    flex-basis: min(420px, calc(100vw - 40px));
    width: min(420px, calc(100vw - 40px));
    min-height: 0;
  }

  .prices_wrapper .prices_item > img {
    height: auto;
    aspect-ratio: 420 / 257;
  }

  .prices_item_content {
    min-height: 210px;
    padding: 30px;
  }

  .prices_wrapper .prices_item .p1 {
    font-size: 34px;
  }

  .prices_wrapper .prices_item .p2 {
    font-size: 16px;
  }

  .prices_slider_footer {
    margin-top: 24px;
  }

  .prices_button {
    width: 44px;
    height: 44px;
  }

  .prices_wrapper > .prices_container > .p2 {
    margin-top: 48px;
  }
}

@media (max-width: 480px) {
  .prices_wrapper .prices_container {
    padding-top: 48px;
  }

  .prices_item_content {
    min-height: 190px;
    padding: 26px 24px;
  }
}
