* {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	position: relative;
	width:100%;
	height:100%;
}

body {
	position: relative;
	width:100%;
	height:100%;
	background: #f3f3f3;
	color: #000;
	font-size: 16px;
	font-family: Arial;
	background: url("/images/new/background.png") #fff;
	-webkit-text-size-adjust: none;
}

a,
a:visited,
a:active{
	color: #2058a6;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
a:hover{
	color: #d50000;
}
button::-moz-focus-inner {
	padding:0;
	border:0;
}
*:focus {
	outline: none;
}
form{
	/*text-align: right;*/
}
input[type=text],
input[type=number],
input[type=date],
input[type=password],
input[type=datetime],
input[type=email],
input[type=search],
input[type=tel],
input[type=url],
input[type=time],
textarea,
select,
.input,
.select{
	display:block;
	padding: 9px 18px;

	font-family: inherit;
	font-size: 16px;
	line-height: 20px;

	color: #3b3b3b;
	background-color: #f8f8f8;
	border-radius: 3px;

	border: 1px solid #cacaca;

	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;

	-moz-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type=text],
input[type=number],
input[type=date],
input[type=password],
input[type=datetime],
input[type=email],
input[type=search],
input[type=tel],
input[type=url],
input[type=time],
select,
.input,
.select{
	/*height: 38px;*/
	width: 340px;
}
textarea {
	height: 118px;
	width: 340px;
	resize: none;
}

.input.input-small{
	padding: 5px 18px;
	/*font-size: 14px;*/
}

.input.input-rounded{
	border-radius: 20px;
}

.input.input-rounded.input-small{
	border-radius: 16px;
}

@media (max-width: 767px) {
	input[type=text],
	input[type=number],
	input[type=date],
	input[type=password],
	input[type=datetime],
	input[type=email],
	input[type=search],
	input[type=tel],
	input[type=url],
	input[type=time],
	select,
	textarea{
		/*min-width: 280px;*/
		width: 100%;
	}
}

input[type=text]:focus,
input[type=number]:focus,
input[type=date]:focus,
input[type=password]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=time]:focus,
textarea:focus,
select:focus{
	color: #000;
	background-color: #fff;
}


select{
	padding-right: 50px;
	background-image: url(/images/usr/select-arrow-down.svg);
	background-size: 24px;
	background-position: right 10px center;
	background-repeat: no-repeat;
}


label{
	display: flex;
}

label > .input-description{
	/*position: absolute;
	left: 100px;*/
	color: #757575;
	font-size: 14px;
}

form label {
	text-align: left;
	margin-bottom: 20px;
}


label > input[type=checkbox],
label > input[type=radio]{
	visibility: hidden;
	opacity: 0;
	position: absolute;
}
label > input[type=checkbox] + span,
label > input[type=radio] + span,
div.checkbox,
div.radio{
	cursor: pointer;
	display: block;
	position: relative;
	text-align: left;
	padding-left: 30px;
}

label > input[type=checkbox] + span:before,
label > input[type=radio] + span:before,
div.checkbox:before,
div.radio:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #de460d;
	vertical-align: text-bottom;
	margin-right: 13px;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}
label > input[type=radio] + span:before,
div.radio:before{
	border-radius: 9px;
	width: 14px;
	height: 14px;
	margin-top: 1px;
}
label > input[type=radio]:disabled + span:before,
div.radio.disabled:before{
	background: #eee;
}
label > input[type=radio]:checked + span:before,
div.radio.checked:before{
	/*border-color: #37434b;
	box-shadow: 0 0 0 4px #37434b inset;*/
	box-shadow: 0 0 0 3px #fff inset;
	background: #019DF5;
}
label > input[type=checkbox] + span:before,
div.checkbox:before{
	margin-top: -2px;
	margin-bottom: -2px;
	border-radius: 3px;
	background: url(/images/new/checkbox-check.svg) no-repeat;
	background-size: 20px 20px;
	background-color: #ffffff;
	background-position: 0 -20px;
}
label > input[type=checkbox]:disabled + span:before,
div.checkbox.disabled:before{
	background-color: #eee;
}
label > input[type=checkbox]:checked + span:before,
div.checkbox.checked:before{
	background-position: center;
	background-color: #ea6015;
}


@media (max-width: 767px){
	label.adaptive > span{
		display: block;
		margin-bottom: 13px;
	}
	label.adaptive {
		display: block;
	}
}
@media (min-width: 768px) {
	label.adaptive {
		position: relative;
		width: 100%;
	}
	label.adaptive > span{
		flex-grow: 1;
		position: relative;
		line-height: 40px;
		padding-right: 16px;
	}
	label.adaptive > span:last-child{
		padding-right: 0;
		flex-grow: 0;
	}
}

form label input:not([type="submit"]),
form label textarea {
	margin: 0;
}

form input:not([type="submit"]),
form textarea,
form .input,
form .textarea{
	margin-bottom: 20px;
}

form > hr{
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}


label.error{
	color: #e40000 !important;
}
label.error input,
label.error textarea,
label.error select,
label.error > input[type="checkbox"] + span:before,
label.error > input[type="radio"] + span:before,
input.error,
textarea.error,
select.error
{
	border-color: #e40000 !important;
	color: #e40000 !important;
	box-shadow: 0 0 0 2px rgba(255,0,0,0.25);
}


