.card-promotion {
	margin-top: 15px;
	margin-bottom: 27px;
	padding-top: 30px;
}

.clearfix {
	clear: both;
}

.promotion-nav {
	cursor: pointer;
	height: 20px;
	width: 20px;
	float: left;
	margin-right: 7px;
	border-radius: 100%;
	border: 3px solid #ff891d;
}

.promotion-navigation {
	position: absolute;
	margin-top: -45px;
	margin-left: 38px;
}

.promotion-nav.active {
	background: #177129;
}

.promotion-slide {
	height: 307px;
	padding: 38px;
	width: 99%;
	border-radius: 0;
	box-shadow: 0 0 10px #000;
	background-size: cover !important;
	display: none;
}

@keyframes showBlock {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.promotion-slide.active {
	display: block;
	animation: showBlock 1.7s linear forwards;
}

.fv-block {
	width: 50%;
	float: left;
	padding: 10px;
}

.fv-block p {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 2px;
	margin-bottom: 5px;
	font-size: 11px;
	color: #0e6d16;
	font-family: "OpenSans-Bold";
	text-transform: uppercase;
	text-decoration: underline;
	min-height: 60px;
}

.fv-block p a {
	color: #ff891e;
	cursor: pointer;
}

.cloud-type {
	width: inherit;
	float: left;
	font-weight: 700;
	padding-top: 1px;
	padding-bottom: 1px;
	cursor: pointer;
	font-size: 15px;
}

.cloud-type b {
	padding-left: 5px;
	padding-right: 5px;
}

.cloud-name {
	width: inherit;
	float: left;
	padding-right: 10px;
	font-weight: 700;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 15px;
}

div#sc-arrow-right {
	width: 60px;
	height: 60px;
	background: url(/images/next_slide.png);
	background-repeat: no-repeat;
	margin-top: 60px;
	display: none;
	float: right;
	right: 0;
	position: absolute;
	background-position-x: right;
	cursor: pointer;
}

div#sc-arrow-left {
	width: 60px;
	height: 60px;
	background: url(/images/prev_slide.png);
	background-repeat: no-repeat;
	margin-top: 60px;
	display: none;
	background-position-x: left;
	cursor: pointer;
	position: absolute;
	left: 0;
}

div#frame-arrow-right {
	width: 60px;
	height: 60px;
	background: url(/images/next_slide.png);
	background-repeat: no-repeat;
	margin-top: 160px;
	display: none;
	float: right;
	right: 0;
	position: absolute;
	background-position-x: right;
	cursor: pointer;
}

div#frame-arrow-left {
	width: 60px;
	height: 60px;
	background: url(/images/prev_slide.png);
	background-repeat: no-repeat;
	margin-top: 160px;
	display: none;
	background-position-x: left;
	cursor: pointer;
	position: absolute;
	left: 0;
}

div#c-frame-arrow-right {
	width: 60px;
	height: 60px;
	background: url(/images/next_slide.png);
	background-repeat: no-repeat;
	margin-top: 160px;
	display: none;
	float: right;
	right: 0;
	position: absolute;
	background-position-x: right;
	cursor: pointer;
}

div#c-frame-arrow-left {
	width: 60px;
	height: 60px;
	background: url(/images/prev_slide.png);
	background-repeat: no-repeat;
	margin-top: 160px;
	display: none;
	background-position-x: left;
	cursor: pointer;
	position: absolute;
	left: 0;
}

div#с-frame-arrow-right {
	width: 60px;
	height: 60px;
	background: url(/images/next_slide.png);
	background-repeat: no-repeat;
	margin-top: 160px;
	display: none;
	float: right;
	right: 0;
	position: absolute;
	background-position-x: right;
	cursor: pointer;
}

div#с-frame-arrow-left {
	width: 60px;
	height: 60px;
	background: url(/images/prev_slide.png);
	background-repeat: no-repeat;
	margin-top: 160px;
	display: none;
	background-position-x: left;
	cursor: pointer;
	position: absolute;
	left: 0;
}

div#comments {
	padding-top: 30px;
	position: relative;
	display: inline-block;
	width: 100%;
}

div#review {
	padding-top: 30px;
	position: relative;
	display: inline-block;
	width: 100%;
	padding-top: 30px;
}

.frame-block {
	width: 48%;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
}

.c-frame-block {
	width: 48%;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
}

.cloud-result a {
	margin-right: 10px;
	border-radius: 0;
	cursor: pointer !important;
	font-weight: 700;
	cursor: pointer;
	font-size: 13px;
	color: #3c3c3c;
	text-decoration: none;
	border-bottom: 1px solid #3c3c3c;
	-webkit-transition: all .3s;
	transition: all .3s;
	display: inline-block;
	margin-bottom: 4px;
	padding: 1px 0;
}

div#s-cloud {
	color: #3c3c3c;
}

.cloud-result a:hover {
	border-bottom-color: transparent;
	text-decoration: none;
}

clname:hover {
	color: #ef7f1a !important;
}

.cloud-result {
	width: 100%;
	height: 30px;
	display: inline-block;
	margin-top: 11px;
}

.surpr {
	animation: blinker 1.5s linear infinite;
	cursor: pointer;
}

@keyframes blinker {
	70% {
		opacity: 0;
	}
}

.default-table {
	width: 100%;
}

.small-cads {
	display: flex;
	margin-top: 20px;
}

.small-img-f {
	height: 193px;
	float: left;
	border: 3px solid #317e10;
	margin-right: 2px;
	margin-left: 2px;
	background-position: center center !important;
	background-size: cover !important;
	display: none;
}

.small-img-f:hover {
	border: 3px solid #ef7f1a;
	cursor: pointer;
}

img.sales-hit {
	position: absolute !important;
	left: 0;
	top: 0;
	width: 163px !important;
	height: 38px !important;
	z-index: 1;
}

dt.dt-correct {
	margin-bottom: 19px;
}

i.fas.fa-phone-volume {
	color: #ef7f1a;
	font-size: 26px;
}

.regions-list {
	display: flex;
	margin-bottom: 50px;
	margin-left: 8%;
}

a.link-to-prodict {
	font-size: 14px;
}

.region-column {
	width: 100%;
}

.region-column p a {
	color: #34495ec9;
	font-size: 16px;
	text-decoration: underline;
	line-height: 35px;
	text-align: center;
	font-weight: 800;
	font-family: "OpenSans-Bold";
}

.call-me:hover {
	color: #ef7f1a;
}

.call-me {
	text-align: center;
	font-size: 19px;
	font-weight: 800;
	margin-top: 11px;
	text-transform: uppercase;
	font-family: "OpenSans-Bold";
	color: #34495e;
	cursor: pointer;
}


@media (max-width: 750px) {
	div#modef {
		position: fixed;
		width: 100%;
		text-align: center;
		font-size: 19px;
		height: 57px;
		padding-top: 22px;
		background: #ff891f;
		color: #fff;
	}

	div#modef a {
		color: #fff;
		text-decoration: revert;
		margin-left: 15px;
	}

	table tr td {
		font-size: 12px !important;
		width: 87px;
	}

	.small-cads {
		display: block;
	}

	.promotion-slide b span {
		font-size: 15px !important;
	}

	.promotion-slide div {
		font-size: 12px !important;
	}

	.small-img-f {
		margin-bottom: 13px;
		margin-right: 0;
		margin-left: 0;
	}

	.regions-list {
		display: block;
		margin-bottom: 50px;
		margin-left: 0;
	}

	.region-column p {
		text-align: center;
	}
}


.yellow-line-down.cat {
	position: relative;
	margin-top: -15px;
	margin-bottom: 39px;
}

.checkbox .disabled {
	background: #e7e7e7;
	color: #a9a9a9;
	pointer-events: none !important;
}


input#del_filter {
	text-align: center;
	width: 260px;
	height: 50px;
	display: block;
	margin: 0 auto;
	background: url(/images/button-green-bg.png);
	border-radius: 40px;
	background-size: cover;
	line-height: 50px;
	text-transform: uppercase;
	border: 0;
	color: #fff;
	cursor: pointer;
	margin-top: 20px;
	font-size: 24px;
	font-family: "OpenSans-Bold";
}



/* .second .slick-next:before {
	content: '→';
	color: #000;
	font-family: monospace;
	font-size: 36px;
	border: 1px solid #000;
	border-radius: 73%;
	width: 77%;
	padding: 3px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 2px;
	padding-bottom: 5px;
} */

/* .second .slick-prev:before {
	content: '←';
	color: #000;
	font-family: monospace;
	font-size: 36px;
	border: 1px solid #000;
	border-radius: 73%;
	width: 77%;
	padding: 3px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 2px;
	padding-bottom: 5px;
} */

.second .slick-prev {
	left: -65px;
}

.up-lvl {
	background: url(/images/up-lvl.png);
	height: 45px;
	background-size: 100%;
	width: 270%;
	margin-left: -70%;
	margin-top: 27px;
}

.down-lvl {
	background: url(/images/down-lvl.png);
	height: 45px;
	background-size: 100%;
	margin-top: -30px !important;
	width: 270%;
	margin-left: -97%;
}

.second .slick-prev,
.second .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 41%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 41%;
	display: block;
	width: 52px;
	height: 52px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}

.second .slick-next {
	right: -58px;
}

h5.h5-link-to-pr {
	font-size: 20px;
	margin-bottom: 10px;
}

.link-sect {
	background: #e4eaf0;
	padding: 13px;
	display: inline-block;
	width: 99.8%;
	margin-left: 1px;
	margin-top: 20px;
}

a.link-to-prodict {
	color: #106e16;
	font-weight: bolder;
	text-decoration: underline;
	margin-right: 22px;
	line-height: 25px;
}

.link-sect p {
	width: initial;
	float: left;
}

.fa-question-circle:before {
	content: "\f059";
	display: none;
}

.link-sect i.fas.fa-arrow-circle-right {
	font-size: 13px;
	margin-right: 6px;
}

.second table.default-table th,
.second td {
	border: 1px solid #00000059;
	padding: 3px;
}


.img-left {
	float: left;
	margin: 0 20px 20px 0;
}

