

/* Start:/local/templates/main/components/saa/catalog/catalog_complex/style.css?17504265778084*/
.tag-links.bottom {
    margin-bottom: 20px;
}

.grid {
}

.grid .bx_content_section {
    margin-bottom: 15px;
}

.grid .bx_sidebar {
    margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1 {
}

.grid2x1 .bx_content_section {
    float: left;
    width: 66%;
    margin-bottom: 15px;
}

.grid2x1 .bx_sidebar {
    float: right;
    width: 33%;
    margin-bottom: 15px;
    padding-left: 5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.catalog__aside.mobile-filter {
    display: none;
    position: absolute;
    z-index: 99;
    background: #fff;
}

.mobile-filter .filters__title {
    display: none;
}

.catalog__aside.mobile-filter .bx-filter-popup-result {
    top: calc(100% - 1rem);
    left: 0;
    width: 100%;
    text-align: center;
}

.catalog__aside.mobile-filter .bx-filter-popup-result .arrow {
    display: none;
}

@media (max-width: 992px) {
    .catalog__aside.mobile-filter .catalog__aside-banners {
        display: none;
    }
}

@media (max-width: 960px) {
    .grid2x1 .bx_sidebar {
        padding-left: 4%;
    }
}

@media (max-width: 640px) {
    .grid2x1 .bx_content_section,
    .grid2x1 .bx_sidebar {
        width: 100%;
        float: none;
    }

    .grid2x1 .bx_sidebar {
        padding-left: 3%;
    }
}

@media (max-width: 479px) {
    .grid2x1 .bx_sidebar {
        padding-left: 1%;
    }
}

/* select-product-popup */
.select-product-wrapper-popup {
    position: absolute;
    top: 43px;
    left: -265px;
    width: 247px;
    height: calc(100% - 43px);
    transition: z-index 0.3s, opacity 0.3s;
}



.select-product-wrapper-popup.hidden {
    z-index: -10;
    opacity: 0;
    transition: z-index 0.3s, opacity 0.3s;
}

.select-product-button {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 210px;
    max-width: 100%;
    height: 45px;
    margin: 0 auto;
    border-radius: 2px;
    border: 2px solid #FDBF2D;
    background: #FDBF2D;
    box-shadow: 0px 154px 43px 0px rgba(0, 0, 0, 0.00), 0px 98px 39px 0px rgba(0, 0, 0, 0.01), 0px 55px 33px 0px rgba(0, 0, 0, 0.05), 0px 25px 25px 0px rgba(0, 0, 0, 0.09), 0px 6px 14px 0px rgba(0, 0, 0, 0.10);
    color: #000000;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    transition: z-index 0.3s, opacity 0.3s;
}

.select-product-button:focus {
    border: 2px solid #FDBF2D;
    outline-width: 0;
}

.select-product-button:hover {
    background-color: #f5ac02;
    border-color: #eba502;
}

.select-product-button.hidden {
    z-index: -10;
    opacity: 0;
    transition: z-index 0.3s, opacity 0.3s;
}

/*
.select-product-button:not(.sticky):not(.popup-form__button_submit) {
    display: none;
}
*/
.catalog__aside .select-product-button {
    width: 100%;
    margin-bottom: 20px;
}

.catalog__aside .select-product-button:first-child {
    margin-top: -10px;
}

.select-product-button span {
    margin: auto;
    white-space: nowrap;
}

.select-product-popup {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    transition: z-index 0.3s, opacity 0.3s;
}

.select-product-popup.hidden {
    z-index: -10;
    opacity: 0;
    transition: z-index 0.3s, opacity 0.3s;
}

.select-product-popup__wrapper-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 35px 20px;
    border: 1px solid #B9BDC1;
    background: #FFF;
}

.select-product-popup__title {
    color: #292B2C;
    font-family: "Pragmatica Slabserif";
    font-size: 24px;
    font-weight: 700;
    line-height: 31px;
}

.select-product-popup__description {
    margin: 25px 0;
    color: #696E75;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
}

.select-product-popup__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 14px;
    padding-top: 24px;
    border-top: 1px solid #B9BDC1;
}

.select-product-popup__form .select-product-button {
    border-radius: 2px;
}

.select-product-popup__wrapper-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}

.select-product-popup__title-input {
    color: #B9BDC1;
    font-size: 13px;
    font-weight: 400;
}

.select-product-popup__input {
    width: 100%;
    height: 38px;
    padding-left: 11px;
    border-radius: 4px;
    border: 1px solid #CFCFD0;
    background: #F6F6F7;
    color: #696E75;
    font-size: 14px;
    font-weight: 400;
    outline: none;
}

