

/* Start:/local/templates/design_18/components/airis/index_slider/index_slider_big/style.css?1733145898649*/
.first-slick {
	margin-top: 11px;
	padding-bottom: 25px;
	/*height:380px;*/
}
.first-slick .slick-slider {
	z-index: 2;
}
.first-slick .slider-link {
	margin-top: -27px;
	padding-top: 0;
	position: relative;
	float: right;
	z-index: 10;
}
.arrow__holder {
	top: 42% !important;
}

.slick-slider .first-slick {
	visibility: hidden;
}
.first-slick .slick-initialized {
	visibility: visible;
}

.arrow__holder {
	visibility: visible;
}

ul.slick-dots .dot {
    margin: 10px 7px !important;
}

@media screen and (max-width: 560px){
	.first-slick .slider-link {
		display: none;
	}
.center-col ul, .center-col ol {
     padding-left: 0px !important;
}
}
/* End */


/* Start:/local/templates/design_18/components/bitrix/catalog.section.list/index_slider_group_19/style.css?1726044297849*/
.tab-slide__item{
    text-align: center;
    margin-bottom: 10px;
}
.tab-slide__item img{
    width: 100%;
	max-height: 195px;
}
.tab-slide__item a{

    color: #000;
    text-decoration: none;
}
.tab-slide__item .slide__title{
    color: #000;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    padding-top: 5px;
    display: block;
}
.tab-slide__item:hover .slide__title{
    color: #f60;
}

@media screen and (max-width: 1500px){
	#main-tabs .tabs-list {
		flex-wrap: wrap;
	}
	#main-tabs .tabs-list li {
		width: 50%;
	}
	#main-tabs .tabs-list li:nth-child(2){
		border-top-right-radius: 5px;
	}
	#main-tabs .tabs-list li:last-child{
		border-radius: 0px;
	}
}
@media screen and (max-width: 560px){
	#main-tabs .tabs-list li {
		width: 100%;
	}
	#main-tabs .tabs-list li:nth-child(2){
		border-top-right-radius: 0;
	}
}

/* End */


/* Start:/local/templates/design_18/components/bitrix/system.pagenavigation/square/style.css?1726044297832*/
/* pagination */
.pagination__wrapper{
    display: flex;
    align-items: center;
}
.pagination__item{
    padding: 7px 0;
    width: 30px;
    height: 30px;
    font-size: 14px;
    text-align: center;
    border: 1px solid #cdcdcd;
    cursor: pointer;
    text-decoration: none;
    color: #000;
}
.center-col .pagination__item {
	color: #000;
}

.pagination__wrapper .active{
    color: #ff6600;
}

