/*
.barlow-regular {
	font-family: "Barlow", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.barlow-bold {
	font-family: "Barlow", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.gilda-display-regular {
	font-family: "Gilda Display", serif;
	font-weight: 400;
	font-style: normal;
}
*/

* {
	margin: 0;
	padding: 0;
}

html {
  font-size: 15px;
}

@media screen and (max-width: 1840px) {
html {
	font-size: 15px;
}
}

@media screen and (max-width: 1140px) {
html {
	font-size: 14px;
}
}

@media screen and (max-width: 840px) {
html {
	font-size: 14px;
}
}

body {
	font-family: "Jost", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1rem;
	line-height: 1.8;
	color: #584b41;
	width: 100%;
	min-width: 1800px;
	background: #3b3b3b url(images/body_bg.webp) center repeat-y;
	position: relative;
}

@media screen and (max-width: 1840px) {
body {
	width: 100%;
	min-width: auto;
	max-width: auto;
}
}

/* text styles
-----------------------------------------------------------------------------*/

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: "Anton SC", sans-serif;
	font-weight: 400;
	line-height: 1.2;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h1, .h1 {
	font-size: 5rem;
	color: #776857;
}
h2, .h2 {
	font-size: 4.7rem;
	color: #9b9071;
}
h3, .h3 {
	font-size: 4.4rem;
	color: #c1b07e;
}
h4, .h4 {
	font-size: 4rem;
	color: #383838;
}
h5, .h5 {
	font-size: 3.7rem;
	color: #7a7a7a;
}
h6, .h6 {
	font-size: 3.4rem;
	color: #9d9d9d;
}
@media screen and (max-width: 1140px) {
h1, .h1 {
	font-size: 2rem;
}
h2, .h2 {
	font-size: 1.8rem;
}
h3, .h3 {
	font-size: 1.7rem;
}
h4, .h4 {
	font-size: 1.6rem;
}
h5, .h5 {
	font-size: 1.5rem;
}
h6, .h6 {
	font-size: 1.4rem;
}
}
a {
	color: #459604;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}

table {
	border: 0px;
	border-spacing: 0px;
    border-collapse: separate;
	padding: 0px;
	margin: 0px;
}

ul, ol {
	margin: 10px 0px 15px 20px;
	padding: 0px 0px 0px 0px;
/*	list-style-position: inside;*/
}
p {
	margin:0 0 24px 0;
}
img {
	border: none;
	vertical-align: middle;
}

/* forms styles
-----------------------------------------------------------------------------*/
input, textarea, select {
	color: #000;
	font-size: 18px;
	line-height: 1;
    box-sizing: border-box;
}
label {
	box-sizing: border-box;
}
input {
	vertical-align: middle;
}

.form_standard {
	width: 1000px !important;
	display: table;
	margin: 0 auto;
}
.form_standard_half {
	width: 500px !important;
	display: table;
	margin: 0 auto;
}

@media screen and (max-width: 1840px) {
.form_standard {
	width: 700px !important;
}
.form_standard_half {
	width: 350px !important;
}
}

@media screen and (max-width: 1140px) {
.form_standard {
	width: 100%!important;
}
.form_standard_half {
	width: 100% !important;
}
}
.form {
	width: 100%;
}
.form input.submit, input.button {
	width: auto;
    font-family: "Anton SC", sans-serif;
    font-weight: 400;
	color: #fff;
	background: #d5a233;
	font-size: 2rem;
	line-height: 1;
	text-transform: uppercase;
	border: 0px;
	padding: 23px 101px 24px 101px;
	cursor: pointer;
	border-radius: 2px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.form input.submit:hover, input.button:hover {
	background: #000;
}
.form fieldset {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.form fieldset legend {
	color: #000;
	font-size: 1.1rem;
	font-weight: bold;
	padding: 0px;
}

.form label {
	float: left;
	padding: 0px 2px 0px 0px;
	margin: 0;
	color: #231f20;
	font-size: 1.1rem;
}
.form label.edit {
	width: 50%;
}
.form label.edit_full {
	width: 100%;
}
.form label.edit_half {
	width: 25%;
}

.form input[type=text], .form input[type=password], .form input[type=file], .form input[type=email], .form input[type=number], .form input[type=date], .form select, .form textarea {
	width: 100%;
	color: #231f20;
	font-family: "Jost", sans-serif;
    font-weight: 400;
	font-size: 1rem;
	line-height: 1;
	padding: 20px 30px 20px 30px;
	margin: 0px 0px 10px 0px;
	background: #fff url(images/input_bg.webp) top repeat-x;
	border: 1px solid #bfbfbf;
}
.form textarea {
	height: 150px;
}

.required {
	color: #f00;
}

@media screen and (max-width: 1840px) {
.form input[type=text], .form input[type=password], .form input[type=file], .form input[type=email], .form input[type=number], .form input[type=date], .form select, .form textarea {
	padding: 15px 25px 15px 25px;
}
.form select {
	padding: 14px 25px 14px 25px;
}
}

@media screen and (max-width: 1140px) {
.form input[type=text], .form input[type=password], .form input[type=file], .form input[type=email], .form input[type=number], .form input[type=date], .form select, .form textarea {
	padding: 10px 15px 10px 15px;
}
.form select {
	padding: 9px 15px 9px 15px;
}
}

/* scode_block
-----------------------------------------------------------------------------*/
#scode_block {
	width: 100%;
    text-align: left;
}
#testimonials_form #scode_block {
    text-align: center;
}
#scode_block #scode {
	width: 105px;
}
#scode_block input[type=text] {
	margin: 0px;
}
#scode_block #img_code {
	border-radius: 2px;
}
#scode_block ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px; 
	margin: 59px auto 0px;
	padding: 0px;
	list-style: none;
}
#scode_block ul li {
	margin: 0px; 
}
#testimonials_form #scode_block ul,
#estimate #scode_block ul {
    margin: 38px auto 0px auto;
}
@media screen and (max-width: 1140px) {
#scode_block ul {
    flex-direction: column;
	align-items: center;
	margin: 10px auto 0px auto;
}
}
.captcha {
	text-align: center;
}
.g-recaptcha {
	display: inline-block;
	vertical-align: top;
	transform: scale(1);
}
@media screen and (max-width: 660px) {
.g-recaptcha {
	padding-right: 0px;
	padding-bottom: 5px;
}
}

@media screen and (max-width: 350px) {
.captcha {
	text-align: center !important;
}
.g-recaptcha {
	display: block;
	width: 200px !important;
	overflow: hidden !important;
	border-radius: 4px;
	margin: 0 auto;
}
.form input.submit, input.button {
	padding: 15px 30px 15px 30px;
}
}


/* placeholder
-----------------------------------------------------------------------------*/
::-webkit-input-placeholder {
	color: #231f20 !important;
	font-weight: bold;
	text-overflow: ellipsis;
}
::-moz-placeholder {
	color: #231f20 !important;
	font-weight: bold;
	text-overflow: ellipsis;
}
:-moz-placeholder {
	color: #231f20 !important;
	font-weight: bold;
	text-overflow: ellipsis;
}
:-ms-input-placeholder {
	color: #231f20 !important;
	font-weight: bold;
	text-overflow: ellipsis;
}

/* standard styles
-----------------------------------------------------------------------------*/

.uppercase {
	text-transform: uppercase;
}
.underline {
	text-decoration: underline
}

.align_center {
	text-align: center;
	margin: auto;
}
.align_right {
	text-align: right;
}
.align_left {
	text-align: left;
}
.align_justify {
	text-align: justify;
}

.valign_top {
	vertical-align: top;
}
.valign_middle {
	vertical-align: middle;
}
.valign_bottom {
	vertical-align: bottom;
}