/* select */
.select{
	position: relative;
	font-size: 14px;
	line-height: 20px;
}
.select > .value{
	position: relative;
	cursor: pointer;
	padding: 10px 13px;
	background: #fff;
	color: #595959;
	display: flex;
	justify-content: space-between;
}
.select > .value:after{
	content: '▾';
	display: inline-block;
	width: 16px;
	margin-left: 8px;
	vertical-align: top;
	text-align: center;
}
.select.error > .value{
	border-color: #ff528b;
}
.select > ul{
	display: none;
	list-style: none;
	position: absolute;
	z-index: 1;
	background: #fff;
	padding: 43px 16px 13px;
	left: -3px;
	right: -3px;
	top: -3px;
	border-radius: 3px;
	box-shadow: 0 4px 30px rgba(0,0,0,0.2)
}
.select.dropped > ul{
	display: block;
}
.select.dropped > .value{
	color: #000;
	z-index: 2;
}

.select > ul > li.disabled{
	display: none;
}
.select > ul > li > span{
	color: #0085d0;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	cursor: pointer;
	text-decoration: underline;
}
.select > ul > li > span:hover{
	color: #009df6;
}


form > .buttons{
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: left;
	font-size: 14px;
}
form > .buttons > div {
	display: flex;
	align-items: center;
}
form > .buttons > .left > a:not(:last-child){
	margin-right: 8px;
}
form > .buttons > .right > a:not(:first-child){
	margin-left: 8px;
}

.button,
.button:visited{
	position: relative;
	border-radius: 3px;
	font-size: 16px;
	line-height: 20px;
	padding: 10px 20px;
	display: inline-block;
	text-decoration: none;
	border: 0;
	color: #fff;
	cursor: pointer;

	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;

	-moz-box-sizing: border-box;
	box-sizing: border-box;

	background-color: #ea6015;
	background-image: -moz-linear-gradient(top, #ea6015 0%, #ce2400 50%);
	background-image: -webkit-linear-gradient(top, #ea6015 0%,#ce2400 50%);
	background-image: linear-gradient(to bottom, #ea6015 0%,#ce2400 50%);

	background-size: 1px 200%;
	background-position-y: 0%;

	text-align: center;
}
.button:hover{
	color: #fff;
	background-position-y: 100%;
}
.button:active{
	color: #fff;
	background-position-y: 100%;
	box-shadow: 0 2px 5px rgba(0,0,0,0.5) inset;
}
.button.blue{
	background-color: #8fa2fe;
	background-image: -moz-linear-gradient(top, #8fa2fe 0%, #0a266e 80%);
	background-image: -webkit-linear-gradient(top, #8fa2fe 0%,#0a266e 80%);
	background-image: linear-gradient(to bottom, #8fa2fe 0%,#0a266e 80%);
	text-shadow: -1px -1px 0px #1c3781;
}

.button.disabled{
	background: #cbcbcb;
	cursor: default;
	color: #555;
}

.button.button-big{
	font-size: 20px;
	line-height: 30px;
	padding: 16px 20px 15px;
	text-transform: uppercase;
}
.button.button-small{
	padding: 6px 18px;
	font-size: 14px;
}
.button.button-tiny{
	padding: 2px 13px;
	font-size: 14px;
}

/* "Типография" */

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{
	font-size: 20px;
	font-weight: bold;
	color: inherit;
	text-transform: uppercase;
	margin: 20px 0;
}
h1, .h1{
	color: #009df6;
	font-size: 34px;
	line-height: 40px;
	letter-spacing: 2px;
}
h2, .h2 {
	letter-spacing: 1px;
}
h3, .h3{
	font-size: 16px;
	letter-spacing: 1px;
}
h4, .h4,
h5, .h5,
h6, .h6{
	text-transform: none;
	font-size: 16px;
	letter-spacing: 0;
}

@media (max-width: 999px) {
	h1, h2, h3, h4, h5, h6,
	.h1, .h2, .h3, .h4, .h5, .h6{
		font-size: 18px;
		letter-spacing: 1px;
		line-height: 24px;
	}
}

.content-text{
	position: relative;
}
.content-text img{
	max-width: 100%;
}
.content-text p {
	line-height: 18px;
	margin-bottom: 8px;
}

.wrapper{
	position: relative;
}

.limit-width {
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
	padding: 0 10px;

	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.limit-width .wrapper{
	position: relative;
}

@media (max-width: 999px) {
	.limit-width{
		padding: 0 20px;
	}
}

@media (max-width: 479px) {
	.limit-width{
		padding: 0 15px;
	}
}

@media (min-width: 1000px) {
	.limit-width{
		width: 980px;
	}
}

@media (min-width: 1260px) {
	.limit-width{
		width: 1240px;
	}
}

@media (min-width: 1420px) {
	.limit-width{
		width: 1400px;
	}
}



#container {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	min-width: 320px;
	margin: auto;
	z-index: 3;
}

#header{
	flex-shrink: 0;
}
#content {
	flex-grow: 1;
}
#footer{
	flex-shrink: 0;
}


#header {
	position: relative;
	z-index: 5;
	padding: 10px 0 30px 0;
}
#header .row{
	display: flex;
	align-items: flex-start;
}
#header .row .spacer{
	width: 1px;
	flex-grow: 1;
}
#header .bottom-row{
	justify-content: space-between;
}
#logo {
	display: block;
	background: url("/images/new/logo.svg") left center no-repeat;
	background-size: 186px 128px;
	width: 186px;
	height: 128px;
	margin-right: 20px;
}
#sitename {
	padding-top: 20px;
}
#title {
	font-size: 22px;
	color: #830505;
	font-weight: bold;
	font-style: italic;
}
#slogan {
	font-size: 16px;
	color: #000;
	font-style: italic;
	margin-top: 8px;
}
#phones {
	padding-top: 20px;
	font-size: 16px;
	color: #000;
	font-style: italic;
	z-index: 5;
}
.phone {
	display: flex;
	align-items: baseline;
	justify-content: flex-end;
}
.phonenumber {
	font-size: 24px;
	color: #830505;
	font-style: italic;
	font-weight: bold;
	line-height: 26px; 
	text-decoration: none;
}
.phonenumber:hover{
	color: #830505;
}
.phonenumber .phonecode {
	color: #af5c5c;
	display: inline;
}
.phonetitle {
	font-size: 14px;
	color: #000;
	display: inline-block;
	font-style: italic;
	white-space: nowrap;
	line-height: 26px;
	margin-left: 30px;
}