.select-product-popup__check {
    margin-top: 12px;
}

.select-product-popup__close {
    display: none;
}

/*@media (max-width: 1840px) {*/
    .select-product-wrapper-popup {
        left: 0;
        width: 45px;
    }

    .select-product-popup {
        position: fixed;
        top: 0 !important;
        bottom: 0 !important;
        left: 0;
        right: 0;
        z-index: 300;
        margin: auto;
        background-color: rgb(11, 11, 11, 0.8);
    }

    .select-product-popup__wrapper-content {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        width: 30%;
        margin: auto;
    }

    .select-product-popup__close {
        position: absolute;
        right: 20px;
        top: 20px;
        width: 20px;
        height: 20px;
        display: block;
        opacity: 0.5;
        cursor: pointer;
    }

    .select-product-button.sticky {
        width: 45px;
        height: 223px;
        left: 0 !important;
        border-radius: 0 10px 10px 0;
        box-shadow: 0 154px 43px 0 rgba(0, 0, 0, 0.00), 0 98px 39px 0 rgba(0, 0, 0, 0.01), 0 55px 33px 0 rgba(0, 0, 0, 0.05), 0 25px 25px 0 rgba(0, 0, 0, 0.09), 0 6px 14px 0 rgba(0, 0, 0, 0.10);
    }

    .select-product-button.sticky span {
        writing-mode: vertical-lr;
        transform: rotate(180deg);
    }
/*}*/

@media (max-width: 1350px) {
    .select-product-popup {
        transition: z-index 0s, opacity 0.3s;
    }

    .select-product-popup.hidden {
        transition: z-index 0.5s, opacity 0.3s;
    }

    .select-product-button.sticky {
        display: none;
    }

    .select-product-button:not(.sticky):not(.popup-form__button_submit) {
        display: flex;
    }

    .select-product-popup__wrapper-content {
        width: 360px;
        max-width: 94%;
    }
}

@media (max-width: 991.98px) {
    .select-product-button.sticky {
        display: flex;
    }

    .select-product-button:not(.sticky):not(.popup-form__button_submit) {
        display: none;
    }

    .select-product-popup {
        padding-top: 60px;
    }

    .select-product-popup.hidden {
        display: none;
    }

    .select-product-wrapper-popup .select-product-button.sticky {
        top: 250px !important;
    }
    /*.select-product-button {
        z-index: 999;
    }*/
}

@media (max-width: 480px) {
	.select-product-wrapper-popup{
		width: 32px;
	}
    .select-product-button.sticky {
        height: 170px;
        font-size: 11px;
        max-width: 32px;
        line-height: 1;
    }
}

.h_one_and_button_wrap{
    display:flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    align-content: flex-end;
    /*justify-content: center;*/
}
.h_one_and_button_wrap .select-product-button {
    margin-bottom: 1em;
    margin-left:1em;
}

@media (max-width: 991.98px) {
    .h_one_and_button_wrap{
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: flex-start;
    }
    .h_one_and_button_wrap .select-product-button {
        margin-bottom: 1em;
        margin-left:0px;
        display:flex !important;
    }
}

/* End */


