
.top-bg{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: 397px 649px;	
	background: linear-gradient(180deg, #7DE3FF 0%, #FFF6EB 100%);
}
.top-bg>div{
	position: absolute;
	width: 397px;
	height: 649px;
	bottom: 0;
	left: 0;
}

.middle-panel{
	background: #FFFFFF;
	box-shadow: 0px 0px 5px rgba(76, 86, 64, 0.3);
}
.block-market{
	position: relative;
	padding: 40px 0 20px;
	background: #FAFAFA;
}
.market-1, .market-2, .market-3, .market-4{
	margin: 0 -10px;
}
.market-1{
	background: linear-gradient(180deg, rgba(113, 189, 255, 0.06) 0%, rgba(255, 255, 255, 0) 31.48%);
	box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
}
.market-2{
	background: #E4FF9D;
	box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.2);
}
.market-3{
	background: #FF9411;
	box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.2);
}
.market-4{
	background: #FF8D44;
	box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
}
.market-5{
	background: #F4FEDC;
	box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.2);
}
.market-6{
	background: #EDFAFC;
	box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.2);
}
.market-7{
	background: linear-gradient(90deg, #C0DEF9 0%, #E2F1FF 100%);
	box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.2);
}

.info-category-out{
	position: relative;
	height: 86px;
	background: #8DD339;
	text-align: left;
	overflow: hidden;
	margin-bottom: 30px;
}
.info-category-out .flex-box_vertical-center{
	height: 86px;
}
.info-category-out h2{
	font-family: Oswald;
	font-style: normal;
	font-weight: 600;
	font-size: 34px;
	line-height: 118%;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-left: 44px;
	margin-right: 5px;
}
.info-category-out h4{
	font-family: Oswald;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 128%;
	color: #FFFFFF;
	margin-left: 10px;
	margin-right: 20px;
}

.info-category-out:before{
	position: absolute;
	top: 6px;
	left: -75px;
	width: 100px;
	height: 200px;
	transform: rotate(-13deg);
	background: #FFFFFF;
	content:".";
}
.info-category-out:after{
	position: absolute;
	top: 6px;
	left: -78px;
	width: 100px;
	height: 200px;
	background: #FF9411;
	transform: rotate(-13deg);
	content:".";
}
.header{ 
	position: fixed;
	height: 104px;
	width: 100%;
	max-width: 900px;
	vertical-align: top;
	z-index: 500;
	transition: all ease-out 0.5s;
	background: #FFFFFF;
}
.header .a-logo{
	display: inline-block;
	height: 80px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 17px 0 0 25px;
}
.header .phones{
	padding: 15px 0 0 10px;
	height: 60px;
	margin: 23px 9px 0 57px;
	border-bottom: 3px solid #FF9411;
	white-space: nowrap;
}
.header .phone{
	display: inline-block;
	vertical-align: top;
	text-decoration: none;	
}
.header .phones > .phone.a1{
	margin-left: 38px;
}
.header .phones > .phone.mts{
	margin-left: 32px;
}
.header .menu-btn{
	display: none;
	position: absolute;
	right: 24px;
	top: 28px;	
	z-index: 20;
}

.template1-page{
	padding: 120px 10px 64px;
}
.template2-page, .template3-page, .template4-page{
	padding: 27px 0 48px;
}
.left-panel{
	position: fixed;
	top: 38px;
	width: 300px;	
}
.left-panel > .button{
	margin-bottom: 16px
}
.first-screen{
	position: relative;
	background: #FFFFFF;
	padding-top: 118px;
	z-index: 2;
}
.first-screen .h3{
	margin: 0 0 26px 17px;
	text-transform: none;
}
.first-screen .h4{
	color: #4F4F4F;
	margin: 0 0 20px 16px;
}
.first-screen-list__item h4{
	margin: 0 0 20px 16px;
}
.first-screen-list__item h4>span{
	font-weight: bold;
}
.first-screen-list{
	position: relative;
	padding-left: 8px;
	margin-right: -5px;
}
.first-screen-list__item{
	display: inline-block;
    width: 33%;
    margin: 0;
    text-align: left;
    vertical-align: top;
}
.first-screen-list__item h3{
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	color: #4F4F4F;	
	margin: 8px 0 7px 0px;
}
.first-screen-list__item .h4{
	display: inline-block;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	color: #1F1F1F;	
	margin-left: 0px;
}
.first-screen-list__item .h4:after{
	background-position: 6px top;
	background-color: transparent;
    background-repeat: no-repeat;
	background-size: 16px 16px;
	background-image: url("img/link-arrow.png");
	padding-left: 35px;
	content: "";
}
.first-screen-list__item span{
	font-family: Oswald;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	color: #FF9411;
}

.block-slider {
	margin: 0 2px; /*18px*/
}
.block-slider .product-card{
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	transition: all ease-out 0.5s;
}
.block-slider .slick-slide{ /*окно просмотра слайда*/
	position: relative;
	z-index: 2;
}
.slick-dotted > .slick-dots{
	margin-bottom: 7px;
}
.slick-slide:focus{
	outline: none;
}
.block-slider .next-arrow{
	position: absolute;
	width: 67px;
	height: 67px;
	right: 3px;
	bottom: 83px; 
	background-image: url("img/scroll-icon.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 66px 66px;
	z-index: 3;
}

.slick-dots li{
    width: 12px;
    height: 12px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    background-color: #C7C7C7;
}
.slick-dots li.slick-active{
	background: #FF9411;
}
.slick-dots li button:before{
    display: none;
}
.block-showcase{
	padding: 31px 0 18px;
	position: relative;
	background-color: #FAFAFA;
	text-align: left;
}
.block-showcase h3{
	margin: 0 0 18px 17px;
}
.block-showcase h4{
	margin: 9px 0 10px;
	text-align: left;
}
.block-showcase p{
	margin-bottom: 14px;
}
.block-products{
	position: relative;
	padding: 11px 0 18px;
	background-color: #FAFAFA;
	text-align: left;
}
.block-products .block-slider{
	margin-bottom: 46px;
}
.catalog-links-item > .children-categories > .children-category-title{
	margin: 0 10px 16px 17px;
}
.catalog-links-item > .children-categories p{
	margin: 0 10px 23px 17px;
}
.block-manufacture{
	position: relative;
	padding: 11px 0 14px;
	background-color: #FAFAFA;
	text-align: left;
}
.block-manufacture > .info-category-out h4{
	margin: 0 50px 0 10px;
}
.manuf-photo{
	position: relative;
	/*padding-left: 0px;
	padding-right: 0px;*/
}
.manuf-photo > div{
	display: inline-block;
    width: 33%;
    margin: 0px -8px 15px 10px;
    vertical-align: top;   
}
.footer{
	position: relative;
	padding: 0 0 60px;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 5px rgba(76, 86, 64, 0.3);
	text-align: left;
	margin-bottom: 51px;
}
.footer h3{
	font-size: 28px;
	line-height: 114%;
}
.footer .address{
	padding: 22px 8px 10px 6px;
}
.footer .address > h3{
	margin: 0 0 0 14px;
}
.footer .address > .address-map{	
	display: block;
	position: relative;
	max-width: 340px;
	z-index: 3;
	font-family: Oswald;
	font-style: normal;
	font-weight: 500;
	font-size: 23px;
	line-height: 139%;
	color: #4F4F4F;	
	white-space: normal;
	text-align: left;
	background-repeat: no-repeat;  
    background-position: left 3px;
	background-image: url("img/map.png");
	background-size: 16px 30px;
	padding-left: 32px;	
	margin: 22px 0 28px 14px;
}
.yandex-map{
	max-width: 460px;	
	margin: 0 0 0 15px;
	border: 2px solid #FFFFFF;
	box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.13);
}