#phones .links{
	display: flex;
	align-items: baseline;
	justify-content: flex-end;
}

#phones .select-city {
	text-decoration: none;
	border-bottom: 1px dotted black;
	font-size: 14px;
	line-height: 14px;
	color: #000;
	margin-left: 30px;
}

#phones .select-city:hover {
	color: #a00;
}

#select-city-menu {
	display: flex;
}
#header #select-city-menu{
	display: none;
}

#select-city-menu > div{
	width: 200px;
}

#select-city-menu a {
	display: block;
	color: #af5c5c;
	font-size: 14px;
	line-height: 20px;
}

#select-city-menu a:hover {
	color: #830505;
}


@media (min-width: 768px) {
	/*#select-city-menu a{
		
	}*/
}

@media (max-width: 767px) {
	#select-city-menu {
		flex-wrap: wrap;
	}
}


#search{
	position: relative;
}
#search form{
	position: relative;
	z-index: 1;
}
#search .input{
	font-size: 16px;
	/*box-shadow: 0 3px 2px rgba(0,0,0,0.2) inset;*/
	border: 0;
	padding: 6px 19px;
	padding-left: 35px;
	margin: 0;
}
#search .input::-webkit-input-placeholder {
	font-size: 14px;
  color: #565656;
}
#search .input:-ms-input-placeholder {
	font-size: 14px;
  color: #565656;
}
#search .input::placeholder {
	font-size: 14px;
  color: #565656;
}
#search:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
	height: 32px;
	background: url(/images/new/search.svg) center no-repeat;
	background-size: 32px 32px;
	z-index: 1;
}
.search-list{
	position: absolute;
	right: -5px;
	top: -5px;
	left: -5px;
	/* width: 215px; */
	padding-top: 42px;
	padding-bottom: 20px;
	background: #FFF;
	display: none;
	border-radius: 20px;
	box-shadow: 0 5px 20px rgba(0,0,0,0.2);
}
.search-suggestion{
	max-height: 300px;
	overflow: auto;
}
.search-list-item{
	border-bottom:1px solid #ccc;
	padding: 5px 16px;
	cursor: pointer;
}
.search-list-item:first-child{
	border-top: 1px solid #ccc;
}
.search-list-item:hover{
	background: #efece7;
}

#cart-button {
	margin-left: 20px;
	position: relative;
	margin-top: -5px;
	margin-bottom: -5px;
	padding: 13px;
	border-radius: 23px;
}
#cart-button > i {
	width: 20px;
	height: 20px;
	display: block;
	background: url(/images/new/cart.svg) center no-repeat;
	background-size: 20px 20px;
}
#cart-button > span{
	position: absolute;
	top: -3px;
	right: -3px;
	background: #e14f00;
	color: #ffffff;
	min-width: 10px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	padding: 0px 5px;
	text-shadow: none;
	border-radius: 10px;
}

#navmenu-collapse{
	padding-left: 13px;
	padding-right: 13px;
	margin-right: 20px;
}
#navmenu-collapse > i {
	width: 20px;
	height: 20px;
	display: block;
	background: url(/images/new/menu.svg) center no-repeat;
	background-size: 20px 20px;
}

#navmenu {
	display: flex;
	align-items: center;
	list-style: none;
	margin-right: 20px;
	flex-grow: 1;
}

#navmenu .navitem {
	margin-left: 10px;
}

a.navlink, a.navlink:visited {
	display: inline-block;
	font-size: 14px;
	font-style: italic;
	text-decoration: none;
	line-height: 32px;
	color: #6c1501;
	text-align: center;
	background: rgba(202, 199, 194, 0.5);
	border-radius: 16px;
	/*box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3) inset;*/
	padding: 0 16px;
}

a.navlink:hover {
	color: #2058a6;
}

a.navlink.active {
	background: #7d7b79;
	color: #fff;
}

@media (min-width: 768px) {
	#nav-contacts {
		background: #e75a12;
		color: #fff;
	}
	#nav-contacts:hover {
		color: #ffe3b9;
	}
	#nav-contacts.active {
		background: #7d7b79;
		color: #fff;
	}
}


@media (max-width: 999px) {
	#search .input {
		width: 100%;
	}

	#search.focused + #cart-button{
		display: none;
	}
}

@media (max-width: 767px) {
	#header .top-row{
		flex-wrap: wrap;
	}
	#header .top-row .spacer{
		width: 100%;
	}
	#header .bottom-row{
		margin-top: 30px;
	}
	#logo {
		background-size: 93px 64px;
		width: 95px;
		height: 66px;
	}
	#sitename {
		padding-top: 10px;
	}
	#navmenu {
		display: none;
	}
	#phones{
		width: 100%;
	}
	#phones .phone{
		justify-content: space-between;
	}
	#phones .links {
		justify-content: space-between;
	}
	#catmenu {
		display: none;
	}
	#search{
		width: 200px;
		flex-grow: 1;
	}
	#search .input{
		width: 100%;
	}
}
@media (max-width: 359px) {
	#title {
		font-size: 20px;
	}
	#slogan {
		font-size: 14px;
	}
	.phonenumber{
		font-size: 20px;
	}
}
@media (min-width: 768px) {
	#header .bottom-row{
		position: absolute;
		left: 196px;
		right: 0;
		top: 90px;
	}
	#navmenu-collapse {
		display: none;
	}
}


/* Каталог на десктопе */
#catmenu {
	background: rgba(226, 205, 167, 0.5);
	margin-bottom: 30px;
}

