/*
Theme Name: furniture
Theme URI: https://freelancehunt.com/freelancer/leshaabr2.html?r=5XEY
Author: Oleksiy Abrosimov
Author URI: https://freelancehunt.com/freelancer/leshaabr2.html?r=5XEY
Description:
Version: 3.3

*/

html body {
	padding: 0;
	margin: 0;
	word-break: break-word;
	color: #181818;
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body.overlayshown {
	max-height: calc(100vh - 100px);
	overflow: hidden;
}

input[type="number"],
input[type="text"],
input[type='tel'],
input[type='password'],
input[type='date'],
input[type="email"],
textarea,
html body {
	font-family: 'Gilroy';
	font-size: 16px;
}

@media (min-width: 992px) {
	#content_wrapper {
		min-height: calc(100vh - 330px);
	}
}

/*layout*/
*, ::after, ::before {
	box-sizing: border-box
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
	display: block
}

p {
	margin-top: 0;
	margin-bottom: 15px
}

sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	max-width: 1200px
}

.container.fullwidth {
	max-width: 100%;
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto, .u-column1.col-1, .u-column2.col-2 {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}

.col-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%
}

.col-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%
}

.col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}

.col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%
}

.col-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%
}

.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}

.col-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%
}

.col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%
}

.col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
}

.col-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%
}

.col-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%
}

.col-12, .u-column1.col-1, .u-column2.col-2 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

@media (min-width: 576px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}

	.col-sm-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}

	.col-sm-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}

	.col-sm-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}

	.col-sm-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-sm-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}

	.col-sm-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}

	.col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-sm-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}

	.col-sm-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}

	.col-sm-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-sm-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}

	.col-sm-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}

	.col-sm-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media (min-width: 768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}

	.col-md-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}

	.col-md-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}

	.col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}

	.col-md-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}

	.col-md-6, .u-column1.col-1, .u-column2.col-2 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-md-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}

	.col-md-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}

	.col-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-md-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}

	.col-md-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}

	.col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media (min-width: 992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}

	.col-lg-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}

	.col-lg-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}

	.col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-lg-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}

	.col-lg-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}

	.col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-lg-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}

	.col-lg-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}

	.col-lg-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-lg-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}

	.col-lg-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}

	.col-lg-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media (min-width: 1200px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}

	.col-xl-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}

	.col-xl-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}

	.col-xl-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-xl-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}

	.col-xl-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}

	.col-xl-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-xl-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}

	.col-xl-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}

	.col-xl-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-xl-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}

	.col-xl-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}

	.col-xl-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

.d-none {
	display: none !important
}

.d-inline {
	display: inline !important
}

.d-inline-block {
	display: inline-block !important
}

.d-block {
	display: block !important
}

.d-table {
	display: table !important
}

.d-flex {
	display: -ms-flexbox !important;
	display: flex !important
}

.d-inline-flex {
	display: -ms-inline-flexbox !important;
	display: inline-flex !important
}

@media (min-width: 576px) {
	.d-sm-none {
		display: none !important
	}

	.d-sm-inline-block {
		display: inline-block !important
	}

	.d-sm-block {
		display: block !important
	}

	.d-sm-flex {
		display: -ms-flexbox !important;
		display: flex !important
	}
}

@media (min-width: 768px) {
	.d-md-none {
		display: none !important
	}

	.d-md-inline-block {
		display: inline-block !important
	}

	.d-md-block {
		display: block !important
	}

	.d-md-flex {
		display: -ms-flexbox !important;
		display: flex !important
	}
}

@media (min-width: 992px) {
	.d-lg-none {
		display: none !important
	}

	.d-lg-block {
		display: block !important
	}

	.d-lg-inline-block {
		display: inline-block !important
	}

	.d-lg-flex {
		display: -ms-flexbox !important;
		display: flex !important
	}
}

@media (min-width: 1200px) {
	.d-xl-none {
		display: none !important
	}

	.d-xl-inline-block {
		display: inline-block !important
	}

	.d-xl-block {
		display: block !important
	}

	.d-xl-flex {
		display: -ms-flexbox !important;
		display: flex !important
	}
}

.align-top {
	vertical-align: top !important
}

.align-middle {
	vertical-align: middle !important
}

.align-bottom {
	vertical-align: bottom !important
}

.align-text-bottom {
	vertical-align: text-bottom !important
}

.align-text-top {
	vertical-align: text-top !important
}

.clearfix {
	clear: both;
	width: 100%;
	float: none
}

.clearfix::after {
	display: block;
	clear: both;
	content: ""
}

.flex-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important
}

.justify-content-start {
	-ms-flex-pack: start !important;
	justify-content: flex-start !important
}

.justify-content-end {
	-ms-flex-pack: end !important;
	justify-content: flex-end !important
}

.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important
}

.justify-content-between {
	-ms-flex-pack: justify !important;
	justify-content: space-between !important
}

.justify-content-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important
}

.align-items-start {
	-ms-flex-align: start !important;
	align-items: flex-start !important
}

.align-items-end {
	-ms-flex-align: end !important;
	align-items: flex-end !important
}

.align-items-center {
	-ms-flex-align: center !important;
	align-items: center !important
}

.align-items-baseline {
	-ms-flex-align: baseline !important;
	align-items: baseline !important
}

.align-items-stretch {
	-ms-flex-align: stretch !important;
	align-items: stretch !important
}

.align-content-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important
}

.align-content-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important
}

.align-content-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important
}

.align-content-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important
}

.align-content-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important
}

.align-self-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important
}

.align-self-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important
}

.align-self-center {
	-ms-flex-item-align: center !important;
	align-self: center !important
}

.align-self-stretch {
	-ms-flex-item-align: stretch !important;
	align-self: stretch !important
}

.float-left {
	float: left !important
}

.float-right {
	float: right !important
}

.float-none {
	float: none !important
}

.overflow-auto {
	overflow: auto !important
}

.overflow-hidden {
	overflow: hidden !important
}

.position-relative {
	position: relative !important
}

.position-absolute {
	position: absolute !important
}

.position-fixed {
	position: fixed !important
}

.flex-column {
	-ms-flex-direction: column !important;
	flex-direction: column !important
}

@media (min-width: 768px) {
	.col-md-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
}

@media (min-width: 992px) {
	.col-lg-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
}

@media (min-width: 1200px) {
	.col-xl-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
}

.screen-reader-text {
	display: none !important;
}

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

img.aligncenter {
	margin: 15px auto;
	float: none;
	display: block
}

.wp-caption {
	max-width: 100%;
}

/*color*/
a {
	text-decoration: none;
	outline: 0;
	transition: all ease .25s
}

a:hover {
	text-decoration: none
}

/*black*/
.f000, .f000 a, a.f000 {
	color: #181818
}

/*white*/
.text-white, .text-white a, a.text-white {
	color: #fff
}

/*primary color*/
a, .f86C687, .f86C687 a, a.f86C687, a.f191716:hover, a.f000:hover, .f000:hover a, a.text-white:hover {
	color: #86C687
}

/*secondary color*/
.f191716, .f191716 a, a.f191716, a.f86C687:hover, .f86C687:hover a, a:hover {
	color: #191716
}

.green_after:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -10px;
	height: 9px;
	border-radius: 0 0 10px 10px;
	background: #7DBB7E;
	width: calc(100% - 60px);
	left: 30px;
}

.green_before:before {
	content: '';
	display: block;
	position: absolute;
	top: -9px;
	height: 9px;
	border-radius: 10px 10px 0 0;
	background: #7DBB7E;
	width: calc(100% - 60px);
	left: 30px;
}

/*background color*/
.bgfff {
	background-color: #fff
}

.bg000 {
	background-color: #181818
}

.bg86C687 {
	background-color: #86C687
}

.green_gradient {
	background: linear-gradient(180deg, #86C687 0%, #73AD74 100%);
}

.cover_bg {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat
}

.contain_image, .cover_image {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: block
}

.cover_image > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center
}

.contain_image > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center
}

/*shadow */
.box_shad {
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.06);
}

/*font sizes*/
.f0 {
	font-size: 0 !important
}

.f10 {
	font-size: 10px
}

.f12 {
	font-size: 12px
}

.f13 {
	font-size: 13px;
}

.f14 {
	font-size: 14px
}

.f15 {
	font-size: 15px
}

.f16, .f18, .f20 {
	font-size: 16px
}

h3, .f22, .f24 {
	font-size: 20px
}

h2, .f26, .f30, .f36 {
	font-size: 24px
}

h1, .f40, .f45, .f50, .f50 h1, .f55, .f60, .f70, .f80 {
	font-size: 28px
}

/*font styling*/
.text-underline {
	text-decoration: underline
}

.text-justify {
	text-align: justify !important
}

.text-left {
	text-align: left !important
}

.text-right {
	text-align: right !important
}

.text-center {
	text-align: center !important
}

.text-lowercase {
	text-transform: lowercase !important
}

.text-uppercase {
	text-transform: uppercase !important
}

.font-italic {
	font-style: italic !important
}

ins {
	text-decoration: none
}

.text-capitalize {
	text-transform: capitalize !important
}