.footer .contacts{
	padding: 22px 0 0 32px;
}
.footer .contacts > h3{
	margin-top: 0;
}
.footer .phones{
	margin: 24px 0 38px;
}
.footer .phone{
	display: inline-block;
	vertical-align: top;
	text-decoration: none;	
	padding-left: 32px;
}
.footer .phones .phone + .phone{
	margin-top: 19px;
}
.footer .messengers{
	margin: 19px 0 40px;	
}
.footer .worktime{
	max-width: 240px;
	margin: 19px 0 50px;	
}
.catalog{
	
}
.catalog h1{
	margin-bottom: 0px;
}
.catalog h3{
	margin: 24px 0 8px;
}
.catalog a{
	color: #04668C;
    outline: none;
    text-decoration: none;
	white-space: normal;
}
.catalog a:hover{
	color: #D12D34;
}
.catalog a:focus{
    color: #23527c;
    text-decoration: underline;
}
.catalog h3 > a{
	font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 26px;
    letter-spacing: -0.01em;
}
.catalog ul{
	margin-bottom: 10px;
}
.catalog li > a{
	font-weight: normal;
}
.category-logo{
	width: 50px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	background-size: contain;
	background-repeat: no-repeat;
}
.catalog-page{
	text-align: left;
	padding-bottom: 32px;
}
.catalog-page .brand-logo{
	outline: 1px solid #e5e5e5;
	margin-bottom: 26px;
}
.catalog-page h1{
	margin: 1px auto 22px;
}
.catalog-page h2{
	margin-bottom: 15px;
}
.catalog-page p{
	text-align: left;
	margin-bottom: 14px;
}
.catalog-page a{
	color: #04668C;
	font-weight: normal;
}
.catalog-page h1+p{
	max-width: 600px;
	margin: -10px 0 29px;
}
.catalog-page .category-descr{
	text-align: left;
	margin: 16px 0 42px;
}
.catalog-page .category-descr h2, .catalog-page .category-descr h3, .catalog-page .category-descr h4{
	text-align: left;
}
.catalog-page .category-descr2{
	text-align: left;
	margin: 24px 0 32px;
}
.catalog-page .category-descr2 h2, .catalog-page .category-descr2 h3, .catalog-page .category-descr2 h4{
	text-align: left;
}
.catalog-page > .price-filter{
	margin: 16px 0 32px;
}
.catalog-page .product-list{
	margin: 16px auto 0px;
}
.product-list .back-to-list{
	margin-top: 24px;
}
.product-list.no-slider{
	text-align: left;
}
.product-list.no-slider > div{
	display: inline-block;
	width: calc(33% - 30px);
	margin: 0 15px;
	vertical-align: top;
}
.children-category-items{
	padding: 8px 0 10px;
	text-align: center;
}
.children-category-items ul{
	padding: 0;
	margin: 0 15px;
	list-style: none;
}
.children-category-items ul > li{
	display: inline-block;
}
.children-category-items ul > li+li{
	
}
.children-category-items ul > li+li:before{
	content: "•";
	margin: 0 4px;
}
.brands-list{
	max-width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	font-size: 0px;
}
.brands-list a{
	font-size: 18px;
	display: inline-block;
	width: 200px;
	height: 100px;
	margin: 0 2px 2px 0;
	background-color: #fafafa;
	text-align: center;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
}
.brands-list a:hover{
	color: #fff;
	background-color: #FF9411;
}

/**Показать больше товара в ф-циях get_search_products_part,**
get_category_products_part, get_brand_products_part в function.php***/
.more-products > a{
	display: block;
	max-width: 506px;
	padding: 13px 0 24px;
	/*background-image: url("img/arrow-down.png");
	background-position: center bottom;
	background-repeat: no-repeat;*/
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	color: #04668C;
	text-align: center;
	text-transform: uppercase;
	border-top: 1px solid #C4C4C4;
	margin: 5px auto 40px;
}

.more-products > .loading{
	background-image: url("img/loading.gif");
	background-position: center;
	background-repeat: no-repeat;
	width: 128px;
	height: 128px;
	margin: 0px auto;
}
.more-products-link:hover{
	
}
.button.back-to-list{ /*a.back-to-list*/
	color: #FFFFFF;
	font-weight: bold;
	margin: 32px 0 5px;	
}
.product-page{
	padding-top: 24px;
}
.product-page .product-big-image{
	height: 352px;
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	outline: 1px solid #e5e5e5;
	cursor: pointer;
	margin-bottom: 32px;
	margin-right: 30px;
}
.product-page .product-big-image.no-photo{
	background-image: url("img/no-photo.png");
	background-size: auto;
	cursor: default;
}
.product-page h1{
	text-align: left;
	margin-bottom: 14px;
}
.product-page h3{
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	color: #555555;
	text-transform: none;
	margin-bottom: 16px;
}
.product-page .brand-logo{
	width: 100px;
	height: 100px;
	display: inline-block;
	outline: 1px solid #e5e5e5;
	vertical-align: middle;
}
.product-page .brand-title{
	display: inline-block;
	vertical-align: middle;
	margin-left: 0px;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	color: #555555;
	margin-bottom: 10px;
}
.product-page .category-title{ /*Закоментированна в function.php*/ 
	margin: 15px 0;
}
.product-page .price-stock{
	max-width: 320px;
	border-top: 1px solid #C4C4C4;
	margin-bottom: 22px;
}
.stock0{  /*товара нет в наличии*/
	color: #D9240E;
}
.stock1{  /*товар в наличии*/
	color: #01C04D;
}
.product-page .price-stock > h4{
	position: relative;
	font-style: normal;
	font-weight: bold;
	font-size: 26px;
	line-height: 30px;
	color: #FF9411;
	padding: 18px 0 0 0;
	margin-bottom: 10px;
}
.product-page .price-stock > .price > .currency{
	display: none;
}
.product-page .price-stock > .price > .currency-label{
	color: #444;
	font-size: 22px;
	margin-left: 4px;
}
.product-page .price-stock > .price > .price-note{
	color: #444;
	font-size: 16px;
	margin-left: 8px;
}
.product-page .price-stock > .price > .old-price{
	position: relative;
	display: block;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 17px;
	color: #777777;
	margin-bottom: 4px;
}
.product-page .price-stock > .price > .old-price:after{
	display: block;
	position: absolute;
	left: -3px;
	top: 2px;
	width: 56px;
	height: 18px;
	content: "";
	background-image: url("img/old-price-line.png");
	background-repeat: no-repeat;
}
.product-page .button{
	margin-bottom: 32px;
	vertical-align: top;
}
.product-page .button + .button{
	margin-left: 24px;
	margin-bottom: 38px;
}
.product-page .product-question{
	display: inline-block;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 19px;
	color: #333333;
	border-bottom: 1px solid #C4C4C4;
	background-image: url("img/question.png");
	background-position: left 2px;
	background-repeat: no-repeat;
	background-size: 32px 32px;
	padding: 10px 10px 29px 45px;
	margin-top: 4px;
}
.product-page .product-question:hover{
	text-decoration: underline;
}
.product-page .description{
	overflow-x: hidden;
	overflow-y: hidden;
	margin: 33px 0 32px;
}
.product-page .description p{
	margin-bottom: 14px;
}
.product-page .description ul{
	margin-bottom: 10px;
}
.product-page .product-params{
	background-color: #fff;
}
.product-page .cart-count{
	width: 80px;
	border: 1px solid #A5B8C7;
	font-size: 16px;
	line-height: 18px;
	padding: 4px 1px;
	margin-right: 8px;
}