.without-border {
	border: none !important;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

.tophead {
	height: 85px;
	width: 100%;
	background: #fff;
}

.topinfo {
	float: right;
}

.topmail {
	position: relative;
	float: left;
	line-height: 60px;
	color: #34495e;
}

.topmail:before {
	position: absolute;
	display: block;
	margin: auto;
	bottom: 0;
	top: 0;
	left: -30px;
	float: left;
	content: '';
	width: 20px;
	height: 20px;
	background: url(images/mail.png);
	background-size: cover;
}

.topwork {
	position: relative;
	float: left;
	line-height: 60px;
	margin: 0 70px;
	color: #34495e;
}

.topwork:before {
	position: absolute;
	display: block;
	margin: auto;
	bottom: 0;
	top: 0;
	left: -30px;
	float: left;
	content: '';
	width: 20px;
	height: 20px;
	background: url(images/work.png);
	background-size: cover;
}

.topphone {
	position: relative;
	float: left;
	line-height: 60px;
	font-size: 28px;
	color: #34495e;
}

.topphone span {
	color: #95a5a6;
}

.topphone:before {
	position: absolute;
	display: block;
	margin: auto;
	bottom: 0;
	top: 0;
	left: -30px;
	float: left;
	content: '';
	width: 20px;
	height: 20px;
	background: url(images/phone.png);
	background-size: cover;
}

.mainmenu {
	float: right;
	list-style: none;
	z-index: 2;
}

.mainmenu>li {
	width: 117px;
	height: 40px;
	float: left;
	line-height: 40px;
	margin-left: 10px;
	text-align: center;
	color: #fff;
	font-family: "OpenSans-Bold";
	text-transform: uppercase;
}

.mainmenu>li>a {
	display: block;
	width: 100%;
	height: 100%;
}

.mainmenu>li:first-child {
	margin-left: 0;
}

.mainmenu>li:hover {
	background: #fff;
	color: #94b000;
}

.mainmenu>li.parent:hover>ul {
	display: block;
}

.mainmenu>li.parent>ul {
	display: none;
	background: #fff;
	list-style: none;
	columns: 3;
	position: absolute;
	right: 100px;
	padding: 10px;
	z-index: 2;
}

.mainmenu>li.parent:nth-child(1)>ul {
	columns: 3;
	right: 200px;
}

.mainmenu>li.parent:nth-child(2)>ul {
	columns: 2;
	right: 350px;
}

.mainmenu>li.parent:nth-child(3)>ul {
	columns: 2;
	right: 260px;
}

.mainmenu>li.parent>ul>li {
	width: 290px;
	height: 70px;
	line-height: 50px;
	padding: 10px;
	display: inline-block;
}

.mainmenu>li.parent>ul>li>a>img {
	width: 50px;
	height: 50px;
	float: left;
	border-radius: 5px;
}

.mainmenu>li.parent>ul>li>a {
	display: table;
	width: 100%;
	height: 100%;
}

.mainmenu>li.parent>ul>li>a>span {
	display: table-cell;
	float: none;
	vertical-align: middle;
	width: 100%;
	line-height: normal;
	text-align: left;
	padding-left: 20px;
}

.mainmenu>li.parent>ul>li:hover {
	background: #efefef;
}

.footer-block {
	float: left;
	width: 220px;
	color: #bdc3c7;
	margin-right: 0;
}

.footer-block:nth-child(4) {
	width: 300px;
	margin-right: 0;
}

.footer-block:nth-child(5) {
	width: 300px;
	margin-right: 0;
}

.footer-block>a {
	font-family: "OpenSans-Bold";
	font-size: 18px;
	margin-bottom: 10px;
	display: block;
}

.footer-block ul {
	list-style: none;
	color: #bdc3c7;
}

.footer-block ul li a {
	line-height: 30px;
}

.footer-block ul li a:hover {
	text-decoration: underline;
	color: #fff;
}

.footer-info {
	float: left;
}

.footer-hr:before {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: #507397;
	margin: 30px 0;
}

.footer-hr {
	text-align: center;
	color: #bdc3c7;
	font-size: 16px;
}

.fphone:before {
	content: '';
	display: block;
	float: left;
	background: url(images/fphone.png);
	width: 20px;
	height: 20px;
	margin: 7px 10px 7px 0;
}

.fphone {
	font-size: 24px;
	color: #bdc3c7;
	line-height: 34px;
}

.fmail:before {
	content: '';
	display: block;
	float: left;
	background: url(images/fmail.png);
	width: 20px;
	height: 20px;
	margin: 7px 10px 7px 0;
}

.fmail {
	font-size: 16px;
	color: #bdc3c7;
	line-height: 34px;
}

.fwork:before {
	content: '';
	display: block;
	float: left;
	background: url(images/fwork.png);
	width: 20px;
	height: 20px;
	margin: 7px 10px 7px 0;
}

.fwork {
	font-size: 16px;
	color: #bdc3c7;
	line-height: 34px;
}


.bx-wrapper {
	border: 0;
	margin: 0;
}

.mainslider li>span {
	position: absolute;
	display: block;
	background: transparent;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 700px;
	height: 60px;
	font-family: "Raleway";
	color: #fff;
	font-size: 60px;
	text-align: center;
	text-transform: uppercase;
}

.mainslider li>a {
	position: absolute;
	display: block;
	background: #ff891e;
	bottom: 170px;
	left: 0;
	right: 0;
	margin: auto;
	width: 260px;
	height: 50px;
	font-family: "OpenSans-Bold";
	color: #fff;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 40px;
	line-height: 50px;
}

.mainslider-block .bx-wrapper .bx-pager {
	bottom: 90px;
}

.mainslider-block .bx-wrapper .bx-pager .bx-pager-item a {
	background: url(images/passive.png);
	width: 20px;
	height: 20px;
}

.mainslider-block .bx-wrapper .bx-pager .bx-pager-item a.active {
	background: url(images/active.png);
}

.mainslider-block .bx-wrapper .bx-prev {
	width: 60px;
	height: 60px;
	background: url(images/prev_slide.png);
	background-size: cover;
}

.mainslider-block .bx-wrapper .bx-next {
	width: 60px;
	height: 60px;
	background: url(images/next_slide.png);
	background-size: cover;
}

.main-content .container {
	margin-top: 21px;
	background: #fff;
	padding: 20px;
}

.mainsects {
	width: 413px;
	float: left;
}

.mainsects:nth-child(2) {
	margin: 0 10px;
	width: 413px;
	height: 413px;
}

.mainsects:nth-child(2) .mainsects-block {
	width: 100%;
	height: 100%;
}

.mainsects-block {
	float: left;
	width: 202px;
	height: 202px;
	position: relative;
	margin-right: 9px;
	margin-bottom: 9px;
}

.mainsects-block:nth-child(2n) {
	margin-right: 0;
	margin-bottom: 0;
}

.mainsects-block:nth-child(3n) {
	margin-bottom: 0;
}

.mainsects-block:nth-child(4n) {
	margin-right: 0;
	margin-bottom: 0;
}

.mainsects-block img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mainsects-block span {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	line-height: 40px;
	display: block;
	height: 40px;
	background: #94b000;
	color: #fff;
	font-family: OpenSans-Bold;
	text-transform: uppercase;
}

dt.dd-correct-dt {
	width: 30%;
	margin-bottom: 28px;
}

dd.dd-correct {
	width: 70%;
}

.owl-carousel {
	list-style: none;
}

.dachalist ul li a {
	display: block;
}

.dachalist ul li img {
	border-radius: 122px;
}

.dachalist ul li a span {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 25px;
	font-size: 18px;
	color: #94b000;
	font-family: "OpenSans-Bold";
	text-transform: uppercase;
	text-decoration: underline;
}

.dachalist ul .owl-prev {
	position: absolute;
	width: 60px;
	height: 60px;
	background: url(images/prev_slide1.png);
	background-size: cover;
	top: 50%;
	margin-top: -50px;
	left: -80px;
	text-indent: -9999px;
}

.dachalist ul .owl-next {
	position: absolute;
	width: 60px;
	height: 60px;
	background: url(images/next_slide1.png);
	background-size: cover;
	top: 50%;
	margin-top: -50px;
	right: -80px;
	text-indent: -9999px;
}

.itemlist__block {
	width: 300px;
	margin-right: 20px;
	height: 560px;
	float: left;
	box-shadow: 0 1px 15px #e2e2e2;
	margin-bottom: 20px;
}

.itemlist__block:nth-child(4n) {
	margin-right: 0;
}

.itemlist__img {
	width: 100%;
	height: 260px;
	position: relative;
}

.itemlist__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
}

.itemlist__title {
	font-size: 18px;
	color: #94b000;
	font-family: "OpenSans-Semibold";
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #f6f6f6;
	text-transform: uppercase;
}

.itemlist__info {
	padding: 20px 20px 0;
	line-height: 28px;
	font-size: 15px;
	color: #34495e;
	min-height: 136px;
}

.itemlist__info dt {
	float: left;
	width: 120px;
}

.itemlist__info dd {
	float: right;
	width: 120px;
	text-align: right;
}

.itemlist__price {
	font-size: 29px;
	text-align: center;
	color: #0e6d16;
	margin-bottom: 10px;
	font-weight: bolder;
	margin-top: 5px;
}

.itemlist__btn {
	width: 260px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-size: 18px;
	font-family: "OpenSans-Bold";
	background: #ff891e;
	border-radius: 40px;
	display: block;
	margin: 0 auto;
}

.main-info img {
	float: left;
	margin: 0 20px 20px 0;
}

.main-info p {
	font-size: 16px;
	color: #64697e;
	margin-bottom: 20px;
}

.main-info p.right {
	text-align: right;
}

.main-info p.right img {
	float: right;
	margin: 0 0 20px 20px;
}

.whywe {
	margin-bottom: 100px;
}

.whywe__item {
	margin-right: 50px;
	float: left;
	width: 200px;
}

.whywe__item:first-child {
	margin-left: 30px;
}

.whywe__item:last-child {
	margin-right: 30px;
}

.whywe__img {
	width: 150px;
	height: 150px;
	border: 1px solid #b6bf21;
	border-radius: 80px;
	position: relative;
	margin: 0 auto;
}

.whywe__img img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.whywe__txt {
	text-transform: uppercase;
	text-align: center;
	width: 150px;
	color: #34495e;
	font-size: 18px;
	font-family: "OpenSans-Semibold";
	margin: 20px auto 0;
}

.main-banner {
	margin: 100px 0 70px;
}

.main-banner img {
	margin: 0;
	float: none;
	max-width: 100%;
}

.reqform {
	background: url(images/reqform_bg.jpg) no-repeat;
	height: 490px;
	padding-top: 105px;
}

.reqform form {
	width: 300px;
	margin: 0 auto;
}

.reqform input[type="text"] {
	background: transparent;
	text-align: center;
	color: #fff;
	font-size: 18px;
	border: 1px solid #fff;
	border-radius: 5px;
	height: 50px;
	line-height: 50px;
	margin-bottom: 10px;
	width: 100%;
}

.reqform input[type="text"]::-webkit-input-placeholder {
	color: #000;
}

.reqform input[type="text"]::-moz-placeholder {
	color: #000;
}

.reqform input[type="text"]:-ms-input-placeholder {
	color: #000;
}

.reqform input[type="text"]:-moz-placeholder {
	color: #000;
}

.reqform input[type="submit"] {
	background: #ff891e;
	width: 260px;
	height: 50px;
	border-radius: 40px;
	border: 0;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
	margin: 0 auto;
	display: block;
	font-size: 18px;
	font-family: "OpenSans-Bold";
}

.form-mask {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1211;
	display: none;
}

.modalblock {
	display: none;
	position: fixed;
	top: 50%;
	width: 500px;
	height: 300px;
	left: 50%;
	z-index: 1212;
	margin-left: -250px;
	margin-top: -150px;
}

.modal-content {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-header {
	min-height: 16.43px;
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
}

.modal-body {
	padding: 25px 20px;
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}

.modal-header .close {
	margin-top: -2px;
}

.radio label,
.checkbox label {
	padding-left: 0 !important;
}

button.modal-close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
	position: absolute;
	top: -35px;
	right: -30px;
}

.modal-close span {
	display: block;
	width: 31px;
	height: 30px;
	background: url(/images/close.png) no-repeat;
}

.modal-title {
	margin: 0;
	line-height: 1.42857143;
	font-size: 22px;
}

.form-group {
	margin-bottom: 15px;
}

.form-group textarea {
	height: 150px;
	resize: none;
}

.form-control {
	outline: 0;
	margin: 0;
	display: inline-block;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 3px;
	height: 50px;
	padding: 10px 16px;
	width: 100%;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #b4bd1a;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control::-webkit-input-placeholder {
	color: #64697e;
	font-size: 16px;
	font-family: "OpenSans";
}

.form-control::-moz-placeholder {
	color: #64697e;
	font-size: 16px;
	font-family: "OpenSans";
}

.form-control:-ms-input-placeholder {
	color: #64697e;
	font-size: 16px;
	font-family: "OpenSans";
}

.form-control:-moz-placeholder {
	color: #64697e;
	font-size: 16px;
	font-family: "OpenSans";
}

.modal-btn {
	display: inline-block;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	padding: 10px 18px;
	border-radius: 3px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, .4);
	box-shadow: inset 0 1px 1px rgba(255, 255, 255, .4);
}

.modal-btn-primary {
	color: #fff;
	background-color: #6AB602;
	border-color: #67B603;
}

.modal-btn:hover {
	color: #fff;
	background-color: #62B003;
	border-color: #599E02;
	outline: 0;
}

.modal-btn:focus {
	outline: none;
}

.modal-btn:active {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	outline: 0;
}

.modal-res {
	height: 15px;
	width: 100%;
	text-align: center;
}

.feedback-res {
	text-align: center;
}

.btn {
	text-align: center;
	width: 260px;
	height: 50px;
	display: block;
	margin: 0 auto;
	background: #ff891e;
	border-radius: 40px;
	line-height: 50px;
	text-transform: uppercase;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	font-family: "OpenSans-Bold";
	padding: 0;
}

.btn:hover,
.btn:focus,
.btn.focus {
	color: #fff;
	text-decoration: none;
	opacity: .8;
}

.second .button {
	text-align: center;
	width: 260px;
	height: 50px;
	display: inline-block;
	background: #ff891e;
	border-radius: 40px;
	line-height: 50px;
	text-transform: uppercase;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	font-family: "OpenSans-Bold";
}

.error {
	padding-top: 78px;
	width: 687px;
	margin: 0 auto;
}

.error-text {
	width: 620px;
	margin: 0 auto 110px;
}

.error-text h2 {
	margin: 70px auto 43px;
}

.error-text__info {
	color: #64697e;
	text-align: center;
	font-size: 16px;
}

.error-text__info a {
	color: #00aeef;
}

.footer-block iframe {
	height: 70px;
}

.bread {
	margin: 21px 0;
}

.bread ul {
	list-style: none;
}

.bread ul li {
	display: block;
	float: left;
	margin-left: 0;
	margin-right: 23px;
}

.bread ul li:after {
	display: block;
	float: left;
	content: '>>';
	width: 5px;
	height: 9px;
	margin: 0 17px -5px -12px;
	color: #106e16;
	font-weight: 700;
}

.bread ul li:first-child:after {
	display: none;
}

.bread ul li a {
	color: #106e16;
	font-weight: 700;
	text-decoration: underline;
}

.subsects {
	margin: 40px auto 35px;
}


.row2 .subsect {
	width: 620px;
	margin-bottom: 20px;
}

.row2 .subsect>span {
	display: block;
	margin-bottom: 40px;
}