.overflowscroll {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

.overflowscroll::-webkit-scrollbar {
	display: none;
}

.cursor-pointer {
	cursor: pointer;
}

.border5 {
	border-radius: 5px;
}

.border10 {
	border-radius: 10px;
}

.border20 {
	border-radius: 20px;
}

.border50 {
	border-radius: 50%;
}

.border100 {
	border-radius: 100%;
}

/*line height*/
.l1 {
	line-height: 1
}

.l12 {
	line-height: 1.2
}

.l15 {
	line-height: 1.5
}

.l2 {
	line-height: 2
}

.l30 {
	line-height: 30px
}

.l40 {
	line-height: 40px
}

.l50 {
	line-height: 50px
}

/*heights and widths*/
.w-100 {
	width: 100% !important
}

.w-auto {
	width: auto !important
}

.h-100 {
	height: 100% !important
}

.h-auto {
	height: auto !important
}

.h30 {
	height: 30px
}

.h40 {
	height: 40px
}

.h50 {
	height: 50px
}

/*font weight*/
.f100 {
	font-weight: 100
}

.f200 {
	font-weight: 200
}

.f300 {
	font-weight: 300
}

.f400 {
	font-weight: 400
}

.f500, h3, h2 {
	font-weight: 500
}

.f600 {
	font-weight: 600
}

.f700, .fbold, strong {
	font-weight: 700
}

.f800 {
	font-weight: 800
}

.f900 {
	font-weight: 900
}


/* margins */
h1, h2, h3, h4, h5, h6 {
	margin: 0
}

.m-auto {
	margin: auto !important
}

.mt-auto, .my-auto {
	margin-top: auto !important
}

.mr-auto, .mx-auto {
	margin-right: auto !important
}

.mb-auto, .my-auto {
	margin-bottom: auto !important
}

.ml-auto, .mx-auto {
	margin-left: auto !important
}

.m-0 {
	margin: 0 !important
}

.mt-0, .my-0 {
	margin-top: 0 !important
}

.mr-0, .mx-0 {
	margin-right: 0 !important
}

.mb-0, .my-0 {
	margin-bottom: 0 !important
}

.ml-0, .mx-0 {
	margin-left: 0 !important
}

.mb0, .mb0 p:last-of-type, .mb-0, .mb-0 p:last-of-type {
	margin-bottom: 0
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px
}

.mb15 {
	margin-bottom: 15px
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px
}

.mt15 {
	margin-top: 15px
}

.ml5 {
	margin-left: 5px;
}

.ml10 {
	margin-left: 10px
}

.ml15 {
	margin-left: 15px
}

.mr5 {
	margin-right: 5px;
}

.mr10 {
	margin-right: 10px
}

.mr15 {
	margin-right: 15px
}

.post_content h2,
.post_content h3, .mb20, .mbres20, .mb30, .mb40, .mb50, .mb60, .mb70, .mb80 {
	margin-bottom: 20px
}

.post_content h3:not(:first-child), .post_content h2:not(:first-child), .mt20, .mt30, .mt40, .mt50, .mt60, .mt70, .mt80 {
	margin-top: 20px
}

.mr20, .mr30, .mr40 {
	margin-right: 20px
}

.ml20, .ml30, .ml40 {
	margin-left: 20px
}

.mbres30 {
	margin-bottom: 30px;
}

.mbres40 {
	margin-bottom: 40px;
}

/*paddings*/
.p-0 {
	padding: 0 !important
}

.pt-0, .py-0 {
	padding-top: 0 !important
}

.pr-0, .px-0 {
	padding-right: 0 !important
}

.pb-0, .py-0 {
	padding-bottom: 0 !important
}

.pl-0, .px-0 {
	padding-left: 0 !important
}

.pl5 {
	padding-left: 5px
}

.pl10 {
	padding-left: 10px
}

.pl15 {
	padding-left: 15px
}

.pr5 {
	padding-right: 5px
}

.pr10 {
	padding-right: 10px
}

.pr15 {
	padding-right: 15px
}

.pt5 {
	padding-top: 5px
}

.pt10 {
	padding-top: 10px
}

.pt15 {
	padding-top: 15px
}

.pb5 {
	padding-bottom: 5px
}

.pb10 {
	padding-bottom: 10px
}

.pb15 {
	padding-bottom: 15px
}

.pl20, .pl30, .pl40, .pl50 {
	padding-left: 20px
}

.pr20, .pr30, .pr40, .pr50 {
	padding-right: 20px
}

.pt20, .pt30, .pt40, .pt50, .pt60, .pt70, .pt80 {
	padding-top: 20px
}

.pb20, .pb30, .pb40, .pb50, .pb60, .pb70, .pb80 {
	padding-bottom: 20px
}


@media (max-width: 767px) {
	.d-flex.respcenter, .row.respcenter {
		justify-content: center;
	}

	.respcenter, .respcenter.text-right, .respcenter.text-left {
		text-align: center !important
	}

	.row.respreverse > .col-12:nth-child(1),
	.d-flex.respreverse > .col-12:nth-child(1) {
		order: 20
	}

	.row.respreverse > .col-12:nth-child(2),
	.d-flex.respreverse > .col-12:nth-child(2) {
		order: 10
	}

	.row.respreverse > .col-12:nth-child(3),
	.d-flex.respreverse > .col-12:nth-child(3) {
		order: 5
	}
}

@media (min-width: 768px) {
	/*font sizes*/
	.comments-form-wrap h3.comment-reply-title, .post_content h3, h3, .f22, .f24 {
		font-size: 22px
	}

	h2, .related h2, .f26, .f30, .f36 {
		font-size: 26px
	}

	h1, .f40, .f45, .f50, .f50 h1, .f55, .f60, .f70, .f80 {
		font-size: 30px
	}

	/*margins*/
	.mbres20, .mbres30, .mbres40 {
		margin-bottom: 0
	}

	.post_content h2, .post_content h3, .mb30, .mb40, .mb50, .mb60, .mb70, .mb80 {
		margin-bottom: 30px
	}

	.post_content h2:not(:first-child), .post_content h3:not(:first-child), .mt30, .mt40, .mt50, .mt60, .mt70, .mt80 {
		margin-top: 30px
	}

	.mr30 {
		margin-right: 30px
	}

	.mr40 {
		margin-right: 40px
	}

	.ml30 {
		margin-left: 30px
	}

	.ml40 {
		margin-left: 40px
	}

	/*paddings*/
	.pl30, .pl40, .pl50 {
		padding-left: 30px
	}

	.pr30, .pr40, .pr50 {
		padding-right: 30px
	}

	.pt30, .pt40, .pt50, .pt60, .pt70, .pt80 {
		padding-top: 30px
	}

	.pb30, .pb40, .pb50, .pb60, .pb70, .pb80 {
		padding-bottom: 30px
	}

	#scroll_bt {
		height: 45px !important;
		line-height: 45px !important;
		width: 45px;
		font-size: 20px;
	}

}

@media (min-width: 992px) {
	/*font sizes*/
	h1 {
		font-size: 30px
	}

	h2 {
		font-size: 24px
	}

	h3 {
		font-size: 24px
	}

	.f15 {
		font-size: 15px
	}

	.f16 {
		font-size: 16px
	}

	.f18 {
		font-size: 18px
	}

	.f20 {
		font-size: 20px
	}

	.f22 {
		font-size: 22px
	}

	.f24 {
		font-size: 24px
	}

	.f26 {
		font-size: 26px
	}

	.f30 {
		font-size: 30px
	}

	.comments-form-wrap h3.comment-reply-title, .post_content h3, .related h2, .f36 {
		font-size: 36px
	}

	.f40 {
		font-size: 40px
	}

	.f45 {
		font-size: 45px
	}

	.f50, .f50 h1 {
		font-size: 50px
	}

	.f55 {
		font-size: 55px
	}

	.f60 {
		font-size: 60px
	}

	.f70 {
		font-size: 70px
	}

	.f80 {
		font-size: 80px
	}

	/* margins */
	.mb30 {
		margin-bottom: 30px
	}

	.post_content h2, .post_content h3, .mb40 {
		margin-bottom: 40px
	}

	.mb50 {
		margin-bottom: 50px
	}

	.mb60 {
		margin-bottom: 60px
	}

	.mb70 {
		margin-bottom: 70px
	}

	.mb80 {
		margin-bottom: 80px
	}

	.mt30 {
		margin-top: 30px
	}

	.post_content h3, .mt40 {
		margin-top: 40px
	}

	.mt50 {
		margin-top: 50px
	}

	.mt60 {
		margin-top: 60px
	}

	.mt70 {
		margin-top: 70px
	}

	.mt80 {
		margin-top: 80px
	}

	.mr30 {
		margin-right: 30px
	}

	.ml30 {
		margin-left: 30px
	}

	/*paddings*/
	.pl30 {
		padding-left: 30px
	}

	.pl40 {
		padding-left: 40px
	}

	.pl50 {
		padding-left: 50px
	}

	.pr10 {
		padding-right: 10px
	}

	.pr15 {
		padding-right: 15px
	}

	.pr20 {
		padding-right: 20px
	}

	.pr30 {
		padding-right: 30px
	}

	.pr40 {
		padding-right: 40px
	}

	.pr50 {
		padding-right: 50px
	}

	.pt10 {
		padding-top: 10px
	}

	.pt15 {
		padding-top: 15px
	}

	.pt20 {
		padding-top: 20px
	}

	.pt30 {
		padding-top: 30px
	}

	.pt40 {
		padding-top: 40px
	}

	.pt50 {
		padding-top: 50px
	}

	.pt60 {
		padding-top: 60px
	}

	.pt70 {
		padding-top: 70px
	}

	.pt80 {
		padding-top: 80px
	}

	.pb10 {
		padding-bottom: 10px
	}

	.pb15 {
		padding-bottom: 15px
	}

	.pb20 {
		padding-bottom: 20px
	}

	.pb30 {
		padding-bottom: 30px
	}

	.pb40 {
		padding-bottom: 40px
	}

	.pb50 {
		padding-bottom: 50px
	}

	.pb60 {
		padding-bottom: 60px
	}

	.pb70 {
		padding-bottom: 70px
	}

	.pb80 {
		padding-bottom: 80px
	}

	.sticky_block {
		position: sticky !important;
		top: 50px;
	}

	.admin-bar .sticky_block {
		position: sticky !important;
		top: 82px;
	}

}

/*modals*/
.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5
}

.close:hover {
	color: #000;
	text-decoration: none
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
	opacity: .75
}

button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

a.close.disabled {
	pointer-events: none
}

.modal-open {
	overflow: hidden
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none
}

.modal.fade .modal-dialog {
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
	-webkit-transform: translate(0, -50px);
	transform: translate(0, -50px)
}

@media (prefers-reduced-motion: reduce) {
	.modal.fade .modal-dialog {
		transition: none
	}
}

.modal.show .modal-dialog {
	-webkit-transform: none;
	transform: none
}

.modal.modal-static .modal-dialog {
	-webkit-transform: scale(1.02);
	transform: scale(1.02)
}

.modal-dialog-scrollable {
	display: -ms-flexbox;
	display: flex;
	max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
	max-height: calc(100vh - 1rem);
	overflow: hidden
}

.modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
	overflow-y: auto
}

.modal-dialog-centered {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
	display: block;
	height: calc(100vh - 1rem);
	content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
	max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
	content: none
}

.modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 10px;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem;
	outline: 0
}

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000
}

.modal-backdrop.fade {
	opacity: 0
}

.modal-backdrop.show {
	opacity: .5
}

.modal-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .close {
	padding: 1rem 1rem;
	margin: -1rem -1rem -1rem auto
}

.modal-title {
	margin-bottom: 0;
}

.modal-body {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 0
}

.modal-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: .75rem;
	border-top: 1px solid #dee2e6;
	border-bottom-right-radius: calc(.3rem - 1px);
	border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer > * {
	margin: .25rem
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media (min-width: 576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto
	}

	.modal-dialog-scrollable {
		max-height: calc(100% - 3.5rem)
	}

	.modal-dialog-scrollable .modal-content {
		max-height: calc(100vh - 3.5rem)
	}

	.modal-dialog-centered {
		min-height: calc(100% - 3.5rem)
	}

	.modal-dialog-centered::before {
		height: calc(100vh - 3.5rem)
	}

	.modal-sm {
		max-width: 300px
	}
}

@media (min-width: 992px) {
	.modal-lg, .modal-xl {
		max-width: 800px
	}
}

@media (min-width: 1200px) {
	.modal-xl {
		max-width: 1140px
	}
}

.modal button.close {
	position: absolute !important;
	right: 10px;
	top: 10px;
	width: 20px !important;
	font-size: 0 !important;
	margin: 0;
	background: transparent !important;
	opacity: 1 !important;
	padding: 0 !important;
	color: #000 !important;
	line-height: 20px !important;
	height: 20px !important;
	z-index: 1;
}

.modal button.close > i {
	display: block;
}

.modal-header {
	border-bottom: none;
	padding: 0;
	z-index: 1000;
}

.modal-body {
	padding: 0;
	margin-top: 20px;
}

.modal_form_wr div.wpcf7 {
	margin: 0 auto;
}

@media (min-width: 576px) {
	.modal-dialog {
		max-width: 610px;
	}
}

@media (min-width: 768px) {
	.modal-content {
		padding: 20px 30px;
	}

	.modal button.close {
		right: 30px;
		top: 20px;
	}
}

/*iframe*/
.iframe_wr {
	position: relative
}

.iframe_wr iframe, .iframe_wr video {
	width: 100%;
	height: 100%;
	display: block;
	border: none;
	object-fit: contain;
}

iframe, video {
	max-width: 100%
}

/*inputs*/
label {
	display: inline-block;
	margin-bottom: 10px
}

textarea {
	overflow: auto;
	resize: vertical
}

select {
	word-wrap: normal;
	border-radius: 48px;
	border: 1px solid #e5e5e5;
	height: 47px;
	line-height: 45px;
	text-align: center;
	color: #282834;
	font-size: 14px;
	padding-left: 25px;
	padding-right: 25px;
	-webkit-appearance: none;
	-moz-appearance: none;
	transition: all 0.3s ease;
	width: 100%;
	-ms-appearance: none;
	appearance: none !important;
	position: relative;
	background-image: url(images/down-arrow.svg);
	background-position: calc(100% - 20px) center;
	background-repeat: no-repeat;
	background-size: 10px;
	background-color: #fff;
	outline: 0
}

