

/* 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 */


/* Start:/bitrix/templates/universe_s1-new/components/bitrix/system.pagenavigation/.default/style.css?17510551773753*/
.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	font-weight:bold;
	color: #000;
	font-size: 14px;
	border-radius: 4px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
	border:1px  solid transparent;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: var(--color-main-black);
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-next,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev {
	vertical-align:bottom;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	opacity:1;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover {
	border:1px solid #ccc;
	border-radius: 3px;
}
/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: #3bc915;
	color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
	background: #F9A91D;
	color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
	background: #E22B2B;
	color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	border:0;
	padding: 0 18px;
	color: #444;
	display: block;
	width: 15px;
	opacity:0.4;
	height: 31px;
	background: url(/bitrix/templates/universe_s1-new/components/bitrix/system.pagenavigation/.default/image/arrow_right.png) no-repeat center;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span {
	border:0;
	padding: 0 18px;
	color: #444;
	display: block;
	width: 15px;
	height: 31px;
	opacity:0.4;
	background: url(/bitrix/templates/universe_s1-new/components/bitrix/system.pagenavigation/.default/image/arrow_left.png) no-repeat center;
}
.show-more.show-more-btn {
	display:block;
	position:relative;
	cursor:pointer;
	width: 150px;
	margin: 20px auto;
	text-align: center;
	color: #0a56d3;
	font-size:14px;
	font-weight: bold;
}
.show-more.show-more-btn i {
	background: #0a56d3;
	border-radius: 100%;
	padding: 6px;
	color: #fff;
	margin-right: 7px;
	font-size: 16px;
	line-height: 0;
	display: inline-block;
	width: 28px;
}
.show-more-btn:hover i:before {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
/* End */


/* Start:/bitrix/templates/universe_s1-new/components/bitrix/catalog.section/redesign_slider/style.css?175125836648324*/
.intec-catalog-section-tile {
	display: block;
	box-sizing: border-box;
}
i.glyph-icon-show-more.intec-cl-background {
    background: #fff !important;
}
.intec-catalog-section-tile.row {
	margin: 0 0 20px 0;
}
.product-buy-block-quantity-end-kt{
display:none;
position: absolute;
    top: 88%;
    left: 16px;
    font-family: Muller;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    vertical-align: middle;
    color: #fff;
    z-index: 30;
}

.intec-catalog-section-tile .catalog-section-element {
	display: block;
	position: relative;

    padding: 16px;
margin: 10px;
    box-sizing: border-box;
    transition: .2s;
    width: 18%;
}
.intec-catalog-section-tile .catalog-section-element:hover {


    box-shadow: 4px 4px 12px 0px #00000014;
    box-shadow: -4px -4px 12px 0px #00000014;
    border-radius: 4px;
    z-index: 34;
    transition: .2s;
}
.intec-catalog-section-tile .catalog-section-element:hover {
	z-index: 100;
}
.intec-catalog-section-tile.intec-catalog-section-tile-del .catalog-section-element {
	padding: 0;
}

.intec-catalog-section-tile .element-container {
	display: block;
	position: relative;
	width: 100%;
}

.intec-catalog-section-tile .element-wrap {
	display: block;
	width: 100%;
	margin: 0;

	box-sizing: border-box;
	transition: 0.5s;
	background: #ffffff;
}.intec-catalog-section-tile .element-wrap:hover{
	 -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.15);
	 -o-box-shadow: 0px 0px 20px rgba(0,0,0,0.15);
	 -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.15);
	 box-shadow: 0px 0px 20px rgba(0,0,0,0.15);
 }
.intec-catalog-section-tile.intec-catalog-section-tile-del .element-wrap {
	box-shadow: 0 0 0 1px #F2F2F2 inset;
}
.intec-catalog-section-tile.intec-catalog-section-tile-del .element-wrap:hover {
	-moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.15);
	-o-box-shadow: 0px 0px 20px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 20px rgba(0,0,0,0.15);
}

.intec-catalog-section-tile .element-img-wrap {
	display: block;
	position: relative;
	width: 100%;
	padding-top: 100%;
	box-sizing: border-box;
	text-align: center;

    margin-bottom: 8px;
}