.pagination__main .pagination__item{
    margin: 0 2.5px;
}
.pagination__item:hover, .pagination__item:focus{
    background-image: -moz-linear-gradient( 90deg, rgb(240,240,240) 0%, rgb(255,255,255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(240,240,240) 0%, rgb(255,255,255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(240,240,240) 0%, rgb(255,255,255) 100%);
    text-decoration: none;
}
/* End */


/* Start:/local/templates/design_18/components/echo/catalog.section/slider_novelties/style.css?17260442979747*/
.catalog-description {
    overflow: visible;
    max-height: 10000px;
    margin: 10px 0;
}
.catalog-additional__filter{
    justify-content: space-between;
    margin: 10px 0;
    padding-left: 0;

}
.catalog-additional__filter__item{
    margin-top: 10px;
}
.catalog_view-type{
    padding-left: 20px;
    display: flex;
}
.catalog_view-type label{
    width: 25px;
    height: 25px;
    display: block;
    position: relative;
    margin: 0 5px;
}
.catalog_view-type input{
    display: none;
}
.catalog_view-type-list + span{
    position: absolute;
    left: 0; top: 0;
    width: 100%; height: 100%;
    cursor: pointer;
    background: url("/local/templates/design_18/components/echo/catalog.section/slider_novelties/../../../../images/list-disabled.svg") no-repeat;
}
.catalog_view-type-list:checked + span{
    position: absolute;
    left: 0; top: 0;
    width: 100%; height: 100%;
    cursor: pointer;
    background: url("/local/templates/design_18/components/echo/catalog.section/slider_novelties/../../../../images/list.svg") no-repeat;
}
.catalog_view-type-grid + span{
    position: absolute;
    left: 0; top: 0;
    width: 100%; height: 100%;
    cursor: pointer;
    background: url("/local/templates/design_18/components/echo/catalog.section/slider_novelties/../../../../images/grid-disabled.svg") no-repeat;
}
.catalog_view-type-grid:checked + span{
    position: absolute;
    left: 0; top: 0;
    width: 100%; height: 100%;
    cursor: pointer;
    background: url("/local/templates/design_18/components/echo/catalog.section/slider_novelties/../../../../images/grid.svg") no-repeat;
}
/* title */
.catalog-category__title{
    padding: 10px;
    background: #f0f0f0;
    border: 1px solid #c8c8c8;
    font-size: 15px;
    font-weight: bolder;
}
.catalog__choice-color{
    margin: 10px 0;
    position: relative;
}
.catalog__choice-color a{
    color: #f60;
    text-decoration: underline;
    font-size: 12px;
    font-weight: bold;
    padding-left: 15px;
}
.catalog__item-not-available{
    align-items: center;
    margin: 10px 0 0;
	width: 100%;
}
.catalog_not-on-store{
	text-align: center;
}
.center-col .catalog_not-on-store p {
	margin-bottom: 0;
}
.catalog_notify_on_admission a{
    text-decoration: none;
    color: #808080;

}
.count__block{
    width: 130px;
}
.count__block .count__value {
    width: 70px;
}

/* catalog card */
.catalog__item-title{
    font-size: 16px;
    margin: 15px 0 5px;
    height: 4.1em;
	overflow: hidden;
	position: relative;
}
.catalog__item-title:after {
	content: "";
	width: 100%;
	height: 30px;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 83%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 83%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 83%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	position: absolute;
	bottom: 0;
	left: 0;
}
.center-col .catalog__item-title a, .catalog__item-title a{
    color: #000;
    text-decoration: none;
}
.catalog__item-sku{
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 10px;
}
.catalog__item-composition{
    margin-bottom: 5px;
    font-weight: bold;
}
.catalog__item-description{
    font-size: 12px;
    margin-bottom: 5px;
}
.catalog__item-actions{
    color: #f60;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;

}
.params__param{
    margin: 10px 0;
    align-items: center;
}
.params__param .params__param-name {
    color:#606060;
    padding-left: 0;
}
.params__param-value{
    color: #1e1e1e;
}
.catalog__item-cart_price span{
    font-size: 16px;
    margin-top: 10px;
    font-weight: bold;
}
/* catalog grid */
.catalog-grid__row .catalog-grid__item{
    padding-left: 0px;
    padding-right: 0px;
    display: flex;
}
.catalog-grid__sticker{
    position: relative;
}
.catalog-grid__sticker img{
    width: 40px;
    position: absolute;
    right: 0;
}
.catalog__item-img{
    text-align: center;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.catalog__item-img .highslide img {
	max-height: 180px;
	max-width: 100%;
}
.catalog-grid__card.block{
    margin: 0px;
    padding: 15px;
    flex: 1 1 auto;
    position: relative;
    padding-bottom: 70px;
}
.catalog-grid__title{
    padding: 10px;
    border: 1px solid #c8c8c8;
    background: #f0f0f0;
    font-size: 16px;
    font-weight: bold;
}
.catalog__item-title a:hover {
    color: #ff6600;
    text-decoration:none;
}
.catalog-grid__card:hover{
    box-shadow: 0px 0px 6px 0px rgba(50, 50, 50, 0.2);
}
.catalog__item-buy{
    display: flex;
    justify-content: space-evenly;
	width: 100%;
	margin-top: 10px;
	height: 30px;
}
.catalog-grid__row .catalog__item-cart {
    margin: 15px 0;
    position: absolute;
    bottom: 10px;
}
.catalog__item-cart{
    margin: 10px 0 ;
}
.avail_msg {
	text-align: center;
	padding-top: 5px;
	width: 100%;
}

/* title */
.catalog-category__title{
    padding: 10px;
    background: #f0f0f0;
    border: 1px solid #c8c8c8;
    font-size: 15px;
    font-weight: bolder;
}
.catalog__choice-color{
    margin: 10px 0;
	height: 20px;
	width: 100%;
	position: relative;
}
.catalog__choice-color a{
    color: #f60;
    text-decoration: underline;
    font-size: 12px;
    font-weight: bold;
    padding-left: 15px;
}
.catalog__item-not-available{
    align-items: center;
    margin: 10px 0;
	width: 100%;
}
.catalog_not-on-store{
	height: 30px;
}

/* prefered params */
.catalog__item-prefered_params{
    margin: 5px 0;
}
.item-prefered_params-param{
    margin: 5px 0;
}
.item-prefered_param-name{
    font-weight: bold;
    padding-right: 5px;

}

/* color top */
.color__top-add-button{
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
}
.color__top-add-button .count__block{
    margin: 0 10px;
}
.color__top-add-button .add-to-cart{
    width: auto;
    height: 30px;
}
.choice-color__top{
    border: 1px solid #c8c8c8;
    padding: 10px;
}
/* color */
.color__top-add-button .add-to-cart[disabled] {
    cursor: default;
    width: 35px;
}
.color__top-add-button .add-to-cart[disabled]:hover {
    border-color: #A8A8A8;
}
.choice-color__color{
    padding: 10px;
    border: 1px solid #c8c8c8;
}
.color__preview{
    display: flex;
    justify-content: space-between;
}
.color__image{
    position: relative;
}
.color__stiker{
    position: absolute;
    top: 0;
    right: 0;
}
.highslide .color__stiker-img{
    max-width: 80px;
	max-height: 70px;
}
.color__title{
    margin-bottom: 10px;
}
.color__title .code {
    float: right;
}
.color__info{
    min-height: 30px;
}
.color__not-available{
    text-align: center;
    align-self: center;
}
.color__not-available div{
    font-weight: bold;
}
.color__not-available a, .color__not-available a:visited{
    text-decoration: none;
    color: #808080;
}
.color__not-available a:hover{
    text-decoration: none;
    color: #f60;
}
.add-to-cart__button .waiter {
    font-size: 18px;
}
.catalog-color__sticker img {
    width: 40px;
    position: absolute;
    right: 0;
}

.total {
    position: relative;
}
.item .waiter {
    position: absolute;
    left: 7px;
    top: 2px;
    font-size: 17px;
}

.modal_form.xap {
    width: 1100px;
    height: auto;
    margin-top: -200px;
    margin-left: -550px;
    max-width: 100%;
}

.modal_form.xap .wrapper {
	overflow-y: scroll;
	max-height: 420px;
}

@media (max-width: 1100px){
    .modal_form.xap {
        width: 100%;
        margin-left: 0;
        left: 0;
    }
}
@media screen and (max-width: 520px){
    .catalog-additional__filter{
        justify-content: center;
    }
	.modal_form.xap .wrapper {
		max-height: 340px;
	}
}

/* новинки  */
#novities-slider{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.novities--wrapper{
    margin: 20px 0;
}
.novice-item{
    position: relative;
    border: 1px solid #c8c8c8;
    padding: 15px;
}
.wrapper__title{
    font-size: 28px;
    font-weight: bold;
    color: #f60;
	padding-bottom: 5px;
}
.card-sticker{
    position: absolute;
    right: 5%;
    top: 5%;
	width: 40px;
}
.novice-item .card-preview{
    margin: 0 auto;
    max-height: 100%;
}
.novice-item__image {
    height: 160px;
	width: 100%;	
	display: flex;
	align-items: center;
}
.novice-item__title{
    font-size: 16px;
    line-height: 1.4;
    height: 90px;
    overflow: hidden;
}
.center-col .novice-item__title a{
    text-decoration: none;
    color: #000;
}
.center-col .novice-item__title a:hover {
    color: #ff6600;
    text-decoration:none;
}
.novice-item__param{
    font-size: 12px;
    font-weight: bold;
	padding-top: 10px;
}
.novities--wrapper .slick-slider{
    border: 1px solid #c8c8c8;
}

.info_retail_no_hover {
	height: 18px;
	width: 18px;
	background: url('/local/templates/design_18/components/echo/catalog.section/slider_novelties/../../../../images/info.svg') no-repeat;
	display: inline-block;
	margin-left: 5px;
	margin-bottom: -4px;
	position: relative;
}
.info_rrc_no_hover {
    height: 18px;
    width: 18px;
    background: url('/local/templates/design_18/components/echo/catalog.section/slider_novelties/../../../../images/info.svg') no-repeat;
    display: inline-block;
    margin-left: 5px;
    margin-bottom: -4px;
    position: relative;
}
.info_opt_no_hover {
    height: 18px;
    width: 18px;
    background: url('/local/templates/design_18/components/echo/catalog.section/slider_novelties/../../../../images/info.svg') no-repeat;
    display: inline-block;
    margin-left: 5px;
    margin-bottom: -4px;
    position: relative;
}
.info_retail_tip {
    display: none;
}
.info_rrc_tip {
    display: none;
}
.info_opt_tip {
    display: none;
}


/* .info_retail::before {
    content: "";
    white-space: nowrap;
    position: absolute;
    top: -97px;
    left: -40px;
    border: 1px solid #000000;
    border-radius: 5px;
    padding: 2px 2px;
    line-height: 1em;
    width: 143px;
    height: 92px;
    background: url('/local/templates/design_18/components/echo/catalog.section/slider_novelties/../images/retail_message.svg') no-repeat;
    background-color: #FFF;
    display: none;
    z-index: 5;
} */
/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?143138667951*/
font.errortext{color:red}font.notetext{color:green}
/* End */


/* Start:/local/templates/design_18/components/bitrix/news.list/index_slider_brands/style.css?1726044297146*/
/* брэнды */
.brand__item{
    flex-grow: 1;
    width: 20%;
}
.brand__item img{
    display: block;
    margin: 0 auto;
    padding: 0px;
}
/* End */


/* Start:/local/templates/design_18/components/bitrix/news.list/index_aktsii/style.css?1726044297883*/
/* акции */
.action--wrapper {
	margin-top:30px;
}
.center-col .action__link{
    text-decoration: none;
    color: #000;
}
.action__link:hover{
    text-decoration: none;
}
.action__item-preview img{
    width: 100%;
}
.action__item-date{
    color: #808080;
    font-size: 12px;
	font-weight: normal;
    padding: 2px 0 5px 5px;
	float: right;
}
.action__item-title{
    font-size: 18px;
    font-weight: bold;
	line-height: 22px;
    color: #000;
    padding: 5px 10px;
	width: 100%;
}
.bottom__term{
    display: flex;
    align-items: center;
    padding: 10px;
}
.bottom__term img{
    padding-right: 5px;
}
.bottom__timer{
    display: flex;
    align-items: center;
}
.timer-counter{
    font-size: 24px;
    color: #f60;
    text-align: center;
}
.timer--block{
    align-items: center;
}
.bottom__timer span{
    padding-right: 10px;
}
.timer-item{
    margin: 10px;
}
/* End */
/* /local/templates/design_18/components/airis/index_slider/index_slider_big/style.css?1733145898649 */
/* /local/templates/design_18/components/bitrix/catalog.section.list/index_slider_group_19/style.css?1726044297849 */
/* /local/templates/design_18/components/bitrix/system.pagenavigation/square/style.css?1726044297832 */
/* /local/templates/design_18/components/echo/catalog.section/slider_novelties/style.css?17260442979747 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?143138667951 */
/* /local/templates/design_18/components/bitrix/news.list/index_slider_brands/style.css?1726044297146 */
/* /local/templates/design_18/components/bitrix/news.list/index_aktsii/style.css?1726044297883 */
