

/* Start:/local/templates/knopa2019/components/bitrix/news.list/huge_slider/style.css?16807736022641*/
.top-wide-slider{
	margin-top: -18px;
}
.top-wide-slider__item{
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: transparent;
	background-repeat: repeat-x;
	background-position: center bottom;
	background-size: cover;
}
.top-wide-slider__item__link{
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	text-decoration: none;
	color: transparent;
}
.top-wide-slider .slick-arrow{
	position: absolute;
	top: 0;
	bottom: 0;
	width: 60px;
	cursor: pointer;
	opacity: 0.4;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50px auto;
	will-change: opacity;
	transition: opacity 200ms ease;
	border: none;
	margin: 0;
	padding: 0;
	color: transparent;
	overflow: hidden;
}
.top-wide-slider .slick-arrow.slick-prev{
	left: 0;
	background-image: url("/local/templates/knopa2019/images/arr-l3.svg");
}
.top-wide-slider .slick-arrow.slick-next{
	right: 0;
	background-image: url("/local/templates/knopa2019/images/arr-r3.svg");
}
.top-wide-slider .slick-prev:hover,
.top-wide-slider .slick-next:hover{
	opacity: 0.7;
}
.top-wide-slider .slick-dots{
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 25px;
	text-align: center;
	margin: 0;
}
.top-wide-slider .slick-dots li{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	transform: scale(1);
	transition: transform 150ms ease;
	will-change: transform;
}
.top-wide-slider .slick-dots li{
	width: 30px;
	cursor: pointer;
	background-image: url("/local/templates/knopa2019/images/dot4.svg");
	background-size: 12px auto;
}
.top-wide-slider .slick-dots li button{
	display: none;
}
.top-wide-slider .slick-dots li.slick-active{
	cursor: default;
	background-image: url("/local/templates/knopa2019/images/dot5.svg");
	background-size: 21px auto;
}
.top-wide-slider .slick-dots li:not(.slick-active):hover{
	transform: scale(1.3);
}
@media screen and (min-width: 1270px){
	.top-wide-slider{
		height: 225px;
	}
}
@media screen and (min-width: 1024px) and (max-width: 1269px){
	.top-wide-slider{
		height: 225px;
	}
}
@media screen and (max-width: 1023px){
	.top-wide-slider{
		margin-top: 0;
	}
	.top-wide-slider .slick-arrow,
	.top-wide-slider .slick-dots{
		display: none !important;
	}
}
@media screen and (min-width: 421px) and (max-width: 1023px){
	.top-wide-slider{
		height: 190px;
	}
}
@media screen and (min-width: 361px) and (max-width: 420px){
	.top-wide-slider{
		height: 160px;
	}
}
@media screen and (max-width: 360px){
	.top-wide-slider{
		height: 130px;
	}
}
/* End */


/* Start:/local/templates/knopa2019/components/bitrix/catalog.section/plitka_v22/style.css?16807736008894*/
.partner-catalog__list{
    margin-top: 20px;
    opacity: 1;
    will-change: opacity;
    transition: opacity 200ms ease;
}
.partner-catalog__list.in_process{
    opacity: 0.6;
}
.partner-catalog__list:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.partner-catalog__list.in_process:before{
    z-index: 2;
}
.partner-catalog__list__title{
    margin-bottom: 45px;
}
.partner-catalog__list__controls__sort{
    float: left;
}
.partner-catalog__list__controls__sort > span{
    display: block;
    float: left;
    line-height: 40px;
    margin-right: 10px;
}
.partner-catalog__list__controls__sort__select{
    float: left;
    min-width: 170px;
}
.partner-catalog__list__controls__sort__select__top{
    height: 40px;
    line-height: 40px;
    font-weight: 500;
    cursor: pointer;
}
.partner-catalog__list__controls__sort__select__top > span{
    float: left;
    display: block;
    padding-right: 17px;
    background: transparent url("/local/templates/knopa2019/images/arr-down6.svg") right top 17.5px no-repeat;
    background-size: auto 7px;
}
.partner-catalog__list__controls__sort__select.showed .partner-catalog__list__controls__sort__select__top > span{
    color: #fff;
    background-image: url("/local/templates/knopa2019/images/arr-up4.svg");
}
.partner-catalog__list__controls__sort__select.showed .partner-catalog__list__controls__sort__select__top:before{
    content: '';
    display: block;
    position: absolute;
    left: -20px;
    top: -5px;
    right: -20px;
    bottom: -5px;
    background-color: #00a9e7;
    border-radius: 15px 15px 0 0;
}
.partner-catalog__list__controls__sort__select:not(.showed) .partner-catalog__list__controls__sort__select__bot{
    display: none;
}
.partner-catalog__list__controls__sort__select__bot{
    position: absolute;
    left: -20px;
    right: -20px;
    top: 45px;
    padding: 15px 20px;
    background-color: #fff;
    border: 1px solid #d1d2d3;
    border-top: none;
    z-index: 1;
    border-radius: 0 0 15px 15px;
}
.partner-catalog__list__controls__sort__select__bot__item{
    display: block;
    float: left;
    clear: left;
    font-size: 14px;
    cursor: pointer;
}
.partner-catalog__list__controls__sort__select__bot__item:nth-child(1n+2){
    margin-top: 5px;
}
.partner-catalog__list__controls__sort__select__bot__item:hover{
    text-decoration: underline;
}
.partner-catalog__list__controls__ranger{
    float: right;
    line-height: 40px;
}
.partner-catalog__list__controls__ranger span{
    display: block;
    float: left;
    margin-right: 10px;
}
.partner-catalog__list__controls__ranger__item{
    float: left;
    min-width: 40px;
    height: 40px;
    padding: 0 10px;
    text-align: center;
    background-color: #eee;
}
.partner-catalog__list__controls__ranger__item:not(.active){
    cursor: pointer;
}
.partner-catalog__list__controls__ranger__item:first-of-type{
    border-radius: 5px 0 0 5px;
}
.partner-catalog__list__controls__ranger__item:last-of-type{
    border-radius: 0 5px 5px 0;
}
.partner-catalog__list__controls__ranger__item.active{
    background-color: #00a9e7;
    font-weight: 600;
    color: #fff;
}
.partner-catalog__list__item{
    border: 1px solid #d1d2d3;
    border-radius: 15px;
    padding: 20px;
    min-height: 345px;
}
.partner-catalog__list__item:hover{
    border-color: #00a9e7;
}
.partner-catalog__list__item__pic{
    height: 170px;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center;
    background-size: contain;
    margin: 20px 0;
    clear: both;
}
.partner-catalog__list__item__pic a{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    text-decoration: none;
    color: transparent;
}
.partner-catalog__list__item__price{
    font-family: KnopaText, sans-serif;
    font-size: 24px;
    line-height: 30px;
}
.partner-catalog__list__item__price s{
    color: #9f9f9f;
    font-size: 16px;
}
.partner-catalog__list__item__add2basket{
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #00a9e7;
    border-radius: 5px;
    line-height: 40px;
    padding: 0 15px;
    margin-top: 10px;
    cursor: pointer;
    will-change: color, background-color;
    transition: all 150ms ease;
}
.partner-catalog__list__item__add2basket::selection{
    background-color: transparent;
}
.partner-catalog__list__item__add2basket.in_basket{
    background-color: #ee312f;
}
.partner-catalog__list__item__add2basket.in_process{
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/local/templates/knopa2019/images/ldr2.gif");
    color: transparent;
}

