@charset "UTF-8";
/*
Theme Name: Belsimplit
Theme URI:
Author: Factory Projects
Author URI: https://fpro.by/
Description: This theme was developed for <a target="_blank" href="//belsimplit.by">belsimplit.by</a> site only.
Version: 1.9.2-build20170810
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
Text Domain: belsimplit
*/


/**
 * Low-level Settings
 *
 * Containts common html-elements and basic selectors styles
 *
 * #ff8d00 - dark-orange (main)
 * #ff6e00 - bright-orange (hover)
 * #ffa100 - orange
 */

/* font-family: 'PT Sans' */

@font-face {
	font-family: 'PT Sans';
	src: local( 'PT Sans' ),
		 local( 'PTSans-Regular' ),
		 url( 'css/fonts/ptsans.woff2' ) format( 'woff2' ),
		 url( 'css/fonts/ptsans.woff' ) format( 'woff' ),
		 url( 'css/fonts/ptsans.ttf' ) format( 'truetype' );
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'PT Sans';
	src: local( 'PT Sans Italic' ),
		 local( 'PTSans-Italic' ),
		 url( 'css/fonts/ptsansitalic.woff2' ) format( 'woff2' ),
		 url( 'css/fonts/ptsansitalic.woff' ) format( 'woff' ),
		 url( 'css/fonts/ptsansitalic.ttf' ) format( 'truetype' );
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: 'PT Sans';
	src: local( 'PT Sans Bold' ),
		 local( 'PTSans-Bold' ),
		 url( 'css/fonts/ptsansbold.woff2' ) format( 'woff2' ),
		 url( 'css/fonts/ptsansbold.woff' ) format( 'woff' ),
		 url( 'css/fonts/ptsansbold.ttf' ) format( 'truetype' );
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'PT Sans';
	src: local( 'PT Sans Bold Italic' ),
		 local( 'PTSans-BoldItalic' ),
		 url( 'css/fonts/ptsansbolditalic.woff2' ) format( 'woff2' ),
		 url( 'css/fonts/ptsansbolditalic.woff' ) format( 'woff' ),
		 url( 'css/fonts/ptsansbolditalic.ttf' ) format( 'truetype' );
	font-weight: 700;
	font-style: italic;
}

* {
	margin: 0;
	outline: medium none;
	padding: 0;
}

body {
	background: #fff;
	color: #555;
	font: 16px/1.25 'PT Sans', Arial, Helvetica, sans-serif;
	position: relative;
}

html, body {
	height: 100%;
}

#wrapper {
	min-height: 100%;
	overflow: hidden;
	width: 100%;
}

* html #wrapper {
	height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	display: block;
	font: bold 22px/24px 'PT Sans';
	margin: 36px auto 12px;
	text-align: center;
	text-decoration: none;
	text-rendering: optimizelegibility;
	text-transform: uppercase;
}

h4,
h5,
h6 {
	line-height: 20px;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 19px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 16px;
}

p,
ul,
ol,
dl,
table,
.gallery,
.wp-caption,
.page-links {
	margin: 24px 0 0;
	padding: 0;
}

dd,
p + ul,
p + ol,
p + dl,
ul + ol,
ul + dl,
ol + ul,
ol + dl {
	margin-top: 8px;
}

h1 + p,
h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p,
h1 + ul,
h2 + ul,
h3 + ul,
h4 + ul,
h5 + ul,
h6 + ul,
h1 + ol,
h2 + ol,
h3 + ol,
h4 + ol,
h5 + ol,
h6 + ol,
h1 + dl,
h2 + dl,
h3 + dl,
h4 + dl,
h5 + dl,
h6 + dl,
h1 + table,
h2 + table,
h3 + table,
h4 + table,
h5 + table,
h6 + table,
h1 + .gallery,
h2 + .gallery,
h3 + .gallery,
h4 + .gallery,
h5 + .gallery,
h6 + .gallery,
h1 + p + .wp-caption + p,
h2 + p + .wp-caption + p,
h3 + p + .wp-caption + p,
h4 + p + .wp-caption + p,
h5 + p + .wp-caption + p,
h6 + p + .wp-caption + p,
dd > ul,
dd > ol {
	margin-top: 0;
}

ul li,
ol li {
	margin: 0 0 8px 32px;
}

ul,
dd,
dt {
	list-style-image: url( 'img/list-pipe.png' );
	list-style-position: outside;
}

ol.ol-indexed {
	list-style: none;
}

ol.ol-indexed li {
	position: relative;
}

ol.ol-indexed li span.ol-index {
	color: #ff8d00;
	display: block;
	font: 16px/1.25 'PT Sans';
	left: -16px;
	position: absolute;
	top: 0;
}

a {
	color: #ff8d00;
	cursor: pointer;
	text-decoration: underline;
	-webkit-transition-property: color, background-color, border-color, outline-color, opacity;
	   -moz-transition-property: color, background-color, border-color, outline-color, opacity;
		 -o-transition-property: color, background-color, border-color, outline-color, opacity;
			transition-property: color, background-color, border-color, outline-color, opacity;
	-webkit-transition-duration: 0.5s;
	   -moz-transition-duration: 0.5s;
		 -o-transition-duration: 0.5s;
			transition-duration: 0.5s;
	-webkit-transition-timing-function: ease;
	   -moz-transition-timing-function: ease;
		 -o-transition-timing-function: ease;
			transition-timing-function: ease;
	-webkit-transition-delay: 0s;
	   -moz-transition-delay: 0s;
		 -o-transition-delay: 0s;
			transition-delay: 0s;
}

a:hover {
	color: #ff6e00;
}

img {
	height: auto;
	border: medium none;
}

p * {
	max-width: 100%;
}

b,
strong {
	font-weight: bold;
}

i,
em {
	font-style: italic;
}

strike {
	text-decoration: line-through;
}

big {
	font-size: 115%;
}

small {
	font-size: 85%;
}

table {
	border-collapse: collapse;
	cellspacing: 0;
	cellpadding: 0;
	width: 100%;
}

table td {
	text-align: left;
	vertical-align: top;
}

.alignleft,
.aligncenter,
.alignrigh {
	height: auto;
	margin: 8px 8px 16px;
	max-width: 100%;
}

.alignleft {
	float: left;
	margin: 8px 16px 8px 0;
}

.alignright{
	float: right;
	margin: 8px 0 8px 16px;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	overflow: hidden;
}

.wp-caption a {
	display: block;
	text-decoration: none;
}

.wp-caption .wp-caption-text,
.wp-caption-dd {
	color: #888;
	font: italic 14px/16px 'PT Sans';
	margin: 0;
	text-align: center;
}

.content,
.map-content {
	display: block;
	margin: 0 auto;
	width: 980px;
}

.page-header,
.front-page-widget-title {
	display: block;
	text-align: center;
}

.page-title,
.front-page-widget-title > div,
.navmenu-shortcode-title,
.tabs-shortcode-title {
	color: #000;
	display: inline-block;
	font: bold 22px/22px 'PT Sans';
	margin: 24px 0 0;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-rendering: optimizelegibility;
	text-transform: uppercase;
}

.page-title:before,
.page-title:after,
.front-page-widget-title > div:before,
.front-page-widget-title > div:after,
.navmenu-shortcode-title:before,
.navmenu-shortcode-title:after,
.tabs-shortcode-title:before,
.tabs-shortcode-title:after {
	background: url( 'img/page-title-line.png' ) scroll center center repeat-x;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	width: 10000px;
}

.page-title:before,
.front-page-widget-title > div:before,
.navmenu-shortcode-title:before,
.tabs-shortcode-title:before {
	left: -10020px;
}

.page-title:after,
.front-page-widget-title > div:after,
.navmenu-shortcode-title:after,
.tabs-shortcode-title:after {
	right: -10020px;
}

.post-date {
	color: #ff8d00;
	display: block;
	font-size: 12px;
	line-height: 15px;
}

.page-content {
	margin: 0 0 56px;
}

.post-date + .page-content {
	margin-top: -15px;
}

.hidden {
	display: none !important;
}

.thumb-container {
	display: table-cell;
	font-size: 0;
	height: inherit;
	line-height: 0;
	max-height: inherit;
	max-width: inherit;
	text-align: center;
	vertical-align: middle;
	width: inherit;
}

.thumb-container img,
.thumb-container .imgs-container {
	display: inline-block;
	height: auto;
	margin: 0 auto;
	max-height: inherit;
	max-width: inherit;
	position: relative;
	width: auto;
}

.grayscale {
	-webkit-filter: grayscale(100%);
	   -moz-filter: grayscale(100%);
		-ms-filter: grayscale(100%);
		 -o-filter: grayscale(100%);
			filter: grayscale(100%);
			filter: url( 'img/grayscale.svg#greyscale' );
			filter: gray;
}

.clearfix:after,
.content:after,
.gallery:after,
.posts-container:after,
.front-page-widget:after,
.bx-slider:after,
.navmenu-shortcode ul:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	-moz-opacity: 0;
		 opacity: 0;
	visibility: hidden;
}

#wrapper,
.header-container,
.content-container,
.footer-container {
	display: block;
	min-width: 980px;
	position: relative;
	width: 100%;
	z-index: 10;
}


/**
 * Forms
 *
 * Containts form elements basic styles
 */

input[type=reset]::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
button::-moz-focus-inner,
a::-moz-focus-inner {
	border: none;
	outline: none;
	padding: 0;
}

