.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("../../../../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("../../../../images/list.svg") no-repeat;
}
.catalog_view-type-grid + span{
    position: absolute;
    left: 0; top: 0;
    width: 100%; height: 100%;
    cursor: pointer;
    background: url("../../../../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("../../../../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('../../../../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('../../../../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('../../../../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('../images/retail_message.svg') no-repeat;
    background-color: #FFF;
    display: none;
    z-index: 5;
} */