#catmenu ul{
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 8px 0;
	margin: 0 -10px;
}
#catmenu ul li{
	margin: 5px 10px;
}
#catmenu ul li a{
	color: #424242;
	background: #ffffff;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 15px;
	display: block;
	border-radius: 16px;
	text-decoration: none;
}
#catmenu ul li a:hover{
	background: #f5f1e9;
	color: #850200;
}
#catmenu ul li.one-more-text a{
	background: #e14f00;
	color: #ececec;
}

/* Каталог на телефоне */
#sidebar {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 11000;
}

#sidebar > .back {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.8)
}

#sidebar > .window {
	display: flex;
	flex-direction: column;
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	min-height: 400px;
	height: 100%;
	background: #fbf9f7;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0 8px 8px 0;
}

/*#sidebar > .window > .head,*/
#sidebar .h2 {
	display: flex;
	align-items: center;
	color: #424242;
	height: 60px;
	flex-shrink: 0;
	position: relative;
	margin: 0;
	padding-left: 20px;
}

#sidebar > .window > .head > span {
	display: inline-block;
	vertical-align: middle;
	position: relative
}

#sidebar > .window > .body {
	padding-bottom: 32px;
	overflow-y: scroll;
	overflow-x: hidden;
	flex-grow: 1;
	-webkit-overflow-scrolling: touch;
}

#sidebar > .window > .hide-sidebar {
	display: block;
	position: absolute;
	top: 22px;
	right: 24px;
	width: 32px;
	height: 32px;
	background: url(/images/new/sidebar-close.svg) center no-repeat;
	background-size: 16px;
	cursor: pointer
}

@media (min-width: 768px) {
	#sidebar {
		display:none
	}
}



#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none
}

#sidebar ul.main {
	background: #fdf4de;
}

#sidebar ul > li {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	font-size: 13px;
	line-height: 20px;
	color: #393939
}
#sidebar ul > li:last-child{
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#sidebar ul.root > li,
#sidebar ul.main > li {
	font-size: 15px;
	font-weight: bold;
	color: #252525
}

#sidebar ul > li > a {
	position: relative;
	color: inherit;
	text-decoration: none;
	display: block;
	padding: 10px 20px;
}

#sidebar ul > li > ul {
	display: none
}

#sidebar .multi-wrapper {
	display: block;
	position: relative;
	margin: 0 -30px -32px;
	overflow: hidden
}

#sidebar .multi-wrapper > .wrapper-page {
	display: block;
	position: relative;
	padding: 0 30px 32px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%
}

#sidebar > .window > .head > .return {
	cursor: pointer
}

#sidebar > .window > .head > .return:before {
	content: '';
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
	width: 8px;
	height: 24px;
	background: url(/images/new/menu-back.svg) center no-repeat;
	background-size: 8px 16px;
}


/* Каталог на главной */
#main-catalogue-data{
	display: none;
}
#main-catalogue{
	position: relative;
	width: 980px;
	height: 630px;
	margin: 80px auto -40px;
	background: #e14f00;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.35);
	border-radius: 8px;
}

#main-catalogue > .col-1,
#main-catalogue > .col-2,
#main-catalogue > .col-3{
	position: absolute;
	top: 0;
	bottom: 0;
}
#main-catalogue > .col-1{
	left: 0;
	width: 245px;
}
#main-catalogue > .col-2{
	left: 245px;
	width: 245px;
	padding-right: 8px;
	background: #e8e8e8;
	box-shadow: -5px 0 8px -6px rgba(0,0,0,0.35);
	border-radius: 8px 0 0 8px;
}
#main-catalogue > .col-3{
	right: 0;
	width: 490px;
	background: #fff;
	box-shadow: -5px 0 8px -6px rgba(0,0,0,0.35);
	border-radius: 8px;
}

#main-catalogue > .col-1 > .title{
	color: #fff;
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
	font-style: italic;
	padding: 17px 17px;
}
#main-catalogue > .col-2 > .title{
	color: #333333;
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
	font-style: italic;
	padding: 17px 17px;
}

#main-catalogue > .col-1 > .categories{
	position: absolute;
	left: 0;
	right: 0;
	top: 59px;
	bottom: 21px;
	overflow: hidden;
}
#main-catalogue > .col-1 > .categories > ul{
	width: 203px;
	padding: 0 17px;
	margin: 0;
	list-style: none;
}
#main-catalogue > .col-1 > .categories > ul > li{
	padding: 7px 0;
}
#main-catalogue > .col-1 > .categories > ul > li:not(:first-child){
	border-top: 1px solid #ec5928;
}
#main-catalogue > .col-1 > .categories > ul > li.active:not(:first-child),
#main-catalogue > .col-1 > .categories > ul > li.active + li{
	border-top: 1px solid transparent;
}
#main-catalogue > .col-1 > .categories > ul > li > a{
	display: block;
	color: #fff;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	padding: 8px 14px;
	text-decoration: none;
	border-radius: 16px;
}
#main-catalogue > .col-1 > .categories > ul > li > a:hover{
	color: #9b1c17;
}
#main-catalogue > .col-1 > .categories > ul > li.active > a{
	background: #9b1c17;
	color: #fff;
}