.row2 .subsect:nth-child(odd) {
	float: left;
	clear: both;
}

.row2 .subsect:nth-child(even) {
	float: right;
}

.row2 .subsect .subsect__img a {
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
}

.row2 .subsect .subsect__img a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.row3 .subsect {
	width: calc(100% / 3 - 40px);
	height: 450px;
	margin: 0 20px 20px 0;
	float: left;
}

.row3 .subsect:nth-child(3n) {
	margin-right: 0;
}

.row3 .subsect>span {
	display: block;
	margin-bottom: 40px;
}

.row3 .subsect .subsect__img a {
	display: block;
	width: 100%;
	height: 100%;
}

.row3 .subsect .subsect__img a img {
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
	max-height: 232px;
}

.row4 .subsect {
	width: 300px;
	height: 280px;
	margin: 0 20px 20px 0;
	float: left;
}

.row4 .subsect:nth-child(4n) {
	margin-right: 0;
}

.row4 .subsect>span {
	display: block;
	margin-bottom: 40px;
}

.row4 .subsect .subsect__img a {
	display: block;
}

.row4 .subsect .subsect__img a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.th60 .subsect__img p {
	min-height: 60px;
}

.subsect__img {
	position: relative;
}

.subsect__img p {
	display: grid;
	width: 100%;
	margin-top: -4px;
	min-height: 72px;
	border-top: 5px solid #fff;
}

.subsect__img p span {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	padding-top: 14px;
	padding-left: 5px;
	padding-right: 5px;
	background: #94b000;
	text-align: center;
	font-size: 12px;
	font-family: "OpenSans-Bold";
	color: #fff;
	text-transform: uppercase;
}

.subsect-alt2 .subsect__img p {
	min-height: 60px;
}

.sect-desc p {
	display: block;
	width: 620px;
	float: left;
}

.sect-desc p:nth-child(event) {
	float: right;
}

.sect-desc h2 {
	text-transform: uppercase;
	color: #34495e;
	font-size: 36px;
	font-family: "Raleway";
	text-align: left;
	margin: 0 0 25px;
}

.our-projects {
	margin: 50px 0 40px;
}

.our-projects__item {
	width: 244px;
	height: 170px;
	float: left;
	margin-right: 10px;
}

.our-projects__item a {
	display: block;
	width: 100%;
	height: 100%;
}

.our-projects__item a img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.our-projects__item:last-child {
	margin-right: 0;
}

.desc p {
	width: 620px;
	float: left;
}

.desc p:nth-child(even) {
	float: right;
}

.product__img {
	width: 855px;
	height: 621px;
	float: left;
	position: relative;
}

.product__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product__info {
	width: 387px;
	float: right;
}

.control {
	margin-top: 20px;
}

.product ul li {
	margin-right: 22px;
	margin-left: 0;
}

.control li {
	padding: 0 10px;
	min-width: 170px;
	height: 40px;
	border: 2px solid #106e16;
	background: transparent;
	line-height: 35px;
	display: block;
	font-weight: 700;
	float: left;
	margin-right: 10px;
	text-align: center;
	background-color: #eeffd4;
	border-radius: 0;
	color: #34495e;
	font-size: 15px;
	cursor: pointer;
}

.control li.active {
	background: #94b000;
	color: #106e16;
	font-weight: 600;
}

.control li:last-child {
	margin-right: 0;
}

.product-desc {
	margin: 100px 0;
}

.product-desc ul {
	margin-bottom: 15px;
}

.product-desc b {
	line-height: 30px;
}

.subsect__img p {
	margin: 0;
}

.url-new p {
	margin: 0;
}

.product-similar h2 {
	margin-bottom: 40px;
	margin-top: 30px;
	text-align: left;
}

div#complekt th {
	background: #ef7f1a;
	border: 1px solid #000;
}

.similar {
	list-style: none;
	margin-bottom: 40px;
}

.similar li {
	display: block;
	float: left;
	margin-right: 20px;
	box-shadow: 0 1px 15px #e2e2e2;
	width: 300px;
}

.similar li:last-child {
	margin-right: 0;
}

.similar__info {
	padding: 19px 20px 17px;
	min-height: 184px;
}

.similar__title {
	text-align: center;
	width: 100%;
	font-size: 18px;
	color: #94b000;
	font-family: "OpenSans-Bold";
	text-transform: uppercase;
}

.similar__info dl {
	margin-top: 10px;
	font-size: 11px;
	line-height: 30px;
}

.similar__info dl dt {
	float: left;
	width: 100px;
}

.similar__info dl dd {
	float: right;
	width: 130px;
	text-align: right;
	font-family: "OpenSans-Semibold";
}

.product-similar .btn {
	margin-bottom: 40px;
	display: none;
}

.priceblock {
	width: 100%;
	height: 250px;
	background: #eeffd4;
	padding: 23px 0;
	border-top: 6px solid #ef7f1a;
}

.priceblock .oldprice {
	font-size: 30px;
	width: 100%;
	text-align: center;
}

.priceblock .price {
	width: 100%;
	text-align: center;
	font-size: 30px;
	margin: 0 auto 10px;
}

.priceblock .price span {
	font-size: 36px;
	color: #94b000;
	font-family: "OpenSans-Bold";
}

.priceblock .economy {
	width: 100%;
	text-align: center;
	width: 100%;
	height: 38px;
	line-height: 36px;
	margin: 0 auto 20px;
	background: #94b000;
	color: #fff;
	font-size: 21px;
}

.priceblock .economy span {
	font-family: "OpenSans-Bold";
}

.priceblock .btn {
	width: 240px;
}

.product__params {
	padding-top: 40px;
	margin: 0 auto 36px;
}

.product__params dl {
	line-height: 30px;
	margin-top: 7px;
}

.product__params dl dt {
	float: left;
	min-width: 100px;
	color: #282828e0;
	font-weight: 700;
}

.product__params dl dd {
	color: #383838;
	float: right;
	text-align: right;
	font-weight: 600;
	min-width: 169px;
	font-size: 12px;
	text-transform: lowercase;
}

.index-filter {
	margin-top: 10px;
}

.col-md-12.index-main-prod-list {
	margin-top: 80px;
}

.product__info>a {
	width: 100%;
	height: 40px;
	line-height: 36px;
	border: 2px solid #106e16;
	border-radius: 0;
	display: block;
	color: #565454;
	font-weight: 600;
	font-size: 15px;
	background-color: #eeffd4;
	padding-left: 55px;
	margin-bottom: 8px;
}

.plani {
	background: url(images/plani.png) no-repeat center left 20px;
}

.kredit {
	background: url(images/kredit.png) no-repeat center left 20px;
}

.print {
	background: url(images/print.png) no-repeat center left 20px;
}

.catlist {
	margin: 70px auto 45px;
}

.catalog-main .catlist {
	margin: 35px auto 45px;
}

.catalog-main .new-catalog {
	margin: 35px auto 45px;
}

.catitems {
	width: 940px;
	float: right;
	min-height: 1000px;
	position: relative;
}

.checkboxlist {
	max-height: 240px;
	overflow: hidden;
}

.checkbox label {
	display: block;
	width: 260px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #94b000;
	border-radius: 40px;
	cursor: pointer;
	margin: 0 auto 10px;
}

.checkbox input[type="checkbox"] {
	display: none;
}

.checkbox input[type="checkbox"]:checked+label {
	background: #94b000;
	color: #fff;
}

.showfilter {
	width: 260px;
	text-align: center;
	margin: 20px auto 0;
	display: block;
	text-decoration: underline;
}

.fullblock {
	max-height: none !important;
}

.catitems__item {
	width: 300px;
	height: 504px;
	float: left;
	margin-right: 20px;
	box-shadow: 0 1px 15px #e2e2e2;
	margin-bottom: 20px;
}

.catitems__item:nth-child(3n) {
	margin-right: 0;
}

.catitems__img {
	width: 100%;
	height: 260px;
}

.catitems__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	margin: auto;
}

.catitems_info {
	padding: 20px;
	width: 100%;
	min-height: 224px;
}

.catitems__title {
	height: 48px;
	color: #94b000;
	text-align: center;
	font-family: "OpenSans-Semibold";
	font-size: 18px;
	text-transform: uppercase;
}

.catitems_info dl {
	line-height: 19px;
}

.catitems_info dt {
	float: left;
	font-size: 13px;
	width: 37%;
}

.catitems_info dd {
	float: right;
	text-align: right;
	font-family: "OpenSans-Semibold";
	width: 50%;
}

.mb40 {
	margin-bottom: 40px;
	padding-top: 10px;
}

.pagination {
	text-align: center;
}

.pagination:before {
	content: '';
	display: block;
	clear: both;
}

.pagination ul {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
}

.pagination>ul>li {
	display: block;
	float: left;
	vertical-align: middle;
	margin-right: 3px;
	width: 40px;
	height: 40px;
	line-height: 38px;
	border-radius: 40px;
	font-size: 15px;
	border: 1px solid #bfd067;
}

.pagination>ul>li>a {
	display: block;
	width: 100%;
	height: 100%;
}

.pagination>ul>li.active {
	background: #bfd067;
	color: #fff;
}

.pagination>ul>li:before {
	display: none;
}

.pagination>ul>li:last-child {
	margin-right: 0;
}

.nav-prev {
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
	margin-right: 8px;
	position: relative;
	background: url(images/nav-prev.png);
	width: 30px;
	height: 12px;
}

.nav-next {
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
	margin-right: 8px;
	position: relative;
	background: url(images/nav-next.png);
	width: 30px;
	height: 12px;
}

.sorting {
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	line-height: 20px;
}

.sorting span {
	margin-right: 20px;
	margin-left: 15px;
	display: block;
	float: left;
}

.sorting a {
	position: relative;
	display: block;
	margin-right: 20px;
	margin-bottom: 5px;
}

.sorting a:not(:first-child) {
	margin-left: 15px;
}

.sorting a.active {
	font-family: "OpenSans-Semibold";
}

.sorting a:after {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	display: block;
	margin-left: 0;
	width: 24px;
	height: 17px;
	background: url(/images/sort-up.png);
	content: '';
}
.sorting a.down:after {
	display: block;
	float: right;
	margin-left: 0;
	width: 24px;
	height: 16px;
	margin-top: 3px;
	height: 14px;
	height: 15px;
	background: url(/images/sort-down.png);
	content: '';
}
/* ------------ */
.u-sorting {
	font-weight: 700;
	position: relative;
	font-size: 14px;
    line-height: 20px;
    text-overflow: ellipsis;
    overflow: unset;
    white-space: nowrap;
    max-width: 145px;
    display: block;
    padding: 5px 30px 7px 12px;
    border-radius: 6px;
    background-color: transparent !important;
    border: 2px solid #C9C9C9;
    box-shadow: 0 2px 10px rgb(0 0 0 / 18%);
    position: relative;
    height: 100%;
    margin-bottom: 12px;
	cursor: pointer;
	margin-right: 18px;
}
.u-sorting--is-active {
	border-bottom-color: #ef7f1a;
}
.u-sorting::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    transform: rotate(-45deg);
    transform-origin: 3px 6px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    border-color: #b9b9c1;
    transition: all 0.3s ease;
    position: absolute;
    top: 11px;
    right: 12px;
}
.u-sorting__name {
	pointer-events: none;
	touch-action: none;
	user-select: none;
}
.u-sorting__dropdown {
    position: absolute;
    left: 0;
    z-index: 1;
    display: none;
    min-width: 196px;
    max-height: 160px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    padding: 15px;
    margin-top: 15px;
}
.u-sorting__link {
	position: relative;
	display: flex;
	align-items: center;
    padding: 7px 3px;
    border-bottom: 1px solid #3c3c3c;
    color: #3c3c3c;
	background: white;
    font-size: 13px;
    font-weight: 700;
	line-height: 20px;
    text-decoration: none;
    white-space: break-spaces;
    cursor: pointer;
    transition: all .3s;
    -webkit-transition: all .3s;
	user-select: none;
}
.u-sorting__link:hover {
	color: #EE8D3C;
	background-color: rgb(250, 250, 250);
    border-bottom: 1px solid transparent;
}
.u-sorting .u-sorting__link.active {
	font-family: "OpenSans-Semibold";
}

.u-sorting .u-sorting__link:after {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	display: block;
	margin-left: 0;
	width: 24px;
	height: 16px;
	background: url(/images/sort-up.png);
	content: '';
}
.u-sorting__dropdown-inner {
	display: flex;
	flex-direction: column;
}
.u-sorting .u-sorting__link.down:after {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	display: block;
	width: 24px;
	height: 16px;
	background: url(/images/sort-down.png);
	content: '';
}
.u-sorting__dropdown--is-active {
	display: block;
}
.u-sorting--is-active::after {
    transform: rotate(135deg) !important;
}


/* ------------------ */


.total {
	float: right;
	font-size: 18px;
	line-height: 20px;
	display: none;
}