.position_center {
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.position_middle:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.box_center {
	display: table;
	margin: 0 auto !important;
}

.clear {
	height:0;
	font-size: 1px;
	line-height: 0px;
	clear: both;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
} 
.clearfix:after {
	clear: both;
}

.hidden {
	display: none;
}

@media screen and (min-width: 1141px) {
.mobile_only {
	display: none !important;
}
}

@media screen and (max-width: 1140px) {
.desktop_only {
	display: none !important;
}
}


.img_left {
	width: auto;
	float: left;
	margin: 0px 60px 30px 0px;
}
.img_right {
	width: auto;
	float: right;
	margin: 0px 0px 30px 60px;
}

.images, .images_left, .images_right {
	border: 0px;
}
.images_left {
	width: auto;
	float: left;
	margin: 0px 60px 30px 0px;
}
.images_right {
	width: auto;
	float: right;
	margin: 0px 0px 30px 60px;
}

.img_full, .images_full {
	width: 100%;
	height: auto;
}

.img, .img_left, .img_right {
	max-width: 100%;
	height: auto;
}
.images, .images_left, .images_right {
	max-width: 100%;
	height: auto;
}
.img_left, .img_right, .images_left, .images_right {
	display: block;
	margin-bottom: 30px;
}

@media screen and (max-width: 1840px) {
.images, .images_left, .images_right, .img, .img_left, .img_right {
	width: 400px;
	height: auto;
}
.images_left, .img_left {
	margin: 0px 45px 25px 0px;
}
.images_right, .img_right {
	margin: 0px 0px 25px 45px;
}
}

@media screen and (max-width: 1140px) {
.images_left, .img_left {
	margin: 0px 30px 15px 0px;
}
.images_right, .img_right {
	margin: 0px 0px 15px 30px;
}
.images, .images_left, .images_right, .img, .img_left, .img_right {
	width: 300px;
	height: auto;
}
}

@media screen and (max-width: 800px) {
.images, .images_left, .images_right, .img, .img_left, .img_right {
	width: 250px;
	height: auto;
}
}

@media screen and (max-width: 500px) {
.images, .images_left, .images_right, .img, .img_left, .img_right {
	width: 100%;
	height: auto;
}
.images_left, .img_left {
	margin-right: 0px;
}
.images_right, .img_right {
	margin-left: 0px;
}
}


hr, .hr {
	line-height: 1px;
	height: 1px;
	font-size: 1px;
	background: #ccc;
	border: 0px;
}

.a_button {
    font-family: "Jost", sans-serif;
    font-weight: 400;
	display: inline-block;
	color: #fff;
	font-size: 0.86rem;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	outline: none;
	background-color: #6a9620;
	text-align: center;
	padding: 14px 24px 14px 24px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.a_button:hover {
	text-decoration: none;
	background-color: #000;
}

.a_button1 {
	background-color: #000;
}
.a_button1:hover {
	background-color: #6a9620;
}

.columns {
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
	column-gap: 20px;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}

.columns[data-columns-count="2"] {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}
.columns[data-columns-count="3"] {
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
}
.columns[data-columns-count="4"] {
	-moz-column-count: 4;
	-webkit-column-count: 4;
	column-count: 4;
}
.columns[data-columns-count="5"] {
	-moz-column-count: 5;
	-webkit-column-count: 5;
	column-count: 5;
}
.columns[data-columns-count="6"] {
	-moz-column-count: 6;
	-webkit-column-count: 6;
	column-count: 6;
}

.res_list div {
	display: inline-block;
	padding-bottom: 10px;
	vertical-align: top;
}


/* ul_no_dots
-----------------------------------------------------------------------------*/
.ul_no_dots, .ul_no_dots > li {
	list-style: none;
	list-style-image: none;
	padding: 0px;
	margin: 0px;
}

/* columns
-----------------------------------------------------------------------------*/
.columns {
	display: flex;
	flex-wrap: wrap; 
	gap: 20px 20px;
	justify-content: center;
	align-items: center;
}
.columns.nowrap {
	flex-wrap: nowrap;
}

.columns > li {
	flex: 1;
}
.columns[data-columns-count="1"] > li {
	flex-basis: calc(100% - 40px);
}
.columns[data-columns-count="2"] > li {
	flex-basis: calc(50% - 40px);
}
.columns[data-columns-count="3"] > li {
	flex-basis: calc(33.333% - 40px);
}
.columns[data-columns-count="4"] > li {
	flex-basis: calc(25% - 40px);
}
.columns[data-columns-count="5"] > li {
	flex-basis: calc(20% - 40px);
}


/* columns_list
-----------------------------------------------------------------------------*/
ul.columns_list {
	width: 100%;
	list-style: none;
	list-style-image: none;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
ul.columns_list > li {
	width: auto;
	max-width: 94%;
	display: inline-block;
	padding: 0px 0px 0px 0px;
	margin: 0px 2% 15px 2%;
	vertical-align: top;
	text-align: left;
}
ul.columns_list > li {
}
ul.columns_list[data-columns-count="2"] > li {
	width: 46%;
}
ul.columns_list[data-columns-count="3"] > li {
	width: 29%;
}
ul.columns_list[data-columns-count="4"] > li {
	width: 21%;
}
ul.columns_list[data-columns-count="5"] > li {
	width: 16%;
}

ul.columns_list.valign_top li {
	vertical-align: top;
}
ul.columns_list.valign_middle li {
	vertical-align: middle;
}
ul.columns_list.valign_bottom li {
	vertical-align: bottom;
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
	ul.columns_list > li {
		width: 97% !important;
	}
}
@media only screen and (min-width: 640px) and (max-width: 960px) {
	ul.columns_list > li {
		width: 47% !important;
	}
}
@media only screen and (min-width: 960px) and (max-width: 1280px) {
	ul.columns_list[data-columns-count="2"] > li {
		width: 47% !important;
	}
	ul.columns_list[data-columns-count="3"] > li,
	ul.columns_list[data-columns-count="4"] > li,
	ul.columns_list[data-columns-count="5"] > li {
		width: 30% !important;
	}
}
@media only screen and (min-width: 1280px) and (max-width: 1600px) {
	ul.columns_list[data-columns-count="2"] > li {
		width: 47% !important;
	}
	ul.columns_list[data-columns-count="3"] > li {
		width: 30% !important;
	}
	ul.columns_list[data-columns-count="4"] > li,
	ul.columns_list[data-columns-count="5"] > li {
		width: 22% !important;
	}
}
@media only screen and (min-width: 1600px) {
	ul.columns_list[data-columns-count="2"] > li {
		width: 47% !important;
	}
	ul.columns_list[data-columns-count="3"] > li {
		width: 30% !important;
	}
	ul.columns_list[data-columns-count="4"] > li {
		width: 22% !important;
	}
	ul.columns_list[data-columns-count="5"] > li {
		width: 17% !important;
	}
}


/* white-popup - magnific-popup style
-----------------------------------------------------------------------------*/
.white-popup {
	position: relative;
	background: #FFF;
	padding: 20px;
	width:auto;
	max-width: 700px;
	margin: 20px auto;
}


/* portfolio styles
-----------------------------------------------------------------------------*/
.sectionname, .imagepages {
	display: inline-block;
	color: #fff;
	background: #000;
	padding: 3px 6px 3px 6px;
	margin: 0px 3px 5px 0px;
	border-radius: 2px;
}
.sectionname:hover, .imagepages:hover {
	text-decoration: none;
	color: #fff;
	background: #d5a233;
}

.sectionnameselected, .imagepageselected {
	display: inline-block;
	color: #fff;
	background: #d5a233;
	padding: 3px 6px 3px 6px;
	margin: 0px 3px 5px 0px;
	border-radius: 2px;
}
.sectionnameselected:hover, .imagepageselected:hover {
	text-decoration: none;
}

.sectionname_divider {
	display: none;
}

.imagesmallname {
	color: #000;
}

.imagemediumname {
	color: #000; 
	font-weight: bold;
}

.image_delimiter {
	font-size: 1px;
	line-height: 1px;
	height: 3px;
	padding: 0px;
	margin: 0px;
}


/* portfolio
-----------------------------------------------------------------------------*/
.portfolio {
}
.portfolio ul {
	display: table;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
.portfolio ul li {
	display: inline-block;
	margin: 0px 5px 20px 5px;
	padding: 0px;
	vertical-align: top;
}
.portfolio ul li:first-child {
}
.portfolio ul li:last-child {
}
a.portfolio_button {
	display: inline-block;
	position: relative;
	color: #fff;
	font-size: 0.9rem;
	line-height: 1;
	font-weight: 700;
	text-decoration: none;
	outline: none;
	background: #d5a233;
	text-align: center;
	padding: 10px 15px 10px 15px;
	border-radius: 2px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
a.portfolio_button:hover, .portfolio ul li:hover a.portfolio_button, .portfolio li.selected a.portfolio_button {
	text-decoration: none;
	background: #000;
}

@media screen and (max-width: 1840px) {
a.portfolio_button {
	padding: 7px 10px 7px 10px;
}
}

@media screen and (max-width: 1140px) {
a.portfolio_button {
	font-size: 16px;
	line-height: 16px;
}
}


/* portfolio_sections_list
-----------------------------------------------------------------------------*/
.portfolio_sections_list {
	padding: 0px 0px 15px 0px;
	text-align: left;
	border-bottom: 1px solid #ececec;
	margin-bottom: 15px;
}
.portfolio_sections_list_caption {
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 1.2rem;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
.portfolio_sections_list select {
	width: 100%;
	font-optical-sizing: auto;
	padding: 10px;
	margin: 0px 0px 10px 0px;
	font-family: "Jost", sans-serif;
    font-weight: 400;
	color: #666;
	background: #fff url(images/input_bg.webp) top repeat-x;
	border: 1px solid #ccc;
}

.portfolio_sections_list ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: left;
}
.portfolio_sections_list ul li {
	display: inline-block;
	margin: 0px 10px 10px 0px;
	padding: 0px;
	vertical-align: top;
}

.portfolio_section_name {
	font-family: "Jost", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 2.4rem;
	color: #3c2f26;
	text-align: left;
}
.portfolio_section_text {
	padding: 0px 0px 20px 0px;
	text-align: left;
}


/* portfolio_navigation
-----------------------------------------------------------------------------*/
.portfolio_navigation {
	padding: 0px 0px 10px 0px;
}
.portfolio_navigation_last {
	width: 100px;
	float: left;
}
.portfolio_navigation_next {
	width: 100px;
	float: right;
	text-align: right;
}
.portfolio_navigation_pages {
	width: -webkit-calc(100% - 200px);
	width: -moz-calc(100% - 200px);
	width: calc(100% - 200px);
	float: left;
	text-align: center;
}


/* portfolio_thumbnails
-----------------------------------------------------------------------------*/
.portfolio_thumbnails {
}
.portfolio_thumbnails_caption {
	padding: 0px 0px 20px 0px;
	text-align: left;
}

.portfolio_thumbnails ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
	display: grid;
	gap: 10px 20px;
	grid-template-columns: repeat(4, 1fr);
}

.portfolio_thumbnails li {
	position: relative;
	padding: 0px;
	margin: 0px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_thumbnails .portfolio_thumbnail_link {
	display: block;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_thumbnails .portfolio_thumbnail_link:hover {
	text-decoration: none;
	color: #e4af3b;
}
.portfolio_thumbnails .portfolio_thumbnail_image {
	width: 100%;
}
.portfolio_thumbnails .portfolio_thumbnail_image img {
	width: 100%;
	height: auto;
}

.portfolio_thumbnail_caption {
	width: 92%;
	overflow: hidden;
	color: #fff;
	font-size: 0.8rem;
	line-height: 1.1;
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding: 7px 4% 7px 4%;
	opacity: 0.5;
	background: rgba(72,72,72,0.8);
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_thumbnails ul li:hover .portfolio_thumbnail_caption {
	opacity: 1;
}
.portfolio_thumbnail_caption a {
	color: #FF0;
}
.portfolio_thumbnail_caption small {
	font-size: 0.7rem;
	line-height: 1.2;
}

@media screen and (max-width: 1840px) {
.portfolio_thumbnails ul {
	gap: 5px 10px;
}
}

@media screen and (max-width: 1300px) {
.portfolio_thumbnails ul {
	gap: 5px 10px;
	grid-template-columns: repeat(3, 1fr);
}
}

@media screen and (max-width: 1140px) {
.portfolio_thumbnails ul {
	gap: 5px 10px;
	grid-template-columns: repeat(3, 1fr);
}
}

@media screen and (max-width: 800px) {
.portfolio_thumbnails ul {
	gap: 5px 10px;
	grid-template-columns: repeat(2, 1fr);
}
}

@media screen and (max-width: 700px) {
.portfolio_thumbnails ul {
	gap: 5px 10px;
}
}

@media screen and (max-width: 500px) {
.portfolio_thumbnails ul {
	gap: 5px 10px;
	grid-template-columns: 1fr;
}
}


/* portfolio_index
-----------------------------------------------------------------------------*/
.portfolio_index {
	margin-bottom: 30px;
}
.portfolio_index_text {
	padding: 0px 0px 20px 0px;
	text-align: left;
}

.portfolio_index ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
	display: grid;
	gap: 10px 20px;
	grid-template-columns: repeat(4, 1fr);
}
.portfolio_index li {
	position: relative;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_index .portfolio_index_link {
	display: block;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_index .portfolio_index_link:hover {
	text-decoration: none;
	color: #e4af3b;
}
.portfolio_index .portfolio_index_image {
	width: 100%;
}
.portfolio_index .portfolio_index_image img {
	width: 100%;
	height: auto;
}

.portfolio_index_caption {
	width: 80%;
	position: absolute;
	left: 5%;
	top: 50%;
	margin-top: -15%;
	opacity: 0.8;
	transition: all 0.5s ease;
	z-index: 2;
	background: rgba(72,72,72,0.8);
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	padding: 5%;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_index ul li:hover .portfolio_index_caption {
	opacity: 1;
}


@media screen and (max-width: 1840px) {
.portfolio_index ul {
	gap: 5px 10px;
}
}

@media screen and (max-width: 1300px) {
.portfolio_index ul {
	gap: 5px 10px;
	grid-template-columns: repeat(3, 1fr);
}
}

@media screen and (max-width: 1140px) {
.portfolio_index_caption {
	font-size: 1.3rem;
}
.portfolio_index ul {
	gap: 5px 10px;
	grid-template-columns: repeat(3, 1fr);
}
}

@media screen and (max-width: 800px) {
.portfolio_index_caption {
	font-size: 1.2rem;
}
.portfolio_index ul {
	gap: 5px 10px;
	grid-template-columns: repeat(2, 1fr);
}
}

@media screen and (max-width: 700px) {
.portfolio_index ul {
	gap: 5px 10px;
}
}

@media screen and (max-width: 500px) {
.portfolio_index ul {
	gap: 5px 10px;
	grid-template-columns: 1fr;
}
}

/* portfolio_slider
-----------------------------------------------------------------------------*/
.portfolio_slider {
}

.portfolio_slider_previews_area {
	position: relative;
}
.portfolio_slider_previews {
	vertical-align: middle;
	height: 500px;
	overflow: hidden;
	margin-bottom: 10px;
}

.portfolio_slider_preview {
	width: auto;
	height: 500px;
	text-align: center;
}
.portfolio_slider_preview_link {
	width: auto;
	display: inline-block;
	text-align: center;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.portfolio_slider_preview_image {
	width: 100%;
	height: auto;
}
.portfolio_slider_preview_image img {
	width: 100%;
	height: auto;
}
.portfolio_slider_preview_caption {
	width: 94%;
	overflow: hidden;
	color: #fff;
	font-size: 0.8rem;
	line-height: 1;
	text-align: left;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 10px 3% 10px 3%;
	opacity: 1;
	background: rgba(72,72,72,0.7);
}
.portfolio_slider_preview_caption small {
	color: #CCC;
}

.portfolio_slider_previews_last, .portfolio_slider_thumbnails_last {
	position: absolute !important;
	top: 50%;
	margin-top: -20px;
	left: 20px;
}
.portfolio_slider_previews_last:after, .portfolio_slider_thumbnails_last:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(images/portfolio_slider_last.webp) center center no-repeat;
}

.portfolio_slider_previews_next, .portfolio_slider_thumbnails_next {
	position: absolute !important;
	top: 50%;
	margin-top: -20px;
	right: 20px;
}
.portfolio_slider_previews_next:after, .portfolio_slider_thumbnails_next:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(images/portfolio_slider_next.webp) center center no-repeat;
}

.portfolio_slider_navigation {
	display: table;
	margin: 0 auto;
	margin-bottom: 15px;
}

.portfolio_slider_slideshow {
	position: relative;
}

.portfolio_slider_thumbnails_area {
	position: relative;
}
.portfolio_slider_thumbnails {
	margin-bottom: 10px;
}

.portfolio_slider_thumbnail {
	text-align: center;
}

.portfolio_slider_thumbnail_link {
	text-align: left;
	position: relative;
	width: auto;
	display: inline-block;
}

.portfolio_slider_thumbnail_image img {
	opacity: 0.7;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_slider_thumbnail_image:hover img, .portfolio_slider_thumbnails .slick-current img {
	opacity: 1 !important;
}

.portfolio_slider_thumbnail_caption {
	width: 92%;
	overflow: hidden;
	color: #fff;
	font-size: 0.7rem;
	line-height: 1.2;
	position: absolute;
	bottom: -10px;
	left: 0px;
	padding: 7px 4% 7px 4%;
	opacity: 0;
	background: rgba(72,72,72,0.7);
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_slider_thumbnail_link:hover .portfolio_slider_thumbnail_caption {
	opacity: 1;
	bottom: 0px;
}
.portfolio_slider_thumbnail_caption a {
	color: #FF0;
}


/* portfolio magnific-popup styles
-----------------------------------------------------------------------------*/
.mfp-figure {
}
.mfp-close {
}
.mfp-img {
}
.mfp-bottom-bar {
}
.mfp-title {
	font-size: 14px;
	line-height: 16px;
}
.mfp-title a {
	color: #FF0;
}
.mfp-title small {
	font-size: 13px;
	line-height: 14px;
	color: #fff;
}
.mfp-counter {
}


/* breadcrumbs
-----------------------------------------------------------------------------*/
.breadcrumbs {
	font-family: "Jost", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 1rem;
	line-height: 1.2;
	color: #584b41;
	padding: 0px 0px 13px 0px;
	margin: 0px 0px 20px 0px;
	border-bottom: 1px solid #ccc;
}
.breadcrumbs ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
.breadcrumbs ol li {
	position: relative;
	display: inline-block;
	padding: 0px 15px 0px 0px;
	margin: 0px 5px 0px 0px;
}
.breadcrumbs ol li:after {
	content: " >";
	display: block;
	width: 20px;
	height: 100%;
	position: absolute;
	top: 3px;
	right: 0px;
	text-align: right;
	font-size: 14px;
	line-height: 14px;
}
.breadcrumbs ol li:last-child {
	margin: 0px 0px 0px 0px;
}
.breadcrumbs ol li:last-child:after {
	content: "";
	display: block;
	width: 0px;
}

.breadcrumbs ol li a {
	color: #459604;
}
.breadcrumbs ol li:hover a {
	text-decoration: underline;
}


/* Table
-----------------------------------------------------------------------------*/
.table {
	width: 100%;
	border-top: 1px solid #bdb6a3;
	border-left: 1px solid #bdb6a3;
}
.table tr {
	vertical-align: middle;
}
.table th, .table td {
	padding: 5px;
	border-bottom: 1px solid #bdb6a3; 
	border-right: 1px solid #bdb6a3; 
	color: #64534c;
}
.table thead td, .table tfoot td {
	background: #efae40 url(images/table_header_bg.webp) top repeat-x;
	font-family: "Jost", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.table tr th {
	font-family: "Jost", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	background: #ada48c;
}
.table tr:nth-child(odd) {
	background: #efede8;
}
.table tr:nth-child(even) {
	background: #f5f3ee;
}


/* belgard
-----------------------------------------------------------------------------*/
table.belgard td {
	padding: 0px 20px 20px 0px;
}

/* main styles
-----------------------------------------------------------------------------*/
.animatedParent {
/*	overflow: hidden;*/
}

.page_wrapper {
	width: 1800px;
	height: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.page_wrapper:before,
.page_wrapper:after {
	content: "";
	display: table;
} 
.page_wrapper:after {
	clear: both;
}

@media screen and (max-width: 1840px) {
.page_wrapper {
	width: auto;
	margin: 0px 30px 0px 30px;
}
}


@media screen and (max-width: 1140px) {
.page_wrapper {
	margin: 0px 20px 0px 20px;
}
}


#main_wrapper {
	overflow: hidden;
}

.body_offset {
	padding-top: 0px;
}

.body_wrapper {
	max-width: 2560px !important;
	margin: 0 auto !important;
	float: none !important;
}

.box_fixed {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	margin-left: auto !important;
	margin-right: auto !important;
	z-index: 1000 !important;
	width: 100% !important;
	max-width: 2560px !important;
	float: none !important;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

/* header_contacts
-----------------------------------------------------------------------------*/
#header_contacts {
	width: 100%;
    height: 54px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 999;
    border-bottom: 1px solid #374342;
}
#header_contacts a,
#header_contacts span {
	display: inline-block;
	vertical-align: middle;
    font-family: "Jost", sans-serif;
    font-weight: 600;
	font-size: 0.93rem;
	line-height: 3.85;
	color: #aeaeae;
}
#header_contacts a:hover {
	text-decoration: none;
}
#header_text {
    padding: 0px 298px 0px 29px;
    background: url(images/icon_text.webp) left center no-repeat;
}
#header_hours {
    padding: 0px 311px 0px 25px;
	background: url(images/icon_hours.webp) left center no-repeat;
}
#header_location {
    padding: 0px 0px 0px 19px;
	background: url(images/icon_location.webp) left center no-repeat;
}
#header_social {
    float: right;
    padding-top: 11px;
}
#header_social a {
	vertical-align: top!important;
	line-height: 20px;    
}
#header_phone {
	font-size: 1.2rem!important;
    line-height: 1.9!important;
    letter-spacing: 3px;
	color: #edb231!important;
	padding: 0px 14px 0px 23px;
	background: url(images/icon_phone.webp) left center no-repeat;
}
#header_icons {
  display: inline-block;
  vertical-align: middle;
}
#header_icons img {
  vertical-align: middle;
}
#header_social img {
    margin-left: 7px;
}
@media screen and (max-width: 1840px) {
#header_contacts {
    left: 0px;
}
#header_text {
    padding: 0px 65px 0px 29px;
}
#header_hours {
    padding: 0px 56px 0px 25px;
}
}
@media screen and (max-width: 1140px) {
#header_contacts {
    position: relative;
    top: 0px;
    left: 0px;
    background: linear-gradient(to bottom, #000 0px, #3d3d3d 100%);
    text-align: center;
}
#header_contacts a,
#header_contacts span {
	font-size: 0.93rem;
	line-height: 4.2;
	color: #aeaeae;
}
#header_phone {
	color: #fff!important;
}
#header_icons img {
  vertical-align: top;
}
}
@media screen and (max-width: 1027px) {
#header_location {
    display: none!important;
}
}
@media screen and (max-width: 721px) {
#header_hours {
    display: none!important;
}
}
@media screen and (max-width: 521px) {
#header_text {
    display: none!important;
}
#header_social {
    position: static;
    display: block;
    width: 100%;
    font-size: 0px;
    margin: 0px auto;
}
}
/* header
-----------------------------------------------------------------------------*/
#header {
	width: 100%;
    height: 225px;
    position: absolute;
    top: 54px;
    left: 0px;
    text-align: center;
    z-index: 555;
}
#header_logo {
    float: left;
    margin: 42px 0px 0px 87px;
}
#header .a_button {
	position: absolute;
    top: 15px;
    right: 0px;
    z-index: 777;
    transition: top 0.3s ease;
    background: #d5a233;
    color: #000;
    font-family: "Anton SC", sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1;
    text-transform: uppercase;
    padding: 16px 40px;
    letter-spacing: 2px;
}
#header .a_button:hover {
    background: #6a9620;
    color: #fff;
}
@media screen and (max-width: 1840px) {
#header {
    text-align: left;
}
#header_logo {
    margin: 120px 0px 0px 0px;
}
}
@media screen and (max-width: 1140px) {
#header {
    height: auto;
    text-align: center;
    top: 50px;
}
#header_logo {
    float: none;
    margin: 27px auto 0px auto;
    position: relative;
    text-align: center;
}
#header_logo img {
    width: 262px;
    height: 54px;
}
#header .a_button {
	display: none;
}
}
/*menutop
-----------------------------------------------------------------------------*/
#menutop {
    width: 100%;
    height: 52px;
    padding: 15px 0px;
    z-index: 666;
}
#menutop.box_fixed {
    background: rgba(0, 0, 0, 0.7);
    padding: 0px;
}
#menutop ul {
	display: flex;
    justify-content: flex-end;
	padding-right: 299px; 
	margin: 0px;
	list-style: none;
	list-style-image: none;
}
#menutop.box_fixed ul {
    max-width: 1800px;
    padding-right: 0px;
    margin-right: 416px;
}
#menutop li {
	float: none;
	padding: 0px;
	margin: 0px;
}
#menutop ul li a {
	display: block;
    font-family: "Anton SC", sans-serif;
	font-size: 1.33333333rem;
	line-height: 1;
	font-weight: 400;
	color: #afafaf;
	text-align: center;
    letter-spacing: 2px;
	padding: 16px 31px 16px 31px;
	margin: 0px;
	transition: color 250ms ease-in;
	-webkit-transition: color 250ms ease-in;    
}
#menutop ul li:hover a, 
#menutop li.selected a {
	text-decoration: none;
	color: #d5a233;
}
@media screen and (max-width: 1840px) {
#menutop ul {
    display: flex;
    justify-content: start;
	padding-left: 0px; 
    padding-right: 0px; 
    position: absolute;
    left: 0;
    width: 100%;
}
#menutop ul li:first-child a {
	padding: 16px 31px 16px 0px;
}
#menutop.box_fixed ul li:first-child a {
    padding: 16px 31px 16px 31px;
}
}
@media screen and (max-width: 1140px) {
#menutop {
    display: none;
}
}
/* slideshow
-----------------------------------------------------------------------------*/
#slideshow {
	width: 100%;
	height: 1083px;
	position: relative;
	z-index: 10;
	background: #000;
}
.inside #slideshow {
	height: 609px;
}
#slideshow_overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%; 
    background: url(images/slideshow_overlay.webp) center center no-repeat;
    z-index: 234; 
}
.inside #slideshow_overlay {
    background: url(images/slideshow_overlay_inside.webp) center top no-repeat;
}
@media screen and (max-width: 1140px) {
#slideshow {
    height: 327px!important;
	background: #020b17 url(images/mobile_slideshow_bg.webp) center center no-repeat;
    background-size: cover;
}
.inside #slideshow {
	height: 217px!important;
}    
}
#slideshow ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#slideshow li {
	width: 100%;
	height: 100%;
	list-style: none;
	list-style-image: none;
}
@media screen and (min-width: 1141px) {
#slide1 {
	background: url(images/slides_01.webp) center center no-repeat;
}
#slide2 {
	background: url(images/slides_02.webp) center center no-repeat;
}
#slide3 {
	background: url(images/slides_03.webp) center center no-repeat;
}
}
#slideshow_content {
	position: absolute;
    font-family: "Anton SC", sans-serif;
    font-weight: 400;
	color: #fff;
	width: 100%;
	left: 93px;
	top: 279px;
	z-index: 235;
    text-align: left;
}
#slideshow_slogan1 {
	font-size: 8rem;
	line-height: 1.12;
    padding: 0px 0px 39px 1px;
}
.inside #slideshow_slogan1 {
	font-size: 5.4rem;
}
.inside #slideshow_slogan1 br {
	display: none;
}
#slideshow_slogan1 span {
    font-weight: 400;
	color: #82a527;
}
#slideshow_slogan2 {
	font-size: 2.2rem;
	line-height: 1;
    padding: 0px 0px 15px 0px;
    letter-spacing: 22px;
}
#slideshow_text {
    font-family: "Jost", sans-serif;
	font-size: 1.33rem;
	line-height: 1px;
    padding: 0px 0px 0px 2px;
}
#slideshow_content .a_button {
    margin: 54px 0px 0px 5px;
}
#slideshow_content .a_button:last-child {
    display: block;
    width: fit-content;
    margin: 12px 0px 0px 79px;
}
.inside #slideshow_slogan2,
.inside #slideshow_text,
.inside #slideshow_content .a_button {
    display: none;
}
#slideshow_info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 235;
}
.inside #slideshow_info {
    display: none;
}
#slideshow_info1 {
    line-height: 3.73;
    margin-left: auto;
    margin-right: 0px;
    margin-top: 297px;
    width: fit-content;
	color: #fff;
    text-align: left;
    background: rgb(106, 150, 32, 0.86);
    padding: 46px 60px 64px 49px;
}
#slideshow_info1 span {
    display: block;
    max-width: 340px;
    font-family: "Anton SC", sans-serif;
	color: #d5a233;
    font-size: 2rem;
    line-height: 1.2;
    padding: 0px 0px 17px 27px;
    letter-spacing: 3px;
}
#slideshow_list div {
    position: relative;
    padding-left: 27px;
    text-transform: uppercase;
}
#slideshow_list div::before {
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    width: 13px;
    height: 13px;
    background: url(images/star_icon.webp) no-repeat center;
    background-size: contain;
}
@media screen and (max-width: 1840px) {
#slideshow .page_wrapper {
    width: 1100px;
    margin-left: auto;
	margin-right: auto;
}
.inside #slideshow {
	height: 591px;
}
#slideshow_content {
	top: 330px;
    left: 0px;
}
#slideshow_slogan1 {
	font-size: 5.3rem;
    padding: 0px 0px 44px 0px;
}
.inside #slideshow_slogan1 {
	font-size: 4.73rem;
}
#slideshow_slogan2 {
    padding: 0px 0px 13px 0px;
    letter-spacing: 18px;
}
#slideshow_text {
	font-size: 1.2rem;
    padding: 0px 0px 0px 2px;
}
#slideshow_content .a_button {
    margin: 89px 0px 0px 0px;
}
#slideshow_content .a_button:last-child {
    margin: 12px 0px 0px 74px;
}
#slideshow_info1 {
    padding: 46px 20px 64px 26px;
}
#slideshow_info1 span {
    padding: 0px 0px 17px 22px;
}
#slideshow_list div {
    padding-left: 22px;
    text-transform: none;
}
}
@media screen and (max-width: 1254px) {
#slideshow_content {
	left: 40px;
}
#slideshow_info1 {
    margin-right: 30px;
}
}
@media screen and (max-width: 1162px) {
#slideshow_content {
	left: 60px;
}
#slideshow_info1 {
    margin-right: 40px;
}
}
@media screen and (max-width: 1140px) {
#slideshow .page_wrapper {
    width: auto;
}
#slideshow_content {
	top: 112px;
    left: 0px;
    text-align: center;
}
#slideshow_slogan1 {
	font-size: 2.14rem;
    padding: 0px 0px 18px 0px;
}
.inside #slideshow_slogan1 {
	font-size: 2.14rem;
}
#slideshow_slogan2 {
    font-size: 1.42rem;
    padding: 0px 0px 13px 0px;
    letter-spacing: 3px;
}
#slideshow_text {
    font-size: 1rem;
    line-height: 1;
    padding: 0px;
}
#slideshow_overlay {
    background: url(images/slideshow_overlay_mob.webp) center center no-repeat;
    background-size: cover;
}
#slideshow_content .a_button,
#slideshow_info {
    display: none!important;
}
}
@media screen and (max-width: 450px) {
#slideshow_content {
	top: 90px;
}
}
#slides_arrow_next, 
#slides_arrow_prev {
	width: 53px;
	height: 179px;
	position: absolute;
	top: 50%;
    margin-top: -150px;
	z-index: 237;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.inside #slides_arrow_next, 