select::-ms-expand {
	display: none
}

mark {
	background-color: transparent;
	color: inherit;
}

input[type=password],
input[type=date],
input[type=tel],
[type=email],
[type=text],
input[type="number"] {
	-moz-appearance: none;
	-webkit-appearance: none;
}

.wpcf7-form-control-wrap input[type=date],
.wpcf7-form-control-wrap input[type=tel],
.wpcf7-form-control-wrap input[type=email],
.wpcf7-form-control-wrap input[type=text],
input[type="text"],
input[type=tel],
input[type=password],
input[type=date],
input[type="email"] {
	height: 50px;
	line-height: 1;
	width: 100%;
	outline: none;
	border: 1px solid #cecece;
	border-radius: 5px;
	padding: 0 30px;
	box-shadow: none !important;
	font-size: 14px;
	font-family: inherit;
}

form.comment-form textarea,
.wpcf7-form-control-wrap textarea {
	box-sizing: border-box;
	outline: none;
	width: 100%;
	height: 200px;
	border: 1px solid #cecece;
	background-color: #fff !important;
	border-radius: 5px;
	background-clip: border-box;
	display: block;
	margin: 0 auto;
	color: #000;
	padding: 22px 26px;
	font-family: inherit;
	box-shadow: none !important;
	font-weight: 400;
}

@media (min-width: 1200px) {
	.wpcf7-form-control-wrap input[type=date],
	.wpcf7-form-control-wrap input[type=tel],
	.wpcf7-form-control-wrap input[type=email],
	.wpcf7-form-control-wrap input[type=text],
	input[type="text"],
	input[type=tel],
	input[type=password],
	input[type=date],
	input[type="email"] {
		height: 55px;
	}
}

.wpcf7-form br {
	display: none;
}

button.wpcf7-submit > span {
	z-index: 11;
	background: linear-gradient(180deg, #86C687 0%, #73AD74 100%);
}

button.wpcf7-submit > span:before {
	content: '';
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	background: url('images/ico_calc_bt.svg') center no-repeat;
}

button#submit71.wpcf7-submit > span:before {
	background: url('images/ico_finger.svg') center no-repeat;
}

form button.wpcf7-submit:after {
	z-index: 1;
}

/*
::-webkit-input-placeholder,
::-moz-placeholder,
:-moz-placeholder,
:-ms-input-placeholder,
 */
::placeholder {
	color: #757575;
	line-height: 1;
	font-style: normal;
}


.file_upload_wr {
	height: 50px;
	align-items: center;
	width: 100%;
	outline: none;
	border: 1px solid #181818;
	border-radius: 5px;
	background-color: #fff;
	outline: none;
	padding: 0 15px 0 30px;
}

.file_upload_wr .wpcf7-form-control-wrap {
	height: 50px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	display: block;
}

.wpcf7-form label.cf7_file_upload {
	height: 48px;
	line-height: 48px;
	position: absolute;
	left: 30px;
	top: 0;
	z-index: 1;
	color: #181818;
	cursor: pointer;
	text-align: right;
	background: #fff;
	margin-bottom: 0;
	font-size: 16px;
	text-transform: none;
	width: 145px;
	text-align: left;
}

@media (min-width: 1200px) {
	.file_upload_wr .wpcf7-form-control-wrap,
	.file_upload_wr {
		height: 55px;
	}

	.wpcf7-form label.cf7_file_upload {
		height: 53px;
		line-height: 53px;
	}
}

.file_upload_wr:hover {
	color: #86C687;
	border-color: #86C687;
}

.file_upload_wr:hover label.cf7_file_upload {
	color: #86C687;
}

div.wpcf7 input[type="file"] {
	left: 60px;
	position: absolute;
	top: calc(50% - 10px);
	height: 20px;
	outline: none;
	font-family: inherit;
}

@media (max-width: 767px) {
	div.wpcf7 input[type="file"] {
		left: 68px;
	}
}

.ct_name_wr .wpcf7-form-control-wrap input[type=text],
.ct_phone_wr .wpcf7-form-control-wrap input[type=tel] {
	padding-left: 90px;
}

.ct_name_wr .wpcf7-form-control-wrap:before,
.ct_phone_wr .wpcf7-form-control-wrap:before {
	content: '\e800';
	font-family: 'fontello';
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 20px;
	height: 20px;
	left: 20px;
	top: calc(50% - 10px);
	color: #cecece;
}

.ct_name_wr .wpcf7-form-control-wrap:before {
	content: '\f2c0';
}

.ct_name_wr .wpcf7-form-control-wrap:after,
.ct_phone_wr .wpcf7-form-control-wrap:after {
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	height: 26px;
	left: 62px;
	top: calc(50% - 13px);
	background: #cecece;
}


/*tables*/
.table {
	width: 100%;
	margin-bottom: 1rem
}

.table td, .table th {
	vertical-align: top
}

.table thead th {
	vertical-align: bottom
}

.table-sm td, .table-sm th {
	padding: .3rem
}


/*aiowps start*/
.aiowps-captcha-equation,
.aiowps-captcha {
	width: 100%;
	margin-bottom: 20px;
}

#aiowps-captcha-answer {
	max-width: 200px;
}

.rc-anchor {
	display: none !important;
}

/*aiowps end*/
/*header*/
header.header {
	z-index: 111;
	background: #fff;
	height: 65px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
	top: 0;
	left: 0;
}

body.transparent_header header.header {
	background: transparent;
}

.logo_des {
	color: #A6A6A6;
	max-width: 153px;
}

.logo_des:before {
	content: '';
	width: 1px;
	height: 44px;
	background: #A6A6A6;
	position: absolute;
	left: 0;
	top: calc(50% - 22px);
}

.ft_soc_wr a,
.hd_soc_wr a {
	width: 30px;
	height: 30px;
	background: linear-gradient(180deg, #86C687 0%, #629363 100%);
	font-size: 12px;
}

.ft_soc_wr a,
.hd_soc_wr a:nth-last-child(n+2) {
	margin-right: 10px
}

@media (max-width: 1199px) {
	.hd_ct_wr {
		margin-left: auto;
	}

	.hd_soc_wr {
		box-shadow: 0px 20px 50px 0px #00000014;
		padding: 5px;
		border-radius: 50px;
		margin-bottom: 5px;
	}

	.ft_soc_wr a,
	.hd_ct_wr > a {
		order: 10;
		font-size: 12px;
		text-decoration: underline;
	}
}

@media (min-width: 1200px) {
	.hd_soc_wr {
		margin-top: 5px;
	}

	.hd_soc_wr a {
		width: 41px;
		height: 41px;
		font-size: 14px;

	}

	.hd_soc_wr a:nth-last-child(n+2) {
		margin-right: 13px
	}
}

header.header.scrolled_header .header_logo,
header.header.scrolled_header .header_logo img {
	max-height: 28px;
	width: auto;
}

header.header.position-fixed.scrolled_header {
	height: 65px;
	transform: translate(0, 0);
	background-color: #fff;
	z-index: 111111;
}

.admin-bar header.header.position-fixed.scrolled_header {
	transform: translate(0, -46px);
}

body.modal-open header.header.position-fixed.scrolled_header {
	z-index: 1;
}

.admin-bar.modal-open #wpadminbar {
	display: none;
}

.header_logo,
.header_logo img {
	transition: all ease .3s;
	height: 28px;
	width: 100px;
}

header.header.position-fixed + #content_wrapper {
	padding-top: 65px;
}

@media (min-width: 375px) {
	.header_logo,
	.header_logo img {
		height: 44px;
		width: 159px;
	}

	header.header.scrolled_header .header_logo,
	header.header.scrolled_header .header_logo img {
		max-height: 28px;
	}
}

@media (max-width: 600px) {
	.admin-bar header.header.position-fixed {
		top: 46px;
	}
}

@media (min-width: 601px) and (max-width: 782px) {
	.admin-bar header.header.position-fixed {
		top: 46px;
	}
}

@media (min-width: 782px) {
	.admin-bar header.header.position-fixed.scrolled_header {
		transform: translate(0, -32px);
	}

	.admin-bar header.header.position-fixed {
		top: 32px;
	}

	header.header.position-fixed.scrolled_header {
		transform: translate(0, 0);
	}
}

@media (min-width: 1200px) {
	header.header {
		height: 150px;
		padding-top: 15px;
	}

	header.header.position-fixed + #content_wrapper {
		padding-top: 150px;
	}

	.header_logo,
	.header_logo img {
		height: 44px;
		width: 159px;
	}

	header.header.position-fixed.scrolled_header {
		height: 110px;
		padding-top: 5px;
	}

	header.header.position-fixed.scrolled_header .navbar {
		margin-top: 5px;
	}

	header.header.position-fixed.scrolled_header a.button {
		line-height: 35px;
		height: 35px;
	}

	header.header.position-fixed.scrolled_header a.button.bordered_bt {
		line-height: 33px;
	}

	header.header.position-fixed.scrolled_header .hd_soc_wr a {
		width: 30px;
		height: 30px;
	}
}

/*menu start*/
.navbar li.models_absent,
.page-template-page-cat .navbar li.models_present,
.page-template-page-home .navbar li.models_present,
.navbar li.faq_absent,
.page-template-page-cat .navbar li.faq_present,
.page-template-page-home .navbar li.faq_present,
.navbar li.manufacture_absent,
.page-template-page-cat .navbar li.manufacture_present,
.page-template-page-home .navbar li.manufacture_present,
.navbar li.reviews_absent,
.page-template-page-cat .navbar li.reviews_present,
.page-template-page-home .navbar li.reviews_present,
.navbar li.quiz_absent,
.page-template-page-cat .navbar li.quiz_present,
.page-template-page-home .navbar li.quiz_present {
	display: block;
}


.navbar li.models_present,
.page-template-page-cat .navbar li.models_absent,
.page-template-page-home .navbar li.models_absent,
.navbar li.faq_present,
.page-template-page-cat .navbar li.faq_absent,
.page-template-page-home .navbar li.faq_absent,
.navbar li.manufacture_present,
.page-template-page-cat .navbar li.manufacture_absent,
.page-template-page-home .navbar li.manufacture_absent,
.navbar li.reviews_present,
.page-template-page-cat .navbar li.reviews_absent,
.page-template-page-home .navbar li.reviews_absent,
.navbar li.quiz_present,
.page-template-page-cat .navbar li.quiz_absent,
.page-template-page-home .navbar li.quiz_absent {
	display: none;
}

.zindex1000 {
	z-index: 100000 !important;
	overflow: visible !important;
}

.menu_close {
	display: block;
	cursor: pointer;
	z-index: 11111;
}

.menu_toggler {
	width: 35px;
	height: 20px;
	border-top: 1px solid #1F1F1F;
}

.menu_toggler:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	width: 25px;
	top: calc(50% - 1px);
	border-top: 1px solid #7AB67B;
}

.menu_toggler:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	height: 1px;
	width: 14px;
	bottom: 0;
	border-bottom: 1px solid #1F1F1F;
}

header.header .navbar {
	padding-top: 10px;
	padding-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
	display: none;
	position: fixed;
	z-index: 111111;
	top: 0;
	left: 0;
	bottom: 0;
	background: #fff;
	height: 100vh;
	overflow: auto;
	width: 290px;
}

header.header ul.nav {
	list-style: none;
	width: 100%;
	padding: 0;
	margin-top: 0;
	overflow: auto;
	margin-bottom: 0;
	flex-direction: column;
}

.navbar li {
	position: relative;
	width: 100%;
	display: block;
}

.navbar li a:not([href]):not([tabindex]),
.navbar li a {
	color: #181818;
	text-decoration: none;
	padding: 10px 0;
	display: block;
	width: 100%;
	font-size: 14px;
	position: relative;
}