input[type=text],
input[type=password],
textarea,
.btn-solid,
.btn {
	background: transparent;
	border: 1px solid #ff8d00;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	color: #8b8875;
	display: inline-block;
	font: italic 16px/20px 'PT Sans';
	padding: 6px 12px;
	text-align: left;
	text-decoration: none;
	text-transform: none;
	-webkit-transition-property: color, background-color, border-color, outline-color, opacity;
	   -moz-transition-property: color, background-color, border-color, outline-color, opacity;
		 -o-transition-property: color, background-color, border-color, outline-color, opacity;
			transition-property: color, background-color, border-color, outline-color, opacity;
	-webkit-transition-duration: 0.5s;
	   -moz-transition-duration: 0.5s;
		 -o-transition-duration: 0.5s;
			transition-duration: 0.5s;
	-webkit-transition-timing-function: ease;
	   -moz-transition-timing-function: ease;
		 -o-transition-timing-function: ease;
			transition-timing-function: ease;
	-webkit-transition-delay: 0s;
	   -moz-transition-delay: 0s;
		 -o-transition-delay: 0s;
			transition-delay: 0s;
	vertical-align: top;
	width: 300px;
}

textarea {
	height: 114px;
	overflow: hidden;
	resize: none;
}

input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
	color: #555;
}

/* .btn------ old effect
.btn {
	background: transparent;
	border: 3px solid #ff8d00;
	cursor: pointer;
	font: bold 18px/24px 'PT Sans';
	overflow: hidden;
	padding: 15px 20px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	z-index: 1;
}

.btn:before,
.btn:after {
	background: #ff8d00;
	color: #fff;
	content: attr(data-text);
	height: 50%;
	left: 0;
	overflow: hidden;
	position: absolute;
	-webkit-transition: all 0.3s cubic-bezier(0.2, 1, 0.3, 1) 0s;
	   -moz-transition: all 0.3s cubic-bezier(0.2, 1, 0.3, 1) 0s;
			transition: all 0.3s cubic-bezier(0.2, 1, 0.3, 1) 0s;
	width: 100%;
}

.btn:before {
	top: 0;
	padding-top: inherit;
}

.btn:after {
	bottom: 0;
	line-height: 0;
}

.btn > span {
	display: block;
	color: #ff8d00;
	-moz-opacity: 0;
		 opacity: 0;
	-webkit-transform: scale3d(1, 0.2, 1);
	   -moz-transform: scale3d(1, 0.2, 1);
			transform: scale3d(1, 0.2, 1);
	-webkit-transition: all 0.3s cubic-bezier(0.2, 1, 0.3, 1) 0s;
	   -moz-transition: all 0.3s cubic-bezier(0.2, 1, 0.3, 1) 0s;
			transition: all 0.3s cubic-bezier(0.2, 1, 0.3, 1) 0s;
}

.btn.btn-orange {
	border-color: #ffa100;
}

.btn.btn-orange:before,
.btn.btn-orange:after {
	background: #ffa100;
}

.btn.btn-orange > span {
	color: #ffa100;
}

.btn.btn-black {
	border-color: #000;
}

.btn.btn-black:before,
.btn.btn-black:after {
	background: #000;
	color: #fff;
}

.btn.btn-black > span {
	color: #000;
}

.btn.btn-white {
	border-color: #fff;
}

.btn.btn-white:before,
.btn.btn-white:after {
	background: #fff;
	color: #000;
}

.btn.btn-white > span {
	color: #fff;
}

.btn:hover:before,
.btn.btn-disabled:before {
	-webkit-transform: translate3d(0, -100%, 0);
	   -moz-transform: translate3d(0, -100%, 0);
			transform: translate3d(0, -100%, 0);
}

.btn:hover:after,
.btn.btn-disabled:after {
	-webkit-transform: translate3d(0, 100%, 0);
	   -moz-transform: translate3d(0, 100%, 0);
			transform: translate3d(0, 100%, 0);
}

.btn:hover > span,
.btn.btn-disabled > span {
	-moz-opacity: 1;
		 opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	   -moz-transform: scale3d(1, 1, 1);
			transform: scale3d(1, 1, 1);
}

.btn.btn-inverse

.btn.btn-inverse:before {
	-webkit-transform: translate3d(0, -100%, 0);
	   -moz-transform: translate3d(0, -100%, 0);
			transform: translate3d(0, -100%, 0);
}

.btn.btn-inverse:after {
	-webkit-transform: translate3d(0, 100%, 0);
	   -moz-transform: translate3d(0, 100%, 0);
			transform: translate3d(0, 100%, 0);
}

.btn.btn-inverse > span {
	-moz-opacity: 1;
		 opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	   -moz-transform: scale3d(1, 1, 1);
			transform: scale3d(1, 1, 1);
}

.btn.btn-inverse:hover:before,
.btn.btn-inverse.btn-disabled:before {
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
}

.btn.btn-inverse:hover:after,
.btn.btn-inverse.btn-disabled:after {
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
}

.btn.btn-inverse:hover > span,
.btn.btn-inverse.btn-disabled >span {
	-moz-opacity: 0;
		 opacity: 0;
	-webkit-transform: scale3d(1, 0.2, 1);
	   -moz-transform: scale3d(1, 0.2, 1);
			transform: scale3d(1, 0.2, 1);
}
*/

/* .btn */

.btn {
	background: transparent;
	border: 3px solid #ff8d00;
	color: #ff8d00;
	cursor: pointer;
	font: bold 18px/24px 'PT Sans';
	overflow: hidden;
	padding: 15px 20px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	z-index: 1;
}

.btn.btn-orange,
.btn.btn-orange {
	border-color: #ffa100;
	color: #ffa100;
}

.btn.btn-black,
.btn.btn-black {
	border-color: #000;
	color: #000;
}

.btn.btn-white,
.btn.btn-white {
	border-color: #fff;
	color: #fff;
}

.btn:hover {
	background: #ff8d00;
	color: #fff;
}

.btn.btn-orange:hover {
	background: #ffa100;
	color: #fff;
}

.btn.btn-black:hover {
	background: #000;
	color: #fff;
}

.btn.btn-white:hover {
	background: #fff;
	color: #000;
}

/* .btn-solid */

.btn-solid {
	background: #ff8d00;
	border: medium none;
	color: #fff;
	cursor: pointer;
	font-style: normal;
	overflow: hidden;
	padding: 15px 20px;
	position: relative;
	text-align: center;
	z-index: 1;
}

.btn-solid.btn-orange,
.btn-solid.btn-orange {
	background-color: #ffa100;
}

.btn-solid.btn-black,
.btn-solid.btn-black {
	background-color: #000;
	color: #fff;
}

.btn-solid.btn-white,
.btn-solid.btn-white {
	background-color: #fff;
	color: #000;
}

.btn-solid:hover {
	background-color: #ff6e00;
	color: #fff;
}

.btn-solid.btn-orange:hover {
	background-color: #ff8d00;
	color: #fff;
}

.btn-solid.btn-black:hover {
	background-color: #fff;
	color: #000;
}

.btn-solid.btn-white:hover {
	background-color: #000;
	color: #fff;
}


/**
 * Gallery
 *
 * Containts wordpress gallery styles
 */

.gallery {
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
	/* for editor-style.css
	width: 1000px;
	*/
}

.sidebar-content .gallery {
	/* for editor-style.css
	width: 750px;
	*/
}

.gallery br {
	clear: unset !important;
	float: left;
}

.gallery .gallery-item {
	display: block;
	margin: 0 0 20px 20px;
	padding: 0;
	overflow: hidden;
	position: relative;
	width: 230px;
}

.gallery .gallery-item .gallery-icon,
.gallery .gallery-item a {
	display: block;
	height: 140px;
	overflow: hidden;
	position: relative;
	width: 230px;
}

.gallery .gallery-item a {
	display: block;
	text-align: center;
	vertical-align: middle;
}

.gallery .gallery-item a:after {
	background: url( 'img/icon-enlarge.png' ) scroll center center no-repeat rgba( 0, 0, 0, 0.4 );
	content: "";
	display: block;
	height: 100%;
	left: 0;
	-moz-opacity: 0;
		 opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transition: opacity 0.5s ease 0s;
	   -moz-transition: opacity 0.5s ease 0s;
			transition: opacity 0.5s ease 0s;
	width: 100%;
	z-index: 2;
}

.gallery .gallery-item img {
	border: none;
	display: block;
	height: auto;
	margin: 0 auto;
	max-height: 140px;
	max-width: 230px;
	position: relative;
	width: auto;
	z-index: 0;
}

.gallery .gallery-caption {
	color: #888;
	display: block;
	font: normal 14px/16px 'PT Sans';
	height: 32px;
	margin: 8px 0 0;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	text-transform: none;
}

.gallery .gallery-item:hover a:after  {
	-moz-opacity: 1;
		 opacity: 1;
}

/* menu-image defaults */

.menu-image .menu-image-wrapper {
	display: none;
}

.menu-image .menu-image-wrapper img {
	display: block;
	margin: 0 auto;
	padding: 0;
	position: relative;
	-webkit-transition: opacity 0.5s ease 0s;
	   -moz-transition: opacity 0.5s ease 0s;
			transition: opacity 0.5s ease 0s;
}

.menu-item .menu-image-wrapper img.state-hover {
	position: absolute;
	top: 0;
}

.menu-item.current-menu-item > a .menu-image-wrapper img.state-hover,
.menu-item > a:hover .menu-image-wrapper img.state-hover,
.menu-item > a .menu-image-wrapper img.state-default {
	-moz-opacity: 1;
		 opacity: 1;
	z-index: 1;
}

.menu-item.current-menu-item > a .menu-image-wrapper img.state-default,
.menu-item > a:hover .imgs-container img.state-default,
.menu-item > a .menu-image-wrapper img.state-hover {
	-moz-opacity: 0;
		 opacity: 0;
	z-index: 0;
}


/**
 * Header
 *
 * Containts .header-container styles
 */

.header-container {
	z-index: 11;
}

.header-container .nav-container {
	background: #555;
	position: relative;
	z-index: 11;
}

.nav-container .primary-nav {
	display: block;
	float: left;
	width: 415px;
}

.nav-container .primary-nav ul,
.nav-container .primary-nav ul li {
	display: block;
	list-style: none;
	margin: 0;
	position: relative;
	z-index: 10;
}

