/*********************template-pages************************/
.template1-page{
    padding: 18px 0 18px;
}
.template2-page, .template3-page, .template4-page{
    padding: 40px 0 48px;
}
.template1-page h1, .template2-page h1, .template3-page h1, .template4-page h1{
    margin-bottom: 24px;
}
.template1-page h2, .template2-page h2, .template3-page h2, .template4-page h2{
    margin-bottom: 22px;
}
.template1-page h3, .template2-page h3, .template3-page h3, .template4-page h3{
    margin: 32px 0 16px;
}
.template1-page h4, .template2-page h4, .template3-page h4, .template4-page h4{
	font-size: 18px;
    line-height: 20px;
	color: #67605A;
    margin: 32px 0 16px;
}
.template1-page h5, .template2-page h5{
	line-height: 18px;
    font-size: 16px;
    font-weight: 700;
    color: #444;
    margin: 20px 0 8px;
}
.template1-page p, .template2-page p, .template3-page p, .template4-page p{
    margin-bottom: 13px;
}
.template2-page li{
    margin-bottom: 16px;
}
.template1-page a:hover, .template2-page a:hover, .template3-page a:hover, .template4-page a:hover{
	text-decoration: underline;
}
.template1-page .table-container thead > tr {
    background-color: #67605A;
    color: #f5f5f5;
}
.template1-page .table-bordered > thead > tr > th {
    border: 1px solid #67605A !important;
    font-weight: normal;
    font-size: 14px;
    vertical-align: top;
}
.template2-page label, .template3-page label, .template4-page label{
    font-weight: 500;
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
}
.template2-page input, .template3-page input, .template4-page input, .template2-page select, .template3-page select, .template4-page select{
	width: 300px;
    max-width: 100%;
	font-weight: 400;
	font-size: 16px;
	border: 1px solid #BABABA;
    padding: 8px 1px;
}
.template2-page label > input, .template2-page label > textarea, .template3-page label > input, .template3-page label > textarea, .template4-page label > input, .template4-page label > textarea{
    margin-top: 5px;
}
.template2-page textarea, .template3-page textarea, .template4-page textarea{
    width: 500px;
	max-width: 100%;
    height: 200px;
    display: block;
}
.template3-page input, .template3-page textarea, .template4-page input, .template4-page textarea{
    display: inline-block;
}

/********************left-menu***********************/
.left-menu a{
	color: #401F03;
}
.parent-page{
	display: inline-block;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
}
.pages-around{
	list-style: none;
	padding: 0;
	margin: 12px 0 32px;
}
.pages-around > li{
	padding: 9px 0 3px 0;
	margin-bottom: 16px;
}
.pages-around > li:hover{
	text-decoration: underline;
}
.pages-around > li > a{
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
}
.pages-around > li+li{
	border-top: 1px solid #eee;
}
.pages-around > .active > a{
	font-weight: bold;
	color: #555;
}
.children-pages > .children-page{
	margin: 0 0 14px;
}

/***********************header-top***************************/
.header-top{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	height: 43px;
	white-space: nowrap;
	background-color: #ECF7FF;
	color: #FFFFFF;
	overflow: visible;
	z-index: 200;
	transform: translate3d(0, 0, 0);
}
.header-top > div, .header-top > div > div{
	height: 100%;
}
.header-top:before{ 
	position: absolute;
	left: calc(50% - 74px);
	top: 4px;
	width: 148px;
	height: 122px;
	background: url("img/group9.png") center center no-repeat;
	background-size: 148px 122px;
	content: "";
	transition: all 0.5s ease-out;
}
.header-top .logo{ 
	position: absolute;
	left: calc(50% - 58px);
	top: 7px;
	width: 116px;
	height: 116px;
	background: url("img/logo.png") center center no-repeat;
	background-size: 116px;
	transition: all 0.5s ease-out;
}
.header-top .languages > .lang{
	display: inline-block;
	line-height: 43px;
	height: 100%;
}
.header-top .languages > .lang_ru{
	margin-right: 39px;
}
.header-top .pushy-menu-btn{
	display: none;
}
.header-top .logo-mobil{
	left: -300px;
	max-width: 0px;
	position: absolute;
	height: 100%;
	opacity: 0;
	font-size: 0px;
	padding-top: 12px;
	transition: all 0s ease-out;
}
.header-top .contacts{
	display: none;
}
.header-top .versions{
	line-height: 43px;
	height: 100%;
}
.header-top .versions:hover {
	text-decoration: underline;
}

