@media (max-width: 767px) {
	#bx-panel {
		display: none !important
	}
}

@font-face {
	font-family: 'PFDinTextCondPro-Regular';
	src: url(fonts/PFDinTextCondPro-Regular_0.ttf);
}

@font-face {
	font-family: 'PFDinTextCondPro-Light';
	src: url(fonts/PFDinTextCondPro-Light_0.ttf);
}

@font-face {
	font-family: 'BERNIERRegular-Regular';
	src: url(fonts/BERNIERRegular-Regular.otf);
}

@font-face {
	font-family: 'PFDINDISPLAYPRO-LIGHT_1';
	src: url(fonts/PFDINDISPLAYPRO-LIGHT_1.TTF);
}

body {
	background: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

header {
	background: #f1eddd;
	padding-top: 9px;
}

body.bx-opened {
	overflow: hidden;
}

.sale-paysystem-yandex-button-item {
	font-size: 18px;
	font-weight: bold;
	margin: 10px;
	padding: 10px 20px;
}

.wrap,
.bx-wrap,
.bx-wrapper {
	position: relative;
}

body.bx-background-image {
	position: relative;
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #fff;
	background-image: url("images/bg.jpg");
}

@media (min-width: 992px) and (max-width: 1199px) {
	body.bx-background-image {
		-webkit-background-size: 1600px auto;
		background-size: 1600px auto;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	body.bx-background-image {
		-webkit-background-size: 1280px auto;
		background-size: 1280px auto;
	}
}

@media (max-width: 767px) {
	body.bx-background-image {
		background: none;
	}
}

body.bx-background-gradient {
	background: rgb(246, 247, 251);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjdmYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(246, 247, 251, 1) 0%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(246, 247, 251, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
	background: -webkit-linear-gradient(top, rgba(246, 247, 251, 1) 0%, rgba(255, 255, 255, 1) 100%);
	background: -o-linear-gradient(top, rgba(246, 247, 251, 1) 0%, rgba(255, 255, 255, 1) 100%);
	background: -ms-linear-gradient(top, rgba(246, 247, 251, 1) 0%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(to bottom, rgba(246, 247, 251, 1) 0%, rgba(255, 255, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f7fb', endColorstr='#ffffff', GradientType=0);
	background-attachment: fixed;
}

.icon-empty {
	opacity: 0;
}

a {
	text-decoration: none;
}

a:active,
a:hover {
	border-color: transparent;
	text-decoration: none;
}

a,
.container {
	-webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	transition: color .3s ease, background-color .3s ease, border-color .3s ease;
}

img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%
}

.bx-header {
}

/*Logo*/

.bx-logo {
	padding-left: 17px;
	padding-bottom: 19px;
}

.bx-logo .bx-logo-block {
	display: block;
	height: 50px;
	border-bottom: none;
}

.bx-logo-text,
.bx-logo-text:hover,
.bx-logo-text:active {
	font-size: 32px;
	font-weight: 700;
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 37px;
	text-decoration: none;
	border: none;
	vertical-align: bottom;
}

.bx-logo-text small {
	font-size: 37px;
}

.bx-logo-desc {
	text-transform: uppercase;
	display: block;
	font-weight: 700;
	font-size: 13px;
	line-height: 10px;
	color: #b8b8b8;
}

.bx-logo-desc {
	display: none;
}

@media (max-width: 767px) {
	.bx-logo {
		background: #1484ce;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		z-index: 1400;
		padding: 10px 60px;
	}
	
	.bx-logo .bx-logo-block {
		text-align: center;
		height: 30px;
	}
	
	.bx-logo-text {
		font-size: 24px;
		color: #fff;
		line-height: 30px;
		vertical-align: middle;
	}
	
	.bx-logo-text:hover,
	.bx-logo-text:active {
		color: #fff;
	}
	
	.bx-logo-text small {
		font-size: 24px;
		color: #fff;
	}
	
}

/* Sections */

.bx-header-section {
	border-left: 1px solid #eaebec;
	border-right: 1px solid #eaebec;
	padding: 28px 45px 10px;
	background: #fff;
}

.bx-content-seection {
	padding: 0 45px 5px;
	background: #fff;
	border-left: 1px solid #eaebec;
	border-right: 1px solid #eaebec;
}

@media (min-width: 1200px) {
	.bx-header-section {
		padding: 31px 45px 10px;
	}
	
	.bx-content-seection {
		padding: 0 45px 5px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.bx-header-section {
		padding: 31px 30px 10px;
	}
	
	.bx-content-seection {
		padding: 0 30px 5px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.bx-header-section {
		padding: 31px 15px 10px;
	}
	
	.bx-content-seection {
		padding: 0 15px 5px;
	}
}

@media (max-width: 767px) {
	.bx-header-section {
		padding: 60px 15px 10px
	}
	
	.bx-content-seection {
		padding: 0 15px 10px
	}
}

/* header / phone */

.bx-inc-orginfo {
	padding-left: 28px;
}

@media (max-width: 767px) {
	.bx-inc-orginfo {
		text-align: center;
		padding-bottom: 10px;
	}
}

.bx-inc-orginfo-phone {
	font-size: 18px;
	font-weight: 700;
	display: inline-block;
	float: left;
	font-family: PFDinTextCondPro-Regular !important;
	margin-top: 14px;
	color: #A97640;
}

#bx_incl_area_4 span {
	color: #5b3e21 !important;
	border-bottom: none !important;
}

.bx-inc-orginfo-recall {
}

.bx-inc-orginfo-recall a {
	color: #039be5;
	border-bottom: 1px dashed;
	font-size: 12px;
	margin-left: 2px;
}

.bx-inc-orginfo-recall a:hover {
	text-decoration: none;
	border-bottom-color: transparent;
}

/* header / worktime */

.bx-worktime {
}

@media (max-width: 767px) {
	.bx-worktime {
		text-align: center;
	}
}

.bx-worktime-title {
	color: #8d8d8d;
	font-size: 12px;
}

.bx-worktime-prop {
	font-size: 13px;
	color: #000;
}

.bx-worktime-prop > span {
	white-space: nowrap;
}

/*sidebar*/

.bx-sidebar-block {
	margin-bottom: 40px;
}

.bx-block-title {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
	font-weight: 600;
}

.bx-footer .bx-block-title {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: "PFDinTextCondPro-Regular";
	color: #fff;
	font-weight: 600;
}

/* Breadcrumb Custom*/

.bx-breadcrumb-item a {
	color: #757575;
}

.bx-breadcrumb-item a:hover {
	color: #2d2d2d;
}

/* workarea */

/*TITLE*/

h1.bx-title,
h2.bx-title,
h3.bx-title,
h4.bx-title,
h5.bx-title,
h6.bx-title {
	font-family: "PFDinTextCondPro-Regular";
	font-weight: 500;
}

h1.bx-title,
h2.bx-title,
h3.bx-title {
	padding-bottom: 15px;
}

h4.bx-title,
h5.bx-title,
h6.bx-title {
}

h1.bx-title {
	margin-top: 0;
	padding-bottom: 10px;
}

h2.bx-title {
	font-size: 25px
}

h3.bx-title {
}

h4.bx-title {
}

h5.bx-title {
}

h6.bx-title {
}

/* FORMS */
input[type=text],
input[type=password] {
	margin: inherit 4px;
	padding: 0 4px;
	border: 1px solid #CCD5DB;
	border-radius: 2px;
	background: #f8fafc;
	outline: none;
}

textarea {
	display: block;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	font-size: 18px;
	min-height: 150px;
	max-height: 450px;
	margin: 0;
	padding: 0 4px;
	border: 1px solid #CCD5DB;
	border-radius: 2px;
	background: #f8fafc;
	outline: none;
}

/* INC.banners */

.bx-incbanners {
	margin: 10px 0 25px;
	text-align: center;
}

/* INC.links.footer */

.bx-inclinksfooter a {
	border-bottom: none;
}

.bx-inclinksfooter .bx-block-title {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: 600;
}

.bx-inclinksfooter-container {
	margin-top: 15px;
	padding: 0;
	color: #fff;
	border-radius: 2px;
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.bx-inclinksfooter-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bx-inclinksfooter-item {
	padding: 0 0 5px 0;
}

/* INC.logo.footer */

.bx-inclogofooter {
	color: #fff;
}

.bx-inclogofooter a.bx-inclogofooter-logo:hover,
.bx-inclogofooter a.bx-inclogofooter-logo {
	border-bottom: none;
}

.bx-inclogofooter-logo img {
	max-width: 180px;
	height: auto;
}

.bx-inclogofooter-block {
	padding-bottom: 20px;
}

.bx-inclogofooter-tel {
	color: #cfd0d0;
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 5px;
}

.bx-inclogofooter-worktime {
	color: #cfd0d0;
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

/* INC.social.widget */

.bx-banners {
	margin: 10px 0;
}

.bx-banners .bx-block-title {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
	font-weight: 600;
}

/* INC.wt */

.bx-wt-block {
	color: #fff;
	padding: 5px 15px;
	background: url(images/wt.png) no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
	border-radius: 3px;
}

.bx-wt .bx-block-title {
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 14px;
	color: #fff;
}

.bx-wt-block ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
}

.bx-wt-block ul li {
	padding-bottom: 7px;
}

.bx-wt-others-block {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 7px;
	margin-top: 4px;
}

/* news.list.sidebar */
.bx-s-info {
	margin: 10px 0;
	padding-top: 5px;
}

.bx-s-info-block {
	display: block;
	margin-bottom: 25px;
}

.bx-s-info-title {
	display: block;
	min-height: 29px;
	padding-left: 36px;
	margin-bottom: 5px;
	position: relative;
}

.bx-s-info-titleicon {
	display: block;
	background: #007FCA;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

.bx-s-info-titleicon i {
	line-height: 30px;
	vertical-align: middle;
	font-style: normal;
}

.bx-s-info-titletext {
	display: block;
	padding: 6px 0;
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
}

.bx-s-info-content {
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #3e454c;
	padding-left: 36px;
}

/* FOOTER */

.bx-footer {
	background: #292d2e;
	color: #c8cece;
}

.bx-footer-section.bx-center-section {
	padding-top: 40px;
	padding-bottom: 40px;
}

.bx-footer-section.bx-center-section > div {
	margin-bottom: 20px;
}

.bx-footer a {
	color: #c8cece;
}

.bx-footer a:hover {
	color: #fff;
	border-bottom: 1px solid;
	text-decoration: none;
}

.bx-footer-line {
	background: #fbfaf7;
}

.bx-footer-bottomline {
	background: #222425;
	font-size: 14px;
	padding: 22px 0;
}

.bx-up {
	text-align: right;
}

.bx-up a,
.bx-up a:hover {
	border-bottom: none;
}

@media (min-width: 1200px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (max-width: 767px) {
	.bx-footer {
		text-align: center;
	}
	
	.bx-up {
		text-align: center;
	}
}

/**/

.btn-primary {
	background-color: #1485ce;
	border-color: #1485ce;
}

.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
	background-color: #53a4d8;
	border-color: #53a4d8;
}

.btn-link {
	color: #1485ce;
}

.btn-link:focus,
.btn-link:hover {
	color: #53a4d8;
	text-decoration: none;
}

/*404*/

.bx-404-container {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.bx-404-block {
	margin-top: 100px;
	margin-bottom: 66px;
}

@media (max-width: 768px) {
	.bx-404-block {
		margin-top: 50px;
		margin-bottom: 33px;
	}
}

.bx-404-text-block {
	font-size: 20px;
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	padding-bottom: 20px;
}

.bx-maps-title {
	color: #8f8f8f;
	font-size: 16px;
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	padding-bottom: 20px;
	padding-top: 10px;
	border-bottom: 1px solid #e9eaea;
}

.map-columns {
	padding-top: 20px;
}

.bx-map-title {
	font-weight: bold;
	font-size: 14px;
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	position: relative;
	min-height: 20px;
	padding-left: 25px;
	margin-bottom: 20px;
}

.bx-map-title .fa {
	color: #0083d1;
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 15px;
}

.map-columns ul {
	list-style: none;
	margin-bottom: 5px;
}

.map-level-0 {
	margin-left: 0;
	padding-left: 25px;
	margin-bottom: 20px;
}

.map-level-0 li {
	margin-left: 0;
	padding-left: 0;
}

.map-level-0 ul {
	padding-left: 15px;
}

ul.map-level-1 {
	margin-bottom: 30px;
}

/*ABOUT*/

.bxd-block {
	width: 100%;
	border: 1px solid #e3e6e7;
	display: block;
	background: #fff;
	padding: 15px;
	min-height: 210px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a.bxd-block:hover {
}

.bxd-icon {
	display: block;
	border-radius: 50%;
	height: 68px;
	width: 68px;
	margin: 0 auto;
	-webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	transition: color .3s ease, background-color .3s ease, border-color .3s ease;
}

.bxd-block:hover .bxd-icon {
}

.bxd-icon .fa {
	margin-left: -1px;
	position: relative;
	font-size: 35px;
	height: 68px;
	width: 68px;
	text-align: center;
	line-height: 68px;
	vertical-align: middle;
	-webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	transition: color .3s ease, background-color .3s ease, border-color .3s ease;
}

.bxd-link:hover .bxd-icon .fa {
}

.bxd-title {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	text-align: center;
	color: #000;
	font-size: 15px;
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	text-transform: uppercase;
}

.bxd-desc {
	display: block;
	text-align: center;
	color: #737373;
	font-size: 12px;
}

.bx-up-button {
	border-radius: 2px;
	color: #fff;
	position: fixed;
	right: 30px;
	bottom: 30px;
	font-size: 12px;
	line-height: 20px;
	cursor: pointer;
	vertical-align: middle;
	padding: 9px 18px 7px 38px;
	-webkit-transition: background-color .3s ease, opacity .3s ease;
	-moz-transition: background-color .3s ease, opacity .3s ease;
	-ms-transition: background-color .3s ease, opacity .3s ease;
	-o-transition: background-color .3s ease, opacity .3s ease;
	transition: background-color .3s ease, opacity .3s ease;
	background: #c2c4c7 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAALCAMAAAB1RTwXAAAACVBMVEX///////////+OSuX+AAAAAnRSTlMAf7YpoZUAAAAfSURBVHgBYwACRkYgAaKZmBihNJAFpaFiTExAgjwGAA1BAD3lDqDYAAAAAElFTkSuQmCC) 18px 13px no-repeat;
}

.bx-up-button:hover {
	background-color: #9fa0a3;
}

.footer {
	width: 100%;
}

.footer-contact-line {
	background: rgba(255, 255, 255, 0.6);
	font-family: 'PFDinTextCondPro-Regular' !important;
}

.fc-l {
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
}

.footer-contact-line p {
	font-family: 'PFDinTextCondPro-Regular' !important;
	font-size: 16px;
	color: #212121;
	padding-bottom: 30px;
	margin: 0 0 0 !important;
}

.f-c-l-1 {
	
	display: inline-block;
	margin-left: 0px;
	vertical-align: middle;
}

.f-c-l-2 {
	display: inline-block;
	margin-left: 21px;
}

.f-c-l-3 {
	display: inline-block;
	margin-left: 50px;
}

.f-c-l-4 {
	display: inline-block;
	margin-left: 34px;
}

.iconplacef {
	display: inline-block;
	
}

.iconphonef {
	display: inline-block;
	
}

.iconmailf {
	display: inline-block;
	
}

.footer-menu-line {
	background: #865820;
	
}

.footer-menu-disl {
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
}

.footer-menu-disl p {
	text-transform: uppercase;
	color: #f1eddc;
}

.footer-menu-disl a {
	color: #f1eddc;
}

.footer-menu-disl div {
	display: inline-block;
}

.footer-menu-disl p {
	font-family: 'PFDinTextCondPro-Regular' !important;
	font-size: 15px;
	padding-top: 7px;
	margin: 0 0 0px !important;
	padding-bottom: 6px;
}

.fnews {
	margin-left: 184px;
	margin-right: 20px;
}

.entert {
	margin-left: 14px;
	margin-right: 20px;
}

.vac {
	margin-left: 17px;
	margin-right: 22px;
}

.docs {
	margin-left: 17px;
	margin-right: 20px;
}

.foto-vidio {
	margin-left: 17px;
	margin-right: 17px;
}

.conacts {
	margin-left: 17px;
}

.f-m-botline {
	background: #5c3d1f
}

.footer-menu-botline {
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
}

.footer-menu-botline div {
	display: inline-block;
}

.footer-menu-botline p {
	color: white;
	font-family: 'PFDinTextCondPro-Regular' !important;
	font-size: 15px;
	padding-top: 7px;
	margin: 0 0 0px !important;
	padding-bottom: 0px;
}

.f-m-bl-1 {
	margin-left: 62px;
}

.f-m-bl-2 {
	float: right;
	margin-right: 75px;
}

.adressf {
	display: inline-block;
}

.fc-l p {
	display: inline-block;
	padding-top: 30px;
	padding-bottom: 13px !important;
	padding-left: 4px;
}

.phonebitr {
	display: inline-block;
	padding-left: 6px;
}

.text-block {
	display: inline-block;
	width: 280px;
}

.text-block2 {
	display: inline-block;
	width: 280px;
	margin-left: 60px;
}

#bx_incl_area_6_2 p {
	font-family: CondPro-Light_0;
}

.content p {
	font-family: PFDinTextCondPro-Light !important;
	text-align: justify;
	font-size: 15px;
	text-indent: 0px !important;
}

.titlename {
	width: 100%;
	text-align: center;
	background: url(/images/lentaback.png) no-repeat;
	background-position: center 30px;
	margin-bottom: 7px;
	margin-top: 16px;
}

.titlename .titles {
	background: url(/images/lenta.png) no-repeat;
	width: 354px;
	height: 59px;
	margin: 0 auto;
	font-family: BERNIERRegular-Regular;
	color: #603913;
	font-size: 21px;
	line-height: 48px;
}

.titlename .titles span {
	font-family: BERNIERRegular-Regular;
	color: #603913;
	font-size: 21px;
	line-height: 48px;
}

.content {
	width: 1020px;
	padding: 0px 5px 5px 0px;
	padding: 0px;
	margin: 0 auto;
}

.home-content {
	background: url(/images/solod.png) !important;
	height: 250px !important;
	margin-top: 12px;
}

.viyou div {
	display: inline-block;
}

.videoyou {
	margin-right: 30px;
}

.mid-menu {
	position: absolute;
	margin: -23px 0px 0px 423px;
}

.item.active {
	margin-top: 22px;
}

.content .top-head {
	display: block;
	background: url(/bitrix/templates/eshop_bootstrap_yellow/images/line-head.png);
	background-repeat: no-repeat;
	height: 100px;
	background-repeat: no-repeat;
	background-position: bottom;
	height: 102px;
	width: 1020px;
}

.content .top-head .left-column, .content .top-head .right-column {
	/*width: 255px !important;*/
	width: 280px !important;
	text-align: left;
}

.content .top-head .right-column {
	/*margin-left: 60px;*/
	margin-left: 25px;
	width: 290px !important;
	margin-top: 7px;
}

.content .top-head .left-column {
	/*margin-right: 60px !important;*/
	margin-right: 35px !important;
	margin-left: 0px !important;
	/*margin-top: 6px;*/
}

.call_btn.the-btn img {
	margin-right: 10px;
	margin-top: -5px;
}

.the-btn {
	padding: 0px 12px;
	border: 1px solid #52351a;
	border-radius: 7px;
}

.search-button {
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 53px;
}

.search-btn {
	background-color: #f4edd7;
	border: 1px solid #a67c52;
	border-radius: 6px !important;
	position: absolute;
	background-image: url(/bitrix/templates/eshop_bootstrap_yellow/images/search.png);
	background-repeat: no-repeat;
	background-size: 21px 21px;
	background-position: center;
	width: 29px;
	height: 27px;
	top: -40px;
	right: -255px;
}

.search-group {
	width: 255px;
}

.search-group > input {
	width: 255px;
	border: 1px solid #a67c52 !important;
	border-radius: 6px !important;
	height: 27px;
	background: #fff !important;
	padding-left: 40px !important;
}

#title-search-input {
	/*margin-top: 13px;*/
	margin-left: 0px;
	/*margin-right: 13px;*/
}

.call_btn.the-btn {
	display: inline-block;
	background: url(/images/firstbuttoncall.png) no-repeat;
	color: #71573b;
	font-size: 16px;
	font-family: PFDinTextCondPro-Regular;
	float: right;
	margin-right: 20px;
	margin-top: 13px;
	border: 0px;
	height: 27px;
	width: 150px;
	line-height: 30px;
}

.call_btn.the-btn:hover {
	background: url(/images/activcall.png) no-repeat;
	line-height: 32px;
}

.call_btn.the-btn:active, .call_btn.the-btn:focus {
	background: url(/images/pressbutton1.png) no-repeat;
	line-height: 32px;
	text-decoration: none;
}

.upup a {
	padding-left: 0px !important;
	color: white !important;
	/*margin-left: 265px;*/
	margin-left: 105px;
}

.home-content-2 {
	background: url(/images/acback.png) !important;
	height: 330px !important;
	margin-top: 75px;
}

.sales-content {
	background: url(/images/lenta.png) no-repeat;
	width: 354px;
	height: 59px;
	margin-top: -37px;
	margin-left: 325px;
	text-align: center;
	position: absolute;
}

.textac {
	font-family: BERNIERRegular-Regular;
	color: #603913;
	font-size: 21px;
	line-height: 48px;
}

.accontent {
	background: url(/images/los.png) no-repeat;
	height: 25px;
	background-position: top center;
	width: 980px;
	margin: 0 auto;
}

.personal {
	width: 1020px;
	/*margin-left: 15px;*/
}

.personal .left .left-menu {
	display: inline-block;
	background: url(/images/lentasmall2.png) no-repeat;
	width: 210px;
	height: 45px;
	text-align: center;
	
}

.personal .left .left-menu .pesonal-menu {
	font-size: 25px;
	font-family: BERNIERRegular-Regular;
	color: #603913;
	letter-spacing: 1px;
	display: inline-block;
	margin-top: 2px;
}

.personal .left {
	width: 200px;
	display: inline-block;
	vertical-align: top;
	margin-bottom:40px;
}

.personal .center {
	width: 557px;
	display: inline-block;
	margin-left: 30px;
}
.personal .center.large{
	width: 787px;
}
.personal .centerNright {
	width: 727px;
	display: inline-block;
	margin-left: 50px;
	
}

.pod-menu .tip {
	font-size: 14px !important;
	text-transform: uppercase;
	color: #603913 !important;
	font-family: PFDinTextCondPro-Regular !important;
	display: block;
	margin-top: 2px;
	background: url(/images/podmenu2.png) no-repeat !important;
	height: 30px !important;
}

.left-menu .pod-menu {
	margin-top: 20px;
	height: 30px !important;
	display: block;
}

.tip a {
	color: #603913;
}

.pod-menu-2 {
	margin-top: 17px;
}

.pod-menu-2 .tip {
	font-size: 14px !important;
	text-transform: uppercase;
	color: #603913 !important;
	font-family: PFDinTextCondPro-Regular !important;
	display: block;
	text-align: left;
	border-bottom: 1px solid !important;
	margin-top: 13px;
}

.pod-menu-2 .tip-plans {
	font-size: 14px !important;
	text-transform: uppercase;
	color: #603913 !important;
	font-family: PFDinTextCondPro-Regular !important;
	display: block;
	text-align: left;
	border-bottom: 0px solid !important;
	margin-top: 13px;
}

.tip-plans a {
	color: #603913;
}

.pod-menu .tip a {
	color: #603913;
	vertical-align: sub;
}

.pod-menu-bot .pod-menu {
	margin-top: 7px;
	height: 30px !important;
}

.venz {
	background: url(/images/venza.png) no-repeat;
	height: 20px;
	display: block;
	background-position: top center;
	margin-top: -27px;
	position: absolute;
	z-index: 1000;
	width: 210px;
}

.call-back-menu2 {
	background: url(/images/lentasmall2.png) no-repeat;
	width: 210px;
	height: 45px;
	text-align: center;
	margin-top: 46px;
}

.pesonal-menu-2 {
	font-size: 25px;
	font-family: BERNIERRegular-Regular;
	color: #603913;
	letter-spacing: 1px;
	display: inline-block;
	margin-top: 2px;
}

.bx_mfeedback textarea {
	width: 100%;
	display: block;
	box-sizing: border-box;
	padding: 6px;
	outline: none;
	border: 1px solid #A67C52;
	border-radius: 2px;
	background: #fff;
	box-shadow: inset 2px 2px 2px -1px rgba(180, 188, 191, 0.5);
	color: #000;
	vertical-align: middle;
	font-size: 14px;
	max-width: 110px;
	min-height: 36px;
	max-height: 36px;
}

#fhead h3 {
	font-weight: normal;
	color: #fff;
	margin: 0 0 0 43px;
	padding-top: 5px;
	background: #C6A786 !important;
	padding: 0 0 0 55px;
	line-height: 1.5em;
	font-family: 'PFDinTextCondPro-Regular' !important;
}

#fhead {
	background: #C6A786 !important;
}

#fbott {
	height: 12px;
	background: #C6A786 !important;
}

#form_wrapper_call {
	font-size: 14px;
	width: 364px;
	padding: 16px 18px 8px;
	margin-bottom: 10px;
	z-index: 2500;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -173px;
	display: none;
}

form#call_ord input[type="text"], form#call_ord textarea {
	width: 295px;
	font-family: Arial;
	border: 1px solid #A67C52;
	padding: 3px 5px;
	font-size: 1em;
	color: #0b0b0b;
	font-family: 'PFDinTextCondPro-Regular' !important;
}

form#call_ord input[type="submit"] {
	background: #785D3A !important;
	color: #fff;
	font-family: 'PFDinTextCondPro-Regular' !important;
	border-radius: 4px;
}

.bx_bt_button.bx_big.shadow {
	background: url(/images/lentasmall2.png) no-repeat;
	background-position: center;
	font-size: 13px;
	font-family: 'PFDinTextCondPro-Regular' !important;
	color: black;
	border: 1px solid #A67C52;
	border-radius: 3px;
}

.bx_mfeedback input[type="text"] {
	width: 100%;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 6px;
	outline: none;
	border: 1px solid #A67C52;
	border-radius: 2px;
	background: #fff;
	box-shadow: inset 2px 2px 2px -1px rgba(180, 188, 191, 0.5);
	color: #000;
	vertical-align: middle;
	font-size: 14px;
}

.call-back-left form {
	display: block !important;
}

.personal .left .left-menu-3 {
	display: inline-block;
	background: url(/images/lentasmall2.png) no-repeat;
	width: 210px;
	height: 45px;
	text-align: center;
	margin-top: -5px;
}

.personal .left .left-menu-4 {
display: inline-block;
	background: url(/images/lentasmall2.png) no-repeat;
	width: 210px;
	height: 45px;
	text-align: center;
	margin-top: -5px;
    margin-bottom: 114px;
    min-height: 45px;
}

.personal .left .left-menu-3 .pesonal-menu {
	font-size: 25px;
	font-family: BERNIERRegular-Regular;
	color: #603913;
	letter-spacing: 1px;
	display: inline-block;
	margin-top: 2px;
}

.personal .left .left-menu-4 {
	display: inline-block;
	background: url(/images/lentasmall2.png) no-repeat;
	width: 210px;
	height: 45px;
	text-align: center;
	margin-top: 31px;
}

.personal .left .left-menu-4 .pesonal-menu {
	font-size: 25px;
	font-family: BERNIERRegular-Regular;
	color: #603913;
	letter-spacing: 1px;
	display: inline-block;
	margin-top: 2px;
}

.l-m-icon-2 {
	background: url(/images/venza.png) no-repeat;
	height: 20px;
	display: block;
	background-position: top center;
	margin-top: 15px;
	position: absolute;
	z-index: 1000;
	width: 210px;
}

.l-m-icon {
	background: url(/images/venzare.png) no-repeat;
	height: 20px;
	display: block;
	background-position: top center;
	margin-top: -26px;
	position: absolute;
	z-index: 1000;
	width: 210px;
}

.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_container {
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
	right: 0;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .18);
	border-radius: 3px;
	border: 1px solid #d3d3d3;
	background: url(/images/background-139.png) no-repeat;
	animation: borderview s;
	width: 161px;
	height: 280px !important;
	padding: 0px 8px 0px;
}

.bx-no-touch .bx_catalog_list_home .bx_catalog_item.double:hover .bx_catalog_item_images_double {
	opacity: 1;
	-webkit-animation: rotateimglast .5s;
	animation: rotateimglast .5s;
	margin: -167px 0px -29px 0px;
}

.right {
	display: inline-block;
	float: right;
	vertical-align: top;
	width: 200px;
}

.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: 'PFDinTextCondPro-Regular';
	font-size: 14px;
}