.nav-container .primary-nav ul li {
	float: left;
	margin-left: 12px;
	padding-left: 14px;
}

.nav-container .primary-nav ul li:before {
	background: url( 'img/primary-nav-sep.png' ) scroll center center no-repeat;
	content: "";
	display: block;
	height: 50px;
	left: 0;
	position: absolute;
	top: 0;
	width: 2px;
}

.nav-container .primary-nav ul li:first-child {
	margin-left: 0;
	padding-left: 0;
}

.nav-container .primary-nav ul li:first-child:before {
	display: none;
}

.nav-container .primary-nav ul li a {
	color: #fff;
	display: block;
	float: left;
	font: 16px/50px 'PT Sans';
	text-decoration: none;
}

.nav-container .primary-nav ul li.current-menu-item > a,
.nav-container .primary-nav ul li > a:hover {
	color: #ff8d00;
}

.nav-container .primary-nav ul li.current-menu-item > a:before,
.nav-container .primary-nav ul li > a:hover:before {
	background: #ff8d00;
}

.nav-container .primary-nav .sub-menu {
	background: #555;
	display: block;
	left: 0;
	-moz-opacity: 0;
		 opacity: 0;
	position: absolute;
	top: 100%;
	-webkit-transition: opacity 0.5s ease 0s;
	   -moz-transition: opacity 0.5s ease 0s;
			transition: opacity 0.5s ease 0s;
	visibility: hidden;
	z-index: 1;
}

.nav-container .primary-nav .sub-menu .sub-menu {
	top: 0;
	left: 100%;
}

.nav-container .primary-nav ul li:hover > .sub-menu {
	-moz-opacity: 1;
		 opacity: 1;
	visibility: visible;
}

.nav-container .primary-nav .sub-menu li {
	clear: left;
	float: none;
	margin: 0;
	padding: 0;
}

.nav-container .primary-nav .sub-menu li:before {
	display: none;
}

.nav-container .primary-nav .sub-menu li a {
	color: #adadad;
	line-height: 1.25;
	padding: 4px 16px 4px 28px;
	position: relative;
	white-space: nowrap;
	word-wrap: normal;
}

.nav-container .primary-nav .sub-menu li a:before {
	background: #adadad;
	content: "";
	display: block;
	height: 3px;
	left: 12px;
	position: absolute;
	top: 12px;
	-webkit-transition: background-color 0.5s ease 0s;
	   -moz-transition: background-color 0.5s ease 0s;
			transition: background-color 0.5s ease 0s;
	width: 3px;
}

.control-panel {
	display: block;
	float: right;
	width: 565px;
}

.control-panel .widget_search {
	display: block;
	float: left;
	margin: 0 20px;
	padding-top: 12px;
}

.control-panel .searchform {
	border: medium none;
}

.control-panel .searchform div {
	position: relative;
}

.control-panel .searchform .screen-reader-text {
	display: none;
}

.control-panel .searchform input[type=text] {
	border-color: #fff;
	color: #fff;
	font: italic 14px/17px 'PT Sans';
	padding: 3px 23px 3px 8px;
	width: 155px;
}