.inside #slides_arrow_prev {
    top: 50%;
    margin-top: -50px;
}
#slides_arrow_prev {
	left: 170px;
	background: url(images/slides_arrow_prev.webp) center center no-repeat;
}
#slides_arrow_next {
	right: 170px;
	background: url(images/slides_arrow_next.webp) center center no-repeat;	
}
@media screen and (max-width: 1840px) {
.inside #slides_arrow_next, 
.inside #slides_arrow_prev {
    top: 50%;
    margin-top: 0px;
}
}
@media screen and (max-width: 2210px) {
#slides_arrow_prev {
	left: 10px;
}
#slides_arrow_next {
	right: 10px;
}
}
@media screen and (max-width: 1140px) {
#slides_arrow_prev {
	display: none;
}
#slides_arrow_next {
	display: none;
}
}
#slides_arrow_next:hover, #slides_arrow_prev:hover {
	transform: scale(1.1);
}
#slideshow_pager { 
	position: absolute;
    width: 100%;
	bottom: 179px;
	z-index: 240;
	left: 0px;
    right: 0px;
	margin: 0px auto;
	text-align: center;
}
#slideshow_pager span { 
	width: 20px;
	height: 12px; 
    display: inline-block;
	cursor: pointer;
    font-family: arial;
	font-size: 0px;
	background: url(images/slide_icon.webp) center center no-repeat;
}
#slideshow_pager span.cycle-pager-active {
	background: url(images/slide_icon_on.webp) center center no-repeat;
}
#slideshow_pager > * {
	cursor: pointer;
}
.inside #slideshow_pager { 
	bottom: 33px;
}
@media screen and (max-width: 1840px) {
#slideshow_pager { 
    width: 1100px!important;
}
.inside #slideshow_pager { 
	bottom: 38px;
}
}
@media screen and (max-width: 1140px) {
#slideshow_pager {
	display: none;
}
}
/* .menu_icons
-----------------------------------------------------------------------------*/
.menu_icons {
	width: 100%;
	background: linear-gradient(to bottom, #6d9826 0px, #4b6a04 100%);
	display: none;
}
.menu_icons:after {
    content:"";
    display:block;
    clear: both;
}
.menu_icons ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
.menu_icons ul li {
	width: auto;
	list-style: none;
	list-style-image: none;
	float: right;
	display: inline-block;
	vertical-align: middle;
}
.menu_icons ul li:first-child {
	float: left;
}
.menu_icons a {
	display: block;
	text-align: center;
	color: #fff;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 0.8rem;
	line-height: 2.8;
	font-weight: 500;
	height: 36px;
	padding: 7px 20px 0px 20px;
}
#mobile_show_menu {
    color: #fff;
}
.menu_icons a:hover {
	text-decoration: none;
}
.menu_icons a img {
	vertical-align: middle;
	margin: 0px 5px 0px 0px;
}
@media screen and (max-width: 1140px) {
.menu_icons {
	display: block;
}
}
/* .menumobile
-----------------------------------------------------------------------------*/
#menumobile {
	width: 100%;
	display: none;
}
#menumobile ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#menumobile ul li {
	width: 100%;
	list-style: none;
	list-style-image: none;
	position: relative;
	background: linear-gradient(to bottom, #000 0px, #3e3e3e 100%);
}
#menumobile a {
	display: block;
	text-align: center;
	color: #fff;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 0.8rem;
	line-height: 1;
	font-weight: 500;
	padding: 12px 0px 8px 0px;
}
#menumobile a:hover {
	text-decoration: none;
}
#menumobile li.selected > a {
	color: #d5a233;
}
#menumobile li.closed > ul {
	display: none;
}
#menumobile li.open > ul {
	display: block;
	/* border on open dropdown menu */
	border-top: 1px solid #ebe7e1;
	border-bottom: 1px solid #ebe7e1;
}
/* clicking area to expand/collapse */
#menumobile li.closed a {
	margin-right: 40px;
	padding-left: 40px;
}
#menumobile li.closed {
	cursor: cell;
}
#menumobile li.closed:after {
	content: "";
	display: block;
	width: 40px;
	height: 100%;
	background: url(images/mobile_arrow_close.webp) center 13px no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
}
#menumobile li li.closed:after {
	z-index: 2;
}
#menumobile li li li.closed:after {
	z-index: 3;
}
#menumobile li li li li.closed:after {
	z-index: 4;
}
#menumobile li li li li li.closed:after {
	z-index: 5;
}
#menumobile li.open a {
	margin-right: 40px;
	padding-left: 40px;
}
#menumobile li.open {
	cursor: cell;
}
#menumobile li.open:after {
	content: "";
	display: block;
	width: 40px;
	height: 100%;
	background: url(images/mobile_arrow_open.webp) center 13px no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
}
#menumobile li li.open:after {
	z-index: 2;
}
#menumobile li li li.open:after {
	z-index: 3;
}
#menumobile li li li li.open:after {
	z-index: 4;
}
#menumobile li li li li li.open:after {
	z-index: 5;
}
@media screen and (min-width: 1140px) {
#menumobile {
	display: none !important;
}
}
/* box_services
-----------------------------------------------------------------------------*/
#box_services {
	width: 100%;
    position: relative;
	padding: 0px 0px 171px 0px;
	background: #000;
    z-index: 50;
}
#ul_services {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 51px;
    margin: -112px auto 0px;
    padding: 0;
    list-style: none;
}
#ul_services li {
    flex: 0 0 calc(25% - 51px);
    position: relative;
    z-index: 1;
}
#ul_services li a {
    position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
    width: 100%;
	height: 100%;
    line-height: 1;
	padding-top: 111px;
	text-decoration: none;
    box-sizing: border-box;
    transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#ul_services li a .a_button {
    font-family: "Jost", sans-serif;
    font-weight: 400;
    text-transform: none;
    border-radius: 7px;
    font-size: 0.86rem;
    line-height: 1;
    padding: 8px 31px 9px 31px;
    margin: 15px 0px;
}
#ul_services li a:hover .a_button{
    background: #333a2d;
}
#ul_services li a div {
    position: absolute;
    inset: 0;
    background: rgba(42, 49, 36, 0.9);
    z-index: 1;
}
#ul_services li a:hover div {
    background: rgba(88, 132, 14, 0.9);
}
#ul_services li span {
	display: block;
	text-align: center;
	position: relative;
    width: 100%;
	margin: 0px;  
    z-index: 4;
}
#ul_services li span b {
	font-family: "Anton SC", sans-serif;
    font-weight: 400;
	font-size: clamp(16px, 1.5vw, 24px);
	line-height: 1;
	color: #fff;
    z-index: 4;
}
#ul_services li strong {
	margin-top: auto;
	position: relative;    
    z-index: 4;
}
#ul_services li a::after {
    content: "";
    position: absolute;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 3;
}
#services_mowing::after {
    width: 96px;  
    height: 79px;
	background: url(images/icon_services_mowing.webp) no-repeat center/contain;
}
#services_mulching::after {
    width: 80px;  
    height: 80px;
	background: url(images/icon_services_mulching.webp) no-repeat center/contain;
}
#services_bush_shrub_care::after {
    width: 77px;  
    height: 76px;
	background: url(images/icon_services_bush_shrub_care.webp) no-repeat center/contain;
}
#services_spring_storm_clean_up::after {
    width: 80px;  
    height: 80px;
	background: url(images/icon_services_spring_storm_clean_up.webp) no-repeat center/contain;
}
#services_leaf_removal::after {
    width: 97px;  
    height: 80px;
	background: url(images/icon_services_leaf_removal.webp) no-repeat center/contain;
}
#services_holiday_lighting::after {
    width: 79px;  
    height: 76px;
	background: url(images/icon_services_holiday_lighting.webp) no-repeat center/contain;
}
#services_snow_management::after {
    width: 66px;  
    height: 74px;
	background: url(images/icon_services_snow_management.webp) no-repeat center/contain;
}
#services_equipment_rental::after {
    width: 76px;  
    height: 75px;
	background: url(images/icon_services_equipment_rental.webp) no-repeat center/contain;
}
#services_landscaping::after {
    width: 80px;  
    height: 76px;
	background: url(images/icon_services_landscaping.webp) no-repeat center/contain;
}
#services_lawn_maintenance::after {
    width: 88px;  
    height: 77px;
	background: url(images/icon_services_lawn_maintenance.webp) no-repeat center/contain;
}
#services_mowing:hover::after {
	background: url(images/icon_hover_services_mowing.webp) no-repeat center/contain;
}
#services_mulching:hover::after {
	background: url(images/icon_hover_services_mulching.webp) no-repeat center/contain;
}
#services_bush_shrub_care:hover::after {
	background: url(images/icon_hover_services_bush_shrub_care.webp) no-repeat center/contain;
}
#services_spring_storm_clean_up:hover::after {
	background: url(images/icon_hover_services_spring_storm_clean_up.webp) no-repeat center/contain;
}
#services_leaf_removal:hover::after {
	background: url(images/icon_hover_services_leaf_removal.webp) no-repeat center/contain;
}
#services_holiday_lighting:hover::after {
	background: url(images/icon_hover_services_holiday_lighting.webp) no-repeat center/contain;
}
#services_snow_management:hover::after {
	background: url(images/icon_hover_services_snow_management.webp) no-repeat center/contain;
}
#services_equipment_rental:hover::after {
	background: url(images/icon_hover_services_equipment_rental.webp) no-repeat center/contain;
}
#services_landscaping:hover::after {
	background: url(images/icon_hover_services_landscaping.webp) no-repeat center/contain;
}
#services_lawn_maintenance:hover::after {
	background: url(images/icon_hover_services_lawn_maintenance.webp) no-repeat center/contain;
}
#services_mowing {
	background: url(images/img_services_mowing.webp) center/cover no-repeat;
}
#services_mulching {
	background: url(images/img_services_mulching.webp) center/cover no-repeat;
}
#services_bush_shrub_care {
	background: url(images/img_services_bush_shrub_care.webp) center/cover no-repeat;
}
#services_spring_storm_clean_up {
	background: url(images/img_services_spring_storm_clean_up.webp) center/cover no-repeat;
}
#services_leaf_removal {
	background: url(images/img_services_leaf_removal.webp) center/cover no-repeat;
}
#services_holiday_lighting {
	background: url(images/img_services_holiday_lighting.webp) center/cover no-repeat;
}
#services_snow_management {
	background: url(images/img_services_snow_management.webp) center/cover no-repeat;
}
#services_equipment_rental {
	background: url(images/img_services_equipment_rental.webp) center/cover no-repeat;
}
#services_landscaping {
	background: url(images/img_services_landscaping.webp) center/cover no-repeat;
}
#services_lawn_maintenance {
	background: url(images/img_services_lawn_maintenance.webp) center/cover no-repeat;
}
@media screen and (max-width: 1840px) {
#box_services {
	padding: 0px 0px 130px 0px;
}
#ul_services {
    gap: 24px;
    margin: -117px auto 0px;
}
#ul_services li {
    flex: 0 0 calc(25% - 24px);
}
#ul_services li a {
	padding-top: 28%;
}
#ul_services li span b {
	font-size: 1.33rem;
}
#ul_services li a .a_button {
    font-size: clamp(0.64rem, 0.8vw, 0.86rem);
    padding: clamp(5px, 0.6vw, 8px) clamp(12px, 1.5vw, 31px);
}
#services_mowing::after,
#services_mulching::after,
#services_bush_shrub_care::after,
#services_spring_storm_clean_up::after,
#services_leaf_removal::after,
#services_holiday_lighting::after,
#services_snow_management::after,
#services_equipment_rental::after,
#services_landscaping::after,
#services_lawn_maintenance::after {
    width: clamp(50px, 4vw, 80px);
	height: clamp(50px, 4vw, 80px);
}
}
@media screen and (max-width: 1140px) {
#box_services {
	padding: 30px 0px 30px 0px;
}
#ul_services {
    margin: 0px auto 0px;
}
#ul_services li a {
	padding-top: 54px;
}
#ul_services li span b {
	font-size: 1.14rem;
}
#ul_services li a .a_button {
	font-size: 0.64rem;
    padding: 4px 14px;
}
#ul_services li strong {
	bottom: 13px;
}
#ul_services li a::after {
    top: 3px;
}
#services_mowing::after,
#services_mulching::after,
#services_bush_shrub_care::after,
#services_spring_storm_clean_up::after,
#services_leaf_removal::after,
#services_holiday_lighting::after,
#services_snow_management::after,
#services_equipment_rental::after,
#services_landscaping::after,
#services_lawn_maintenance::after {
    width: clamp(40px, 3.5vw, 50px);
	height: clamp(40px, 3.5vw, 50px);
}
}
@media screen and (max-width: 900px) {
#box_services li {
  	flex: 0 0 calc(33.333% - 24px);
}
}
@media screen and (max-width: 600px) {
#box_services li {
  	flex: 0 0 calc(50% - 24px);
}
#ul_services li a::after {
    top: 10px;
}
}
@media screen and (max-width: 400px) {
#box_services li {
  	flex: 0 0 100%;
}
}
/* middle
-----------------------------------------------------------------------------*/
#middle {
	min-height: 800px;
	background: #fff;
    padding: 98px 0px 120px 0px;
}
@media screen and (max-width: 1840px) {
#middle {
    padding: 60px 0px 70px 0px;
}
}
@media screen and (max-width: 1140px) {
#middle {
	min-height: 600px;
    padding: 40px 0px 40px 0px;
}
}
/* box_middle
-----------------------------------------------------------------------------*/
#box_middle {
	background: #fff;
    color: #584b41;
    font-weight: 500;
    padding: 79px 0px 170px 0px;
}
#box_middle h2 {
	font-size: 1.86rem;
    text-transform: uppercase;
    letter-spacing: 7px;
}
#box_middle strong {
    display: block;
    font-family: "Jost", sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    margin: 10px 0px 10px 0px;
}
#box_middle b {
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}
#box_middle p {
    margin-bottom: 15px;
}
#box_middle ul {
    margin-bottom: 15px;
    columns: 2;    
    max-width: 450px;
    column-gap: 50px;       
    padding: 0px;           
    margin: 10px auto 20px auto;
}
.row {
    display: flex;
    flex-wrap: wrap;     
    align-items: stretch; 
}
.col.text {
    flex: 1 1 50%;
    padding: 38px 90px 0px 64px;
    height: 580px;
    background: #eaf0da;
    box-sizing: border-box;
}
.col.image {
    flex: 1 1 50%;
    display: flex;
}
.col.image.right {
    justify-content: flex-end;
    align-items: flex-start;
}
.col.image.left {
    justify-content: flex-start;
    align-items: flex-end;
}
.col.image img {
    max-width: 100%;
    height: auto;
    display: block;
}
#box_middle .a_button {
	padding: 14px 31px 14px 31px;
}
@media screen and (max-width: 1840px) {
#box_middle .page_wrapper {
    width: 1100px;
    margin-left: auto;
	margin-right: auto;
}
#box_middle {
    padding: 60px 0px 112px 0px;
}
#box_middle h2 {
	font-size: 1.66rem;
    letter-spacing: 2px;
}
#box_middle ul { 
    max-width: 425px;
    column-gap: 22px;               
}
.col.text {
    flex: 1 1 50%;
    padding: 38px 11px 40px 41px;
    height: 675px;
    position: relative;
}
.row + .row .col.text {
    margin-top: -96px; 
}
.row + .row .col.image {
    margin-top: 73px;
}
.col.image.right img {
    content: url("images/pic_about_1_1840.webp"); 
    width: 487px; 
    height: auto;
}
.col.image.left img {
    content: url("images/pic_about_2_1840.webp"); 
    width: 502px; 
    height: auto;
}
#box_middle .a_button {
	position: absolute;
    bottom: -80px;
    left: 0px;  
}
}
@media screen and (max-width: 1140px) {
#box_middle {
    padding: 30px 0px 30px 0px;
}
#box_middle .page_wrapper {
    width: auto;
}
#box_middle h2 {
	font-size: 1.35rem;
}
.row {
    flex-direction: column;
    align-items: center;
}
.row .col.text,
.row .col.image {
    flex: 1 1 100%;  
}
.col.text {
    background: none;
    padding: 0px 30px;  
    height: auto; 
    text-align: center;
}
#box_middle ul {
    text-align: left;
}
.row .col.image {
    margin-top: 0px;
    display: flex;
    justify-content: center;
}
.row .col.image img {
    width: 400px; 
    height: 250px;
    object-fit: cover;
}
.row + .row {
    display: none;
}
}
@media screen and (max-width: 875px) {
.row .col.image img {
    width: 208px; 
    height: 105px;
    object-fit: cover;
}
}
/* box_advertising
-----------------------------------------------------------------------------*/
#box_advertising {
    position: relative;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 129px 0px 117px 0px;
    background: url(images/box_advertising_bg.webp) center top no-repeat;
    background-size: cover;
}
.thin_text {
    font-family: "Jost", sans-serif;
    font-weight: 300;
    font-size: 3.4rem;
    line-height: 1.45;
}
#bold_text {
    font-family: "Anton SC", sans-serif;
    font-weight: 400;
    font-size: 4rem;
    line-height: 1.28;
}
@media screen and (max-width: 1840px) {
#box_advertising {
    padding: 129px 0px 131px 0px;
}
.thin_text {
    font-size: 2.53rem;
    line-height: 1.94;
}
#bold_text {
    font-size: 3.2rem;
    line-height: 1.64;
}
}
@media screen and (max-width: 1140px) {
#box_advertising {
    padding: 30px 0px 30px 0px;
    background: url(images/box_advertising_bg_mob.webp) center top no-repeat;
    background-size: cover;
}
.thin_text {
    font-size: 1.28rem;
}
#bold_text {
    font-size: 1.85rem;
}
}
/* box_gallery
-----------------------------------------------------------------------------*/
#box_gallery {
	position: relative;
	padding: 60px 0px 57px 0px;
	background: #fff;
}
#box_gallery ul {
    display: flex;
	flex-wrap: wrap;      
	justify-content: center;
    margin: 0px auto;
	gap: 60px; 
    overflow: hidden;
}
#box_gallery ul li {
    flex: 0 0 calc(33.333% - 60px);
	position: relative;
    aspect-ratio: 560 / 617;
	overflow: hidden;
}
#box_gallery ul li a,
#box_gallery ul li a img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
#box_gallery a div {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0;
	background: rgba(106, 150, 32, 0.78) url(images/icon_zoom.webp) center center no-repeat;
	z-index: 2;
	text-align: center;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#box_gallery a:hover div {
	opacity: 1;
}
#box_gallery ul li a img {
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#box_gallery a img:hover {
	opacity: 1;
}
#box_gallery .a_button {
    margin-top: 38px;
    float: right;
}
@media screen and (max-width: 1840px) {
#box_gallery {
	padding: 56px 0px 56px 0px;
}
#box_gallery ul {
	gap: 5px; 
}
#box_gallery ul li {
    flex: 0 0 calc(33.333% - 5px);
}
}
@media screen and (max-width: 1140px) {
#box_gallery {
	padding: 30px 0px 30px 0px;
}
#box_gallery .a_button {
    display: block;  
    width: max-content;
    position: relative;
	margin: 19px auto 0px;
    float: none;
}
}
@media screen and (max-width: 692px) {
#box_gallery ul li:nth-child(3) {
    display: none;
}
}
@media screen and (max-width: 464px) {
#box_gallery ul li:nth-child(2) {
    display: none;
}
}
/* box_reviews
-----------------------------------------------------------------------------*/
#box_reviews {
	position: relative;
	padding: 0px 0px 147px 0px;
	background: #fff;
}
#box_reviews1 {
	width: 1800px;
    margin: 0px auto;
	background: url(images/reviews_5stars.webp) center 201px no-repeat, #eaf0da url(images/box_reviews_quote.webp) center 30px no-repeat;
}
#box_reviews2 {
	padding: 68px 440px 92px 440px;
    text-align: center;
}
#reviews_text {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    padding-top: 25px;
    color: #353535;
}
#reviews_text span {
    margin-top: 7px;
	display: block;
    color: #000;
}
#box_reviews a {
  text-decoration: none;
  color: inherit;
  display: block;
}
@media screen and (max-width: 1840px) {
#box_reviews {
	padding: 0px 0px 100px 0px;
}
#box_reviews1 {
	width: auto;
    margin: 0px 20px;
}
#box_reviews2 {
    display: block;
    max-width: 915px;
	padding: 68px 0px 92px 0px;
    margin: 0px auto;
}
}
@media screen and (max-width: 1140px) {
   #box_reviews {
	padding: 0px 0px 0px 0px;
}
#box_reviews1 {
    margin: 0px;
	background: url(images/reviews_5stars.webp) center 89px no-repeat, #eaf0da url(images/box_reviews_quote.webp) center 83px no-repeat;
    background-size: 90px auto, 225px auto;
}
#box_reviews2 {
    max-width: none;
	padding: 26px 30px 30px 30px;
}
}
@media screen and (max-width: 408px) {
#box_reviews1 {
	background: url(images/reviews_5stars.webp) center 102px no-repeat, #eaf0da url(images/box_reviews_quote.webp) center 83px no-repeat;
    background-size: 90px auto, 225px auto;
}
#box_reviews2 {
	padding: 26px 20px 30px 20px;
}
}
@media screen and (max-width: 270px) {
#box_reviews1 {
	background: url(images/reviews_5stars.webp) center 130px no-repeat, #eaf0da url(images/box_reviews_quote.webp) center 83px no-repeat;
    background-size: 90px auto, 225px auto;
}
}
/* box_contact
-----------------------------------------------------------------------------*/
#box_contact {
	position: relative;
	padding: 138px 0px 147px 0px;
	background: url(images/box_contact_bg.webp) center top no-repeat;
}
#box_contact1 {
    width: 58%;
    float: left;
    background: rgba(106, 131, 29, 0.87);
    padding: 70px 117px 68px 80px;
    box-sizing: border-box;
    z-index: 2;
    position: relative;
}
#box_contact_form label {
	padding-right: 14px;
}
#box_contact_form label.last {
	padding-right: 0px;
}
#box_contact_form textarea {
	height: 191px;
	font-size: 1rem;
	line-height: 1;
	font-family: "Jost", sans-serif;
	font-weight: 600;
	color: #231f20;
	padding: 19px 10px 19px 24px;
	background: #fff;
	border: none;
}
#box_contact_form #name,
#box_contact_form #phone,
#box_contact_form #email,
#box_contact_form #scode {
	height: 55px;
	font-size: 1rem;
	line-height: 1;
	font-family: "Jost", sans-serif;
	font-weight: 600;
	color: #231f20;
	padding: 19px 10px 19px 24px;
	background: #fff;
	border: 1px solid #899a54;
	margin: 0px 0px 13px 0px;
}
#box_contact_form input:required {
	background: #fff url(images/placeholder_req_bg.webp) 18px 19px no-repeat !important;
}
#box_contact_form input:required:active,
#box_contact_form input:required:focus,
#box_contact_form input:required:valid {
	background: #fff !important;
}
#box_contact_form ::-webkit-input-placeholder {
	font-size: 1rem;
	line-height: 1;
	color: #231f20!important;
	font-weight: 600;
}
#box_contact_form ::-moz-placeholder {
	font-size: 1rem;
	line-height: 1;
	color: #231f20!important;
	font-weight: 600;
}
#box_contact_form :-moz-placeholder {
	font-size: 1rem;
	line-height: 1;
	color: #231f20!important;
	font-weight: 600;
}
#box_contact_form :-ms-input-placeholder {
	font-size: 1rem;
	line-height: 1;
	color: #231f20!important;
	font-weight: 600;
}
#box_contact a {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
@media screen and (max-width: 1840px) {
#box_contact1 {
    padding: 70px 57px 68px 47px;
}
#box_contact #table_form {
    width: 100%;
}
#box_contact #table_form td {
    width: 50%;
    vertical-align: top;
}
#box_contact_form label {
	padding-right: 14px;
}
#box_contact_form label.last {
	padding-right: 0px;
}
#box_contact a img {
    width: 671px;
    height: 830px;
    object-fit: cover;
}
}
@media screen and (max-width: 1140px) {
#box_contact {
	padding: 0px;
	background: none;
}
#box_contact1 {
    width: 100%;
    float: none; 
    padding: 30px; 
    box-sizing: border-box;
    background: url(images/box_contact_bg_mob.webp) center top no-repeat;
    background-size: cover;
}
#box_contact #table_form td {
    display: block;
    width: 100%;
}
#box_contact_form label {
	padding: 0px;
}
#box_contact_form label.edit {
	width: 100%;
}
#box_contact_form label.edit_half {
	width: 100%;
}
#box_contact .page_wrapper {
    margin: 0px;    
}
#box_contact a {
    position: static;
    display: block;
    width: 100%;
    border-top: 1px solid #aabbd5;
    border-bottom: 1px solid #313131;
}
#box_contact a img {
    width: 100%;
    height: auto;
    object-fit: cover;
    content: url(images/pic_box_map_mob.webp);
}
#no_mob {
    display: none;
}
}
@media screen and (min-width: 1141px) {
#no_desktop {
	display: none !important;
}
}
/* footer
-----------------------------------------------------------------------------*/
#footer {
	width: 100%;
    padding: 37px 0px 105px 0px;
    color: #eaf0da;
    background: #32392c;
    font-weight: 500;
}
#footer a {
    color: #fff;
}
#footer_address {
	float: left;
	width: 731px;
	text-align: right;
	padding-top: 41px;
}
#footer_address span {
	color: #8da93a;
}
#footer_logo {
	float: left;
	width: 338px;
	text-align: center;
}
#footer_links {
	float: left;
	width: 731px;
	padding-top: 41px;
}
@media screen and (max-width: 1840px) {
#footer_address,
#footer_links {
	width: 35%;
}
#footer_logo {
	width: 30%;
}
}
@media screen and (max-width: 1140px) {
#footer {
    padding: 40px 0px;
    background: #000;
    color: #fff;
}    
#footer_address {
	width: 100%;
	float: none;    
	text-align: center;
	padding-top: 0px;
}
#footer_logo {
	display: none;
}
#footer_links {
    width: 100%;
	float: none;
	padding-top: 0px;
	text-align: center;    
}
}
/* Contact
-----------------------------------------------------------------------------*/
#contact_address {
	width: 19%;
	float: left;
}
#contact_form {
	width: 78%;
	float: right;
}
#contact_address a {
	color: #000;
    text-decoration: none;
}
@media screen and (max-width: 1140px) {
#contact_address {
	width: 100%;
	float: none;
}
#contact_form {
	width: 100%;
	float: none;
}
}
/* content_title
-----------------------------------------------------------------------------*/
.content_title {
	color: #776857;
	font-family: "Anton SC", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 5rem;
	line-height: 1.2;
	text-transform: uppercase;
	text-align: left;
	padding: 0px 0px 30px 0px;
}
.content_title h1 {
	padding: 0px 0px 7px 0px;
	margin: 0px;
	color: #776857;
    width: auto;
	font-family: "Anton SC", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 5rem;
	line-height: 1;
    letter-spacing: 3px;
    background: url(images/content_title_line.webp) left bottom repeat-x;
    display: inline-block;
}
.content_title span {
    font-family: "Jost", sans-serif;
    max-width: 850px;
	display: block;
	font-size: 1.87rem;
	line-height: 1.4;
    margin-top: 5px;
    letter-spacing: 3px;
}
.content_title_center {
	text-align: center;
}
.content_title1 {
	text-transform: none;
}
#box_reviews .content_title {
    text-align: center;
    font-size: 4.53rem;
    line-height: 1;
}
#box_reviews .content_title span {
    max-width: none;
    font-size: 1.2rem;
    line-height: 1;
    color: #545454;
    padding-bottom: 21px;
    text-transform: uppercase;
}
#box_contact .content_title {
    color: #c1b07e;
    font-size: 4rem;
    line-height: 1;
    margin: -14px 0px 0px 93px;
    padding: 0px 0px 40px 0px;
}
#box_services .content_title {
    display: none;
}
#box_middle .content_title h1 {
    display: block;
	padding: 0px 0px 0px 23px;
	margin: 0px auto 20px auto;
    max-width: 900px;
	text-align: center;
    letter-spacing: 7px;
    background: url(images/content_title_line.webp) center bottom repeat-x;
    font-size: 4rem;
}
.img_home {
	float: left;
	margin: 0px 70px 30px 0px;
}