.partner-catalog__list__item__showprice{
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #00a9e7;
    border-radius: 5px;
    line-height: 40px;
    padding: 0 15px;
    margin-top: 10px;
    cursor: pointer;
    will-change: color, background-color;
    transition: all 150ms ease;
}
.partner-catalog__list__item__showprice::selection{
    background-color: transparent;
}
.partner-catalog__list__item__showprice.in_basket{
    background-color: #ee312f;
}
.partner-catalog__list__item__showprice.in_process{
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/local/templates/knopa2019/images/ldr2.gif");
    color: transparent;
}

.partner-catalog__list__item__name{
    display: block;
    clear: both;
    color: inherit;
    text-decoration: none;
    padding-top: 10px;
}
.partner-catalog__list__item__knopa-line{
    display: block;
    position: absolute;
    left: 20px;
    top: 20px;
    font-weight: 300;
    font-size: 14px;
    color: #a3a3a3;
    text-transform: uppercase;
}
.partner-catalog__list__item__knopa-line b{
    font-weight: 600;
}
.partner-catalog__list__item__markers{
    position: absolute;
    right: 15px;
    top: 15px;
    text-align: center;
}
.partner-catalog__list__item__markers img{
    display: inline-block;
    width: auto;
}
.partner-catalog__list__item__markers img:nth-of-type(1n+2){
    margin-top: 5px;
}
.partner-catalog__list__item__markers img.dedact{
    height: 35px;
}
.partner-catalog__list__item__markers img.new{
    height: 23px;
}
.partner-catalog__list__item__markers img.ras{
    height: 28px;
}
.partner-catalog__list__item__markers img.hit{
    height: 23px;
}
.partner-catalog__list__controls__show-filter{
    display: none;
    float: right;
    line-height: 25px;
    font-family: DINRoundPro, sans-serif;
    font-size: 16px;
    font-weight: 400;
    background-color: #00a9e7;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
    text-align: center;
    padding: 0 7px 2px 7px;
    margin: 7.5px 0 0 0;
    vertical-align: top;
    text-transform: none;
}
.partner-catalog__list__controls__show-filter.showed{
    background-color: #ccc;
}
@media screen and (min-width: 1270px){
    .partner-catalog__list__item{
        float: left;
        width: 263.333px;
        margin-left: 25px;
    }
    .partner-catalog__list__item:nth-child(3n+1){
        margin-left: 0;
        clear: left;
    }
    .partner-catalog__list__item:nth-child(1n+4){
        margin-top: 25px;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1269px){
    .partner-catalog__list__item{
        float: left;
        width: 285px;
        margin-left: 20px;
    }
    .partner-catalog__list__item:nth-child(2n+1){
        margin-left: 0;
        clear: left;
    }
    .partner-catalog__list__item:nth-child(1n+3){
        margin-top: 20px;
    }
}
@media screen and (min-width: 1024px){
    .partner-catalog__list__controls{
        margin-top: 20px;
    }
}
@media screen and (max-width: 1023px){
    .partner-catalog__list__item{
        width: 100%;
    }
    .partner-catalog__list__item:nth-child(1n+2){
        margin-top: 10px;
    }
    .partner-catalog__list__controls__ranger{
        display: none;
    }
    .partner-catalog__list__controls__sort > span,
    .partner-catalog__list__controls__ranger span{
        display: none;
    }
    .partner-catalog__list__controls__sort__select{
        min-width: auto;
    }
    .partner-catalog__list__controls__sort__select__top{}
    .partner-catalog__list__controls__sort__select__top > span{
        max-width: 100%;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .partner-catalog__list__controls__show-filter{
        display: block;
    }
}
@media screen and (max-width: 360px){
    .partner-catalog__list__controls__sort__select{
        max-width: 150px;
    }
}
/* End */
/* /local/templates/knopa2019/components/bitrix/news.list/huge_slider/style.css?16807736022641 */
/* /local/templates/knopa2019/components/bitrix/catalog.section/plitka_v22/style.css?16807736008894 */