.control-panel .searchform input[type=text]::-webkit-input-placeholder {color:#fff;}
.control-panel .searchform input[type=text]::-moz-placeholder          {color:#fff;} /* Firefox 19+ */
.control-panel .searchform input[type=text]:-moz-placeholder           {color:#fff;} /* Firefox 18- */
.control-panel .searchform input[type=text]:-ms-input-placeholder      {color:#fff;}

.control-panel .searchform input[type=submit] {
	background: url( 'img/icon-search.png' ) scroll center center no-repeat;
	border: medium none;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 23px;
	-moz-opacity: 0.8;
		 opacity: 0.8;
	position: absolute;
	right: 1px;
	top: 1px;
	-webkit-transition: opacity 0.5s ease 0s;
	   -moz-transition: opacity 0.5s ease 0s;
			transition: opacity 0.5s ease 0s;
	width: 23px;
	z-index: 10;
}

.control-panel .searchform input[type=submit]:hover {
	-moz-opacity: 1;
		 opacity: 1;
}

.control-panel .checkout,
.control-panel .personal {
	display: block;
	float: left;
	width: 160px;
}

.btn-solid.personal {
	padding-left: 64px;
	width: 210px;
}

.btn-solid.personal:before {
	background: url( 'img/icon-personal.png' ) scroll center center no-repeat;
	content: "";
	display: block;
	height: 50px;
	left: 20px;
	position: absolute;
	top: 0;
	width: 24px;
}

.logo-container {
	display: block;
	height: 160px;
	position: relative;
}

.logo-container .logo {
	display: block;
	height: 160px;
	left: 50%;
	margin-left: -210px;
	position: absolute;
	width: 420px;
	z-index: 10;
	top: 0;
}

.header-nav {
	display: block;
	float: left;
	width: 260px;
}

.header-nav.right-nav {
	float: right;
}

.header-nav ul,
.header-nav ul li {
	display: block;
	list-style: none;
	margin: 0;
}

.header-nav ul li {
	float: left;
	padding: 48px 0;
	position: relative;
	text-align: left;
	width: 130px;
}

.header-nav ul li:nth-child( n + 3 ) {
	display: none;
}

.header-nav ul li:nth-child( 2n ) {
	text-align: right;
}

.header-nav ul li a {
	display: inline-block;
	color: #555;
	font: bold 18px/22px 'PT Sans';
	margin: 0 auto;
	padding: 21px 0;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	z-index: 1;
}

.header-nav ul li a:before,
.header-nav ul li a:after {
	background: url( 'img/header-nav-arrows.png' ) scroll center top no-repeat;
	content: "";
	display: block;
	height: 17px;
	position: absolute;
	-webkit-transition: 0.3s cubic-bezier(0.2, 1, 0.3, 1) 0s;
	   -moz-transition: 0.3s cubic-bezier(0.2, 1, 0.3, 1) 0s;
			transition: 0.3s cubic-bezier(0.2, 1, 0.3, 1) 0s;
	width: 100%;
	z-index: 0;
}

.header-nav ul li a:before {
	top: 2px;
}

.header-nav ul li a:after {
	background-position: center bottom;
	bottom: 2px;
}

.header-nav ul li a .sub-menu-arrow:after {
	background: url( 'img/header-nav-sub-menu-arrow.png' ) scroll center top no-repeat;
	bottom: -48px;
	content: "";
	display: block;
	height: 13px;
	-moz-opacity: 0;
		 opacity: 0;
	position: absolute;
	-webkit-transition: opacity 0.5s ease 0s;
	   -moz-transition: opacity 0.5s ease 0s;
			transition: opacity 0.5s ease 0s;
	visibility: hidden;
	width: 100%;
	z-index: 1;
}

.header-nav ul li.current-menu-item > a,
.header-nav ul li > a:hover {
	color: #ff8d00;
}

.header-nav ul li.current-menu-item > a:before,
.header-nav ul li > a:hover:before {
	top: 0;
}

.header-nav ul li.current-menu-item > a:after,
.header-nav ul li > a:hover:after {
	bottom: 0;
}

.header-nav .sub-menu {
	background: #ffa100;
	display: block;
	left: 0;
	margin-top: 0;
	-moz-opacity: 0;
		 opacity: 0;
	position: absolute;
	padding: 10px 20px;
	top: 100%;
	-webkit-transition: opacity 0.5s ease 0s;
	   -moz-transition: opacity 0.5s ease 0s;
			transition: opacity 0.5s ease 0s;
	visibility: hidden;
	width: 260px;
	z-index: 1;
}

.header-nav .sub-menu .sub-menu {
	display: none;
}

.header-nav ul li:hover > .sub-menu,
.header-nav ul li.menu-item-has-children:hover > a .sub-menu-arrow:after {
	-moz-opacity: 1;
		 opacity: 1;
	visibility: visible;
}

.header-nav .sub-menu li {
	border-top: 1px solid #ffbf41;
	clear: left;
	float: none;
	padding: 0;
	width: 100%;
}

.header-nav .sub-menu li:first-child {
	border-top: medium none;
}

.header-nav .sub-menu li:nth-child( n + 3 ) {
	display: block;
}

.header-nav .sub-menu li a {
	color: #fff;
	display: block;
	font: 16px/20px 'PT Sans';
	padding: 4px 0;
	text-align: center;
	text-transform: none;
}

.header-nav .sub-menu li a:before,
.header-nav .sub-menu li a:after,
.header-nav .sub-menu li a .sub-menu-arrow:after {
	display: none;
}

.header-nav .sub-menu li.current-menu-item > a,
.header-nav .sub-menu li > a:hover {
	color: #555;
}


/**
 * Content
 *
 * Containts .content-container styles
 */


#cboxTitle,
#cboxCurrent {
	color: #ccc;
	font-style: italic;
}

/* .posts-container styles */

.posts-container {
	margin: 0 0 56px;
}

.posts-container article {
	border-top: 1px solid #d1d1d1;
	display: table;
	margin: 0 0 24px;
	padding: 24px 0 0;
	width: 100%;

}

.posts-container article:first-child {
	border-top: medium none;
}

.posts-container .post-thumbnail-container,
.posts-container .post-details {
	display: table-cell;
	vertical-align: top;
}

.posts-container .post-thumbnail-container {
	background: url( 'img/post-thumbnail-bg.png' ) scroll center center no-repeat #ccc;
	height: 150px;
	width: 230px;
}

.posts-container .post-thumbnail {
	height: 150px;
	max-height: 150px;
	max-width: 230px;
	width: 230px;
}

.posts-container .post-details {
	padding: 0 0 20px 20px;
	position: relative;
}

.posts-container .post-title {
	color: #282828;
	display: block;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

.posts-container .post-title:hover {
	text-decoration: underline;
}

.posts-container .post-date {
	color: #888;
	display: block;
	font-size: 12px;
	margin: 0 0 8px;
}

.posts-container .post-excerpt {
	color: #282828;
	font-size: 14px;
}

.posts-container .post-more {
	bottom: 0;
	color: #ff8d00;
	display: block;
	font: 14px/16px 'PT Sans';
	position: absolute;
	text-decoration: underline;
}

.posts-container .post-more:hover {
	color: #ff6e00;
}

/* .page-ratings */
.page-ratings {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	          -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	     -ms-flex-align: center;
	        align-items: center;
	margin-top: 1.5em;
	margin-top: 1.5em;
}

.page-ratings br,
.page-ratings script,
.page-ratings a:before,
.page-ratings a:after {
	display: none !important;
}

.page-ratings .kk-star-ratings {
	-webkit-box-align: center;
	-webkit-align-items: center;
	     -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	min-height: 0;
	width: auto;
}

.page-ratings .kksr-legend {
	color: #8b8875;
	font-family: inherit;
	font-size: 1rem;
	line-height: 1;
	margin-left: 8px;
	padding: 4px 0 0;
}

.page-ratings .pluso, .page-ratings .pluso a {
	opacity: .75;
	-webkit-transition: 0.25s;
	        transition: 0.25s;
}

.page-ratings .pluso:hover, .page-ratings .pluso a:hover {
	opacity: 1;
}

.page-ratings .pluso .pluso-wrap {
	padding: 0;
}

.page-ratings .pluso .pluso-more {
	margin-right: 0 !important;
}

/* .sidebar styles (single-post template styles) */

.sidebar {
	display: block;
	float: right;
	width: 230px;
}

.sidebar-content {
	float: left;
	width: 730px;
}

body.page .sidebar {
	float: left;
}

body.page .sidebar-content {
	float: right;
}

.sidebar-content .page-header,
.sidebar-content .page-title {
	text-align: left;
}

.sidebar-content .page-title:before,
body.single .sidebar-content .page-title:after {
	display: none;
}

body.page .sidebar-content .page-header {
	overflow: hidden;
}

.sidebar .sidebar-nav {
	display: block;
	margin: 24px 0 44px;
	width: 230px;
}

.sidebar .sidebar-nav-title {
	background: #ffa100;
	color: #fff;
	display: block;
	font: bold 22px/48px 'PT Sans';
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	z-index: 1;
}

.sidebar nav {
	background: #555;
	display: block;
	padding: 0;
	position: relative;
	z-index: 0;
}

.sidebar ul,
.sidebar ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

.sidebar .sub-menu {
	display: none;
}

.sidebar ul li a {
	border-top: 1px solid #888;
	color: #fff;
	display: block;
	font: 14px/16px 'PT Sans';
	padding: 8px;
	text-align: center;
	text-decoration: none;
	text-transform: none;
}

.sidebar ul li:first-child > a {
	border-top: medium none;
}

.sidebar ul li.current-menu-item > a,
.sidebar ul li:hover > a {
	background-color: #ffa100;
	border-color: #ffa100;
}


.sidebar .posts-container {
	width: 230px;
}

.sidebar .posts-container article {
	display: block;
	border: medium none;
}

.sidebar .posts-container .post-thumbnail-container,
.sidebar .posts-container .post-details {
	display: block;
}

.sidebar .posts-container .post-thumbnail-container {
	margin-bottom: 8px;
}

.sidebar .posts-container .post-details {
	padding: 0;
}

.sidebar .posts-container .post-excerpt,
.sidebar .posts-container .post-more {
	display: none;
}

/* .pagination styles */

.pagination,
.page-links {
	border-top: 1px solid #d1d1d1;
	display: block;
	margin: 48px auto 0;
	padding: 36px 0 0;
	text-align: center;
}

.pagination .screen-reader-text {
	display: none;
}

.pagination a,
.pagination span,
.page-links span,
.page-links a span {
	color: #000;
	cursor: default;
	display: inline-block;
	font: 15px/20px 'PT Sans';
	padding: 4px 8px;
	text-decoration: none;
	text-transform: none;
	-webkit-transition: color 0.5s ease 0s;
	   -moz-transition: color 0.5s ease 0s;
			transition: color 0.5s ease 0s;
}

.pagination .current,
.pagination a:hover,
.page-links span,
.page-links a:hover span {
	color: #ff6e00;
	cursor: pointer;
}

/* page-application template styles */

.order-form {
	padding: 0 20px;
}
.order-form .page-header {
	overflow: hidden;
	text-align: left;
}

.order-form .page-title {
	font-size: 18px;
	margin-bottom: 20px;
}

.order-form .page-title:before {
	display: none;
}

.order-form,
.order-form fieldset {
	border: medium none;
	display: block;
}

.order-form .labels label,
.order-form .labels .order-form-file {
	display: block;
	float: left;
	margin-left: 20px;
}

.order-form .labels label {
	color: #000;
}

.order-form .labels label input {
	display: block;
	margin: 4px 0 8px;
	width: 215px;
}

.order-form .labels label:first-child {
	margin-left: 0;
}

.order-form .file {
	background: transparent;
	border: 1px solid #ff8d00;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	color: #8b8875;
	display: block;
	font: italic 16px/20px 'PT Sans';
	height: 34px;
	margin: 4px 0 8px;
	padding: 6px 10px 6px 110px;
	position: relative;
	text-align: left;
	text-decoration: none;
	text-transform: none;
	vertical-align: top;
}

.order-form .file .btn-solid {
	display: block;
	left: 3px;
	padding: 3px 15px;
	position: absolute;
	top: 3px;
	width: 100px;
}

.order-form .file .file-name {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	word-wrap: normal;
	width: 108px
}

.order-form .labels-author-data {
	float: left;
	width: 450px;
}

.order-form .notice {
	color: #8b8875;
	display: block;
	font-size: 14px;
	margin: 0;
}

.order-form p.filling-error {
	-moz-opacity: 0;
		 opacity: 0;
	-webkit-transition: opacity 0.5s ease 0s;
	   -moz-transition: opacity 0.5s ease 0s;
			transition: opacity 0.5s ease 0s;
	visibility: hidden;
}

.order-form fieldset.filling-error p.filling-error {
	-moz-opacity: 1;
		 opacity: 1;
	visibility: visible;
}

.order-form .order-form-file {
	font: bold 22px/24px 'PT Sans';
	padding: 18px 15px 18px 55px;
	text-align: left;
	text-transform: uppercase;
	width: 220px;
}

.order-form .order-form-file:before {
	background: url( 'img/icon-file.png' ) scroll left center no-repeat;
	content: "";
	display: block;
	height: 100%;
	left: 15px;
	position: absolute;
	top: 0;
	width: 26px;
}

.order-form .send-order-form {
	display: block;
	margin: 36px auto 0;
}

/* .front-page-widget-area */

.front-page-widget-area {
	background: url( 'img/belsimplit-pattern-white.png' );
}

.front-page-widget {
	display: block;
	padding: 48px 0;
	width: 100%;
}

.front-page-widget-title > div,
.front-page-widget .page-title {
	margin: 0 auto;
}

/* bx-slider */

.front-page-widget .bx-wrapper {
	margin: 0 auto 40px;
}

.front-page-widget-title + .bx-wrapper {
	margin-top: 48px;
}

.front-page-widget .bx-pager {
	font: 0/0 'PT Sans';
	left: 50%;
	padding: 0;
	z-index: 10;
	width: auto;
}

.front-page-widget .bx-pager.bx-default-pager a {
	background: #ff8d00;
	background-clip: content-box;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	height: 5px;
	margin: 0;
	padding: 5px;
	width: 5px;
}

.front-page-widget .bx-pager.bx-default-pager a:hover,
.front-page-widget .bx-pager.bx-default-pager a.active {
	background: #000;
	background-clip: content-box;
}

.front-page-widget .bx-controls-direction {
	left: 50%;
	margin-left: -490px;
	position: absolute;
	top: 50%;
	width: 980px;
}

.front-page-widget .bx-controls-direction a {
	height: 38px;
	margin-top: -19px;
	width: 13px;
}

.front-page-widget .bx-prev {
	background: url( 'img/bx-controls-new.png' ) scroll left -38px no-repeat;
	left: -24px;
}

.front-page-widget .bx-next {
	background: url( 'img/bx-controls-new.png' ) scroll right -38px no-repeat;
	right: -24px;
}

.front-page-widget .bx-prev:hover {
	background-position: left bottom;
}

.front-page-widget .bx-next:hover {
	background-position: right bottom;
}

/* page-content widgets */

.widget_page_content {
	padding: 0;
}

.widget_page_content .page-content-container {
	padding: 48px 0;
	text-align: center;
}

.widget_page_content .page-content-container > * {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 980px;

}

.widget_page_content .page-content {
	margin: 0;
}

.widget_page_content .front-page-widget-title + p,
.widget_page_content .page-content > p:first-child {
	display: inline-block;
	max-width: 956px;
	padding: 6px 12px;
	position: relative;
	width: auto;
}

.widget_page_content .front-page-widget-title + p:before,
.widget_page_content .front-page-widget-title + p:after,
.widget_page_content .page-content > p:first-child:before,
.widget_page_content .page-content > p:first-child:after {
	background: url( 'img/front-page-p-border.png' ) scroll left bottom no-repeat;
	content: "";
	display: block;
	height: 15px;
	position: absolute;
	width: 15px;
}

.widget_page_content .front-page-widget-title + p:before,
.widget_page_content .page-content > p:first-child:before {
	background-position: left bottom;
	left: 0;
	top: 0;
}

.widget_page_content .front-page-widget-title + p:after,
.widget_page_content .page-content > p:first-child:after {
	background-position: right bottom;
	bottom: 0;
	right: 0;
}

/* navmenu-shortcode */

.navmenu-shortcode {
	display: block;
	text-align: center;
}

.menu-blok-na-glavnoj-menyu-polnyj-spektr-uslug-container {
	display: flex;
	justify-content: center;
}

.navmenu-shortcode ul {
	display: block;
	list-style: none;
	margin: 24px auto;
	width: auto;
}

.navmenu-shortcode ul li {
	display: block;
	float: left;
	margin: 0 24px 24px;
	width: 148px;
}

.navmenu-shortcode ul li .sub-menu {
	display: none;
}

.navmenu-shortcode ul li .menu-image-wrapper {
	display: block;
	margin: 0 0 8px;
}

.navmenu-shortcode ul li .menu-image-wrapper {
	height: 148px;
	max-height: 148px;
	max-width: 148px;
	padding: 0;
	width: 148px;
}

.navmenu-shortcode ul li .menu-image-wrapper img.state-hover {
	position: absolute;
}

.navmenu-shortcode ul li a {
	color: #ff8d00;
	font: 14px/16px 'PT Sans';
	overflow: hidden;
	text-decoration: none;
	text-transform: uppercase;
}

.navmenu-shortcode ul li a .menu-image-title {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
	
}

.navmenu-shortcode ul li.current-menu-item > a,
.navmenu-shortcode ul li > a:hover {
	color: #ff6e00;
}

/* navmenu-hex */

.navmenu-shortcode.hex ul {
	margin-left: -20px;
	padding-top: 65px;
	width: 1000px;
}

.navmenu-shortcode.hex ul li {
	margin: -65px 0 20px 20px;
	height: 265px;
	overflow: hidden;
	position: relative;
	width: 230px;
}

.navmenu-shortcode.hex ul li:nth-child( 7n-2  ) {
	margin-left: 145px;
}

.navmenu-shortcode.hex ul li .hex-outside {
	display: block;
	height: inherit;
	overflow: hidden;
	position: relative;
	-webkit-transform: rotate(-120deg);
	   -moz-transform: rotate(-120deg);
			transform: rotate(-120deg);
	visibility: hidden;
	width: inherit;
	z-index: 1;
}

.navmenu-shortcode.hex ul li .hex-inside {
	display: block;
	height: inherit;
	overflow: hidden;
	position: relative;
	-webkit-transform: rotate(60deg);
	   -moz-transform: rotate(60deg);
			transform: rotate(60deg);
	width: inherit;
	z-index: 1;
}
.navmenu-shortcode.hex ul li .hex-content {
	background: url( 'img/hex-menu-item-bg.png' ) scroll center center no-repeat;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	display: table-cell;
	height: inherit;
	overflow: hidden;
	padding: 65px 0;
	position: relative;
	text-align: center;
	vertical-align: middle;
	visibility: visible;
	width: inherit;
	z-index: 1;
}

.navmenu-shortcode.hex ul li a {
	color: #fff;
	font: bold 18px/22px 'PT Sans';
}

.navmenu-shortcode.hex ul li .menu-image-wrapper {
	height: 265px;
	left: 0;
	margin: 0;
	max-height: 265px;
	max-width: 230px;
	position: absolute;
	top: 0;
	width: 230px;
	z-index: -1;
}

.navmenu-shortcode.hex ul li .menu-image-wrapper:before {
	background: rgba(0, 0, 0, 0.6);
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transition: background-color 0.5s ease 0s;
	   -moz-transition: background-color 0.5s ease 0s;
			transition: background-color 0.5s ease 0s;
	width: 100%;
	z-index: 1;
}

.navmenu-shortcode.hex ul li .menu-image-wrapper img {
	min-height: 265px;
	min-width: 230px;
}

.navmenu-shortcode.hex ul li a .menu-image-title {
}

.navmenu-shortcode.hex ul li.current-menu-item > a {
	color: #ff8d00;
}

.navmenu-shortcode.hex ul li > a:hover {
	color: #fff;
}

.navmenu-shortcode.hex ul li > a:hover .menu-image-wrapper:before {
	background-color: rgba(255, 141, 0, 0.85);
}

/* .tabs-shortcode */

.tabs-shortcode {
	clear: both;
	display: block;
	margin: 48px 0 36px;
}

.tabs-shortcode .tabs-controls {
	display: flex;
    justify-content: stretch;
	margin: 0 0 0 -5px;
}

.tabs-shortcode .tabs-controls li {
	flex-grow: 1;
	background: #282828;
	border: medium none;
	margin: 0 0 5px 5px;
	padding: 0;
	position: relative;
	-webkit-transition: all 0.5s ease 0s;
	   -moz-transition: all 0.5s ease 0s;
			transition: all 0.5s ease 0s;
}

.tabs-shortcode .tabs-controls li:after {
	border: 95px solid transparent;
	border-top: 15px solid #ffa100;
	border-bottom: medium none;
	bottom: -15px;
	display: block;
	content: "";
	-moz-opacity: 0;
		 opacity: 0;
	position: absolute;
	visibility: hidden;
	z-index: 1;
}

.tabs-shortcode .tabs-controls li.state-active,
.tabs-shortcode .tabs-controls li:hover {
	background: #ffa100;
}

.tabs-shortcode .tabs-controls li.state-active {
	border: medium none;
	margin-top: 5px;
	margin-bottom: 0;
}

.tabs-shortcode .tabs-controls li.state-active:after {
	-moz-opacity: 1;
		 opacity: 1;
	visibility: visible;
}

.tabs-shortcode .tabs-controls li a {
	display: block;
	color: #fff;
	font: 17px/18px 'PT Sans';
	padding: 15px 20px 25px;
	text-align: center;
	text-decoration: none;
	text-transform: none;
}

.tabs-shortcode .tabs-controls li a .table-cell {
	display: table-cell;
	height: 36px;
	text-align: center;
	vertical-align: middle;
	width: 150px;
}

.tabs-shortcode .tabs-controls li a:after {
	background: url( 'img/tabs-border.png' ) scroll center bottom no-repeat;
	display: block;
	content: "";
	height: 1px;
	margin: 15px 0 0;
	width: 100%;
}

.tabs-shortcode .tabs-container {
	background: #282828;
	border: medium none;
	border-bottom: 15px solid #ffa100;
	top: 0;
}

.tabs-shortcode .tabs-container .tab {
	background: #282828;
	color: #fff;
	font-size: 14px;
	overflow: hidden;
	padding: 12px 24px 24px;
	text-align: left;
}

.tabs-shortcode .tabs-container .tab img.tab-bg {
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	z-index: -1;
}

.tabs-shortcode .tabs-container .tab img.tab-bg.to-left {
	left: 0;
}

.tabs-shortcode .tabs-container .tab img.tab-bg.to-right {
	right: 0;
}

.m42-gallery-tabs.tabs-shortcode .tabs-controls {
	flex-wrap: wrap;
	justify-content: left;
}
.m42-gallery-tabs.tabs-shortcode .tabs-controls li {
	width: auto;
	margin: 10px 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.m42-gallery-tabs.tabs-shortcode .tabs-controls li a {
	padding: 10px 20px;
}

/* slider */
.widget_slider,
.widget_slider .bx-wrapper,
.widget_slider .bx-viewport,
.widget_slider .bx-slider,
.widget_slider .bx-slider > li,
.widget_slider .bx-slider > li > a,
.widget_slider .bx-slider > li > div {
	height: 450px;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

.widget_slider .bx-slider > li > a,
.widget_slider .bx-slider > li > div {
	display: block;
	position: relative;
	text-decoration: none;
	width: 100%;
}

.widget_slider .bx-slider > li img {
	position: absolute;
	min-height: 450px;
	min-width: 100%;
}

.widget_slider .bx-caption {
	background: none;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	height: 450px;
	margin: 0 auto;
	padding: 70px 20px;
	position: relative;
	top: 0;
	width: 980px;
	z-index: 10;
}

.widget_slider .bx-caption > span {
	background: rgba(0, 0, 0, 0.8);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	color: #fff;
	font: 16px/1.25 'PT Sans';
	display: block;
	height: 310px;
	overflow: hidden;
	padding: 0 90px 70px;
}

.widget_slider .front-page-widget-title > div {
	color: #ff8d00;
	margin: 32px 0;
	text-transform: none;
}

.widget_slider .front-page-widget-title > div:before,
.widget_slider .front-page-widget-title > div:after {
	display: none;
}

.widget_slider .front-page-widget-title + p {
	margin-top: 0;
}

.widget_slider .bx-pager {
	bottom: 20px;
}

.widget_slider .bx-pager.bx-default-pager a {
	background: #fff;
	background-clip: content-box;
}

.widget_slider .bx-pager.bx-default-pager a:hover,
.widget_slider .bx-pager.bx-default-pager a.active {
	background: #ff8d00;
	background-clip: content-box;
}

.widget_slider .bx-controls-direction {
	margin-left: -470px;
	width: 940px;
}
.widget_slider .bx-prev {
	background-position: left 0;
	left: 24px;
}

.widget_slider .bx-next {
	background-position: right 0;
	right: 24px;
}
.widget_slider .bx-prev:hover {
	background-position: left -38px;
}

.widget_slider .bx-next:hover {
	background-position: right -38px;
}

/* catalog */

.widget_page_content .catalog {
	background: url( 'img/catalog-bg.jpg' ) scroll center center / cover no-repeat;
	background-size: 100% 100%;
	background-size: cover;
}

/* services */

.widget_page_content .services {
	background: url( 'img/services-bg.jpg' ) scroll center center / cover no-repeat;
	background-size: 100% 100%;
	background-size: cover;
	color: #fff;
}

.widget_page_content .services .front-page-widget-title > div,
.widget_page_content .services .page-title,
.widget_page_content .services .navmenu-shortcode-title,
.widget_page_content .services .tabs-shortcode-title {
	color: #fff;
}

.widget_page_content .services .front-page-widget-title > div:before,
.widget_page_content .services .front-page-widget-title > div:after,
.widget_page_content .services .page-title:before,
.widget_page_content .services .page-title:after,
.widget_page_content .services .navmenu-shortcode-title:before,
.widget_page_content .services .navmenu-shortcode-title:after,
.widget_page_content .services .tabs-shortcode-title:before,
.widget_page_content .services .tabs-shortcode-title:after {
	background-image: url( 'img/page-title-line-white.png' );
}

.widget_page_content .services .front-page-widget-title + p:before,
.widget_page_content .services .page-content > p:first-child:before {
	background-position: left top;
}

.widget_page_content .services .front-page-widget-title +  p:after,
.widget_page_content .services .page-content > p:first-child:after {
	background-position: right top;
}

.widget_page_content .services .navmenu-shortcode ul li a {
	color: #fff;
}

.widget_page_content .services .navmenu-shortcode ul li.current-menu-item > a,
.widget_page_content .services .navmenu-shortcode ul li > a:hover {
	color: #ff8d00;
}


/* advantages */

.widget_carousel  .carousel-container {
	margin: 0 auto;
	width: 980px;
}


.widget_carousel .bx-viewport {
	background: none;
}

.widget_carousel  .carousel-container li {
	background: url( 'img/belsimplit-pattern-orange.png' );
	color: #fff;
	font: 14px/16px 'PT Sans';
}

.widget_carousel  .carousel-container li strong {
	font-size: 16px;
}

/* yandex_map */

body.home [class*="ymaps-2"][class*="copyrights-pane"] {
	display: none;
}

.widget_yandex_map {
	background: url( 'img/yandex-map-bg.png' ) scroll center top repeat-x #eee;
	padding-bottom: 0;
}

.widget_yandex_map .tabs-shortcode {
	margin: 24px 0 32px;
}

.widget_yandex_map .tabs-shortcode .tabs-controls li {
	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	margin: 0 0 0 5px;
}

.widget_yandex_map .tabs-shortcode .tabs-controls li.state-active,
.widget_yandex_map .tabs-shortcode .tabs-controls li:hover {
	background: #282828;
}

.widget_yandex_map .tabs-shortcode .tabs-controls li:after,
.widget_yandex_map .tabs-shortcode .tabs-controls li a:after {
	display: none;
}

.widget_yandex_map .tabs-shortcode .tabs-controls li a {
	color: #bdbdbd;
	font: bold 22px/24px 'PT Sans';
	padding: 15px 20px;
}

.widget_yandex_map .tabs-shortcode .tabs-controls li a .table-cell {
	height: 24px;
}

.widget_yandex_map .tabs-shortcode .tabs-controls li.state-active > a,
.widget_yandex_map .tabs-shortcode .tabs-controls li:hover > a {
	color: #ff8d00;
}

.widget_yandex_map .tabs-shortcode .tabs-container {
	background: none;
	border: medium none;
}

.widget_yandex_map .tabs-shortcode .tabs-container .tab {
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 20%, rgba(255, 255, 255, 1) 150%);
	background:    -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 20%, rgba(255, 255, 255, 1) 150%);
	background: 		linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 20%, rgba(255, 255, 255, 1) 150%);
	overflow: visible;
	padding: 12px;
}

.widget_yandex_map .map-content,
.widget_yandex_map .tabs-shortcode .tabs-container .tab {
	color: #282828;
	font-size: 16px;
}

.widget_yandex_map .tabs-shortcode .tabs-container .tab:before,
.widget_yandex_map .tabs-shortcode .tabs-container .tab:after {
	background: url( 'img/yandex-map-tabs-border.png' ) scroll left top no-repeat;
	content: "";
	display: block;
	height: 64px;
	position: absolute;
	width: 64px;
	z-index: -1;
}

.widget_yandex_map .tabs-shortcode .tabs-container .tab:before {
	background-position: left top;
	bottom: -1px;
	left: -1px;
}

.widget_yandex_map .tabs-shortcode .tabs-container .tab:after {
	background-position: right top;
	right: -1px;
	top: -1px;
}

.widget_yandex_map .map-content table td,
.widget_yandex_map .tabs-shortcode .tabs-container .tab table td {
	padding: 8px 32px;
	text-align: left;
	vertical-align: middle;
}

.widget_yandex_map .map-content table td table td,
.widget_yandex_map .map-content table td table,
.widget_yandex_map .tabs-shortcode .tabs-container .tab table td table,
.widget_yandex_map .tabs-shortcode .tabs-container .tab table td table td {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

.widget_yandex_map .map-content a,
.widget_yandex_map .tabs-shortcode .tabs-container .tab a {
	color: #282828;
	text-decoration: none;
	vertical-align: middle;
}

.widget_yandex_map .map-content a:hover,
.widget_yandex_map .tabs-shortcode .tabs-container .tab a:hover {
	color: #ff8d00;
}

.widget_yandex_map .map-content  table td img,
.widget_yandex_map .tabs-shortcode .tabs-container .tab  table td img {
	margin: 0 24px 0 0;
	vertical-align: middle;
}



/**
 * Footer
 *
 * Containts .footer-container styles
 */

.empty {
	height: auto;
}

.footer-container {
	background: url( 'img/belsimplit-pattern.png' );
	margin: 0 auto;
}

.footer-container .nav-container {
	background: #ffa100;
	height: 50px;
	position: relative;
	z-index: 11;
}

.footer-container .nav-container .primary-nav {
	width: 730px;
}

.footer-container .nav-container .primary-nav ul li.current-menu-item > a,
.footer-container .nav-container .primary-nav ul li > a:hover {
	color: #555;
}

.footer-container .nav-container .primary-nav ul li.current-menu-item > a:before,
.footer-container .nav-container .primary-nav ul li > a:hover:before {
	background: #555;
}

.footer-container .nav-container .primary-nav .sub-menu {
	background: #ffa100;
	bottom: 100%;
	top: auto;
}

.footer-container .nav-container .primary-nav .sub-menu .sub-menu {
	bottom: -28px;
}

.footer-container .nav-container .primary-nav .sub-menu li a {
	color: #fff;
}

.footer-container .nav-container .primary-nav .sub-menu li a:before {
	background: #fff;
}

.footer-container .control-panel {
	width: 250px;
}

.footer-container .nav-container .control-panel .widget_search {
	margin-right: 0;
}

.footer-container .nav-container .control-panel .searchform input[type="text"] {
	width: 230px;
}

.footer-widget-area {
	padding: 52px 0 18px;
}

.footer-widget-area .widget-wrapper {
	display: flex;
	justify-content: space-between;
	float: left;
	width: 720px;
	overflow: hidden;
}

.footer-widget-area .widget-wrapper .footer-widget {
	display: block;
	margin-left: 40px;
	overflow: hidden;
	width: auto;
}

.footer-widget-area .widget-wrapper .footer-widget:first-child {
	margin-left: 0;
}

.footer-widget-area .widget-wrapper .footer-widget-title {
	color: #ff8d00;
	display: block;
	font: 16px/20px 'PT Sans';
	margin-bottom: 8px;
	text-transform: uppercase;
}

.footer-widget-area .widget-wrapper .footer-widget ul,
.footer-widget-area .widget-wrapper .footer-widget ul li {
	display: block;
	list-style: none;
	margin: 0;
}

.footer-widget-area .widget-wrapper .footer-widget ul li a {
	color: #fff;
	display: block;
	font: 14px/16px 'PT Sans';
	padding: 4px 0;
	text-decoration: none;
}

.footer-widget-area .widget-wrapper .footer-widget ul li.current-menu-item > a,
.footer-widget-area .widget-wrapper .footer-widget ul li > a:hover {
	color: #ff8d00;
}

.footer-widget-area .widget-wrapper .footer-widget ul li .sub-menu {
	display: none;
}

.footer-widget-area .control-panel .checkout,
.footer-widget-area .control-panel .personal {
	clear: left;
	float: none;
	margin: 0 0 10px 20px;
	width: 230px;
}

.footer-widget-area .control-panel .checkout {
	text-transform: uppercase;
}

.footer-widget-area .control-panel .fpro {
	display: block;
	height: 33px;
	margin: 40px 75px 0;
	position: relative;
	width: 115px;
}

.footer-widget-area .control-panel .fpro img {
	display: block;
	-moz-opacity: 0.8;
		 opacity: 0.8;
	-webkit-transition: opacity 0.5s ease 0s;
	   -moz-transition: opacity 0.5s ease 0s;
			transition: opacity 0.5s ease 0s;
}

.footer-widget-area .control-panel .fpro:hover img {
	-moz-opacity: 1;
		 opacity: 1;
}

/* updates 1.2 */

.front-page-widget.widget_page_content .tabs-shortcode {
	min-height: 555px;
}

.sidebar-content .navmenu-shortcode.hex ul {
	width: 750px;
}

.sidebar-content .navmenu-shortcode.hex ul li:nth-child( 7n - 2 ) {
	margin-left: 20px;
}

.sidebar-content .navmenu-shortcode.hex ul li:nth-child( 5n - 1 ) {
	margin-left: 145px;
}

/* updates 1.8 */
.widget_carousel .bx-wrapper .bx-viewport .bx-slider,
.widget_carousel .bx-wrapper .bx-viewport .bx-slider > li {
	height: 100%;
}

.copy {
	display: block;
	clear: both;
	font-size: 12px;
	color: grey;
	margin: 20px 0 10px 0;
	float: left;
}




.widget_page_content .page-content-container {
	background: #fff;
}

body.home .widget-container.services .page-title {
	font-weight: 500;
	font-size: 26px;
}

body.home .widget_page_content .services .page-title::before,
body.home .widget_page_content .services .page-title::after {
	content: none;
}

body.home .widget_page_content .services {
	background-image: url("img/services-bg-new.jpg");
}

body.home .widget_page_content .services .page-content > p:first-child::before,
body.home .widget_page_content .services .page-content > p:first-child::after {
	content: none;
}

body.home .widget_page_content .services ul li a .menu-image-title {
	font-weight: 800;
	letter-spacing: 0.5px;
}

body.home .widget_page_content .services .btn {
	background: #fff;
	color: #000;
	text-transform: none;
	font-size: 18px;
	font-weight: 400;
}

body.home .widget_page_content .services .btn:hover {
	background: #ff8d00;
	color: #fff;
	border-color: #ff8d00;
}

body.home .widget_carousel {
	text-align: center;
}

body.home .widget_carousel .text {
	display: inline-block;
	max-width: 956px;
	padding: 6px 12px;
	position: relative;
	width: auto;
	margin: 20px 0 30px;
	color: #000;
}


.front-page-widget.widget_carousel {
	background: #e7e7e7;
}

.front-page-widget.widget_carousel .carousel-container {
	position: relative;
}

.front-page-widget.widget_carousel .carousel-container::before {
	content: url("img/advantages-bg-left.png");
	position: absolute;
	top: -156px;
	left: -338px;
	z-index: 1;
}

.front-page-widget.widget_carousel .carousel-container::after {
	content: url("img/advantages-bg-right.png");
	position: absolute;
	top: -194px;
	right: -468px;
	z-index: 1;
}

.front-page-widget .carousel-container .front-page-widget-title > div {
	font-weight: 500;
	font-size: 26px;
	color: #FF8D00;
}

.front-page-widget .carousel-container .front-page-widget-title > div::before,
.front-page-widget .carousel-container .front-page-widget-title > div::after {
	content: none;
}

.front-page-widget.widget_carousel .carousel-container li {
	background: transparent;
}

.front-page-widget.widget_carousel table {
	display: block;
	height: 100% !important;
	border-width: 0 1px 0 0;
	border-style: solid;
	border-color: #a1a1a1;
}

.front-page-widget.widget_carousel tbody {
	display: flex;
	flex-direction: column;
	align-items :center;
	height: 100%;
}

.front-page-widget.widget_carousel tbody tr:first-child {
	height: 135px !important;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	width: 100%;
	padding-bottom: 3px;
	position: relative;
}

.front-page-widget.widget_carousel tbody tr:first-child::before {
	content: '';
	position: absolute;
	bottom: 0;
	height: 3px;
	width: 30px;
	background: #FF8D00;
}

.front-page-widget.widget_carousel tbody tr td {
	display: block;
	height: auto !important;
	width: auto !important;
	border: none;
}

.front-page-widget.widget_carousel tbody tr:last-child {
	height: auto !important;
}

.front-page-widget.widget_carousel tbody tr:last-child td {
	padding: 30px 10px 0;
	text-align: center;
	font-weight: 700;
	font-size: 18px;
	color: #161616;
}

.front-page-widget.widget_carousel .bx-viewport::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: auto;
	width: 1px;
	background: #e7e7e7;
	z-index: 1;
}

.front-page-widget.widget_yandex_map {
	background: #fff;
	padding: 48px 20px 0;
}

.widget_yandex_map .map-content table {
	border: none;
}

.widget_yandex_map .map-content table td {
	padding: 8px;
	border: none;
	vertical-align: top;
	font-size: 18px;
	color: #000;
}


.front-page-widget.widget_yandex_map [class*="layers-pane"],
.front-page-widget.widget_yandex_map [class*="ground-pane"] {
	filter: grayscale(100%);
}

.front-page-widget .furnihaus-block {
	display: block;
	padding: 48px 20px;
	background: url('img/furnihaus-bg.jpg') no-repeat;
	background-size: cover;
}

.front-page-widget .furnihaus-block .page-content {
	display: flex;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
}

.front-page-widget .furnihaus-block .text-block {
	width: 50%;
	text-align: left;
	color: #161616;
	font-size: 20px;
	line-height: 1;
}

.front-page-widget .furnihaus-block .text-block .title {
	font-size: 30px;
	font-weight: 900;
	color: #000;
	text-transform: uppercase;
}

.front-page-widget .furnihaus-block .button-block {
	width: 50%;
	text-align: center;
}

.front-page-widget .furnihaus-block .btn {	
	width: 50%;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	min-width: 350px;
	letter-spacing: 2px;
}

.front-page-widget .furnihaus-block .button-block p {
	margin: 0;
}

.front-page-widget .furnihaus-block .button-block .batton-label {
	color: #e06a1f;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1px;
}







/*-----------*/
.front-page-widget .products-block {
	display: block;
}
.front-page-widget .catalog {
	display: none;
}

.front-page-widget .products-block .page-title::before,
.front-page-widget .products-block .page-title::after {
	content: none;
}

.front-page-widget .products-block .page-title {
	font-size: 26px;
	letter-spacing: 1px;
}

.front-page-widget .products-block .page-content > p:first-child::before,
.front-page-widget .products-block .page-content > p:first-child::after {
	content: none;
}

.front-page-widget .products-block {
	background: #fff;
}


.front-page-widget .products-block .btn {
	color: #fff;
	text-transform: none;
	font-weight: 400;
}

.front-page-widget .products-block ul {
	position: relative;
	width: 100%;
	height: 500px;
	margin-top: 100px;
	margin-left: 0;
}

.front-page-widget .products-block ul::before {
	content: "";
	position: absolute;
	top: 130px;
	left: 220px;
	width: 200px;
	height: 232px;
	background: url("img/hex-menu-item-bg.png");
	background-size: contain;
}

.front-page-widget  .products-block ul li {
	position: absolute;
	z-index: 2;
	float: none;
	width: 200px;
	height: 232px;
	margin-left: 0;
}

.front-page-widget  .products-block ul li .hex-content {
	vertical-align: baseline;
	display: block;
}

.front-page-widget .products-block .navmenu-shortcode.hex ul li .menu-image-wrapper {
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
}

.front-page-widget .products-block .navmenu-shortcode.hex ul li .menu-image-wrapper::before {
	background: transparent;
	transition: none;
}

.front-page-widget .products-block .navmenu-shortcode.hex ul li a:hover .menu-image-wrapper::before {
	background-color: rgba(239, 127, 26, 0.85);
}

.front-page-widget .products-block .navmenu-shortcode.hex ul li .menu-image-title  {
	opacity: 0;
	transition: none;
	font-weight: 400;
	font-size: 24px;
	line-height: 1.2;
}

.front-page-widget .products-block .navmenu-shortcode.hex ul li a:hover .menu-image-title  {
	opacity: 1;
	
}

.front-page-widget .products-block .navmenu-shortcode.hex ul li .menu-image-wrapper .thumb-container {
	display: flex;
	justify-content: center;
	align-items: center;
}

.front-page-widget .products-block .navmenu-shortcode.hex ul li .menu-image-wrapper img {
	min-height: 100%;
    min-width: 100%;
}

.front-page-widget .products-block ul li:nth-child(1) {
	top: 0;
	left: 331px;
}

.front-page-widget .products-block ul li:nth-child(2) {
	top: 0;
	left: 668px;
}

.front-page-widget .products-block ul li:nth-child(3) {
	top: 192px;
	left: 0;
}

.front-page-widget .products-block ul li:nth-child(4) {
	top: 160px;
	left: 445px;
	width: 314px;
	height: 360px;
	z-index: 1;
}

.front-page-widget .products-block .navmenu-shortcode.hex ul li:nth-child(4) .menu-image-title  {
	font-size: 30px;
}

.front-page-widget .products-block ul li:nth-child(5) {
	top: 192px;
    left: 634px;
}

.front-page-widget .products-block ul li:nth-child(6) {
	top: 384px;
    left: 110px;
}







.front-page-widget .furniture-block {
	display: block;
	background: #fff;
}

.front-page-widget .furniture-block .page-title {
	font-size: 26px;
	font-weight: 500
}

.front-page-widget .furniture-block .page-title::before,
.front-page-widget .furniture-block .page-title::after {
	display: none;
}

.front-page-widget .furniture-block .page-content > p:first-child::before,
.front-page-widget .furniture-block .page-content > p:first-child::after {
	content: none;
}

.furniture-block .btn {
	border: none;
	background: #565656;
	color: #fff;
	margin-top: -60px;
	text-transform: none;
	font-weight: 400;
	font-size: 18px;
}

.furniture-block .btn:hover {
	background: #FF8D00;
}


.front-page-widget .post-127 {
	display: none;
}

.m42-gallery-tabs.tabs-shortcode .tabs-controls,
.furniture-block .tabs-shortcode .tabs-controls {
	display: flex;
	padding-bottom: 20px;
}

.m42-gallery-tabs.tabs-shortcode .tabs-controls li,
.furniture-block .tabs-shortcode .tabs-controls li {
	background: transparent;
	color: #161616;
	min-height: 56px;
	width: 150px;
	margin-right: 0;
	margin-bottom: 0;
	margin-top: 5px;
}

.m42-gallery-tabs.tabs-shortcode .tabs-controls li a,
.furniture-block .tabs-shortcode .tabs-controls li a {
	box-sizing: border-box;
	color: inherit;
	font-size: 16px;
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
}

.m42-gallery-tabs.tabs-shortcode .tabs-controls li:hover,
.m42-gallery-tabs.tabs-shortcode .tabs-controls li.state-active,
.furniture-block .tabs-shortcode .tabs-controls li:hover,
.furniture-block .tabs-shortcode .tabs-controls li.state-active {
	background: #FF8D00;
	color: #fff;
}

.m42-gallery-tabs.tabs-shortcode .tabs-controls li,
.m42-gallery-tabs.tabs-shortcode .tabs-controls li {
	background: #d6d6d6;
}

.m42-gallery-tabs.tabs-shortcode .tabs-controls li:hover,
.m42-gallery-tabs.tabs-shortcode .tabs-controls li.state-active {
	background: #FF8D00;
	color: #000;
}

.m42-gallery-tabs.tabs-shortcode .tabs-controls li a::after,
.m42-gallery-tabs.tabs-shortcode .tabs-controls li::after,
.furniture-block .tabs-shortcode .tabs-controls li a::after,
.furniture-block .tabs-shortcode .tabs-controls li::after {
	content: none;
}

.furniture-block .tabs-container {
	height: 530px !important;
	border: none;
	background: transparent;
}

.furniture-block .tabs-container .tab {
	height: 530px !important;
	background: transparent;
	padding: 0;
}

.m42-gallery-tabs .tabs-container,
.m42-gallery-tabs .tabs-container .tab {
	height: auto !important;
	background: transparent;
	border: none;
	padding: 0;
}

.m42-gallery-tabs .tabs-container .tab.state-active {	
	position: relative;
}

.m42-gallery-tabs .btn {
	color: #fff;
}

body #powerTip.s {
	margin-top: -10px;
}

body #powerTip.n {
	margin-bottom: -10px;
}

body #powerTip {
	background: rgba(255, 255, 255, 0.9);
	border-radius: 0;
	color: #000;	
}