@media screen and (max-width: 1840px) {
.content_title {
	font-size: 3rem;
	padding: 0px 0px 20px 0px;
}
.content_title h1 {
	font-size: 3rem;
}
.content_title span {
	margin-bottom: 20px;
}
.img_home {
	width: 500px;
	margin: 0px 50px 30px 0px;
}
#box_reviews .content_title span {
    padding-bottom: 0px;
    letter-spacing: 1px;
}
#box_contact .content_title {
    margin: -14px 0px 0px 0px;
    padding: 0px 0px 25px 0px;
}
}

@media screen and (max-width: 1340px) {
.content_title {
	font-size: 2.5rem;
}
.content_title h1 {
	font-size: 2.5rem;
}
}

@media screen and (max-width: 1140px) {
.content_title {
	font-size: 2rem;
	padding: 0px 0px 10px 0px;
    text-align: center;
}
.content_title h1 {
	font-size: 2rem;
}
.content_title span {
    font-size: 1rem;
	margin-bottom: 0px;
}
.img_home {
	width: 400px;
	margin: 0px 30px 10px 0px;
}
#box_middle .content_title h1 {
	padding: 0px 0px 5px 0px;
    max-width: 80%;
}
#box_services .content_title {
    display: block;
}
#box_reviews .content_title {
    font-size: 2.14rem;
}
#box_reviews .content_title span {
    padding-bottom: 7px;
}
#box_contact .content_title {
    margin: 0px;
    font-size: 2.14rem;
    padding: 0px 0px 15px 0px;
}
}

@media screen and (max-width: 800px) {
.img_home {
	display: none;
}
#content .a_button_phone {
	display: none;
}
}




/* styles
-----------------------------------------------------------------------------*/
#scroll_top {
	display: none;
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 50px;
	height: 48px;
	background: #6a831d url(images/scroll_top_bg.webp) center no-repeat;
	text-decoration: none;
	cursor: pointer;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	z-index: 1000;
}
#scroll_top:hover {
	background-color: #d5a233;
	text-decoration: none;
}

@media screen and (max-width: 1140px) {
#scroll_top {
	width: 25px;
	height: 24px;
	background-size: 15px auto;
}
}

.google_five_stars {
	display: inline-block;
	width: 88px;
	height: 15px;
    background: url("images/5stars.webp") left center no-repeat;
}
.google_four_stars {
	display: inline-block;
	width: 70px;
	height: 15px;
    background: url("images/4stars.webp") left center no-repeat;
}