#main-catalogue > .col-2 > .subcategories{
	position: absolute;
	left: 0;
	right: 8px;
	top: 59px;
	bottom: 21px;
	overflow: hidden;
}
#main-catalogue > .col-2 > .subcategories > ul{
	width: 203px;
	padding: 0 17px;
	margin: 0;
	list-style: none;
}
#main-catalogue > .col-2 > .subcategories > ul > li{
	padding: 3px 0;
}
#main-catalogue > .col-2 > .subcategories > ul > li:not(:first-child){
	border-top: 1px solid #dbdbdb;
}
#main-catalogue > .col-2 > .subcategories > ul > li.active:not(:first-child),
#main-catalogue > .col-2 > .subcategories > ul > li.active + li{
	border-top: 1px solid transparent;
}
#main-catalogue > .col-2 > .subcategories > ul > li > a{
	display: block;
	color: #1a1a1a;
	font-size: 12px;
	line-height: 16px;
	padding: 8px 14px;
	text-decoration: none;
	border-radius: 16px;
}
#main-catalogue > .col-2 > .subcategories > ul > li > a:hover{
	color: #b9b9b9;
}
#main-catalogue > .col-2 > .subcategories > ul > li.active > a{
	background: #bcbcbc;
	color: #fff;
}

#main-catalogue > .col-3.loading{
	overflow: hidden;
}
#main-catalogue > .col-3.loading:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(/images/loading.gif) center no-repeat rgba(255,255,255,0.9);
}
#main-catalogue > .col-3 > .content{
	position: absolute;
	top: 17px;
	right: 0;
	left: 17px;
	bottom: 21px;
}

#main-catalogue > .col-3 > .content > p{
	height: 62px;
	margin-right: 20px;
}
#main-catalogue > .col-3 > .content > .items{
	position: absolute;
	top: 62px;
	right: 0;
	left: 0;
	bottom: 0;
	overflow: hidden;
}
#main-catalogue > .col-3 > .content > .items > table{
	width: 450px;
	border-radius: 4px;
	overflow: hidden;
}

#content .wrapper {
	padding-top: 20px;
	padding-bottom: 20px;
}

#content-title {
	text-align: center;
	margin-top: 0;
	color: #850200;
}


@media (max-width: 767px) {
	#content {
		background: #fff;
		border-top: 1px solid #dcdad5;
	}
}
@media (min-width: 768px) {
	#content {
		margin-bottom: 30px;
	}
	#content .wrapper {
		background: #fff;
		border-radius: 3px;
		padding-left: 20px;
		padding-right: 20px;
	}
}



.pagination {
	list-style: none;
	text-align: center; }

.pagination li {
	display: inline;
	padding: 10px 5px 10px 5px; }

.pagination a {
	font-weight: bold; }

.disabled a {
	font-weight: normal;
	cursor: default; }

.article {
	margin: 10px 10px 10px 10px; }

a.catalogue-link {
	display: block;
	margin: 3px 0 3px 30px; }


.price-cart-button{
	background: url("/images/cart.png") center top no-repeat;
	border-radius:39.5px;
	height:79px;
	cursor:pointer;
	}
.price-cart-button:hover{
	background: url("/images/cart.png") center bottom no-repeat;
}


#main-catalogue .price-count-little-button{
	width: 33px;
}
.price-count-little-button > .icon-price{
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(/images/icon-price.png) center no-repeat;
	vertical-align: middle;
	margin-left: 1px;
	margin-bottom: 4px;
}


.table {
	width: 100%;
	border-spacing: 0;
	border-collapse: separate;
	margin-bottom: 20px;
}
.table th {
	background: #e14f00;
	color: #ececec;
	line-height: 16px;
	padding: 12px 15px;
	font-weight: normal;
	text-align: left;
}
.table tr{
	height: 30px;
}
.table tr:nth-child(odd) {
	background: #fce6cf;
}
.table tr:nth-child(even) {
	background: #fff;
}
.table td {
	padding: 6px 15px;
	text-align: left;
}

.item-table th,
.item-table td{
	text-align: center;
}
.item-table th:first-child,
.item-table td:first-child{
	text-align: left;
}
.item-table td.price-request {
	text-align: left;
	width: 170px;
	font-size: 14px;
}

.param-table th {
	font-weight: normal;
	padding-top: 6px;
	padding-bottom: 6px;
}

.area-image a{
	display: block;
}
.area-image img {
	display: block;
	max-width: 100%;
	margin: 0 auto 30px;
}

.area-docs .doc{
	margin-bottom: 10px;
}
.area-docs:not(:empty) {
	margin-bottom: 20px;
}

.area-block-header{
	font-weight:bold;
	margin-bottom: 13px;
}

.area-rel {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -8px;
}
.area-rel .area-block-header{
	width: 100%;
	padding: 0 8px;
}

.area-rel-item{
	display:block;
	text-align:center;
	margin: 20px 0;
	padding: 0 8px;
	box-sizing: border-box;
	width: 33%;
	flex-grow: 1;
}
.area-rel-item .img{
	width: 125px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 10px;
}
.area-rel-item img{
	max-width: 100%;
	max-height: 100%;
}
.area-rel-item span{
	display: block;
}

.area-children {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.area-child-wrapper{
	display: flex;
	flex-direction: column;
	text-align: center;
	margin: 0 0 20px;
	padding: 0 10px;
	box-sizing: border-box;
	width: 100%;
	/*flex-grow: 1;*/
}
.area-children .area-child{
	display: flex;
	flex-direction: column;
	height: 100%;
	color: inherit;
	text-decoration: none;
	padding: 13px;
	box-sizing: border-box;
}
.area-children .area-child:hover{
	box-shadow: 0 5px 30px rgba(0,0,0,0.2);
}

.area-child .area-child-image {
	width: 125px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 10px;
	flex-grow: 0;
	flex-shrink: 0;
}
.area-child .area-child-image img {
	max-width: 100%;
	max-height: 100%;
}
.area-child .area-child-title{
	flex-grow: 1;
}

.item-text {
	margin-top: 30px;
}
.item-docs {
	margin-top: 30px;
}

.item-image {
	margin-bottom: 20px;
}
.item-image img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}