.navbar .menu > li > a:not([href]):not([tabindex]),
.navbar .menu > li > a {
	text-transform: uppercase;
}

.navbar li:hover > a,
.navbar li:hover > a:not([href]):not([tabindex]) {
	color: #86C687 !important;
}

.has_children_link {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 0;
	top: 2px;
	z-index: 111;
}

.sub-menu .has_children_link {
	top: -2px;
}

.has_children_link:after {
	content: '\f107';
	font-size: 16px;
}

.expanded > a .has_children_link:after {
	content: '\f106';
}

header.header ul.sub-menu {
	display: none;
	z-index: -1;
	list-style: none;
	padding: 0;
}

header.header .expanded > ul.sub-menu {
	display: block;
}

.navbar li.menu-item-has-children a {
	padding-right: 30px;
}

header.header ul.sub-menu li a {
	display: block;
	position: relative;
	font-size: 16px;
	padding: 5px 0;
}

/*
header.header ul.sub-menu li{
	padding-left: 20px;
}
 */
/*
header.header ul.sub-menu li:before{
	content:'\f105';
	display: block;
	position: absolute;
	left: 0;
	top: 4px;
	width: 15px;
	height: 15px;
	z-index: 1;
}
 */
@media (min-width: 783px) {
	.admin-bar header.header .navbar {
		padding-top: 32px;
	}
}

@media (min-width: 1200px) {
	/*header & menu start*/
	.admin-bar header.header .navbar {
		top: unset;
	}

	header.header .navbar {
		padding-top: unset !important;
		padding-bottom: unset;
		padding-left: unset;
		padding-right: unset;
		position: relative;
		top: unset;
		left: unset;
		right: unset;
		bottom: unset;
		background: transparent;
		height: auto;
		width: calc(100% - 30px);
		z-index: 1;
		overflow: unset;
		box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
		border-radius: 5px;
		margin-top: 15px;
		margin-left: 15px;
		background: #fff;
	}

	header.header ul.nav {
		flex-direction: row;
		height: auto;
		overflow: unset;
	}

	.navbar li {
		width: auto;
	}

	.navbar li a:not([href]):not([tabindex]),
	.navbar li a {
		padding: 0 9px;
		display: block;
		justify-content: unset;
	}

	.navbar .menu > li > a:not([href]):not([tabindex]),
	.navbar .menu > li > a {
		padding: 15px 7.5px;
	}

	.navbar li.menu-item-has-children a {
		padding-right: 15px;
	}

	.navbar .menu > li.menu_cat_link a:not([href]):not([tabindex]),
	.navbar .menu > li.menu_cat_link > a {
		padding: 15px 15px 15px 40px;
		background: linear-gradient(180deg, #86C687 0%, #73AD74 100%);
		color: #fff;
		font-weight: 700;
		border-radius: 5px 0 0 5px;
	}

	.navbar .menu > li.menu_cat_link:hover a:not([href]):not([tabindex]),
	.navbar .menu > li.menu_cat_link:hover > a {
		color: #181818 !important;
	}

	.navbar .menu > li.menu_cat_link a:not([href]):not([tabindex]):before,
	.navbar .menu > li.menu_cat_link > a:before {
		content: '';
		display: block;
		position: absolute;
		left: 20px;
		width: 10px;
		height: 10px;
		top: calc(50% - 5px);
		background: url('images/ico_squares.svg') center no-repeat;
	}

	.navbar .menu > li.menu_cat_link > a .has_children_link {
		display: none;
	}

	.navbar li a:not([href]):not([tabindex]),
	.navbar li a,
	.has_children_link,
	header.header ul.sub-menu li a {
		font-size: 13px;
		color: #181818;
	}

	.navbar li:hover > a,
	.navbar li:hover > a:not([href]):not([tabindex]) {
		color: #86C687 !important;
		text-decoration: underline;
	}

	.navbar li:hover > a > .has_children_link:after {
		content: '\f106';
	}

	.has_children_link {
		width: 16px;
		height: 16px;
		line-height: 16px;
		margin-left: 0;
		right: -2px;
		top: calc(50% - 8px);
	}

	.sub-menu .has_children_link {
		top: calc(50% - 8px);
		right: 5px;
		transform: rotate(270deg);
	}

	.navbar ul.nav > li.menu-item-has-children:hover:after {
		content: "";
		z-index: 0;
		position: absolute;
		height: 42px;
		width: 100%;
		min-width: 100px;
		bottom: -41px;
		left: 0;
		display: block;
		background: transparent;
	}

	header.header ul.sub-menu {
		z-index: 1;
		width: 200px;
		margin: 0;
		padding: 0;
		opacity: 0;
		position: absolute;
		background-color: #fff;
	}

	header.header ul.sub-menu li a {
		display: block;
		width: auto;
		position: relative;
		margin: 0;
		padding: 10px 7.5px;
	}

	header.header ul.sub-menu li.menu-item-has-children > a {
		padding-right: 20px;
	}

	.navbar li.menu-item-has-children:hover > .sub-menu {
		display: block;
		z-index: 10;
		opacity: 1;
	}

	/*2+ level menu*/
	header.header ul.sub-menu .sub-menu {
		width: 189px;
	}

	.navbar li.menu-item-has-children:hover {
		position: unset;
	}

	.navbar .sub-menu li.menu-item-has-children:hover > .sub-menu {
		position: absolute;
		top: 0;
		left: calc(100% + 5px);
	}

	.navbar .sub-menu li.menu-item-has-children:hover:after {
		content: '';
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
		left: 100%;
		top: 0;
		z-index: 1;
	}
}

/* menu end*/


/*breadcrumbs*/
#breadcrumbs a {
	margin-right: 5px;
}

#breadcrumbs ul {
	list-style: none;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

#breadcrumbs ul::-webkit-scrollbar {
	display: none;
}

#breadcrumbs ul li {
	margin-right: 10px;
	flex: 0 0 auto;
}

#breadcrumbs a,
#breadcrumbs ul li,
#breadcrumbs ul span {
	color: #CBCBCB;
}

#breadcrumbs a:hover {
	color: #86C687;
}


/*footer*/
.ft_bottom_row_wr:before,
.ft_ct_wr:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: rgba(77, 77, 77, 0.3);
}

.ft_bottom_row_wr:before {
	top: 0;
	bottom: unset;
}

ul.ft_menu_wr,
.ft_widget_wr ul.menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.ft_menu_wr li,
.ft_widget_wr ul.menu li {
	display: block;
	width: 100%;
	padding: 0;
}

.ft_widget_wr ul.menu li:nth-last-child(n + 2) {
	margin-bottom: 15px;
}

ul.ft_menu_wr li a,
.ft_widget_wr ul.menu li a {
	color: #fff;
	font-size: 14px;
}

ul.ft_menu_wr li a:hover,
.ft_widget_wr ul.menu li a:hover {
	color: #86C687;
}

ul.ft_menu_wr li:nth-last-child(n + 2) {
	margin-bottom: 10px;
}

@media (max-width: 1199px) {
	ul.ft_menu_wr li {
		text-align: center;
	}
}

@media (min-width: 1200px) {
	ul.ft_menu_wr {
		display: flex;
		width: 600px;
	}

	ul.ft_menu_wr li {
		padding: 0;
		margin-right: 30px;
		width: auto;
	}
}

.widget_title {
	padding-left: 15px;
}

.widget_title:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4.5px 0 4.5px 9px;
	border-color: transparent transparent transparent #ffffff;
}

.site_info_wr {
	background-color: #cecece;
}


#scroll_bt {
	background-color: #86C687 !important;
	padding: 0 !important;
	height: 40px !important;
	line-height: 40px !important;
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 99;
	border: none;
	outline: none;
	color: #fff;
	cursor: pointer;
	text-align: center;
	width: 40px;
}

#scroll_bt:hover {
	opacity: .5;
}

.section_info {
	left: 2%;
	-webkit-writing-mode: tb-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: tb-rl;
	transform: rotate(-180deg);
	display: -webkit-box;
	display: -ms-flexbox;
	height: fit-content;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 10000;
}

.section_info-line {
	height: 2.375rem;
	width: 0.0625rem;
	display: block;
	margin: 2.5rem 0;
}


/*message sent start*/
.message_sent_wr {
	height: 300px;
	top: -100%;
	left: 50%;
	width: calc(100% - 30px);
	-webkit-transform: translate(-50%, -500%);
	-ms-transform: translate(-50%, -500%);
	-o-transform: translate(-50%, -500%);
	transform: translate(-50%, -500%);
	-webkit-transition: -webkit-transform 0.6s ease-out;
	-moz-transition: -moz-transform 0.6s ease-out;
	-o-transition: -o-transform 0.6s ease-out;
	transition: transform 0.6s ease-out;
}

.message_sent_wr.d-flex {
	top: calc(50% - 120px);
	border-radius: 10px;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: 1111111;
}

