.inp_radio_wrap{
    position: relative;
}
.inp_radio_wrap .product-item-scu-item-list{
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.inp_radio_wrap .product-item-scu-item-text-container{
    position: relative;
    transition: all .3s;
    font-family: "SFUIDisplay", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 133.7%;
    color: #25292D;
    border: 1px solid #EBEFF2;
    padding: 8px 10px;
    text-align: center;
    flex-grow: 1;
    cursor: pointer;
    margin-right: 5px;
}
.inp_radio_wrap .product-item-scu-item-text-container::before{
    content: "";
    display: block;
    width: 19px;
    height: 3px;
    background: #F22F2F;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    transition: all .3s;
}
.inp_radio_wrap .product-item-scu-item-text-container.selected{
    background: #EBEFF2;
}
.inp_radio_wrap .product-item-scu-item-text-container.selected::before{
    opacity: 1;
}
/* .product-item-detail-slider-container{
    border: 1px solid #EBEFF2;
    margin-bottom: 20px;
    position: relative;
} */
/* .product-item-detail-slider-container .product-item-detail-slider-image{position: relative;padding-top: 100%; overflow: hidden;} */
.product-item-detail-slider-container .product-item-detail-slider-image img{position: absolute;width: 95%;height: 95%;left: 50%;top: 50%;object-fit: cover;transform: translate(-50%,-50%);}
.product-item-detail-slider-block {
    position: relative;
    box-sizing: border-box;
    padding-top: 100%;
    height: 0;
}
.product-item-detail-slider-images-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid #EBEFF2;
    margin-bottom: 20px;
}
.product-item-detail-slider-image {position: absolute;top: 0;right: 0;bottom: 0;left: 0;text-align: center;opacity: 0;transition: opacity 250ms linear;}
.product-item-detail-slider-image.active {
    z-index: 10;
    opacity: 1;
}
.product-item-detail-slider-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    outline: 1px solid transparent;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
    transform: translateY(-50%) translateX(-50%);
    background-size: 100%;
    background-position: 53.4969% 97.8686%;
    height: 562px;
    width: 562px;
}
.product-item-detail-slider-controls-block {
    padding: 10px 0;
    padding-top: 0;
    text-align: center;
}
.product-item-detail-slider-controls-image {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 105px;
    height: 95px;
    outline: 1px solid #EBEFF2;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
    margin-right: 5px;
}
.product-item-detail-slider-controls-image:last-child {
    margin-right: 0;
}
.product-item-detail-slider-controls-image img {
    position: relative;
    width: 90px;
    height: 80px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}
.product-item-detail-slider-controls-image.active::before {
    content: "";
    display: block;
    width: 29px;
    height: 3px;
    background: #F22F2F;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
    transition: all .3s;
}
.product-item-detail-slider-left, .product-item-detail-slider-right {
    position: absolute;
    top: 50%;
    z-index: 111;
    display: block;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 1) url(./img/arrow-slider.svg) no-repeat center;
    border-radius: 50px;
    box-shadow: 0 5px 5px #ccc;
    opacity: 0;
    cursor: pointer;
    transition: all 300ms ease;
}
.product-item-detail-slider-left{
    left: 15px;
    transform: scale(-1, 1) translateY(-50%);
}
.product-item-detail-slider-right {
    right: 15px;
    transform: translateY(-50%);
}
.product-item-detail-slider-block:hover .product-item-detail-slider-left,
.product-item-detail-slider-block:hover .product-item-detail-slider-right{
    opacity: 1;
}
.product-item-detail-slider-scale{
    display: block;
    width: 74px;
    height: 74px;
    background: #FFFFFF;
    box-shadow: 0px 6px 14px rgb(0 0 0 / 9%);
    border-radius: 100%;
    position: absolute;
    bottom: 100px;
    right: 136px;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    cursor: pointer;
}
.product-item-detail-slider-scale img {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translate(0, -50%);
}
.product-item-detail-slider-block:hover .product-item-detail-slider-scale{
    visibility: visible;
    opacity: 1;
}
.page_product{
    overflow: hidden;
}
.page_product .cart_line {
    width: 100%;
    height: 1px;
    background: #F4F6F8;
    margin-top: -10px;
    margin-bottom: 33px; 
}
.page_product h1 {
    text-align: center;
    font-size: 24px;
    margin: 0;
    margin-bottom: 33px; 
}  
.page_product .product_content {
    padding-right: 30px; 
}
.page_product .recent-products {
    margin-bottom: 62px;
    padding-top: 50px;
    position: relative; 
}
.page_product .recent-products:after, .page_product .recent-products:before {
    content: "";
    position: absolute;
    z-index: -1;
    content: '';
    width: 100vw;
    height: 100%;
    background-color: #F2F5F7;
    top: 0; 
}
.page_product .recent-products:after {
    left: 0; 
}
.page_product .recent-products:before {
    right: 0; 
}
.page_product .recent-products .tabs-nav {
    display: block;
    text-align: center; 
}
.page_product .recent-products .tabs-nav .tabs-nav-item {
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
    margin-right: 58px; 
}
.page_product .recent-products .tabs-nav .tabs-nav-item:last-child {
    margin-right: 0; 
}
.page_product .product_info {
    display: flex;
    align-items: center;
    margin-left: 0;
    margin-right: auto;
    white-space: nowrap; 
}
.page_product .product_content .responsive-video {
    margin-top: 32px;
    margin-bottom: 32px; 
}
.product_dost_up{
  color: #25292d;
  font-family: "SFUIDisplay", sans-serif;
  border: 1px solid #EBEFF2;
  padding: 15px;
  font-size: 14px;
}
.product_dost_up b{
  display: block;
  text-align: center;
  margin-bottom: 20px;
  color: #35B415;
  font-size: 16px;
}
.product_share_rat {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.product_share img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px; }

