

/* Start:/local/templates/lusio/components/bitrix/catalog/catalog_en/style.css?16558105224669*/
.cat-nav-property-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
    font-size: 13px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
    line-height: 19px;
    color: var(--theme-color-dark);
    font-family: 'GT Eesti Pro';
    cursor: pointer;
}

.catalog-block-header {
	font-family: 'Playfair Display';
	font-size: 48px;
	line-height: 64px;
	letter-spacing: 0.02em;
	margin: 5px 0;
	padding: 5px 0;
	color: var(--theme-color-dark);
	text-transform: none;
	margin-bottom: 53px;
}
.catalog-top-text {
	text-align: center;
	margin: 25px 0 50px;
	color: var(--theme-color-dark);
}
.catalog-top-text h1 {padding: 0;margin: 0 0 25px;}
.main-catalog-section-filter {
	display:block;
	width:0px;
	padding: 0 25px;
	overflow: hidden;
	visibility: hidden;
	transition: width .5s ease;
	height: 0;
	opacity: 0;
}
.main-catalog-section-filter.open {
	display:block;
	visibility: visible;
	width:384px;
	height: auto;
	opacity: 1;
}
.main-catalog-section-filter__title {
font-size: 16px;
line-height: 19px;
letter-spacing: 0.22em;
text-transform: uppercase;
color: var(--theme-color-dark);
font-family: 'GT Eesti Pro';
padding-bottom: 25px;
border-bottom: 1px solid var(--theme-color-light-gray);
}
.main-catalog-section-top {
	margin: 0 25px 25px;
	padding-bottom: 10px;
	border-bottom: 2px solid #D1D1D3;
}
.toggle-filter, .check-availability, .toggle-sort{
	cursor:pointer;
}
.toggle-filter.active{
	font-family: 'GT Eesti Pro';
	color: var(--theme-color-dark);
}
.check-availability, .toggle-tampl-btn {
	margin-left:44px;
}
.check-availability.active .text, .toggle-tampl-btn.active .text{
	font-family: 'GT Eesti Pro';
	color: var(--theme-color-dark);
}
.check-availability.active .icon {
	transform: rotate(180deg);
}
.js-change-layout {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
}
.main-catalog-section-top span.text {
	text-transform: uppercase;
	margin-right:15px;
}
.main-catalog-section-block {
	width:100%;
}
.main-catalog-section-filter .smart-filter-parameters-box-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
    font-size: 13px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 16px;
    line-height: 19px;
    color: var(--theme-color-dark);
    font-family: 'GT Eesti Pro';
		cursor:pointer;
}
.smart-filter {
    margin-bottom: 20px;
    min-width: 220px;
    width: 100%;
    font-family: 'GT Eesti Pro Light',sans-serif;
    padding-top: 5px;
}
.smart-filter-block {margin-bottom: 5px;}
.smart-filter-button-box .smart-filter-block {border-bottom: none;margin-bottom: 0px;}
.smart-filter-button-box__wrapper {display:none;}
.main-catalog-section-top-left {
	position: relative;
}
.availability {
	display:none;
	position: absolute;
	top: 38px;
	left: 243px;
	background: #fff;
	padding: 15px 25px 15px;
	z-index: 111;
	min-width: 227px;
}
.availability.open {
	display:block;
}
.availability__list-item {
	font-family: 'GT Eesti Pro';
	font-size: 16px;
	line-height: 19px;
	color:var(--theme-color-dark);
	padding: 15px 0;
	cursor: pointer;
}
.availability__list .availability__list-item:first-child {
	border-bottom: 1px solid var(--theme-color-light-gray);
}
.availability__list-item.active .icon svg {
	transform: rotate(180deg);
}
.main-catalog-section-top .availability__list-item .text {
	text-transform: none;
}
.availability__shops {
	display:none;
}
.availability__shops.open {
	display:block;
}

.catalog-section-list.grid-card {
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
				padding: 0 25px;
}

