.b-product-detail__description {
  margin-bottom: 20px;
}
.b-product-detail__title-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.b-product-detail__sidebar {
  width: 25%;
  flex: none;
  margin-right: 10px;
}
@media (max-width: 1000px) {
  .b-product-detail__sidebar {
    display: none;
  }
}
.b-product-detail__wrapper {
  display: flex;
  margin-bottom: 40px;
}
.b-product-detail__content-wrapper {
  width: 75%;
  flex: none;
}
@media (max-width: 1000px) {
  .b-product-detail__content-wrapper {
    width: 100%;
  }
}
.b-product-detail__project-order {
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 143px;
  height: 30px;
  font-size: 14px;
  line-height: 140%;
  color: #0B3F37 !important;
  border: 1px solid #0B3F37;
  position: relative;
  border-radius: 100px;
  text-decoration: none !important;
}
.b-product-detail__project-order span {
  display: block;
  background: #FFFFFF;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
  padding: 15px 17px;
  max-width: 298px;
  display: none;
  width: 285px;
  position: absolute;
  top: -122px;
  left: 0;
}
.b-product-detail__project-order:hover span {
  display: block;
}
.b-product-detail__in-cart {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 288px;
  margin-right: 12px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f5f5f5;
  color: #a1a1a1;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 100ms linear;
  border-radius: 5px;
  text-decoration: none !important;
  text-transform: none !important;
}
.b-product-detail__delivery-btn {
  color: #979797;
  text-decoration: underline;
}
.b-product-detail__delivery-btn:hover {
  color: #0B3F37;
}
.b-product-detail__design-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.b-product-detail__price {
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 400;
  line-height: 105.9%;
  display: flex;
  align-items: flex-end;
  white-space: nowrap;
  font-size: 25px;
  text-align: right;
  color: #031412;
}
.b-product-detail__price-title {
  color: #A5A5A5;
  font-size: 16px;
  display: flex;
  align-items: flex-end;
  margin-right: 10px;
}
.b-product-detail__price-title span {
  height: 21px;
  display: block;
}
.b-product-detail__description {
  margin-bottom: 24px;
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #A5A5A5;
}
.b-product-detail__buttons-wrapper {
  display: flex;
  justify-content: space-between;
}
.b-product-detail__btn, .b-product-detail__transparent-btn {
  width: 288px;
  height: 54px;
  border-radius: 5px;
  text-decoration: none !important;
  text-transform: none !important;
  border: 0;
}
.b-product-detail__transparent-btn:hover {
  color: #004238 !important;
  border-color: #004238 !important;
}
.b-product-detail__btn {
  margin-right: 12px;
}
.b-product-detail h1 {
  display: flex;
  align-items: center;
  font-family: SF Pro Display;
  font-weight: 400;
  font-size: 25px;
  line-height: 130%;
  color: #031412;
  text-align: left;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .b-product-detail h1 {
    height: 88px;
    position: absolute;
    display: flex;
    align-items: flex-end;
    top: -56px;
    font-family: Yanone Kaffeesatz;
    font-size: 35px;
    font-weight: 400;
    line-height: 37px;
    letter-spacing: 0em;
    text-align: left;
  }
}
.b-product-detail__shared {
  display: flex;
  margin-top: 39px;
  padding-top: 20px;
  border-top: 1px solid #E6E8E7;
}
.b-product-detail__shared-item svg path {
  fill: #252323;
}
.b-product-detail__shared-item {
  margin-right: 18px;
}
.b-product-detail__shared-item svg {
  width: 22px;
}
.b-product-detail__shared-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  margin-right: 30px;
}
.b-product-detail__left {
  margin-right: 65px;
  width: 35%;
}
.b-product-detail__left img {
  width: 100%;
}
@media (max-width: 767px) {
  .b-product-detail__left {
    width: 100%;
  }
}
.b-product-detail__right {
  width: 50%;
}
@media (max-width: 767px) {
  .b-product-detail__right {
    width: 100%;
  }
}
.b-product-detail h2 {
  font-family: Yanone Kaffeesatz;
  font-size: 45px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 30px;
}
.b-product-detail__properties-list {
  background: #F8F8F8;
  border-radius: 5px;
  padding: 20px;
}
.b-product-detail__properties-list h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 105.9%;
  color: #031412;
}
.b-product-detail__properties-list-item {
  display: flex;
}
.b-product-detail__properties-list-name {
  width: 30%;
  flex: none;
  margin-right: 50px;
}
.b-product-detail__right-header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E6E8E7;
}
.b-product-detail__article {
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 132.4%;
  color: #031412;
}
.b-product-detail__in-stock {
  display: flex;
  align-items: center;
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 132.4%;
  color: #0B3F37;
  margin-bottom: 20px;
}
.b-product-detail__in-stock svg {
  margin-right: 12px;
}
.b-product-detail__another {
  padding: 100px 0;
}
.b-product-detail__top-wrapper {
  display: flex;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .b-product-detail__top-wrapper {
    flex-wrap: wrap;
    position: relative;
    padding-top: 60px;
    margin-top: 35px;
  }
}
.b-product-detail__left {
  margin-right: 37px;
}
@media (max-width: 767px) {
  .b-product-detail__left {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.b-product-detail__order-btn {
  width: 350px;
  height: 65px;
  margin-top: 120px;
}
@media (max-width: 1000px) {
  .b-product-detail__order-btn {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .b-product-detail__order-btn {
    margin-top: 40px;
    width: 100%;
  }
}
.b-product-detail__properties-list-item {
  display: flex;
  padding-top: 22px;
  padding-bottom: 22px;
  border-top: 1px solid #E6E8E7;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
}
@media (max-width: 767px) {
  .b-product-detail__properties-list-item {
    font-family: SF Pro Display;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
  }
}

.b-other-products {
  padding-bottom: 100px;
  padding-top: 150px;
  margin-top: 100px;
}
@media (max-width: 1000px) {
  .b-other-products {
    padding-bottom: 71px;
    padding-top: 74px;
    margin-top: 70px;
  }
}

.b-other-products h2 {
  font-size: 64px;
  line-height: 74.9%;
  margin-bottom: 100px;
  text-align: center;
}
@media (max-width: 1000px) {
  .b-other-products h2 {
    font-size: 45px;
    line-height: 74.9%;
  }
}

.b-detail-slider__carousel .slick-slide {
  margin: 5px;
}

.b-detail-slider__top-pic {
  position: relative;
}

.b-detail-slider__arrow--next {
  right: -55px;
}

.b-detail-slider__arrow--prev {
  left: -55px;
}

.b-detail-slider__arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -20px;
}

.b-product-detail__counter-wrapper .b-products-list__counter {
  margin-top: 33px;
}/*# sourceMappingURL=style.css.map */