.product_share p {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-size: 14px; }
  .product_share p a {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-family: "SFUIDisplay", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 170%;
    color: #F22F2F;
    border-bottom: 1px dashed #FFC6B4; }

.product_rating {
  text-align: right; }
  .product_rating span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 2px;
    width: 13px;
    height: 13px;
    background: url(/local/templates/biokamin/img/rat_green.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
    .product_rating span.active {
      background: url(/local/templates/biokamin/img/rat_active.svg);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
    .product_rating span:last-child {
      margin-right: 0; }
  .product_rating p {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    margin-left: 19px;
    font-family: "SFUIDisplay", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 170%;
    color: #555F68;
    border-bottom: 1px dashed #FFC6B4; }
.gallery-top{
  position: relative;
}
.gallery-top .prodvideo{
  position: absolute;
  left: 30px;
  bottom: 15px;
    padding-left: 34px;
    font-size: 9px;
    line-height: 1.34;
    text-transform: uppercase;
    color: #707d8a;
    font-family: "Noah-Bold", sans-serif;
    background-image: url(/local/templates/biokamin/img/product_video.svg);
    background-repeat: no-repeat;
    background-position: center;
    height: 27px;
    width: 108px;
    display: flex;
    align-items: center;
    text-decoration: none;
    z-index: 3;
    transform: scale(1.3);
}
.product_nav {
  background: #F2F5F7;
  margin-top: 53px;
  margin-bottom: 33px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2; 
}
  .product_nav:after, .product_nav:before {
    content: "";
    position: absolute;
    z-index: -1;
    content: '';
    width: 100vw;
    height: 100%;
    background-color: #F2F5F7; }
  .product_nav:after {
    top: 0;
    left: 0; }
  .product_nav:before {
    top: 0;
    right: 0; }
  .product_nav .tabs-nav-item {
    padding: 25px 0 26px 0;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-family: "Noah", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 11px;
    line-height: 175%;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #25292D;
    border-bottom: none; }
    .product_nav .tabs-nav-item:last-child {
      margin-right: 0; }
    .product_nav .tabs-nav-item span {
      font-family: "Noah", sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 11px;
      line-height: 175%;
      text-align: center;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      color: #B1BECB;
      margin-left: 8px; }
    .product_nav .tabs-nav-item:after {
      content: "";
      width: 29px;
      height: 3px;
      background: #F22F2F;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: 0 auto;
      opacity: 0;
      transition: all .3s; }
    .product_nav .tabs-nav-item.active {
      color: #F22F2F; }
      .product_nav .tabs-nav-item.active:after {
        opacity: 1; }
    .product_nav .tabs-nav-item:hover, .product_nav .tabs-nav-item:active, .product_nav .tabs-nav-item:focus {
      color: #F22F2F; }

.product_tabs_characteristics .list_state {
  margin-top: 0;
  width: 100%;
  max-width: 507px; }
  .product_tabs_characteristics .list_state li a,
  .product_tabs_characteristics .list_state li{
    font-family: "SFUIDisplay", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 133.7%;
    color: #707D8A;
  }
  .product_tabs_characteristics .list_state li a{
    text-decoration: none;
    color: #F22F2F;
  }
.product_tabs_characteristics p {
  font-family: "SFUIDisplay", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 155%;
  color: #25292D; }

body .product_content .form_policy {
  font-size: 10px;
  color: #A5A5A5; }

.product_content iframe {
  display: block;
  margin-top: 32px;
  margin-bottom: 32px; 
  max-width: 100%;
}
.product_content p:not(.list-header-number),
.product_content ol li,
.product_content ul:not(.list_state) li{
  font-family: "SFUIDisplay", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 155%;
  color: #25292D;
  display: block; }
  .product_content ol li::before,
  .product_content ul:not(.list_state) li::before {
    content: "\2022";
    color: #555;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
  }
.product_content .more-btn {
  margin: 0;
  margin-left: 15px;
  font-size: 14px; }
  .product_content .more-btn span {
    color: #F22F2F; }

.product_content .more_text {
  margin-top: 30px; }
  .product_content .more_text p {
    display: block; }
    .product_modall  .form_size_content{
      padding: 15px 0;
    }
    .product_modall input{
      border:1px solid #DDE3EA;
      width: 80px;
    }
    .product_modall input:active{
      border:1px solid #B1BECB;
    }
.product_content .more-btn.active {
  display: none; }
.prod_ex_no_last_txt{
  margin-bottom: 0;
  font-size: 14px;
}
.gallery-thumbs {
  margin-bottom: 25px; }
.swiper-button-disabled{display: none !important;}
.gallery-thumbs .swiper-slide-thumb-active .product_slider_trumb:after {
  opacity: 1; }
.product_review h3 {
  font-family: "Noah-Bold", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 133.7%;
  color: #25292D;
  margin: 0;
  margin-bottom: 42px; }
  .product_review h3 b {
    color: #21466B; }
.opl_img{
  width: 30px;
    filter: grayscale(1);
}
.artikul{
  font-size: 12px;
  margin:0 15px;
}
.product_review .product_review_list {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap; }
  .page_product .product_preim .preim_item h3 {
    max-width: 100%; }
    .page_product .product_preim .preim_item:first-child{
      margin-right: 25px;
    }
.product_review .product_review_item {
  width: 100%;
  padding: 38px 41px 38px 38px;
  border: 1px solid #DDE3EA;
  margin-bottom: 23px;
  font-family: "SFUIDisplay", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  color: #606060; }
  .product_review .product_review_item:last-child {
    margin-bottom: 0; }
  .product_review .product_review_item .rating {
    margin-bottom: 15px; }
    .product_review .product_review_item .rating span {
      display: inline-block;
      vertical-align: middle;
      width: 15px;
      height: 15px;
      background: url(/local/templates/biokamin/img/product/star.svg);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
      .product_review .product_review_item .rating span.active {
        background: url(/local/templates/biokamin/img/product/star-red.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center; }
  .product_review .product_review_item .review_item_info {
    margin-bottom: 15px; }
    .product_review .product_review_item .review_item_info .name {
      display: inline-block;
      vertical-align: middle;
      margin: 0;
      font-family: "SFUIDisplay", sans-serif;
      font-style: normal;
      font-weight: 500;
      font-size: 14px;
      line-height: 130%;
      color: #000000; }
    .product_review .product_review_item .review_item_info .date {
      display: inline-block;
      vertical-align: middle;
      font-family: "SFUIDisplay", sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 130%;
      color: #B1BECB;
      margin: 0;
      margin-left: 15px; }
  .product_review .product_review_item .more-btn {
    margin-left: 0; }

.product_review .pagination {
  margin-top: 38px;
  margin-bottom: 0;
  padding-bottom: 70px;
  border-bottom: .6px solid #A7A7A7; }

.product_review .product_review_form {
  max-width: 468px;
  padding-top: 40px;
  width: 100%; }
  .product_review .product_review_form h3 {
    font-family: "Noah", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #000000;
    margin: 0;
    margin-bottom: 26px; }
  
  .product_review .product_review_form .review_form_rating {
    margin-bottom: 31px; }
    .review_form_ratingh4 {
      font-family: "SFUIDisplay", sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 17px;
      color: #000000;
      margin: 0;
      margin-bottom: 16px; }
    .product_review .product_review_form .review_form_rating span {
      display: inline-block;
      vertical-align: middle;
      width: 15px;
      height: 15px;
      background: url(/local/templates/biokamin/img/product/star.svg);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      transition: all .3s;
      cursor: pointer; }
      .product_review .product_review_form .review_form_rating span:hover {
        background: url(/local/templates/biokamin/img/product/star-red.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center; }
    .product_review .product_review_form .review_form_rating p {
      font-family: "SFUIDisplay", sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 17px;
      color: #575757;
      display: inline-block;
      vertical-align: middle;
      margin: 0;
      margin-left: 3px; }
  .product_review .product_review_form .review_form_captcha h4 {
    font-family: "SFUIDisplay", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    margin: 0;
    margin-bottom: 14px; }
  
  .product_review .product_review_form button.btn {
    width: 100%;
    margin-top: 7px; }
    #txtrevrate span {
      background: #B1BECB;
      -webkit-mask: url("/local/templates/biokamin/img/icons/feedback-star.svg") no-repeat center;
      mask: url("/local/templates/biokamin/img/icons/feedback-star.svg") no-repeat center;
      width: 13px;
      height: 14px;
      cursor: pointer;
      margin: 0px 1px; 
  }
  #txtrevrate span:hover,
  #txtrevrate span:hover ~ span{
      background: #ec6868; 
  }
  #txtrevrate[data-fsratet="1"] span:nth-child(n + 5),
  #txtrevrate[data-fsratet="2"] span:nth-child(n + 4),
  #txtrevrate[data-fsratet="3"] span:nth-child(n + 3),
  #txtrevrate[data-fsratet="4"] span:nth-child(n + 2),
  #txtrevrate[data-fsratet="5"] span:nth-child(n + 1){
      background: #F22F2F; 
  }
  #txtrevrate{
      flex-direction: row-reverse;
      display: flex;
      justify-content: flex-end;
  }
  #fstxtrevsaddfrm .submit-btn{
    padding-right: 20px;
    padding-left: 20px;
  }
.product_faq {
  margin-top: 51px; }
  .product_faq h3 {
    font-family: "Noah", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 175%;
    color: #25292D;
    margin: 0;
    margin-bottom: 16px; }
  .product_faq .faq-tittle {
    font-family: "SFUIDisplay", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 175%;
    color: #000000; }
.sertificate_product h3 {
  margin: 0;
  margin-bottom: 20px;
  position: relative;
  font-family: "Noah", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 133.7%;
  color: #25292D; }
  .sertificate_product h3 span {
    background: #fff;
    display: inline-block;
    padding-right: 29px; }
  .sertificate_product h3:before {
    content: "";
    display: block;
    width: 110px;
    height: 1px;
    background: #B1BECB;
    position: absolute;
    top: 17px;
    right: 0; }

.sertificate_product img {
  border: 24px solid #F4F6F8; }

  .expert {
    border: 2px solid #F22F2F;
    padding: 0 76px 84px 62px;
    position: relative; 
}
.expert.expert-2 {
  padding-bottom: 44px; 
}
.expert.expert-2 .expert-text {
  max-width: 558px; 
}
.expert.space {
  margin-top: 94px; 
}
.page_product .expert.space {
  margin-top: 130px; 
}
.expert-header {
  display: flex;
  align-items: flex-end;
  margin-top: -65px; 
}
.expert-header-content {
  display: flex;
  align-items: flex-end;
  padding-bottom: 18px; 
}
.expert-img {
  border-radius: 50%;
  overflow: hidden;
  display: inline-flex; 
}
.expert-img img {
  width: 138px;
  height: 138px;
  -o-object-fit: cover;
  object-fit: cover; 
}
.expert-name {
  margin: 0;
  line-height: inherit;
  font-size: 24px;
  color: #707D8A;
  padding-bottom: 10px;
  background: #fff;
  padding-left: 27px;
  font-family: "Noah", sans-serif;
  font-weight: 400; 
}
.expert.grey {
  border-color: #B1BECB;
}
.expert.min {
  padding-right: 47px;
}
.expert-position {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  padding-left: 27px;
  background: #fff;
  font-family: "SFUIDisplay", sans-serif;
  font-weight: 700; 
}
.expert-position span + span {
  margin-top: 5px; 
}
.expert-socials {
  margin-left: 83px;
  display: flex;
  align-items: center; 
}
.expert-socials a {
  display: block; 
}
.expert-socials a + a {
  margin-left: 13px; 
}
.expert-socials a:hover {
  opacity: .7; 
}
.expert-text {
  font-weight: 400;
  font-family: "SFUIDisplay", sans-serif;
  font-size: 14px;
  color: #555F68;
  line-height: 170%;
  padding-left: 15px; 
}
.expert-form {
  margin-top: 30px;
  margin-left: -64px;
  padding-left: 75px;
  border-left: 5px solid #25292D;
  display: flex;
  align-items: flex-start; 
}
.expert-form input {
  background: #FAFBFB;
  border-top: 1px solid #EBEFF2;
  border-bottom: 1px solid #EBEFF2;
  border-left: 1px solid #EBEFF2;
  font-size: 14px; 
}
.expert-form-text {
  font-size: 19px;
  line-height: 133.7%; 
}
.product_model_cat {
  margin-top: 54px;
  padding-bottom: 82px; }
  .product_model_cat h2 {
    font-family: "Noah", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 175%;
    color: #000000;
    margin: 0;
    margin-bottom: 19px; }
  .product_model_cat .cat_list {
    border-bottom: 5px solid #EBEFF2;
    padding-bottom: 23px;
    margin-bottom: 15px;
  width: 100%;
  }
    .product_model_cat .cat_list a {
      display: inline-block;
      vertical-align: top;
      font-family: "SFUIDisplay", sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 12px;
      line-height: 175%;
      color: #555F68;
      border-bottom: 1px solid #EBEFF2;
      margin-right: 25px;
      margin-bottom: 14px; }
      .product_model_cat .cat_list a:hover, .product_model_cat .cat_list a:active, .product_model_cat .cat_list a:focus {
        color: #F22F2F;
        border-bottom: 1px solid #F22F2F; }

    .banner_item {
  display: block;
  width: 100%;
  height: 290px; }
  .banner_item img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
    .empty{
      width: 100%;
    }

.delivery-intro-description {
  font-size: 14px;
  line-height: 165%;
  color: #25292D; }

.delivery-intro .note {
  margin-top: 26px;
  margin-right: -20px; }

.delivery-intro-img {
  position: relative;
  right: -20px; }
  .delivery-intro-img > img {
    position: relative;
    z-index: 2; }

.delivery-intro .title {
  position: relative;
  z-index: 2; }

.delivery-intro-description {
  margin-right: -30px; }

.delivery-intro-decor {
  position: absolute;
  top: -42px;
  left: 15px; }
  .partners {
    margin-top: 31px;
    margin-bottom: 33px; }
    .partners-list {
      display: -ms-grid;
      display: grid;
      grid-gap: 9.53px;
      -ms-grid-columns: (1fr);
      grid-template-columns: repeat(8, 1fr);
      margin-top: 25px; }
    .partners-item {
      height: 59.3px;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 1px solid #EBEFF2; }
.payment-content .inline-list-header {
  display: flex;
  align-items: center;
  position: relative;
  left: -19px; }

.payment-content .list-header-cipher {
  font-family: Noah;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 32px;
  color: #F22F2F;
  margin-right: 10px; }

.payment-content .list-header-title {
  font-family: Noah;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 32px;
  color: #25292D; }

.payment-content .list-content-text {
  font-family: "SFUIDisplay", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #25292D;
  border-left: 1px dashed rgba(242, 47, 47, 0.2);
  padding: 20px 10px;
  padding-left: 20px; }
  .payment-content .list-content-text span {
    font-weight: 700; }

.payment-content .payment-list-item {
  padding: 15px 0;
  padding-left: 17px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content; }
  .payment-content .payment-list-item.no-line .list-content-text {
    border-left: none; }
    .payment-methods-block {
      border: 1px solid #B1BECB;
      box-sizing: border-box;
      padding: 20px 65px 71px; }
      .payment-list-item + .payment-methods-block {
        margin-top: 30px; }
      .payment-methods-block .payment-methods-title {
        font-family: "Noah", sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 26px;
        line-height: 32px;
        color: #25292D;
        position: relative;
        top: -37px;
        left: -39px;
        background: white;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        padding: 0px 35px; }
      .payment-methods-block .inline-payment-type {
        -ms-grid-column-align: start;
            justify-self: start;
        display: flex;
        align-items: center;
        padding: 20px 0; }
        .payment-methods-block .inline-payment-type img {
          margin-right: 15px; }
        .payment-methods-block .inline-payment-type p {
          font-family: "SFUIDisplay", sans-serif;
          font-weight: 700;
          font-size: 16px;
          line-height: 150%;
          color: #25292D; }
      .payment-methods-block .payment-method-text {
        font-family: "SFUIDisplay", sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 150%;
        color: #000000; }
        .payment-methods-block .payment-method-text p {
          font-size: 14px; }
@media (max-width: 1200px) {
  .expert {
    padding-left: 40px; 
}
.expert-form {
    margin-left: -40px;
    padding-left: 40px; 
}
.expert-form-text {
    font-size: 17px; 
}
.page_product .expert.space {
    margin-top: 110px; 
}
.expert_comment {
    right: -13%;
    padding: 40px 40px 40px 40px;
    width: 500px; 
}
.expert_comment:before {
    width: 80px;
    height: 50px; 
}
}
@media (max-width: 992px) {
  .partners-list {
    -ms-grid-columns: (1fr);
    grid-template-columns: repeat(4, 1fr); }
.page_product .product_content {
    padding-right: 0; }
    .product_nav {
      margin-left: -70px;
      margin-right: -70px;
      padding-left: 70px;
      padding-right: 70px;
      width: calc(100% + 140px); }
    .product_form_question {
      padding: 50px 70px; }
      .product_form_question input {
        flex: 0 100%;
        max-width: 100%; }
    .product_model_cat .cat_list {
      border-bottom: none;
      padding-bottom: 0; }
  .page_product .product_banners .row .banner_item {
    height: auto; }
  .page_product .product_banners .row > div:last-child .banner_item {
    margin-top: 30px; }
  .page_product .products_tops {
    justify-content: center; }
    .page_product .products_tops .product_info {
      margin-left: auto;
      margin-right: auto; }
  .page_product .product_actions {
    margin-bottom: 18px;
    border-bottom: 1px solid #B1BECB;
    padding-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .page_product .product_actions a {
      text-decoration: none;
      outline: none;
      color: inherit;
      display: flex;
      align-items: center;
      width: auto;
      white-space: nowrap;
      font-size: 12px;
      line-height: 1;
      color: #000;
      margin-left: 0;
      margin-right: 0; }
      .page_product .product_actions a:hover {
        text-decoration: none;
        color: inherit; }
      .page_product .product_actions a + a {
        margin-left: 50px; }
    .page_product .product_actions img,
    .page_product .product_actions svg {
      margin-right: 10px;
      max-width: 20px;
      max-height: 20px; }
        .page_product .product_banners .row .banner_item {
    height: auto; }
  .page_product .product_banners .row > div:last-child .banner_item {
    margin-top: 30px; }
    .delivery-intro-img {
      margin-top: 40px; }
    .delivery-intro-description {
      margin-right: 0; }
    .delivery-intro .note {
      margin-right: 0; }
    
}
@media (max-width: 900px) {
  .expert {
      padding: 0 50px 50px 50px; 
  }
  .expert.space {
    margin-top: 85px; 
}
.expert-text {
  padding-left: 0; 
}
.expert-form {
  padding-left: 50px;
  margin-left: -50px;
  border-left-width: 4px; 
}
}
@media (max-width: 850px) {
  .expert-form {
      flex-direction: column;
      align-items: center;
      padding-left: 0;
      margin-left: 0;
      margin-top: 45px;
      border-left: none; 
  }
  .expert .footer-submit-form {
    margin-top: 24px; 
  }
}
@media (max-width: 768px) {
  .expert {
    border-color: #B1BECB; 
}
.expert.expert-2 .expert-form-2 {
    align-items: center;
    text-align: center; 
}
.expert.expert-2 .page-form-bottom {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    display: inline-block;
    justify-content: center; 
}
.expert-header {
    flex-direction: column;
    align-items: center;
    text-align: center; 
}
.expert-header-content {
    display: flex;
    flex-direction: column;
    align-items: center; 
}
.expert-socials {
    margin-left: 0;
    margin-top: 20px; 
}
.expert-position, .expert-name {
    margin-left: 0;
    padding-left: 0; 
}
.expert-name {
    margin-top: 19px; 
}
.expert-socials {
    margin-top: 22px; 
}
.expert-position, .expert-name {
  margin-left: 0;
  padding-left: 0; 
}
.expert-name {
  margin-top: 19px; 
}
.delivery-intro-img {
  margin-bottom: 13px;
  margin-top: -30px; }
  .payment-methods-block .payment-method:first-child .inline-payment-type {
    padding-top: 0; }
}
@media (max-width: 576px) {
.product-item-detail-buy-button{
  margin: 15px 0;
}
.payment-methods-block {
  margin-top: 30px;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: -13px;
  margin-right: -13px;
  width: calc(100% + 26px); }
  .payment-methods-block .payment-methods-title {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 20px; }
.partners-list {
  -ms-grid-columns: (1fr);
  grid-template-columns: repeat(3, 1fr); }
.page_product {
    padding-left: 15px;
    padding-right: 15px; }
    
    .page_product .products_tops {
      justify-content: center; }
    .page_product .product_nav {
      overflow-x: auto; }
      .page_product .product_nav .container {
        flex-wrap: nowrap; }
      .page_product .product_nav a {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        flex-shrink: 0; }
        .page_product .product_nav a br {
          display: none; }
        .page_product .product_nav a + a {
          margin-left: 48px; }
    .page_product .product_add_cart {
      margin-bottom: 13px;
      margin-top: 20px; }
    .page_product .product_share_rat {
      padding-top: 22px;
      padding-bottom: 27px;
      border-top: 1px solid #B1BECB;
      border-bottom: 1px solid #B1BECB; }
  .page_product .cart_line {
    display: none; }
    .page_product .cart_line + .title {
      margin-bottom: 22px; }
  .page_product .product_slider,
  .page_product .inp_radio,
  .page_product .product_price,
  .page_product .product_add_cart,
  .page_product .order_click_form,
  .page_product .list_state_top,
  .page_product .product_share_rat,
  .page_product .product_preim {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
    max-width: unset !important; }
    .page_product .product_price{
      margin-left: 0;
    margin-right: 0;
    }
  .page_product .product_share_rat {
    flex-direction: column; }
  .page_product .gallery-top + .swiper-container {
    margin-left: -10px; }
  .page_product .gallery-top .swiper-container {
    margin-bottom: 5px; }

  .page_product .product-status {
    margin-left: -15px; }
    .page_product .product-status span {
      height: 16.6px;
      font-size: 8px;
      padding: 0 14px; }
  .page_product .inp_radio {
    margin-bottom: 31px; }
    .page_product .inp_radio_wrap {
      overflow-x: auto;
      margin-right: -30px;
      width: calc(100% + 30px); }
    .page_product .inp_radio label {
      padding-left: 24px;
      padding-right: 24px;
      flex-shrink: 0; }
  .page_product .product_share {
    margin-bottom: 8px;
    display: flex;
    align-items: center; }
  .page_product .product_add_cart {
    flex-wrap: wrap; }
    .page_product .product_add_cart .no_size,
    .page_product .product_add_cart .no_min_price {
      width: 50%;
      margin: 0; }
    .page_product .product_add_cart .no_min_price {
      padding-left: 20px; }
    .page_product .product_add_cart button {
      width: 100%;
      margin-top: 20px; }
  .page_product .order_click_form button {
    margin-left: 0; }
  .page_product .product_price {
    flex-direction: column;
    align-items: flex-start; }
    .page_product .product_price .product_bonus {
      margin-left: 0;
      margin-top: 0; }
  .page_product .product_add_cart {
    margin-top: 20px; }
  .page_product .product_preim {
    flex-direction: column; }
    .page_product .product_preim .preim_item {
      margin-right: 0;
      width: 100%;
      max-width: unset; }

      .page_product .product_preim .preim_item + .preim_item {
        margin-top: 27px; }
  .page_product .product_add_cart .no_size,
  .page_product .product_add_cart .no_min_price {
    font-size: 12px; }
        
      .page_product .expert.space {
        margin-top: 90px; 
    }
    .expert {
        padding: 0 25px 45px 25px;
        margin-left: -15px;
        margin-right: -15px; 
    }
    .expert.space {
        margin-top: 60px; 
    }
    .expert .footer-submit-form {
        flex-direction: column; 
    }  
    .expert .footer-submit-form input {
        min-height: 55px;
        border: 1px solid #DDE3EA;
        border-bottom: none; 
    }
    .expert-content {
        margin-top: 15px; 
    }
    .expert-form {
        margin-top: 26px; 
    }
    .expert.pers {
        width: calc(100% + 30px);
        max-width: unset; 
    }
    .expert.pers .expert_comment {
        margin-left: -25px;
        margin-right: -25px;
        width: calc(100% + 50px);
        padding-left: 25px;
        padding-right: 25px; 
    }
      .delivery-intro-img {
    margin-top: -15px;
    right: 0; }
  .delivery-intro .note br {
    display: none; }
}
@media (max-width: 450px) {
    .page_product .order_click_form {
      flex-direction: column;
      display: flex; }
      .page_product .order_click_form input,
      .page_product .order_click_form button {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        width: 100%; }
    .page_product .product_share p {
      font-size: 14px; }
    .page_product .product_price .normal {
      margin-right: 15px;
      font-size: 24px; }
    .page_product .product_price .under {
      margin-right: 10px;
      font-size: 18px; }
    .page_product .product_price .benefit {
      padding-left: 12px;
      padding-right: 12px; } }

      .product_faq .faq-list {
        margin: 0; 
    }
    .why_product .faq-list {
        border: 1px solid #EBEFF2;
        border-top: 0;
        border-bottom: 0;
        margin: 0; 
    }
    .faq-list {
        margin-top: 51px; 
    }
    .page_product .why_product .faq-list {
        margin-left: -15px;
        margin-right: -15px;
        width: calc(100% + 30px); 
    }
    .product_faq .faq-item {
        padding-bottom: 17px;
        cursor: pointer; 
    }
    .product_faq .faq-item .faq-header {
        padding-top: 18px; 
    }
    .product_faq .faq-item.active .faq-tittle {
        color: #F22F2F; 
    }
    .why_product .faq-item {
        position: relative;
        padding-bottom: 19px;
        cursor: pointer; 
    }
    .why_product .faq-item.active .faq_arrow img:nth-child(1),
    .why_product .faq-item.active .faq_arrow svg:nth-child(1) {
        opacity: 0; 
    }
    .why_product .faq-item.active .faq_arrow img:nth-child(2),
    .why_product .faq-item.active .faq_arrow svg:nth-child(2) {
        opacity: 1; 
    }
    .why_product .faq_arrow {
        width: 16px;
        height: 9px;
        position: absolute;
        right: 32px; }
        .why_product .faq_arrow img,
        .why_product .faq_arrow svg {
          position: absolute;
          left: 0;
          transition: opacity 300ms; }
        .why_product .faq_arrow img:nth-child(2),
        .why_product .faq_arrow svg:nth-child(2) {
          opacity: 0; }
    .faq-item {
        padding-bottom: 27px;
        padding-top: 0; 
    }
    .faq-item + .faq-item {
        border-top: 1px solid #DDE3EA; 
    }
    .faq-item:last-child {
        border-bottom: 1px solid #DDE3EA; 
    }
    .faq-item:first-child {
        border-top: 1px solid #DDE3EA; 
    }
    .faq-item:hover .faq-icon svg path {
        fill: #F22F2F; 
    }
    .faq-item.active .faq-icon svg,
    .faq-item.active .faq-icon img {
        display: none; 
    }
    .faq-item.active .faq-icon svg + svg,
    .faq-item.active .faq-icon svg + img,
    .faq-item.active .faq-icon img + svg,
    .faq-item.active .faq-icon img + img {
        display: block; 
    }
    .faq-header {
        display: flex;
        align-items: center;
        padding-top: 24px;
        margin-bottom: 8px; 
    }
    .product_faq .faq-header {
        margin-bottom: 0; 
    }
    .why_product .faq-header {
        padding-top: 20px;
        padding-left: 88px;
        padding-right: 80px;
        position: relative;
        margin: 0; 
    }
    .faq-name {
        margin: 0;
        line-height: inherit;
        font-weight: 500;
        font-size: 14px;
        color: #000;
        line-height: 130%; 
    }  
    .faq-icon {
        width: 26px;
        height: 26px;
        display: flex;
        align-items: center;
        justify-content: center; 
    }
    .faq-icon svg path {
        transition: fill 300ms; 
    }
    .faq-icon svg,
    .faq-icon img {
        display: block;
        width: 26px;
        height: 26px; 
    }
    .faq-icon svg + svg,
    .faq-icon svg + img,
    .faq-icon img + svg,
    .faq-icon img + img {
        display: none; 
    }
    .faq-town {
        margin: 0;
        line-height: inherit;
        font-size: 14px;
        color: #B1BECB;
        line-height: 130%;
        margin-left: 15px; 
    }
    .faq-content, .faq-excerpt {
        font-size: 14px;
        line-height: 180%;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        color: #606060;
        max-width: 630px; 
    }
    .faq-content mark, .faq-excerpt mark {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: none;
        color: #F22F2F;
        font-size: inherit; 
    }
    .product_faq .faq-content {
        padding-top: 10px; 
    }
    .why_product .faq-content {
        padding: 11px 30px 0 88px; 
    }
    .why_product .faq-content p {
        font-family: "SFUIDisplay", sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 150%;
        color: #707D8A; 
    }
    .why_product .faq-content p:last-child {
        margin-bottom: 0; 
    }
    .page-form-faq {
        position: relative; 
    }
    .page-form-faq .decor {
        position: absolute;
        top: 8px;
        right: 57px; 
    }
    .page-form-faq .btn {
        width: 100%;
        max-width: unset;
        margin-top: 19px; 
    }
    .page-form-faq .page-form-bottom {
        display: inline-block;
        margin-left: auto;
        margin-right: auto; 
    }
    .page-form-faq .page-form-bottom br {
        display: none; 
    }
    .page-form-faq input {
        width: 100%;
        width: calc(100% + 15px);
        margin-left: -15px; 
    }
    .page-form-faq input + input {
        margin-top: 14px; 
    }
    .page-form-faq .page-form-textarea {
        margin-left: -20.5px;
        width: calc(100% + 20.5px); 
    }
    .listing_faq {
        margin-top: 80px; 
    }
    .listing_faq .col-sm-8 {
        padding-right: 30px; 
    }
    .listing_faq .product_projects {
        margin: 0; 
    }
    .listing_faq .product_faq {
        margin: 0; 
    }
    .listing_faq .product_faq h3 {
        font-family: "SFUIDisplay", sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 26px;
        line-height: 175%;
        letter-spacing: 0.04em;
        color: #25292D;
        margin-bottom: 17px; 
    }
    .why_product h3 {
      margin: 0;
      margin-bottom: 21px;
      position: relative;
      font-family: "Noah", sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 24px;
      line-height: 133.7%;
      color: #25292D; }
      .why_product h3 span {
        background: #fff;
        display: inline-block;
        padding-right: 32px; }
      .why_product h3:before {
        content: "";
        display: block;
        width: 80px;
        height: 1px;
        background: #B1BECB;
        position: absolute;
        top: 17px;
        right: 0; }
    .why_product .faq_icon {
      position: absolute;
      left: 23px;
      text-align: center; }
    
    .why_product .faq_tittle {
      font-family: "SFUIDisplay", sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 155%;
      display: flex;
      align-items: center;
      color: #25292D; }
    
    @media (max-width: 992px) {
        .page-form-faq input {
            flex: 0 calc(100% + 15px);
            max-width: calc(100% + 15px); 
        }
    }
    @media (max-width: 576px) {
        .faq-list {
            margin-top: 29px; 
        }
        .page-form-faq .decor {
            display: none; 
        }
        .page-form-faq .page-form-top {
            text-align: left; 
        }
        .page-form-faq {
            background: none;
            margin-top: 0;
            padding-left: 0;
            padding-right: 0;
            border-top: 1px solid rgba(167, 167, 167, 0.3);
            padding-bottom: 0; 
        }
        .page-form-faq input {
            flex: 0 100%;
            max-width: 100%;
            width: 100%;
            margin-left: 0; 
        }
        .page-form-faq .page-form-textarea {
            margin-left: 0;
            width: 100%;
            margin-top: 14px; 
        }  
        .page-form-faq .page-form-textarea {
            margin-right: 0; 
        }
        .page-form-faq .page-form-btn {
            max-width: calc(100% - 30px);
            margin-left: 15px; 
        }  
        .page-form-faq .row {
            padding: 0 15px; 
        }
        .order_predl_form input,
        .order_predl_form button{
          width: 100% !important;
        }
    }
    @media (max-width: 420px) {
        .page-form-faq .page-form-bottom {
          margin-left: 15px;
          margin-right: 15px;
          text-align: left; 
        }
        .product_info{
          flex-wrap: wrap;
        }
        .product_info .view,
        .product_info .why_view{
          margin-right: 10px !important;
          margin-left: 0 !important;
          width: 50%;
        }
        .product_info .avail,
        .product_info .artikul{
          margin-right: 0px !important;
          margin-left: 10px !important;
        }
        .product_info .why_view,
        .product_info .artikul{
          margin-top: 10px !important;
          border-bottom: none !important;
        }
    }
    @media (max-width: 400px) {
    .delivery-intro-img {
      margin-top: -5px; }
    }
.product_price_w{
  display: flex;
  justify-content: space-between;
}
.product_drw{
  display: flex;
  align-items: center;
  color: #f22f2f;
  font-size: 14px;
}
.product_drw img{
  margin-right: 15px;
  width: 30px;
}
.product_tabs-sec-btn.submit-btn{
  padding: 0 25px 0 20px;
}
.product_tabs-sec-btn img{
  max-width: 25px;
  margin-right: 15px;
}