.bx-basket-block a {
	color: #5b3e21;
	border-bottom: none;
	margin-right: 10px;
	font-size: 14px;
	font-family: PFDinTextCondPro-Regular;
	text-transform: uppercase;
}

.linehoriz {
	margin-right: 11px;
	color: #5b3e21;
	font-size: 14px;
}

.personalcab {
	display: inline-block;
	color: #71573b;
	font-size: 16px;
	font-family: PFDinTextCondPro-Regular;
	float: left;
	margin-top: 9px;
	margin-right: 0px !important;
	margin-left: 0px;
	background: url(/images/privatecab.png) no-repeat;
	height: 31px;
	width: 112px;
	text-align: center;
	line-height: 31px;
}

.personalcab a {
	color: #71573b;
	font-family: PFDinTextCondPro-Regular;
}

.personalcab a:hover {
	border-color: transparent;
	text-decoration: none;
}

.bx-basket-block1 > .showbusket {
	display: none;
}

.bx-basket-block1:hover > .showbusket {
	display: block;
	position: absolute;
}

.personalcab:active {
	background: url(/images/pressbutton1.png) no-repeat;
	line-height: 37px;
	text-decoration: none;
}

.bx-basket-block1 {
	display: inline-block;
	color: #71573b;
	font-size: 16px;
	font-family: PFDinTextCondPro-Regular;
	float: right;
	margin-top: 9px;
	margin-right: 0px !important;
	margin-left: 0px;
	background: url(/images/privatecab.png) no-repeat;
	height: 32px;
	width: 112px;
	text-align: center;
	line-height: 31px;
}

