

/* Start:/bitrix/templates/universe_s1-new/components/bitrix/catalog/catalog_redesign/style.css?17512615679214*/
.catalog {}
.catalog .catalog-description {
	margin-top: 20px;
	font-size: 14px;
	line-height: 1.5;
	color: #6b6b6b;
}
.intec-content .intec-content-right {
    margin-left: 0px !important;

}
.intec-section-filter-left {
	margin-bottom: 16px;
}

.intec-content .intec-content-left {
    display: none;
   z-index: 2000;
  width: 40% !important;

    height: 90%;
    position: fixed;
    top: 75px;
    left: -100%;
    transition: 5s;
    background: #fff !important;
overflow: auto;
}
.intec-content .open_filter{
    display: block !important;
    transition: 5s;
    left: 0%;
    
}

.bx-filter-parameters-box-container {
    height: 100%;
    max-height: 300px;
   overflow: auto;
}

.bx-filter-block {
    height: 100%;
    max-height: 300px;
}
.intec-section-filter-mobile-wrap {
	display: none;
	position: relative;
}
.intec-section-filter-mobile {
	display: none;
	vertical-align: middle;
}

.intec-section-filter-mobile {
	display: none;
	position: fixed;
    width: 100vw;

    left:0;
    top: 62px;
    z-index: 10000;
    background: #ffffff;
    border-radius: 3px;
	-webkit-box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.2);
}

.intec-section-list {

}
.intec-section-list .intec-sections-tile,
.intec-section-list .intec-sections-list,
body .intec-section-list .intec-sections-tile {
	margin-bottom:30px;
}
.intec-sections-tile {
	margin-bottom:30px;
}

