

/* 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?17417871963522*/
.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); 
}
/* 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?17417871963522 */
/* /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 */