.bx-basket-block1:active, .bx-basket-block1:focus {
	background: url(/images/privatecab2.png) no-repeat;
	line-height: 37px;
	text-decoration: none;
}

.bx-basket-block1 a {
	color: #71573b;
	font-family: PFDinTextCondPro-Regular;
	margin-right: 30px;
}

.bx-basket-block1 img {
	float: left !important;
	margin-top: 10px !important;
	margin-left: 12px !important;
	margin-right: 5px;
}

.bx-basket-block {
	font-size: 12px;
	padding-bottom: 5px;
	white-space: nowrap;
	position: relative;
	display: inline-block;
	margin-top: 6px;
	
}

.language {
	display: inline-block;
	float: right;
}

.language a {
	color: #5b3e21 !important;
	font-family: PFDINDISPLAYPRO-LIGHT_1 !important;
	text-transform: uppercase;
	padding: 4px;
}

.language span {
	background: url(/images/ruen.png) no-repeat;
	display: inline-block;
	width: 31px;
	height: 31px;
	text-align: center;
	line-height: 32px;
}

.language span:active {
	background: url(/images/ruenactiv.png) no-repeat;
	line-height: 32px;
	text-decoration: none;
}

.bx-hdr-profile {
	margin-top: 9px;
	margin-right: 2px;
}