.total span {
	font-family: "OpenSans-Bold";
}

.sorting__wrap {
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
}
@media (max-width:576px) {
	.sorting span {
		display: block;
		width: 100%;
		margin-bottom: 10px;
		font-size: 16px;
		font-weight: 500;
		margin-left: unset;
	}
	.sorting__wrap {
		justify-content: unset;
	}
	.sorting a {
		display: flex;
		align-items: center;
		font-size: 15px;
		font-weight:500;
		margin-bottom: 0 !important;
	}
	.sorting a:not(:last-child) {
		margin-right: 30px !important;
		margin-bottom: unset;
	}
	.sorting a:not(:first-child) {
		margin-left: 0 !important;
	}
}
.vhidden {
	visibility: hidden;
	height: 0;
	overflow: hidden;
}

#fasad {
	padding: 0;
	width: 100%;
}

.wood-type div {
	width: 16.6666%;
	float: left;
	text-align: center;
	font-weight: 700;
	font-size: 18px;
	color: #106e16;
	min-height: 220px;
}

.wood-type {
	width: 100%;
	display: inline-block;
	margin-bottom: 30px;
	margin-top: 15px;
}

#fasad img {
	max-width: 620px;
	height: 465px;
	margin: auto;
}

#fasad img:nth-child(even) {
	float: right;
}

.fasad-block {
	width: 70%;
	float: left;
}

#bx-pager {
	width: 20%;
	float: left;
	margin-left: 20px;
}

#bx-pager img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.helpTableImg img {
	width: 27px !important;
	float: left;
	padding-right: 9px;
}

.helpTableImg {
	width: 100%;
	text-align: left;
	margin-bottom: 15px;
	font-size: 13px;
	padding-left: 15px;
	color: #00000094;
}

#dostavka {
	padding: 50px 0 0;
}

#complekt {
	padding: 50px 0 0;
}

#complekt dl {
	width: 940px;
	font-size: 15px;
}

#complekt dt {
	float: left;
	width: 50%;
	height: 50px;
	line-height: 50px;
}

#complekt dt:nth-child(4n+1),
#complekt dt:nth-child(4n+1)+dd {
	background: #ebebeb;
}

#complekt dd {
	padding-left: 20px;
	float: left;
	width: 50%;
	height: 50px;
	line-height: 50px;
	font-family: "OpenSans-Bold";
}

.second table {
	width: 99%;
	font-size: 15px;
	line-height: 42px;
	border: 0;
	margin-bottom: 15px;
	margin-top: 15px;
}

div#watch {
	font-size: 14px;
	text-align: center;
	padding: 10px;
	background: #e4eaf0;
	font-weight: 700;
}

.second table tr td {
	padding: 0 10px;
}

.second table tr:nth-child(2n) {
	background: #ebebeb;
}

.w210 {
	width: 210px !important;
}

.mainmenu-mobile {
	display: none;
}

.bx-wrapper .bx-controls-direction a {
	z-index: 5;
}

.aside {
	width: 300px;
	float: left;
	margin-bottom: 40px;
}

.aside-380 {
	width: 380px;
	display: block !important;
}

.aside>span {
	text-align: center;
	font-family: "OpenSans-Bold";
	font-size: 18px;
	display: block;
	width: 100%;
	margin-bottom: 20px;
}

.aside input[type="text"] {
	width: 100%;
	height: 50px;
	border: 1px solid #b4bd1a;
	border-radius: 5px;
	margin-bottom: 20px;
	font-size: 16px;
	font-family: "OpenSans";
	padding: 15px 20px;
}

.aside input[type="text"]::-webkit-input-placeholder {
	color: #64697e;
}

.aside input[type="text"]::-moz-placeholder {
	color: #64697e;
}

.aside input[type="text"]:-ms-input-placeholder {
	color: #64697e;
}

.aside input[type="text"]:-moz-placeholder {
	color: #64697e;
}

.aside textarea {
	width: 100%;
	height: 150px;
	border: 1px solid #b4bd1a;
	border-radius: 5px;
	margin-bottom: 20px;
	font-size: 16px;
	font-family: "OpenSans";
	padding: 15px 20px;
	resize: none;
}

.aside textarea::-webkit-input-placeholder {
	color: #64697e;
}

.aside textarea::-moz-placeholder {
	color: #64697e;
}

.aside textarea:-ms-input-placeholder {
	color: #64697e;
}

.aside textarea:-moz-placeholder {
	color: #64697e;
}

.aside select {
	cursor: pointer;
	width: 100%;
	height: 50px;
	border: 0 solid #b4bd1a;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px;
	margin-bottom: 20px;
	font-size: 16px;
	font-family: "OpenSans";
	padding: 5px 20px;
	resize: none;
	background: url(images/select.png);
	color: #64697e;
}

.content-aside {
	float: right;
	width: calc(100% - 320px);
	margin-left: 20px;
}

.content-aside-860 {
	width: 760px;
	margin-left: 20px;
}

.faq-sect li {
	display: block;
	float: left;
	list-style: none;
	line-height: 40px;
	height: 40px;
	border-radius: 40px;
	padding: 0 40px;
	border: 1px solid #94b000;
	margin-right: 10px;
	cursor: pointer;
	margin-bottom: 10px;
}

.faq-sect li.active {
	background: #94b000;
	color: #fff;
}

.faq-block {
	width: 100%;
	display: block;
	margin-top: 30px;
}

.faq-q {
	font-family: "OpenSans-Bold";
	font-size: 15px;
}

.faq-block a {
	color: #3498db;
	text-decoration: underline;
	font-size: 14px;
	display: block;
	margin: 15px 0 35px;
}

.hidepc {
	display: none;
}

.addquestion {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	width: 100%;
	margin-bottom: 10px;
}

.contactsmap img {
	width: 100%;
	height: 100%;
}

.contact-info {
	margin-bottom: 68px;
}

.contact-info .phone:before {
	display: block;
	width: 20px;
	height: 20px;
	content: '';
	background: url(images/phone.png);
	background-size: cover;
	top: 5px;
	left: 10px;
	position: absolute;
	font-size: 18px;
}

.contact-info .phone>span {
	color: #7f8c8d;
}

.contact-info .addr:before {
	display: block;
	width: 18px;
	height: 20px;
	content: '';
	background: url(images/addr.png);
	background-size: cover;
	top: 5px;
	left: 10px;
	position: absolute;
	color: #7f8c8d;
}

.contact-info .work:before {
	display: block;
	width: 20px;
	height: 20px;
	content: '';
	background: url(images/work.png);
	background-size: cover;
	top: 5px;
	left: 10px;
	position: absolute;
	color: #7f8c8d;
}

.contact-info .mail:before {
	display: block;
	width: 20px;
	height: 20px;
	content: '';
	background: url(images/mail.png);
	background-size: cover;
	top: 5px;
	left: 10px;
	position: absolute;
}

.contact-info>a,
.contact-info>span {
	display: block;
	line-height: 30px;
	height: 30px;
	width: 100%;
	position: relative;
	padding-left: 40px;
	font-size: 15px;
}

.contact-info>a {
	color: #3498db;
}

.vistavka {
	margin-bottom: 70px;
}

.vistavka>span {
	display: block;
	padding-left: 40px;
	position: relative;
	color: #7f8c8d;
	font-size: 15px;
}

.vistavka>span:before {
	display: block;
	position: absolute;
	width: 18px;
	height: 20px;
	top: 0;
	left: 10px;
	background: url(images/addr.png);
	content: '';
}

.newsitem {
	margin-bottom: 40px;
}

.newsitem__img {
	width: 300px;
	height: 200px;
	float: left;
	margin-right: 20px;
}

.newsitem__img img {
	max-width: 100%;
	max-height: 100%;
}

.newsitem__title {
	margin-bottom: 25px;
}

.newsitem__title a {
	color: #3498db;
	font-size: 24px;
	font-family: "OpenSans";
	text-transform: uppercase;
}

.newsitem__text {
	color: #64697e;
	font-size: 16px;
}

.half {
	width: 620px;
	float: left;
}

.half__img {
	height: 100%;
}

.half__img img {
	max-width: 100%;
	max-height: 100%;
}

.half:nth-child(even) {
	float: right;
}

.half__title {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #94b000;
	color: #fff;
	font-family: "OpenSans-Bold";
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
}

.m3020 {
	margin: 30px auto 20px;
}

.aside label {
	display: block;
	cursor: pointer;
	width: 100%;
	height: 40px;
	line-height: 40px;
	border: 1px solid #b4bd1a;
	border-radius: 21px 5px 5px 21px;
	background: url(images/file.png) no-repeat left;
	padding-left: 60px;
	margin-bottom: 20px;
}

.fileblock span {
	color: #64697e;
	font-size: 16px;
	margin-bottom: 5px;
	display: block;
}

.reviews-block {
	margin-top: 30px;
}

.text-review__authorimg {
	width: 90px;
	height: 90px;
	float: left;
	margin-right: 20px;
}

.text-review__authorimg img {
	border-radius: 50px;
}

.text-review__author {
	float: left;
	color: #34495e;
	font-family: "OpenSans-Bold";
	line-height: 90px;
}

.text-review__author:after {
	content: '|';
	display: inline-block;
	margin: 0 20px;
	color: #7f8c8d;
}

.text-review__date {
	color: #7f8c8d;
	font-size: 15px;
	font-family: "OpenSans";
	font-style: italic;
	line-height: 90px;
}

.text-review__text {
	margin-top: 20px;
	color: #64697e;
	font-size: 14px;
}

.text-review__text:after {
	display: block;
	margin: 40px 0;
	width: 100%;
	height: 1px;
	background: #94b000;
	content: '';
}

.third {
	width: 30%;
	float: left;
	margin-right: 20px;
}

.nomr {
	margin-right: 0 !important;
}

.third__img img {
	max-width: 100%;
	max-height: 100%;
}

.third__title {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #94b000;
	color: #fff;
	font-family: "OpenSans-Bold";
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	margin-top: -4px;
}

.etapi {
	width: 1140px;
	margin: 30px auto 0;
}

.etap {
	width: 100px;
	float: left;
	margin-right: 160px;
	margin-bottom: 60px;
}

.etap img {
	width: 100% px;
	height: 100px;
}

.etap span {
	display: block;
	text-align: center;
	width: 100%;
	font-family: "OpenSans-Bold";
	font-size: 15px;
	margin-top: 10px;
}

.etap:nth-child(5n) {
	margin-right: 0;
}

.advents {
	width: 1140px;
	margin: 30px auto 50px;
}

.advent {
	width: 180px;
	float: left;
	margin-right: 140px;
}

.advent:nth-child(4n) {
	margin-right: 0;
}

.advent img {
	width: 60px;
	height: 60px;
	margin: 0 auto;
	display: block;
}

.advent span {
	display: block;
	font-family: "OpenSans-Bold";
	font-size: 15px;
	text-align: center;
	margin-top: 10px;
}

.lh28 {
	line-height: 28px;
}

.review-img {
	display: block;
	max-width: 100%;
	margin: 10px 10px 0 0;
}

.review-video {
	display: block;
	max-width: 100%;
	margin: 10px 10px 0 0;
}

.review-res {
	text-align: center;
	color: green;
}

.gallery {
	margin-bottom: 50px;
}

.regular .gallery {
	display: inline-block;
	margin-bottom: 0;
	padding: 0 7.5px;
}

.gallery-item {
	width: 32%;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.gallery-item a {
	display: block;
	position: relative;
}

.gallery-item img {
	width: 100%;
	max-width: 100%;
	max-height: 243px;
}


div#modef a {
	color: #317e10;
	text-decoration: revert;
}

.main-g img {
	max-width: 100%;
	max-height: initial;
}

.gallery-item span {
	height: 40px;
	line-height: 40px;
	width: 100%;
	text-align: center;
	color: #fff;
	font-family: "OpenSans-Bold";
	font-size: 14px;
	background: #94b000;
	margin-top: -40px;
	display: block;
	position: absolute;
	text-transform: uppercase;
}

.gallery-item:nth-child(3n) {
	margin-right: 0;
}

.checkbox .disabled {
	background: #e7e7e7;
	color: #a9a9a9;
	cursor: default;
}

.recall-res {
	text-align: center;
}

.dostroika-block-2 {
	max-height: 410px;
}

.dostroika-block-2 .half__img {
	max-height: 410px;
}

.dostroika-block-2 img {
	height: 410px;
}

.dostroika-block-3 {
	width: 32%;
}

.dostroika-block-3:nth-child(3n) {
	margin-right: 0;
}

.similar__img {
	width: 300px;
	height: 260px;
	position: relative;
}

.similar__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.more-results-catalog {
	display: block;
	clear: both;
	margin: 10px auto 20px;
}

.catitems__item {
	width: 300px;
	height: 700px !important;
	float: left;
	margin-right: 20px;
	box-shadow: 0 1px 15px #e2e2e2;
	margin-bottom: 20px;
}