.price-value {
   
    font-weight: 600;
    font-family: 'Montserrat' !important;
    letter-spacing: .4px;

font-size: 16px;
line-height: 16px;
vertical-align: middle;

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

.price_discount {
    color: #ADADAD;
    font-weight: 300;
    margin-left: 10px;
    letter-spacing: .4px;
    font-family: 'Montserrat' !important;
text-decoration: none !important;
}
.price_discount span{
position: relative;
    font-size: 14px;
    color: #ADADAD;
    line-height: 10px;
    width: max-content;
}
.price_discount span:after {
    content: "";
    width: 100%;
    height: 1px;
    background: red;
    position: absolute;
    top: 49%;
    right: 0;
}

.intec-catalog-section-tile .catalog-section-element .min-button-block {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
margin:10px;
	width: 27px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	font-size: 0;
z-index: 23;
}
.intec-catalog-section-tile .catalog-section-element .intec-marks {
    margin: 10px;
z-index: 20;
}
.intec-catalog-section-tile .catalog-section-element .intec-min-button {
	opacity: 0;
	display: none;
	margin-bottom: 10px;
	background: #fff;
	border-radius: 3px;
}
.intec-catalog-section-tile .catalog-section-element .intec-min-button:hover {
	color: #116afc ;
}

.intec-catalog-section-tile .catalog-section-element .intec-min-button.add[data-basket-delay][data-basket-in=false],
.intec-catalog-section-tile .catalog-section-element .intec-min-button.added[data-basket-delayed][data-basket-in=true],
.intec-catalog-section-tile .catalog-section-element .intec-min-button.add[data-compare-add][data-compare-in=false],
.intec-catalog-section-tile .catalog-section-element .intec-min-button.added[data-compare-added][data-compare-in=true]{

	opacity: 1;
}

.intec-catalog-section-tile .catalog-section-element:hover .intec-min-button.add[data-basket-delay][data-basket-in=false],
.intec-catalog-section-tile .catalog-section-element:hover .intec-min-button.added[data-basket-delayed][data-basket-in=true],
.intec-catalog-section-tile .catalog-section-element:hover .intec-min-button.add[data-compare-add][data-compare-in=false],
.intec-catalog-section-tile .catalog-section-element:hover .intec-min-button.added[data-compare-added][data-compare-in=true]{

	opacity: 1;
}

.intec-catalog-section-tile .catalog-section-element .intec-min-button.added[data-basket-delayed][data-basket-in=true],
.intec-catalog-section-tile .catalog-section-element .intec-min-button.added[data-compare-added][data-compare-in=true]{
	
	opacity: 1;
}

.intec-catalog-section-tile .element-img {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;

	top: 0;
	left: 0;
	box-sizing: border-box;
	text-align: center;
	font-size: 0;
	text-decoration: none;
}

.intec-catalog-section-tile img {
	display: inline-block !important;
	vertical-align: middle;
	max-height: 100%;
	max-width: 100%;
}

.intec-catalog-section-tile .element-name {
	    display: block;

    box-sizing: border-box;
    font-size: 14px;
    color: #33312e;
    text-decoration: none;
    overflow: hidden;
    text-align: left;
    line-height: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 2.1em;
min-height: 30px;
    text-overflow: ellipsis;
    margin-right: 10px;
}

.intec-catalog-section-tile .price-block {
	display: flex;
	align-items: center;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
	/* height: 65px; */
}
.intec-catalog-section-tile .price-block .clearfix{
	display: none;
}

.intec-catalog-section-tile .price-block .price-value {
	display: block;
	float: left;
}

.intec-catalog-section-tile .price-block .newprice {

    font-family: 'Montserrat' !important;

    color: #484848;
font-weight: 500;
    font-size: 16px;
    line-height: 16px;

    vertical-align: middle;
}

.intec-catalog-section-tile .price-block .element-buys.basket-redesign.added,
.intec-catalog-section-tile .price-block .element-buys.basket-redesign.added:hover{


padding: 4px 18px;

    background-color: #ffffff !important;
    border: 1px solid #45a748;
}
.intec-catalog-section-tile .price-block .element-buys.basket-redesign.added .intec-basket-text
{
	color: #45a748;}

.intec-catalog-section-tile .price-block .element-buys.basket-redesign.added .glyph-icon-cart-redesign{
	display: none;
}







.intec-catalog-section-tile .price-block .oldprice {
	display: block;
	vertical-align: top;
	color: #e50f30;
	font-size: 12px;
	text-decoration: line-through;
	margin-top: 5px;
}

.intec-catalog-section-tile .element-buys-block{
	display: none;
	width: 100%;
	height: 40px;
	margin-top: 15px;
	box-sizing: border-box;
}.intec-catalog-section-tile .element-wrap:hover .element-buys-block {
	 display: block;
 }

.intec-catalog-section-tile .price-block .element-buys {
	float: right;
	display: inline-block;
	padding: 0px;

	text-decoration: none;
	font-size: 0;
	text-align: center;
	cursor: pointer;
}
.intec-catalog-section-tile .price-block .element-buys:hover {
	color:#fff !important;
}

.intec-catalog-section-tile .price-block .element-buys span{
	display: inline-block;
	vertical-align: middle;
	/*width: 20px;*/
	/* height: 19px; */
	font-size: 12px;
	padding-left: 0px;
}
.intec-catalog-section-tile .price-block .element-buys[data-basket-in=false] span{
	color: #fff;
    margin-top: 0px;
    padding-right: 2px;
}


.intec-catalog-section-tile .price-block .element-buys.add[data-basket-add][data-basket-in=true],
.intec-catalog-section-tile .price-block .element-buys.added[data-basket-added][data-basket-in=false] {
	display: none;
}
.intec-catalog-section-tile .price-block .element-buys.active,
.intec-catalog-section-tile .price-block .element-buys.added {
	color: #fff !important;
	background-color: #116afc;
}
.to-cart {
	float: right;
}

.intec-catalog-section-tile .buys_not_have,
.intec-catalog-section-tile .buys_more{
	display: block;
	text-align: center;
}

.element-buys-block .quantity-wrap {
	display: inline-block;
	float: left;
	vertical-align: top;
	margin-right: 10px;
	font-size: 0;
}
.element-buys-block .quantity-wrap > * {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #848484;
}
.element-buys-block .quantity-input {
	width: 42px;
	border: none;
	background: none;
	font-weight: bold;
	text-align: center;
	outline: none;
}
.element-buys-block .quantity-input,
.element-buys-block .quantity-down,
.element-buys-block .quantity-up {
	height: 30px;
}
.element-buys-block .quantity-down,
.element-buys-block .quantity-up {
	padding: 0 12px;
	line-height: 30px;
	font-weight: bold;
	text-decoration: none;
	border: 0 solid #ececec;

	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.element-buys-block .quantity-down:hover,
.element-buys-block .quantity-up:hover {
	background-color: #d2d2d2;
}
.element-buys-block .quantity-down {
	border-right-width: 1px;
}
.element-buys-block .quantity-up {
	border-left-width: 1px;
}
.element-buys-block .quantity-measure {
	margin-left: 6px;
}
.element-buys-block .quantity {
	margin-top: 10px;
	font-size: 12px;
}

.catalog-section-element.element-with-count {
	height: 455px;

}
.catalog-section-element.element-with-count .element-wrap:hover {
	position: absolute;
	z-index: 100;
	width: 100%;
	top: 0;
	left: 0;
}
.element-wrap .quick-view {
	display: none;
	position: absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
	line-height: 38px;
	height: 38px;
	width: 175px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 18px;
	color: #434343;
	font-size: 12px;
	text-align: center;
	cursor:pointer;
	opacity: 0.9;
}
.element-wrap .quick-view i {
	vertical-align: top;
	padding-right: 3px;
}
.intec-catalog-section-tile .element-wrap:hover .quick-view {
	display: block;
}

.b-element-item__rating > .bx_item_detail_rating {
	margin: 0;
}

.intec-catalog-section-fl {
display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.show-more.show-more-btn{
	display: flex;
    align-items: center;
    width: max-content;
    background-color: #f6f6f6;
    padding: 15px 20px;
    color: #45a748 !important;
    border-radius: 6px;
    margin-top: 60px;
    margin-bottom: 60px;

}
.show-more.show-more-btn i{
	margin-left: 10px;
	color:#45a748 !important;
}


.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span{
	background: url(/bitrix/templates/universe_s1-new/components/bitrix/catalog.section/redesign_slider/./images/pagination_arrow.svg) no-repeat center;
	opacity: 1;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-next a span{
	background: url(/bitrix/templates/universe_s1-new/components/bitrix/catalog.section/redesign_slider/./images/pagination_arrow.svg) no-repeat center;
	transform: rotate(180deg);
	opacity: 1;
}

.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span,
.bx-pagination .bx-pagination-container ul li a:hover span{
	    background-color: #45a748 !important;
    color: #ffffff;
}



.intec-marks .intec-mark{
	margin: 0 0 10px 0 !important;
	padding: 10px 10px !important;
	border-radius: 4 !important;
	color: #fff !important;
    font-size: 12px !important;
    line-height: 100% !important;
}

.intec-marks .intec-mark.recommend{background-color: #2D7179 !important;     border-radius: 4px !important;
}
.intec-marks .intec-mark.new{background-color: #2D7179 !important;     border-radius: 4px !important;
}
.intec-marks .intec-mark.hit{background-color: #2D7179 !important;      border-radius: 4px !important;
}
.intec-marks .intec-mark.action{background-color: #ECD0A0 !important;     border-radius: 4px !important;
}

.intec-catalog-section-tile .catalog-section-element .intec-min-button.add .fa.fa-heart-redesign{
	content: "";
	width: 20px;
	position: absolute;
	height: 17px;
	top: -13px;
	right: -18px;
	background-image: url("/bitrix/templates/universe_s1-new/components/bitrix/catalog.section/redesign_slider/./images/like-icon.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.intec-catalog-section-tile .catalog-section-element .intec-min-button.added .fa.fa-heart-redesign{
	content: "";
	width: 20px;
	position: absolute;
	height: 17px;
	top: -13px;
	right: -18px;
	background-image: url("/bitrix/templates/universe_s1-new/components/bitrix/catalog.section/redesign_slider/./images/like-icon-aded.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.element-description .brand-name{
	display: block;
	font-family: Muller;
font-weight: 300;
font-size: 12px;
line-height: 16px;
vertical-align: middle;
    margin-bottom: 8px;
   transition: .2s;
}

.element-description .brand-name:hover{
   transition: .2s;
    color: #B5B5B5 !important;
    text-decoration: none;
}


.product-buy-block {
	display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;	
}

.intec-catalog-section-tile .product-buy-block .element-buys.added.product-buy-block-quantity {
    display: none;	
}
.intec-button.basket-redesign.intec-button-cl-common.intec-button-transparent{
background: url("/images/basket_white.svg") center center no-repeat !important;
    width: 50px;
    background-repeat: no-repeat;
    height: 50px;
    display: flex;
    align-items: center;
    background-color: #000000 !important;
    border: none;
    border-radius: 100%;
    transition: .1s;
    justify-content: center;

}
.glyph-icon-cart-redesign{
	padding: 0;
}


span.intec-basket.glyph-icon-cart-redesign {
    padding-right: 0px !important;
}
.intec-button.basket-redesign.intec-button-cl-common.intec-button-transparent:hover{
	background-color:#2D7179 !important;

 transition: .1s;
}

.intec-catalog-section-tile .product-buy-block.price-block-incart .element-buys.added.product-buy-block-quantity {
    width: 50px;
    height: 50px;
    position: relative;
    padding: 0;
    font-size: 16px;
    border-radius: 100%;
    display: flex;
    background: none !important;
    align-items: center;
    justify-content: center;
    transition: .2s;
}

.element-buys.added.product-buy-block-quantity.icon_plus_kt:after {
    content: "";
    position: absolute;

    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    display: block;
    background-position: center;
    background-image: url(/images/plus_kt.svg);
    align-items: center;
    justify-content: center;
}
.element-buys.added.product-buy-block-quantity.icon_minus_kt:after {
    content: "";
    position: absolute;

    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    display: block;
    background-position: center;
    background-image: url(/images/minus_kt.svg);
    align-items: center;
    justify-content: center;
}
.element-buys.added.product-buy-block-quantity.icon_minus_kt:before {
    content: "";
    width: 50px;
    height: 50px;
    position: relative;
    top: 0;
    background: #E8E7E9;
    border: 1px solid #E8E7E9;
    border-radius: 100%;
}
.element-buys.added.product-buy-block-quantity.icon_plus_kt:before {
    content: "";
    width: 50px;
    height: 50px;
    position: relative;
    top: 0;
    background: #000;
    border: 1px solid #000;
    border-radius: 100%;
}
.element-buys.added.product-buy-block-quantity:hover:before {
    content: "";
    width: 50px;
    height: 50px;
    position: relative;
    top: 0;
    background:#2D7179;
    border: 1px solid #2D7179;
    border-radius: 100%;
    transition: .2s;
}
.element-buys.added.product-buy-block-quantity.icon_minus_kt:hover:after {
   filter: invert(1);
    transition: .2s;
}


.product-buy-block.price-block-incart {
	display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;	
	position:relative;
}

.product-buy-block.price-block-incart .intec-button.basket-redesign.add {
	display:none;
}

.intec-catalog-section-tile .product-buy-block.price-block-incart .price-block {
   position:relative;
    top: 0px;
    width: 100%;
}

.product-buy-block.price-block-incart .price-value {
margin-top: 10px;
    position: absolute;
}

.product-inbasket-quantity {
	display:none;
}

.element-img-wrap.element-img-wrap-incart .product-inbasket-quantity {
	display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    z-index: 10;
    align-items: center;
    justify-content: center;

    background: #0000004D;
    color: #ffffff;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 64px;
    line-height: 64px;
    vertical-align: middle;
    text-transform: uppercase;
}

.intec-catalog-section-tile .icon_plus_kt .product-buy-block.price-block-incart .element-buys.added.product-buy-block-quantity.product-buy-block-quantity-end {
	background: #000 url(/images/bell_icon_product_white.svg) center center no-repeat !important;
	width:50px;
	height:50px;
	border-radius:100%;
	color:transparent !important;
	font-size:0;
}
.element-buys.added.product-buy-block-quantity.icon_plus_kt.product-buy-block-quantity-end:after {
    background-image: url(/images/bell_icon_product_white.svg) !important;
}
.out_of_stock_kt .icon_bsll_kt{
background: #000 url(/images/bell_icon_product_white.svg) center center no-repeat !important;
	width:50px;
	height:50px;
	border-radius:100%;
	color:transparent !important;
transition: .2s;
}
.out_of_stock_kt .icon_bsll_kt:hover{
background: #2D7179 url(/images/bell_icon_product_white.svg) center center no-repeat !important;
	transition: .2s;

}
.product-end-kt {
    position: absolute;
    top: 85%;
    left: 15px;
    padding: 5px;
    background: #fff;
    border-radius: 3px;
z-index:20;
}
.element-img-wrap.product-end-kt-container:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #c2c2c259;
    display: block;
    z-index: 10;
}

@media (max-width:1100px) {
	.intec-catalog-section-tile .catalog-section-element {
		width: 22%;
		margin-bottom: 15px;
	}
.intec-button.basket-redesign.intec-button-cl-common.intec-button-transparent {
    width: 40px;
		height: 40px;}
.element-buys.added.product-buy-block-quantity.icon_minus_kt:before {

    width: 40px;
		height: 40px;}
.element-buys.added.product-buy-block-quantity.icon_plus_kt:before, .out_of_stock_kt .icon_bsll_kt  {

    width: 40px;
		height: 40px;}
.price-value {
    font-weight: 600;
    font-family: 'Montserrat' !important;
    letter-spacing: .4px;
    font-size: 16px;
    line-height: 16px;
    vertical-align: middle;
}

.price_discount span {
    position: relative;
    font-size: 12px;
    color: #ADADAD;
    line-height: 10px;
    width: max-content;
}
.intec-catalog-section-tile .product-buy-block.price-block-incart .element-buys.added.product-buy-block-quantity {
    width: 40px;
		height: 40px;}

}
}





@media (max-width:1400px) {
	.element-img .quick-view {
		display:none!important;
	}
	.intec-catalog-section-tile .catalog-section-element {

		margin-bottom: 15px;
	}



.intec-button.basket-redesign.intec-button-cl-common.intec-button-transparent {
    width: 40px;
		height: 40px;}
.element-buys.added.product-buy-block-quantity.icon_minus_kt:before {

    width: 40px;
		height: 40px;}
.element-buys.added.product-buy-block-quantity.icon_plus_kt:before, .out_of_stock_kt .icon_bsll_kt  {

    width: 40px;
		height: 40px;}

.price_discount span {
    position: relative;
    font-size: 10px;
    color: #ADADAD;
    line-height: 10px;
    width: max-content;
}
.intec-catalog-section-tile .product-buy-block.price-block-incart .element-buys.added.product-buy-block-quantity {
    width: 40px;
		height: 40px;}

}

.product-buy-block-quantity-end {
	cursor:pointer;
}

.intec-catalog-section-tile .element-wrap:hover {
	box-shadow: none !important;	
}

@media (max-width:850px) and (min-width: 720px) {
	.intec-catalog-section-tile .catalog-section-element .intec-min-button {
		opacity: 1;
	}

	.intec-catalog-section-tile .catalog-section-element .intec-min-button.add[data-basket-delay][data-basket-in=false],
	.intec-catalog-section-tile .catalog-section-element .intec-min-button.added[data-basket-delayed][data-basket-in=true],
	.intec-catalog-section-tile .catalog-section-element .intec-min-button.add[data-compare-add][data-compare-in=false],
	.intec-catalog-section-tile .catalog-section-element .intec-min-button.added[data-compare-added][data-compare-in=true]{

		opacity: 1;
	}

	.intec-catalog-section-tile .element-wrap:hover {
		box-shadow: none;
		-moz-box-shadow: none;
		-o-box-shadow: none;
		-webkit-box-shadow: none;
	}
	.intec-catalog-section-tile .price-block .price-value {
		float: none;
	}
	.intec-catalog-section-tile .price-block .element-buys {
		float: none;
		margin-top: 5px;
	}
	.intec-catalog-section-tile .price-block {
		height: 90px;
	}
}


@media (max-width:900px) {
	.intec-catalog-section-tile .catalog-section-element {
		padding: 10px;
	}
	.intec-catalog-section-tile .catalog-section-element {
		width: 46%;
	}

.intec-catalog-section-fl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
    .intec-content-wrapper.catalog_container_mobile .catalog-section-element .element-wrap .glyph-icon-cart-redesign::before {
        content: "";
        width: 24px;
        height: 24px;
       filter: invert(1) contrast(2.5);
    background-image: url(/images/basket_header.svg) !important;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }
.intec-content-wrapper.catalog_container_mobile .catalog-section-element {
        width: 22% !important;
        height: 100%;
    }
.price-value {
        display: flex;
        font-weight: 600;
        font-family: 'Montserrat' !important;
        letter-spacing: .4px;
        font-size: 14px;
        line-height: 14px;
        vertical-align: middle;
        flex-direction: column-reverse;
        align-items: flex-start;
    }
.price_discount {

    margin-left: 0px !important;

}
.product-buy-block.price-block-incart .price-value {
position: absolute;
    margin-top: 5px !important;
        font-size: 14px;
        text-align: center;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column-reverse;
}
.intec-catalog-section-tile .product-buy-block.price-block-incart .element-buys.added.product-buy-block-quantity {
    width: 50px;
    height: 50px;
    position: relative;
    padding: 0;
    font-size: 16px;
    border-radius: 100%;
    display: flex;
    background: none !important;
    align-items: center;
    justify-content: center;
    transition: .2s;
}

.element-buys.added.product-buy-block-quantity.icon_plus_kt:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    display: block;
    background-position: center;
    background-image: url(/images/plus_kt.svg);
    align-items: center;
    justify-content: center;
}
.element-buys.added.product-buy-block-quantity.icon_minus_kt:after {
    content: "";
    position: absolute;

    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    display: block;
    background-position: center;
    background-image: url(/images/minus_kt.svg);
    align-items: center;
    justify-content: center;
}
.element-buys.added.product-buy-block-quantity.icon_minus_kt:before {
    content: "";
    width: 50px;
    height: 50px;
    position: relative;
    top: 0;
    background: #E8E7E9;
    border: 1px solid #E8E7E9;
    border-radius: 100%;
}
.element-buys.added.product-buy-block-quantity.icon_plus_kt:before {
    content: "";
    width: 50px;
    height: 50px;
    position: relative;
    top: 0;
    background: #000;
    border: 1px solid #000;
    border-radius: 100%;
}
.element-buys.added.product-buy-block-quantity:hover:before {
    content: "";
    width: 50px;
    height: 50px;
    position: relative;
    top: 0;
    background:#2D7179;
    border: 1px solid #2D7179;
    border-radius: 100%;
    transition: .2s;
}
    .intec-button.basket-redesign.intec-button-cl-common.intec-button-transparent {
        width: 50px;
        height: 50px;
    }
.newprice {
    font-size: 16px;
}
}
@media (max-width:720px) {
	.intec-catalog-section-tile .price-block {
		height: 50px;
	}
	.intec-catalog-section-tile .catalog-section-element .intec-min-button {
		opacity: 1;
	}

	.intec-catalog-section-tile .catalog-section-element .intec-min-button.add[data-basket-delay][data-basket-in=false],
	.intec-catalog-section-tile .catalog-section-element .intec-min-button.added[data-basket-delayed][data-basket-in=true],
	.intec-catalog-section-tile .catalog-section-element .intec-min-button.add[data-compare-add][data-compare-in=false],
	.intec-catalog-section-tile .catalog-section-element .intec-min-button.added[data-compare-added][data-compare-in=true]{

		opacity: 1;
	}
.product-end-kt {
    position: absolute;
    top: 82%;
    font-size: 12px;
    line-height: 13px;
    left: 15px;
    padding: 4px 5px;
    background: #fff;
    border-radius: 3px;
    z-index: 20;
}
.intec-content-wrapper.catalog_container_mobile .catalog-section-element {
        width: 43% !important;
        height: 100%;
    }
}

/* from hit_slider */

.widget-catalog-categories .title {
    font-size: 28px;
    font-weight: bold;
    line-height: 34px;
    color: #2c2c2d;
    margin-bottom: 5px;
}
.widget-catalog-categories .title.text-center {
    text-align:center;
}
.widget-catalog-categories .title + .widget-catalog-categories {
    margin-top: 20px;
}
.widget-catalog-categories .description {
    font-size: 13px;
    line-height: 17px;
    color: #626262;
    margin-bottom: 20px;
}
.widget-catalog-categories .description.text-center {
    text-align:center;
}
.widget-catalog-categories .fa-arrow-left,
.widget-catalog-categories .fa-arrow-right {
    font-size:12px;
    color: #abaaaa;
}
.widget-catalog-categories {
    display: block;
}
.widget-catalog-categories .widget-catalog-categories-desktop {
    display: block;
}
.widget-catalog-categories .widget-catalog-categories-mobile {
    display: none;
}

/** Common **/
.widget-catalog-categories .widget-catalog-categories-view {
    display: block;
}
.widget-catalog-categories .widget-catalog-categories-tabs {
    display: block;
    text-align: center;
    font-size: 0;
    border-bottom: none;
    margin-bottom: 20px;
}
.widget-catalog-categories .widget-catalog-categories-tabs .widget-catalog-categories-tab {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    border: none;
    float: none;
}
.widget-catalog-categories .widget-catalog-categories-tabs .widget-catalog-categories-tab a {
    display: block;
    border: none !important;
    border-bottom: 2px solid transparent !important;
    color: #363532 !important;;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    background: transparent !important;
    padding: 4px 0;
    margin: 0 20px;
}
.widget-catalog-categories .widget-catalog-categories-tabs .widget-catalog-categories-tab a:hover,
.widget-catalog-categories .widget-catalog-categories-tabs .widget-catalog-categories-tab.active a {
    border-color: #3e6af8 !important;;
    color: #3e6af8 !important;;
}
.widget-catalog-categories .widget-catalog-categories-tabs-content {
    display: block;
    position: relative;
}
.widget-catalog-categories .widget-catalog-categories-slider-wrap {
    display: block;
    position: relative;
}
.widget-catalog-categories .widget-catalog-categories-product {
    display: block;
	position:relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 6px;
    margin-top: 0px;
    /* margin-bottom: 30px; */
    border:1px solid #f2f6f196;
border-radius: 0px;
}
.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-wrapper {
    display: block;
    position: relative;
    padding: 15px;
}
.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-wrapper.widget-catalog-categories-slider-mobile {
    padding: 15px 0;	
}
.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-substrate {
    display: block;
    position: absolute;
    background: #fff;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 0px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-property: top, right, bottom, left, box-shadow;
    -moz-transition-property: top, right, bottom, left, box-shadow;
    -ms-transition-property: top, right, bottom, left, box-shadow;
    -o-transition-property: top, right, bottom, left, box-shadow;
    transition-property: top, right, bottom, left, box-shadow;
}
.widget-catalog-categories .widget-catalog-categories-product:hover .widget-catalog-categories-product-substrate {

top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    -webkit-box-shadow: 0px 4px 16px 0px rgb(118 118 118 / 20%);
    -moz-box-shadow: 0px 4px 16px 0px rgb(118 118 118 / 20%);
    box-shadow: 0px 0px 3px 0px rgb(118 118 118 / 16%);
}
.widget-catalog-categories .widget-catalog-categories-product:hover {
    z-index: 1;
}
.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-image {
    display: block;
    position: relative;
    height: 250px;
    margin-bottom: 10px;
}
.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-image .widget-catalog-categories-product-image-wrapper {
    display: block;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    outline: none;
}
.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-image .widget-catalog-categories-product-button {
    /*display: none;*/
    position: absolute;
    top: 110px;
    right: 20px;
    left: 20px;
    border-radius: 18px;
}
.widget-catalog-categories-product-price .intec-button {
    display: block;
}
.widget-catalog-categories-product-price .intec-button[data-basket-add][data-basket-in=true],
.widget-catalog-categories-product-price .intec-button[data-basket-added][data-basket-in=false] {
    display: none;
}
.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-image .widget-catalog-categories-product-button.loading-container {
    font-size: 0;
}

.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-image .widget-catalog-categories-product-labels {
    display: block;
    overflow: hidden;
}
.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-image .widget-catalog-categories-product-labels .widget-catalog-categories-product-labels-wrapper {
    display: block;
    margin: -2px;
    overflow: hidden;
    font-size: 0;
    text-decoration: none;
}
.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-image .widget-catalog-categories-product-labels .widget-catalog-categories-product-label {
    display: inline-block;
    padding: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-image .widget-catalog-categories-product-labels .widget-catalog-categories-product-label .widget-catalog-categories-product-label-wrapper {
    display: block;
    border-radius: 14px;
    padding: 5px 10px 4px 10px;
    text-decoration: none;
    font-size: 12px;
    line-height: 16px;
}
.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-image .widget-catalog-categories-product-labels .widget-catalog-categories-product-label.widget-catalog-categories-product-label-discount .widget-catalog-categories-product-label-wrapper {
    background: #e82a49;
    color: #ffffff;
}
.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-image .widget-catalog-categories-product-labels .widget-catalog-categories-product-label.widget-catalog-categories-product-label-new .widget-catalog-categories-product-label-wrapper {
    background: #3eb5f1;
    color: #ffffff;
}
.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-image .widget-catalog-categories-product-labels .widget-catalog-categories-product-label.widget-catalog-categories-product-label-recommend .widget-catalog-categories-product-label-wrapper {
    background: #5775d2;
    color: #ffffff;
}
.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-image .widget-catalog-categories-product-labels .widget-catalog-categories-product-label.widget-catalog-categories-product-label-hit .widget-catalog-categories-product-label-wrapper {
    background: #17ffe6;
    color: #ffffff;
}
.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-name {
    display: block;
    position: relative;
    height: 64px;
    overflow: hidden;
    margin-bottom: 5px;
}
.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-name .widget-catalog-categories-product-name-wrapper {
    color: #2D2D2D;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    outline: none;
}
.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-section {
    display: block;
    position: relative;
    /* height: 17px; */
    overflow: hidden;
    margin-bottom: 12px;
}
.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-section .widget-catalog-categories-product-section-wrapper {
    color: #888b92;
    font-size: 13px;
    line-height: 17px;
    text-decoration: none;
}
.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-price {
    display: block;
    position: relative;
    height: 41px;
    line-height: 1;
    /*overflow: hidden;*/
}
.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-price .widget-catalog-categories-product-price-new {


line-height: 36px;
 
    font-family: 'Montserrat' !important;
    font-size: 16px;
    font-weight: 500;

    letter-spacing: 0em;
    text-align: left;
    color: var(--color-main-black);
}
.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-price .widget-catalog-categories-product-price-old {
    color: #f00;
    vertical-align: middle;
    font-size: 12px;
    line-height: 16px;
	text-decoration: line-through;
    position: absolute;
    top: -7px;
    left: 0px;
}
.widget-catalog-categories .widget-catalog-categories-dots {
    display: block;
    font-size: 0;
    text-align: center;
}
.widget-catalog-categories .widget-catalog-categories-dots.disabled {
    opacity: 0;
}
.widget-catalog-categories .widget-catalog-categories-dots .owl-dot {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    border: 1px solid #bcbcbc;
    border-radius: 50%;
    cursor: pointer;
    margin: 10px;
}
.widget-catalog-categories .widget-catalog-categories-dots .owl-dot.active {
    background: #3e6af8;
    border-color: #3e6af8;
}
/** /Common **/

.widget-catalog-categories .widget-catalog-categories-navigation.widget-catalog-categories-navigation-mobile {
	width:100%;
    right: 0px;
    left: 0px;
	height: 0px;
}

.widget-catalog-categories .widget-catalog-categories-navigation.widget-catalog-categories-navigation-mobile .widget-catalog-categories-navigation-previous {
    position: relative;
    left: -18px;
    text-align: center;
	top: 200px;
}

.widget-catalog-categories .widget-catalog-categories-navigation.widget-catalog-categories-navigation-mobile .widget-catalog-categories-navigation-next {
    position: relative;
    right: -18px;
    text-align: center;	
	top: 200px;
}

.widget-catalog-categories .widget-catalog-categories-navigation.widget-catalog-categories-navigation-mobile .widget-catalog-categories-navigation-wrapper {
	height: 0px;
	position:relative;
}

/** Desktop **/
.widget-catalog-categories .widget-catalog-categories-navigation {
    display: block;
    position: absolute;
    top: 0;
    right: -40px;
    left: -40px;
    height: 100%;
    font-size: 0;
    white-space: nowrap;
	/*z-index:100;*/
}
.widget-catalog-categories .widget-catalog-categories-navigation .widget-catalog-categories-navigation-wrapper {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
.widget-catalog-categories .widget-catalog-categories-navigation .widget-catalog-categories-navigation-next,
.widget-catalog-categories .widget-catalog-categories-navigation .widget-catalog-categories-navigation-previous {
    display: block;
    font-size: 20px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
	width: 28px;
}
.widget-catalog-categories .widget-catalog-categories-navigation .widget-catalog-categories-navigation-next {
    float: right;
}
.widget-catalog-categories .widget-catalog-categories-navigation .widget-catalog-categories-navigation-previous {
    float: left;
}
.widget-catalog-categories .widget-catalog-categories-navigation .widget-catalog-categories-navigation-next:hover,
.widget-catalog-categories .widget-catalog-categories-navigation .widget-catalog-categories-navigation-previous:hover {
    color: #116afc;
}
.widget-catalog-categories .widget-catalog-categories-desktop .widget-catalog-categories-slider-wrap {
    margin: 0 40px;
}
a.widget-catalog-categories-product-name-wrapper {
    display: block;
    margin-top: 15px;
    box-sizing: border-box;
    font-size: 14px !important;
    color: #33312e;
    text-decoration: none;
    overflow: hidden;
    text-align: left;
    line-height: 14px !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 2.1em;
    text-overflow: ellipsis;
    margin-right: 10px;
}

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

}
/** /Desktop **/

@media all and (max-width: 720px) {
    .widget-catalog-categories .widget-catalog-categories-desktop {
        display: none;
    }
    .widget-catalog-categories .widget-catalog-categories-mobile {
        display: block;
    }
}

.widget-catalog-categories-tabs {
	display: none !important;
}

.widget-catalog-categories {
	margin-top: 12px;
	margin-bottom: 36px;
}

.b-main-products-btn {
	text-align:center;
}

.widget-catalog-categories-slider.widget-catalog-categories-slider-mobile {
	z-index:100;
}

.b-element-item__rating > .bx_item_detail_rating {
	margin: 0;
}

.b-element-item__rating {
	position:relative;
}

.bx_item_detail_rating .bx_stars_rating_votes {
    position: relative;
    top: -1px;
    left: 2px;
}

.widget-catalog-categories-product-price .intec-button {
    float: right;
    position: relative;
    top: 0px;	
}

.widget-catalog-categories-product-price-desktop .intec-button.intec-button-lg {
    padding: 6px 6px;
}

.widget-catalog-categories-product-price-desktop .intec-button.intec-button-fs-16 {
    font-size: 13px;
}

.widget-catalog-categories-product-price-desktop .intec-button.intec-button-lg .glyph-icon-cart {
    margin: 0 3px 0 0;	
}


.owl-carousel{
    display: unset !important;
}


.widget-catalog-categories-product{
    width: 20%;
}

.slider_title{
    font-size: 36px;
    font-weight: 800;
    line-height: 38px;
    letter-spacing: 0em;
    text-align: left;
    color: #2D2D2D;
    font-family: 'Muller';


}

.widget-catalog-categories-product-labels-container{
    position: absolute;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    row-gap: 10px;
top: -29px;
    left: -10px;
}

.widget-catalog-categories-product-labels-label{
    padding: 4px 10px;
    font-size: 10px;
border-radius:15px;
  font-weight: 200;
    line-height: 12px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    width: max-content;
}

.widget-catalog-categories-product-labels-label.HIT{background-color: #8CC63F; text-transform:uppercase;padding-bottom: 4px;padding-top: 6px;}
.widget-catalog-categories-product-labels-label.RECOMMEND{background-color: #1196B1; text-transform:uppercase;padding-bottom: 4px;padding-top: 6px;}
.widget-catalog-categories-product-labels-label.NEW{background-color: #45A748;text-transform:uppercase;padding-bottom: 4px;padding-top: 6px;}

.intec-basket.glyph-icon-cart{
    width: 24px !important;
    height: 24px !important;
}
.glyph-icon-cart:before{
    content: '' !important;
    width: 24px !important;
    height: 24px !important;
    background-image: url("/bitrix/templates/universe_s1-new/components/bitrix/catalog.section/redesign_slider/../../../../images/icons/basket.svg") !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important;
}

.intec-basket-text{
    text-transform: uppercase;
    color: #fff;
    margin-top: 4px;
    padding-right: 2px;
}

.intec-button.intec-button-cl-common.intec-button-transparent{
       display: flex;
    align-items: center;
    background-color: #2D2D2D !important;
    border-color: #2D2D2D;
    padding: 3px 3px;
    border-radius: 4px;
    font-size: 12px;
    transition: 1s;
    justify-content: center;
    width: 100%;
}
.intec-button.intec-button-cl-common.intec-button-transparent:hover{
transition:1s;

}

.intec-button.intec-button-cl-common.to-catalog{
    font-size: 20px;
    font-weight: 200;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    background-color: #2273B8 !important;
    color: #fff !important;
    padding: 25px 80px 25px 45px;
    border-radius: 6px;
    position: relative;
}
.intec-button.intec-button-cl-common:hover, .intec-button.intec-button-cl-common.hover {

    border-color: #2D2D2D !important;
    border: 2px solid #2D2D2D  !important;
}
.intec-button.intec-button-cl-common.to-catalog:hover{
    color: #fff !important;
    background-color: #2273B8 !important;
}

.intec-button.intec-button-cl-common.to-catalog::after{
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 45px;
    transform: translateY(-50%);
    background-image: url("/bitrix/templates/universe_s1-new/components/bitrix/catalog.section/redesign_slider/./images/arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.intec-button.intec-button-cl-common.intec-button-transparent:hover{
    align-items: center;
    background-color: #2D2D2D !important;
	border-color: #2D7179 !important;
    /*border-radius: 4px;*/
}


.intec-button.intec-button-cl-common.intec-button-transparent.added,
.intec-button.intec-button-cl-common.intec-button-transparent.added:hover{
    background-color: #F2F6F1 !important;
}

.intec-button.intec-button-cl-common.intec-button-transparent.added .intec-basket-text{
    color: #2D2D2D;
}

.intec-button.intec-button-cl-common.intec-button-transparent.added .glyph-icon-cart{
    display: none;
}

.widget-catalog-categories{
    position: relative;
    /* display: flex;
    justify-content: center; */
}

.widget-catalog-categories-slider{
    width: calc( 100% - 70px );
}

.widget-catalog-categories .arrow{
    position: absolute;
    top: 50%;
    width: 25px;
    height: 25px;
    background-image: url("/bitrix/templates/universe_s1-new/components/bitrix/catalog.section/redesign_slider/../../../../images/icons/slider_arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
}

.widget-catalog-categories .arrow.prev{
    left: 0;
    transform: translateY(-50%);
    z-index: 10;
}

.widget-catalog-categories .arrow.next{
    right: 0;
    transform: translateY(-50%) rotate(180deg);
    z-index: 10;
} 

.widget-catalog-categories-slider{
    margin-right: auto;
    margin-left: auto;
}

.brand-name{
    display: block;
    box-sizing: border-box;
    font-size: 12px;

    line-height: 14px;
    letter-spacing: 0em;
    text-align: left;
    color: #B5B5B5 !important;
    margin-top: 10px;
    outline: none;
    min-height: 30px;
}
.brand-name:hover{
transition:.3s;
	color: #2D2D2D !important;
text-decoration: none;
}

.button-like-container{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.button-like-container .intec-min-button{
    position: relative;
    z-index: 1;
    border-radius: 0;
}

.button-like-container .WhishList{
    z-index: 1;
}

.button-like-container .intec-min-button.add[data-basket-in=true]{
    display: none !important;
    background-color: red !important;
}

.button-like-container .intec-min-button.added[data-basket-in=false]{
    display: none !important;
    background-color: #116afc !important;
}

.button-like-container .intec-min-button.add{
    width: 24px;
    height: 24px;
    background-image: url("/bitrix/templates/universe_s1-new/components/bitrix/catalog.section/redesign_slider/./images/like-icon.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.button-like-container .intec-min-button.added{
    width: 24px;
    height: 24px;
    background-image: url("/bitrix/templates/universe_s1-new/components/bitrix/catalog.section/redesign_slider/./images/like-icon-aded.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.widget-catalog-categories .slick-list{
    margin-bottom: 30px;
}
.widget-catalog-categories .slick-track{
    display: flex;
}
.widget-catalog-categories .slick-track .slick-slide{
    height: auto;
    flex:0 0 auto;
}
.widget-catalog-categories .slick-track .slick-slide > div,
.widget-catalog-categories .slick-track .slick-slide .widget-catalog-categories-product{
    height: 100%;
margin:0px 10px;
}
a.intec-button.intec-button-w-icon.intec-button-cl-common.intec-button-transparent.intec-button-lg.intec-button-fs-16.element-buys.added {
    padding: 4px 18px;
    border: none;
    background-color: #ffffff !important;
    border: 1px solid #2D2D2D;


}
.price-value {
display: flex;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Montserrat' !important;
    letter-spacing: .4px;
    flex-direction: column-reverse;
    align-items: flex-start;
}
.price-value .oldprice {
    position: relative;
    font-size: 14px;
    color: #ADADAD;
font-weight: 300;
    line-height: 15px;
}
.price-value .oldprice:after {
    content: "";
    width: 100%;
    height: 1px;

    background: red;
    position: absolute;
    top: 40%;
    right: 0;
}
@media(max-width: 1500px){
   .product-buy-block.price-block-incart .price-value {
   display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
        flex-direction: column-reverse;
}
	.product-buy-block.price-block-incart .price-value .price_discount{
    margin-left: 0px;
}
}

@media(max-width: 800px){
    .widget-catalog-categories .slick-slide{
        width: 260px !important;
    }
    .widget-catalog-categories .arrow.prev{
        transform: translate(-50%, -50%);
    }
    .widget-catalog-categories .arrow.next{
        transform: translate(50%, -50%) rotate(180deg);
    }
}

@media(max-width: 720px){
    .widget-catalog-categories .widget-catalog-categories-desktop.only-desktop{
        display: unset !important;
    }

    .arrow{
        display: none;
    }
    .widget-catalog-categories-slider{
        width: 100%;
    }

    .intec-button.intec-button-cl-common.to-catalog{
        font-size: 16px;
        padding: 15px 74px 15px 40px;
    }
    .intec-button.intec-button-cl-common.to-catalog::after{
        right: 40px;
    }
.slider_title{
    font-size: 24px;
 


}
}
/* End */


/* Start:/bitrix/templates/universe_s1-new/components/bitrix/catalog.section/hit_slider/style.css?175105517722455*/
.widget-catalog-categories .title {
    font-size: 28px;
    font-weight: bold;
    line-height: 34px;
    color: #2c2c2d;
    margin-bottom: 5px;
}
.widget-catalog-categories .title.text-center {
    text-align:center;
}
.widget-catalog-categories .title + .widget-catalog-categories {
    margin-top: 20px;
}
.widget-catalog-categories .description {
    font-size: 13px;
    line-height: 17px;
    color: #626262;
    margin-bottom: 20px;
}
.widget-catalog-categories .description.text-center {
    text-align:center;
}
.widget-catalog-categories .fa-arrow-left,
.widget-catalog-categories .fa-arrow-right {
    font-size:12px;
    color: #abaaaa;
}
.widget-catalog-categories {
    display: block;
}
.widget-catalog-categories .widget-catalog-categories-desktop {
    display: block;
}
.widget-catalog-categories .widget-catalog-categories-mobile {
    display: none;
}

/** Common **/
.widget-catalog-categories .widget-catalog-categories-view {
    display: block;
}
.widget-catalog-categories .widget-catalog-categories-tabs {
    display: block;
    text-align: center;
    font-size: 0;
    border-bottom: none;
    margin-bottom: 20px;
}
.widget-catalog-categories .widget-catalog-categories-tabs .widget-catalog-categories-tab {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    border: none;
    float: none;
}
.widget-catalog-categories .widget-catalog-categories-tabs .widget-catalog-categories-tab a {
    display: block;
    border: none !important;
    border-bottom: 2px solid transparent !important;
    color: #363532 !important;;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    background: transparent !important;
    padding: 4px 0;
    margin: 0 20px;
}
.widget-catalog-categories .widget-catalog-categories-tabs .widget-catalog-categories-tab a:hover,
.widget-catalog-categories .widget-catalog-categories-tabs .widget-catalog-categories-tab.active a {
    border-color: #3e6af8 !important;;
    color: #3e6af8 !important;;
}
.widget-catalog-categories .widget-catalog-categories-tabs-content {
    display: block;
    position: relative;
}
.widget-catalog-categories .widget-catalog-categories-slider-wrap {
    display: block;
    position: relative;
}
.widget-catalog-categories .widget-catalog-categories-product {
    display: block;
	position:relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 6px;
    margin-top: 0px;
    /* margin-bottom: 30px; */
    border:1px solid #f2f6f196;
border-radius: 0px;
}
.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-wrapper {
    display: block;
    position: relative;
    padding: 15px;
}
.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-wrapper.widget-catalog-categories-slider-mobile {
    padding: 15px 0;	
}
.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-substrate {
    display: block;
    position: absolute;
    background: #fff;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 0px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-property: top, right, bottom, left, box-shadow;
    -moz-transition-property: top, right, bottom, left, box-shadow;
    -ms-transition-property: top, right, bottom, left, box-shadow;
    -o-transition-property: top, right, bottom, left, box-shadow;
    transition-property: top, right, bottom, left, box-shadow;
}
.widget-catalog-categories .widget-catalog-categories-product:hover .widget-catalog-categories-product-substrate {

top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    -webkit-box-shadow: 0px 4px 16px 0px rgb(118 118 118 / 20%);
    -moz-box-shadow: 0px 4px 16px 0px rgb(118 118 118 / 20%);
    box-shadow: 0px 0px 3px 0px rgb(118 118 118 / 16%);
}
.widget-catalog-categories .widget-catalog-categories-product:hover {
    z-index: 1;
}
.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-image {
    display: block;
    position: relative;
    height: 250px;
    margin-bottom: 10px;
}
.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-image .widget-catalog-categories-product-image-wrapper {
    display: block;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    outline: none;
}
.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-image .widget-catalog-categories-product-button {
    /*display: none;*/
    position: absolute;
    top: 110px;
    right: 20px;
    left: 20px;
    border-radius: 18px;
}
.widget-catalog-categories-product-price .intec-button {
    display: block;
}
.widget-catalog-categories-product-price .intec-button[data-basket-add][data-basket-in=true],
.widget-catalog-categories-product-price .intec-button[data-basket-added][data-basket-in=false] {
    display: none;
}
.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-image .widget-catalog-categories-product-button.loading-container {
    font-size: 0;
}

.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-image .widget-catalog-categories-product-labels {
    display: block;
    overflow: hidden;
}
.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-image .widget-catalog-categories-product-labels .widget-catalog-categories-product-labels-wrapper {
    display: block;
    margin: -2px;
    overflow: hidden;
    font-size: 0;
    text-decoration: none;
}
.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-image .widget-catalog-categories-product-labels .widget-catalog-categories-product-label {
    display: inline-block;
    padding: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-image .widget-catalog-categories-product-labels .widget-catalog-categories-product-label .widget-catalog-categories-product-label-wrapper {
    display: block;
    border-radius: 14px;
    padding: 5px 10px 4px 10px;
    text-decoration: none;
    font-size: 12px;
    line-height: 16px;
}
.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-image .widget-catalog-categories-product-labels .widget-catalog-categories-product-label.widget-catalog-categories-product-label-discount .widget-catalog-categories-product-label-wrapper {
    background: #e82a49;
    color: #ffffff;
}
.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-image .widget-catalog-categories-product-labels .widget-catalog-categories-product-label.widget-catalog-categories-product-label-new .widget-catalog-categories-product-label-wrapper {
    background: #3eb5f1;
    color: #ffffff;
}
.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-image .widget-catalog-categories-product-labels .widget-catalog-categories-product-label.widget-catalog-categories-product-label-recommend .widget-catalog-categories-product-label-wrapper {
    background: #5775d2;
    color: #ffffff;
}
.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-image .widget-catalog-categories-product-labels .widget-catalog-categories-product-label.widget-catalog-categories-product-label-hit .widget-catalog-categories-product-label-wrapper {
    background: #17ffe6;
    color: #ffffff;
}
.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-name {
    display: block;
    position: relative;
    height: 64px;
    overflow: hidden;
    margin-bottom: 5px;
}
.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-name .widget-catalog-categories-product-name-wrapper {
    color: #2D2D2D;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    outline: none;
}
.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-section {
    display: block;
    position: relative;
    /* height: 17px; */
    overflow: hidden;
    margin-bottom: 12px;
}
.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-section .widget-catalog-categories-product-section-wrapper {
    color: #888b92;
    font-size: 13px;
    line-height: 17px;
    text-decoration: none;
}
.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-price {
    display: block;
    position: relative;
    height: 41px;
    line-height: 1;
    /*overflow: hidden;*/
}
.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-price .widget-catalog-categories-product-price-new {


line-height: 36px;
 
    font-family: 'Montserrat' !important;
    font-size: 16px;
    font-weight: 500;

    letter-spacing: 0em;
    text-align: left;
    color: var(--color-main-black);
}
.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-price .widget-catalog-categories-product-price-old {
    color: #f00;
    vertical-align: middle;
    font-size: 12px;
    line-height: 16px;
	text-decoration: line-through;
    position: absolute;
    top: -7px;
    left: 0px;
}
.widget-catalog-categories .widget-catalog-categories-dots {
    display: block;
    font-size: 0;
    text-align: center;
}
.widget-catalog-categories .widget-catalog-categories-dots.disabled {
    opacity: 0;
}
.widget-catalog-categories .widget-catalog-categories-dots .owl-dot {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    border: 1px solid #bcbcbc;
    border-radius: 50%;
    cursor: pointer;
    margin: 10px;
}
.widget-catalog-categories .widget-catalog-categories-dots .owl-dot.active {
    background: #3e6af8;
    border-color: #3e6af8;
}
/** /Common **/

.widget-catalog-categories .widget-catalog-categories-navigation.widget-catalog-categories-navigation-mobile {
	width:100%;
    right: 0px;
    left: 0px;
	height: 0px;
}

.widget-catalog-categories .widget-catalog-categories-navigation.widget-catalog-categories-navigation-mobile .widget-catalog-categories-navigation-previous {
    position: relative;
    left: -18px;
    text-align: center;
	top: 200px;
}

.widget-catalog-categories .widget-catalog-categories-navigation.widget-catalog-categories-navigation-mobile .widget-catalog-categories-navigation-next {
    position: relative;
    right: -18px;
    text-align: center;	
	top: 200px;
}

.widget-catalog-categories .widget-catalog-categories-navigation.widget-catalog-categories-navigation-mobile .widget-catalog-categories-navigation-wrapper {
	height: 0px;
	position:relative;
}

/** Desktop **/
.widget-catalog-categories .widget-catalog-categories-navigation {
    display: block;
    position: absolute;
    top: 0;
    right: -40px;
    left: -40px;
    height: 100%;
    font-size: 0;
    white-space: nowrap;
	/*z-index:100;*/
}
.widget-catalog-categories .widget-catalog-categories-navigation .widget-catalog-categories-navigation-wrapper {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
.widget-catalog-categories .widget-catalog-categories-navigation .widget-catalog-categories-navigation-next,
.widget-catalog-categories .widget-catalog-categories-navigation .widget-catalog-categories-navigation-previous {
    display: block;
    font-size: 20px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
	width: 28px;
}
.widget-catalog-categories .widget-catalog-categories-navigation .widget-catalog-categories-navigation-next {
    float: right;
}
.widget-catalog-categories .widget-catalog-categories-navigation .widget-catalog-categories-navigation-previous {
    float: left;
}
.widget-catalog-categories .widget-catalog-categories-navigation .widget-catalog-categories-navigation-next:hover,
.widget-catalog-categories .widget-catalog-categories-navigation .widget-catalog-categories-navigation-previous:hover {
    color: #116afc;
}
.widget-catalog-categories .widget-catalog-categories-desktop .widget-catalog-categories-slider-wrap {
    margin: 0 40px;
}
a.widget-catalog-categories-product-name-wrapper {
    display: block;
    margin-top: 15px;
    box-sizing: border-box;
    font-size: 14px !important;
    color: #33312e;
    text-decoration: none;
    overflow: hidden;
    text-align: left;
    line-height: 14px !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 2.1em;
    text-overflow: ellipsis;
    margin-right: 10px;
}

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

}
/** /Desktop **/

@media all and (max-width: 720px) {
    .widget-catalog-categories .widget-catalog-categories-desktop {
        display: none;
    }
    .widget-catalog-categories .widget-catalog-categories-mobile {
        display: block;
    }
}

.widget-catalog-categories-tabs {
	display: none !important;
}

.widget-catalog-categories {
	margin-top: 12px;
	margin-bottom: 36px;
}

.b-main-products-btn {
	text-align:center;
}

.widget-catalog-categories-slider.widget-catalog-categories-slider-mobile {
	z-index:100;
}

.b-element-item__rating > .bx_item_detail_rating {
	margin: 0;
}

.b-element-item__rating {
	position:relative;
}

.bx_item_detail_rating .bx_stars_rating_votes {
    position: relative;
    top: -1px;
    left: 2px;
}

.widget-catalog-categories-product-price .intec-button {
    float: right;
    position: relative;
    top: 0px;	
}

.widget-catalog-categories-product-price-desktop .intec-button.intec-button-lg {
    padding: 6px 6px;
}

.widget-catalog-categories-product-price-desktop .intec-button.intec-button-fs-16 {
    font-size: 13px;
}

.widget-catalog-categories-product-price-desktop .intec-button.intec-button-lg .glyph-icon-cart {
    margin: 0 3px 0 0;	
}


.owl-carousel{
    display: unset !important;
}


.widget-catalog-categories-product{
    width: 20%;
}

.slider_title{
    font-size: 36px;
    font-weight: 800;
    line-height: 38px;
    letter-spacing: 0em;
    text-align: left;
    color: #2D2D2D;
    font-family: 'Muller';


}

.widget-catalog-categories-product-labels-container{
    position: absolute;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    row-gap: 10px;
top: -29px;
    left: -10px;
}

.widget-catalog-categories-product-labels-label{
    padding: 4px 10px;
    font-size: 10px;
border-radius:15px;
  font-weight: 200;
    line-height: 12px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    width: max-content;
}

.widget-catalog-categories-product-labels-label.HIT{background-color: #8CC63F; text-transform:uppercase;padding-bottom: 4px;padding-top: 6px;}
.widget-catalog-categories-product-labels-label.RECOMMEND{background-color: #1196B1; text-transform:uppercase;padding-bottom: 4px;padding-top: 6px;}
.widget-catalog-categories-product-labels-label.NEW{background-color: #45A748;text-transform:uppercase;padding-bottom: 4px;padding-top: 6px;}

.intec-basket.glyph-icon-cart{
    width: 24px !important;
    height: 24px !important;
}
.glyph-icon-cart:before{
    content: '' !important;
    width: 24px !important;
    height: 24px !important;
    background-image: url("/bitrix/templates/universe_s1-new/components/bitrix/catalog.section/hit_slider/../../../../images/icons/basket.svg") !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important;
}

.intec-basket-text{
    text-transform: uppercase;
    color: #fff;
    margin-top: 4px;
    padding-right: 2px;
}

.intec-button.intec-button-cl-common.intec-button-transparent{
       display: flex;
    align-items: center;
    background-color: #2D2D2D !important;
    border-color: #2D2D2D;
    padding: 3px 3px;
    border-radius: 4px;
    font-size: 12px;
    transition: 1s;
    justify-content: center;
    width: 100%;
}
.intec-button.intec-button-cl-common.intec-button-transparent:hover{
transition:1s;

}

.intec-button.intec-button-cl-common.to-catalog{
    font-size: 20px;
    font-weight: 200;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    background-color: #2273B8 !important;
    color: #fff !important;
    padding: 25px 80px 25px 45px;
    border-radius: 6px;
    position: relative;
}
.intec-button.intec-button-cl-common:hover, .intec-button.intec-button-cl-common.hover {

    border-color: #2D2D2D !important;
    border: 2px solid #2D2D2D  !important;
}
.intec-button.intec-button-cl-common.to-catalog:hover{
    color: #fff !important;
    background-color: #2273B8 !important;
}

.intec-button.intec-button-cl-common.to-catalog::after{
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 45px;
    transform: translateY(-50%);
    background-image: url("/bitrix/templates/universe_s1-new/components/bitrix/catalog.section/hit_slider/./images/arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.intec-button.intec-button-cl-common.intec-button-transparent:hover{
    align-items: center;
    background-color: #2D2D2D !important;

    border-radius: 4px;
}


.intec-button.intec-button-cl-common.intec-button-transparent.added,
.intec-button.intec-button-cl-common.intec-button-transparent.added:hover{
    background-color: #F2F6F1 !important;
}

.intec-button.intec-button-cl-common.intec-button-transparent.added .intec-basket-text{
    color: #2D2D2D;
}

.intec-button.intec-button-cl-common.intec-button-transparent.added .glyph-icon-cart{
    display: none;
}

.widget-catalog-categories{
    position: relative;
    /* display: flex;
    justify-content: center; */
}

.widget-catalog-categories-slider{
    width: calc( 100% - 70px );
}

.widget-catalog-categories .arrow{
    position: absolute;
    top: 50%;
    width: 25px;
    height: 25px;
    background-image: url("/bitrix/templates/universe_s1-new/components/bitrix/catalog.section/hit_slider/../../../../images/icons/slider_arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
}

.widget-catalog-categories .arrow.prev{
    left: 0;
    transform: translateY(-50%);
    z-index: 10;
}

.widget-catalog-categories .arrow.next{
    right: 0;
    transform: translateY(-50%) rotate(180deg);
    z-index: 10;
} 

.widget-catalog-categories-slider{
    margin-right: auto;
    margin-left: auto;
}

.brand-name{
    display: block;
    box-sizing: border-box;
    font-size: 12px;

    line-height: 14px;
    letter-spacing: 0em;
    text-align: left;
    color: #B5B5B5 !important;
    margin-top: 10px;
    outline: none;
    min-height: 30px;
}
.brand-name:hover{
transition:.3s;
	color: #2D2D2D !important;
text-decoration: none;
}

.button-like-container{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.button-like-container .intec-min-button{
    position: relative;
    z-index: 1;
    border-radius: 0;
}

.button-like-container .WhishList{
    z-index: 1;
}

.button-like-container .intec-min-button.add[data-basket-in=true]{
    display: none !important;
    background-color: red !important;
}

.button-like-container .intec-min-button.added[data-basket-in=false]{
    display: none !important;
    background-color: #116afc !important;
}

.button-like-container .intec-min-button.add{
    width: 24px;
    height: 24px;
    background-image: url("/bitrix/templates/universe_s1-new/components/bitrix/catalog.section/hit_slider/./images/like-icon.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.button-like-container .intec-min-button.added{
    width: 24px;
    height: 24px;
    background-image: url("/bitrix/templates/universe_s1-new/components/bitrix/catalog.section/hit_slider/./images/like-icon-aded.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.widget-catalog-categories .slick-list{
    margin-bottom: 30px;
}
.widget-catalog-categories .slick-track{
    display: flex;
}
.widget-catalog-categories .slick-track .slick-slide{
    height: auto;
    flex:0 0 auto;
}
.widget-catalog-categories .slick-track .slick-slide > div,
.widget-catalog-categories .slick-track .slick-slide .widget-catalog-categories-product{
    height: 100%;
margin:0px 10px;
}
a.intec-button.intec-button-w-icon.intec-button-cl-common.intec-button-transparent.intec-button-lg.intec-button-fs-16.element-buys.added {
    padding: 4px 18px;
    border: none;
    background-color: #ffffff !important;
    border: 1px solid #2D2D2D;


}
.price-value {
display: flex;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Montserrat' !important;
    letter-spacing: .4px;
}

@media(max-width: 990px){
    .widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-price .widget-catalog-categories-product-price-new{
     
    }
}

@media(max-width: 800px){
    .widget-catalog-categories .slick-slide{
        width: 260px !important;
    }
    .widget-catalog-categories .arrow.prev{
        transform: translate(-50%, -50%);
    }
    .widget-catalog-categories .arrow.next{
        transform: translate(50%, -50%) rotate(180deg);
    }
}

@media(max-width: 720px){
    .widget-catalog-categories .widget-catalog-categories-desktop.only-desktop{
        display: unset !important;
    }

    .arrow{
        display: none;
    }
    .widget-catalog-categories-slider{
        width: 100%;
    }

    .intec-button.intec-button-cl-common.to-catalog{
        font-size: 16px;
        padding: 15px 74px 15px 40px;
    }
    .intec-button.intec-button-cl-common.to-catalog::after{
        right: 40px;
    }
.slider_title{
    font-size: 24px;
 


}
}
/* 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 */
/* /bitrix/templates/universe_s1-new/components/bitrix/system.pagenavigation/.default/style.css?17510551773753 */
/* /bitrix/templates/universe_s1-new/components/bitrix/catalog.section/redesign_slider/style.css?175125836648324 */
/* /bitrix/templates/universe_s1-new/components/bitrix/catalog.section/hit_slider/style.css?175105517722455 */