.right-menu {
	display: inline-block;
	float: right;
	margin-left: 470px;
}

.left-menu {
	display: inline-block;
	/* margin-left: 25px; */
}

.showbusket {
	width: 136px;
	border: 1px solid #C4A36E;
	border-radius: 6px;
	margin-left: -12px;
	margin-top: -3px;
	background: #F4EDD7;
	padding: 1px;
}

#vertical-multilevel-menu a.root-item {
	color: #603913;
	font-weight: normal;
	font-size: 14px;
	padding: 6px 0px 0px 0px;
	background: url(/images/podmenu2.png) no-repeat;
	border: 0;
	text-transform: uppercase;
	font-family: 'PFDinTextCondPro-Regular' !important;
	margin-top: 3px;
	margin-bottom: 3px;
	height: 30px;
	width: 200px;
	text-align: center;
}

#vertical-multilevel-menu li ul.root-item {
	margin: 0px 0 0 0px;
	border: 1px solid #a67c52;
}

#vertical-multilevel-menu li ul {
	position: relative;
	top: -33px;
	z-index: 990;
	height: auto;
	width: 200px;
	border: none;
	
}

#vertical-multilevel-menu li a {
	display: block;
	text-decoration: none;
	color: #603913;
	font-weight: normal;
	padding: 5px 0px 5px 13px;
	background: none;
	border-bottom: 1px solid #a67c52;
	font-family: 'PFDinTextCondPro-Light';
	font-size: 16px;
	text-align: left;
	/* height: 32px; */
}