/* Start:/local/templates/main/components/bitrix/catalog.element/detail/style.css?176459225114003*/
.product-offer__main .select-colors__outer.active {
  border-color: #fdbf2d;
}
.product-offer__prices.offer-hidden {
  display: none;
}
.product-offer__buy-options.offer-hidden {
  display: none;
}
.fluidMedia {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.fluidMedia .video_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
/*offers select additionals */
.offer_prop_block.offer-hidden {
  display: none;
}
.thumbs-gallery.offer-hidden {
  visibility: hidden;
  position: absolute;
  width: 100%;
}
.associatedProds.offer-hidden {
  display: none;
}
.prod_main_info.offer-hidden {
  display: none;
}
.chars-block.offer-hidden {
  display: none;
}
.descr.offer-hidden {
  display: none;
}
.product-offer__supply.offer-hidden {
  display: none;
}
.product-offer__avail.offer-hidden {
  display: none;
}
.sku-prop-val.hidden {
  display: none;
}
.product-page-reviews__message {
  margin-bottom: 1.25rem;
  font-size: 16px;
}
.product-page-reviews__message.-success {
  color: #2d8d57;
}
.product-page-reviews__message.-fail {
  color: #ca0813;
}
.product-page-reviews__item:not(:first-child) {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #b9bdc1;
}
.product-page-reviews__top {
  display: flex;
  align-items: baseline;
}
.product-page-reviews__name {
  font-weight: bold;
  color: #4A4B4C;
}
.product-page-reviews__date {
  display: block;
  font-size: 13px;
  margin-left: 16px;
  color: #95989A;
}
.product-page-reviews__company {
  display: flex;
  align-items: baseline;
  margin-top: 5px;
}
.product-page-reviews__company-title {
  font-weight: bold;
  color: #4A4B4C;
}
.product-page-reviews__company-text {
  display: block;
  margin-left: 5px;
}
.product-page-reviews__text {
  margin-top: 0.75rem;
}
.product-page-reviews__form {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #b9bdc1;
}
.product-page-reviews__form-title {
  min-width: 168px;
}
.product-page-reviews__form-content {
  display: none;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.product-page-reviews__form-row {
  padding-top: 1rem;
  display: flex;
  align-items: center;
}
.product-page-reviews__form-row label {
  min-width: 112px;
  max-width: 112px;
  margin: 0;
}
.product-page-reviews__form-button {
  min-width: 168px;
}
/*
.ya_sha_desc{
	margin-left:1em;
	margin-top:-5px;
	position: absolute;
    right: 0;
}*/
.product-offer__meta{
	padding-right:30px;
}
.ya_sha li:before{
	display:none;
}
.ya_sha_mob{
	max-width: 20px;
    margin-left: -5px;
	display:none;
}

@media(max-width:992px){
	.ya_sha_desc{
		display:none;
	}
	.ya_sha_mob{
		display:block;
	}
	.product-offer__meta{
		padding-right:0;
	}
}
/*body jdiv:not(jdiv jdiv){
	z-index:9;
}*/
.jivo-site-full-block jdiv:not(jdiv jdiv){
	z-index:999999;
}
.nav-tabs .nav-item.offer-hidden{
	display:none;
}
.to_maginfic_popup{
	background:#fff;
	padding:1em;
}
.product-page-reviews__form-content .popup__title{
	display:none;
}
.product-page-reviews__form-content.to_maginfic_popup .popup__title{
	display:block;    
	font-size: 1.2em;
    font-weight: 600;
    margin-top: 0.5em;
    color: #000;
}

.thumbs-gallery__big-img-wrap a img {
  width: 100%;
  height: auto;
  min-height: 100%;
  max-height: 100%;
}
/*# sourceMappingURL=style.css.map */

.stamp.black {
    color: #fdbf2d;
    background-color: #212733;
}
.stamp.black::after {
    background-image: url(/local/img/sh_black_after.png); 
}

.thumbs-gallery__wrap{
    display: flex;
    flex-direction: row-reverse;
}
.thumbs-gallery__wrap .thumbs-gallery__big{
    max-width: 100%;
    width: 100%;
    margin-left: 0%;
    display: flex;
    align-items: center;

}

.thumbs-gallery__wrap .thumbs-gallery__big:has(+ .thumbs-gallery__thumbs){
    max-width: 75%;
    width: 75%;
    margin-left: 5%;
}
@media (max-width: 991px) {
    .thumbs-gallery__wrap .thumbs-gallery__big {
        max-width: 100%;
        width: 100%;
        margin-left: 0%;
        border: none;
    }
    .thumbs-gallery__wrap .thumbs-gallery__big:has(+ .thumbs-gallery__thumbs){
        max-width: 100%;
        width: 100%;
        margin-left: 0%;
    }
    .thumbs-gallery__thumbs {
        display: none !important;
    }
    .thumbs-gallery__wrap .thumbs-gallery__big .slick-dots{
        bottom: -10px;
    }
}

.thumbs-gallery__wrap .thumbs-gallery__thumbs{
    max-width: 80px;
    width: 20%;
    padding: 40px 0;
}
.thumbs-gallery__wrap .thumbs-gallery__big .slick-list{

    height: 100%;
    width: 100%;
}
.thumbs-gallery__wrap .thumbs-gallery__big .slick-list .slick-track{

    height: 100%;
    width: 100%;
}

.thumbs-gallery__wrap .thumbs-gallery__big-img-wrap a{
    aspect-ratio: auto;
}

.thumbs-gallery__wrap .slick-slider.slick-vertical .slick-list{

    width: 80px;
    
}
.news-list__item .article-block,.slick-slide,.slick-slide>div>div {
    min-height: auto !important;
}
.thumbs-gallery__wrap .thumbs-gallery__thumbs .slick-track{
    flex-direction:column;
}

.thumbs-gallery__thumbs.slick-vertical .slick-arrow{
    position: absolute;
    top:inherit;
    transform: translateY(-50%) rotate(90deg);
    left: 0px;
    right: 0px;
    margin: auto;
}
.thumbs-gallery__thumbs.slick-vertical .slick-prev-circle{
    transform: translateY(-100%) rotate(90deg);
}
.thumbs-gallery__thumbs.slick-vertical .slick-next-circle{
    transform: translateY(0%) rotate(90deg);
}
.thumbs-gallery__big{
    margin-bottom: 0 !important;
}
.thumbs-gallery__big .slick-arrow{
    display:  none !important;
}

.top__badges{
    display: flex;
    gap: 10px;
    z-index: 10;

}
.top__badges .stamp{
    display: flex;
}

.product-page__offer_top_block .product-offer__article{
    float:none;
    margin-left:0px;
    padding-top:0px;
}
.product-page__offer_top_block{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

@media (max-width: 991px) {
    .product-page__offer_top_block{
        margin-top:15px;
        flex-direction: column;
        align-items: stretch;
        gap: 15px;
    }
}

.product-page__offer_top_block_right{
    display: flex;
    align-items: center;
    row-gap: 23px;
    column-gap: 10px;
}
.product-offer__compare,
.product-offer__favorites{
    display: flex;
    float: none;
    align-items: center;
}
.product-offer__compare-btn,
.product-offer__favorites-btn{
    background: transparent;
    border: none;
    font-size: 14px;
    color: #696e75;
    display: flex;
    align-items: center;
    gap: 5px;
    padding:0px;
}
.product-offer__compare-btn .svg-icon,
.product-offer__favorites-btn .svg-icon{
    max-width: 18px;
    max-height: 16px;


}

.product-offer__params-in{

    display: inline-block;
    padding:20px 20px 0 20px;
    box-shadow: 0px -4px 8px 0px #3737370A,
        0px -33px 20px 0px #37373703,
        0px -93px 26px 0px #37373700,
        0px 3px 6px 0px #37373705,
        0px 11px 11px 0px #37373705,
        0px 26px 15px 0px #37373703,
        0px 46px 18px 0px #37373700,
        0px 72px 20px 0px #37373700;

}
@media (min-width: 1260px) {
    .product-offer__params .product-offer__params-in {
        margin-top: 0px !important;
        max-width: 23rem !important;
    }
}
@media (min-width: 992px) {
    .product-page__offer {
        flex: 0 0 60% !important;
        max-width: 60% !important;
    }
    .product-page__gallery {
        flex: 0 0 40% !important;
        max-width: 40% !important;
    }
}
.product-offer__chars_block .chars-block:after{
    background-image: none;

}
.product-offer__chars_block .chars-block{
    border: none;
    padding:20px;
    box-shadow: 0px -4px 8px 0px #3737370A,
    0px -33px 20px 0px #37373703,
    0px -93px 26px 0px #37373700,
    0px 3px 6px 0px #37373705,
    0px 11px 11px 0px #37373705,
    0px 26px 15px 0px #37373703,
    0px 46px 18px 0px #37373700,
    0px 72px 20px 0px #37373700;
}
@media (min-width: 1260px) {
    .product-offer__chars_block {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}
.product-offer__main{
    gap:20px;
}
#price-block{
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.flex-row{
    display: flex;
    flex-direction: row;
    column-gap: 10px;
}
.flex-row .price-block__old.vat_price{
    min-width: auto;
}

.price-block__current{
    width:fit-content;
}
.price-block__current .price-block__tooltip{
    top:3px;
}

.product-offer__gift{
    min-width: calc(100% - 14px);
    margin-top:20px;
}

.form-card#requestPriceForm2 .popup-form__form-group{
    display: flex;
    align-items: stretch;
    flex-direction: column;
}
.form-card#requestPriceForm2 .popup-form__input-container{
    width: 100%;
}
.form-card#requestPriceForm2 .popup-form__input{
    min-height:30px;
}
.form-card#requestPriceForm2 .popup-form__label{
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 400;
    color: #979ca3;
    width:100%;
}