body #powerTip::before {
	content: none;
}

body #powerTip .box_view_html {
	color: #000;
}

body #powerTip .box_view_html table {
	border: none;
	margin: 0;
	min-width: 150px;
}

body #powerTip .box_view_html table th,
body #powerTip .box_view_html table td {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #efefee;
	padding: 5px;
	color: #565656;
}

body #powerTip .box_view_html table tr:not(:last-child) td {
	border-bottom: 1px solid #ddd;
}

body #powerTip .box_view_html table th {
	text-transform: uppercase;
	text-align: left;
	color: #000;
	font-weight: 400;
	letter-spacing: 1px;
}

.widget_page_content {
	position: relative;
}

.front-page-widget .post-10080 {
	position: relative;
}

.front-page-widget .post-10080::before {
	content: url( 'img/products-block-bg-left.jpg' );
	position: absolute;
	bottom: -180px;
	left: -480px;
}

.front-page-widget .post-10080::after {
	content: url( 'img/products-block-bg-right.jpg' );
	position: absolute;
	bottom: -180px;
	right: -480px;
}

.front-page-widget .bx-controls-direction a {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	border: 3px solid;
	background: none;
	position: absolute;
	font-size: 0;
	display: block;
	left: 0;
	top: 50%;
	margin-top: -19px;
	color: #ffa100;
	
}

