

/* 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:/bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1656679555666*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* 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 */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1656679555666 */
/* /local/templates/main/components/bitrix/form.result.new/jh-shop.ru/style.css?1656680395623 */