.form-card#requestPriceForm2  .form-check-content{
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
}
.form-card#requestPriceForm2  .form-card__submit .btn{
    width: 100%;
}
.popup__content .smart-captcha iframe{
    max-width: 100%
}
.price-block__on_request{
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
}
.product-offer__buy-options.on_request{
    width: 100%;
}
@media (max-width: 991.98px) {
    .product-offer__buy-options.on_request{
        margin-left:0px;
        margin-bottom: 0px;
    }
    .product-offer__buy-options{
        margin-left:0px !important;
        width: 100%;
    }
    .product-offer__to-basket{
        width: 100%;
    }
    .product-offer__to-basket>a{
        width: 100%;
    }
}
.product-offer__prices{
    width: 100%;
}
@media (max-width: 991.98px) {
    .product-offer__prices{
        display: flex
    ;
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
    }
    .product-offer__prices::after{
        display: none !important;
    }
}
.btn-on_request{
    width: 100%;
}
.product-offer__leasing>button,
.product-offer__leasing{
    width:100%;
}

.ya-share2__link{
    background: transparent !important;
}
.desktop_articul{
    display: block;
}
.mobile_articul{
    display: none;
}

@media (max-width: 991.98px) {
    .mobile_articul{
        display: block;
    }
    .desktop_articul{
        display: none;
    }
}