#vertical-multilevel-menu a.root-item-selected {
	color: #603913;
	font-weight: normal;
	font-size: 15px;
	padding: 6px 0px 0px 0px;
	background: url(/images/podmenu2.png) no-repeat;
	border: 0;
	text-transform: uppercase;
	font-family: 'PFDinTextCondPro-Regular' !important;
	margin-top: 3px;
	margin-bottom: 3px;
	height: 30px;
	width: 200px;
	text-align: center;
	
}

#vertical-multilevel-menu a.root-item-selected:active {
	color: #603913;
	font-weight: normal;
	font-size: 15px;
	padding: 6px 0px 0px 0px;
	background: url(/images/podmenu2.png) no-repeat;
	border: 0;
	text-transform: uppercase;
	font-family: 'PFDinTextCondPro-Regular' !important;
	margin-top: 3px;
	margin-bottom: 3px;
	height: 30px;
	width: 200px;
	text-align: center;
}

#vertical-multilevel-menu a.root-item-selected + ul {
	display: none !important;
}

#vertical-multilevel-menu a.root-item:hover,
#vertical-multilevel-menu a.root-item-selected:hover + ul,
#vertical-multilevel-menu a.root-item-selected + ul:hover {
	display: block !important;
}

#vertical-multilevel-menu a.root-item:hover,
#vertical-multilevel-menu a.root-item-selected:hover {
	background: url(/images/podmenu2.png) no-repeat;
	display: block;
}

.tovar-page .left .left-menu {
	display: block !important;
	background: url(/images/lentasmall2.png) no-repeat !important;
	width: 210px;
	height: 45px;
	text-align: center;
	margin-left: 0px !important;
}

.menu-menu-1 {
	margin-top: 13px;
}

div.news-list {
	margin-top: 15px;
	width: 200px;
}

.bx_catalog_tile .bx_catalog_tile_title a {
	color: #6B351A;
	font-size: 14px;
	font-family: 'PFDinTextCondPro-Regular' !important;
	text-transform: uppercase;
}

#vertical-multilevel-menu li a.item-selected {
	background-color: #F1EDDD;
}

.bx_catalog_tile .bx_catalog_tile_img {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 141px;
	height: 141px;
	border: 1px solid #68421d;
	border-radius: 2px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-top: 18px;
	background-color: antiquewhite;
}

.bx_catalog_tile .bx_catalog_tile_ul li {
	float: left;
	box-sizing: border-box;
	margin-bottom: 20px;
	padding: 0 0px;
	width: 161px;
	list-style: none;
	text-align: center;
	background-color: red;
	height: 280px;
	margin-right: 12px;
	/*background: url(/images/background-139.png) center no-repeat;*/
	background: url(/images/background-103.png) center no-repeat;
	margin-left: 12px;
}

.bx_catalog_tile .bx_catalog_tile_ul li:hover,
.bx_catalog_tile .bx_catalog_tile_ul li:active,
.bx_catalog_tile .bx_catalog_tile_ul li:focus {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .18);
	border-radius: 3px;
	border: 1px solid #d3d3d3;
	background: url(/images/background-104.png) center no-repeat;
}

#vertical-multilevel-menu li a:hover {
	background-color: #F1EDDD;
}

.bx_catalog_list_home .bx_catalog_item_title a {
	color: #3f3f3f;
	text-decoration: none;
	font-size: 16px;
	white-space: normal;
	/*border-bottom: 2px solid #696154;*/
	font-family: 'PFDinTextCondPro-Regular' !important;
}

.bx-no-touch .bx_catalog_list_home .bx_catalog_item .bx_catalog_item_controls, .bx_catalog_list_home .bx_catalog_item .bx_catalog_item_articul, .bx_catalog_list_home .bx_catalog_item .bx_catalog_item_scu {
	display: block;
	opacity: 1;
}