sup {
	line-height: 12px;
}

.catitems_info {
	padding: 19px;
	padding-bottom: 5px;
	width: 100%;
	min-height: 228px;
}


.checkbox label {
	display: block;
	width: 96%;
	height: 40px;
	float: left;
	line-height: 40px;
	text-align: center;
	border: 2px solid #106e16;
	border-radius: 0;
	cursor: pointer;
	background: #fff;
	margin: 0 auto 10px;
}

.sel-2 {
	width: 96% !important;
	float: left;
	margin-right: 10px !important;
}

.sel-3 {
	width: 96% !important;
	float: left;
	margin-right: 10px !important;
	font-size: 13px !important;
}

.last-el {
	width: 96% !important;
}

.hid-l {
	display: none !important;
}

.green-line-up {
	position: absolute;
	height: 33px;
	width: 123%;
	left: -11%;
}

.yellow-line-down {
	position: absolute;
	height: 33px;
	width: 123%;
	left: -11%;
	background-repeat: no-repeat !important;
	background: url(/images/yellow-line-new.png);
}

.catitems__title {
	height: 57px;
	margin-top: -5px;
	margin-bottom: 6px;
	font-size: 15px;
	color: #106e16;
	text-align: center;
	font-family: "OpenSans-Semibold";
	text-transform: uppercase;
}

.realy-bl .catitems__item {
	width: 23.4% !important;
	height: 552px;
	float: left;
	border: 2px solid #94b000;
	margin-right: 20px;
	box-shadow: 0 1px 15px #e2e2e2;
	margin-bottom: 20px;
}

.subsects {
	margin: 40px auto 35px;
	margin-top: 0;
	margin-bottom: 75px;
	padding-top: 20px;
}

.v-name {
	height: 51px;
	position: relative;
	padding: 35px 55px 35px 0;
	cursor: pointer;
	font-size: 21px;
	line-height: 0;
	font-weight: 600;
	font-family: sans-serif;
	color: #000;
	cursor: pointer;
	border-top: 1px solid #e6e6e6;
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
}

.v-block:last-child {
	border-bottom: 1px solid #e6e6e6;
}

span.plus-btn {
	float: right;
	background-color: #57910b;
	height: 35px;
	color: #fff;
	width: 35px;
	margin-top: -15px;
	text-align: center;
	padding-top: 18px;
	border-radius: 50%;
	cursor: pointer;
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
}

span.plus-btn:hover {
	background-color: #57910b9e;
}

img.ugol {
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 28px;
}

.desc p {
	width: 620px;
	float: left;
	line-height: 24px;
	padding-right: 25px;
	text-align: justify;
	margin-bottom: 9px;
}


.more-labels {
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: underline;
	color: #ff891e;
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	line-height: 30px;
	cursor: pointer;
}

.more-labels:hover {
	color: #89a207b5;
}


.bx-ui-slider-track {
	margin-top: 57px;
}

.desc p {
	width: 100% !important;
	float: left;
	line-height: 24px;
	padding-right: 25px;
	text-align: justify;
}



.catitems_info dd {
	float: right;
	text-align: right;
	font-family: "OpenSans-Semibold";
	width: 63%;
	font-size: 13px;
	text-transform: lowercase;
}

.green-line-up {
	background: url(/images/green-line-new.png);
	height: 31px;
	background-repeat: no-repeat;
}

.itemlist__btn {
	width: 260px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-size: 18px;
	background: url(/images/bg-new-button.png);
	font-family: "OpenSans-Bold";
	background-size: 100% 100%;
	border-radius: 40px;
	display: block;
	margin: 0 auto;
}

.itemlist__btn:hover {
	opacity: .8;
}

.bg-2-main {
	background: url(/images/bg-green-new.png);
}

.bg-2-main .container {
	background: none;
}

.bg-2-main {
	background: url(/images/bg-green-new.png);
	background-size: cover;
}

.bg-2-main {
	background: url(/images/bg-green-new.png);
	background-size: cover;
	z-index: 100;
	position: relative;
}

.bg-2-main img {
	border: 6px solid #fff;
}

.text-inslider.txt-1 {
	font-size: 28px;
	margin: inherit;
	width: 42%;
	text-align: left;
	left: 10%;
	top: 35%;
	font-family: sans-serif;
	font-weight: 400;
	text-shadow: 3px 2px 1px #0d0d0d;
}

.text-inslider.txt-2 {
	font-size: 28px;
	margin: inherit;
	width: 42%;
	text-align: left;
	left: 10%;
	top: 48%;
	font-family: sans-serif;
	font-weight: 400;
	text-shadow: 3px 2px 1px #0d0d0d;
}

.text-inslider.txt-3 {
	font-size: 28px;
	margin: inherit;
	width: 42%;
	text-align: left;
	left: 10%;
	top: 62%;
	font-family: sans-serif;
	font-weight: 400;
	text-shadow: 3px 2px 1px #0d0d0d;
}

.mainslider-block .bx-wrapper .bx-prev {
	width: 60px;
	height: 60px;
	background: url(images/prev_slide.png);
	background-size: contain;
	background-repeat: no-repeat;
	left: 2%;
}

.mainslider-block .bx-wrapper .bx-next {
	width: 60px;
	height: 60px;
	background: url(images/next_slide.png);
	background-size: contain;
	background-repeat: no-repeat;
	right: 2%;
}

.slogan-new {
	width: 26%;
	float: left;
	font-size: 17px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 600;
	padding-top: 10px;
	color: #ef7f1a;
}

.slogan-new span {
	color: #93ad3c;
}

.contacts-new {
	width: 30%;
	float: left;
	font-size: 12px;
	color: #34495ee6;
	line-height: 17px;
	padding-top: 12px;
}

.contacts-new a {
	font-size: 15px;
	font-weight: bolder;
	color: #f48621;
}

.button-new:hover {
	opacity: .7;
}

.button-new {
	background: url(/images/bg-new-button.png);
	background-repeat: repeat;
	background-size: auto auto;
	width: 147px;
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 4px;
	height: 30px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	padding-top: 3px;
	font-weight: 200;
	cursor: pointer;
}

.icons-new i {
	font-size: 17px;
	margin-right: 14px;
	color: #94b000;
	margin-top: 9px;
}

.icons-new i:hover {
	opacity: .7;
}

.url-new a {
	font-size: 12px;
	text-decoration-line: underline;
}

.url-new img {
	vertical-align: middle;
	margin-right: 3px;
}

.whatsApp-new {
	width: 40%;
	float: left;
}

.tophead {
	height: 96px;
	width: 100%;
	background: #fff;
	padding-top: 1px;
}

.viber-new {
	float: left;
}