.show_on_desktop_block{
    display: block;
}
.show_on_mobile_block{
    display: none;
}
@media (max-width: 991.98px) {
    .show_on_mobile_block{
        display: block;
    }
    .show_on_desktop_block{
        display: none;
    }
    .product-offer__title{
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
}

.product-offer__avail{
    padding-right: 0px !important;
}

.product-page__offer_top_block_center{
    display:flex;
    justify-content: space-between;
    align-items: flex-end;
}

.ya_sha_mob .ya-share2__container_mobile.ya-share2__container_size_m .ya-share2__icon{
    width: 20px !important;
    height: 20px !important;
}
.ya_sha_mob .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__icon_more{
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.5'%3E%3Cpath   d='M12 10.7226C11.4933 10.7226 11.04 10.9226 10.6933 11.2359L5.94 8.46927C5.97333 8.31594 6 8.1626 6 8.0026C6 7.8426 5.97333 7.68927 5.94 7.53594L10.64 4.79594C11 5.12927 11.4733 5.33594 12 5.33594C13.1067 5.33594 14 4.4426 14 3.33594C14 2.22927 13.1067 1.33594 12 1.33594C10.8933 1.33594 10 2.22927 10 3.33594C10 3.49594 10.0267 3.64927 10.06 3.8026L5.36 6.5426C5 6.20927 4.52667 6.0026 4 6.0026C2.89333 6.0026 2 6.89594 2 8.0026C2 9.10927 2.89333 10.0026 4 10.0026C4.52667 10.0026 5 9.79594 5.36 9.4626L10.1067 12.2359C10.0733 12.3759 10.0533 12.5226 10.0533 12.6693C10.0533 13.7426 10.9267 14.6159 12 14.6159C13.0733 14.6159 13.9467 13.7426 13.9467 12.6693C13.9467 11.5959 13.0733 10.7226 12 10.7226ZM12 2.66927C12.3667 2.66927 12.6667 2.96927 12.6667 3.33594C12.6667 3.7026 12.3667 4.0026 12 4.0026C11.6333 4.0026 11.3333 3.7026 11.3333 3.33594C11.3333 2.96927 11.6333 2.66927 12 2.66927ZM4 8.66927C3.63333 8.66927 3.33333 8.36927 3.33333 8.0026C3.33333 7.63594 3.63333 7.33594 4 7.33594C4.36667 7.33594 4.66667 7.63594 4.66667 8.0026C4.66667 8.36927 4.36667 8.66927 4 8.66927ZM12 13.3493C11.6333 13.3493 11.3333 13.0493 11.3333 12.6826C11.3333 12.3159 11.6333 12.0159 12 12.0159C12.3667 12.0159 12.6667 12.3159 12.6667 12.6826C12.6667 13.0493 12.3667 13.3493 12 13.3493Z' fill='black'/%3E%3C/g%3E%3C/svg%3E");
}
.product-page__offer_top_block_tools{
    gap:20px;
    align-items: center;
}
.product-tile__rating{
    margin-bottom: 0px !important;
}
.product-tile__rating .reviews_count{
    font-size: 14px !important;
}

.quantity-block--desktop-holder{
    float: left;
}

.js-move_block_on_mobile_to,
.js-move_block_on_mobile_from{
    display:none;
}

@media (max-width: 1365px) {
    .product-offer__to-basket .btn.btn-primary.add-to-cart,
    .product-offer__to-basket .btn.btn-primary.btn-success {
        padding: 1.03rem 1.5rem !important;
    }
}
.product-offer__compare-btn,
.product-offer__favorites-btn {
    position: relative;

    padding: 0;
    background-color: transparent;
    border: none;

    transition: color .2s linear;
    transform: translate3d(0,0,0);

}/*
.product-offer__compare-btn:after,
.product-offer__favorites-btn:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}
*/
.product-offer__compare-btn:focus,
.product-offer__compare-btn:hover,
.product-offer__favorites-btn:focus,
.product-offer__favorites-btn:hover {
    color: #ca0813;
    outline: 0
}
.product-offer__compare-btn.is-active,
.product-offer__favorites-btn.is-active {
    color: #ca0813
}
.product-page .product-offer__meta{
    align-items: center;
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/product_reviews/style.css?176243644512521*/
.flex_row {
    --flex_row--flex-grow: 1;
    --flex_row--flex-basis-percent: 'auto';
    --flex_row--flex-column-gap: 10px;
    --flex_row--flex-basis: calc(var(--flex_row--flex-basis-percent) - var(--flex_row--flex-column-gap));
}

.flex_row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: var(--flex_row--flex-column-gap);

}

.flex_bottom{
    align-items: flex-end;
}
.flex_one_line{
    flex-wrap: nowrap;
}
@media (max-width:991px){
    .flex_one_line{
        flex-wrap: wrap;
    }
}
.flex_to_border{
    justify-content: space-between;
}
.flex_row_center{
    justify-content: center;
}
.flex_row_vcenter,
.flex_row_middle{
    align-items: center;
}

.flex_row.max_width > * {
    /*need for short tail strategy*/
    --flex_row--flex-basis: calc(var(--flex_row--flex-basis-percent) - var(--flex_row--flex-column-gap));
    flex-grow: var(--flex_row--flex-grow);
    flex-basis: var(--flex_row--flex-basis);
    /*
      flex-grow: 1;
      flex-basis: auto;
         */

}

.flex_row.max_width > *.not_equal {
    /*flex-grow: 1;
    flex-basis: auto;*/
}
.flex_column {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;

}


.icon_and_text_wrap {
    display: flex;
    gap: 10px;
    align-items: center;
}

.product-page-reviews__item{
    margin-top:30px;
    border-bottom: 1px solid #b9bdc1;
    padding-bottom: 0px;
    border-top: 0px solid  !important;
}
.product-page-reviews__item .rating{
    margin-bottom:14px;
}

.product-page-reviews__item .product-page-reviews__item_name_row{
    margin-bottom:16px;
}
.product-page-reviews__item .product-page-reviews__item_name_row{
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: #404040;
}
.product-page-reviews__item .product-page-reviews__item_name,
.product-page-reviews__item .product-page-reviews__item_company{
    font-family: "Pragmatica Slabserif";
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: #000000;


}

.product-page-reviews__item .product-page-reviews__item_text_row{
    margin-bottom:24px;
}

.product-page-reviews__item .product-page-reviews__item_text_row {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #000000;
}

.product-page-reviews__item  .product-page-reviews__item_open_answer{
    font-family: "Pragmatica Slabserif";
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;

    text-decoration: underline;
    cursor:pointer;
    color: #000000;


}
.product-page-reviews__item .product-page-reviews__item_answer_row.open .product-page-reviews__item_open_answer{
     margin-bottom:15px;
}


.product-page-reviews__item .product-page-reviews__item_open_answer:hover{
    text-decoration: none;
}

.product-page-reviews__item .product-page-reviews__item_answer_text{
    display:none;
    margin-left:30px;
}
.product-page-reviews__item .product-page-reviews__item_answer_row.open .product-page-reviews__item_answer_text{
    display:block;
}

.product-page-reviews__item .product-page-reviews__item_close_answer{
    margin-top:15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #979CA3;
    cursor:pointer;
}
.product-page-reviews__item_answer_row{
    margin-bottom: 25px;
}
.product-page-reviews_all_block  .rating__star{
    padding: 0 2px;
}
.product-page-reviews_all_block .rating__star svg{
    width: 18px;
    height: 18px;
}

.product-page-reviews__form-wrap .rating_row label{
    max-width: 100%;
}

.product-page-reviews__form-wrap .rating__star svg{
    width: 33px;
    height: 33px;
    max-width: 33px;
    max-height: 33px;
}

.popup__content.product-page-reviews__form-wrap  iframe{
    max-width: 100%;
    margin-left: 0px;
}

.product-page-reviews__form-wrap .product-page-reviews__form-row{
    align-items: flex-start;
}

.product-page-reviews__form-wrap .rating_row{
    align-items: center;
}
.product-page-reviews__form-wrap .red{
    color: #EB212E;
}

.product-page-reviews__form-wrap .product-page-reviews__form-row label{
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    /*color: rgba(0, 0, 0, 0.2);*/
    padding-bottom: 5px;

}
.product-page-reviews__form-wrap .rating_row label{
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #00000080;

}



.product-page-reviews__form-row .error{
    max-width:100%;
    margin-top:5px;
    text-transform: none;
}
.product-page-reviews__item_reactions_row{
    gap:5px;
    margin-bottom:15px;
    color: #000000;
}
.product-page-reviews__item_photo_row{
    gap:15px;
    margin-bottom:15px;
}
.product-page-reviews__item_photo_img{
    width: 80px;
    max-height: 80px;
    object-fit: contain;
    margin: 0px;
}

.product-page-reviews__text{

    font-weight: 400;

    font-size: 12.8px;

    color: #000000;

}

.product-page-reviews_all_block__item_photo_row{
    margin:10px 65px 0 0px;
}
.product-page-reviews_all_block__photo_slider_wrap{
    position:relative;
    min-height:80px;
}

.product-page-reviews_all_block__photo_slider_wrap .light-slider__next,
.product-page-reviews_all_block__photo_slider_wrap .light-slider__prev{
    top: 50%;
    background-color: #ebebec;
}
.product-page-reviews_all_block__photo_slider_wrap  .light-slider__prev{
    left: -23px;
}
/**/
.product-page-reviews_all_block__photo_slider_wrap .light-slider__next.slick-disabled,
.product-page-reviews_all_block__photo_slider_wrap .light-slider__prev.slick-disabled{
    display:none !important;
}
.product-page-reviews_all_block__all_rating{
    min-width:350px;
}
.dots_between{
    flex: 1 0 auto;
    border-bottom: 1px dashed;
    height: 16px;
    opacity: 0.2;
}
.product-page-reviews_all_block__rating{
    font-family: "Pragmatica Slabserif";
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
    color: #000000;
}
.sort_rating_block{
    margin-top:35px;
}
.sort_rating_row{
    margin-bottom:15px;
    font-weight: 400;
    font-size: 12px;
    color:#000;

}

.product-page-reviews_all_block__rating_stars{
    margin-top:10px;
    margin-bottom:25px;
}
.product-page-reviews_all_block__rating_text{
    font-weight: 400;
    font-size: 16px;
    opacity: 0.7;
    color:#000;
}
.product-page-reviews__form-title.btn{
    width:100%;
}


.mfp-image-holder .mfp-close{
    right: -30px !important;
    cursor:pointer !important;
}
.mfp-container.mfp-s-ready.mfp-image-holder{
    cursor:pointer !important;
}
#drop-zone {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    height: 100px;
    padding: 1em;
    border: 1px dashed #cccccc;

    color: slategray;
    cursor: pointer;




}
.dropzone_text_big{
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    margin-bottom: 5px;
}