.front-page-widget .bx-controls-direction a:hover {
	background: #ffa100;
	border-color: #ffa100;
	color: #fff;
}

.front-page-widget .bx-controls-direction a.bx-next {
	left: auto;
	right: 0;
}

.front-page-widget .bx-controls-direction a:before {
	content: "";
	position: absolute;
	border: 2px solid;
	border-width: 3px 3px 0 0;
	top: 0px;
	left: 0px;
	width: 15px;
	height: 15px;
	transform: rotate(-135deg);
	top: 10px;
	left: 13px;
}

.front-page-widget .bx-controls-direction a.bx-next:before {
	transform: rotate(45deg);
	left: 7px;
}

.front-page-widget .bx-pager.bx-default-pager a {
	width: 10px;
	height: 10px;
}

.button-block {
	text-align: center;
	margin: 2em 0 3em;
	overflow: hidden;
}

.button-block .btn-form {
	color: #fff;
}

/**
 * 6.0 - Colorbox
 */

#colorbox.form #cboxLoadingGraphic {
	background: #fff;
}

#colorbox.form #cboxContent {
	margin: 0;
	height: 100% !important;
}
	
#colorbox.form #cboxBottomRight, 
#colorbox.form #cboxBottomLeft,
#colorbox.form #cboxTopRight, 
#colorbox.form #cboxTopLeft, 
#colorbox.form #cboxMiddleRight,
#colorbox.form #cboxMiddleLeft,
#colorbox.form #cboxBottomCenter,
#colorbox.form #cboxTopCenter {
	background: #fff;
}