.bx_catalog_list_home .bx_medium.bx_bt_button, .bx_catalog_list_home .bx_medium.bx_bt_button_type_2 {
	font-weight: normal;
	background: url(/images/buywood.png) no-repeat;
	color: white !important;
	text-transform: uppercase;
	font-family: 'BERNIERRegular-Regular !important';
	width: auto;
	letter-spacing: 2px;
	background-size: 100%;
}

.bx-no-touch .bx_catalog_list_home .bx_catalog_item .bx_catalog_item_controls, .bx_catalog_list_home .bx_catalog_item .bx_catalog_item_articul, .bx_catalog_list_home .bx_catalog_item .bx_catalog_item_scu {
	display: block;
	opacity: 1;
	width: 94px;
	height: 25px;
	padding-top: 0px;
}

.bx_catalog_list_home .bx_catalog_item_price .bx_price {
	font-size: 14px;
	padding-top: 0px;
	color: #603913;
	font-family: 'PFDinTextCondPro-Regular' !important;
}

.bx_catalog_list_home.col3 .bx_catalog_item {
	padding: 0px 9px;
	margin: 0 1% 30px;
	width: 161px;
	background: url(/images/background-139.png) no-repeat;
	height: 280px !important;
	margin-left: 12px;
	margin-right: 12px;
}

.bx_catalog_list_home .bx_catalog_item_images_double, .bx_catalog_list_home .bx_catalog_item_images {
	position: relative;
	z-index: 91;
	display: block;
	padding-top: 116%;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.bx_catalog_list_home .bx_catalog_item_title {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: visible;
	margin-top: 17px;
	text-align: center;
	width: 143px;
}

.bx-no-touch .bx_catalog_list_home .bx_catalog_item .bx_catalog_item_container {
	border: 1px solid transparent;
	display: block;
}

.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone, .bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo {
	width: 100%;
	text-align: center;
	margin-left: 22px;
}

.right-menu .menu-item:first-child img {
	padding-top: 2px !important;
}

.menu-item-3 p {
	text-align: center;
	text-transform: uppercase;
	color: #52351a;
	margin-top: 5px;
	font-family: 'PFDinTextCondPro-Regular' !important;
}

.menu-item-3 {
	width: 90px;
	height: 90px;
	display: inline-block;
	text-align: center;
	float: left;
	margin-left: 10px;
}

.menu-item-5 p {
	text-align: center;
	text-transform: uppercase;
	color: #52351a;
	margin-top: 5px;
	font-family: 'PFDinTextCondPro-Regular' !important;
}

.menu-item-5 {
	width: 90px;
	height: 90px;
	display: inline-block;
	text-align: center;
	float: left;
	margin-left: 0px;
}

.menu-item-6 p {
	text-align: center;
	text-transform: uppercase;
	color: #52351a;
	margin-top: 5px;
	font-family: 'PFDinTextCondPro-Regular' !important;
}

.menu-item-6 {
	width: 90px;
	height: 90px;
	display: inline-block;
	text-align: center;
	float: left;
	margin-left: 0px;
}

div.news-calendar-compact .NewsCalTable, div.news-calendar-compact .NewsCalTable tr, div.news-calendar-compact .NewsCalTable td {
	border-collapse: collapse;
	border: 1px solid #B3B3B3;
	text-align: center;
}

.main_catalog {
	background: none;
	border-top: 0px solid #c9c3c3;
	padding: 12px 7px;
}

.special-product-image img {
	width: 178px;
	height: 125px;
	margin-left: 14px;
}

.left-menu-3 .news-list a {
	text-decoration: none;
	color: #603913 !important;
	font-family: 'PFDinTextCondPro-Regular' !important;
}

.home-content-2 .sales-main {
	display: block;
	width: 980px;
	margin: 0 auto;
	
}

.sales-main .main_catalog {
	background: none !important;
	border-top: 0px solid #c9c3c3 !important;
	padding: 25px 10px !important;
	height: 100% !IMPORTANT;
}

.sales-main .main_catalog .main_catalog_item {
	width: 230px !important;
	height: 286px !important;
	background: url(/images/backmainpage.png) no-repeat !important;
	border-image: none !important;
	margin-left: 73px;
	margin-right: 0px;
}

.sales-main .main_catalog a.main_catalog_item_img {
	height: 144px !important;
	width: 202px !important;
	border: 1px solid #b28c61 !important;
	border-radius: 0px !important;
	margin-left: 10px !important;
	margin-top: 15px !important;
}

.sales-main .main_catalog .main_catalog_item > a > span {
	display: block !important;
	text-align: center !important;
	width: 100% !important;
	left: 0% !important;
	position: static !important;
	margin-left: 0px !important;
	height: 100% !important;
}

.sales-main .main_catalog .main_catalog_item img {
	max-width: 100% !important;
	max-height: 100% !important;
	display: block !important;
	margin: 0 auto !important;
	height: 100% !important;
	padding: 0 !important;
	width: 100% !important;
}

.sales-main .main_catalog .main_catalog_item h2 {
	overflow: hidden !important;
	min-height: 42px !important;
	line-height: 18px !important;
	text-align: center !important;
	width: 170px !important;
	margin: 0 auto !important;
}

.sales-main .main_catalog .main_catalog_item h2 a {
	color: #000;
	font-size: 18px;
	line-height: 0px;
	text-decoration: none;
	font-weight: bold;
	font-family: 'PFDinTextCondPro-Regular' !important;
}

.sales-main .main_catalog .main_catalog_item .main_catalog_item_price {
	position: absolute;
	width: 94%;
	height: 38px;
	bottom: 7px;
}

.sales-main .main_catalog .main_catalog_item .main_catalog_item_price .main_item_buy {
	position: absolute;
	right: 10px;
	bottom: 13px;
	background: url(/images/buywood.png) no-repeat !important;
	width: 94px !important;
	height: 25px !important;
	text-align: center;
}

.sales-main .main_catalog .main_catalog_item .main_catalog_item_price a {
	color: white !important;
	text-transform: uppercase;
	font-family: 'PFDinTextCondPro-Regular' !important;
	padding: 3px;
}

.sales-main .main_catalog .main_catalog_item .main_catalog_item_price .main_price_container span.item_price {
	font-size: 20px;
	color: red;
	font-family: 'PFDinTextCondPro-Regular' !important;
	font-weight: bold;
	padding: 13px;
}

.right .sales-main .main_catalog .main_catalog_item {
	border-image: none !important;
	margin-left: 0px;
	margin-right: 0px;
	background: url(/images/back-special-right.png) no-repeat !important;
	height: 263px !important;
	width: 204px !important;
}

.right .sales-main .main_catalog a.main_catalog_item_img {
	height: 125px !important;
	width: 178px !important;
	border: 1px solid #b28c61 !important;
	border-radius: 0px !important;
	margin-left: 10px !important;
	margin-top: 15px !important;
}

.right .sales-main .main_catalog .main_catalog_item .main_catalog_item_price .main_item_buy {
	position: absolute;
	right: 6px;
	bottom: 13px;
	background: url(/images/buywood.png) no-repeat !important;
	width: 94px !important;
	height: 25px !important;
	text-align: center;
}

.right .sales-main .main_catalog .main_catalog_item .main_catalog_item_price .main_price_container span.item_price {
	font-size: 20px;
	color: red;
	font-family: 'PFDinTextCondPro-Regular' !important;
	font-weight: bold;
	padding: 7px;
}

.right .venz {
	background: url(/images/venza.png) no-repeat;
	height: 20px;
	display: block;
	background-position: top center;
	margin-top: 0px;
	position: absolute;
	z-index: 000;
	width: 210px;
}

.right .l-m-icon {
	background: url(/images/venzare.png) no-repeat;
	height: 20px;
	display: block;
	background-position: top center;
	margin-top: 1px;
	position: absolute;
	z-index: 1000;
	width: 210px;
}

.bx_catalog_list_home .bx_catalog_item_articul {
	color: black;
	font-size: 13px;
	float: right;
	text-align: right;
	width: 65px !important;
	margin: -63px 79px;
	position: absolute !important;
}

.left-menu-3 .news-list .news-date-time {
	text-decoration: none;
	color: #603913 !important;
	font-family: 'PFDinTextCondPro-Regular' !important;
}

.right .sales-main .main_catalog {
	background: none !important;
	border-top: 0px solid #c9c3c3 !important;
	padding: 25px 0px !important;
	height: 100% !IMPORTANT;
}

div.news-list img.preview_picture {
	float: left !important;
	margin: 0 0px 0px 0;
}

.root-item ul {
	display: none !important;
}

#vertical-multilevel-menu a.parent {
	background: none;
	padding-right: 10px;
}