header nav {
	height: 40px;
	width: 100%;
	background: #94b000;
	box-shadow: 0 1px 3px darkgrey;
	background: #94b000;
	background: -moz-linear-gradient(left, #94b000 0%, #317e10 100%);
	background: -webkit-linear-gradient(left, #94b000 0%, #317e10 100%);
	background: linear-gradient(to right, #94b000 34%, #317e10 92%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#94b000', endColorstr='#317e10', GradientType=1);
}

.mainmenu>li.parent:hover>ul {
	display: block;
	background: #e7ffc2;
}

.mainmenu>li.parent>ul>li>a>span {
	display: table-cell;
	float: none;
	vertical-align: middle;
	color: #106e16;
	width: 100%;
	line-height: normal;
	text-align: left;
	padding-left: 20px;
}

.mainmenu>li.parent>ul>li>a>img {
	width: 59px;
	height: 54px;
	float: left;
	border-radius: 0;
	border: 3px solid #106e16;
}

.bx-wrapper .bx-pager {
	text-align: left;
	font-size: .85em;
	font-family: Arial;
	font-weight: 700;
	color: #666;
	padding-left: 10%;
	padding-top: 20px;
}

.mainslider-block .bx-wrapper .bx-pager .bx-pager-item a {
	width: 12px;
	height: 12px;
	background: #ff6;
	border-radius: 0;
}

.mainslider-block .bx-wrapper .bx-pager .bx-pager-item a.active {
	background: url(images/active.png);
	background: #fff;
	height: 16px;
	width: 16px;
	margin-top: 9px !important;
}

img.abs-1 {
	position: absolute;
	bottom: 0;
}

.mainsects-block span:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	border-top: 25px solid #ef7f1a;
	border-left: 25px solid #00800000;
}

img.ugol {
	position: absolute;
	top: 0;
	left: 0;
	width: 35px;
	height: 35px;
}

.img-menu-block {
	height: 55px;
	width: 53px;
	background-size: cover !important;
	background-position: center center !important;
}

img.backdoor {
	width: 100%;
	height: 55px;
}

.mainmenu>li.parent>ul>li:hover {
	background: none;
}

.dachalist ul li img {
	border-radius: 0;
}

.romb-in-main {
	background-size: cover !important;
}

.bg-besteller .container {
	margin-top: 0;
	background: #fff;
	padding: 20px;
}

.bg-besteller {
	border-top: 16px solid #ef7f1a;
	margin-top: 35px;
}

h2.h2-best {
	margin-top: 12px;
	margin-bottom: 37px;
	text-transform: inherit;
}

.bg-besteller .container {
	margin-top: 0;
	background: none;
	padding: 20px;
}

h2.h2-best {
	margin-top: 12px;
	margin-bottom: 37px;
	text-transform: inherit;
	color: #fff;
}

.main-bestsellers .itemlist__block {
	width: 295px;
	margin-right: 20px;
	height: 582px;
	float: left;
	box-shadow: none !important;
	border: 2px solid #fff;
	margin-bottom: 20px;
}

.bg-besteller {
	border-top: 16px solid #ef7f1a;
	margin-top: 35px;
	z-index: 1000;
	position: relative;
	background: #84a803;
	background: -moz-linear-gradient(left, #84a803 0%, #2a7b12 100%);
	background: -webkit-linear-gradient(left, #84a803 0%, #2a7b12 100%);
	background: linear-gradient(to right, #84a803 0%, #2a7b12 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#84a803', endColorstr='#2a7b12', GradientType=1);
}

.main-bestsellers .itemlist__title {
	min-height: 59px;
	font-size: 12px;
	line-height: 18px;
	padding-top: 9px;
	background: #e6e6e6 !important;
	min-height: 59px;
	font-size: 12px;
	line-height: 18px;
	padding-top: 9px;
	background: #e6e6e6 !important;
	color: #0e6d16;
}

.main-bestsellers .itemlist__block {
	width: 295px;
	margin-right: 20px;
	height: 582px;
	float: left;
	box-shadow: 0 1px 15px #e2e2e2;
	margin-bottom: 20px;
	background: #fff;
}

.dachalist ul li a span {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 25px;
	font-size: 18px;
	color: #0e6d16;
	font-family: "OpenSans-Bold";
	text-transform: uppercase;
	text-decoration: underline;
}

.whywe__txt {
	text-transform: uppercase;
	text-align: center;
	width: 150px;
	color: #106e16;
	font-size: 18px;
	font-family: "OpenSans-Semibold";
	margin: 20px auto 0;
}

.main-banner.new-banner-main {
	margin-top: 0;
}

.container.clearfix.etaps-new-all h2 {
	margin-top: 42px;
}

.container.clearfix.etaps-new-all img {
	width: 87%;
	margin: 0 auto;
	display: block;
	margin-bottom: 44px;
}

.main-banner.new-banner-main img {
	width: 100%;
}

.reqform {
	background: url(images/bg-form-new.png) no-repeat;
	height: 490px;
	padding-top: 105px;
	margin-top: 67px;
	background-size: cover;
}

.reqform input[type="text"] {
	background: #fff;
	text-align: center;
	color: #000;
	font-size: 18px;
	border: 1px solid #fff;
	border-radius: 0;
	height: 36px;
	line-height: 50px;
	margin-bottom: 10px;
	width: 100%;
}

.reqform input[type="submit"] {
	background: #ff891e;
	background: url(/images/bg-new-button.png);
	width: 260px;
	height: 50px;
	background-size: contain;
	border-radius: 40px;
	border: 0;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
	margin: 0 auto;
	margin-top: 43px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	display: block;
	margin-top: 43px;
	font-size: 18px;
	font-family: "OpenSans-Bold";
}

.reqform h3 {
	text-align: center !important;
	display: block;
	color: #fff !important;
	margin-bottom: 58px;
}

.footer-block .contacts-new {
	width: 100%;
	color: #bdc3c0;
	line-height: 23PX;
	padding-top: 1PX;
	margin-bottom: 5px;
}

.footer-block:nth-child(1) {
	margin-left: 0 !important;
}

.footer-block .social-new {
	width: 78%;
}

.mainmenu {
	float: left;
	list-style: none;
	z-index: 2;
}

.mainmenu>li.parent:nth-child(1)>ul {
	columns: 3;
	left: 20px;
}

span.text-inslider {
	left: 16% !important;
}

.bx-wrapper .bx-pager {
	text-align: left;
	font-size: .85em;
	font-family: Arial;
	font-weight: 700;
	color: #666;
	padding-left: 16%;
	padding-top: 20px;
}

.header-plag {
	background: #94b000;
	height: 17px;
	width: 34%;
	margin-left: -23px;
	border-right: 32px solid transparent;
	-webkit-transform: skew(-56deg);
	-moz-transform: skew(-56deg);
	-o-transform: skew(13deg);
}

img.abs-1 {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.mainmenu>li.parent:nth-child(3)>ul {
	columns: 2;
	left: 292px;
}

.mainmenu>li.parent:nth-child(2)>ul {
	columns: 2;
	left: 156px;
}

.green-line-up {
	position: relative;
	height: 33px;
	background-position-y: -12px;
	width: 257%;
	background-size: contain !important;
	background-position-x: center !important;
	left: -82%;
	background-repeat: no-repeat !important;
}

.yellow-line-down {
	position: absolute;
	z-index: 8;
	height: 33px;
	width: 257%;
	margin-top: -45px;
	background-position-x: center !important;
	background-size: contain !important;
	left: -82%;
	background-repeat: no-repeat !important;
	background: url(/images/yellow-line-new.png);
}

.bx-pagination .bx-pagination-container ul li span {
	-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;
	background: #eff0f1;
	padding: 0 8px;
	display: block;
	font-weight: 700;
	height: 32px;
	background: #cae2a1 !important;
	min-width: 25px;
	line-height: 32px;
	color: #444;
	font-size: 14px;
	border-radius: 0;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div#show-counter {
	font-size: 14px;
	text-align: center;
	padding: 10px;
	background: #2dc02473;
	font-weight: 700;
}

.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 0;
	text-align: center;
	height: 34px;
	min-width: inherit;
	max-width: inherit;
	border: 1px solid #94b000;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	line-height: 28px;
	padding: 0 18px;
}

.green-line-down {
	position: absolute;
	height: 33px;
	width: 257%;
	background-size: contain !important;
	left: -82%;
	background-position-x: center !important;
	background-repeat: no-repeat !important;
	background: url(/images/green-down.png);
	z-index: 8;
	margin-top: -42px;
}

.green-bg {
	position: absolute;
	background: #eeffd4;
	height: 15px;
	width: 352%;
	margin-top: -45px;
	left: -114%;
}

.catitems_info .clearfix {
	padding-left: 15px;
	padding-right: 15px;
}

.catitems__title {
	height: 57px;
	margin-top: -5px;
	margin-bottom: 6px;
	font-size: 15px;
	color: #106e16 !important;
	background: #e6e6e6;
	text-align: center;
	padding-top: 13px;
	min-height: 74px;
	font-weight: 800;
	font-family: "OpenSans-bold" !important;
	text-transform: uppercase;
}

.catitems_info {
	padding: 0;
	padding-bottom: 5px;
	width: 100%;
	min-height: 280px;
}


.f-table.product-similar #complekt {
	padding: 0;
}

.ws-main-block img {
	width: 100%;
	padding-top: 3%;
}

p.ws-name {
	margin-top: 26px;
	text-align: center;
	font-weight: bolder;
}

.ws-hidden-block {
	background: #fff;
	border: 1px solid #00000057;
	position: absolute;
	padding: 11px;
	width: 270px;
	text-align: center;
	margin-left: -45px;
	padding-left: 15px;
	bottom: 0;
	font-size: 13px;
	border-radius: 17px;
	line-height: 18px;
	opacity: 0;
	z-index: 10;
}

.prSlider {
	position: relative;
	overflow: hidden;
	margin-bottom: 40px;
	width: 99%;
	padding-bottom: 30px;
}

.prSlider__wrapper {
	display: flex;
	transition: transform .6s ease;
}

.prSlider__item {
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.prSlider__control {
	position: absolute;
	top: 50%;
	display: none;
	align-items: center;
	justify-content: center;
	width: 40px;
	color: #fff;
	text-align: center;
	opacity: 1;
	height: 50px;
	transform: translateY(-50%);
	background: #94b000;
}

.prSlider__control_show {
	display: flex;
}

.prSlider__control:hover,
.prSlider__control:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9;
}

.prSlider__control_left {
	left: 0;
}

.prSlider__control_right {
	right: 0;
}

.prSlider__control::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background: transparent no-repeat center center;
	background-size: 100% 100%;
}

.prSlider__control_left::before {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.prSlider__control_right::before {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

p.prImgName {
	background: #ff891e;
	color: #fff;
	font-size: 15px;
	padding: 5px;
	text-align: center;
	cursor: pointer;
	margin-left: 5px;
	margin-right: 5px;
}

.prSlider__item .prImg {
	height: 250px;
	background-size: cover !important;
	margin-left: 5px;
	margin-right: 5px;
	cursor: pointer;
	background-position: center center !important;
}

.prSlider__item .prImg:hover {
	opacity: .8;
}

.pr-h2 {
	text-align: left;
	margin-top: 13px;
}

.wood-service {
	margin-bottom: 115px;
	width: 100%;
	margin-top: 70px;
	display: inline-block;
}

p.wsh-name {
	text-align: center;
	font-weight: 700;
	font-size: 13px;
}

p.wsh-descr {
	font-size: 12px;
	margin-top: 10px;
}

.ws-main-block:hover .ws-hidden-block {
	opacity: .9;
	transition: 1s;
	cursor: pointer;
	opacity: .9;
	transition: 1s;
	cursor: pointer;
}

.ws-main-block:hover {
	margin-top: -10px;
	transition: .5s;
}

.ws-main-block {
	width: 184px;
	border-radius: 68%;
	border: 4px solid #317e10;
	height: 184px;
	margin-right: 26px;
	float: left;
	background: #bdd63f;
	box-shadow: 0 0 20px rgba(0, 0, 2, 0.75);
	cursor: pointer;
	position: relative;
	margin-bottom: 15px;
}

.second th {
	background: #eeffd4 !important;
	border: 1px solid #000;
	padding-left: 10px;
}

.itemlist__btn:hover {
	cursor: pointer;
	opacity: .9;
	text-shadow: 3px 2px 2px black, 0 0 1em red;
	color: #fff;
	text-decoration: none;
}

.subsect__img:hover p span {
	background: #ef7f1a;
}

.subsect__img:hover {
	opacity: .8;
}

.catitems__item:hover {
	opacity: .8;
	border: 2px solid #f49a12;
}

.hide2 {
	display: none;
}

.catitems__item {
	border: 2px solid #94b000;
}

.gallery-item:hover {
	background: #ef7f1a;
	opacity: .8;
}

.gallery-item:hover span {
	background: #ef7f1a;
}

/* photo-reports */
.photo-reports {
	margin-bottom: 60px;
}
.photo-reports__list {
	display: grid;
	grid-template-columns: repeat(2, calc((100% - 30px) / 2));
	gap: 30px;
}

/* photo-report-card */
.photo-report-card {
	display: block;
	cursor: pointer;
	color: #000 !important;
	border: 1px solid #dedede;
	-webkit-box-shadow: 5px 7px 18px -7px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 5px 7px 18px -7px rgba(34, 60, 80, 0.2);
	box-shadow: 5px 7px 18px -7px rgba(34, 60, 80, 0.2);
}
.photo-report-card:hover .photo-report-card__params {
	cursor: pointer;
	color: #ffffff !important;
	background-color: #EE8D3C;
}
.photo-report-card:hover .photo-report-card__image {
	transform: scale(1.1);
}
.photo-report-card__inner {
	display: flex;
	flex-direction: column;
	background-color: #ffffff;
}
.photo-report-card__preview {
	overflow: hidden;
	max-height: 378px;
}
.photo-report-card__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: all 0.2s linear;
}
.photo-report-card__title {
	margin: 20px 0;
	padding: 0 30px;
}
.photo-report-card__params {
	display: flex;
	align-items: center;
	padding: 20px 30px;
	transition: all 0.2s linear;
}
.photo-report-card__list {
	display: flex;
	align-items: center;
	padding-right: 20px;
}
.photo-report-card__list-item {
	display: flex;
	align-items: center;
}
.photo-report-card__list-item:not(:last-child) {
	margin-right: 23px;
}
.photo-report-card__svg-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 18px;
	margin-right: 10px;
}
.photo-report-card__svg {
	width: 100%;
	height: 100%;
}
.photo-report-card__price {
	font-size: 24px;
	font-weight: 700;
	margin-left: auto;
}

.report-detail-card {
	margin-bottom: 60px;
}
.report-detail-card__inner {
	display: grid;
	grid-template-columns: repeat(2, calc((100% - 30px) / 2));
	gap: 30px;
	margin-bottom: 60px;
}
.report-detail-card__preview {
	border: 1px solid #dedede;
	-webkit-box-shadow: 5px 7px 18px -7px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 5px 7px 18px -7px rgba(34, 60, 80, 0.2);
	box-shadow: 5px 7px 18px -7px rgba(34, 60, 80, 0.2);
}
.report-detail-card__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.report-detail-card__info-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 30px;
	border-top: 1px solid #dedede;
}
.report-detail-card__info-item:last-child {
	border-bottom: 1px solid #dedede;
}
.report-detail-card__info-label {
	display: flex;
	align-items: center;
	padding-right: 30px;
}
.report-detail-card__info-value {
	min-width: 90px;
	text-align: end;
}
.report-detail-card__svg-wrapper {
	display: flex;
	width: 30px;
	height: 23px;
	margin-right: 15px;
}
.report-detail-card__svg {
	width: 100%;
	height: 100%;
}
.report-detail-card__action {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 22px;
	padding-right: 30px;
	padding-bottom: 22px;
	padding-left: 40px;
}
.report-detail-card__price {
	font-size: 24px;
	font-weight: 700;
}
.report-detail-card__link {
	display: block;
	max-width: 250px;
	padding: 17px 70px 15px 32px;
	border-radius: 6px;
	font-weight: 600;
	text-transform: uppercase;
	background-color: #4CAF50;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="26" height="26" viewBox="0 0 26 26" fill="none"><g clip-path="url(%23clip0_178_36)"><path d="M19.0281 6.06874L14.6641 6.06874C14.6641 6.06874 14.5687 6.06718 14.4898 6.04921C14.0516 5.94921 13.7648 5.41562 13.9422 4.98827C14.0477 4.73202 14.2992 4.54218 14.5766 4.51093C14.6148 4.50624 14.625 4.50703 14.6641 4.50624L20.9141 4.50624C20.9289 4.50624 20.943 4.50702 20.9578 4.50702C20.9969 4.51015 21.0062 4.51015 21.0445 4.51718C21.375 4.57265 21.6523 4.86015 21.6906 5.19999C21.6945 5.23827 21.6945 5.24843 21.6953 5.28749L21.6953 11.5375C21.6805 12.0539 21.1148 12.4664 20.6148 12.2594C20.3594 12.1531 20.1687 11.9016 20.1375 11.625C20.1336 11.5859 20.1336 11.5766 20.1328 11.5375L20.1328 7.17343L5.84062 21.4656C5.79531 21.5016 5.75312 21.5437 5.70391 21.5742C5.3125 21.8203 4.71562 21.6414 4.55078 21.1711C4.47344 20.9492 4.50156 20.6961 4.62656 20.4976C4.65781 20.4476 4.69922 20.4062 4.73594 20.3601L19.0281 6.06874Z" fill="white"/></g><defs><clipPath id="clip0_178_36"><rect width="25" height="25" fill="white" transform="translate(25.6016 25.5957) rotate(180)"/></clipPath></defs></svg>');
	background-position: calc(100% - 22px) 17px;
	background-repeat: no-repeat;
	color: #ffffff !important;
	transition: all 0.2s linear;
}
.report-detail-card__link:hover {
	background-color: #ff8801;
}
.report-detail-card__description {
	padding: 15px;
	border: 1px solid #dedede;
	-webkit-box-shadow: 5px 7px 18px -7px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 5px 7px 18px -7px rgba(34, 60, 80, 0.2);
	box-shadow: 5px 7px 18px -7px rgba(34, 60, 80, 0.2);
	background-color: #fff;
}
.report-detail-card__item {
	display: flex;
	margin-bottom: 14px;
}
.report-detail-card__label {
	margin-right: 5px;
	font-weight: 700;
}
.report-detail-card__description-link {
	display: block;
	max-width: 250px;
	padding: 17px 70px 15px 32px;
	border-radius: 6px;
	font-weight: 600;
	text-transform: uppercase;
	background-color: #4CAF50;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="26" height="26" viewBox="0 0 26 26" fill="none"><g clip-path="url(%23clip0_178_36)"><path d="M19.0281 6.06874L14.6641 6.06874C14.6641 6.06874 14.5687 6.06718 14.4898 6.04921C14.0516 5.94921 13.7648 5.41562 13.9422 4.98827C14.0477 4.73202 14.2992 4.54218 14.5766 4.51093C14.6148 4.50624 14.625 4.50703 14.6641 4.50624L20.9141 4.50624C20.9289 4.50624 20.943 4.50702 20.9578 4.50702C20.9969 4.51015 21.0062 4.51015 21.0445 4.51718C21.375 4.57265 21.6523 4.86015 21.6906 5.19999C21.6945 5.23827 21.6945 5.24843 21.6953 5.28749L21.6953 11.5375C21.6805 12.0539 21.1148 12.4664 20.6148 12.2594C20.3594 12.1531 20.1687 11.9016 20.1375 11.625C20.1336 11.5859 20.1336 11.5766 20.1328 11.5375L20.1328 7.17343L5.84062 21.4656C5.79531 21.5016 5.75312 21.5437 5.70391 21.5742C5.3125 21.8203 4.71562 21.6414 4.55078 21.1711C4.47344 20.9492 4.50156 20.6961 4.62656 20.4976C4.65781 20.4476 4.69922 20.4062 4.73594 20.3601L19.0281 6.06874Z" fill="white"/></g><defs><clipPath id="clip0_178_36"><rect width="25" height="25" fill="white" transform="translate(25.6016 25.5957) rotate(180)"/></clipPath></defs></svg>');
	background-position: calc(100% - 22px) 17px;
	background-repeat: no-repeat;
	color: #ffffff !important;
	transition: all 0.2s linear;
}
.report-detail-card__description-link:hover {
	background-color: #ff8801;
}

.report-detail-gallery__inner {
	display: grid;
	grid-template-columns: repeat(3,calc((100% - 40px) / 3));
	gap: 20px;
	margin-bottom: 60px;
}
.report-detail-gallery__item {
	display: block;
}
.report-detail-gallery__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.reviews {
	margin-bottom: 60px;
}
.reviews__inner {
	display: grid;
	grid-template-columns: repeat(2, calc((100% - 20px) /	2));
	gap: 20px;
}
.reviews__item {
	width: 100%;
	height: 100%;
}
.reviews iframe {
	width: 100%;
	height: 100%;
	min-height: 330px;
}
.u-reviews-plugin {
	width: 100%;
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}

.badge {
	width: 100% !important;
	max-width: 100% !important;
}
.custom-map__title {
	margin-bottom: 20px;
}
.custom-map__inner {
	width: 100%; 
	max-width: 1200px;
	margin: 0 auto;
}
.custom-map {
	width: 100%;
	height: 600px;
	display: inline-block;
	overflow: hidden;
}

.custom-ballon__inner {
	display: flex;
	flex-direction: column;
}
.custom-ballon__header {
	margin-bottom: 15px;
}
.custom-ballon__title {
	font-size: 20px;
	margin-bottom: 15px;
}
.custom-ballon__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.custom-ballon__footer {
	margin-top: 15px;
}
.custom-ballon__link {
	font-size: 18px;	
	transition: all 0.2s linear;
}
.custom-ballon__link:hover {
	color: #ff8801 !important;
	text-decoration: underline;
}

.custom-hint__title {
	font-weight: 700;
}

.ymaps-2-1-79-balloon__close+.ymaps-2-1-79-balloon__content {
	margin-right: 0 !important;
	padding-right: 20px !important;
}
@media (max-width: 1280px) {
	.report-detail-card__inner {
		gap: 25px;
	}
	.report-detail-card__info-item {
    padding: 15px 25px;
	}
	.report-detail-card__action {
    padding-top: 17px;
    padding-right: 25px;
    padding-bottom: 17px;
    padding-left: 35px;
	}
}
@media (max-width: 1200px) {
	.photo-report-card__params {
		flex-wrap: wrap;
	}
	.photo-report-card__list {
		padding-right: 0;
	}
	.photo-report-card__price {
		margin-top: 15px;
	}
}
@media (max-width: 991px) {
	.photo-report-card__title {
		margin-top: 10px !important;
		margin-bottom: 0 !important;
		padding: 0 20px;
		font-size: 23px;
	}
	.photo-report-card__params {
		padding: 10px 20px;
	}
	.photo-report-card__list {
		flex-wrap: wrap;
	}
	.photo-report-card__list-item {
		margin-top: 10px;
	}
	.photo-report-card__price {
		margin-top: 10px;
	}

	/* report-detail-card */
	.report-detail-card__action {
		flex-wrap: wrap;
	}
	.report-detail-card__inner {
		display: block;
	}
	.report-detail-gallery__inner {
		display: grid;
		grid-template-columns: repeat(2, calc((100% - 20px) / 2));
	}
}
@media (max-width: 767px) {
 	.photo-reports__list {
		display: block;
	}
	.photo-report-card:not(:last-child) {
		margin-bottom: 30px;
	}
	.photo-report-card__title {
		margin-bottom: 10px !important;
	}
	.photo-report-card__list {
		padding-right: 23px;
	}
	.report-detail-card__item {
		margin-bottom: 10px;
	}
	.reviews__inner {
		display: block;
	}
	.reviews__item:not(:last-child) {
		margin-bottom: 20px;
	}
}
@media (max-width: 576px) {
	.photo-report-card__title {
		font-size: 20px;
		margin-bottom: 0 !important;
	}
	.photo-report-card__price {
		font-size: 20px;
	}
	.report-detail-card__info-item {
    padding: 10px 5px;
	}
	.report-detail-card__action {
    padding: 10px;
	}
	.report-detail-card__price {
		width: 100%;
	}
	.report-detail-card__link {
		width: 100%;
		max-width: 100%;
		margin-top: 10px;
	}
	.report-detail-gallery__inner {
		display: block;
	}
	.report-detail-gallery__item:not(:last-child) {
		margin-bottom: 20px;
	}
}
.mainmenu>li.parent>ul>li:hover a span {
	color: #ef7f1a;
}

.realy-bl .catitems__item:hover {
	border: 2px solid #f49a12;
	opacity: .8;
}

input[type="submit"]:hover {
	cursor: pointer;
	opacity: .9;
	text-shadow: 3px 2px 2px black, 0 0 1em red;
}

.similar li:hover {
	border: 2px solid #f49a12;
}

@media screen and (min-width: 750px) and (max-width: 1300px) {
	.contacts-new a {
		font-size: 12px;
		font-weight: bolder;
		color: #f48621;
	}

	footer {
		height: inherit !important;
	}

	.etazi img {
		float: left;
		max-width: 49%;
		height: 465px;
		border: 2px solid #94b000;
	}

	.yellow-line-down {
		position: relative;
		z-index: 8;
		height: 33px;
		width: 257%;
		margin-top: -39px;
		background-size: contain !important;
		left: -70%;
		background-repeat: round !important;
		overflow: hidden;
		background: url(/images/yellow-line-new.png);
		background-repeat: repeat;
		background-size: auto;
		margin-top: 26px;
	}

	span.text-inslider.price-main-slider.txt-1 {
		top: 24%;
		background: url(/images/bg-new-button.png);
		background-size: 100% 100%;
		width: 17%;
		text-align: center;
		padding-top: 10px;
		text-transform: initial;
		height: 39px;
		font-size: 34px;
		text-shadow: none;
		font-size: 19px !important;
		font-weight: 700;
	}

	.mainmenu {
		float: left;
		list-style: none;
		z-index: 2;
		width: 100%;
	}

	.contacts-new {
		width: 26%;
		float: left;
		font-size: 12px;
		color: #34495ee6;
		line-height: 17px;
		padding-top: 7px;
	}

	.slogan-new {
		width: 23%;
		float: left;
		font-size: 17px;
		line-height: 17px;
		text-transform: uppercase;
		font-weight: 600;
		padding-top: 6px;
		color: #ef7f1a;
	}


	.whatsApp-new {
		width: 51%;
		float: left;
	}

	.mainmenu>li {
		width: 90px !important;
		font-size: 12px;
		margin-left: -7px !important;
	}

	.text-inslider {
		font-size: 15px !important;
	}

	.main-bestsellers .itemlist__block {
		width: 47%;
		margin-right: 20px;
		height: 582px;
		float: left;
		box-shadow: 0 1px 15px #e2e2e2;
		margin-bottom: 20px;
		background: #fff;
	}

	.footer-block:nth-child(4) {
		width: 300px;
		margin-right: 0;
		padding-left: 19px;
		width: 57%;
	}

	.whywe__img {
		width: 150px;
		height: 150px;
		border: inherit;
		border-radius: 80px;
		position: relative;
		margin: 0 auto;
	}

	.whywe__item .whywe__img img {
		width: 70px !important;
		height: 70px !important;
		margin: auto;
	}

	.footer-block .social-new {
		width: 60%;
		float: left;
	}

	.mainmenu>li {
		width: 15% !important;
		font-size: 10px;
		float: left;
		margin-left: -4% !important;
	}

	.mainsects {
		width: 32% !important;
		float: left;
	}

	.mainsects:nth-child(2) .mainsects-block {
		width: 100% !important;
		height: 100%;
	}


	.mainmenu>li {
		width: 183px !important;
		font-size: 10px;
		float: left;
		margin-left: -39px !important;
	}

	.mainsects-block {
		float: left;
		width: 48%;
		height: 202px;
		position: relative;
		margin-right: 9px;
		margin-bottom: 9px;
	}

	.mainmenu>li {
		width: 14% !important;
		float: left;
		text-align: center;
		font-size: 8px;
		margin-right: 0;
		margin-left: 0 !important;
	}

	.text-inslider {
		font-size: 16px !important;
	}
}

@media screen and (min-width: 750px) and (max-width: 991px) {
	.device-hidden {
		display: none;
	}

	.prSlider {
		display: none;
	}

	.pr-h2 {
		text-align: left;
		margin-top: 40px;
		display: none;
	}

	.subsects {
		margin: 40px auto 35px;
		margin-top: 0;
		margin-bottom: 60px;
		padding-top: 0;
	}

	.aside {
		width: 100% !important;
		float: left;
		margin: 0 auto;
		display: contents;
	}

	.similar__img {
		width: 100%;
		height: 260px;
	}

	.similar li {
		display: block;
		float: left;
		margin-right: 20px;
		box-shadow: 0 1px 15px #e2e2e2;
		width: 48%;
		margin-right: 1% !important;
		margin-bottom: 18px;
		overflow: hidden;
		margin-left: 0 !important;
		border: 2px solid #94b000;
	}

	.green-line-up {
		position: relative;
		height: 33px;
		margin-top: 15px;
		margin-bottom: 15px;
		background-position-y: -12px;
		width: 257%;
		background-size: contain !important;
		left: -70%;
		background-repeat: round no-repeat;
	}

	img.ugol {
		position: absolute;
		top: 0;
		left: 0;
		width: 20px;
		height: 16px;
	}

	.text-inslider.txt-1 {
		font-size: 21px;
		margin: inherit;
		width: 38%;
		text-align: left;
		left: 10%;
		top: 26%;
		font-family: sans-serif;
		font-weight: 400;
		text-shadow: 3px 2px 1px #0d0d0d;
	}

	.text-inslider.txt-2 {
		font-size: 21px;
		margin: inherit;
		width: 35%;
		text-align: left;
		left: 10%;
		top: 35%;
		font-family: sans-serif;
		font-weight: 400;
		text-shadow: 3px 2px 1px #0d0d0d;
	}

	.text-inslider.txt-3 {
		font-size: 28px;
		margin: inherit;
		width: 42%;
		text-align: left;
		left: 10%;
		top: 62%;
		font-family: sans-serif;
		font-weight: 400;
		text-shadow: 3px 2px 1px #0d0d0d;
	}

	.mainslider li>span {
		position: absolute;
		display: block;
		background: transparent;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		width: 700px;
		height: 60px;
		font-family: "Raleway";
		color: #fff;
		font-size: 60px;
		text-align: center;
		text-transform: uppercase;
	}

	span.text-inslider {
		left: 16% !important;
	}
}

@media screen and (max-width: 1300px) and (min-width: 750px) {
	.text-inslider {
		font-size: 16px !important;
	}

	.ws-main-block {
		width: 26%;
		border-radius: 68%;
		border: 4px solid #317e10;
		height: 194px;
		margin-right: 5%;
		margin-left: 2%;
		float: left;
		margin-bottom: 132px;
		background: #bdd63f;
		box-shadow: 0 0 20px rgba(0, 0, 2, 0.75);
		cursor: pointer;
		position: relative;
	}

	.wood-type div {
		width: 32%;
		margin-right: 1.3333%;
		float: left;
		text-align: center;
		font-weight: 700;
		font-size: 18px;
		color: #106e16;
		min-height: 190px;
	}

	.wood-type div img {
		height: 110px;
	}

	.text-inslider {
		font-size: 15px !important;
	}

	.text-inslider.txt-2 {
		font-size: 21px;
		margin: inherit;
		width: 35%;
		text-align: left;
		left: 10%;
		top: 46% !important;
		font-family: sans-serif;
		font-weight: 400;
		text-shadow: 3px 2px 1px #0d0d0d;
	}

	.text-inslider.txt-1 {
		font-size: 21px;
		margin: inherit;
		width: 38%;
		text-align: left;
		left: 10%;
		top: 35% !important;
		font-family: sans-serif;
		font-weight: 400;
		text-shadow: 3px 2px 1px #0d0d0d;
	}

	.text-inslider.txt-3 {
		font-size: 21px;
		margin: inherit;
		width: 35%;
		text-align: left;
		left: 10%;
		top: 61% !important;
		font-family: sans-serif;
		font-weight: 400;
		text-shadow: 3px 2px 1px #0d0d0d;
	}

	span.text-inslider.price-main-slider.txt-1 {
		top: 21% !important;
	}
}

@media screen and (max-width: 749px) {
	.device-hidden {
		display: none;
	}

	.prSlider {
		display: none;
	}

	.pr-h2 {
		text-align: left;
		margin-top: 40px;
		display: none;
	}

	table {
		font-size: 12px !important;
	}

	#uslugi {
		padding: 50px 0 0;
		overflow: scroll;
	}

	.fv-block {
		width: 100%;
		float: left;
		padding: 10px;
	}

	div#c-frame-arrow-right {
		margin-top: 89px;
	}

	div#c-frame-arrow-left {
		margin-top: 89px;
	}

	div#frame-arrow-right {
		margin-top: 89px;
	}

	div#frame-arrow-left {
		margin-top: 89px;
	}

	.small-img-f {
		border: 1px solid #317e10;
	}

	.ws-main-block {
		width: 184px;
		border-radius: 68%;
		border: 4px solid #317e10;
		height: 184px;
		margin: 0 auto !important;
		float: inherit;
		margin-bottom: 119px !important;
		background: #bdd63f;
		box-shadow: 0 0 20px rgba(0, 0, 2, 0.75);
		cursor: pointer;
		position: relative;
	}

	.wood-type div {
		width: 32%;
		margin-right: 1.3333%;
		float: left;
		text-align: center;
		font-weight: 700;
		font-size: 18px;
		color: #106e16;
		min-height: 190px;
	}

	.wood-type div img {
		height: 110px;
	}

	.yellow-line-down {
		margin-bottom: -10px;
		position: relative;
		z-index: 8;
		height: 33px;
		width: 100%;
		margin-top: 0;
		background-size: contain !important;
		left: 0;
		background-repeat: no-repeat !important;
		background: url(/images/yellow-line-new.png);
	}

	.wood-service {
		margin-bottom: 0;
	}

	.header-plag {
		-webkit-transform: initial !important;
		width: 100%;
		margin-left: 0;
	}

	.similar li {
		margin: 0 5px 10px;
		width: 100%;
		width: 100% !important;
	}

	.product ul li {
		margin-right: 1%;
		margin-left: 0;
		width: 48%;
	}

	.bread {
		margin: 20px 0;
		padding-left: 15px;
	}

	.catitems__item {
		width: 100% !important;
		height: 552px;
		float: left;
		margin-right: 20px;
		box-shadow: 0 1px 15px #e2e2e2;
		margin-bottom: 20px;
	}

	h2.h2-big-gr {
		margin-top: 19px;
		color: #94b000;
		font-size: 26px;
		margin-bottom: 40px;
	}

	.container.clearfix.wertf {
		height: 100% !important;
	}

	.green-line-down {
		position: relative;
		height: 10px;
		width: 100%;
		background-size: contain !important;
		left: 0;
		background-repeat: no-repeat !important;
		background: url(/images/green-down.png);
		z-index: 8;
		margin-top: -33px;
	}

	.catitems_info {
		padding: 4px 0 !important;
	}

	.subsects {
		margin: 40px auto 35px;
		margin-top: 0;
		margin-bottom: 60px;
		padding-top: 0;
	}

	.green-line-up {
		position: relative;
		height: 7px;
		margin-top: 20px;
		margin-bottom: 20px;
		background-position-y: 0;
		width: 100%;
		background-size: contain !important;
		left: 0;
		background-repeat: inherit;
		background-repeat: no-repeat;
	}

	img.ugol {
		position: absolute;
		top: -2px;
		left: -1px;
		width: 20px !important;
		height: 20px !important;
	}

	.whywe__item:last-child {
		margin: 0 auto !important;
		width: 47% !important;
	}

	.whywe__item {
		margin: 0 !important;
		width: 50% !important;
	}

	.contacts-new {
		display: block;
	}

	.slogan-new {
		display: none;
	}

	.text-inslider {
		font-size: 8px !important;
	}

	.tophead .contacts-new {
		display: none;
	}

	.mainslider-block .bx-wrapper .bx-pager {
		bottom: 49px;
		padding: 0;
		display: none !important;
	}

	.tophead .social-new {
		display: none;
	}

	.main-header-menu {
		display: block;
		order: 2;
		position: absolute;
		width: 27px;
		height: 27px;
		background: url(../images/hamb.png) no-repeat;
		top: 36px !important;
		left: 15px;
		margin: 0;
	}

	.whywe__img {
		width: 150px;
		height: 150px;
		border: initial !important;
		border-radius: 80px;
		position: relative;
		margin: 0 auto;
	}

	.whywe__item .whywe__img img {
		width: 70px !important;
		height: 70px !important;
		margin: auto;
	}

	.container.clearfix.etaps-new-all {
		display: none;
	}

	.reqform input[type="submit"] {
		background: #ff891e;
		background: url(/images/bg-new-button.png);
		width: 260px;
		height: 50px;
		background-size: contain;
		border-radius: 40px;
		border: 0;
		text-transform: uppercase;
		color: #fff;
		cursor: pointer;
		margin: 0 auto;
		margin-top: 43px;
		margin-right: auto;
		margin-bottom: 0;
		margin-left: auto;
		display: block;
		margin-top: 9px;
		font-size: 18px;
		font-family: "OpenSans-Bold";
	}

	.reqform h3 {
		text-align: center !important;
		display: block;
		color: #fff !important;
		margin-bottom: 35px;
	}

	.main-bestsellers .itemlist__block {
		width: 100%;
		margin-right: 20px;
		float: left;
		box-shadow: 0 1px 15px #e2e2e2;
		margin-bottom: 20px;
		height: 528px;
		background: #fff;
	}

	.footer-block .contacts-new {
		width: 100%;
		color: #bdc3c0;
		line-height: 23PX;
		padding-top: 1PX;
		float: left;
	}

	span.text-inslider.price-main-slider.txt-1 {
		top: 21% !important;
		top: 21% !important;
		height: 17px;
		padding-top: 5px;
		font-size: 7px !important;
	}

	.sect-desc.mb40.clearfix h2,
	h3 {
		color: #106e16;
		font-size: 29px;
		text-transform: uppercase;
		padding-top: 20px;
		margin-bottom: 0;
	}
}