.product-page .product-new{
	display: inline-block;	
	background: #01C04D;
	border-radius: 3px;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 15px;
	text-align: center;
	color: #FFFFFF;
	padding: 4px 14px 5px;
	margin-bottom: 8px;
}
.product-page .product-hit{
	display: inline-block;
	position: relative;
	transform: rotate(-8deg);
	transform-origin: left top;
	border: 2px solid #E8323A;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 15px;
	text-align: left;
	color: #E8323A;
	padding: 4px 12px 5px;
	margin: 0;
}
.product-alt-images{
	position: absolute !important;
	width: 80px;
	left: -100px;
	top: 16px;
	z-index: 10;
}
.product-page .product-alt-image{
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	border: 1px solid #e5e5e5;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-color: #fff;
	cursor: pointer;
}
.similar-products{
	border-top: 1px solid #e5e5e5;
	padding-top: 24px;
	margin: 32px 0;
}
.similar-products > h3{
	/*text-align: left;*/
	margin: 24px 0 8px;
}

.brand-logo{
	display: inline-block;
	width: 200px;
	height: 200px;
	background-color: #eee;
	background-size: cover;
	background-position: center;
	margin-bottom: 10px;
}

.product-logo{
	width: 300px;
	height: 300px;
	background-color: #eee;
	background-size: cover;
	background-position: center;
	margin-bottom: 10px;
}


.search-title{
	margin-bottom: 0px;
}
.search-title h2{
	text-align: center;
	margin-bottom: 10px;
}
.search-title p{
	text-align: center;
	margin-bottom: 14px;
}
.podokonniki {
	padding: 45px 10px 45px;
	margin: 0 -10px 0px;
}
.podokonniki p{
	max-width: calc(100% - 30px);
}
.podokonniki h3{
	margin: 10px 0 20px;
}
.podokonniki img{
	margin: 0px 0 30px;
}
#podokonniki-estera{
	background-color: #fff;	
}
#podokonniki-crystallit{
	background-color: #fafafa;
}
#podokonniki-moller{
	background-color: #f5f5f5;
}
#podokonniki-danke{
	background-color: #fafafa;
}
.category-html-out{
	padding: 22px 0 0;
}
.category-html-out h3{
	color: #8DD339;
}
.category-html-out h5{
	text-transform: uppercase;
	color: #FF9411;
	margin-bottom: 14px;
}
.category-html-out p{
	margin-bottom: 10px;
}
.category-html-out .col-33{
	display: inline-block;
	width: 33%;
    text-align: left;
	vertical-align: top;
	padding: 0 10px; 
	margin: 0 0 14px 0;
}
.category-html-out .col-33 > .text-over{
	margin-right: -70px;
	margin-bottom: 28px;
}
.category-html-out > .info-category-out{
	margin: 0 -10px;
}
.category-html-out > .info-category-out h2{
	margin: 0 0 0 44px;
}
.plastic-otkosy{
	padding: 44px 0 54px;
}
.plastic-otkosy > .row-1 > .item-1{
	padding-left: 16px;
}
.plastic-otkosy > .row-1 > .item-2{
	padding-left: 40px; 
}
.plastic-otkosy > .row-1 > .item-1 > .button{
	margin: 28px 0 0 0;
}
.plastic-otkosy > h3{
	margin: 62px 0 30px 10px;
}
.plastic-otkosy h5, .qunell-otkosy h5{
	font-weight: 500;
}
.qunell-otkosy{
	padding: 14px 8px 0;
}
.qunell-otkosy > img{
	margin-left: 8px;
	margin-bottom: 30px;
}
.qunell-otkosy > h3{
	margin: 22px 0 28px;
}
.qunell-otkosy > .qunell-item{
	max-width: 734px;
	margin-bottom: 31px;
}
.qunell-otkosy > .qunell-item > h3{
	margin-bottom: 30px;
}
.qunell-otkosy > .qunell-item >img{
	margin-bottom: 26px;
}
.qunell-otkosy > .block-market{
	background: #FFFFFF;
	padding: 14px 0 10px;
	margin: 0 -8px 0;
}
.qunell-otkosy > .block-market > .market-2{
	margin: 0 -20px 0;
}
.qunell-otkosy .col-33{
	padding: 0 14px 0 0;
	margin-bottom: 24px;
}
.qunell-otkosy > .button{
	margin-top: 6px;
}
.rama-pvh, .rama-otk{
	padding: 26px 8px 76px;
}
.rama-pvh > p{
	max-width: 570px;
	margin-bottom: 18px;
}
.rama-pvh .advantage{
	max-width: 400px;
	padding: 14px 0 0 0;
}
.rama-pvh .advantage > h3{
	margin-bottom: 23px;
}
.rama-pvh .advantage > ul{
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	color: #4F4F4F;
	padding-left: 16px;
	margin-bottom: 34px;
}
.rama-pvh .advantage > ul > li{
	margin-bottom: 10px;
}
.rama-pvh > h3{
	margin: 28px 0 16px;
}
.rama-pvh > h3 ~ p{
	margin-bottom: 34px;
}
.rama-pvh .rama-item, .rama-pvh .rama-item-4{
	margin-bottom: 42px;
}
.rama-pvh .rama-item + .rama-item{
	margin-left: 24px;
}
.rama-pvh .rama-item + .rama-item-4{
	margin-left: 4px;
}
.rama-otk{
	padding: 26px 8px 0 0;
}
.rama-otk h5{
	font-weight: 500;
}
.rama-otk > p{
	max-width: 570px;
	margin-bottom: 18px;
	margin-left: 8px;
}
.rama-otk > img{
	margin: 0 0 26px 8px;
}
.ramaotk-item{
	padding-left: 10px;
}
.rama-otk > h3{
	margin: 36px 0 28px 8px;
}
.rama-otk .button{
	margin: 12px 0 16px 8px;
}
.img-otk-2{
	padding-left: 8px;
}
.img-otk-4{
	padding-left: 20px;
}
.img-otk-2, .img-otk-3, .img-otk-4{
	margin-bottom: 28px;
}
.rama-al{
	padding: 32px 8px 0;
}
.rama-al > h3{
	margin: 68px 0 18px;
}
.rama-al > p{
	max-width: 570px;
	margin-bottom: 32px;
}
.al-profil{
	padding-left: 75px;
}
.row-profile{
	margin-bottom: 42px;
}
.rama-al .advantage{
	max-width: 430px;
	padding-left: 10px;
}
.rama-al  .advantage > h3{
	margin-bottom: 16px;
}
.rama-al  .advantage > .button{
	margin-top: 22px;
}
.img-al-2, .img-al-3, .img-al-4, .img-al-5, .img-al-6, .img-al-7, .img-al-8{
	margin-bottom: 42px;
}
.img-al-2, .img-al-5, .img-al-6, .img-al-7{
	padding-left: 8px;
}
.img-al-2 > img + img{
	margin-left: 26px; 
}
.img-al-3{
	padding-left: 24px;
}
.img-al-4{
	padding-left: 16px;
}
.img-al-8{
	padding-left: 32px;
}
.rama-al > .button{
	margin-left: 8px;
}
.dveri-pvh > h5{
	margin: 20px 6px 27px;
}
.dveri-pvh > p{
	max-width: 600px;
	margin: 50px 6px 40px;
}
.dveri-pvh > .row-indent{
	padding: 0 6px;
}
.dveri-pvh .col-33.item-1, .dveri-pvh .col-33.item-4, .dveri-pvh .col-33.item-7{
	padding: 0; 
	margin-bottom: 16px;
}
.dveri-pvh .col-33.item-2, .dveri-pvh .col-33.item-5, .dveri-pvh .col-33.item-8{
	padding: 0 0 0 4px; 
}
.dveri-pvh .col-33.item-3, .dveri-pvh .col-33.item-6, .dveri-pvh .col-33.item-9{
	padding: 0 0 0 10px; 
}
.dveri-pvh .advantage > img{
	margin-top: 14px;
}
.dveri-pvh .advantage > img + img{
	margin-left: 16px;
}
.dveri-pvh-item > h5{
	color: #1F1F1F;
}
.dveri-pvh-item > p{
	max-width: 340px;
}
.dveri-pvh-item > .button{
	margin: 8px 0 26px;
}
.dveri-pvh > .button{
	margin-top: 18px;
}
.kottedz > .category-html-out{
	padding: 0;
}
.kottedz .row-3 h5, .kottedz .row-5 h5{
	color: #1F1F1F;
}
.kottedz .profil-color{
	padding-left: 8px;
 }