.grid-card .product-item-list-col-2 {
	width: 100%;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.grid-card .product-item-big-card {margin-bottom: 21px;}
.grid-card .product-item-list-col-1 {
	width: 66.6%;
	margin: 0 auto;
}

.main-catalog-section-top-right {
	position: relative;
}

.toggle-sort.active .text {
	font-family: 'GT Eesti Pro';
	color: var(--theme-color-dark);
}
.toggle-sort.active .icon {
    transform: rotate(180deg);
}
.sort__wrapper {
	display:none;
	position: absolute;
	top: 36px;
	z-index: 111;
	background: #fff;
	padding: 0 35px;
	left: -35px;
}
.sort__wrapper.open {
	display:block;
}
.sort__list-item {
	font-family: 'GT Eesti Pro';
	padding: 25px 0;
	border-bottom: 1px solid var(--theme-color-light-gray);
	font-size: 16px;
	line-height: 19px;
	color: var(--theme-color-dark);
	cursor: pointer;
}

/* End */


/* Start:/local/templates/lusio/components/bitrix/news.list/cat_top/style.css?16483154951269*/
.cat-top__wrapper {
  margin: 0 25px;
  position: relative;
  overflow: hidden;
  height: 300px;
  margin-bottom: 30px;
  transition: all .7s ease-in-out;
}
.cat-top__wrapper:hover {
  box-shadow: 1px 3px 7px 1px rgba(0,0,0,.3);
}
.hide {
  height: 0;
}
.cat-slider__item {
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cat-slider__item .container {
  width: 100%;
  padding: 70px 127px;
}
.cat-slider__item .h1 {
  font-size: 36px;
  line-height: 42px;
}
.cat-slider__navigation .slider-btn-prev, .cat-slider__navigation .slider-btn-next{
  position: absolute;
  top: 50%;
  z-index: 1;
  background: rgba(0,0,0,.3);
  padding: 12px;
  cursor: pointer;
  transform: translate(-0%, -50%);
  opacity: 0.8;
}
.cat-slider__navigation .slider-btn-next {
  right:0;
}
.cat-slider__navigation .slider-btn-prev:hover , .cat-slider__navigation .slider-btn-next:hover {
  opacity: 1;
}
@media(max-width:768px)
{
  .cat-slider__item .container {
    padding: 70px 107px;
  }
}
@media(max-width:480px)
{
  .cat-top__wrapper {
    height: auto;
  }
  .cat-slider__item .container {
    padding: 20px;
  }
  .cat-slider__item {
    height: 150px;
  }
  .cat-slider__navigation {
    display: none;
  }
}

/* End */


/* Start:/local/templates/lusio/components/kit/filter/ajax/style.css?164723995610826*/
/*
 * Copyright (c) 6/3/2020 Created By/Edited By ASDAFF asdaff.asad@yandex.ru
 */

#kit-filter{
	margin-bottom: 2em;
	position: relative;
	background: white;
}

#kit-filter ul{
	list-style: none !important;
	margin:0;
	padding:0 0 20px 0;
}

#kit-filter .lvl1 {
	position: relative;
	list-style: none !important;
	margin:0;
	padding:0;
}

#kit-filter .lvl1:before, #kit-filter li:before {
	content: none !important;
}

#kit-filter div.kit-combo.kit-filter-property-body{
	padding: 10px 0 25px 0px;
}

#kit-filter .lvl2{
	margin:0;
	padding: 2px 0 0 0;
}

#kit-filter .kit-filter-property-head {
	zoom: 1;
	position: relative;
	border-top: 1px solid var(--theme-color-light-gray);
}

#kit-filter .kit-filter-property-i {
	background: url("/local/templates/lusio/components/kit/filter/ajax/images/list.gif") no-repeat scroll center -9px rgba(0, 0, 0, 0);
	display: block;
	position: absolute;
	font-size: 1px;
	height: 9px;
	left: 1px;
	cursor: pointer;
	top: 5px;
	width: 9px;
	zoom: 1;
}

#kit-filter .kit-closed .kit-filter-property-i {
	background: url("/local/templates/lusio/components/kit/filter/ajax/images/list.gif") no-repeat scroll center top rgba(0, 0, 0, 0);
}

#kit-filter .kit-filter-property-name {
	cursor: pointer;
	position: relative;
}

#kit-filter .kit-num .kit-input{
	width: 4em;
	margin:0;
}

#kit-filter .kit-num .kit-range{
	padding: 0 10px 10px;
}

#kit-filter .kit-num .kit-range input{
	display:none;
}

#kit-filter div.kit-radio
{
	padding: 5px 0 0 15px;
	margin: 0;
}

#kit-filter div.kit-link
{
	padding: 0 0 0 15px;
	margin: 0;
}

#kit-filter div.kit-select,
#kit-filter div.kit-list
{
	padding: 0;
	margin: 0;
}

#kit-filter .kit-select select,
#kit-filter .kit-list select
{
	padding: 5px;
	width:100%;
}