.content .video-you-tube {
	position: absolute;
	margin-top: 42px;
	width: 980px;
}

.video1 {
	display: inline-block;
	float: left;
}

.video2 {
	display: inline-block;
	margin-left: 61px;
}

.video3 {
	display: inline-block;
	margin-left: 61px;
}

.bx_item_list_you_looked_horizontal.bx_blue .bx_item_list_title {
	/*background: url(/images/point-1.png) no-repeat left top !important;*/
	background: url(/images/point-1.png) no-repeat center top !important;
	height: 65px;
	font-size: 18px;
	line-height: 32px;
	text-align: center;
color: #fff;
}

.left-column .bx-inc-orginfo-phone {
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
	float: left;
	font-family: PFDinTextCondPro-Regular !important;
	margin-top: 14px;
	color: #A97640;
}

.footer p {
	text-indent: 0px !important;
}

.phonebitr {
	position: relative;
	top: 10px;
}

.main_catalog_item {
	padding: 0px 9px;
	margin: 0 1% 30px;
	width: 161px;
	background: url(/images/background-139.png) no-repeat;
	height: 280px !important;
	margin-left: 11px;
	margin-right: 11px;
}

.main_catalog_item main_catalog_item_img:hover {
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
	right: 0;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .18);
	border-radius: 3px;
	border: 1px solid #d3d3d3;
	background: url(/images/background-139.png) no-repeat;
	animation: borderview s;
	width: 160px;
	height: 280px !important;
	padding: 0px 8px 0px;
}

.main_catalog_item_img {
	display: block;
	overflow: hidden;
	border-radius: 8px;
	height: 141px;
	width: 141px;
	margin: 5px auto;
	position: relative;
	border: 1px solid #f2f2f2;
}

.main_catalog_item img {
	/* max-width: 80%; */
	max-height: 141px;
	display: block;
	margin: 0 auto;
	height: auto;
	padding: 0;
}

.top-head input[type="submit"] {
	display: inline-block;
	color: #71573b;
	font-size: 16px;
	font-family: PFDinTextCondPro-Regular;
	float: left;
	margin-top: 5px;
	margin-right: 0px !important;
	margin-left: 16px;
	background: url(/images/firstbuttoncall.png) no-repeat;
	height: 31px;
	width: 150px;
	border: 0px;
	text-align: center;
}

div#search {
	/*margin-top: 11px;*/
}

.phonebitr {
	font-size: 23px;
}

.left-2 {
	margin-top: 35px;
}

.sales-content560 {
	background: url(/images/lenta.png) top center no-repeat !important;
	text-align: center;
	height: 57px;
}

.bx-soa-pp-company.col-lg-3.col-sm-4.col-xs-6.bx-selected,
.bx-soa-pp-company.col-lg-3.col-sm-4.col-xs-6 {
	width: 50%;
}

.bx-yellow .btn.btn-default {
	color: #603913;
	text-transform: uppercase;
	background: url(/images/lentasmall2.png) no-repeat;
	background-position: center;
	font-size: 13px;
	font-family: 'PFDinTextCondPro-Regular' !important;
	border: 1px solid #A67C52;
	border-radius: 3px;
}