.kottedz .row-1 > .item-1 > p, .kottedz .row-3 > .item-1 > p, .kottedz .row-5 > .item-1 > p{
	max-width: 390px;
}
.kottedz .profil-color > h5{
	margin-left: 16px;
 }
.kottedz > .category-html-out > p{
	max-width: 500px;
	margin: 0 0 20px 6px;
}
.kottedz > .category-html-out > .img-cottedz{
	padding: 0 0 28px 6px;
}
.kottedz .row-1, .kottedz .row-2, .kottedz .row-4{
	margin: 0 6px;
}
.kottedz .row-2 > .item-1 > img{
	margin-top: 6px;
}
.kottedz .row-1 > .item-2, .kottedz .row-2 > .item-2, .kottedz .row-4 > .item-2{
	padding-left: 8px;
}
.kottedz .row-2 > .item-2 > h5, .kottedz .row-4 > .item-2 > h5{
	max-width: 390px;
	margin-bottom: 20px;
}
.kottedz .row-1 > .item-2 > .button{
	margin: 10px 0 10px;
}
.kottedz .row-3{
	margin: 28px 6px 0;
}
.kottedz .row-3 > .item-1 > p + h5{
	margin-top: 36px;
}
.kottedz .row-3 .button{
	margin: 78px 0 10px 2px;
}
.kottedz .row-5{
	margin: 12px 6px 0;
}
.kottedz .row-5 > .item-1 > h5{
	margin-bottom: 20px;
}
.kottedz .row-5 > .item-1 > ol{
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	color: #4F4F4F;
	padding-left: 17px;
	margin: 12px 0 38px 19px;
}
.kottedz .row-5 > .item-1 > ol > li{
	margin-bottom: 10px;
}
.kottedz .row-5 > .item-2{
	padding: 44px 0 0 8px;
}
.kottedz .row-5 > .item-2 > img{
	margin-bottom: 12px;
}
.kottedz > .category-html-out > .info-category-out{
	margin-top: 12px;
	margin-bottom: 24px;
}
.kottedz > .category-html-out > .block-market{
	background: #FFFFFF;
	padding: 38px 0 36px;
}
.kottedz > .category-html-out > .block-market > .market-2{
	margin: 0 -20px 0;
}