@media (max-width: 999px) {
	.item-table .dim-column{
		display: none;
	}
}
@media (max-width: 479px) {
	.area-items,
	.search-items,
	.item-params {
		margin-left: -15px;
		margin-right: -15px;
	}
	.item-table td.price-request {
		padding-left: 0;
	}
	.area-rel-item {
		width: 50%;
	}

	.item-table .area-column{
		display: none;
	}
}
@media (min-width: 768px) {
	.area-items {
		float: right;
		width: 70%;
		min-height: 450px;
	}
	.area-image,
	.area-docs,
	.area-rel {
		width: 30%;
		padding-right: 18px;
		box-sizing: border-box;
		float: left;
	}
	.area-text {
		clear: both;
	}
	.item-table th:first-child,
	.item-table td:first-child{
		padding-left: 17px;
	}
	.item-table td.price-request {
		padding-right: 6px;
	}
	.area-rel-item {
		width: 100%;
	}

	#item-page{
		display: flex;
		flex-wrap: wrap;
	}
	.item-image {
		width: 70%;
		box-sizing: border-box;
		padding-right: 30px;
	}
	.item-info{
		width: 30%;
	}
	.item-text,
	.item-docs{
		width: 100%;
	}

	#item-page .price-count-button{
		width: 100%;
	}
}
@media (min-width: 1000px) {
	.item-table .dim-span {
		display: none;
	}
}

@media (min-width: 480px) {
	.area-child-wrapper{
		width: 50%;
	}
}
@media (min-width: 768px) {
	.area-child-wrapper{
		width: 33.33%;
	}
}
@media (min-width: 1000px) {
	.area-child-wrapper{
		width: 25%;
	}
}
@media (min-width: 1400px) {
	.area-child-wrapper{
		width: 20%;
	}
}

#request-cost-items{
	margin-bottom: 30px;
}
#request-cost-items .item{
	display: flex;
	align-items: center;
	padding: 20px 0;
	border-bottom: 1px solid #cacaca;
	border-top: 1px solid #cacaca;
}
#request-cost-items .item:not(:first-child) {
	margin-top: -1px;
}
#request-cost-items .item._proto{
	display: none;
}
#request-cost-items .item .title{
	flex-grow: 1;
	line-height: 20px;
}
#request-cost-items .item .title .dimensions{
	display: block;
	color: #737373;
	font-size: 14px;
}
#request-cost-items .item .count{
	display: flex;
	align-items: center;
	width: 103px;
	flex-shrink: 0;
	margin-left: 20px;
}
#request-cost-items .item .measure{
	margin-left: 10px;
}
#request-cost-items .item .actions{
	margin-left: 20px;
	flex-shrink: 0;
}
#request-cost-items .item .del{
	display: block;
	height: 32px;
	cursor: pointer;
	font-size: 14px;
	line-height: 32px;
	text-align: center;
	font-weight: bold;
	background: #e6e6e6;
	border-radius: 16px;
	padding: 0 15px;
}
#request-cost-items .item input{
	width: 60px;
	text-align: center;
	margin: 0;
	/*min-width: auto;*/
	padding-right: 8px;
	padding-left: 8px;
}

@media (max-width: 767px) {
	#request-cost-items .item{
		flex-wrap: wrap;
	}
	#request-cost-items .item .title{
		width: 100%;
		margin-bottom: 20px;
	}
	#request-cost-items .item .count{
		margin-left: 0;
		flex-grow: 1;
	}
}


#footer .wrapper {
	position: relative;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}


#footer a {
	color: inherit;
}
#footer a:hover {
	color: #c1dbff;
}

#footer .footer-links{
	display: flex;
	flex-direction: column;
	list-style: none;
	margin: 10px -10px -10px;
}
#footer .footer-links li{
	margin: 10px;
}

.zaba {
	width: 97px;
	height: 40px;
	background: url(/images/zaba.png);
	display: inline-block;
	margin: 5px 0 0 0;
	opacity: 0.5;
}
.zaba:hover{
	opacity: 1;
}


@media (max-width: 767px) {
	#footer {
		font-size: 14px;
		background: #c84c0f;
		background: -moz-linear-gradient(top, #c84c0f 0%, #641000 100%);
		background: -webkit-linear-gradient(top, #c84c0f 0%,#641000 100%);
		background: linear-gradient(to bottom, #c84c0f 0%,#641000 100%);
	}
}
@media (min-width: 768px) {
	#footer .wrapper{
		background: #c84c0f;
		background: -moz-linear-gradient(top, #c84c0f 0%, #641000 100%);
		background: -webkit-linear-gradient(top, #c84c0f 0%,#641000 100%);
		background: linear-gradient(to bottom, #c84c0f 0%,#641000 100%);
		border-radius: 3px;
		margin-bottom: 80px;
		padding-left: 20px;
		padding-right: 20px;
	}
	#footer .footer-links{
		flex-direction: row;
		margin-top: 3px;
		margin-bottom: -10px;
	}
}
@media (min-width: 480px) {
	#footer .wrapper{
		display: flex;
		justify-content: space-between;
	}
	#footer-label {
		text-align: right;
	}
}
@media (max-width: 479px) {
	#footer-contacts{
		margin-bottom: 20px;
	}
}

#request-payment {
	display: none;
}