/****************header-top.scrolled**********************/
.header-top.scrolled{
	background-color: #ECF7FF;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
	height: 50px;
}
.header-top.scrolled:before{
	background: none;
	content: "";
}
.header-top.scrolled .logo{
	top: -200px;
}
.header-top.scrolled:before{ 
	top: -200px;
	transition: all 0.5s ease-out;
}
.header-top.scrolled .pushy-menu-btn{
	display: block;
	width: 23px;
}
.header-top.scrolled .languages > .lang{
	padding-left: 24px;
}
.header-top.scrolled .languages > .lang_ru{
	margin-right: 16px;
}
.header-top.scrolled .languages > .lang > span{
	display: none;
}
.header-top.scrolled .versions{
	padding-left: 32px;
}
.header-top.scrolled .versions > span{
	display: none;
}
.header-top.scrolled .logo-mobil{
	left: 0px;
	display: block;
	height: 65px;
	line-height: 50px;
	background-size: 64px;
	background-position: left center;
	transition: all 0.25s ease-out;
	max-width: none;
	opacity: 1;
	position: relative;
	font-size: 17px;
	padding-top: 0px;
}
.header-top.scrolled .contacts{
	display: block;
}
.header-top.scrolled .contacts > .email, .header-top .contacts > .phone{
	font-family: Roboto;
	font-style: normal;
	line-height: 50px;
}
.header-top.scrolled .contacts > .email{	
	font-weight: normal;
	font-size: 18px;
	color: #268AEA;
	margin-right: 32px;
}
.header-top.scrolled .contacts > .phone{
	font-weight: 500;
	font-size: 18px;
	color: #67605A;
}

/***********************header******************************/
.header{ 
	position: relative;
	z-index: 10;
	background-color: #44ABE8;
	box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.35);
	padding-top: 144px;
	transform: translate3d(0, 0, 0);
}
.header-bg{ 
	position: absolute;
	content: "";
	display: block;
	left: 0;
	right: 0;
	height: 100%;
	bottom: 0;
	z-index: 0;
	overflow: hidden;
}
.header-bg>div{ 
	position: absolute;
	content: "";
	display: block;
	left: 0;
	right: 0;
	height: 100%;
	bottom: 0;
	z-index: 0;
	background: url("img/first-screen-bg.jpg") center bottom no-repeat;
	background-size: cover;
}
.header p{
	max-width: 382px;
	font-weight: bold;
	font-size: 12px;
	line-height: 17px;
	text-align: center;
	text-transform: uppercase;
	color: #ECF7FF;
	margin: 0 auto 9px;
}	
.header .rect{
	position: relative;
	width: 233px;
	height: 2px;
	background: #ECF7FF;
	border-radius: 1px;
	margin: 0 auto 22px;
}
.header h2{
	font-size: 44px;
	line-height: 52px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
	margin-bottom: 6px;
}
.header h5{
	font-family: Roboto;
	font-weight: 500;
	text-align: center;
	color: #FFFFFF;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
}

/***********************header-bottom************************/
.header-bottom{
	position: relative;
	background: #268AEA;
	padding: 12px 0;
	margin-top: 274px;
}
.header-bottom > .container{
	height: 100%;
}

#contrast-setting{
	position: fixed;
	overflow: visibled;
	left: 0;
	right: 0;
	top: 0;
	z-index: 11;
	transform: translate3d(0, 0, 0);
	height: 50px;
	padding: 10px 15px;
	border-bottom: 1px solid #ccc;
	background-color: #fff;
	text-align: center;
}
#contrast-setting #font-s{
	font-size: 16px;
	display: inline-block;
	margin: 0 3px;
	cursor: pointer;
}
#contrast-setting #font-m{
	font-size: 20px;
	display: inline-block;
	margin: 0 3px;
	cursor: pointer;
}
#contrast-setting #font-l{
	font-size: 24px;
	display: inline-block;
	margin: 0 8px 0 3px;
	cursor: pointer;
}
#contrast-setting #contrast-positive{
	display: inline-block;
	margin: 0 3px;
	padding: 0 4px;
	border: 1px solid #000;
	background-color: #fff !important;
	color: #000 !important;
	cursor: pointer;
}
#contrast-setting #contrast-negative{
	display: inline-block;
	margin: 0 3px;
	padding: 0 5px;
	border: 1px solid #fff;
	color: #fff !important;
	background-color: #000 !important;
	cursor: pointer;
}