.dacha{
	margin-top: -22px;
	padding: 0 8px;
}
.dacha > h5{
	color: #1F1F1F;
	margin-bottom: 30px;
}
.dacha > p{
	max-width: 490px;
	margin-bottom: 19px;
}
.dacha > img{
	margin-bottom: 16px;
}
.dacha > .examples{
	margin-bottom: 30px;
}
.dacha > .examples > img{
	margin-bottom: 10px; 
}
.dacha > .examples > img + img{
	margin-left: 5px; 
}
.dacha > .row-1{
	margin-bottom: 46px;
}
.dacha > .row-1 > .item-2{
	padding-left: 10px;
}
.dacha > .row-1 > .item-2 > .button{
	margin-top: 15px;
}
.dacha > .row-2{
	margin-bottom: 78px;
}
.dacha > .row-2 span{
	display: inline-block;
	max-width: 180px;
	vertical-align: top;
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #FF9411;
	margin: 48px 0 0 8px;
}
.dacha > .row-2 img{
	margin-bottom: 26px;
}
.dacha > .row-2 p{
	margin-bottom: 18px;
}
.dacha > .row-2 > .item-2{
	padding-left: 10px;
}
.dacha > .row-2 > .item-2 > span{
	margin-left: 4px;
}
.dacha > .obsada > img{
	vertical-align: top;
}
.dacha > .obsada > .item-2{
	display: inline-block;
	max-width: 500px;
	padding: 12px 0 0 10px;
}
.dacha > .obsada > .item-2 > h5{
	margin-bottom: 24px;
}
.dacha > .obsada > .item-2 > .button{
	margin-top: 10px;
}
.arrival-payment > h1{
	margin: 0 0 18px 6px;
}
.arrival-payment .arrival{
	padding: 20px 0 15px;
}
.arrival-payment .arrival img{
	margin-left: 6px;
}
.arrival-payment .arrival > .item-2{
	position: absolute;
	right: 9px;
	top: 426px;
	max-width: 290px;
}
.arrival-payment .arrival > .item-2 span{
	text-transform: uppercase;
	color: #FF9411;
}
.arrival-payment .arrival > .item-2 > .button{
	margin-top: 14px;
}
.arrival-payment .row-1{
	padding: 24px 0 0;
}
.arrival-payment .row-1 > .item-1 > img{
	margin-left: 10px;
}
.arrival-payment .row-1 > .item-2{
	padding: 66px 0 0 36px;
}
.arrival-payment .row-1 > .item-2 > h6{
	max-width: 420px;
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #1F1F1F;
	margin: 26px 0;
}
.arrival-payment .row-1 > .item-2 > p{
	max-width: 420px;
}
.arrival-payment .row-1 > .item-2 > .button{
	margin-top: 13px;
}
.credit{
	text-align: center;
}
.credit > h1{
	text-align: left;
	margin: 10px 0 0 6px;
}
.credit > p{
	max-width: 470px;
	color: #1F1F1F;
	margin: 0 auto 22px;
}
.credit > .row-1{
	text-align: left;
}
.credit > .row-1 h5{
	text-transform: uppercase;
	margin: 30px 0 13px;
	color: #1F1F1F;
}
.credit > .row-1 > .item-1{
	padding: 52px 0 0 0px;
}
.credit > .row-1 > .item-2{
	padding: 10px 0 0 34px;
}
.credit > .row-1 > .item-2 > p{
	max-width: 420px;
	color: #4F4F4F;
}
.credit > .row-1 > .item-2 > ul{
	list-style: none;
	margin: 23px 0 32px 0px;
	padding: 0;
}
.credit > .row-1 > .item-2 > ul > li{
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	color: #333333;
	background: url("img/checkbox.png") no-repeat left center;
	background-size: 29px 29px;
	padding: 5px 0 5px 41px;
	margin-bottom: 7px;
}
.credit > .block-market{
	background: #FFFFFF;
	padding: 40px 0 44px;
}
.credit > .block-market > .market-5, .credit > .block-market > .market-6, .credit > .block-market > .market-7{
	margin: 0 -20px 0;
}
.credit > .button{
	margin-bottom: 42px;
}
.works > h1{
	margin: 10px 0 60px 6px;
}
.works > .example > div{
	display: inline-block;
    text-align: left;
	vertical-align: top;
	margin: 0 14px 18px 0;
}
.works > .example > div > img{
	height: 100%;
	max-width: auto;
}
.reviews > h1{
	margin: 10px 0 24px 6px;
}
.review-slider{
	height: 450px;
	padding-top: 40px;
	padding-bottom: 20px;
	margin: 0 -10px 0;
}
.review-slider .slick-dots li{
	border-radius: 8px;
}
.review-slider .next-arrow{
	position: absolute;
	width: 67px;
	height: 67px;
	left: calc(50% + 82px);	
	bottom: -44px; 
	background-image: url("img/scroll-icon.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 66px 66px;
	z-index: 20;
}
.reviews .review-item{
	width: 401px;
	height: 356px;
	background-color: transparent;
	margin-left: 20px;
}
.reviews .review-item > .item-top{
	height: 55px;
	width:  inherit;
	background-color: #FFFFFF;
	padding-top: 8px;
}
.reviews .review-item > .item-top > img{
	position: relative;
	margin: 0 auto 0;
}
.reviews .review-item > .item-bottom{
	height: 85%;
	width: inherit;
	background-color: #4F4F4F;
	padding: 60px 0 0 14px;
	background-position: center 93%;
    background-repeat: no-repeat;
	background-size: 93px 19px;
	background-image: url("img/stars.png");
}
.reviews .review-item > .item-bottom > p:before{
	position: relative;
	display: inline-block;
	width: 21px;
	height: 19px;
	background-position: left top;
	background-color: transparent;
    background-repeat: no-repeat;
	background-size: 21px 19px;
	background-image: url("img/kavychka.png");
	margin: 0 8px 0 -30px;
	content:"";
}
.reviews .review-item > .item-bottom > p{
	max-width: 320px;
	font-size: 15px;
	line-height: 17px;
	color: #FFFFFF;
	margin: 0 auto 0;
}
.reviews .review-item > h6{
	position: absolute;
	bottom: 48px;
	width: inherit;
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 17px;
	line-height: 21px;
	color: #8DD339;
	text-align: center;
}


@media (min-width: 1200px){ /* lg */
	.container{
		width: 1200px;
		max-width: 100% !important;
	}
}
@media (max-width: 1199px){ /* lg */
	.left-panel{
		width: 236px;		
	}
	.left-panel .button{
		width: 200px;
	}
	.left-panel .main-menu > .menu__item > a, .left-panel .main-menu .sub-menu__item > a{
		white-space: normal;
	}
	.header{
		height: 82px;
		max-width: 705px;
	}
	.header .a-logo{
		background-image: url("img/logo-small.png");
		background-size: 123px 50px;
		margin: 12px 0 0 20px;
	}
	.header .phones{
		padding-top: 16px;
		margin-left: 0;
		margin-top: 15px;
	}
	.header .phones > .phone{
		height: 22px;
		font-size: 20px;
		line-height: 22px;
		padding-left: 20px;
	}
	.header .phones > .phone.a1, .header .phones > .phone.mts{
		margin-left: 18px;
		background-size:  11px 22px;
	}
	.header .phones > .phone.fixed{
		background-size: 13px 22px;
	}
	.first-screen-list{
		margin-right: 0;
	}
	.first-screen-list__item{
		width: 100%;
		text-align: center;
	}
	.first-screen h3, .first-screen h4{
		text-align: center;
	}
	.block-slider {
		margin: 0 calc((100% - 630px)/2); 
	}
	.block-showcase h3{
		margin-left: 20px;
	}
	.catalog-links-item > .children-categories > .children-category-title{
		margin: 0 20px 16px 20px;
	}
	.catalog-links-item > .children-categories p{
		margin: 0 20px 23px 20px;
	}
	.manuf-photo{
		padding-left: 42px;
	}
	.manuf-photo > .hide-div{
		display: none;
	}
	.manuf-photo > div{
		width: 50%;
		margin: 0px -30px 15px 14px;
	}	
	.footer .address{
		padding: 10px 8px 10px 6px;
	}
	.footer .contacts{
		padding: 10px 0 0 32px;
	}
	.footer .address > .address-map{			
		max-width: 280px;		
		font-size: 20px;
		line-height: 24px;
		background-size: 14px 24px;
		padding-left: 26px;	
		margin: 20px 0 26px 14px;
	}
	.footer .phones{
		margin: 20px 0 34px;
	}	
	.footer .phones > .phone{
		font-size: 20px;
		line-height: 24px;
		padding-left: 20px;
	}
	.footer .phones > .phone.fixed{
		background-size:  13px 22px;
	}
	.footer .phones > .phone.a1{
		background-size:  11px 22px;
	}
	.footer .phones > .phone.mts{
		background-size: 11px 22px;
	}
	.footer .messengers{
		margin: 17px 0 40px;	
	}
	.footer .messengers > .email{
		font-size: 20px;
		line-height: 24px;
		padding-left: 34px;
		background-size: 23px 16px;
	}	
	.footer .worktime{
		max-width: 190px;
		font-size: 20px;
		line-height: 24px;
		padding-left: 30px;
		background-size: 22px 22px;				
		margin: 19px 0 60px;
	}
	.footer .button{
		max-width: 222px;
	}
	.plastic-otkosy > .row-1 > .item-1{
		padding: 20px 6px 0 10px;
	}
	.plastic-otkosy > .row-1 > .item-2{
		padding: 0 16px 0 10px; 
	}
	.plastic-otkosy > .row-1 > .item-1 > .button{
		margin: 16px 0 0 0;
	}
	.category-html-out .col-33{
		width: 50%;
		margin: 0 -2px 12px 0;
	}
	.category-html-out .col-33 > .text-over{
		margin-right: -200px;
		margin-bottom: 28px;
	}
	.rama-pvh .rama-item + .rama-item, .rama-pvh .rama-item + .rama-item-4{
		margin-left: 0;
	}
	.img-otk-2, .img-otk-3, .img-otk-4{
		padding-left: 8px;
	}
	.al-profil{
		padding-left: 10px;
	}
	.rama-al .advantage{
		max-width: 570px;
		margin-top: 20px;
		padding: 0;
	}
	.img-al-4, .img-al-8{
		padding-left: 8px;
	}
	.img-al-3{
		padding-left: 0;
	}
	.rama-al > .button{
		margin-left: 0;
	}
	.dveri-pvh .advantage{
		margin-top: 24px;
	}
	.dveri-pvh > p {
		margin-top: 30px;
	}
	.dveri-pvh-item > p {
		max-width: 300px;
	}
	.dveri-pvh .col-33.item-1, .dveri-pvh .col-33.item-3, .dveri-pvh .col-33.item-5, .dveri-pvh .col-33.item-7, .dveri-pvh .col-33.item-9{
		padding-left: 48px; 
		margin-bottom: 24px;
	}
	.dveri-pvh .col-33.item-2, .dveri-pvh .col-33.item-4, .dveri-pvh .col-33.item-6, .dveri-pvh .col-33.item-8{
		padding-left: 10px; 
		margin-bottom: 24px;
	}
	.dveri-pvh > .button {
		margin-left: 6px;
	}
	.kottedz > .category-html-out > .img-cottedz{
		padding: 0 6px 28px;
	}
	.kottedz .row-2 > .item-2 > h5, .kottedz .row-4 > .item-2 > h5{
		max-width: 490px;
		margin-top: 14px;
	}
	.kottedz .row-2 > .item-2 > p, .kottedz .row-3 > .item-1 > p, .kottedz .row-4 > .item-2 > p{
		max-width: 490px;
	}
	.kottedz .row-1 > .item-1 > p{
		max-width: 320px;
	}
	.kottedz .row-2 > .item-2, .kottedz .row-4 > .item-2{
		padding-left: 0;
	}
	.kottedz .row-3 > .item-2{
		padding-top: 30px;
	}
	.kottedz .row-3 .button {
		margin-top: 28px;
	}
	.kottedz .row-5 > .item-1 > h5{
		margin-top: 16px;
	}
	.kottedz .row-5 > .item-2{
		padding: 14px 0 0 0;
	}
	.dacha > p{
		max-width: 600px;
	}
	.dacha > .examples > img{
		display: block; 
	}
	.dacha > .examples > img + img{
		margin-left: 0; 
	}
	.dacha > .row-1 p{
		max-width: 320px;
	}
	.dacha > .row-1 > .item-2 > .button{
		margin-top: 34px;
	}
	.dacha > .row-2 span{
		display: block;
		margin: 0 0 14px 0;
	}
	.dacha > .row-2 .button{
		max-width: 320px;
	}
	.dacha > .row-2 > .item-2 > span{
		margin-left: 0;
	}
	.dacha > .row-2 > .item-2{
		padding-left: 10px;
	}
	.dacha > .obsada > .item-2{
		max-width: 600px;
		padding: 20px 0 0;
	}
	.arrival-payment .arrival{
		padding-bottom: 25px;
	}
	.arrival-payment .arrival > .item-2{
		position: relative;
		top: auto;
		right: auto;
		padding-left: 16px;
		max-width: 600px;
	}
	.arrival-payment .row-1 > .item-2{
		padding: 36px 0 0 16px;
	}
	.arrival-payment .row-1 > .item-2 > h6{
		max-width: 600px;
		margin: 26px 0;
	}
	.arrival-payment .row-1 > .item-2 > p{
		max-width: 600px;
	}
	.credit > .row-1 > .item-1{
		padding-top: 100px;
	}
	
	
}
@media (min-width: 992px){ /* lg */
	
}
@media (max-width: 991px){ /* md */
	.header{
		height: 73px;
		max-width: 720px;
		border-bottom: 3px solid #FF9411;
	}
	.header .a-logo{
		margin: 9px 0 0 13px;
	}
	.header .phones{
		text-align: right;
		padding-top: 5px;
		padding-right: 22px;
		border: none;
	}
	.header .phones > .phone.fixed{
		height: 32px;
		background-position: left 1px;
		background-size: 18px 30px;
		background-image: url("img/fixed-phone.png");
	}
	.header .phones > .phone.a1{
		height: 32px;
		background-size: 16px 32px;
		background-image: url("img/phone.png");
		margin-right: 46px;
	}
	.header .phones > .phone.mts{
		display: none;
	}
	.header .phones > .phone > span{
		display: none;
	}
	.header .menu-btn{
		display: block;
	}	
	.catalog-links-item > .children-categories > .children-category-title{
		margin: 0 20px 17px 24px;
	}
	.catalog-links-item > .children-categories p{
		margin: 0 20px 28px 24px;
	}
	.row-profile p{
		max-width: 570px;
	}
	.al-profil{
		padding: 0;
	}
	.kottedz .row-1 > .item-1 > p, .kottedz .row-1 > .item-2 > p{
		max-width: 490px;
	}
	.kottedz .row-1 > .item-2{
		padding-left: 0;
	}
	.dacha > .row-1 p{
		max-width: 600px;
	}
	.dacha > .row-1 > .item-2{
		padding-left: 0;
	}
	.dacha > .row-1 > .item-2 > .button {
		margin-top: 14px;
	}
	.dacha > .row-2 {
		margin-bottom: 38px;
	}
	.dacha > .row-2 .button {
		max-width: inherit;
		margin-bottom: 20px;
	}
	.dacha > .row-2 p{
		max-width: 600px;
	}
	.dacha > .row-2 > .item-2 {
		padding-left: 0;
	}
	.credit > h1{
		text-align: center;
	}
	.credit > .row-1 > .item-1{
		text-align: center;
	}
	.credit > .row-1 > .item-2{
		text-align: center;
		padding: 10px 6px 0;
	}
	.credit > .row-1 > .item-2 > p{
		margin: 0 auto;
	}
	.credit > .row-1 > .item-2 > ul {
		max-width: 100%;
		margin: 30px 0 30px calc(50% - 120px);
	}
	
}
@media (max-width: 768px){ /*767px sm */
	.info-category-out{
		height: auto;
	}
	.info-category-out:before{
		top: auto; 
		left: -80px;
		bottom: -100px;
		transform: rotate(-14deg);
	}
	.info-category-out:after{
		top: auto;
		left: -83px;
		bottom: -100px;
		transform: rotate(-14deg);
	}
	.info-category-out .flex-box_vertical-center{
		display: inline-block;
		height: auto;
	}
	.info-category-out h2{
		margin: 10px 20px 10px 24px;
	}
	.info-category-out h4{
		margin: 11px 38px 20px 24px;
	}
	.block-showcase{
		padding: 31px 0 29px;
	}
	.block-showcase h3{
		text-align: center;
		margin: 0 0 18px 0;
	}
	.block-products{
		padding: 0 0 6px;
	}
	.block-market{
		padding: 0;
	}
	.market-1, .market-2, .market-3, .market-4{
		margin: 0;
		box-shadow: none;
	}
	.block-manufacture{
		padding: 0 0 26px;
	}
	.block-manufacture > .info-category-out{
		margin-bottom: 23px;
	}
	.block-manufacture > .info-category-out h4 {
		margin: 11px 38px 10px 24px;
	}	
	.manuf-photo{
		text-align: center;
		padding-left: 0;
	}
	.manuf-photo > div{
		width: 100%;
		margin: 0 0 16px;
	}
	.footer{
		margin-bottom: 0;
	}
	.footer .info-category-out:before{
		top: 0px; /*92px;*/
		left: -76px;
		transform: rotate(-14deg);
	}
	.footer .info-category-out:after{
		top: 0px;
		left: -79px;
		transform: rotate(-14deg);
	}
	.footer > .info-category-out h2{
		margin: 23px 20px 23px 24px;
	}
	.footer .address{
		padding: 4px 0 10px;
	}
	.footer .address > h3{
		margin: 0 0 0 22px;
	}
	.footer .address > .address-map{			
		max-width: 330px;		
		font-size: 23px;
		line-height: 139%;
		background-size: 16px 30px;
		padding-left: 32px;	
		margin: 22px 0 22px 22px;
	}
	.footer .address > .yandex-map{
		margin: 0;
		box-shadow: none;
	}
	.footer .contacts{
		padding: 8px 0 0 39px;
	}
	.footer .contacts > h3{
		margin-left: 9px;
	}
	.footer .phones{
		margin: 22px 0 40px 9px;
	}	
	.footer .phones > .phone{
		display: block;
		font-size: 23px;
		line-height: 32px;		
		padding-left: 30px;
	}
	.footer .phones > .phone.fixed{
		background-position: left 1px;
		background-size: 18px 30px;
	}
	.footer .phones > .phone.a1{
		background-size: 16px 32px;
	}
	.footer .phones > .phone.mts{
		background-size: 16px 32px;
	}
	.footer .messengers{
		margin: 17px 0 40px 9px;	
	}
	.footer .messengers > .email{
		font-size: 23px;
		line-height: 139%;
		padding-left: 43px;
		background-size: 27px 19px;
	}
	.footer .worktime{
		max-width: 230px;
		font-size: 23px;
		line-height: 139%;
		padding-left: 42px;	
		background-size: 25px 25px;		
		margin: 19px 0 38px 9px;
	}
	.footer .button{
		max-width: 282px;
	}
	.category-html-out > .info-category-out h2{
		margin: 23px 20px 23px 24px;
	}
	.category-html-out .col-33{
		width: 100%;
		margin: 0 -2px 12px 0;
	}
	.category-html-out .col-33 > .text-over{
		margin-right: 0;
		margin-bottom: 28px;
	}
	.qunell-otkosy > .block-market{
		margin: 0 -18px 0;
	}
	.qunell-otkosy > .block-market > .market-2{
		margin: 0;
	}
	.al-profil{
		padding-left: 0;
	}
	.img-al-3{
		padding-left: 8px;
	}
	.dveri-pvh .col-33.item-1, .dveri-pvh .col-33.item-2, .dveri-pvh .col-33.item-3, .dveri-pvh .col-33.item-4, .dveri-pvh .col-33.item-5, .dveri-pvh .col-33.item-6, .dveri-pvh .col-33.item-7, .dveri-pvh .col-33.item-8, .dveri-pvh .col-33.item-9{
		padding-left: 6px; 
	}
	.kottedz > .category-html-out > .block-market{
		margin: 0 -10px;
	}
	.kottedz > .category-html-out > .block-market > .market-2 {
		margin: 0;
	}
	.dacha > img{
		margin-bottom: 30px;
	}
	.arrival-payment .arrival > .item-2, .arrival-payment .row-1 > .item-2{
		padding-left: 6px;
	}
	.credit > .block-market{
		margin: 0 -10px;
	}
	.credit > .block-market > .market-5,.credit > .block-market > .market-6, .credit > .block-market > .market-7{
		margin: 0;
	}
	.product-list.no-slider > div{
		width: calc(50% - 30px);
	}
}
@media (max-width: 766px){
	.block-products .block-slider{
		margin-bottom: 50px;
	}
	.block-slider {
		margin: 0; 
	}
	.block-slider .next-arrow{
		right: calc(50% - 156px);
	}	
	.dveri-pvh .advantage, .dveri-pvh > p{
		max-width: 450px;
	}
	.kottedz .profil-color{
		padding: 20px 0 0 0;
	}
}

@media (max-width: 660px){
	
}
@media (max-width: 600px){
	.img-al-2 img, .img-al-3 img, .img-al-4 img, .img-al-5 img, .img-al-6 img, .img-al-7 img, .img-al-8 img{
		max-height: 83px;
	}
	.img-al-2, .img-al-3, .img-al-4, .img-al-5, .img-al-6, .img-al-7, .img-al-8{
		margin-bottom: 20px;
	}
	
}
@media (max-width: 479px){ /* xs */
	.first-screen{
		padding: 94px 0 0;
	}
	.first-screen h3{
		text-align: left;
		margin: 0 24px 22px;
	}
	.first-screen h4{
		line-height: 24px;
		text-align: left;
		margin: 0 24px 14px;
	}
	.first-screen-list{
		position: relative;
		padding-left: 38px;
		padding-right: 20px;
		margin-right: 0;
	}
	.first-screen-list__item{
		text-align: left;
	}
	.first-screen-list__item h3{
		margin: 8px 0 7px 0px;
	}
	.first-screen-list__item h4{
		margin: 0 0 23px;
	}
	.first-screen .market-1{
		margin: -7px 0 0;
	}
	.block-showcase h3{
		text-align: left;
		margin: 0 0 18px 22px;
	}
	.dveri-pvh .advantage > img{
		display: block;
		margin-top: 14px;
	}
	.dveri-pvh .advantage > img + img{
		margin-left: 0;
	}
	.review-slider{
		height: 510px;
	}
	.review-slider .next-arrow{
		left: calc(50% + 82px);	
		bottom: -44px; 
	}
	.reviews .review-item{
		width: 320px;
		height: 440px;
		margin-left: 10px;
	}
		.reviews .review-item > .item-bottom{
		background-position: center 95%;
	}
	.reviews .review-item > .item-bottom > p{
		max-width: 250px;
		font-size: 15px;
		line-height: 17px;
		color: #FFFFFF;
		margin: 0 auto 0;
	}
	.reviews .review-item > h6{
		position: absolute;
		bottom: 60px;
	}
	.product-list.no-slider > div{
		width: calc(100% - 30px);
	}
	.top-bg{
		display: none;
	}
}
.remont-okon{
	
}
.remont-okon .subheader{
	font-size: 19px;
	line-height: 25px;
	text-transform: uppercase;
	color: #1F1F1F;
	margin: -14px 0 10px;
}
.remont-okon > .block-market{
	background-color: #fff;
	padding: 12px 0 20px;
}
.remont-okon > .block-market > .market-1{
	margin: 0 -20px 0;
}
.remont-okon > .block-market > .market-1 > div.content{
	position: absolute;
	left: 0;
	top: 0;
	width: 450px;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.remont-okon > .block-market > .market-1 > div.content .last{
	color: #fff;
	margin: 13px 0 26px;
}
@media (max-width: 1199px){
	.remont-okon > .block-market > .market-1 > div.content .last{
		margin: 0px 0 15px;
	}
}
@media (max-width: 767px){
	.remont-okon > .block-market > .market-1 > div.content{
		align-items: center;
		text-align: center;
		width: 100%;
	}
}
@media (max-width: 670px){
	.remont-okon > .block-market > .market-1 > div.content{
		position: relative;
		width: 100%;
		height: 500px;
		background-color: #333;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 30% center;
		background-image: url("img/remont-okon-visual.jpg");
	}
	.remont-okon > .block-market > .market-1 > div.content h2{
		font-size: 28px !important;
		line-height: 130%;
		max-width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.remont-okon > .block-market > .market-1 > div.content .last{
		margin: 26px auto 43px;
	}
	.remont-okon > .block-market > .market-1  img{
		display: none;
	}
}

.remont-okon .advantages-items{
	position: relative;
	z-index: 5;
	display: flex;
	justify-content: space-between;
	margin: -33px 0 0px;
}
.remont-okon .advantages-items > .item{
	text-align: center;
}
.remont-okon .advantages-items > .item h3{
	color: #8DD339;
	margin: 23px 0 18px;
	text-transform: uppercase;
	text-align: center;
}
.remont-okon .advantages-items > .item p{
	text-align: center;
}
@media (max-width: 1199px){
	.remont-okon .advantages-items > .item h3{
		font-size: 24px;
	}
}
@media (max-width: 767px){
	.remont-okon .advantages-items{
		display: block;
		margin: -33px 0 0px;
	}
	.remont-okon .advantages-items > .item{
		margin-bottom: 43px;
	}
}
.remont-okon .advantages-items > .item h3>span{
	color: #FF9411;
}
.two-columns{
	display: flex;
	justify-content: space-between;
}
.two-columns > div{
	width: 50%;
}
@media (max-width: 767px){
	.two-columns{
		display: block;
	}
	.two-columns > div{
		width: 100%;
		text-align: center;
	}
}
.remont-okon .woman{
	margin: 73px 0 36px;
}
@media (max-width: 767px){
	.remont-okon .woman img{
		margin: 22px auto 10px;
	}
}
.remont-okon .info-category-out{
	margin: 0px -10px 0px;
}
.remont-okon .remont-items{
	display: flex;
	flex-wrap: wrap;
	margin: 21px 0px 10px;
}
.remont-okon .remont-items > div.item{
	display: inline-block;
	width: 33%;
	outline: 1px solid #C5CCD0;
	text-align:center;
	padding: 19px 0px 23px;
	margin: 1px 0px 0px 1px;
}
.remont-okon .remont-items > div.item h3{
	color: #1F1F1F;
	max-width: 260px;
	margin: 10px auto 10px;
	font-weight: 500;
	font-size: 28px;
	line-height: 33px;
	text-align: center;
	text-transform: uppercase;
}
.remont-okon .remont-items > div.item p{
	max-width: 260px;
	margin: 18px auto 17px;
	text-align: center;
}
@media (max-width: 1199px){
	.remont-okon .remont-items > div.item p{
		max-width: 90%;
	}
	.remont-okon .remont-items > div.item h3{
		max-width: 90%;
		font-size: 24px;
	}
}
@media (max-width: 767px){
	.remont-okon .remont-items{
		display: block;
	}
	.remont-okon .remont-items > div.item{
		display: block;
		width: 100%;
	}
}
.remont-okon .worker{
	margin: 54px 0 55px;
}
.remont-okon .worker .content{
	padding-top: 50px;
}
.remont-okon .types-items{
	color: #fff;
	background: #787878;
	position: relative;
	z-index: 5;
	display: flex;
	justify-content: space-between;
	margin: 0px -10px 0px;
}
.remont-okon .types-items > .item{
	text-align: center;
	padding: 41px 10px 45px;
	width: 33%;
}
.remont-okon .types-items > .item h3{
	color: #fff;
	margin: 13px 0 18px;
	font-size: 23px;
	line-height: 26px;
	text-transform: uppercase;
	text-align: center;
}
.remont-okon .types-items > .item p{
	color: #fff;
	margin: 10px 0 10px;
	text-align: center;
}
@media (max-width: 767px){
	.remont-okon .types-items{
		display: block;
		padding-bottom: 43px;
	}
	.remont-okon .types-items > .item{
		display: block;
		width: 100%;
		padding: 24px 10px 2px;
	}
}
.info-category-out +p{
	max-width: 540px;
	margin: 27px 0 24px;
}
.remont-okon .price-table-title{
	margin: 10px 0 26px;
	font-weight: 400;
	font-size: 19px;
	line-height: 25px;
	text-transform: uppercase;
	color: #1F1F1F;
}
table.h-bordered{
	border: 1px solid #8DD339;
}
table.h-bordered td{
	border-top: 1px solid #8DD339 !important;
}
.remont-okon .workers{
	margin: 52px 0 0px;
}
.remont-okon .workers p{
	margin: 8px 0 25px;
}
.remont-okon .complex-title{
	font-weight: 500;
	font-size: 19px;
	line-height: 25px;
	text-transform: uppercase;
	color: #FF9411;
	margin: 10px 0 10px;
}
.remont-okon .complex-items{
	margin: 28px 0 43px;
}
.remont-okon .complex-items .item{
	display: inline-block;
	border: 1px solid #8DD339;
	padding: 5px 10px 14px;
	vertical-align: top;
	width: calc(33% - 20px);
	font-size: 16px;
	text-align: center;
}
.remont-okon .complex-items .item h3{
	text-align: center;
}
.remont-okon .complex-items .item ol{
	text-align: left;
}
@media (max-width: 1199px){
	.remont-okon .complex-items .item ol{
		padding-left: 23px;
	}
}
@media (max-width: 767px){
	.remont-okon .complex-items .item{
		display: block;
		width: 274px;
		margin: 0px auto 20px !important;
	}
}
.remont-okon .complex-items .item ol li{
	margin-bottom: 10px;
}
.remont-okon .complex-items .item h3{
	font-size: 30px;
	margin: 10px 0 20px;
}
.remont-okon .complex-items .item .price{
	margin: 10px 0 10px;
	font-weight: 500;
	font-size: 30px;
	line-height: 32px;
	text-align: center;
	color: #FF9411;
}
.remont-okon .complex-items .item .button{
	margin: 10px 0 10px;
	width: 100%;
}
.remont-okon .complex-items .item+.item{
	margin-left: 10px;
}
.remont-okon .businessman{
	margin: 50px 0 0px;
}
.remont-okon .businessman .content{
	margin-top: 48px;
}
@media (max-width: 1199px){
	.remont-okon .businessman img{
		max-width: 90%;
	}
	.remont-okon .businessman .content{
		margin-top: 0px;
	}
}
@media (max-width: 767px){
	.remont-okon .businessman .content{
		margin-top: 30px;
	}
}