#colorbox.form #cboxBottomRight, 
#colorbox.form #cboxBottomLeft, 
#colorbox.form #cboxTopRight, 
#colorbox.form #cboxTopLeft, 
#colorbox.form #cboxBottomCenter,
#colorbox.form #cboxTopCenter {
	height: 0;
}

#colorbox.form #cboxBottomRight, 
#colorbox.form #cboxBottomLeft, 
#colorbox.form #cboxTopRight, 
#colorbox.form #cboxTopLeft, 
#colorbox.form #cboxMiddleRight,
#colorbox.form #cboxMiddleLeft {
	
}

#colorbox.form #cboxTitle {
	top: -35px;
	padding: 10px 40px 3px 5px;
	width: 100%;
	min-height: 35px;
	color: #bcbcbc;
	font-style: italic;
	white-space: nowrap;
	overflow: hidden;
}

#colorbox.form #cboxClose {
	top: 0;
	right: -35px;
	padding: 5px 30px 5px 5px;
	width: auto;
	height: auto;
	background: transparent;
	color: #bcbcbc;
	font-style: italic;
	font-size: 16px;
	transition: 0.5s;
}

#colorbox.form #cboxClose:hover {
	color: #dd2b1c;
}

#colorbox.form #cboxClose::before {
	content: "\2A09";
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 5px;
	top: 50%;
	border: 1px solid;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	font-style: normal;
	font-size: 13px;
	text-indent: 0;
	transform: translateY(-50%);
	transition: inherit;
}