.btn {
	display: inline-block;
	padding: 3px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container {
	border-color: #7b3000;
	border-radius: 5px;
}

.specialname img {
	max-width: 207px;
}

.bx-user-info-name {
	font-size: 24px;
	margin: 0 0 10px 23px;
	text-transform: uppercase;
	font-weight: 600;
}

.bx-user-info {
	font-size: 14px;
	margin: 10px 0 10px 23px;
	text-transform: uppercase;
	font-weight: 600;
	text-transform: none;
	height: 22px;
}

.newMesseges,
.basketCounter,
.ordersTotal {
	margin: 7px 0 0 0;
}

a.bx_catalog_item_images,
a.bx_catalog_item_images_double {
	border: 1px solid #5a3817;
	max-height: 143px;
}

a {
	color: #c4a36e;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #a67c52;
	text-decoration: underline;
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.alert-success {
	border-radius: 5px;
	background-color: #f6eed9;
}

ul#vertical-multilevel-menu a:hover {
	font-weight: 600;
}

@media (max-width: 1040px) {
	.right-menu {
		margin-left: 440px;
	}
}

@media (max-width: 1040px) {
	.right-menu {
		margin-left: 390px;
	}
}

@media (max-width: 959px) {
	.right-menu {
		margin-left: 0;
		float: none;
		-ms-transform: scale(0.8, 0.8);
		-webkit-transform: scale(0.8, 0.8);
		transform: scale(0.8, 0.8);
		margin-top: -22px;
	}
	
	.left-menu {
		display: block;
		-ms-transform: scale(0.8, 0.8);
		-webkit-transform: scale(0.8, 0.8);
		transform: scale(0.8, 0.8);
	}
	
	.bottom-head {
		margin-top: 5px;
	}
}
.bx_price{
	line-height: 1;
}
.venz-styler-new{
	position: relative;
	margin-top:5px;
}




.bx-work-adres-head,.bx-work-adres-head a{
	color: #603913;
}
.bx-work-adres-head a{
	text-decoration: underline;
}
.bx-work-adres-head img{
	margin-right: 15px;
}
.bx-work-adres-head:first-child img{
	margin-left: 1px;
	margin-right: 16px;
}
.right-block-adres{
	float: left;
	width: 50%;
}
.right-block-adres .city-name-r{
	color: #603913;
	text-align: right;
}
.city-phone-r a, .city-phone-r{
	color: #603913;
	font-size: 16px !important;
	font-weight: 800;
	text-align: right !important;
}
.city-phone-r img{
	position: relative;
left: -6px;
top: -2px;
}
.right-block-adres p{
	margin-bottom: 0;
}
.call-me-button-header{
	text-align: right !important;
	padding-top: 10px;	
}
.call-me-button-header a{
	color: #603913;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'BERNIERRegular-Regular' !important;
	font-size: 15px !important;
	background: #D8A362;
	border: 1px solid #603913;
	padding: 3px 16px;
}
.work-time-header{
	color: #603913;
	
}



.new-footer{
	width: 100%;
	background: #3D3125;
	min-height:200px;
}
.footer-line-gray{
	margin: 20px 0;
	height:1px;
	width: 100%;
	background-color:  #C1A58A;
}
.top-footer-menu-title{
	color: #fff;
}
.top-footer-content{
	display:flex;
	padding-top:60px;
}
.top-footer-content-inner-block{
	width: 23%;
}
.top-footer-content-inner-block:nth-child(3){
	width:31%;
}
.right-block-orient{
	display: block;
	float: right;
}
.top-footer-content-inner-block p{
	font-size: 16px;
}
.top-footer-content-inner-block:nth-child(1){
	padding-left:0px;
}
.top-footer-content-inner-block:nth-child(4){ 
	padding-right:0px; 
}
.top-footer-content .top-footer-content-inner-block ul{
	list-style: none;
	padding-left: 0;
}
.top-footer-content .top-footer-content-inner-block p img{
	margin-left: 15px;
}
.top-footer-content .top-footer-content-inner-block p:not(.top-footer-menu-title){
	margin-bottom: 0;
}
.top-footer-content .top-footer-content-inner-block p a{
	color: #fff;
	text-decoration: underline;
	line-height: 40px;
}
.top-footer-content .top-footer-content-inner-block span{
	color: #C1A58A;
	font-size: 16px;
}
.top-footer-content .top-footer-content-inner-block ul li a, .top-footer-content .top-footer-content-inner-block span a{
	color: #C1A58A;
	font-size: 16px;
	text-decoration: underline;
	cursor: pointer;
	line-height: 30px;
}
.bottom-footer-content{
	width: 100%;
	display: flex;
	padding-bottom: 30px;
}
.bottom-footer-content-inner-block:nth-child(1){
	/*width: 29%;*/
	width: 33%;
	padding-top: 3px;
}
.bottom-footer-content-inner-block:nth-child(2),.bottom-footer-content-inner-block:nth-child(3){
	/*width:18%;*/
	width:28%;
}
.bottom-footer-content-inner-block:nth-child(3){
	padding-top: 8px;
}
.bottom-footer-content-inner-block:nth-child(4){
	/*padding-top: 8px;*/
	/*width: 20%;*/
	width: 14%;
}
.bottom-footer-content-inner-block:nth-child(5){
	width: 15%;
}
.bottom-footer-content-inner-block{
	font-size: 12px;
	color: #C1A58A;
}
.bottom-footer-content-inner-block p a{
	color: #C1A58A;
	font-weight: 600;
	font-size: 14px;
}
.bottom-footer-content-inner-block .call_btn{
	color: #603913;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'BERNIERRegular-Regular' !important;
	font-size: 15px !important;
	background: #C1A58A;
	border: 1px solid #C1A58A;
	padding: 3px 16px;
}
.menu-item a{
	background-repeat: no-repeat;
	background-position: 25px 20px;
}

.left-menu .menu-item:nth-child(1) a{
	background-position: 15px 13px;
}
.left-menu .menu-item:nth-child(3) a{
	background-position: 25px 26px;
}
.left-menu .menu-item:nth-child(2) a{
	background-position: 28px 25px;
}
.left-menu .menu-item:nth-child(2):hover a{
	background-position: 24px 25px;
}
.right-menu .menu-item:nth-child(1) a{
	background-position: 25px 26px;
}
.right-menu .menu-item:nth-child(2) a{
	background-position: 25px 20px;
}
.right-menu .menu-item:nth-child(3) a{
	background-position: 25px 25px;
}
.right-block-adres .city-phone-r{
	margin-top: 20px;
}
.language-new{
	right: 0;
position: absolute;
top: -17px;
}
.language-new > span{
	width: 25px;
	height: 30px;
	padding-top: 10px;
	display: inline-block;
	text-align: center;
}
.language-new > span a{
	color: #603913;
}
.language-new > span.actived{
	background-color: #603913;
}
.language-new > span.actived a{
	color: #FFFFFF;
}
body > .content{
	min-height: calc(100vh - 603px);
}


#form_wrapper_order{font-size: 14px;width:347px; padding:16px 18px 8px; margin-bottom:10px; z-index: 2500; position:absolute; top:50%; left:50%; margin-left:-173px; display:none;}

form#call_ord_d .mf-req{font-size:.7em;color:#f00;vertical-align:super;float:right;position:absolute;right:0;top:0;}
form#call_ord_d input[type="text"], form#call_ord textarea{width: 295px; font-family: Arial; border: 1px solid #b4b4b4; padding:3px 5px; font-size:1em; color:#0b0b0b;}
form#call_ord_d button{border:none; background: #71ad00; color:#fff; width:150px; height:35px;}
form#call_ord_d button[type="submit"]:hover {opacity: .80;}
form#call_ord_d div{margin-bottom:10px;position: relative;}
form#call_ord_d div.mf-text{font-size:.8em; color:#707070;font-family: Arial;}
form#call_ord_d div.mf-text input{width:115px;}
form#call_ord_d div.mf-captcha{}
form#call_ord_d div.bsubm{text-align:right;}
form#call_ord_d div.bsubm p.warn{color:#71ad00; font-size:.8em;font-style:italic;margin-bottom:10px;text-align:center;}
#form_wrapper_order {
	font-size: 14px;
	width: 364px;
	padding: 16px 18px 8px;
	margin-bottom: 10px;
	z-index: 2500;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -173px;
	display: none;
}

form#call_ord_d input[type="text"], form#call_ord_d textarea {
	width: 100%;
	font-family: Arial;
	border: 1px solid #A67C52;
	padding: 3px 5px;
	font-size: 1em;
	color: #0b0b0b;
	font-family: 'PFDinTextCondPro-Regular' !important;
}

form#call_ord_d button {
	background: #785D3A !important;
	color: #fff;
	font-family: 'PFDinTextCondPro-Regular' !important;
	border-radius: 4px;
}
#form_wrapper_order{font-size: 14px;width:347px; padding:16px 18px 8px; margin-bottom:10px; z-index: 2500; position:absolute; top:50%; left:50%; margin-left:-173px; display:none;}

form#call_ord_d_list .mf-req{font-size:.7em;color:#f00;vertical-align:super;float:right;position:absolute;right:0;top:0;}
form#call_ord_d_list input[type="text"], form#call_ord_d_list textarea{width: 295px; font-family: Arial; border: 1px solid #b4b4b4; padding:3px 5px; font-size:1em; color:#0b0b0b;}
form#call_ord_d_list button{border:none; background: #71ad00; color:#fff; width:150px; height:35px;}
form#call_ord_d_list button[type="submit"]:hover {opacity: .80;}
form#call_ord_d_list div{margin-bottom:10px;position: relative;}
form#call_ord_d_list div.mf-text{font-size:.8em; color:#707070;font-family: Arial;}
form#call_ord_d_list div.mf-text input{width:115px;}
form#call_ord_d_list div.mf-captcha{}
form#call_ord_d_list div.bsubm{text-align:right;}
form#call_ord_d_list div.bsubm p.warn{color:#71ad00; font-size:.8em;font-style:italic;margin-bottom:10px;text-align:center;}
#form_wrapper_order_list {
	font-size: 14px;
	width: 364px;
	padding: 16px 18px 8px;
	margin-bottom: 10px;
	z-index: 2500;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -173px;
	display: none;
}

form#call_ord_d_list input[type="text"], form#call_ord_d_list textarea {
	width: 295px;
	font-family: Arial;
	border: 1px solid #A67C52;
	padding: 3px 5px;
	font-size: 1em;
	color: #0b0b0b;
	font-family: 'PFDinTextCondPro-Regular' !important;
}

form#call_ord_d_list button {
	background: #785D3A !important;
	color: #fff;
	font-family: 'PFDinTextCondPro-Regular' !important;
	border-radius: 4px;
}
.tablereq tr, .tablereq td {
padding: 4px;
}