@media (min-width: 1899px) {
	ul.mainslider li {
		width: 100% !important;
	}

	ul.mainslider li img {
		background: #ffe4c4;
		width: 100% !important;
	}
}

@media (min-width: 1100px) {
	.center-nav .bx-pagination-container.row ul {
		clear: both !important;
		width: 71%;
	}
}
@media (max-width: 1200px) {
	.u-custom-wrapper .aside {
		width: 100%;
	}
		
	.u-custom-wrapper .content-aside {
		width: 100%;
	}	
}
.admin-h3 {
	margin: 0;
	padding: 0 10px;
}

.admin-menu {
	display: grid;
	grid-template-columns: 48% 48%;
	grid-column-gap: 4%;
}

.set-change-div {
	display: grid;
	grid-template-columns: 160px auto 90px;
	grid-column-gap: 10px;
}

.set-change-div>select {
	border: 1px solid #b4bd1a;
	border-radius: 5px;
	font-size: 14px;
	font-family: "OpenSans";
	padding: 10px 16px;
}

.text-field-descriptor {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 50px;
	font-size: 14px;
	font-family: "OpenSans";
	padding: 10px 16px;
}

.admin-menu-div {
	padding: 10px;
}

.admin-menu-div span {
	text-align: left;
	font-family: "OpenSans-Bold";
	font-size: 18px;
	display: block;
	width: 100%;
}