.attachment{
	background:none;
}
#calculator{
	margin:10px auto;
	width:616px;
	padding:10px;
	border:5px solid rgba(52, 16, 244, 0.3);
}
#calculator table{
	width:100%;
	background:none;
}
#calculator table tr{
	height:30px;
}
#calculator table td{
	background:none;
}
#calculator input[type=text]{
	height:20px;
	width:162px;
	border:1px solid #f17a00;
	border-radius:3px;
}
#calculator-laying-image-container{
	width:185px;
}
#calculator-laying-image{
	width:185px;
	height:110px;
}
.laying-image1{
	background: url(/images/bricklaying.gif) 50% 0% no-repeat;
}
.laying-image2{
	background: url(/images/bricklaying.gif) 50% 25% no-repeat;
}
.laying-image3{
	background: url(/images/bricklaying.gif) 50% 50% no-repeat;
}
.laying-image4{
	background: url(/images/bricklaying.gif) 50% 75% no-repeat;
}
.laying-image5{
	background: url(/images/bricklaying.gif) 50% 100% no-repeat;
}
#calculator-result{
	font-size:125%;
	color: #3410f4;
}
#calculator select{
	height:20px;
	width:162px;
	border:1px solid #f17a00;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
}
#converter{
	margin:10px auto;
	width:616px;
	padding:10px;
	border:5px solid rgba(52, 16, 244, 0.3);
}
#converter table{
	width:100%;
	background:none;
}
#converter table tr{
}
#converter table td{
	text-align:center;
	background:none;
}
#converter input[type=text]{
	height:20px;
	width:183px;
	border:1px solid #f17a00;
	border-radius:3px;
}
#converter select{
	height:20px;
	width:183px;
	border:1px solid #f17a00;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
}
#crane{
	width: 100%;
	max-width: 839px;
	position:relative;
	margin: 0 auto;
}
#crane .car{
	padding-bottom: 61.5%;
	background:url(/images/crane-car.jpg) center no-repeat;
	background-size: contain;
}
#crane .arrow{
	width: 47.7%;
	height: 28.1%;
	position:absolute;
	top: 6.6%;
	left: 34.7%;
	background:url(/images/crane-arrow.png) center no-repeat;
	background-size: contain;
	-webkit-transition: all 2s;
	transition: all 2s;

	-webkit-transform-origin: 7.7% 35.8%;
	transform-origin: 7.7% 35.8%;
}
#crane.upside .arrow{
	-webkit-transform:rotate(-10deg);
	transform:rotate(-10deg);
}
#crane .concrete{
	width: 31.2%;
	height:37.2%;
	position:absolute;
	top: 31.9%;
	left: 67%;
	background:url(/images/crane-concrete.png) center no-repeat;
	background-size: contain;
	-webkit-transition:all 2s;
	-o-transition:all 2s;
	transition:all 2s;
}
#crane.upside .concrete{
	top: 19.3%;
	left: 68%;
}
#crane .light{
	height: 6%;
	width: 9.7%;
	position:absolute;
	background:url(/images/crane-light.png) center no-repeat;
	background-size: contain;
	opacity:0;
	-webkit-transition:all 2s;
	transition:all 2s;
}
#crane.upside .light{
	opacity:0.5;
}
#crane .light-left{
	top: 61.8%;
	left: 0;
}
#crane .light-right{
	top: 63.4%;
	left: 17.5%;
}

.upload .drop{
	display: block;
	text-align: right;
}

.docs-list {
	margin-bottom: 30px;
}

.doc{
	display: flex;
	align-items: center;
}
.upload .doc{
	font-size: 14px;
	line-height: 20px;
	margin-top: 20px;
}
.doc i{
	position:relative;
	height:32px;
	width:32px;
	flex-shrink: 0;
	margin:2px 5px 2px 0;
	background:url(/images/file.png) center no-repeat;
	background-size:100% 100%;
}
.doc .message {
	display: block;
	font-size: 14px;
	line-height: 16px;
}
.doc.error .message{
	color: #F44336;
}
.doc i span{
	display:block;
	position:absolute;
	font-style:normal;
	top:50%;
	left:0;
	right:0;
	height:16px;
	font-size: 7px;
	line-height:16px;
	margin:-8px 0;
	text-align:center;
	color: #666;
}
.doc .action{
	margin-left: 30px;
}

.min-head{
	height:0;
	width:100%;
	border-top:1px solid #999;
	text-align: center;
	margin:20px auto;
}
.min-head span{
	color: #666;
	background: #fff;
	display: inline-block;
	padding: 0 5px;
	line-height: 16px;
	margin: -8px 0;
	vertical-align: top;
}

@media (max-width: 479px) {
	.docs-button-login{
		width: 100%;
	}
}
@media (min-width: 768px) {
	.docs-wrapper {
		display: flex;
	}
	.docs-wrapper .docs-list{
		width: 50%;
	}
}

.contacts{
	margin: 30px -10px 0px;
	display: flex;
	flex-wrap: wrap;
}
.contacts > .item{
	width: 100%;
	/*flex-grow: 1;*/
}
.contacts > .item .inner{
	border: 1px solid #dcdad5;
	margin: 0 10px 20px;
	padding: 10px;
	box-sizing: border-box;
}
.contacts > .item .head{
	line-height: 24px;
	margin-bottom: 10px;
}
.contacts > .item .head > .button{
	margin: 0;
}
.contacts > .item .image{
	display: block;
	height: 300px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media (max-width: 479px) {
	.contacts {
		margin-left: -15px;
		margin-right: -15px;
	}
	.contacts > .item .inner {
		margin: -1px 0 0;
		padding: 30px 15px;
		border-left: 0;
		border-right: 0;
	}
}

@media (min-width: 768px) {
	.contacts > .item {
		width: 50%;
	}
}

@media (min-width: 1260px) {
	.contacts > .item {
		width: 33.33%;
	}
}


#breadcrumbs ol{
	display: block;
	list-style: none;
	line-height: 20px;
	color: #6c1501;
	margin-bottom: 30px;
}

#breadcrumbs ol > li{
	display: inline-block;
	vertical-align: top;
}

#breadcrumbs ol > li:first-child > a:before{
	content: "";
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: top;
	background: url(/images/new/breadcrumbs-home.svg) center no-repeat;
	background-size: 20px 20px;
	margin-top: -1px;
}

#breadcrumbs ol > li:not(:first-child) {
	margin-left: 10px;
}