.intec-panel-sort {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.intec-panel-sort .intec-sort {
	display: block;
	margin: 0 30px 10px 0;
	float: left;
}

.intec-panel-sort .sort-value {
	display: inline-block;
	margin-right: 22px;
	opacity: 0.5
}

.intec-panel-sort .sort-value a{
	display: inline-block;
	color: #4D4D4D;
	font-size: 0;
	text-decoration: none;
}
.intec-panel-sort .sort-value a:hover {
	color: #21781D;
}
.intec-panel-sort .sort-value.sort-state-active {
	opacity: 1;
}

.intec-panel-sort .sort-value.sort-state-active a span{
	color:#21781D !important;
}

.intec-panel-sort .sort-value a span{
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0em;
	text-align: left;
}

.intec-panel-sort .sort-value-desktop {
	display: inline-block;
	vertical-align: middle;
	/* font-size: 13px; */
}
.intec-panel-sort .sort-value-mobile {
	display: none;
	/* font-size: 17px; */
	vertical-align: middle;
}
.intec-panel-sort .sort-value-arrow {
	display: inline-block;
	vertical-align: middle;
	/* font-size: 13px; */
	margin-left: 7px;
}

.intec-panel-sort .sort-value .sort-value-arrow {
	display: inline-block;
}

.intec-panel-view {
	float: right;
}

.intec-panel-view .intec-views {
	display: inline-block;
	vertical-align: middle;
}

.intec-panel-view .intec-views a {
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}.intec-panel-view .intec-views a:first-child {
	 margin-left: 0;
 }

.intec-panel-view a.view-active i {
	color: #000000;
}

.intec-panel-view i {
	color: #bababa;
}.intec-panel-view i:hover {
	 color: #4d4d4d;
 }

.intec-section-desription {
	display: block;
	width: 100%;
	margin-top: 20px;
	box-sizing: border-box;
	color: #4c4b4b;
	font-size: 13px;
	line-height: 23px;
}

.intec-panel-sort .intec-section-filter-mobile {
	display: none;
}

.intec-button.intec-button-cl-common.filter-name{
	font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    color: #383838;
    background: #fff !important;
    padding: 7px 15px 8px 15px;
    font-family: "Muller";
    border: 2px solid #1196B1;
    border-radius: 6px;
}

.sort-select.mobile{
	display: block;
font-weight: 500;
font-size: 16px;
line-height: 20px;
border: none;
    padding: 0;
    margin: 0;

}

.container-29 {
	display:none;
}

.price-value {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.price_discount {
    color: #9E9E9E;
    /* font-family: "Muller"; */
    font-weight: 300;
    text-decoration: line-through;
    margin-left: 14px;
    letter-spacing: .4px;
    /* line-height: 13px; */
    font-family: 'Montserrat' !important;
}

@media all and (max-width: 830px) and (min-width: 720px) {
	.intec-panel-sort .sort-value {
		margin-right: 5px;
	}
	.intec-panel-sort .intec-sort {
		margin: 0 10px 10px 0;
	}
	.intec-panel-view .intec-views a {
		margin-left: 10px;
	}
}

@media all and (max-width: 720px) {
    .catalog_container_mobile {


}
	.intec-content {
		overflow: visible !important;
	}
	.intec-section-filter-left {
		display: none;
	}
	.intec-panel-sort .intec-section-filter-mobile .bx-filter {
		display: block;
	}
	.intec-section-filter-mobile-wrap {
		display: block;
		float: left;
		margin-right: 20px;
margin-left: 10px;
	}
	.intec-section-filter-mobile-button {
		display: inline-block;
	}
	.intec-section-menu {
		display: none;
	}
	.intec-panel-sort .sort-value-desktop {
		display: none;
	}
	.intec-panel-sort .sort-value-mobile {
		display: inline-block;
	}
	.intec-panel-sort {
		padding: 10px 0;
	}
	.intec-panel-sort .intec-panel-view,
	.intec-panel-sort .sort-values {
		margin-top: 3px;
	}
	.intec-panel-sort .sort-value {
		margin-right: 10px;
	}
	.intec-panel-sort .intec-sort {
		margin: 0 10px 0 0;
	}
	.intec-panel-view .intec-views a {
		margin-left: 10px;
	}
	.intec-panel-sort .sort-value a {
		vertical-align: top;
	}
	.desktop.sort-value{
		display: none;
	}
	.sort-select.mobile{
		display: block;
        font-size: 16px;
        font-weight: 200;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: center;
        color: #2D2D2D;
        background: #fff !important;
        padding: 9px 10px 10px 7px;
        font-family: "Muller";
        border: none;
       
	}
    select.sort-select.mobile:active, select.sort-select.mobile:hover, select.sort-select.mobile:focus {
        background: #1196b100 !important;
        color: #B5B5B5 !important;
        /* padding: 9px 10px 10px 7px; */
        font-family: "Muller";
        font-weight: 500;
        border: none;
    }

div#modef {
    background: #ffffff !important;!i;!;
}

span.arrow-right {
    display: none;
}

.selected-text {
    height: 0;
}

.selected-text {
    height: 0px !important;!i;!;
}

span.arrow-right {display: none !important;}

}

@media all and (max-width: 600px) {
.intec-content-wrapper.catalog_container_mobile .catalog-section-element {
    width: 47%;
}
.intec-content-wrapper.catalog_container_mobile .catalog-section-element .element-wrap {
        padding: 0px;
        border-radius: 6px;
    }

.intec-content-wrapper.catalog_container_mobile .catalog-section-element .element-wrap .glyph-icon-cart-redesign::before{
	content: "";
	width: 20px;
	height: 20px;
	background-image: url("/bitrix/templates/universe_s1-new/components/bitrix/catalog.section/redesign/./images/basketicon.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.intec-content-wrapper.catalog_container_mobile .catalog-section-element .element-wrap .intec-button.basket-redesign.intec-button-cl-common.intec-button-transparent {

    padding: 0px 2px;

}
.intec-content-wrapper.catalog_container_mobile .catalog-section-element .element-wrap span.intec-basket.glyph-icon-cart-redesign {
    padding-right: 0px;
}
.intec-content-wrapper.catalog_container_mobile .catalog-section-element  .price-block .element-buys span {

       padding-left: 1px !important;
    padding-right: 1px !important;
}
.intec-content-wrapper.catalog_container_mobile .catalog-section-element span.intec-basket-text {
    font-size: 14px;
}
.intec-content-wrapper.catalog_container_mobile .catalog-section-element .no_stock_catalog{
font-size: 10px;
    text-align: center;
}
.intec-content-wrapper.catalog_container_mobile .catalog-section-element .intec-catalog-section-tile .price-block .newprice {
        line-height: 14px;

    }
.intec-content-wrapper.catalog_container_mobile .intec-catalog-section-fl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
	.intec-content-wrapper.catalog_container_mobile .element-description .brand-name {
font-weight: 200;
        line-height: 12px;
        letter-spacing: 0em;
        font-size: 11px;
        text-align: left;
        color: #959595 !important;
        margin-top: 10px;
        outline: none;
    min-height: 25px;
}
	.intec-content-wrapper.catalog_container_mobile .clearfix{
display:none;
}

span.intec-section-filter-mobile-button.intec-button.intec-button-w-icon.intec-button-cl-common.intec-button-r-3.intec-button-s-2.filter-name:before {
    content: "";
    width: 32px;
    height: 32px;
    display: inline-block;
    /* position: absolute; */
    filter: brightness(0.5);
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/images/icon_filter_catalog2.svg);
        filter: invert(1);
}
	.intec-button.intec-button-cl-common.filter-name{
border:none;
padding:0;
}
	.sort-select.mobile{
border:none;
padding:0;
}
.intec-panel-sort {
		padding: 10px 0;
		margin: 0px 5px;
width:95vw;
	}
}
/* End */


/* Start:/bitrix/templates/universe_s1-new/components/bitrix/catalog/catalog_redesign/bitrix/catalog.element/.default/style.css?175105517649265*/
.intec-item-detail .product-not-available {
    line-height: 37px;
}
.price-row .dolyame {
    display: none;
}
.price_block .span.item-quantity-wrap {
    display: none !important;
}
.intec-item-detail .intec-item-container {
    padding-top: 15px;
}
.item-preview-description p {
    margin-top: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
}
.intec-item-detail .intec-item-top {
    margin-bottom: 20px;
}

.intec-item-detail .item-bigimage-container {
    position: relative;
    background: #fff;
}
.intec-item-detail .item-bigimage-container.light-gallery .item-bigimage-wrap {
    cursor: pointer;
}
.intec-item-detail .item-bigimage-wrap {
    display: block;
    height: 400px;
    text-align: center;
    font-size: 0;
}
.intec-item-detail .item-bigimage-wrap:before {
    content: '';
    width: 0;
    height: 100%;
}
.intec-item-detail .item-bigimage-wrap:before,
.intec-item-detail .item-bigimage-wrap > * {
    display: inline-block;
    vertical-align: middle;
}
.intec-item-detail img.item-bigimage {
    max-width: 100%;
    max-height: 100%;
}
.intec-item-detail .image-loop {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: url('/bitrix/templates/universe_s1-new/components/bitrix/catalog/catalog_redesign/bitrix/catalog.element/.default/images/loop.png') no-repeat 50% 50% #e2e5e7;
    pointer-events: none;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.intec-item-detail .slider ul {
    padding: 0 20px;
    list-style: none;
}
.intec-item-detail .slider-item {
    position: relative;
   

    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.intec-item-detail .slider-item.active {
    border-bottom-color: #116afc;
}
.intec-item-detail .slider-item .slider-image {
    display: block;
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}

.intec-item-detail .item-quantity-wrap {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 0 0;
    font-size: 0;
}
.intec-item-detail .item-quantity-wrap > * {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #848484;
}
.intec-item-detail .item-quantity-input {
    width: 20px;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    background: #f6f6f6;
    font-weight: bold;
    text-align: center;
    outline: none;
}
.intec-item-detail .item-quantity-input,
.intec-item-detail .item-quantity-down,
.intec-item-detail .item-quantity-up {
    height: 48px;
}
.intec-item-detail .item-quantity-down,
.intec-item-detail .item-quantity-up {
    padding: 0 12px;
    line-height: 50px;
    font-weight: bold;
    text-decoration: none;
    border: 0 solid #ececec;
    border-radius: 6px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.intec-item-detail .item-quantity-measure {
    margin-left: 6px;
}
.intec-item-detail .item-quantity {
    margin-top: 10px;
    font-size: 12px;
}
.intec-item-detail .item-info-column {
    padding-top: 10px;
}
.intec-item-detail .item-info-column > div {
    margin-bottom: 20px;
}
.intec-item-detail .item-info-column > div:last-child,
.intec-item-detail .item-info-column .clearfix {
    margin-bottom: 0;
}
.intec-item-detail .item-old-price-wrap,
.intec-item-detail .item-current-price-wrap {
    display: inline-block;
    vertical-align: top;
}
.intec-item-detail .item-old-price-wrap {
    position: relative;
    margin-left: 15px;
 padding-top: 10px;
}
.intec-item-detail .item-old-price {
  color: #9E9E9E;
    font-size: 24px;
    position: relative;
font-family: 'Montserrat' !important;
font-weight:500;
}
.intec-item-detail .item-old-price:after {
    content: "";
    width: 100%;
    height: 2px;
    background: red;
    position: absolute;
    top: 40%;
    right: 0;
}
.intec-item-detail .item-current-price {
    color: #161616;
    font-size: 30px;
    font-weight: bold;
}
.intec-item-detail .item-discount-percents {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(105%, -50%);
    display: inline-block;
    padding: 4px 7px;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    background: #fc7911;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.intec-item-detail .item-info-tabs .tab-pane {
    padding-top: 20px;
}
.intec-item-detail .properties-list {
    list-style: circle;
    padding: 0;
    margin: 0;
    font-size: 0;
}
.intec-item-detail .properties-list > li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 10px 25px;
    font-size: 14px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.intec-item-detail .properties-list > li:before {
    content: ' ';
    position: absolute;
    top: 17px;
    left: 8px;
    display: block;
    width: 4px;
    height: 4px;
    background: #116afc;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.intec-item-detail .item-file-list {
    font-size: 0;
}
.intec-item-detail .item-file {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 25px;
    font-size: 14px;
}
.intec-item-detail .item-file-icon {
    float: left;
    width: 40px;
    height: 40px;
    background-image: url('/bitrix/templates/universe_s1-new/components/bitrix/catalog/catalog_redesign/bitrix/catalog.element/.default/images/file.png');
}
.intec-item-detail .item-file-info {
    margin-left: 55px;
}
.intec-item-detail .item-file-name {
    word-wrap: break-word;
}
.intec-item-detail .item-file-size {
    color: #9d9d9e;
}

.intec-item-detail .item-videos-list .item-video {
    margin-bottom: 20px;
}
.intec-item-detail .item-videos-list .item-video-wrap {
    position: relative;
    padding-bottom: 60%;
}
.intec-item-detail .item-videos-list iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.intec-item-detail.redesign .item-preview-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--color-dark-gray);
}
.intec-item-detail.redesign .item-preview-description span {
    font-family: "Muller Bold";
}
.intec-item-detail.redesign .item-preview-description ul li::marker {
    content: "°";
    color: #000;
    font-size: 20px;
}
.intec-item-detail.redesign .item-preview-description ul li {
    padding-left: 10px;
}
/* TODO move to catalog.section */
/* ----- Binded items ----- */
.intec-item-detail .item-sub-title {
    margin-bottom: 10px;
    font-size: 36px;
    font-weight:800;
    color: #2D2D2D;
line-height: 34px;
}
.intec-item-detail .item-bind-items {
    margin: 50px 0 50px 0;
}
.intec-item-detail .item-bind-items-list {
    position: relative;
    padding: 0 20px;
}
.intec-item-detail .item-bind-items-list .owl-item {
    margin-bottom: 15px;
}
.intec-item-detail .item-bind-item {
    padding: 15px 10px;
    margin-right: 15px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.intec-item-detail .item-bind-item:hover {
    box-shadow: 11px 11px 16px 0 rgba(0, 0, 0, 0.09);
}
.intec-item-detail .item-bind-item,
.intec-item-detail .item-bind-item a {
    color: #303335;
}
.intec-item-detail .item-bind-image {
    float: left;
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}
.intec-item-detail .item-bind-info {
    margin: 10px 0 0 120px;
}
.intec-item-detail .item-bind-name {
    overflow: hidden;
    display: block;
    height: 38px;
    font-size: 14px;
    text-decoration: underline;
}
.intec-item-detail .item-bind-price {
    margin-top: 10px;
    font-size: 20px;
}
/*** Arrows ***/
.intec-item-detail .item-bind-items .item-bind-items-list .owl-nav {}
.intec-item-detail .item-bind-items .item-bind-items-list .owl-nav .owl-prev,
.intec-item-detail .item-bind-items .item-bind-items-list .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    transition: 0.5s;
}
.intec-item-detail .item-bind-items .item-bind-items-list .owl-nav .owl-prev {
    left: 0;
}
.intec-item-detail .item-bind-items .item-bind-items-list .owl-nav .owl-next {
    right: 0;
}

/* ----- /Binded items ----- */

.intec-item-detail .item-info-section {
    padding-right: 5px;
    /*text-align: right;*/
    font-size: 0;
	margin-top: 20px;
}
.intec-item-detail .item-info-section > *,
.intec-item-detail .item-info-section .item-buttons-block > * {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    font-size: 14px;
}
.intec-item-detail .item-info-section > *:first-child {
    margin-left: 0;
}
.intec-item-detail .item-info-section .item-buttons-counter-block {
    display: inline-block;
    text-align: center;
    position: relative;
}

.item-buttons-counter-block .in_installments{
    position: absolute;
    top: -22px;
    left: calc(50% - 15px);
    transform: translate(-50%, -100%);
    color: var(--color-light-blue);
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: left;
    display: block;
    white-space: pre;

    padding-bottom: 5px;
    border-bottom: 2px solid #A1C4E2;
    text-decoration: none;
}

.intec-item-detail .item-info-section .item-buttons-block .item-buttons {
    display: inline-block;
}
.intec-item-detail .item-info-section .item-buttons-counter-block .add[data-basket-add][data-basket-in=true],
.intec-item-detail .item-info-section .item-buttons-counter-block .added[data-basket-added][data-basket-in=false] {
    display: none;
}
.intec-item-detail .item-info-section .item-buttons-counter-block .intec-basket-button .intec-button-w-icon {
    margin-right: 5px;
}
.intec-item-detail .item-info-section .item-buttons-counter-block .jsFastOrder {
    padding: 0;
    margin-top: 15px;
}
.intec-item-detail .item-info-section .item-buttons-counter-block .jsFastOrder .intec-button-w-icon {
    margin-right: 4px;
    font-size: 19px;
}
.intec-item-detail .item-info-section .intec-small-buttons-wrapper {
    /*float: right;*/
    vertical-align: top;
}
.intec-item-detail .item-info-section .intec-small-buttons-wrapper:before {
    content: '';
    width: 0;
    height: 100%;
}
.intec-item-detail .item-info-section .intec-small-buttons-wrapper:before,
.intec-item-detail .item-info-section .intec-small-buttons-wrapper > * {
    display: inline-block;
    vertical-align: middle;
}
.intec-item-detail .item-info-section .intec-compare,
.intec-item-detail .item-info-section .intec-like {
    margin: 15px 0 15px 15px;
}
.intec-item-detail .item-info-section .intec-compare.add[data-compare-add][data-compare-in=true],
.intec-item-detail .item-info-section .intec-compare.added[data-compare-added][data-compare-in=false],
.intec-item-detail .item-info-section .intec-like.add[data-basket-delay][data-basket-in=true],
.intec-item-detail .item-info-section .intec-like.added[data-basket-delayed][data-basket-in=false]{
    display: none;
}
.intec-item-detail .item-info-section .intec-compare:active,
.intec-item-detail .item-info-section .intec-like:active {
    font-size: 16px;
    margin: 14px -1px 14px 14px;
}


.intec-item-detail [class*='intec-icon-'] {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.intec-item-detail .item-info-section [class*='intec-icon-'] {
    cursor: pointer;
}

.intec-item-detail .item-brand {
    float: right;
    display: block;
    margin: -10px 5px 0 0;
}
.intec-item-detail .item-brand .intec-icon-brand {
    max-width: 200px;
    max-height: 60px;
}
.intec-item-detail .item-article {
    font-size: 13px;
}
.intec-item-detail .show-all-characteristics {
    margin: 5px 0 0 25px;
    color: #116afc;
    text-decoration: underline;
    cursor: pointer;
}
.intec-item-detail .item-characteristics-full {}
.intec-item-detail .item-characteristics-full > .characteristic {
    padding: 20px 25px;
}
.intec-item-detail .item-characteristics-full > .characteristic:nth-child(odd) {
    background: #f9f9f9;
    border-radius: 5px;
}
.intec-item-detail .item-characteristics-full .characteristic-name {
    font-size: 14px;
}
.intec-item-detail .item-characteristics-full .characteristic-value {
    padding-top: 3px;
    font-size: 13px;
}

.intec-item-detail .slider-container {
    margin-top: 25px;
}

.intec-item-detail .item-default-images {
    opacity: 0;
}
.intec-item-detail .item-offers-images {
    position: relative;
}
.intec-item-detail .item-offers-images > .item-offer-images {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.intec-item-detail .reviews-wrap {
    max-width: 100%;
}

.intec-item-detail .jsFastOrder .intec-cursor {
    vertical-align: middle;
    margin-right: 4px;
}

/* ----- SKU ----- */
.intec-item-detail .sku-container {}
.intec-item-detail .sku-property {
    margin-bottom: 15px;
}
.intec-item-detail .sku-property-name {
    margin-bottom: 5px;
    font-size: 13px;
}
.intec-item-detail .sku-property-values {
    padding: 0;
    margin: 0 -5px;
    font-size: 0;
    list-style: none;
}
.intec-item-detail .sku-property-value {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 5px;
    padding: 8px 10px;
    border: 1px solid #e8e8e8;
    font-size: 12px;
    line-height: 1.4;
    cursor: pointer;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.intec-item-detail .sku-property-value > span {
    display: inline-block;
    vertical-align: top;
}
.intec-item-detail .sku-property-value-image {
    width: 15px;
    height: 15px;
    margin-left: 3px;
    border: 3px solid #e8e8e8;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.intec-item-detail .sku-property-value,
.intec-item-detail .sku-property-value-image {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.intec-item-detail .sku-property-value:hover,
.intec-item-detail .sku-property-value.active {
    border-color: #116afc;
}
.intec-item-detail .sku-property-value.disabled,
.intec-item-detail .sku-property-value:disabled,
.intec-item-detail .sku-property-value[disabled] {
    background-color: #f6f6f6;
    border-color: #f6f6f6;
    color: #6e6e6e;
}
.intec-item-detail .sku-property-value.disabled .sku-property-value-image,
.intec-item-detail .sku-property-value:disabled .sku-property-value-image,
.intec-item-detail .sku-property-value[disabled] .sku-property-value-image {
    opacity: 0.4;
}
.sku-property.sku-type-color .sku-property-value {
    padding: 0;
    overflow: hidden;
}
.sku-property.sku-type-color .sku-property-value-name {
    display: none;
}
.sku-property.sku-type-color .sku-property-value-image {
    width: 32px;
    padding-bottom: 100%;
    margin: 0;
    border: none;

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.sku-property.sku-type-text .sku-property-value-image {
    display: none;
}
/* ----- /SKU ----- */

.item-info-column h1 {
	font-size: 32px;
	margin: 0 0 5px 0;
}

.detail-votes {
	text-align:left;
	margin-bottom: 20px !important;
}

.detail-votes .bx_item_detail_rating {
	margin:0;
}

.b-item-no-in-stock {
	
}

.b-item-no-in-stock-title {
	font-size: 20px;
    line-height: 24px;
    color: black;
    margin: 0 0 2px 0;
    font-weight: 600;
}

.b-item-wa-text {
	display: inline-block;
	color: #6b6b6b;
}

.b-item-wa {
	display: inline-block;
	width:24px;
	height: 24px;
	background: url(/bitrix/templates/universe_s1-new/components/bitrix/catalog/catalog_redesign/bitrix/catalog.element/.default/images/wa.png) center center no-repeat;
	background-size:24px;
	border-bottom:0px;
	text-decoration:none;
    position: relative;
    bottom: -4px;
    margin: 0 0 0 3px;
}

.detail-status-on-order {
    font-size: 14px;
    line-height: 24px;
    /*color: red;*/
    font-weight: 600;
    margin: -28px 0 0 0;
}

.detail-status-on-order span {
	color: red;
    display: inline-flex;
    width: 18px;
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    border: 1px red solid;
    height: 18px;
    font-size: 14px;
}

.product-name{
    font-size: 36px !important;
    font-weight: 800;
    line-height: 38px;
    letter-spacing: 0em;
    text-align: left;
    color: #2D2D2D;
    margin-bottom: 20px !important;
}

.info_row{
    display: flex;
    align-items: center;
    column-gap: 30px;
    margin-bottom: 40px;
}
.info_row .item-article{
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--color-main-black);
}

.info_row a,
.info_row a:hover{
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--color-light-blue);
}

.price_block{
   display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px !important;

    left: 15px;
    position: relative;


}

.price_block,
.price_block .column-price-value,
.price_block .item-price,
.price_block .column-buy-button{
    width: max-content;
}
.price_block span.item-quantity-wrap {
    display: none !important;
}

.item-price{
    display: flex;
    align-items: flex-start;
}

.price_block .column-price-value{
    padding: 0;
}

.price_block .item-current-price{
  font-size: 28px;
    font-weight: 550;
display: flex;
    letter-spacing: 0em;
    text-align: left;
    line-height: 36px;
    font-family: 'Montserrat' !important;
    color: var(--color-main-black);
}


.price_block .price_discount span {
    color: #9E9E9E;
}

.intec-item-detail .price_block .item-quantity-input{
    border: none;
    background: none;
}

.intec-item-detail .price_block .item-quantity-down,
.intec-item-detail .price_block .item-quantity-up{
    color: var(--color-main-green);
    background-color: #fff;
}
.back_to_section, .back_to_section:hover{font-weight: 200 !important; color:  #B5B5B5  !important;  text-decoration: none; transition:.2s;}
.back_to_section, .back_to_section{
filter: brightness(0.5) grayscale(14);
color: #2d2d2d !important; transition:.2s;
}
.price_block .item-buttons-counter-block .intec-button.intec-button-cl-common{
   background-color: #2d2d2d;
    border-radius: 4px;
    padding-left: 50px;
    padding-top: 18px;
    position: relative;
    border: 2px solid #2d2d2d !important;
}
.price_block .item-buttons-counter-block .intec-button.intec-button-cl-common:hover {
    align-items: center;
    background-color: #fff !important;

color:#2d2d2d !important;

transition:.2s;
}
.price_block .item-buttons-counter-block .intec-button.intec-button-cl-common::before{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
filter:  brightness(4.5);;
    background-image: url('/images/basket_header.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.price_block .item-buttons-counter-block .intec-button.intec-button-cl-common:hover::before{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
filter:  brightness(0);
    background-image: url('/images/basket_header.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.price_block .item-buttons-counter-block .intec-button.intec-button-cl-common .intec-basket-text{
    color: #fff !important;
}
.price_block .item-buttons-counter-block .intec-button.intec-button-cl-common:hover .intec-basket-text{
    color: #2d2d2d !important;
transition:.2s;
}
.price_block .item-buttons-counter-block .intec-button.intec-button-cl-common .intec-basket-text{
    text-transform: none !important;

}

.price_block .like-btn-text{
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--color-light-black);
    margin-left: 10px;
    text-transform: uppercase;
}

.intec-item-detail .item-info-column .price_block .clearfix{
    display: flex;
    align-items: center;
    column-gap: 25px;
    padding-right: 0;
}

.intec-item-detail .item-info-column .price_block .clearfix::before,
.intec-item-detail .item-info-column .price_block .clearfix::after{
    display: none;
    content: none;
}

.intec-item-detail .item-info-column .price_block .clearfix .item-buttons.vam{
    display: flex;
    column-gap: 25px;
  align-items: center;
}

.intec-item-detail .item-info-column .price_block .clearfix .item-buttons.vam .item-quantity-wrap{
    margin: 0;
}

.intec-item-detail .item-info-section .intec-small-buttons-wrapper{
    margin: 0;
}

.price_block .intec-like{
    margin: 0 !important;
}

.price_block .intec-like::before{
    content: "" !important;
    display: block !important;
    width: 24px !important;
    height: 24px !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.price_block .intec-like::before{
    background-image: url('/bitrix/templates/universe_s1-new/components/bitrix/catalog/catalog_redesign/bitrix/catalog.element/.default/./images/like_btn.svg') !important;
}

.price_block .intec-like.active::before{
    background-image: url('/bitrix/templates/universe_s1-new/components/bitrix/catalog/catalog_redesign/bitrix/catalog.element/.default/./images/like_btn-filled.svg') !important;
}

.price_block .intec-small-buttons-wrapper:has(.added.active[data-basket-in=true]) .like-btn-text{
    color: var(--color-main-green);
}


.intec-item-detail.redesign .item-image-stick{
    font-size: 10px;
    font-family: "Muller Bold";
    line-height: 12px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    padding: 4px 8px;
    border-radius: 15px;
    background: unset;
}

.intec-item-detail.redesign .item-image-stick.is-new{background-color: #45A748;text-transform:uppercase;padding-bottom: 4px;padding-top: 6px;}
.intec-item-detail.redesign .item-image-stick.is-recommendation{background-color: #1196B1; text-transform:uppercase;padding-bottom: 4px;padding-top: 6px;}
.intec-item-detail.redesign .item-image-stick.is-popular{background-color: #8CC63F; text-transform:uppercase;padding-bottom: 4px;padding-top: 6px;}

/* availability-in-stores */
.availability-in-stores{
    display: block;
    box-sizing: border-box;
    width: max-content;
    margin-bottom: 40px;
    padding: 15px 20px 15px 12px;
    border: 1px solid var(--color-light-salat);
    border-radius: 6px;
    border-collapse: separate;
    position: relative;
    left: -16px;
    width: 540px;
}
.availability-in-stores tbody{
    display: none;
}
.availability-in-stores thead{
    margin-bottom: 0;
}
.availability-in-stores.active tbody{
    display: block;
}
.availability-in-stores.active thead{
    display: block;
    margin-bottom: 20px;
}
.availability-in-stores thead{
    display: block;
    box-sizing: border-box;
}
.availability-in-stores thead td:has(.toggle_tab){
    width: 217px;
    position: relative;
}
.availability-in-stores .table_name{
    font-size: 16px;
    font-family: "Muller Bold";
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--color-main-black);
}
.availability-in-stores .toggle_tab{
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('/bitrix/templates/universe_s1-new/components/bitrix/catalog/catalog_redesign/bitrix/catalog.element/.default/./images/availability_table_arrow.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.availability-in-stores.active .toggle_tab{
    transform: translateY(-50%) rotate(-180deg);
}
.availability-in-stores tbody tr{
    display: block;
    box-sizing: border-box;
    margin-bottom: 15px;
    padding: 5px 0;
    border-top: 1px solid var(--color-light-salat);
    border-radius: 6px;
}
.availability-in-stores tbody tr td:first-child{
    padding-right: 20px;
}

.availability-in-stores tbody .name{
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #2D2D2D;
    max-width: 380px;
    min-width: 380px;
}
.availability-in-stores tbody .in-stock-block{
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
}
.availability-in-stores tbody .in-stock-block.in_stock{color: var(--color-main-green);}
.availability-in-stores tbody .in-stock-block.not_in_stock{
    color: var(--color-main-gray);
    max-width: 90px;
}

.availability-in-stores-list{
    display: flex;
    flex-direction: column;
    row-gap: 25px;
    list-style-type: none;
    margin-bottom: 40px;
}

.availability-in-stores-list li{
    position: relative;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--color-light-black);
}
.availability-in-stores-list li::before{
    content: "";
    width: 19px;
    height: 19px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: -12px;
    top: 50%;
    transform: translate(-100%, -50%);
}

.availability-in-stores-list li.in_store::before{
    background-image: url('/bitrix/templates/universe_s1-new/components/bitrix/catalog/catalog_redesign/bitrix/catalog.element/.default/./images/list-icon1.svg');
}
.availability-in-stores-list li.courier::before{
    background-image: url('/bitrix/templates/universe_s1-new/components/bitrix/catalog/catalog_redesign/bitrix/catalog.element/.default/./images/list-icon2.svg');
}
.availability-in-stores-list li.Pickup::before{
    background-image: url('/bitrix/templates/universe_s1-new/components/bitrix/catalog/catalog_redesign/bitrix/catalog.element/.default/./images/list-icon3.svg');
}

.availability-in-stores-list li a{
    text-decoration: underline;
    font-family: "Muller Bold";
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
}

.intec-item-detail.redesign .item-info-column.detail_text{
    display: none;
}

.intec-item-detail.redesign .item-info-column.detail_text.active{
    display: block;
}

.intec-item-detail.redesign .open_full_text{
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--color-light-blue);
    background-color: var(--color-light-salat);
    padding: 15px 50px 15px 20px;
    border-radius: 0;
    position: relative;
    text-decoration: none;
    margin-bottom: 20px;
    display: block;
    width: max-content;
}

.intec-item-detail.redesign .open_full_text::after{
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('/bitrix/templates/universe_s1-new/components/bitrix/catalog/catalog_redesign/bitrix/catalog.element/.default/./images/read_all_arrow.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/* ------- TABS ------- */

.item-info-column.redesign .tabs_nav{
    display: flex;
    column-gap: 60px;
    list-style-type: none;
    width: 100%;
    padding: 0 0 15px 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--color-light-salat);
}
.item-info-column.redesign .tabs_nav li a{
    position: relative;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    text-decoration: none;
    color:#2D2D2D;
    margin-bottom: 20px;
    transition: .3s;
}

.item-info-column.redesign .tabs_nav li.active a{
    font-size: 20px;
    font-family: "Muller";
font-weight:800;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
}

.item-info-column.redesign .tabs_nav li.tab h2{
position: relative;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    text-decoration: none;
    color: #2D2D2D;
    margin-bottom: 20px;
    font-family: "Muller";
    transition: .3s;
    text-transform: none;
    margin: 0;
}
.item-info-column.redesign .tabs_nav li.active a::after,
.item-info-column.redesign .tabs_nav li a:hover::after{
    content: "";
    position: absolute;
    bottom: -18px;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #2D2D2D;
}

.item-info-column.redesign .tab_list{
    padding-bottom: 70px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    color: #4D4D4D;
}

.item-info-column.redesign .tab_list .tab{
    display: none;
    padding-left: 20px;
}
.item-info-column.redesign .tab_list .tab.active{
    display: block;
}

.opisaniye_kt {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
} 
/* -------- fullwidth-banner -------- */
.fullwidth-banner{

    margin-bottom: 100px;

}


.fullwidth-banner span{
    font-size: 20px;
  font-family: "Muller";
font-weight:800;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    color: #2D2D2D;

}

.fullwidth-banner .button{
    padding: 15px 64px 15px 30px;
    border-radius: 4px;
    text-decoration: none;
}

.fullwidth-banner .button span{
    position: relative;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
}
.fullwidth-banner p {
    margin-bottom: 20px;
}

.fullwidth-banner .button.whatsApp{
    background-color: #28D146;
}



.fullwidth-banner .kt_consultacia {
    display: flex;
}
.fullwidth-banner .button.telegram span{

color: #2d2d2d !important;

}
.fullwidth-banner .button.telegram{
    background-color: #fff;
    display: block;
    width: max-content;
transition: .1s;
border: 1px solid #2d2d2d;
color: #2d2d2d !important;
margin:5px;
}
.fullwidth-banner .button.telegram:hover{
     background-color: #2D2D2D;
    display: block;

transition: .1s;
}
.fullwidth-banner .button.telegram:hover span{
    color:  #fff !important;


transition: .1s;
}
.fullwidth-banner .button.telegram:hover span::after{

    filter: invert(1);

}
.fullwidth-banner .button.telegram span::after{
    position: absolute;
    top: 50%;
    right: -12px;    
    transform: translate(100%, -50%);
transition: .1s;
    content: '';
    width: 26px;
    height: 26px;
  background-image: url(/images/icon-tgf.svg);
    filter: invert(0);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}


.fullwidth-banner .button.whatsapp{
margin:5px 0;
    background-color: #2D2D2D;
    display: block;
    width: max-content;
transition: .1s;
border: 1px solid #2d2d2d;
}
.fullwidth-banner .button.whatsapp:hover{
    background-color: #fff;
    display: block;

transition: .1s;
}
.fullwidth-banner .button.whatsapp:hover span{
    color:  #2D2D2D !important;

transition: .1s;
}
.fullwidth-banner .button.whatsapp:hover span::after{

    filter: invert(0);

}
.fullwidth-banner .button.whatsapp span::after{
    position: absolute;
    top: 50%;
    right: -12px;    
    transform: translate(100%, -50%);
transition: .1s;
    content: '';
    width: 26px;
    height: 26px;
  background-image: url('/images/icon-waf.svg');
    filter: invert(1);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}


.price-row{
    display: flex;
    align-items: center;
    column-gap: 25px;
    margin-top: 10px;
}
.price-row .dolyame{
   font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: left;
    color: #1196B1 !important;
    background-color: #1196b100;
    padding: 13px;
    border-radius: 6px;
    text-decoration: none;
    border: 2px solid #1196B1;
    transition: .3s;
    font-family: 'Montserrat' !important;
}
.price-row .dolyame:hover{

    color:  #1196B1 !important;
    background-color:#fff;
border:2px solid #1196B1;
transition:.3s;
    border-radius: 6px;
    text-decoration: none;
}
.price-row .more_detailed{
    font-size: 12px;
  font-family: "Muller Bold";
    line-height: 14px;
    letter-spacing: 0em;
    text-align: left;
    color:  #1196B1 !important;
    padding-bottom: 5px;

    text-decoration: none;
}
.price-row .more_detailed:after {
    background-color: #1196B1; /* Цвет линии при наведении на нее курсора мыши */
    display: block;
    content: "";
    height: 2px; /* Высота линии */
    width: 0%;
    -webkit-transition: width .3s ease-in-out;
    -moz--transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
}
.price-row .more_detailed:hover:after,
.price-row .more_detailed:focus:after {
    width: 100%;
}


.MorePhotoSlider{
    padding: 5px 60px 0 60px;
    position: relative;
}
.MorePhotoSlider li{
    border: 1px solid var(--color-light-salat);
    padding: 0;
}
.MorePhotoSlider li span{
    padding: 0;
    height: 100%;
    width: auto;
    object-fit: contain;
    object-position: center;
}

.MorePhotoSlider .arrow{
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    background-image: url('/bitrix/templates/universe_s1-new/components/bitrix/catalog/catalog_redesign/bitrix/catalog.element/.default/./images/main_slider_arrow.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.MorePhotoSlider .arrow.prev{
    left: 56px;
    transform: translate(-100%, -50%);
}
.MorePhotoSlider .arrow.next{
    right: 56px;
    transform: translate(100%, -50%) rotate(180deg);
}

.row.price_block.quentity0 .price-row{
    display: none;
}
.row.price_block .find_admission{
    display: none;
}
.row.price_block.quentity0 .find_admission{
    display: block;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: center;
    text-decoration: none;
    color: #fff !important;
    background-color: var(--color-main-green);
    border-radius: 6px;
    padding: 18px 0 14px 0;
    width: 253px;
}
.row.price_block.quentity0 .column-buy-button{
    display: flex;
    align-items: center;
    column-gap: 25px;
}
.row.price_block.quentity0 .column-buy-button .item-info-section{
    margin-top: 0;
}
.intec-item-detail .item-info-column .price_block.quentity0 .clearfix{
    column-gap: 0 !important;
}
.product-not-available{
    /* margin-bottom: 30px; */
}
.product-not-available .price{
   font-size: 28px;
    font-weight: 550;
    display: flex;
    letter-spacing: 0em;
    text-align: left;
    line-height: 36px;
    font-family: 'Montserrat' !important;
}
.product-not-available .mes{
position: relative;
    top: 15px;
    display: block;
    font-size: 16px;
    font-family: "Muller";
font-weight:500;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    background: #ADADAD;
    color: #fff;
    padding: 16px 30px 16px 50px;
    border-radius: 4px;
transition: .2s;

    border: none;}
.product-not-available .mes:after {
    content: "";
    display: block;
    position: absolute;
    top: 16px;
    left: 22px;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-image: url(/images/product-not-available-icon.svg);
transition: .2s;
}

.product-not-available .mes:hover{
transition: .2s;
background: #2D7179;

}
.product-not-available-desc {
    position: relative;
    display: block;
   top: 40px;
    margin-bottom: 25px;
    width: 100%;
    max-width: 400px;
    background: #ABD7D84D;
    padding: 20px 16px;
    border-radius: 4px;
}
p.product-not-available-title {
   
    display: flex;
    width: 95%;
    max-width: max-content;
    position: relative;

    left: 27px;
    right: 25px;
    text-decoration: underline;
    text-decoration-color: #2d7179;
    text-underline-offset: 5px;
    line-height: 21px;
    margin-bottom: 10px;
    align-items: center;
    color: #2d2d2d;
    font-size: 16px;
}

p.product-not-available-title:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -29px;
    display: inline-block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-image: url("/images/product-not-available-icon2.svg");
}
p.product-not-available-text {
    font-family: Muller;
    font-weight: 300;
    font-size: 16px;
    line-height: 135%;
    letter-spacing: 0%;
}


.back_to_section,
.back_to_section:hover{
    display: block;
    box-sizing: border-box;
    position: relative;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 21px;
    color: var(--color-light-blue);
    padding-left: 24px;
}
.back_to_section::before{
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;

    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('/bitrix/templates/universe_s1-new/components/bitrix/catalog/catalog_redesign/bitrix/catalog.element/.default/./images/blue-left-arrow.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.technical_specifications-container{
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.technical_specifications-row{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.technical_specifications-name{
    display: block;
    box-sizing: border-box;
    width: max-content;
    font-weight: 600;
    white-space: nowrap;
}

.technical_specifications-row .space_underline-dashed{
    border-bottom: 1px dashed #2D2D2D;
    width: 100%;
    margin: 0 10px;
}

.technical_specifications-value{
    display: block;
    box-sizing: border-box;
    width: max-content;
    white-space: pre;
}

.anons_kt ul li::marker {
    content: "\25E6";
    color: #2D2D2D;
    font-size: 25px;
}
 .anons_kt li{

padding-left: 10px;
}
 .anons_kt ol li::marker {

    color: #2D2D2D;
    font-size: 20px;
}
.tab.SOSTAV.active span{
color: #4c4c4c;
    font-family: "Muller Bold";
}
 .anons_kt span {
    color: #4c4c4c;
    font-family: "Muller Bold";
}
.opisaniye_kt p{
 margin-top:10px;
}
.opisaniye_kt li{

padding-left: 10px;
 margin-top:5px;
}
.opisaniye_kt ul{
padding-left: 2rem;
  list-style-type: none;
}
.opisaniye_kt .item-sub-title{
margin-bottom: 10px;
}

.opisaniye_kt ul li::marker {
  content: "✓";

 
    color: #2D2D2D;
    font-size: 20px;
}
.opisaniye_kt a{
transition: 0.5s;
text-decoration: underline;
    color: #2D2D2D;
    font-weight: 600;
}
.opisaniye_kt span {
    color: #4c4c4c;
    font-family: "Muller Bold";
}
.opisaniye_kt a:hover{
color:#12a0b3;
transition: 0.5s;
}
.opisaniye_kt ol li::marker {

    color: #2D2D2D;
    font-size: 20px;
}

.container_kt_block .item_kt_block:first-child::before { 
   content: ""; 
    display: inline; 
    position: absolute; 
    width: 40px; 
    background-image: url(/images/rg_kt_block.png); 
    height: 40px; 
    background-repeat: no-repeat; 
    margin-right: 10px; 
    background-size: contain; 
 filter: grayscale(1);
} 
.container_kt_block .item_kt_block:nth-child(2)::before { 
    content: ""; 
    display: inline; 
    position: absolute; 
    width: 40px; 
    background-image: url(/images/0_kt_block.png); 
    height: 40px; 
    background-repeat: no-repeat; 
    margin-right: 10px; 
    background-size: contain; 
   filter: grayscale(1);
}
.container_kt_block .item_kt_block:nth-child(3)::before { 
    content: ""; 
    display: inline; 
    position: absolute; 
    width: 40px; 
    background-image: url(/images/expert_kt_block.png); 
    height: 40px; 
    background-repeat: no-repeat; 
    margin-right: 10px; 
    background-size: contain; 
  filter: grayscale(1);
}
.container_kt_block .item_kt_block:hover::before {
    content: "";
    filter: grayscale(0);
    transition:0.1s;
}

.item_kt_block a:hover {
    text-decoration: none;
}
 
.item_kt_block { 
    margin: 10px; 
    display: flex; 
    align-items: center; 
} 
 
.item_kt_block a { 
    padding-left: 45px; 
line-height: 17px;
} 
 
.container_kt_block { 
    display: flex; 
    justify-content: space-between; 
margin-top:20px;
}
.container_kt_block_mobile{
display:none;
}

.offten-with .slick-track {
    margin-left: unset;
    margin-right: unset;	
}

.recomendations-products .slick-track {
    margin-left: unset;
    margin-right: unset;	
}

/* ----- Adaptive ----- */
@media(min-width: 1920px) {
    .fullwidth-banner{
        max-width: 1920px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media(max-width: 960px) {
a#add-review {
    width: 100%;
    max-width: 170px;
    text-align: center;
}
    .fullwidth-banner{
        row-gap: 20px;
        flex-direction: column;
        align-items: center;
    }
    .price-row{
        margin-top: 22px;
    }
    .intec-item-detail .item-info-column .price_block .clearfix{
        margin-top: 22px;
    }
    .intec-item-detail .item-info-column .price_block .clearfix .item-buttons.vam .item-quantity-wrap{
        display: flex;
    }
    .intec-item-detail .column-buy-button{
        padding: 0;
    }
    .like-btn-text{
        display: none !important;
    }
    .intec-item-detail .item-info-section{
        align-items: center;
    }
    .price_block .item-buttons-counter-block .intec-button.intec-button-cl-common .intec-basket-text{
        font-size: 16px;
        width: max-content;
        display: block;
    }
    .price_block .item-buttons-counter-block .intec-button.intec-button-cl-common{
        padding: 14px 10px 14px 40px;
    }
    .price_block .item-buttons-counter-block .intec-button.intec-button-cl-common::before{
        left: 6px;
    }
.price_block .item-buttons-counter-block .intec-button.intec-button-cl-common:hover::before{
        left: 6px;
    }
    .intec-item-detail .item-info-column .price_block .clearfix{
        column-gap: 0;
    }
    .fullwidth-banner span{
        padding: 0 16px;
        font-size: 16px;
    }
    .fullwidth-banner .button span{
        font-size: 16px;
    }
    .fullwidth-banner .button{
        padding: 16px 50px 16px 16px;
text-align: center;
    }
    .fullwidth-banner .button.whatsApp span::after{
        right: 0;
    }
    .fullwidth-banner .button.telegram span::after{
        right: 0;
    }
    .fullwidth-banner{
        padding: 30px 0;
    }
    .item-info-column.redesign .tabs_nav li a{
        font-size: 14px;
        display: block;
        width: max-content;
    }
    .item-info-column.redesign .tabs_nav{
        padding: 0 0 5px 20px;
column-gap: 18px;
        overflow-x: scroll;
        -ms-overflow-style: none;
        overflow: -moz-scrollbars-none;
    }
    .item-info-column.redesign .tabs_nav::-webkit-scrollbar{
        width: 0;
    }
}

@media all and (max-width: 720px) {
    .intec-item-detail .reviews-wrap {
        max-width: initial;
    }
    .info_row{
        flex-wrap: wrap;
        row-gap: 10px;
    }
    .price_block{
        width: 100vw;

max-width: 90vw;
    }
.intec-item-detail .item-info-column .price_block .clearfix .item-buttons.vam {
    display: flex;
    column-gap: 15px;
    align-items: center;
}
    .item-info-column.redesign .tabs_nav{
        padding: 0;
    }
    .item-info-column.redesign .tabs_nav li.active a::after,
    .item-info-column.redesign .tabs_nav li a:hover::after{
        bottom: -10px;
    }

    .product-name{
        font-size: 24px !important;
        font-weight: 800;
        line-height: 24px;
        margin-bottom: 10px !important;
    }
    .intec-item-detail .item-info-column > div{
        margin-bottom: 10px;
    }
    .availability-in-stores-list{
        margin-bottom: 30px;
    }
    .fullwidth-banner{
        margin-bottom: 30px;
    border-radius: 6px;

    }
    .binded-products .binded-element{
        margin-bottom: 0;
    }
    .binded-products{
        margin-bottom: 40px;
    }
    .back_to_section{
        display: none;
    }

    .item-info-column.redesign .tab_list .tab{
        padding-left: 0;
    }
    .technical_specifications-container{
        row-gap: 16px;
    }
    .technical_specifications-name{
        margin-bottom: 4px;
    }
    .technical_specifications-row{
        flex-direction: column;
        align-items: flex-start;
    }
    .technical_specifications-row .space_underline-dashed{
        display: none;
    }
	.fullwidth-banner .button.telegram,  .fullwidth-banner .button.whatsapp{
width:90vw;
        margin: 4px 0px;
}

}
@media(max-width: 572px) {
    .intec-item-detail .column-price-value,
    .intec-item-detail .column-buy-button {
        width: 100%;
    }
    .intec-item-detail .column-price-value {
        margin-bottom: 0;
    }
    .intec-item-detail .column-buy-button {
        text-align: left;
    }
    .intec-item-detail .intec-small-buttons-wrapper {
        float: none;
    }
    .intec-item-detail .item-info-section {
        float: left;
    }
    .intec-item-detail .item-info-section .intec-small-buttons-wrapper {
        float: none;
		margin-left: 10px;
    }
	
	.item-info-column h1 {
		font-size: 28px;
	}
}
@media(min-width: 573px) {
    .intec-item-detail .column-buy-button {
        padding-left: 0;
    }

}
@media all and (max-width: 500px) {
    .intec-item-detail .item-brand {
        float: none;
        margin-bottom: 25px;
    }
	
	.intec-item-detail .item-info-section {
		margin-top: 0px;	
		padding: 0;
	}
	
	.intec-item-detail .item-quantity-wrap {
		margin: 0 10px 0 0;
	}
.item-info-column.redesign .tab_list{
    padding-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    color: #4D4D4D;
}
.intec-item-detail.redesign .item-preview-description {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--color-dark-gray);
}
}
@media(min-width: 573px) {
	.intec-item-detail .item-quantity-wrap {
		margin: 0 10px 0 0;
	}
	
	.intec-item-detail .item-info-section .intec-compare, .intec-item-detail .item-info-section .intec-like {
		margin: 15px 0 15px 10px;
	}
}


.tables_kt{
display: flex;
    justify-content: flex-start;
    align-items: flex-start;}
.tables_kt table.iksweb{text-decoration: none;
    border-collapse: collapse;
    width: 100%;
max-width: 400px;
    text-align: justify;
    margin: 25px;}
.tables_kt table.iksweb th{white-space: white-space: normal;
    padding: 10px 5px;
    line-height: 12px;
    vertical-align: middle;
    border: 1px solid #c9c9c9;}

.tables_kt table.iksweb td{font-size:13px;color:#000000;}
.tables_kt table.iksweb td, .tables_kt table.iksweb th{white-space:normal;padding:10px 5px;line-height:13px;vertical-align: middle;border: 1px solid #c9c9c9;}
.tables_kt table.iksweb tr:hover{background-color:#f9fafb}
.tables_kt table.iksweb tr:hover td{color:#000000;cursor:default;}
@media(max-width:600px)
{.tables_kt {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.price_block .item-current-price{
  font-size: 20px;
    font-weight: 550;

    letter-spacing: 0em;
    text-align: left;
    line-height: 36px;
    font-family: 'Montserrat' !important;
    color: var(--color-main-black);
}

.tables_kt table.iksweb {
    width: 100%;
    max-width: 100vw;
    margin: 14px;
}

.tables_kt .table_div{
width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.intec-item-detail .item-old-price {
  color: #9E9E9E;

    position: relative;

font-size: 20px;

        line-height: 20px;

}

.intec-item-detail .item-discount-percents {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(107%, -25%);
    display: inline-block;
    padding: 4px 7px;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    background: #fc7911;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
}

@media(max-width:700px){
.fullwidth-banner .kt_consultacia {
    display: flex;
    flex-direction: column;
}
.container_kt_block_mobile .item_kt_block_mobile:first-child::before { 
   content: ""; 
    display: inline; 
    position: absolute; 
    width: 40px; 
    background-image: url(/images/rg_kt_block.png); 
    height: 40px; 
    background-repeat: no-repeat; 
    margin-right: 5px; 
    background-size: contain; 
 filter: grayscale(1);
} 
.container_kt_block_mobile .item_kt_block_mobile:nth-child(2)::before { 
    content: ""; 
    display: inline; 
    position: absolute; 
    width: 40px; 
    background-image: url(/images/0_kt_block.png); 
    height: 40px; 
    background-repeat: no-repeat; 
    margin-right: 5px; 
    background-size: contain; 
   filter: grayscale(1);
}
.container_kt_block_mobile .item_kt_block_mobile:nth-child(3)::before { 
    content: ""; 
    display: inline; 
    position: absolute; 
    width: 40px; 
    background-image: url(/images/expert_kt_block.png); 
    height: 40px; 
    background-repeat: no-repeat; 
    margin-right: 5px; 
    background-size: contain; 
  filter: grayscale(1);
}
.container_kt_block_mobile .item_kt_block_mobile:hover::before {
    content: "";
    filter: grayscale(0);
    transition:0.1s;
}

.item_kt_block_mobile a:hover {
    text-decoration: none;
}
 
.item_kt_block_mobile { 
   margin: 15px 0px;
        display: flex;
        align-items: center;
} 
 
.item_kt_block_mobile a { 
    padding-left: 45px; 
line-height: 14px;
font-size:16px;
} 
 
.container_kt_block_mobile { 
    display: flex;
        justify-content: flex-start;
        margin-top: 0px;
        margin-bottom: 28px;
        flex-wrap: wrap;
        flex-direction: column;
}
.container_kt_block{
display:none;
}
}
/* End */


/* Start:/bitrix/components/bitrix/catalog.product.subscribe/templates/.default/style.min.css?17510552021413*/
.bx-catalog-subscribe-button{margin-bottom:6px;display:inline-block}.bx-catalog-popup-content{width:90%;max-width:280px}.bx-catalog-subscribe-form-container-label{font-size:13px;color:#5a6c77;padding-bottom:2px}.bx-catalog-subscribe-form-container-input{position:relative}.bx-catalog-subscribe-form-container-input input[type="text"]{display:block;width:100%;font-size:18px;height:38px;margin:0;padding:0 4px;border:1px solid #ccd5db;border-radius:2px;background:#f8fafc;outline:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx-catalog-subscribe-form-star-required{color:#d93333}.bx-catalog-subscribe-form-container .bx-captcha{margin-bottom:10px}.bx-catalog-popup-message{font-weight:bold;min-width:240px;margin:0}.bx-catalog-subscribe-alert{background-color:#edf6fc;color:#000;font-size:15px;min-height:45px;text-align:center;padding:12px 40px 12px 60px;position:relative;width:280px}.bx-catalog-subscribe-aligner{display:inline-block;height:45px;margin-left:-1px;vertical-align:middle;width:1px}.bx-catalog-subscribe-alert-text{display:inline-block;vertical-align:middle}.bx-catalog-subscribe-alert-footer{text-align:center}.bx-catalog-subscribe-alert-popup{background-color:#edf6fc!important;border:1px solid #edf6fc!important;border-radius:3px!important;-webkit-box-shadow:0 19px 24px rgba(88,112,118,0.17)!important;box-shadow:0 19px 24px rgba(88,112,118,0.17)!important}
/* End */


/* Start:/bitrix/templates/universe_s1-new/components/bitrix/iblock.vote/stars/style.min.css?1751055177832*/
.bx_item_detail_rating{margin-bottom:10px}.bx_item_detail_rating td{vertical-align:middle;text-align:right}.bx_item_detail_rating .bx_item_rating{text-align:right}.bx_item_detail_rating .bx_stars_container{position:relative;width:68px;height:30px;background:#dadada;background-size:100% 100%}.bx_item_detail_rating .bx_stars_bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:101;background:url(/bitrix/templates/universe_s1-new/components/bitrix/iblock.vote/stars/images/stars.png) no-repeat center}.bx_item_detail_rating .bx_stars_progress{position:absolute;top:0;bottom:0;left:0;background:#e76110}.bx_item_detail_rating .bx_stars_rating_votes{color:#8d8d8d;font-size:11px;line-height:11px;vertical-align:middle}@media(max-width:530px){.bx-touch .bx_item_detail_rating .bx_stars_container{height:15px;margin:4px 0}.bx_item_detail_rating .bx_stars_rating_votes{font-size:7px;line-height:7px}}
/* End */


/* Start:/bitrix/templates/universe_s1-new/components/intec.universe/reviews/redesign/style.css?175105517610367*/
.reviews-box .intec-bt-button.button-big {
	font-weight: normal;
}
div#reviews_block {
    margin-bottom: 100px;
}
.reviews-box > .button:before {
	content: ' ';
	display: inline-block;
	vertical-align: middle;
	width: 17px;
	height: 14px;
	margin-right: 10px;
	background: url('/bitrix/templates/universe_s1-new/components/intec.universe/reviews/redesign/images/dialog.png') no-repeat;
}

.reviews-box {
	position: relative;
}
.reviews-box .slick-slide.slick-active div:first-child {
    height: 100%;
}
.reviews .slick-slide.slick-active + div {
    height: 100%;
}
.slick-track {

    height: 100%;
}

.reviews-box .reviews {
	position: relative;
    display: flex;
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
    white-space: nowrap;
    flex-wrap: wrap;
    justify-content: flex-start;
text-align: center;
}
.slider-arrow_reviews.prev {
position: absolute;
    left: -10px;
    top: 35%;
    width: 25px;
    height: 25px;
    background-image: url(/images/slider_arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;


    z-index: 10;
   

    border-radius: 100%;
}
.slider-arrow_reviews.next{
position: absolute;
    right: -10px;
    transform: rotate(180deg);
    top: 35%;
    width: 25px;
    height: 25px;
    background-image: url(/images/slider_arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;


    z-index: 10;


    border-radius: 100%;
}

.reviews-box .reviews .review {
	background-color: #f8f8f8;
    padding: 15px !important;
    border-width: 0px;
    border-color: transparent;
    border-radius: 4px;
    border-style: solid;
    width: 100%;
    max-width: 362px;
    margin: 10px;
    height: 100%;
}
.reviews-box .reviews .avatar {
	float: left;
	height: 50px !important;
    width: 50px;
    border-radius: 50%;
    margin-right: 10px;
	background-image: url('/images/icon_otzav.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.reviews-box .reviews .review .info {
	display: block;
	margin: 0 0 0 60px;
	overflow: hidden;
	min-height: 60px;
}
.reviews-box .reviews .review .info .date {
	color: #b3b3b3;
    margin: 5px 0 0 0;
    font-size: 12px;
text-align: justify;
}
.reviews-box .reviews .review .info .name {
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	letter-spacing: 0em;
	text-align: left;
	color:#2D2D2D;
}
.reviews-box .reviews .review .description {
	display: block;
	margin-top: 20px;
	font-size: 13px;
	white-space: normal;

	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	letter-spacing: 0em;
	text-align: left;
	color: #2D2D2D;
}

.reviews-box .form {
	position: relative;
	padding-top: 20px;
}

.reviews-box .form .row {
	position: relative;
	display: block;
	margin: 20px 0;
	overflow: hidden;
}

.reviews-box .form .row .label {
	display: block;
	padding-left: 0;
	padding-bottom: 10px;
	font-size: 14px;
	text-align: left;
	font-weight: normal;
	color: #4d4c4c;
}
.reviews-box .form .row .label .needed {
	color: #ff0000;
}

.reviews-box .form .row .control {
	position: relative;
	display: block;
	text-align: left;
}
.reviews-box .form .row .control .control-text {
	font-size: 14px;
	width: 100%;
	resize: none;
	border: 1px solid #ebebeb;
	padding: 5px 10px;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.reviews-box .form .row .control .control-text.error {
	border-color: #ff0a0a;
}

.reviews-box .reviews-form-result {
	margin-bottom: 10px;
}
.reviews-box .reviews-form-result.result-status-success {
	color: green;
}
.reviews-box .reviews-form-result.result-status-error {
	color: red;
}

.widget-reviews-item-answer {
    margin: 12px 0 0 16px;
    border-left: 1px solid #e8e8e8;
    padding: 0 0 0 16px;
}

.widget-reviews-item-title img {
    max-height: 32px;
    margin: 0 6px 0 0;
    display: inline-block;
}

.widget-reviews-item-title div {
font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    font-size: 16px;
    color: #2D2D2D;
  font-family: 'Muller';
}

.widget-reviews-item-answer-text {
    margin: 6px 0 0 0;
	/*color: #5f5f5f;*/
    color: #2d2d2d;
       font-family: 'Muller';
        font-size: 16px;
    line-height: 18px;
}
.reviews-box .widget-reviews-item-title {
    display: flex;
    align-items: flex-end;
}
#add-review{
	font-size: 14px;
	font-weight: 500;
	line-height: 14px;
	letter-spacing: 0em;
	text-align: left;
	
	padding: 15px 30px;
	border-radius: 4px;
	background-color: #2D2D2D;
    font-family: 'Muller';
	color: #fff !important;
transition: .1s;
	text-decoration: none;
border:1px solid #2D2D2D;
	margin-top: 4px;
	display: block;
	width: max-content;

}
#add-review:hover{

transition: .1s;
	background-color:#fff ;

	color: #2D2D2D!important;

border:1px solid #2D2D2D;


}

#reviews-form form{
	display: none;
}

.fancybox__slide #reviews-form form{
	display: block;
}
#reviews-form{
	border-radius: 20px;
	padding: 30px 40px 45px 40px;
	width: 540px;
}
#reviews-form .form_title{
	font-size: 24px;
	font-weight: 800;
	line-height: 29px;
	letter-spacing: 0em;
	text-align: center;
	color: #383838;
	margin-bottom: 30px;
}
#reviews-form .row{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 18px;
}
#reviews-form .row::before,
#reviews-form .row::after{
	display: none;
}

#reviews-form .row .input_name{
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
	letter-spacing: 0em;
	text-align: left;
	color: #383838;
}
#reviews-form .row .input_name span{
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0em;
	text-align: left;
	color: #21781D;
}
#reviews-form  input,
#reviews-form  textarea{
	border-radius: 6px;
	border: 1px solid #C5C5C5;
	width: 318px;
	padding: 9px 10px;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0em;
	text-align: left;
	color: #383838;
	resize: none;
}

#reviews-form  input.error,
#reviews-form  textarea.error{
	border-color: var(--color-status-error);
}

#reviews-form  input::placeholder,
#reviews-form  textarea::placeholder{
	color: #878787;
}
#reviews-form .captcha_container{
	display: flex;
	align-items: center;
	column-gap: 9px;
	width: 318px;
}
#reviews-form .captcha_container .control.label{
	width: 40%;
	padding: 0;
}
#reviews-form .captcha_container .control.captcha{
	width: 60%;
}
#reviews-form .captcha_container .control.captcha input{
	width: 100%;
}
#reviews-form .consent_container{
	width: 100%;
	display: flex;
	align-items: center;
	column-gap: 14px;
	position: relative;
}

#reviews-form .consent_container input[type=checkbox]{
	width: 0.01px;
	height: 0.01px;
	position: absolute;
	top: -1000%;
	left: -1000%;
	opacity: 0;
}
#reviews-form .consent_container label{
	content: '';
	visibility: visible;
	
	width: 16px;
	height: 16px;
	min-width: 16px;
	min-height: 16px;

	border-radius: 4px;
	border: 1px solid #E3E3E3;
	transform: translate(-50%, -50%);
}

#reviews-form .consent_container input[type=checkbox].error + label{
	border-color: var(--color-status-error);
}
#reviews-form .error_placement{
	margin-bottom: 10px;
}

#reviews-form .consent_container input:checked + label::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 10px;
	height: 10px;
	background-image: url('/bitrix/templates/universe_s1-new/components/intec.universe/reviews/redesign/./images/сheck.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

#reviews-form .consent_container span{
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	letter-spacing: 0em;
	text-align: left;
	color: #383838;
}
#reviews-form .consent_container span a{
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	text-align: inherit;
	color: #2273B8;
}
#reviews-form .description{
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	letter-spacing: 0em;
	text-align: left;
	color:#383838;
}
#reviews-form .description span{
	color: #21781D;
}
#reviews-form .row.control{
	justify-content: center;
}
#reviews-form .row.control input{
	width: max-content;
	background-color: #21781D !important;
	border: none;
	color: #fff;
	border-radius: 6px;
	padding: 15px 67px;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0em;
	text-align: left;
}

