.product-detail_new .circs {
  position: absolute;
  top: 10px;
  right: 50px;
  z-index: 9;
}
.product-detail_new .circs .height__circ {
  width: 50px;
  height: 50px;
  background: #52D5F2;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.product-detail_new .circs .height__circ span {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  color: #FFFFFF;
}
.product-detail_new .product-slider_sep {
  background: #E3E3E6;
  height: 2px;
  width: 100%;
  margin: 10px 0px;
}
.product-detail_new .detailSlider .slider-for2, .product-detail_new .detailSlider .slider-for {
  margin-bottom: unset;
}
.product-detail_new .elementInfo_rating {
  margin: 0px 0px 30px 0px;
}
.product-detail_new .add-to-fav.active svg path {
  fill: #ff0062;
}
.product-detail_new .elementInfo_price {
  flex-direction: column;
}
.product-detail_new .elementInfo_price .price-title {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 23px;
  color: #666575;
}
.product-detail_new .elementInfo_price .prices-block {
  display: flex;
  align-items: center;
}
.product-detail_new .elementInfo_price .prices-block .price {
  margin-left: 0px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  color: #FF0062;
}
.product-detail_new .elementInfo_price .prices-block .priceDiscount {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  text-decoration-line: line-through;
  color: #666575;
  margin-left: 20px;
}
.product-detail_new .elementInfo_basket a.whiteButtom {
  background: #52D5F2;
  border-radius: 2px;
  border: 0px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #FFFFFF;
  padding: 0px;
}
.product-detail_new .elementInfo_basket a.whiteButtom:hover {
  background: #FF0062;
}
.product-detail_new .delivery__time {
  border-bottom: 1px solid rgba(120, 128, 144, 0.3);
}
.product-detail_new .delivery__time .title {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #323232;
}
.product-detail_new .delivery__time .title span {
  color: #52d5f2;
}
.product-detail_new .payments .title {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #323232;
}
.product-detail_new .advantages .icon {
  width: 44px;
  margin-right: 16px;
}
.product-detail_new .reviews-title {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 38px;
  color: #1C2B2F;
  margin-bottom: 40px;
}
.product-detail_new .reviews-title span {
  margin-top: 25px;
}

.product-detail_form {
  background: url("../image/pf-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  max-height: 350px;
  margin-top: 200px;
}
@media (max-width: 767px) {
  .product-detail_form {
    max-height: unset;
  }
}
.product-detail_form .product-detail_form--title {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 44px;
  color: #1C2B2F;
}
.product-detail_form .product-detail_form--wrapper {
  padding: 80px 0px;
}
@media (max-width: 767px) {
  .product-detail_form .product-detail_form--wrapper {
    padding: 80px 20px;
  }
}
@media (max-width: 767px) {
  .product-detail_form .product-detail_form--wrapper .detail__callback-inputs {
    display: flex;
    flex-direction: column;
  }
  .product-detail_form .product-detail_form--wrapper .detail__callback-inputs .detail__callback-input {
    width: 100%;
    margin-bottom: 15px;
  }
  .product-detail_form .product-detail_form--wrapper .detail__callback-inputs input, .product-detail_form .product-detail_form--wrapper .detail__callback-inputs button {
    width: 100%;
  }
}
.product-detail_form .detail__callback-inputs {
  display: flex;
  align-items: center;
}
.product-detail_form .detail__callback-input input {
  height: 55px;
  background: #FFFFFF;
  border-radius: 3px;
  padding-left: 10px;
  margin-right: 20px;
  border: 0px;
}
.product-detail_form button {
  height: 55px;
  background: #FF0062;
  border-radius: 2px;
  border: 0px;
  min-width: 260px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
.product-detail_form .form-girl img {
  position: absolute;
  bottom: 0px;
}

.relative-tabs_wrapper .tabs-block {
  display: flex;
  align-items: center;
  overflow-x: auto;
  margin-top: 50px;
  min-width: 800px;
}
.relative-tabs_wrapper .tabs-block div {
  width: 20%;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  color: #666575;
  padding-bottom: 20px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: all 0.5s ease;
  margin: 0px 2px;
}
.relative-tabs_wrapper .tabs-block div.active, .relative-tabs_wrapper .tabs-block div:hover {
  border-bottom: 2px solid #FF0062;
  transition: all 0.5s ease;
}
.relative-tabs_wrapper .tab-data_item {
  display: none;
  padding-top: 30px;
  margin: 0px -15px;
}
.relative-tabs_wrapper .tab-data_item.active {
  display: block;
}
.relative-tabs_wrapper .tab-data_item .slick-slide {
  margin: 0px 15px;
}
.relative-tabs_wrapper .tab-data_item .slick-slide .catalog_item {
  display: flex !important;
  max-width: unset;
}
.relative-tabs_wrapper .tab-data_item .product-teaser_new {
  height: 185px;
}
.relative-tabs_wrapper .tab-data_item .product-teaser_new .catalogItem_image {
  width: 40%;
  height: 100%;
}
.relative-tabs_wrapper .tab-data_item .product-teaser_new .catalogItem_info {
  width: 60%;
  margin: 22px;
  position: relative;
}
.relative-tabs_wrapper .tab-data_item .product-teaser_new .catalogItem_info a .name {
  text-align: left;
  margin-bottom: 8px;
}
.relative-tabs_wrapper .tab-data_item .product-teaser_new .catalogItem_info .priceDiscount {
  display: block;
}
.relative-tabs_wrapper .tab-data_item .product-teaser_new .catalogItem_info .priceDiscount_new {
  color: #FF0062;
}
.relative-tabs_wrapper .tab-data_item .product-teaser_new .catalogItem_info .teaser-btns {
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.relative-tabs_wrapper .tab-data_item .product-teaser_new .catalogItem_info .teaser-btns .add-to_cart {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 46px;
  background: #FF0062;
  border-radius: 2px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  color: #FFFFFF;
}
.relative-tabs_wrapper .tab-data_item .product-teaser_new .catalogItem_info .teaser-btns .add-to_cart span {
  margin-left: 10px;
  display: block;
}

.itemsets-row {
  margin-top: 45px;
}

.product__itemsets-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

.itemsets-zebra {
  width: 100%;
  color: #444444;
  font-weight: 300;
  font-size: 15px;
}

.itemsets-zebra a {
  text-decoration: none;
  color: #444444;
}

.itemsets-zebra th,
.itemsets-zebra thead {
  display: none;
}

.itemsets-zebra td:nth-child(1) {
  width: 155px;
  padding-right: 35px;
}

.itemsets-zebra td:nth-child(1) img {
  width: 120px;
}

.itemsets-zebra td:last-child {
  width: 90px;
}

.itemsets-zebra td {
  padding: 10px 0;
  background: none !important;
}

.itemsets-zebra tr {
  border-bottom: 1px solid #e2dadc;
}

.product__attention {
  border: 2px solid #f5c3d0;
  padding: 35px;
  margin-bottom: 15px;
}

.product__attention .product__attention-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}

.product__attention .product__attention-text {
  color: #444444;
  font-size: 15px;
  font-weight: 300;
}

.product__itemsets-title {
  cursor: pointer;
}

.product__itemsets-title svg {
  width: 15px;
  height: 15px;
  margin-left: 15px;
}

.product__itemsets-composition {
  display: none;
}

/*# sourceMappingURL=new.css.map */