.message_sent_close.position-absolute {
	top: 5px;
	right: 5px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

.message_title:before {
	content: '';
	display: block;
	position: absolute;
	left: -30px;
	top: -20px;
	right: -30px;
	bottom: -20px;
	transform: skewX(20deg);
	z-index: -1;
}

.message_title:nth-child(1):before {
	background: #eb2929;
}

.message_title:nth-child(2):before {
	background: #fff;
}

@media (min-width: 768px) {
	.message_sent_wr {
		width: 680px;
	}

	.message_sent_close.position-absolute {
		top: 20px;
		right: 20px;
	}
}

/*message sent end*/

/*products archive start*/
.general_info {
	flex-direction: column;
	max-width: 500px;
}

.general_info_item {
	padding-top: 40px;
}

.general_info_item_wr:nth-last-child(n+2) {
	margin-bottom: 20px;
}

.general_info_item .info_item_img {
	left: calc(50% - 17px);
	top: 0;
}

.general_info .respcenter {
	text-align: center !important;
}

@media (min-width: 1200px) {
	.general_info {
		flex-direction: row;
		max-width: 850px;
		border: 1px solid #E8EDF0;
		border-radius: 48.5px 0px;
		padding: 30px 50px;
	}

	.general_info_item_wr:nth-last-child(n+2) {
		margin-bottom: unset;
	}

	.general_info_item {
		padding-top: 0;
		padding-left: 50px;
	}

	.general_info_item .info_item_img {
		top: calc(50% - 17px);
		left: 0;
	}

	.general_info .respcenter {
		text-align: left !important;
	}
}


@media (max-width: 1199px) {
	.page-template-page-cat .row.subcats_wr,
	.page-template-page-cat .row.tabs_headings_wr {
		flex-wrap: unset;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		max-width: 100vw;
	}

	.page-template-page-cat .row.subcats_wr::-webkit-scrollbar,
	.page-template-page-cat .row.tabs_headings_wr::-webkit-scrollbar {
		display: none;
	}

	.page-template-page-cat .tab_heading {
		flex: 0 0 175px;
	}
}

@media (min-width: 1200px) {
	.page-template-page-cat .catalog_item_wr {
		flex: 0 0 25%;
	}
}

/*products archive end*/


/*posts archive blog category start */
.loop_post_excerpt {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.zoom_image {
	overflow: hidden;
}

.zoom_image img {
	transition: all ease .3s;
}

.zoom_image:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.loop_post_wr {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
}

.loop_entry_thumb {
	overflow: hidden;
	height: 270px;
}

.loop_recent_thumb img,
.loop_entry_thumb img {
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.loop_recent_thumb:hover img,
.loop_entry_thumb:hover img {
	-webkit-transform: scale(1.1) rotate(2deg);
	-moz-transform: scale(1.1) rotate(2deg);
	-ms-transform: scale(1.1) rotate(2deg);
	-o-transform: scale(1.1) rotate(2deg);
	transform: scale(1.1) rotate(2deg);
}

.loop_entry_meta {
	background-color: #86C687;
	padding: 14px 16px 10px;
	z-index: 2;
	bottom: 0;
	left: 0;
}

.loop_info_wr {
	padding: 20px 0px 0px;
}

.single_cat_wr a,
.loop_cat_wr a {
	color: #86C687;
}

.single_cat_wr a:hover,
.loop_cat_wr a:hover {
	color: #000;
}

.loop_info_footer {
	color: #8a8a8a;
}

.loop_title_wr {
	margin-top: 10px;
	margin-bottom: 10px;
}

/*posts pagination start*/
ul.pagination,
div.pagination {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 20px;
	justify-content: center;

	clear: both;
	border: none;
	padding: 0;
}

.pagination .page-numbers.dots,
.pagination .page-numbers.current,
.pagination a.page-numbers {
	border-right: none;
	padding: 0;
	margin: 0 5px;
	display: inline-block;
	overflow: hidden;
}

.pagination .page-numbers.dots,
.pagination .page-numbers.current,
.pagination a.page-numbers {
	font-size: 14px;
	position: relative;
	text-align: center;
	color: #000;
	border-radius: 100%;
	text-decoration: none;
	font-weight: 700;
	width: 40px;
	height: 40px;
	background-color: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}

.pagination a.prev.page-numbers,
.pagination a.next.page-numbers {
	font-size: 0;
}

.pagination a.prev.page-numbers:before,
.pagination a.next.page-numbers:before {
	display: block;
	font-size: 14px;
	color: #000;
}

.pagination a.prev.page-numbers:before {
	content: '\f104';
}

.pagination a.next.page-numbers:before {
	content: '\f105';
}

.pagination a.page-numbers:hover,
.pagination a.page-numbers:hover:before,
.pagination .page-numbers.current {
	background: #86C687 !important;
	text-decoration: none;
	color: #fff;
}

/*posts pagination end*/
/*posts archive end*/


/*page about start*/
.letters_slick,
.letter_item {
	height: 430px;
}

.letters_slick .slick-slide {
	margin: 0 15px;
}

.letters_slick .slick-list {
	margin: 0 -15px;
}

.letters_slick .slick-prev {
	left: -5px;
}

.letters_slick .slick-next {
	right: -5px;
}

.team_item_img {
	height: 280px;
}

.manufacture_item .video_item picture {
	left: 0;
	right: 0;
}

@media (max-width: 1199px) {
	.row.team_wr {
		flex-wrap: unset;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		max-width: 100vw;
	}

	.row.team_wr::-webkit-scrollbar {
		display: none;
	}

	.team_item_wr {
		flex: 0 0 198px;
	}
}

@media (min-width: 1200px) {
	.letter_item,
	.letters_slick {
		height: 510px;
	}

	.team_item_wr {
		flex: 0 0 20%;
		margin-bottom: 30px;
	}
}

@media (min-width: 1300px) {
	.letters_slick .slick-prev {
		left: -30px;
	}

	.letters_slick .slick-next {
		right: -30px;
	}
}

/*page about end*/
.slick_dot_lines ul.slick-dots li button,
.slick_dot_lines ul.slick-dots li {
	height: 3px !important;
	width: 30px !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.slick_dot_lines ul.slick-dots li button {
	border: none !important;
	box-shadow: unset !important;
	border-radius: 0 !important;
	background: #181818 !important;
}

.slick_dot_lines ul.slick-dots li:hover button,
.slick_dot_lines ul.slick-dots li.slick-active button {
	border-radius: 0 !important;
	background: #86C687 !important;
}

.slick_dot_lines.slick-initialized.slick-dotted ul.slick-dots {
	bottom: -15px;
}

@media (min-width: 1200px) {
	.slick_dot_lines ul.slick-dots li button,
	.slick_dot_lines ul.slick-dots li {
		height: 3px !important;
		width: 80px !important;
	}
}

/*homepage template start*/
.catalog_wr {
	height: 365px
}

@media (min-width: 375px) {
	.catalog_wr {
		height: 405px
	}
}

@media (min-width: 992px) {
	.catalog_wr {
		height: 465px
	}
}

/*screen1 banner*/
body.transparent_header #content_wrapper {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.banner_item {
	padding-top: 140px;
	padding-bottom: 30px;
}

.banner_item .cover_image:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(90.64deg, #FFFFFF 3.81%, rgba(255, 255, 255, 0) 263.54%);
}

.banner_item h1 {
	font-weight: 400;
}

.banner_item h1,
.banner_title {
	font-size: 30px;
}

.banner_pros_item {
	width: 285px;
	background-color: #fff;
	padding: 25px;
	flex: 0 0 285px;
}

.banner_pros_item:nth-last-child(n+2) {
	margin-right: 15px;
}

.banner_pros_des {
	width: calc(100% - 52px);
	margin-left: 20px;
}

.banner_pros_img {
	background: linear-gradient(180deg, #86C687 0%, #629363 100%);
	box-shadow: 0px 4.0784px 10.196px rgba(226, 207, 168, 0.1);
	width: 30px;
	height: 30px;
}

.banner_pros_img img {
	height: auto;
	width: 16px;
}

.banner_form_wr {
	max-width: 385px;
	padding: 10px;
}

@media (min-width: 768px) {
	.banner_item h1,
	.banner_title {
		font-size: 40px;
	}

	.banner_form_wr {
		padding: 15px;
	}
}

@media (min-width: 992px) {
	.banner_form_wr {
		padding: 30px;
	}

	.banner_item {
		padding-top: 260px;
		padding-bottom: 50px;
	}

	.banner_item h1,
	.banner_title {
		font-size: 50px;
	}

	.banner_des_wr {
		padding-left: 65px;
	}

	.banner_des_wr:before {
		content: '';
		background: url('images/ico_des.svg') center no-repeat;
		border: 1px solid #73AA74;
		border-radius: 100%;
		display: block;
		position: absolute;
		width: 42px;
		height: 42px;
		left: 0;
		top: calc(50% - 21px);
	}

	.banner_pros_wr {
		flex-wrap: wrap;
	}

	.banner_pros_item {
		background-color: transparent;
		padding: 25px 30px 25px 0;
		flex: 0 0 50%;
	}

	.banner_pros_item:nth-last-child(n+2) {
		margin-right: unset;
	}

	.banner_pros_item:nth-child(1):after,
	.banner_pros_item:nth-child(3):after {
		content: '';
		width: 1px;
		height: 100%;
		position: absolute;
		right: 15px;
		top: 0;
		background: #eaeaea;
	}

	.banner_pros_item:nth-child(1):before,
	.banner_pros_item:nth-child(2):before {
		content: '';
		width: 100%;
		height: 1px;
		position: absolute;
		right: 0;
		bottom: 0;
		background: #eaeaea;
	}

	.banner_pros_img {
		width: 35px;
		height: 35px;
	}
}

/*screen2*/

.adv_item {
	background: linear-gradient(92.19deg, #393939 0.72%, #2E2D2D 47.77%, #393939 100%);
	width: 285px;
	padding: 25px;
	flex: 0 0 285px;
	border-radius: 10px;
}

.adv_item strong {
	font-size: 16px;
}

.adv_item:nth-last-child(n+2) {
	margin-right: 15px;
}

.adv_item_img {
	background: #303030;
	width: 38px;
	height: 38px;
}

.adv_item_img img {
	height: auto;
	width: 20px;
}

.adv_item_overlay {
	transition: all ease .3s;
	transform: translate(0, 0);
	padding: 25px;
	border-radius: 10px;
}

.adv_item:hover .adv_item_overlay {
	background: #86C687;
}

.adv_item:hover .adv_item_img {
	background: #73C274;
}

@media (min-width: 1200px) {
	.adv_wr {
		overflow: visible;
		border-radius: 10px;
		background: linear-gradient(92.19deg, #393939 0.72%, #2E2D2D 47.77%, #393939 100%);
	}

	.adv_item {
		background: transparent;
		padding: 15px;
		flex: 0 0 20%;
		border-radius: unset;
	}

	.adv_item:nth-last-child(n+2) {
		margin-right: unset;
	}

	.adv_item:hover .adv_item_overlay {
		transform: translate(0, -50px);
	}
}

/*screen3*/
.catalog_item_img {
	height: 200px;
}

.catalog_item_wr {
	flex: 0 0 290px;
	padding: 15px;
}

@media (min-width: 375px) {
	.catalog_item_img {
		height: 240px;
	}

	.catalog_item_wr {
		flex: 0 0 330px;
	}
}

@media (min-width: 768px) {
	.catalog_item_wr {
		flex: 0 0 375px;
	}
}

/*screen10*/
.why_item:nth-last-child(n+2) {
	margin-bottom: 30px;
}

.why_overlay {
	top: 5px;
	bottom: 5px;
	left: 5px;
	right: 5px;
	border-radius: 20px;
	border: 1px solid #f3f3f3;
}

.why_counter:before {
	content: '';
	display: block;
	background: url('images/ico_star.svg') center no-repeat, #7DBB7E;
	border-radius: 100%;
	box-shadow: 0px 0px 4.38974px rgba(134, 198, 135, 0.2);
	position: absolute;
	left: -5px;
	bottom: -7px;
	width: 18px;
	height: 18px;
}

@media (min-width: 992px) {
	.why_counter:before {
		left: 15px;
		bottom: 0;
		width: 25px;
		height: 25px;
	}
}

@media (min-width: 1200px) {
	.why_counter {
		position: absolute;
		left: 15px;
		top: 0;
	}

	.why_item_title {
		padding-left: 90px
	}

	.why_item:nth-last-child(n+2) {
		margin-bottom: 50px;
		padding-bottom: 50px;
	}

	.why_item:nth-last-child(n+2):after {
		content: '';
		width: calc(100% + 200px);
		display: block;
		position: absolute;
		left: -100px;
		bottom: 0;
		height: 1px;
		background: #f3f3f3;
	}

	.why_overlay {
		top: 10px;
		bottom: 10px;
		left: 10px;
		right: 10px;
	}
}

/*screen11*/
.stage_wr {
	flex-wrap: unset;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

.stage_wr::-webkit-scrollbar {
	display: none;
}

.stage_item_wr {
	width: 100%;
	max-width: calc(100vw - 45px);
	flex: 0 0 calc(100vw - 45px);
	margin-left: 15px;
	margin-right: 5px;
	margin-bottom: 10px;
}

@media (min-width: 376px) {
	.stage_item_wr {
		width: 100%;
		max-width: calc(100vw - 100px);
		flex: 0 0 calc(100vw - 100px);
		margin-left: 15px;
		margin-right: 30px;
	}
}

@media (min-width: 1200px) {
	.stage_wr {
		flex-wrap: wrap;
		overflow-x: unset;
		-webkit-overflow-scrolling: unset;
		-ms-overflow-style: unset;
		height: 1030px;
	}

	.stage_wr::-webkit-scrollbar {
		display: block;
	}

	.stage_item_wr {
		position: absolute;
		padding-left: 15px;
		padding-right: 15px;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 0;
	}

	.stage_item_wr:nth-child(1) {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
		left: 0px;
		top: 50px;
	}

	.stage_item_wr:nth-child(2) {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
		right: 0;
		top: 0;
		height: 205px;
	}

	.stage_item_wr:nth-child(3) {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		left: 0;
		top: 240px;
		height: 240px;
	}

	.stage_item_wr:nth-child(4) {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		right: 0;
		top: 240px;
		height: 240px;
	}

	.stage_item_wr:nth-child(5) {
		-ms-flex: 0 0 66.6666%;
		flex: 0 0 66.6666%;
		max-width: 66.6666%;
		left: 0;
		top: 510px;
		height: 240px;
	}

	.stage_item_wr:nth-child(6) {
		-ms-flex: 0 0 66.6666%;
		flex: 0 0 66.6666%;
		max-width: 66.6666%;
		left: 0;
		top: 780px;
		height: 240px;
	}

	.stage_item_wr:nth-child(7) {
		-ms-flex: 0 0 33.3333%;
		flex: 0 0 33.3333%;
		max-width: 33.3333%;
		right: 0;
		top: 510px;
		height: 510px;
	}
}

/*screen12*/
.call_wr {
	flex-wrap: unset;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

.call_wr::-webkit-scrollbar {
	display: none;
}

.call_item_wr {
	width: 100%;
	max-width: calc(100vw - 60px);
	flex: 0 0 calc(100vw - 60px);
	margin-left: 15px;
	margin-right: 5px;
	margin-bottom: 10px;
	transition: all ease .3s;
}

.call_item_des_wr img {
	left: 20px;
	top: calc(50% - 17px);
}

.call_item_des_wr {
	padding-left: 70px;
	background: linear-gradient(180deg, #86C687 0%, #73AD74 100%);
	color: #fff;
}

@media (min-width: 376px) {
	.call_item_wr {
		max-width: calc(100vw - 100px);
		flex: 0 0 calc(100vw - 100px);
		margin-left: 15px;
		margin-right: 30px;
	}
}

@media (min-width: 768px) {
	.call_item_wr {
		max-width: calc(70vw - 100px);
		flex: 0 0 calc(70vw - 100px);
	}
}

@media (min-width: 992px) {
	.call_item_wr {
		max-width: calc(50vw - 100px);
		flex: 0 0 calc(50vw - 100px);
	}
}

@media (min-width: 1200px) {
	.call_wr {
		flex-wrap: wrap;
		overflow-x: unset;
		-webkit-overflow-scrolling: unset;
		-ms-overflow-style: unset;
	}

	.call_wr::-webkit-scrollbar {
		display: block;
	}

	.call_item_wr {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
		margin-left: unset;
		margin-right: unset;
		margin-bottom: 30px;
	}

	.call_item_des_wr {
		padding-left: 90px;
		padding-right: 20px;
	}

	.call_item_des_wr {
		background: #fff;
		color: #181818;
	}

	.call_item_des_wr:hover {
		background: linear-gradient(180deg, #86C687 0%, #73AD74 100%);
		color: #fff;
	}
}

/*homepage template end*/

/*popular pages start*/
.popular_img_wr {
	height: 220px;
}

@media (min-width: 992px) {
	.popular_img_wr {
		height: 320px;
	}
}

/*popular pages end*/

/*faq page start*/
.faq_question {
	cursor: pointer;
}

.expanded .faq_question,
.faq_question:hover {
	color: #86C687;
}

.faq_question:after {
	content: '\f107';
	font-family: 'Fontello';
	display: block;
	position: absolute;
	text-align: center;
	right: 0;
	top: 9px;
	width: 20px;
	height: 20px;
	z-index: 1;
}

.expanded .faq_question:after {
	content: '\f106';
}

.faq_item:not(.expanded) .faq_answer {
	display: none;
}

/*faq page end*/


/*video start*/
.video_item {
	height: 430px;
	overflow: hidden;
}

.video_item:nth-last-child(n+2) {
	margin-bottom: 30px;
}

.video_item picture {
	left: 15px;
	right: 15px;
	top: 0;
	bottom: 0;
}

.video_item .iframe_wr {
	z-index: 10;
}

.video_bt {
	cursor: pointer;
	left: calc(50% - 20px);
	top: calc(50% - 20px);
	z-index: 15;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 20px 40px;
	border-color: transparent transparent transparent #ffffff;
}

/*video end*/

/*reviews start*/
.reviews_slick,
.reviews_slick .video_item {
	height: 430px;
}

.reviews_slick .slick-prev {
	left: -5px;
}

.reviews_slick .slick-next {
	right: -5px;
}

@media (min-width: 1200px) {
	.reviews_slick,
	.reviews_slick .video_item {
		height: 510px;
	}

	.reviews_slick .slick-slide > div {
		transform: scale(.8);
		transition: transform .3s cubic-bezier(.4, 0, .2, 1);
	}

	.reviews_slick .slick-center > div {
		transform: scale(1);
	}

	.slick_reviews_wr > .container {
		max-width: 1300px;
	}

	.reviews_nav_wr {
		width: 440px;
		z-index: 20;
		top: calc(50% - 27px);
		left: calc(50% - 220px);
	}

	.reviews_nav_wr .custom_slick_bt {
		position: absolute;
		bottom: -108px;
	}

	.reviews_nav_wr .reviews_slick_prev {
		left: 0;
	}

	.reviews_nav_wr .reviews_slick_next {
		right: 0;
	}
}

/*reviews end*/

/*calculation form start*/
.calculation_form_wr {
	margin-bottom: 100px;
	padding-bottom: 50px;
}

.book_img {
	width: 150px;
	height: 150px;
	bottom: -100px;
	top: unset;
}

.book_img img {
	object-position: left center;
}

@media (min-width: 576px) {
	#calculation .modal-dialog {
		max-width: 410px;
	}
}

@media (min-width: 768px) {
	#calculation .modal-content {
		padding: 30px;
	}

	.calculation_form_wr {
		margin-bottom: 200px;
	}

	.book_img {
		width: 400px;
		height: 350px;
		bottom: -200px;
	}

	.circles_before {
		padding-left: 50px;
		position: relative;
	}

	.circles_before:before {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		top: 8px;
		width: 38px;
		height: 10px;
		background: url('images/bg_circles.svg') center no-repeat;
	}
}

@media (min-width: 1200px) {
	.calculation_form_wr + section {
		margin-top: -60px;
	}
}

@media (min-width: 1400px) {
	.book_img {
		width: 543px;
		height: 478px;
		bottom: -200px;
	}
}

/*calculation form end*/

/*page partners start*/
@media (max-width: 1199px) {
	.row.partners_wr {
		flex-wrap: unset;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		max-width: 100vw;
	}

	.row.partners_wr::-webkit-scrollbar {
		display: none;
	}

	.partner_item_wr {
		flex: 0 0 350px;
	}
}

/*page partners end*/

/*page contacts start*/
.ct_addr_item {
	padding-left: 50px;
	min-height: 35px;
}

.ct_addr_item:before {
	content: '\e803';
	font-family: 'fontello';
	color: #fff;
	width: 35px;
	height: 35px;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	background: linear-gradient(180deg, #86C687 0%, #629363 100%);
}

/*page contacts end*/

/*manufacture start*/
.slick_manufacture_wr:after {
	top: 250px;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	background-color: #181818;
}

div.button.custom_slick_bt {
	width: 62px;
	height: 62px;
}

.manufacture_item_img {
	height: 450px;
}

.slick_manufacture:not(.slick-initialized) {
	height: 1700px;
}

@media (max-width: 767px) {
	.video_item.manufacture_item_img,
	.manufacture_item_img {
		margin-bottom: 120px;
	}

	.slick_manufacture_wr .slick-initialized.slick-dotted ul.slick-dots {
		bottom: unset;
		top: 465px;
	}

	.man_bt_wr {
		top: 600px;
		left: 0;
		right: 0;
	}

	#about .man_bt_wr {
		top: 540px;
	}
}

@media (min-width: 375px) {
	.slick_manufacture:not(.slick-initialized) {
		height: 1600px;
	}
}

@media (min-width: 768px) {
	.slick_manufacture:not(.slick-initialized) {
		height: 910px;
	}

	div.button.custom_slick_bt {
		width: 54px;
		height: 54px;
	}

	.slider_count_wr {
		width: 200px;
		height: 54px;
	}

	.slider_count_wr:after {
		content: '';
		display: block;
		left: 10px;
		right: 10px;
		height: 1px;
		position: absolute;
		background: #181818;
		z-index: -1;
	}

	.slick_manufacture_wr:after {
		top: 350px;
	}
}

@media (min-width: 992px) {
	.slick_manufacture:not(.slick-initialized) {
		height: 1000px;
	}
}

@media (min-width: 1200px) {
	.slick_manufacture:not(.slick-initialized) {
		height: 1100px;
	}

	.slick_manufacture_wr:after {
		top: 450px;
	}

	.manufacture_item_img {
		height: 575px;
	}

	.slick_manufacture_wr .slick-slide > div {
		transform: scale(.8);
		transition: transform .3s cubic-bezier(.4, 0, .2, 1);
	}

	.slick_manufacture_wr .slick-center > div {
		transform: scale(1);
	}

	.slick-slide:not(.slick-center) .man_des {
		display: none;
	}
}

/*manufacture  end*/
/*furniture filter start*/

/*sidebar menu start*/
.sec_menu_wr {
	width: 100%;
	max-width: 530px;
	margin: 20px auto 0;
}

.filter_blocks,
div.button.filter_toggler {
	width: 100%;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.filter_blocks {
	flex-direction: column;
}

@media (max-width: 1199px) {
	.filter_title_wr {
		max-width: 530px;
		margin-left: auto;
		margin-right: auto;
	}

	.ajax_filter_wr:not(.expanded) .filter_title_wr,
	.sec_menu_wr:not(.expanded) .sec_menu_title,
	.ajax_filter_wr:not(.expanded) .filter_blocks,
	.sec_menu_wr:not(.expanded) ul.menu {
		display: none;
	}

	.sec_menu_wr.expanded .sec_menu_toggler:before,
	.ajax_filter_wr.expanded div.button.filter_toggler:before {
		content: '\f106';
	}
}

@media (min-width: 1200px) {
	.sec_menu_wr {
		width: 290px;
		margin: 0;
	}

	.ajax_filter_wr {
		width: calc(100% - 290px);
	}

	.filter_blocks,
	div.button.filter_toggler {
		width: 100%;
	}

	.filter_blocks {
		flex-direction: row;
		max-width: unset;
	}
}

.sec_menu_wr ul {
	position: relative;
	list-style: none;
	padding-left: 0;
	margin: 0;
}

.sec_menu_wr li {
	text-align: left;
	width: 100%;
}

.sec_menu_wr a {
	position: relative;
	display: block;
	font-size: 13px;
	color: #181818;
}

.sec_menu_wr a:hover {
	color: #86C687;
}

.sec_menu_wr li.expanded > a {
	border-bottom: 1px solid #86C687;
	padding-bottom: 5px;
	color: #86C687;
}

.sec_menu_wr li.menu-item-has-children > a:after,
.sec_menu_wr li.cat-parent > a:after {
	content: '\f107';
	font-family: 'Fontello';
	cursor: pointer;
	z-index: 1;
	position: absolute;
	right: 0;
	top: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 20px;
}

.sec_menu_wr li.menu-item-has-children.expanded > a:after,
.sec_menu_wr li.cat-parent.expanded > a:after {
	content: '\f106';
}

.sec_menu_toggler:before,
.filter_toggler:before {
	content: '\f107';
	font-family: 'Fontello';
	cursor: pointer;
	z-index: 1;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 20px;
	margin-left: 10px;
}

/*1st level menu*/
.sec_menu_wr ul.menu > li {
	padding-top: 20px;
	padding-bottom: 10px;
	display: block;
	border-bottom: 1px solid #E8EDF0;
}

.sec_menu_wr ul.menu > li.menu-item-has-children > a,
.sec_menu_wr ul.menu > li.cat-parent > a {
	font-weight: 500;
	font-size: 16px;
}

/*sub menus*/
.sec_menu_wr .sub-menu,
.sec_menu_wr .children {
	padding-top: 10px;
	display: none;
}

.sec_menu_wr li.expanded > .sub-menu,
.sec_menu_wr li.expanded > .children {
	display: block;
}

.sec_menu_wr .sub-menu li:nth-last-child(n+2),
.sec_menu_wr .children li:nth-last-child(n+2) {
	margin-bottom: 5px;
}

.sec_menu_wr .children a,
.sec_menu_wr .sub-menu a {
	font-size: 12px;
	padding: 5px 0;
}

@media (min-width: 1200px) {
	.sec_menu_wr ul.menu {
		position: relative;
	}

	/*3d level menu*/
	/*.sec_menu_wr .sub-menu,*/
	/*.sec_menu_wr li.expanded,*/
	/*.sec_menu_wr li.menu-item-has-children:hover{*/
	/*        position: unset;*/
	/*}*/
	.sec_menu_wr .expanded li.menu-item-has-children:hover > .sub-menu {
		display: block;
		position: absolute;
		z-index: 10;
		left: 235px;
		width: 235px;
		top: 0;
		padding: 15px;
		background: #fff;
		-webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.06);
		-moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.06);
		box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.06);
	}

	.sec_menu_wr .expanded li.menu-item-has-children:hover:after {
		content: '';
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
		left: 70%;
		top: 0;
		z-index: 1;
	}

	.sec_menu_wr .expanded li.menu-item-has-children > a:after {
		content: '\f105';
	}

	.sec_menu_wr .expanded li.menu-item-has-children:hover > a:after {
		content: '\f104';
	}
}

/*sidebar menu end*/
.filter_catalog_wr {
	width: 100vw;
	height: 510px;
}

.large_product_wr .catalog_item_img {
	height: 220px;
}

.filter_catalog_wr .slick-slide {
	margin: 0 15px;
}

.filter_catalog_wr .slick-list {
	margin: 0 -15px;
}

.filter_catalog_wr .slick-track {
	margin-left: 0;
}

@media (min-width: 375px) {
	.large_product_wr .catalog_item_img {
		height: 300px;
	}

	.filter_catalog_wr {
		height: 590px;
	}
}

@media (min-width: 768px) {
	.filter_catalog_wr {
		height: 625px;
	}
}

@media (min-width: 992px) {
	.filter_catalog_wr {
		height: 685px;
	}
}

@media (min-width: 1200px) {
	.page-template-page-cat .catalog_item_wr {
		flex: 0 0 25%;
	}

	.filter_catalog_wr {
		width: 865px;
		height: 590px;
	}

	.filter_nav_wr {
		width: 670px;
	}

	.filter_nav_wr:after {
		content: '';
		display: block;
		position: absolute;
		left: 75px;
		right: 200px;
		top: 50%;
		height: 1px;
		background: #181818;
	}

	.see_other_wr {
		width: 200px;
		top: 15px;
		left: 185px;
	}

	.sec_menu_shadow {
		padding: 30px;
		-webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.06);
		-moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.06);
		box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.06);
	}
}

/*furniture filter end*/

/*furniture form start*/
.furniture_form_wr {
	background: url('images/bg_form.svg') top right / cover no-repeat;
	padding: 15px 0;
	border: 1px solid #EFEFEF;
}

.furniture_form_wr .banner_form_wr.bgfff {
	background: transparent;
}

@media (min-width: 768px) {
	.furniture_form_wr {
		padding: 15px;
	}

	.furniture_form_wr .circles_before:before {
		background: url('images/circles_green.svg') center no-repeat;
	}
}

@media (min-width: 992px) {
	.furniture_form_wr {
		padding: 30px;
	}
}

@media (min-width: 1200px) {
	.furniture_form_wr {
		padding: 30px 50px;
	}
}

/*furniture form end*/

/*single product start*/
/*gallery start*/
.product_large_thumb.video_item,
.slick_main,
.product_large_thumb {
	height: 320px
}

.product_large_thumb.video_item picture {
	left: 0;
	right: 0;
}

.thumbnail_wrapper,
.thumbnail_wrapper.video_item {
	height: 120px;
	cursor: pointer;
}

.slick_thumb .slick-slide {
	margin: 0 15px;
}

.slick_thumb .slick-list {
	margin: 0 -15px;
}

.slick_main .slick-prev {
	left: -5px;
}

.slick_main .slick-next {
	right: -5px;
}

@media (min-width: 992px) {
	.slick_main,
	.product_large_thumb.video_item,
	.product_large_thumb {
		height: 370px
	}

	.thumbnail_wrapper,
	.thumbnail_wrapper.video_item {
		height: 130px;
	}

	.slick_thumb .slick-slide {
		margin: 0 15px;
	}

	.slick_thumb .slick-list {
		margin: 0 -15px;
	}

	.page-template-page-pres .slick_main,
	.page-template-page-pres .product_large_thumb {
		height: 510px
	}

	.page-template-page-pres .thumbnail_wrapper {
		height: 170px;
	}
}

@media (min-width: 1300px) {
	.slick_main .slick-prev {
		left: -30px;
	}

	.slick_main .slick-next {
		right: -30px;
	}
}

/*gallery end*/
.price_wr {
	height: 45px;
	border: 1px solid #e4e4e4;
	padding-left: 70px;
	font-size: 14px;
}

.price_wr:before {
	content: '';
	display: block;
	position: absolute;
	width: 24px;
	height: 24px;
	left: 15px;
	top: calc(50% - 12px);
	background: url('images/ico_price.svg') center no-repeat;
}

.price_wr:after {
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	height: 24px;
	left: 45px;
	top: calc(50% - 12px);
	background: #E4E4E4
}

@media (min-width: 768px) {
	.price_wr {
		height: 50px;
		font-size: 16px;
	}
}

.info_item_img {
	left: 0;
	top: calc(50% - 17px);
	width: 34px;
	height: 34px;
	background: linear-gradient(180deg, #86C687 0%, #629363 100%);
	font-size: 12px;
}

.info_item {
	padding-left: 60px;
	min-height: 34px;
}

.info_item:nth-last-child(n+2) {
	margin-bottom: 30px;
}

.produkt_info.overflowscroll > div {
	flex: 0 0 440px;
}

.produkt_info .info_item {
	padding-left: 80px;
}

.produkt_info .info_item .info_item_img {
	left: 20px;
}

@media (min-width: 992px) {
	.produkt_info {
		padding: 30px 20px;
		border: 1px solid #E8EDF0;
		border-radius: 50px 0px;
		max-width: 900px;
	}
}

/*produkt  tabs start*/
.tab_content:not(.active) {
	display: none;
}

.tab_heading {
	transition: all ease .3s;
}

.tab_heading span {
	height: 45px;
}

.tab_heading.active span,
.tab_heading:hover span {
	background: linear-gradient(180deg, #86C687 0%, #629363 100%);
	color: #fff;
}

.produkt_char_image a {
	height: 130px;
}

.color_picture {
	width: 75px;
	height: 42px;
}

a.tab_image {
	height: 110px;
	max-width: 300px;
}

@media (min-width: 768px) {
	a.tab_image {
		height: 120px;
	}
}

@media (min-width: 1200px) {
	.single-produkt .tabs_headings_wr {
		justify-content: space-between;
		flex-wrap: unset;
	}

	.tab_heading {
		width: 200px;
	}

	.produkt_char_image a {
		height: 200px;
	}

	.produkt_char_image.col-xl-2 {
		-ms-flex: 0 0 14.27%;
		flex: 0 0 14.27%;
		max-width: 14.27%;
	}

	.color_picture {
		width: 100px;
	}

	a.tab_image {
		height: 140px;
	}
}

/*produkt tabs end*/
/*reviews start*/
.slick_reviews .slick-slide {
	margin: 0 15px;
}

.slick_reviews .slick-list {
	margin: 0 -15px;
}

.slick_reviews .slick-prev {
	left: -5px;
}

.slick_reviews .slick-next {
	right: -5px;
}

.review_item {
	background: #F9F9F9;
}

.review_title_wr {
	padding-left: 70px;
	min-height: 55px;
}

.review_image {
	top: calc(50% - 27px);
	left: 0;
}

@media (min-width: 768px) {
	.slick_reviews .slick-slide {
		margin: 0 15px;
	}

	.slick_reviews .slick-list {
		margin: 0 -15px;
	}
}

@media (min-width: 1300px) {
	.slick_reviews .slick-prev {
		left: -45px;
	}

	.slick_reviews .slick-next {
		right: -45px;
	}
}

.modal .wpcf7-form-control-wrap textarea {
	border: none;
}

/*style radio buttons (radio input inside label) as stars start*/
.radio_rating .wpcf7-radio {
	justify-content: flex-start;
}

.radio_rating .wpcf7-form-control {
	display: flex;
	align-items: center;
	width: 120px;
	flex-wrap: nowrap;
	padding: 0;
}

.wpcf7-form .radio_rating label {
	margin-bottom: 0;
}

.radio_rating .wpcf7-list-item input[type="radio"] {
	position: absolute;
	z-index: -1;
	opacity: 0;
	margin: 0;
}

.radio_rating .wpcf7-list-item-label {
	position: relative;
	width: 18px;
	height: 18px;
	cursor: pointer;
	font-size: 0;
	margin-left: 0;
	margin-left: 0;
	padding: 0 !important;
}

.radio_rating .wpcf7-list-item-label:after,
.radio_rating .wpcf7-list-item-label:before {
	font-family: 'Fontello';
	position: absolute;
	font-size: 16px;
	color: #86C687;
	border-radius: 0;
	border: none;
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
	box-shadow: none;
	background: transparent;
}

.radio_rating .wpcf7-list-item-label:before {
	content: "\e80c";
	opacity: 0;
}

.radio_rating .wpcf7-list-item-label:after {
	content: "\e805";
	opacity: 1;
}

.radio_rating .wpcf7-list-item input[type="radio"]:checked + .wpcf7-list-item-label:before,
.radio_rating .wpcf7-list-item.rating_unchecked .wpcf7-list-item-label:after,
.radio_rating .wpcf7-list-item:not(.rating_unchecked) .wpcf7-list-item-label:before {
	opacity: 0;
}

.radio_rating .wpcf7-list-item.rating_unchecked:hover .wpcf7-list-item-label:after,
.radio_rating .wpcf7-list-item:hover .wpcf7-list-item-label:after,
.radio_rating .wpcf7-list-item input[type="radio"]:checked + .wpcf7-list-item-label:after,
.radio_rating .wpcf7-list-item.rating_unchecked .wpcf7-list-item-label:before {
	opacity: 1;
}


/*style radio buttons (radio input inside label) as stars end*/
/*reviews end*/

/*single product end*/

/*single post start*/
.post_content p {
	line-height: 1.5;
}

.single_entry_meta {
	border-bottom: 3px solid rgba(0, 0, 0, 0.1);
}

.single .entry-meta {
	display: block;
	line-height: 1;
	margin-bottom: 15px;
}

.wp-caption.alignleft,
.wp-caption.alignright,
img.alignleft,
.single img.alignleft,
img.alignright,
.single img.alignright {
	display: block;
	margin: 15px auto;
}

@media (min-width: 576px) {
	img.alignright,
	.wp-caption.alignright,
	.single img.alignright {
		float: right;
		margin: 15px 0 15px 15px;
	}

	.wp-caption.alignleft,
	img.alignleft,
	.single img.alignleft {
		float: left;
		margin: 15px 15px 15px 0;
	}
}

blockquote {
	margin: 20px 0;
	padding-left: 30px;
	border-left: 3px solid #000;
}

/*li start*/
.post_content ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
}

.post_content ul li {
	display: block;
	position: relative;
	line-height: 1.2;
	padding-left: 20px;
}

.post_content ul li:nth-last-child(n+2) {
	margin-bottom: 15px;
}

.post_content ul li:before {
	content: '\f104';
	width: 14px;
	height: 14px;
	line-height: 14px;
	text-align: center;
	color: #fff;
	font-size: 8px;
	background-color: #86C687;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 3px;
	display: block;
}

/*li end*/
/*ol start*/
.post_content ol {
	counter-reset: point;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.post_content ol li {
	list-style: none;
	position: relative;
	padding-left: 20px;
	line-height: 1.2;
}

.post_content ol li:nth-last-child(n+2) {
	margin-bottom: 15px;
}

.post_content ol > li:after {
	content: "0" counter(point);
	position: absolute;
	counter-increment: point;
	display: block;
	top: 1px;
	left: 0;
	color: #86C687;
}

.post_content ol > li:nth-child(n+10):after {
	content: counter(point);
}

/*ol end*/

/*tables start*/
.single-post table {
	width: 100%;
	border-collapse: collapse;
	border: none;
}

.single-post table td {
	padding: 15px 20px;
	font-size: 13px;
	min-width: 165px;
	width: auto;
	border: 1px solid #cecece;
	line-height: 1.5;
}

@media (max-width: 767px) {
	.single-post table {
		display: block;
		max-width: 100vw;
		overflow: auto;
	}
}

/*tables end*/
/*custom share buttons*/
.social_hd {
	font-size: 14px;
}

.social_share_wr {
	max-width: 100%;
}

.social_share_wr {
	position: relative;
}

.single-post .social_share_wr {
	margin-top: 0;
}

.social_share_wr a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 13px;
	margin: 0 0 0 2px;
	vertical-align: top;
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.social_share_wr a:hover {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

a.social-sharing-icon-facebook {
	background: #4c6ea8;
}

a.social-sharing-icon-telegram {
	background: #39c8ff;
}

a.social-sharing-icon-twitter {
	background: #4c86c8;
}

a.social-sharing-icon-vkontakte {
	background: #61799e;
}

a.social-sharing-icon-whatsapp {
	background: #2abe48;
}

/*share buttons end*/


/*single post end*/

/*modal and cf7 forms start*/
.wpcf7-spinner {
	position: absolute;
	left: 0;
}

.wpcf7 .screen-reader-response {
	display: none !important;
}


.wpcf7-form p {
	margin: 0 0 20px !important;
}

.wpcf7-form p:last-of-type {
	margin: 0 !important;
}

.wpcf7-form p,
.wpcf7-form-control-wrap {
	position: relative;
	display: block;
	line-height: 1;
}


span.wpcf7-list-item {
	display: block;
	width: 100%;
	margin: 0;
}

.wpcf7-acceptance .wpcf7-list-item label {
	position: relative;
}

.wpcf7-list-item-label {
	display: block;
	line-height: 1;
}

div.wpcf7 .ajax-loader {
	position: absolute;
	z-index: 5;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	font-size: 10px !important;
	z-index: 1;
	top: 100%;
	z-index: 1000;
	left: 0;
	background-color: #fff;
	background-image: url(images/ico_not_valid.png);
	line-height: 1;
	background-position: 10px center;
	background-repeat: no-repeat;
	margin-top: 0;
	padding: 10px 10px 10px 40px;
	border-radius: 5px;
	border: 1px solid #000;
	width: auto;
	color: #000;
}

span.wpcf7-not-valid-tip:before,
span.wpcf7-not-valid-tip:after {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
}

span.wpcf7-not-valid-tip:after {
	left: 11px;
	top: -8px;
	border-width: 0 4px 8px 4px;
	border-color: transparent transparent #ffffff transparent;
}

span.wpcf7-not-valid-tip:before {
	left: 10px;
	top: -10px;
	border-width: 0 5px 10px 5px;
	border-color: transparent transparent #000000 transparent;
}


div.wpcf7-response-output {
	margin: 0 auto !important;
	background: #fff;
	color: #333;
	width: 90%;
	border: none !important;
	display: block !important;
	line-height: 2;
	padding: 0 !important;
	float: none;
	border-radius: 5px;
	font-size: 12px;
	text-align: center;
}

.wpcf7 input[type="submit"] {
	padding: 0 30px;
}

/*style radio buttons (radio input inside label) start [radio radio-1 use_label_element default:1 "Restaurant 1" "Restaurant 2"]*/

.wpcf7-radio {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 10px 0;
}

.wpcf7-radio span.wpcf7-list-item {
	text-align: center;
	margin-left: 0;
}

.wpcf7-list-item input[type="radio"] {
	position: absolute;
	z-index: -1;
	opacity: 0;
	margin: 10px 0 0 7px;
}

.wpcf7-list-item-label {
	position: relative;
	padding: 0 0 0 25px;
	cursor: pointer;
}

.wpcf7-list-item-label:before {
	content: '';
	position: absolute;
	top: -3px;
	left: 0;
	width: 22px;
	height: 22px;
	border: 1px solid #000;
	border-radius: 50%;
	background: #FFF;
}

.wpcf7-list-item-label:after {
	content: '';
	position: absolute;
	top: 0;
	left: 3px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #ab0000;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5);
	opacity: 0;
	transition: .2s;
}

.wpcf7-list-item input[type="radio"]:checked + .wpcf7-list-item-label:after {
	opacity: 1;
}

/*style radio buttons (radio input inside label) end*/

/*style checkbox start*/
.wpcf7-form-control-wrap input[type=checkbox] {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}

.wpcf7-acceptance .wpcf7-list-item-label:before {
	content: '';
	position: absolute;
	top: -2px;
	left: 0;
	width: 15px;
	height: 15px;
	border: 1px solid #8C8C8C;
	font-size: 9px;
	box-sizing: border-box;
	border-radius: 5px;
	background: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
}

input[type="checkbox"]:checked + .wpcf7-list-item-label:before {
	content: '\e807';
	font-family: 'Fontello';
	background: #86C687;
	border: 1px solid #86C687;
	color: #fff;
}

/*style checkbox end*/

/*modal and cf7 forms end*/

/*buttons*/
.fancybox-navigation button:before {
	display: none !important;
}

div.button,
button:not(.slick-arrow):not(.fancybox-button),
a.button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
.widget a.button {
	padding: 0 15px;
	background: linear-gradient(180deg, #86C687 0%, #73AD74 100%);
	border-radius: 5px;
	border: none;
	color: #fff;
	box-shadow: 0px 3px 24px 0px #86C68799;
	width: auto;
	line-height: 40px;
	height: 40px;
	text-decoration: none;
	text-transform: none;
	text-align: center;
	text-shadow: none;
	cursor: pointer;
	-webkit-appearance: none;
	display: inline-block;
	outline: none;
	transition: all ease .3s;
	position: relative;
}

button:not(.slick-arrow):not(.fancybox-button).close {
	box-shadow: unset;
}

button.wpcf7-submit:after,
a.button:not(.bordered_bt):after,
div.button:not(.bordered_bt):not(.custom_slick_bt):after {
	content: '';
	background: #4A6E4B;
	border-radius: 0 0 5px 5px;
	display: block;
	position: absolute;
	height: 25px;
	width: 100%;
	bottom: -4px;
	left: 0;
	z-index: -1;
}

@media (min-width: 992px) {
	div.button,
	button:not(.slick-arrow):not(.fancybox-button),
	a.button,
	html input[type="button"],
	input[type="reset"],
	input[type="submit"],
	.widget a.button {
		padding: 0 50px;
		line-height: 55px;
		height: 55px;
	}
}

.message_sent_close:hover:before,
.hd_search_close:hover:before,
header.menu_expanded .menu_close:hover:before,
.menu_close:hover:before,
.close2:hover:before,
.modal button.close:hover:before,
button:not(.slick-arrow):not(.fancybox-button):hover,
a.button:hover,
div.button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.modal-header .close:hover,
.widget a.button:hover {
	color: #181818;
}

a.button.disabled,
a.button:disabled,
button.disabled,
button:disabled,
input.button.disabled,
input.button:disabled {
	cursor: not-allowed !important;
}

.message_sent_close:before,
.hd_search_close:before,
header.menu_expanded .menu_close:before,
.menu_close:before,
.close2:before,
.modal button.close:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	transition: all ease .3s;
	opacity: 1;
	background: linear-gradient(to top left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(50% - 0.8px), rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) calc(50% + 0.8px), rgba(0, 0, 0, 0) 100%), linear-gradient(to top right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(50% - 0.8px), rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) calc(50% + 0.8px), rgba(0, 0, 0, 0) 100%);
}

button.fancybox-button {
	background-color: transparent;
	padding: 0;
	color: #cecece;
	font-size: 14px;
	width: 40px;
}


/*bordered buttons*/
div.button.bordered_bt,
a.button.bordered_bt,
button:not(.slick-arrow):not(.fancybox-button).bordered_bt {
	background: transparent;
	border: 1px solid #181818;
	color: #181818;
	line-height: 38px;
	box-shadow: unset;
}

@media (min-width: 992px) {
	div.button.bordered_bt,
	a.button.bordered_bt,
	button:not(.slick-arrow):not(.fancybox-button).bordered_bt {
		line-height: 53px;
	}
}

div.button.bordered_bt:hover,
a.button.bordered_bt:hover,
button:not(.slick-arrow):not(.fancybox-button).bordered_bt:hover {
	background: #181818;
	color: #fff;
}

header a.button.bordered_bt {
	border: 1px solid #86c687;
	color: #86c687;
}

header a.button.bordered_bt:hover {
	background: #86c687;
	color: #fff;
}

@media (min-width: 1200px) {
	header a.button.bordered_bt {
		height: 59px;
		margin-top: 5px;
		line-height: 57px;
	}
}

/*fonts*/
.post_content ul li:before,
.slick-arrow:before,
.pagination a.prev.page-numbers:before,
.pagination a.next.page-numbers:before,
header.header ul.sub-menu li:before,
.radio_rating .wpcf7-list-item-label:after,
.radio_rating .wpcf7-list-item-label:before,
.faq_question:after,
.has_children_link:after {
	font-family: 'fontello';
}


@font-face {
	font-family: 'Gilroy';
	font-display: swap;
	src: url('fonts/Gilroy/Gilroy-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}


@font-face {
	font-family: 'Gilroy';
	font-display: swap;
	src: url('fonts/Gilroy/Gilroy-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}


@font-face {
	font-family: 'Gilroy';
	font-display: swap;
	src: url('fonts/Gilroy/Gilroy-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}


/*responsive*/

@media (min-width: 576px) {
	/*posts archive start*/
	.loop_title_wr {
		min-height: 72px;
		margin-top: 0;
		margin-bottom: 0;
	}

	/*posts archive	 end*/

}

@media (min-width: 1200px) {

	/*single post start*/
	blockquote {
		padding: 30px 80px 60px;
		margin: 40px 0;
	}

	/*single post end*/
	/*footer start*/
	.wpcf7-form p {
		margin: 0 0 30px !important;
	}

	/*footer end*/
}

/*30.11.2023*/
.tab_content_item_img {
	height: 150px;
	border-radius: 15px;
	overflow: hidden;
}


.policy-cookies {
	z-index: 100;
	.close_cookie_banner {
		right: 5px;
		&:before {
			width: 15px;
			height: 15px;
			content: '';
			display: block;
			transition: all ease .3s;
			opacity: 1;
			background: linear-gradient(to top left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(50% - 1px), rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) calc(50% + 1px), rgba(0, 0, 0, 0) 100%), linear-gradient(to top right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(50% - 1px), rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) calc(50% + 1px), rgba(0, 0, 0, 0) 100%);
		}

		&:hover {
			&:before {
				opacity: .65;
			}
		}
	}
}
.wpcf7-form{
	position: relative;
	.cf7-antispam-countdown{
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: 25;
		display: flex;
		background: rgba(255, 255, 255, 1);
		align-items: center;
		justify-content: center;
		text-align: center;
		line-height: 2;
		font-size: 16px;
		color: #000;
	}
}