.dropzone_text_small {
    font-weight: 400;
    font-size: 12px;
    opacity: 0.5;
    color: #000000;
}
.dropzone_info_text{
    margin-top:10px;
    font-weight: 400;
    font-size: 12px;
    color: #000000;
    text-align: center;
}
#file-input {
    display: none;

}

#preview {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    gap: 0.5em;
    list-style: none;
    padding: 0;

    flex-wrap: wrap;
}
#preview:has(li) {
    margin: 10px 0;
}
#preview li {
    display: flex;
    align-items: center;
    gap: 0.5em;
    margin: 0;
    width: fit-content;
    height: 100px;
}

#preview img {
    width: 88px;
    height: 88px;
    object-fit: cover;
}
#preview .delete_img {
    width:20px;
    height:20px;
    display:block;
    background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --><svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.29289 5.29289C5.68342 4.90237 6.31658 4.90237 6.70711 5.29289L12 10.5858L17.2929 5.29289C17.6834 4.90237 18.3166 4.90237 18.7071 5.29289C19.0976 5.68342 19.0976 6.31658 18.7071 6.70711L13.4142 12L18.7071 17.2929C19.0976 17.6834 19.0976 18.3166 18.7071 18.7071C18.3166 19.0976 17.6834 19.0976 17.2929 18.7071L12 13.4142L6.70711 18.7071C6.31658 19.0976 5.68342 19.0976 5.29289 18.7071C4.90237 18.3166 4.90237 17.6834 5.29289 17.2929L10.5858 12L5.29289 6.70711C4.90237 6.31658 4.90237 5.68342 5.29289 5.29289Z" fill="%230F1729"/></svg>');
    background-size: contain;
    cursor: pointer;
    position: absolute;
    background-color: white;
    border-radius: 50%;
    top: 12px;
    left: 5px;
}
.product-page-reviews__form-wrap  #clear-btn,
.product-page-reviews__form-wrap  .image_text{
    display:none;
}
.product-page-reviews__form-wrap  #preview li:before{
    display:none;
}