.admin-menu-div>form>div {
	margin: 5px 0;
}

.admin-menu-div>form>button {
	margin-top: 10px;
}

.admin-menu-div .select-checkbox {
	min-height: 500px;
	overflow: auto;
}

.admin-menu-div .select-checkbox input[type=checkbox] {
	margin-right: 5px;
}

.admin-menu-div .select-checkbox .inner-group {
	margin-left: 10px;
}

.admin-menu-div .input-field {
	width: 100%;
	height: 50px;
	border: 1px solid #b4bd1a;
	border-radius: 5px;
	font-size: 14px;
	font-family: "OpenSans";
	padding: 10px 16px;
}

.modal-table {
	position: fixed;
	top: 10%;
	bottom: 10%;
	left: 10%;
	right: 10%;
	z-index: 12120;
	display: none;
}

.modal-table .cancel-btn {
	float: left;
	background: #b40000;
	margin: 0 20px;
}

.modal-table .submit-btn {
	float: right;
	background: #239b23;
	margin: 0 20px;
}

.modal-table .full-modal-div {
	height: 100%;
	width: 100%;
}

.modal-table .modal-grid {
	display: grid;
	grid-row-gap: 10px;
	grid-template-rows: auto 50px;
}

.modal-table .table-div {
	overflow: auto;
}

.modal-table .table-div table {
	width: 100%;
	height: 1px;
}

.two-buttons-grid {
	display: block;
	margin: auto;
}

value-section label {
	float: left;
	width: 100%;
	cursor: pointer;
}

value-section label:hover {
	background: #94b00033;
}

button.ctg-btn {
	cursor: pointer;
	padding: 10px;
	margin-right: 18px;
	font-size: 13px;
	background: #94b000;
	color: #fff;
	text-transform: uppercase;
	border: none;
	margin-bottom: 15px;
}

div#category-buttons {
	text-align: center;
}

button.ctg-btn.active {
	border: 5px solid #ef7f1a;
	background: #ef7f1a;
}

div#calc-panels .panel {
	display: none;
}

.calc-descr {
	text-align: center;
	margin-bottom: 15px;
	color: #317e10;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
}

form#sendCalcMail label {
	width: 100%;
	display: block;
}

p.calc-user {
	width: 33.33333333333%;
	float: left;
}

p.calc-user label {
	text-align: center;
	color: #317e10;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 5px;
}

p.calc-user input {
	width: 95%;
	font-size: 15px;
	margin: 0 auto;
	display: block;
	height: 33px;
	padding: 6px;
	border-color: #94b00054;
}

p.calc-area textarea {
	padding: 6px;
	border-color: #94b00054;
	width: 100%;
	border: 2px solid #94b00054;
}

p.calc-area label {
	text-align: center;
	color: #317e10;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-top: 60px;
}

p.calc-file label {
	text-align: left;
	color: #317e10;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-top: 0;
	padding-left: 5px;
}

p.calc-file input {
	padding-left: 5px;
	margin-bottom: 15px;
}

input#sendCalcForm {
	margin: 0 auto;
	display: block;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	padding: 5px;
	border-radius: 9px;
	border-style: none;
	font-weight: 200;
	margin-bottom: 20px;
}

p.calc-file {
	padding: 6px;
	width: 100%;
}

p.calc-area {
	width: 100%;
	text-align: left;
	padding: 11px;
}

value-section label input {
	float: left;
	margin-top: 4px;
	margin-right: 6px;
}

index-section {
	margin-top: 0;
	display: inline-block;
	color: #317e10;
	font-weight: 600;
}

.section-result {
	display: flow-root;
	margin-bottom: 25px;
}

index-section {
	width: 19%;
	float: left;
}

value-section {
	width: 80%;
	float: left;
}

img.calc {
	position: fixed;
	/* right: 170px; */
	/* bottom: 88px; */
	right: 11%;
    bottom: 11px;
	padding: 11px;
	border-radius: 53px;
	height: 74px;
	background: #ef7f1a;
	/* z-index: 10000; */
	z-index: 11;
	cursor: pointer;
}

@media (max-width:576px) {
	img.calc {
		right: 40px;
		bottom: 180px;
		height: 70px;
	}
}

img.calc:hover {
	opacity: .8;
}

p.calc-status {
	color: green;
	background: #f4862140;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 17px;
}

value-section {
	width: 100%;
	float: left;
	padding: 8px;
	border: 2px solid #06060630;
	margin-top: 5px;
}

index-section {
	width: 100%;
	float: left;
}

index-section span {
	color: red;
	cursor: pointer;
}

p.calc-user span {
	color: red;
}

@media screen and (max-width: 749px) {
	p.calc-user {
		width: 100%;
		float: left;
		margin-bottom: 20px;
	}
}