/*===============================================================*/
/********************для common.js и scrolledge.js****************/
.header.scrolled{
	background: linear-gradient(90deg, #363C4D 0%, #161616 100%);
	padding: 8px 0 0px;
	border-bottom: 1px solid rgba(255,255,255,0.75);
}

/*=================================================*/

/********************block-about******************************/
.block-about{
	text-align: left;
	background: #FFFFFF;
	padding: 58px 0 0;
}
.block-about .item-1, .block-about .item-2{
	margin-bottom: 50px;
}
.block-about .item-1 > h2{
	margin-bottom: 23px;
}
.block-about .item-1 > p{
	margin-bottom: 14px;
}
.block-about .item-1 > .button{
	display: inline-block;
	margin-top: 12px;
}
.block-about .item-2{
	/*padding-left: 112px;*/
}
.block-about .item-2 > h3{
	margin: 0 0 3px 96px;
}
.block-about .item-2 > .row-1{
	margin-left: 80px;
}
.block-about .item-2 h2{
	font-weight: normal;
	font-size: 41px;
	line-height: 44px;
	color: #F25D75;
	margin-top: 17px;
}
.block-about .item-2 p{
	max-width: 120px;
	font-size: 15px;
	line-height: 15px;
	color: #67605A;
}
.block-about .item-2 > img{
	margin-top: 22px;
}


/********************block-showcase***************************/
.block-showcase{
	text-align: left;
	background: #FAFAFA;
	padding: 60px 0 42px;
}
.block-showcase h2{
	margin-bottom: 22px;
}
.block-showcase > .container > p{
	max-width: 750px;
	margin-bottom: 36px;
}
.block-showcase .item-1, .block-showcase .item-2, .block-showcase .item-3{
	background-repeat: no-repeat;
	background-color: transparent;
	background-size: 68px;
	background-position: 16px top;	
	padding-top: 82px;
	padding-bottom: 33px;
	margin-bottom: 36px;
}
.block-showcase .item-1{
	background-image: url("img/colba.png");	
}
.block-showcase .item-2{
	background-image: url("img/hands.png");	
}
.block-showcase .item-3{
	background-image: url("img/bag.png");	
}
.block-showcase h3{
	margin-bottom: 12px;
}
.block-showcase .item-1 > p, .block-showcase .item-2 > p, .block-showcase .item-3 > p{
	max-width: 290px;
	margin-bottom: 26px;
}
.block-showcase .button{
	position: absolute;
	bottom: 0;
}
.block-showcase > .container > h3{
	margin: 44px 0 24px;
}
.block-showcase .card-out{
	display: inline-block;
	width: calc(25% - 32px);
	margin: 0 16px 7px;
	vertical-align: top;   
}
.block-showcase > .container > a{
	display: block;
	text-align: center;
	text-decoration: underline;
	margin: 18px 0 0;
}

/********************block-info***************************/
.block-info{
	text-align: left;
	background: #ECF7FF;
	padding: 64px 0 32px;
}
.block-info h3{
	margin-bottom: 17px;
}
.block-info p{
	margin-bottom: 28px;
}
.block-info .item{
	padding-bottom: 33px;
	margin-bottom: 40px;
}
.block-info .button{
	position: absolute;
	bottom: 0;
}

/********************block-news***************************/
.block-news{
	text-align: left;
	background: #FFFFFF;
	padding: 58px 0 41px;
}
.block-news h2{
	color: #F25D75;
	margin-bottom: 30px;
}
.block-news .item{
	margin-bottom: 42px;
}
.block-news .news-date{
	font-family: Roboto Condensed;
	font-style: normal;
	font-weight: bold;
	font-size: 17px;
	line-height: 21px;
	color: #67605A;
	margin-bottom: 12px;
}
.short-news-item{
	position: relative;
	height: 100%;
	padding-bottom: 62px;
}
.block-news .button{
	position: absolute;
	bottom: 0;
}
.block-news > .container > a{
	display: block;
	text-align: center;
	text-decoration: underline;
}


/*==================================================================*/

/************************footer******************************/
.footer{
	text-align: left;
}

.footer-top{
	background: #32597E;
	padding: 27px 0 48px;
}
.footer-top h3{
	color: #FFFFFF;
}
.footer-top p{
	color: #ECF7FF;
}
.footer-top a{
	color: #FFFFFF;
}
.footer-top .logo-small{
	height: 96px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url("img/logo-small.png");
	background-position: left center;
	background-size: 96px;
	padding: 26px 0 0 111px;
}
.footer-top .item-1, .footer-top .item-2, .footer-top .item-3{
	padding-top: 34px;
}
.footer-top .item-1 > p, .footer-top .item-2 > p, .footer-top .item-3 > p{
	margin-bottom: 16px;
} 
.footer-top .item-3 > p{
	max-width: 180px;
}
.footer-top h5{
	margin-bottom: 12px;
}
.footer-top .contacts{
	padding-top: 64px;
}
.footer-top .contacts > p{
	margin-bottom: 7px;
}
.footer-top .contacts > a{
	display: block;
	text-align: left;
}
.footer-top .contacts > p ~ p{
	margin-top: 6px;
}
.footer-top .contacts > .button{
	display: inline-block;
	text-align: center;
	margin-top: 22px;
}

.footer-bottom{
	background: #ECF7FF;
	padding: 30px 0 24px;
}
.footer-bottom h4{
	margin-bottom: 12px;
}
.footer-bottom h6{
	font-size: 17px;
	line-height: 19px;
	color: #67605A;
	margin-bottom: 8px;
}
.footer-bottom a{
	font-size: 15px;
	line-height: 18px;
	text-decoration-line: underline;
	color: #268AEA;
}
.footer-bottom a img{
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}
.footer-bottom .item-2, .footer-bottom .item-3, .footer-bottom .item-4{
	padding-top: 30px;
}
.footer-menu{
	position: relative;
	list-style: none;
	padding: 0;
	max-width: 220px;
}
.footer-menu > li{
	display: block;
	position: relative;
	background: transparent;
	margin: 0;
}
.footer-menu > li > a{
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 18px;
	color: #ECF7FF;
}
.footer-menu > li + li{
	margin-bottom: 4px;
}
.footer-menu > li > ul{
	display: none; 
}

/*==================================================================*/
/*****************************Pages*********************************/
/*==================================================================*/

/************************modal news*********************************/
.news-item{
    max-width: 800px;
    text-align: left;
    padding: 16px 0 5px;
}
.news-item > .news-text{
	margin-bottom: 30px;
}
.news-item >  h3{
	margin-bottom: 22px;
}
.news-item > .news-date{	
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #91430C;
	margin-bottom: 6px;
}
.news-item p{
	margin-bottom: 13px;
}

/************************news page**************************/
.template1-page .block-news{
	padding-top: 30px;
}


/************************catalog page*******************************/
.catalog-page > h1{
    margin: 1px auto 22px;
}
.catalog-page > .more-products{
	margin-bottom: 20px;
}
.catalog-page p{
	margin-bottom: 20px;
}
.catalog-page > p{
	margin-bottom: 30px;
}
.catalog-page > p > .button{
	padding: 6px 23px;
}
.catalog-links-item{
	margin-bottom: 30px;
}
.catalog-links-item h3{
    font-weight: bold;
    font-size: 17px;
    line-height: 20px;
	text-align: left;
	color: #4C7ABF;
}
.children-category-items{
	list-style: none;
	padding-left: 0;
}
.children-category-items > li{
    display: inline-block;
}
.children-category-items > li > a{
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
	color: #4C7ABF;
    outline: none;
    text-decoration: none;
}
.catalog-links-item .children-category-items > li:after{
    content: ", ";
}
.catalog-links-item .children-category-items > li:last-of-type:after {
    content: "";
}
.catalog-page > .children-category-items > li + li:before{
    content: "•";
    margin: 0 4px;
}

/**********************list product-card**************************/
.product-list{
	margin: 0 -16px 20px;
}
.product-list > .card-out{
	display: inline-block;
	margin: 0 16px;
    width: calc(25% - 32px);
}
.product-card:hover{
	box-shadow: 0px 20px 15px rgba(0, 0, 0, 0.15);
}
.card-out > a:hover{
	text-decoration: none;
}
.more-products > .more-products-link{
    display: block;
    background-image: url(img/arrow-down.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    padding: 13px 0 24px;
    max-width: 506px;
    margin: 5px auto 40px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    border-top: 1px solid #C4C4C4;
}
.more-products > .loading{
	background-image: url("img/loading.gif");
	background-position: center;
	background-repeat: no-repeat;
	width: 128px;
	height: 128px;
	margin: 0px auto;
}

/**********Страница товара ф-ция get_product_page**********/
.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;
}
.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 .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{ 
	margin: 15px 0;
}
.product-page .price-stock{
	max-width: 246px; /*320px*/
	border-top: 1px solid #C4C4C4;
	margin-bottom: 0; /*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: #DA2433;
	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-position: left 2px;
	background-repeat: no-repeat;
	background-size: 32px;
	background-image: url("img/question.png");
	padding: 10px 10px 29px 45px;
	margin-top: 4px;
}
.product-page .product-question:hover{
	color: #DA2433;
}
.product-page .description{
	overflow-x: hidden;
	overflow-y: hidden;
	margin: 0px 0 32px;
}
.product-page .description > h2{
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	color: #555555;
	text-transform: uppercase;
	margin: 20px 0 12px;
}
.product-page .description > p{
	font-size: 15px;
    line-height: 18px;
    margin-bottom: 6px;
}
.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;
	width: 64px;
	left: -64px;
	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;
}

@media (max-width: 1400px){
	
}
@media (max-width: 1199px){ /* lg */
	.header{
		padding-bottom: 274px;
	}
	.header-bottom{
		display: none;
	}
	.block-showcase .card-out, .product-list > .card-out{
		width: calc(33% - 32px);
	}
}
@media (min-width: 992px){ /* lg */
	
}
@media (max-width: 991px){ /* md */
	.header-top.scrolled .languages, .header-top.scrolled .contacts > .email{
		display: none;
	}
	.block-about .item-2 > .row-1{
		margin-left: 0;
	}
	.block-about .item-2 > h3{
		margin-left: 16px;
	}
	.block-showcase {
		padding: 30px 0 42px;
	}
	.block-showcase .card-out, .product-list > .card-out{
		width: calc(50% - 32px);
	}
	.block-news > .container > a{
		text-align: left;
	}
	.footer-top .logo-small{
		margin-bottom: 20px;
	}
	.footer-top .item-3{
		padding-top: 0;
	}
	.footer-top .contacts{
		padding-top: 70px;
	}
}
@media (max-width: 767px){ /* sm */
	body {
		font-size: 16px;
	}
	.template1-page > .container, .template2-page > .container, .template3-page > .container, .template4-page > .container{
		overflow: hidden;
	}
	.header-top{
		background-color: #ECF7FF;
		box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
		height: 50px;
	}
	.header-top:before{
		background: none;
		content: "";
	}
	.header-top .logo{
		display: none;
	}
	.header-top .pushy-menu-btn{
		display: block;
	}
	.header-top .languages{
		display: none;
	}
	.header-top .versions{
		padding-left: 32px;
	}
	.header-top .versions > span{
		display: none;
	}
	.header-top .logo-mobil{
		left: 0px;
		display: block;
		height: 65px;
		line-height: 50px;
		background-size: 64px;
		background-position: left center;
		transition: all 0.25s ease-out;
		max-width: none;
		opacity: 1;
		position: relative;
		font-size: 17px;
		padding-top: 0px;
	}	
	.header-top .contacts{
		display: block;
	}
	.header-top .contacts > .phone{
		font-family: Roboto;
		font-style: normal;
		font-weight: 500;
		line-height: 50px;		
		font-size: 18px;
		color: #67605A;
	}
	.header-top .contacts > .email{	
		display: none;
	}
	.header{
		padding-top: 94px;
	}
	.header .container{
		overflow: hidden;
	}
	.left-menu{
		margin-top: 80px;
	}
	.footer{
		text-align: center;
	}
	.footer-top .logo-small {
		background-position: center top;
		padding: 112px 0 80px;
	}
	.footer-menu{
		text-align: center;
		margin: 0 auto;
	}
	.footer-top .item-3 {
		padding-top: 34px;
	}
	.footer-top .item-3 > p {
		margin-left: auto;
		margin-right: auto;
	}
	.footer-top .contacts {
		padding-top: 20px;
	}
	.footer-top .contacts > a, .footer-top .email > a{
		text-align: center;
	}
	.footer-top .logo-small > h3, .footer-top .logo-small > p{
		max-width: 390px;
		margin-left: auto;
		margin-right: auto;
	}
	#e-appeals-form{
		margin-bottom: 36px;
	}
}
@media (max-width: 630px){ 
	.header-top.scrolled .contacts, .header-top .contacts, .header-top.scrolled .versions, .header-top .versions{
		display: none;
	}
	.header h2{
		font-size: 26px;
		line-height: 38px;
		margin-bottom: 24px;
	}
	.block-showcase .card-out, .product-list > .card-out{
		width: calc(100% - 32px);
	}
}
@media (max-width: 570px){ 
	.header-top.scrolled .contacts {
		display: none;
	}
}
@media (max-width: 479px){ /* xs */
	.header-top .logo-mobil, .header-top.scrolled .logo-mobil{
		font-size: 15px;
		padding-left: 68px;	
	}
	.catalog-page > p{
		text-align: center;
	}
	.catalog-page > p > .button{
		font-size: 15px;
		padding: 6px 10px;
	}
}