.required_field_info{
    margin-top:10px;
    color: #000000;
    opacity: 0.5;
    font-weight: 400;
    font-size: 12px;
}

.product-page-reviews__form-button{
    width:100%;
}

.product-page__content-main.width_100{
    flex: 0 0 100%;
    max-width: 100%;
}
.product-page__content-aside.width_100 {
    flex: 0 0 100%;
    max-width: 100%;
}

.product-page__reviews{
    max-width:1200px;
}
.product-page-reviews__items{
    flex: 1 0 auto;
    max-width: calc(100% - 350px);
}
.product-page-reviews__items_list{
    flex: 1 0 auto;
    margin-right: 70px;
}

.product-page-reviews__item_photo_img_wrap{
    display: flex !important;
    align-items: center;
}
.ajax-pagination-btn{
    width: 100%;
    height: 50px;

    opacity: 1;
    border-radius: 2px;
    background: #D4D4D4;
    border: 2px solid #D4D4D4;

    font-weight: 700;

    font-size: 13px;

    line-height: 13px;

    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;


}
.pagination__top{
    margin-right: 70px;
    margin-top: 30px;
}
.product-page-reviews_all_block__sku_filter_wrap{
    margin-top:5px;
    margin-bottom:30px;
    gap:10px;

    font-weight: 400;
    font-size: 16px;
    color: #000000;

}
.product-page-reviews_all_block__sku_filter_wrap .button{
    cursor:pointer;
    padding:10px 25px;
    border: 1px solid #B9BDC1;
    border-radius:2px;
}
.product-page-reviews_all_block__sku_filter_wrap .button:has(input:checked),
.product-page-reviews_all_block__sku_filter_wrap .button:focus,
.product-page-reviews_all_block__sku_filter_wrap .button:hover,
.product-page-reviews_all_block__sku_filter_wrap .button.active{
    border: 1px solid #000000;
}