#kit-filter .kit-combo .lvl2 input,
#kit-filter .kit-radio .lvl2 input{
	margin:0;
}
#kit-filter .kit-combo .lvl2 input {
	display: none;
}
#kit-filter .kit-combo .lvl2 label,
#kit-filter .kit-radio .lvl2 label{
	padding-left: 7px;
}
#kit-filter .kit-combo .lvl2 label {
	position: relative;
	padding-left: 20px;
}
#kit-filter .kit-combo .lvl2 label:before {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	border: 1px solid #262626;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
}
#kit-filter .kit-combo .lvl2 input:checked + label:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #262626;
    box-sizing: border-box;
    position: absolute;
    left: 2px;
    top: 2px;
}
#kit-filter .kit-disabled label,
#kit-filter .kit-disabled a,
#kit-filter option.kit-disabled{
	color: #6f7980;
}

#kit-filter .kit-link  .lvl2{
	padding-left: 8px;
	position: relative;
	left: -8px;
}

#kit-filter .kit-link .kit-checked{
	padding-left: 0;
}

#kit-filter .kit-link  .lvl2 a{
	padding: 2px 0 1px 0;
	display: inline-block;
}

#kit-filter .kit-link .kit-checked a{
	border: 1px solid #e7e7e7;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #3f454b;
	padding: 1px 22px 1px 8px;
	position: relative;
	text-decoration:none;
}

#kit-filter .kit-link .kit-checked a:hover{
	border-color: #fbdada;
	text-decoration:none;
}

#kit-filter .kit-link  .lvl2 a span.kit-remove-link{
	background: #ffffff url("/local/templates/lusio/components/kit/filter/ajax/images/remove_link.png") no-repeat 0 0;
	display: none;
	height: 8px;
	margin-left: 8px;
	position: absolute;
	right: 8px;
	top: 6px;
	width: 8px;
}

#kit-filter .kit-link .kit-checked a span.kit-remove-link{
	display: inline-block;
}

#kit-filter .kit-link .kit-checked a:hover span.kit-remove-link{
	background-position: 0 100%;
}

#kit-filter .kit-link .kit-disabled a{
	color: #6f7980 !important;
	border:none;
	text-decoration:line-through;
}

#kit-filter .kit-disabled a{
	border:none;
	text-decoration:line-through;
}

#kit-filter .lvl2 .kit-cnt{
	color: #6f7980;
	font-size: .85em;
}

#kit-filter .kit-disabled .kit-cnt{
	display:none;
}

#kit-filter .kit-checked a{
	border:none;
	color:#000;
}

#kit-filter .kit-filter-property-body a.kit-values-other-show,
#kit-filter .kit-filter-property-body a.kit-values-other-hide{
	font-size: .85em;
	display:inline-block;
	margin-top:5px;
	border:0;
}

#kit-filter .kit-filter-property-hint{
	cursor: pointer;
	position: relative;
	top: 2px;
	width: 12px;
	height: 12px;
	margin-left:5px;
	display: inline-block;
	background: rgba(0, 0, 0, 0) url(/local/templates/lusio/components/kit/filter/ajax/images/hint.gif) no-repeat right center;
}

#kit-filter .kit-filter-property-hint-text{
	display:none;
}

.kit-filter-hint{
	padding:5px 10px 5px 5px;
	max-width: 500px;
}

#kit-filter .modef {
	background: transparent url('/local/templates/lusio/components/kit/filter/ajax/images/modef.gif') no-repeat right center;
	top: -4px;
	position: absolute;
	padding-right:5px;
	z-index:1000;
}

#kit-filter .modef-right {
	background: transparent url('/local/templates/lusio/components/kit/filter/ajax/images/modef-right.gif') no-repeat left center;
	padding-left:5px;
}

#kit-filter .modef .modef-wrap {
	background-color:#fff;
	border: 1px solid #ffea94;
	border-right:none;
	color: #3F3F3F;
	padding: 5px 25px 5px 10px;
	white-space: nowrap;
}

#kit-filter .modef-right .modef-wrap {
	border: 1px solid #ffea94;
	border-left:none;
}

#kit-filter .kit-loading {
	position:absolute;
	z-index:100;
	left:0;
	top:0;
	background:transparent url(/local/templates/lusio/components/kit/filter/ajax/images/loading.png) repeat center;
	display:none;
}

a.kit-del-filter{
	display:inline-block;
	margin-left:10px;
}

