.hero {
  min-height: 600px;
  display: flex;
  flex-wrap: wrap;
}
.hero__swiper {
  width: 56%;
}
.hero__swiper-image {
  height: 100%;
}
.hero__swiper-image img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}
.hero__swiper .nav {
  position: absolute;
  z-index: 1;
  bottom: 50px;
  right: 50px;
  display: flex;
  justify-content: space-between;
  width: 140px;
}
.hero__swiper .nav__prev, .hero__swiper .nav__next {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
min-width: 60px;
  border-radius: 50%;
  color: #3C3C3B;
  border: 1px solid white;
  background-color: white;
  transition: all 0.3s ease-in;
}
.hero__swiper .nav__prev:hover, .hero__swiper .nav__next:hover {
  color: white;
  border-color: #3C3C3B;
  background-color: #3C3C3B;
}
.hero__swiper .nav__prev.swiper-button-disabled, .hero__swiper .nav__next.swiper-button-disabled {
  cursor: auto;
  opacity: 0.6;
}
.hero__swiper .nav__prev.swiper-button-disabled:hover, .hero__swiper .nav__next.swiper-button-disabled:hover {
  color: #3C3C3B;
  border: 1px solid white;
  background-color: white;
}
.hero__content {
  width: 44%;
}
.hero .content {
  display: flex;
  flex-direction: column;
  padding: 30px 50px;
  min-height: 50%;
  background-color: #3C3C3B;
}
.hero .content__title {
  max-width: 440px;
  font-size: 30px;
  line-height: 150%;
  color: white;
}
.hero .content__desc {
  font-size: 16px;
  line-height: 150%;
  color: white;
}
.hero .content__btn {
  margin-left: auto;
  margin-top: 30px;
}
.hero__thumb {
  position: relative;
  min-height: 50%;
  padding: 30px 50px;
  background-color: #B9A25C;
}
.hero__thumb .swiper-slide {
  height: auto;
}
.hero__thumb .swiper-pagination {
  position: absolute;
  top: 30px;
  right: 50px;
  left: auto;
  bottom: auto;
  width: fit-content;
}
.hero__thumb .swiper-pagination-bullet {
  opacity: 1;
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 1px solid white;
  transition: all 0.3s ease-in;
}
.hero__thumb .swiper-pagination-bullet-active {
  width: 16px;
  background-color: white;
  border-radius: 5px;
}
.hero .item {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.hero .item__name {
  margin-bottom: auto;
  max-width: 410px;
  font-size: 30px;
  line-height: 150%;
  color: white;
}
.hero .item__wrap {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hero .item__price {
  color: white;
  font-size: 40px;
  line-height: 150%;
}
.hero .item__price span {
  font-family: inherit;
  font-size: 30px;
  line-height: 150%;
}
.hero .item__price .sign {
  font-family: "ALS Rubl";
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.hero .item__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
	flex-shrink: 0;
	cursor: pointer;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
}
.hero .item__link:hover {
  border-color: #3C3C3B;
  background-color: #3C3C3B;
}

@media (max-width: 1420px) {
  .hero__thumb .swiper-pagination {
    top: 15px;
  }
}
@media (max-width: 1170px) {
  .hero {
    min-height: 500px;
  }
  .hero .content {
    padding: 20px 40px;
  }
  .hero .content__title {
    font-size: 24px;
  }
  .hero .content__desc {
    font-size: 14px;
  }
  .hero__swiper .nav {
    bottom: 40px;
    right: 40px;
    width: 120px;
  }
  .hero__swiper .nav__prev, .hero__swiper .nav__next {
    width: 50px;
    height: 50px;
  }
  .hero__thumb {
    padding: 30px 40px 20px;
  }
  .hero .item__name {
    font-size: 24px;
  }
  .hero .item__price {
    font-size: 32px;
  }
  .hero .item__link {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 820px) {
  .hero__swiper {
    width: 100%;
  }
  .hero__swiper-image {
    max-height: 360px;
  }
  .hero__content {
    width: 100%;
    display: flex;
  }
  .hero .content {
    width: 55%;
    padding: 20px;
  }
  .hero .content__title {
    font-size: 22px;
  }
  .hero__thumb {
    width: 45%;
    padding: 20px;
    padding-bottom: 40px;
  }
  .hero__thumb .swiper-pagination {
    top: auto;
    bottom: 10px;
    right: 0;
    width: 100%;
  }
  .hero .item__wrap {
    margin-top: 20px;
  }
  .hero .item__name {
    font-size: 22px;
  }
  .hero .item__price {
    font-size: 26px;
  }
  .hero .item__price span {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .hero__swiper {
    order: 2;
  }
  .hero__content {
    order: 1;
    flex-wrap: wrap;
  }
  .hero .content {
    width: 100%;
    background-color: #B9A25C;
  }
  .hero__thumb {
    min-height: none;
    width: 100%;
    background-color: #3C3C3B;
    padding-bottom: 20px;
  }
  .hero__thumb .swiper-pagination {
    display: none;
  }
}
@media (max-width: 480px) {
  .hero .item__name {
    margin-bottom: 5px;
  }
}/*# sourceMappingURL=block.css.map */