.product-page-reviews_all_block__filter_wrap{
    margin-top:35px;
    margin-bottom:10px;
}
.product-page-reviews_all_block__filter_wrap label{
    margin-bottom:0px;
}
.product-page-reviews_all_block__filter_wrap{
    font-weight: 400;
    font-size: 16px;


}
.product-page-reviews_all_block__filter_wrap select{
    background-color: transparent;
}
.product-page-reviews_all_block__filter_wrap .custom-select:focus{
    border-color: #b9bdc1;

}

.product-page-reviews__form-product-row{
    margin:20px 0 5px 0;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
}

.product-page-reviews__form-product-image{
    width: 52px;
    max-height: 63px;
    object-fit: cover;
}

.product-page-reviews__empty{
    margin:25px 0;
}

@media (max-width:991px){
    .product-page-reviews__items{
        order:2;
        max-width: 100%;
    }
    .product-page-reviews__items_list {
        margin-right: 0px;
    }
    .pagination__top{
        margin-right: 0px;
    }
    .product-page-reviews_all_block__all_rating{
        margin: auto;
    }
}

.tabs-block__nav{
    overflow-x: visible !important;
}
/*
@media (min-width:992px) {
    .product-page-reviews_all_block__photo_slider_wrap .slick-track {
        width: 100% !important;
    }

    .product-page-reviews_all_block__photo_slider_wrap .slick-slide {
        display: block;
        width: 95px !important;
    }
}*/

.reaction_button{
    background-color:#fff;
    border-radius:5px;
    min-width: 40px;

    font-weight:bold;
    padding: 10px;
}
.reaction_button.clickable{
    cursor:pointer;
}
.reaction_button.clickable:hover{
    background-color:#0030780a;

}
.reaction_button img{
    margin:auto;
}

.js-reaction-item-active{
    outline: 2px solid #fdbf2d;
}

.tabs-block .nav-link.active[href="#product-content-reviews"],
.tabs-block .nav-link[href="#product-content-reviews"]{
    background: #fdbe2d80;
    padding-left: 10px;
    padding-right: 10px;
}

.bx-panel-tooltip{
    background: #f6f6f8 !important;
    border:0px solid !important;
    border-radius: 0px;
}
/* End */


/* Start:/local/templates/main/components/bitrix/form.result.new/jh-shop.ru/style.css?1656680395623*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/templates/main/components/bitrix/form.result.new/jh-shop.ru/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/main/components/bitrix/form.result.new/jh-shop.ru/images/icon_warn.gif);
}
/* End */
/* /local/templates/main/components/saa/catalog/catalog_complex/style.css?17504265778084 */
/* /local/templates/main/components/bitrix/catalog.element/detail/style.css?176459225114003 */
/* /local/templates/main/components/bitrix/news.list/product_reviews/style.css?176243644512521 */
/* /local/templates/main/components/bitrix/form.result.new/jh-shop.ru/style.css?1656680395623 */