#kit-filter .irs {
    position: relative; display: block;
}
    #kit-filter .irs-line {
        position: relative; display: block;
        overflow: hidden;
    }
        #kit-filter .irs-line-left, #kit-filter .irs-line-mid, #kit-filter .irs-line-right {
            position: absolute; display: block;
            top: 0;
        }
        #kit-filter .irs-line-left {
            left: 0; width: 0%;
        }
        #kit-filter .irs-line-mid {
            left: 10%;
        }
        #kit-filter .irs-line-right {
            right: 0; width: 0%;
        }

    #kit-filter .irs-diapason, #kit-filter .irs-diapason-left, #kit-filter .irs-diapason-right {
        position: absolute; display: block;
        left: 0; width: 100%;
    }
    #kit-filter .irs-slider {
        position: absolute; display: block;
        cursor: default;
        z-index: 1;
    }
        #kit-filter .irs-slider.single {
            left: 10px;
        }
            #kit-filter .irs-slider.single:before {
                position: absolute; display: block; content: "";
                top: -50%; left: -100%;
                width: 300%; height: 200%;
                background: rgba(0,0,0,0.0);
            }
        #kit-filter .irs-slider.from {
            left: 100px;
        }
            #kit-filter .irs-slider.from:before {
                position: absolute; display: block; content: "";
                top: -50%; left: -200%;
                width: 300%; height: 200%;
                background: rgba(0,0,0,0.0);
            }
        #kit-filter .irs-slider.to {
            left: 300px;
        }
            #kit-filter .irs-slider.to:before {
                position: absolute; display: block; content: "";
                top: -50%; left: 0;
                width: 300%; height: 200%;
                background: rgba(0,0,0,0.0);
            }
        #kit-filter .irs-slider.last {
            z-index: 2;
        }

    #kit-filter .irs-min {
        position: absolute; display: block;
        left: 0;
        cursor: default;
    }
    #kit-filter .irs-max {
        position: absolute; display: block;
        right: 0;
        cursor: default;
    }

    #kit-filter .irs-from, #kit-filter .irs-to, #kit-filter .irs-single {
        position: absolute; display: block;
        bottom: 0; left: 0;
        cursor: default;
        white-space: nowrap;
		margin-bottom:-17px;
    }

	#kit-filter .irs-from {
		margin-left:-7px;
    }

	#kit-filter .irs-to {
		margin-left:10px;
    }


#kit-filter .irs-grid {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 20px;
		display: none;
}
#kit-filter .irs-with-grid #kit-filter .irs-grid {
    display: block;
}
    #kit-filter .irs-grid-pol {
        position: absolute;
        bottom: 0; left: 0;
        width: 1px; height: 8px;
        background: #000;
    }
    #kit-filter .irs-grid-pol.small {
        height: 4px;
    }
    #kit-filter .irs-grid-text {
        position: absolute;
        top: 0; left: 0;
        width: 100px;
        white-space: nowrap;
        text-align: center;
        font-size: 9px; line-height: 9px;
        color: #000;
    }

#kit-filter .irs-line-mid,
#kit-filter .irs-line,
#kit-filter .irs-diapason-left,
#kit-filter .irs-diapason-right,
#kit-filter .irs-slider {
    background: url(/local/templates/lusio/components/kit/filter/ajax/images/slider.png) repeat-x;
}

#kit-filter .irs {
    height: 10px;
}
#kit-filter .irs-with-grid {
	margin-top: 20px;
	margin-bottom: 15px;
}
#kit-filter .irs-line {
	height: 2px; top: 2px;
	background: #ccc;
}
    #kit-filter .irs-line-left {
        height: 8px;
        background-position: 0 -30px;
    }
    #kit-filter .irs-line-mid {
        height: 2px;top: 0px;
        background: transparent;
    }
    #kit-filter .irs-line-right {
        height: 8px;
        background-position: 100% -30px;
    }

#kit-filter .irs-diapason, #kit-filter .irs-diapason-left, #kit-filter .irs-diapason-right {
    height: 8px; top: 25px;
    background-position: 0 -60px;
}

#kit-filter .irs-diapason{
	height: 2px;
	background: #262626;
	top: 2px;
}

#kit-filter .irs-slider {
    width: 22px; height: 22px;
    top: 17px;
    background-position: 0 -90px;
}