#colorbox.form #cboxClose:hover {
	background-position: -146px -115px;
}

#colorbox.form #cboxPrevious,
#colorbox.form #cboxNext  {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: auto;
	bottom: auto;
	left: -30px;
	margin: -23px 0 0;
	width: auto;
	height: auto;
	background: transparent;
	color: #bcbcbc;
	font-size: 36px;
	text-indent: 0;
	text-decoration: none;
	transform: rotate(45deg);
	overflow: hidden;
	transition: none;
}

#colorbox.form #cboxPrevious:hover,
#colorbox.form #cboxNext:hover  {
	color: #ff8d00;
}

#colorbox.form #cboxNext {
	right: -30px;
	left: auto;
	margin-top: -21px;
	transform: rotate(-135deg);
}

#colorbox.form #cboxLoadedContent {
	padding: 0;
	background: #fff;
}


/**
 * 6.1 - request-form
 */

#colorbox.form #cboxClose {
	right: 2px;
	padding: 10px 35px 10px 5px;
	color: #afafaf;
}

#colorbox.form #cboxClose:hover {
	color: #dd2b1c;
}

#colorbox.form form {
	width: 410px;
	padding: 50px;
	box-sizing: border-box;
}

#colorbox.form .caption {
	position: relative;
	padding: 0 0 15px;
	min-height: 0;
	font-weight: 700;
	font-size: 24px;
	text-transform: uppercase;
	text-align: center;
}

#colorbox.form .caption::before {
	content: "";
	position: absolute;
	top: auto;
	right: 60px;
	bottom: 0;
	left: 60px;
	width: auto;
	height: 1px;
	background: #ff8d00;
}

#colorbox.form .description {
	margin: 10px 0 30px;
	color: #828282;
	font-size: 16px;
	text-align: center;
}

#colorbox.form .field {
	margin: 15px 0;
}

#colorbox.form label {
	display: block;
	margin: 10px 0;
	color: #151616;
	font-size: 18px;
	cursor: pointer;
}

#colorbox.form input[type="text"] {
	padding: 15px;
	border: 1px solid #acacac;
	width: 100%;
	color: #333;
	font: inherit;
}

#colorbox.form label.not-valid {
	color: #dd2b1c;
}

#colorbox.form label.not-valid input[type="text"] {
	border-color: #dd2b1c;
	color: #dd2b1c;
}

#colorbox.form .btn-field {
	position: relative;
	padding-top: 40px;
}

#colorbox.form .error-message {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	color: #dd2b1c;
	font-size: 16px;
	line-height: 1.1;
}

#colorbox.form form.not-valid .error-message {
	display: block;
}

#colorbox.form .form-request-button {
	width: 100%;
	border: 2px solid #ff8d00;
	background: #ff8d00;
	color: #fff;
	text-transform: uppercase;
	padding: 15px 45px;
	text-align: center;
	text-transform: uppercase;
	font-size: 17px;
	box-sizing: border-box;
	cursor: pointer;
}

#colorbox.form .form-request-button:hover {
	background: #fff;
	color: #ff8d00;
}

#colorbox.form form.success .form-request-button {
	display: none;
}

#colorbox.form .success-message {
	display: none;
	position: absolute;
	top: 20px;
	right: 0;
	bottom: 0;
	left: 0;
	color: #ff8d00;
	font-size: 24px;
	line-height: 1;
	text-align: center;
}

#colorbox.form form.success .success-message {
	display: block;	
}

#colorbox.form .success-message .big {
	font-size: 36px;
	text-transform: uppercase;
}

.hide {
	display: none;
}


.m42-gallery-tabs .socs-block {
	display: inline-flex;
}

.m42-gallery-tabs .socs-block a {
	margin-left: 10px;
	background: #fff;
	font-size: 0;
	text-decoration: none;
}

.m42-gallery-tabs .socs-block a img {
	opacity: 0.4;
	filter: grayscale(100%);
	transition: 0.5s;
}

.m42-gallery-tabs .socs-block a:hover img {
	opacity: 1;
	filter: grayscale(0);
}

.m42-gallery-tabs .btn {
	width: 200px;
}

.m42-fixed-container {
	position: relative;
	height: 60px;
}

.m42-fixed-container .m42-fixed-block {
	position: absolute;
	top: 0;
	z-index: 100;
	padding: 10px 0;
	background: #fff;
	width: 1010px;
	box-sizing: border-box;
}

#wrapper,
.header-container,
.content-container,
.footer-container {
	min-width: 1010px;
}

.content,
.map-content {
	overflow: hidden;
	width: 980px;
	position: relative;
	left: 0;
	right: 0;
	padding-left: 15px;
	padding-right: 15px;
}

html,
body {
	width: 100%;
	min-width: 1010px;
	position: relative;
	left: 0;
	right: 0;
}
.logo-container.content{
	overflow: visible;
}