#breadcrumbs ol > li:not(:first-child):before{
	content: "–";
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
}
#breadcrumbs ol > li > a {
	color: inherit;
}

#breadcrumbs ol > li > span{
	text-decoration: none;
	color: #af5c5c;
	text-shadow: none;
}




/*Modal Window*/
.modal{
	width: 100%;
	height: 100%;
	position: fixed;
	display: flex;
	align-items: center;
	top: 0;
	left: 0;
	z-index: 11000;
	opacity: 0;
	overflow-y: auto;
	overflow-x: hidden;
	text-align: center;
	white-space: nowrap;
}
.modal-back{
	position: fixed;
	top: -100px;
	left: -10px;
	right: -10px;
	bottom: -100px;
	background: rgba(0, 0, 0, 0.8);
	z-index: 1;
	-webkit-transform: translateZ(-1000px);
	-moz-transform: translateZ(-1000px);
	-ms-transform: translateZ(-1000px);
	-o-transform: translateZ(-1000px);
	transform: translateZ(-1000px);
}
.modal-window{
	display: flex;
	flex-direction: column;
	max-height: 100%;

	margin: 30px auto 30px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	background:#fff;
	border-radius: 8px;
	box-shadow: 0px 8px 24px #000;
	z-index: 5;
	vertical-align: middle;
	white-space: normal;
	text-align: left;
}
.modal #modal-title{
	color: #000;
	line-height: 30px;
	margin: 0;
	line-height: 30px;
	min-height: 30px;
}

.modal #modal-body{
	color:#000;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.close-window {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 24px;
	height: 23px;
	cursor: pointer;
	color: #e1e1e1;
	background: #7b7b7b;
	border-radius: 3px;
	font-size: 24px;
	line-height: 23px;
	padding-top: 1px;
	text-align: center;
	font-style: normal;
}
.close-window:hover {
	background: #d65411;
}


@media (max-width: 767px) {
	.modal-window{
		margin: 0 auto;
		width: 100%;
		max-width: 600px;
		min-width: 320px;
	}
	.modal #modal-body {
		padding: 5px 15px 15px;
		min-width: 300px;
		max-width: 100%;
		overflow-y: auto;
		-webkit-overflow-scrolling:touch;
	}
	.modal #modal-title{
		padding: 13px 40px 10px 15px;
	}
}
@media (min-width: 768px) and (max-width: 1279px) {
	.modal #modal-body{
		padding: 5px 31px 31px;
		min-width: 400px;
		max-width: 768px;
	}
	.modal #modal-title{
		padding: 24px 45px 10px 31px;
	}
}
@media (min-width: 1280px) {
	.modal #modal-body{
		padding: 5px 31px 31px;
		min-width: 400px;
		max-width: 1000px;
	}
	.modal #modal-title{
		padding: 24px 45px 10px 31px;
	}
}


.busy{
	position:relative;
	overflow: hidden;
}
.busy:after{
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(255,255,255,0.5);
}

.activity-indicator{
	z-index: 1;
}

.message-wrapper .message{
	padding: 10px 15px;
	margin-bottom: 20px;
	color: #fff;
	background: #9E9E9E;
	border-radius: 3px;
}
.message-wrapper .message.error{
	background: #F44336;
}


#socials {
	position: fixed;
	bottom: 20px;
	left: 20px;
	display: flex;
}

#socials .social{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 11px;
	width: 60px;
	height: 60px;
	-webkit-box-shadow: 0 6px 20px -5px rgba(0,0,0,.4), 0 0 0 1px rgba(0,0,0,.06);
	box-shadow: 0 6px 20px -5px rgba(0,0,0,.4), 0 0 0 1px rgba(0,0,0,.06);
	background-color: #fff;
	border-radius: 30px;
}
#socials .social i{
	width: 36px;
	height: 36px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 36px 36px;
}

#socials .social.whatsapp{
	background: #62fd7e;
	background: -moz-linear-gradient(top, #62fd7e 0%, #07b824 100%);
	background: -webkit-linear-gradient(top, #62fd7e 0%,#07b824 100%);
	background: linear-gradient(to bottom, #62fd7e 0%,#07b824 100%);
}
#socials .social.whatsapp i{
	background-image: url(/images/new/social-whatsapp.svg);
}

#socials .social.viber{
	background: #8760ff;
	background: -moz-linear-gradient(top, #8760ff 0%, #533ca5 100%);
	background: -webkit-linear-gradient(top, #8760ff 0%,#533ca5 100%);
	background: linear-gradient(to bottom, #8760ff 0%,#533ca5 100%);
}
#socials .social.viber i{
	background-image: url(/images/new/social-viber.svg);
}

#socials .social.phone{
	background: #5df778;
	background: -moz-linear-gradient(top, #5df778 0%, #0cbc29 100%);
	background: -webkit-linear-gradient(top, #5df778 0%,#0cbc29 100%);
	background: linear-gradient(to bottom, #5df778 0%,#0cbc29 100%);
}
#socials .social.phone i{
	background-image: url(/images/new/social-phone.svg);
}

#socials .social.email{
	background: #1eabff;
	background: -moz-linear-gradient(top, #1eabff 0%, #0041d2 100%);
	background: -webkit-linear-gradient(top, #1eabff 0%,#0041d2 100%);
	background: linear-gradient(to bottom, #1eabff 0%,#0041d2 100%);
}
#socials .social.email i{
	background-image: url(/images/new/social-email.svg);
}

@media (max-width: 767px) {
	#socials {
		left: auto;
		right: 66px;
		bottom: 8px;
	}
}

@media (max-width: 359px) {
	#socials .social{
		width: 40px;
		height: 40px;
	}
	#socials .social i{
		width: 24px;
		height: 24px;
		background-size: 24px 24px;
	}
}