#kit-filter .irs-min, #kit-filter .irs-max {
    color: #999;
    font-size: 10px; line-height: 1.333;
    text-shadow: none;
    top: 0; padding: 1px 3px;
    background: rgba(0,0,0,0.1);
    border-radius: 3px;
}
.lt-ie9 #kit-filter .irs-min, .lt-ie9 #kit-filter .irs-max {
    background: #ccc;
}
#kit-filter .irs-from, #kit-filter .irs-to, #kit-filter .irs-single {
    color: #262626;
    font-size: 12px; line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
		display:block !important;
		visibility: visible !important;
		top: -22px;
}
#kit-filter .irs-from {
	padding: 1px 0px;
}
#kit-filter .irs-to {
	padding: 1px 1px;
}
#kit-filter .irs-from:after,#kit-filter .irs-to:after {
	content:'р.';
	position: absolute;
	right: -12px;
	display: inline-block;
	top: 0px;
}
#kit-filter .irs-single {
	display:none !important;
	visibility: hidden !important;
}
.lt-ie9 #kit-filter .irs-from, .lt-ie9 #kit-filter .irs-to, .lt-ie9 #kit-filter .irs-single {
    background: #999;
}

#kit-filter .irs-grid-pol {
    background: #99a4ac;
}
#kit-filter .irs-grid-text {
    color: #99a4ac;
}

#kit-filter .irs-slider.from {
	width: 13px;
	height: 13px;
	margin-left: -6px;
	background: #262626;
	border-radius: 50%;
	top: -3px;
}

#kit-filter .irs-slider.to {
	width: 13px;
	height: 13px;
	margin-left: -7px;
	background: #262626;
	border-radius: 50%;
	top: -3px;
}

#irs-active-slider, #kit-filter .irs-slider:hover {
    background-position: -4px -105px;
}

/* End */


/* Start:/local/templates/lusio/components/bitrix/news.list/cat_shops/style.css?1635002026951*/
.shops-cat__wrapper {
	min-width: 510px;
}
.shops-cat__block {
    width: 100%;
    padding: 0 0px;
}
.shops-select__form-title {
	margin-bottom: 15px;
}
.shops-list {
    max-height: 693px;
    overflow: hidden;
    overflow-y: auto;
}
.shops-list .adress:first-child .shop-item {
	border-top: 1px solid var(--theme-color-light-gray);
}
.adress {
	cursor: pointer;
}
.shops-list .adress {
	padding: 15px 0;
	border-bottom: 1px solid var(--theme-color-light-gray);
}
.shop-item__checkbox input:not([type="button"]) {
	margin-bottom: 0;
	margin-right: 15px;
}
.shop-title {
	font-family: 'GT Eesti Pro';
	font-size: 14px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color:var(--theme-color-dark);
	margin-bottom: 15px;
}
.shop-address {
	color:var(--theme-color-gray);
	line-height: 1.5;
}
.shop-item__info {width:100%;}
.shop-item__info br:first-child {display:none;}
#select_region option:hover {
  box-shadow: 0 0 10px 100px #000 inset;
}

/* End */


/* Start:/local/templates/lusio/components/kit/filter/choise/style.css?1635002036624*/
.kit-filter-choice {
  padding: 0 25px;
}
.kit-filter-choise-items li,.kit-remove-all-link {
  margin: 0 10px 20px 0;
}
.kit-filter-choise-items a {
    background: #262626;
    color: #FFFFFF;
    min-width: 180px;
}
.kit-remove-link {
  font-size: 12px;
  line-height: 14px;
  padding: 10px 30px 10px 10px;
  position: relative;
  display: block;
  font-family: 'GT Eesti Pro',sans-serif;
}
.kit-filter-choise-items a:before {
  content:'';
  display: block;
  width: 13px;
  height: 13px;
  background-image: url(/local/templates/lusio/components/kit/filter/choise/./images/remove-link.svg);
  position: absolute;
  right: 10px;
  top: 10px;
}

/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.css?163499690064*/
font.errortext
{
	color:red;
}

font.notetext
{
	color:green;
}

/* End */
/* /local/templates/lusio/components/bitrix/catalog/catalog_en/style.css?16558105224669 */
/* /local/templates/lusio/components/bitrix/news.list/cat_top/style.css?16483154951269 */
/* /local/templates/lusio/components/kit/filter/ajax/style.css?164723995610826 */
/* /local/templates/lusio/components/bitrix/news.list/cat_shops/style.css?1635002026951 */
/* /local/templates/lusio/components/kit/filter/choise/style.css?1635002036624 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.css?163499690064 */