.reviews .slick-list {
	width:100%;
}
.reviews .slick-track {

    margin-left:0;

}

.reviews-box .reviews .slick-slide:first-child .review {
    margin: 10px 10px 10px 0px;
}
@media all and (max-width: 600px) {

.reviews-box .reviews {

		margin-top: 0px;}
div#reviews_block {
    margin-bottom: 0px;
}
	.reviews-box .reviews .review .info .date {
		white-space: normal;
	}

	.reviews-box .reviews .review .info .name {
		white-space: normal;
	}
	
	.reviews-box .reviews .review .description {
		padding-right: 185px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	.reviews-box .form .row {
		display: block;
		width: 100%;
		margin-left: 30px;
		padding-right: 30px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	.reviews-box .form .row .label {
		width: 145px;
	}
	
	.reviews-box .form .row .control {
		width: 100%;
		padding-right: 155px;
	}
.reviews-box .reviews .review {
	background-color: #f8f8f8;
    padding: 15px !important;
    border-width: 0px;
    border-color: transparent;
    border-radius: 6px;
    border-style: solid;
    width: 82vw !important;
    max-width: 82vw !important;
    margin: 10px;
    min-height: 100%;

}
.reviews-box .slick-slide.slick-active div:first-child {
   height:auto;
}
.reviews .slick-slide.slick-active + div {
   height:auto;
}
.slick-track {
height:auto;
    
}
}

@media all and (max-width: 480px) {
	.reviews-box .reviews .review .info .date {
		white-space: normal;
		margin-top: 5px;
	}

	.reviews-box .reviews .review .info .name {
		white-space: normal;
	}
	
	.reviews-box .reviews .review .description {
		display: block;
		padding: 0;
		margin: 0 0 10px;
	}
	
	.reviews-box .form {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	.reviews-box .form .row {
		display: block;
		width: 100%;
		margin-top: 5px;
		margin-bottom: 5px;
		margin-left: 0;
		padding-right: 0;
	}
	
	.reviews-box .form .row .label {
		width: 100px;
		margin-right: 0;
	}
	
	.reviews-box .form .row .control {
		width: 100%;
		padding-right: 90px;
	}
}
/* End */
/* /bitrix/templates/universe_s1-new/components/bitrix/catalog/catalog_redesign/style.css?17512615679214 */
/* /bitrix/templates/universe_s1-new/components/bitrix/catalog/catalog_redesign/bitrix/catalog.element/.default/style.css?175105517649265 */
/* /bitrix/components/bitrix/catalog.product.subscribe/templates/.default/style.min.css?17510552021413 */
/* /bitrix/templates/universe_s1-new/components/bitrix/iblock.vote/stars/style.min.css?1751055177832 */
/* /bitrix/templates/universe_s1-new/components/intec.universe/reviews/redesign/style.css?175105517610367 */
