@charset "utf-8";
/* CSS Document */

/* 

	Template Name :  Fiked - Interior Design Bootstrap 5 Theme
	Author : Rainbow Design
	
*/

/*=====================================================================

--------------- Table of Content ---------------

	01. Theme Font
	02. Global Settings
	03. Header
	04. Slider
	05. Services
	06. About Area
	07. Call To Action Section
	08. Counter Section
	09. Portfolio Section
	10. Blog Section
	11. Testimonial Section
	12. Team Section
	13. Partner Section
	14. Footer Section
	15. Inner Page Title
	16. Contact Us
	17. Service Details Section
	18. Faq Section

=====================================================================*/

/*--------------------------------------------------------------
	01. Theme Font
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');
/*--------------------------------------------------------------
	02. Global Settings
--------------------------------------------------------------*/
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color:#03702F;
}
p {
	line-height: 24px;
	/*color: #666666;*/
	font-size: 16px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-family: 'Unbounded', sans-serif;
}
footer ul, footer li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-family: 'Open Sans', sans-serif;
}
a {
	text-decoration: none;

  color: #03702F;
}
a:hover {
	text-decoration: none;color:#03702F;
}
img {
	max-width: 100%;
}
/*--- Background Color ---*/

.bg-gray {
	background-color: #f5f5f5;
}
/*--- Buttons ---*/
.btn-style-1 {
	color: #292929;
	background-color: #03702F;
	display: inline-block;
	padding: 10px 30px;
	font-weight: 600;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	position: relative;
	text-transform: uppercase;
	overflow: hidden;
	z-index: 10
}
.btn-style-1:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: #1a1a1c;
	left: 0;
	top: -100%;
	z-index: -1;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	visibility: hidden;
}
.btn-style-1:hover:before {
	visibility: visible;
	top: 0;
}
.btn-style-1:hover {
	color: #292929;
}
.btn-style-2 {
	color: #fff;
	background-color: #1a1a1c;
	display: inline-block;
	padding: 10px 30px;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
	z-index: 10;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.btn-style-2:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: #03702F;
	left: 0;
	top: -100%;
	visibility: hidden;
	z-index: -1;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.btn-style-2:hover:before {
	visibility: visible;
	top: 0;
}
.btn-style-2:hover {
	color: #292929;
}
/*--- Loading ---*/
#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
	overflow: visible;
/*	background-image: url(../img/preloader.gif);*/
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #fff;
}
/*--- Top Scroll ---*/

.topscroll {
	display: none;
	position: fixed;
	bottom: 2px;
	text-align: center;
	right: 2%;
	width: 30px;
	border: 2px solid #696969;
	height: 30px;
	line-height: 26px;
	font-size: 12px;
	color: #fff;
	background-color: #03702F;
	text-decoration: none;
	border-radius: 100%;
	z-index: 9999;
}
.topscroll:hover {
	color: #fff!important;
	text-decoration: none;
}
/*--- Section Title ---*/

.section-title {
	position: relative;
}
.section-title h1 {
	position: relative;
	font-weight: 700;
	z-index: 1;
}
.section-title h1:before {
	position: absolute;
	content: "";
	width: 50px;
	height: 3px;
	background-color: #03702F;
	left: 0px;
	top: -10px;
	right: 0px;
	margin: auto;
}
.section-title .title-text {
	position: absolute;
	left: 0px;
	font-size: 70px;
	font-weight: 800;
	top: 50%;
	transform: translateY(-50%);
	right: 0px;
	z-index: 0;
	color: #DDDDDD;
	opacity: 0.5;
	margin: auto;
}
/*--------------------------------------------------------------
	03. Header
--------------------------------------------------------------*/
.header-upper {
	background-color: #f5f5f5;
	padding: 8px 0px;
	color:#292929; font-size:14px;
}
.header-upper ul li {
	padding: 0px 12px 0px 0px;
	margin-right: 0px !important;
}
.header-upper ul li:last-child {
	padding: 0px 0px 0px 0px;
}
.header-upper ul li a {
	color: #292929 !important;
	text-decoration: none;font-weight: 700;
}
.header-upper ul li a i {
	padding-right: 4px;
	position: relative;
	top: 0px;
}
.header-upper ul li a:hover {
	color: #03702F;
}

.header-upper .adr{color: #03702F;}
.header-upper .header-call-us {
	float: right;
	color: #a7a7a7;
	font-size: 14px;
	font-weight: 600;
}
.header-upper .header-call-us span {
	font-size: 20px;
	padding-left: 6px;
	color: #03702F;
}
.header-social {
	border-left: 2px solid #292929;
}
.header-social a i {
	width: 30px;
	height: 30px;
	text-align: right;
	line-height: 30px;
	margin-left: 4px;
	font-weight: 400;
}
.header-social a {
	padding: 20px 0px !important;
}
/* navigation */
.navbar-brand {
	padding: 0px;
}
.navbar .navbar-nav > .nav-item {
	margin-right: 40px;
	position: relative;
}
.navbar-nav .nav-link {
	color: #292929;
	padding: 25px 0px;
	/*font-size: 12px;*/
	font-weight: 700;
	text-transform: uppercase;
}
.navbar-nav .nav-link:hover {
	color: #358c58 !important;
}
.navbar-nav .nav-item.active .nav-link {
	color: #358c58 !important;
}
.navbar .navbar-nav > .nav-item:last-child {
	margin-right: 0px;
}
.navbar .navbar-nav > .nav-item.search a:before {
	content: "";
	height: 15px;
	width: 1px;
	background: #c4c1c4;
	position: absolute;
	left: -21px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.navbar .navbar-nav > .nav-item .dropdown-menu {
	margin: 0px;
	border-radius: 0px;
	padding: 0px;
	background-color:  #E5E5E5;
	border-top: 2px solid  #E5E5E5;
	position:absolute;
}

.navbar .navbar-nav > .nav-item .dropdown-menu:before {
	content: ""; 
	border: solid transparent;
	position: absolute;    
	left: 8px;    
	bottom: 100%;
	border-bottom-color:  #E5E5E5;
	border-width: 9px;
	margin-left: 0;
} 
.navbar .navbar-nav > .nav-item .dropdown-menu .dropdown-item {
	color:#292929 !important;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 10px 20px 10px 20px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	position: relative;margin-left: 10px;
}

.navbar .navbar-nav > .nav-item .dropdown-menu .dropdown-item:before {
	position: absolute;
	content: "";
	width: 10px;
	height: 2px;
	background-color: #03702F;
	top: 50%;
	transform: translateY(-50%);
	z-index: 0;
	left: 0;
}
.navbar .navbar-nav > .nav-item .dropdown-menu .dropdown-item:hover, .navigation .navbar .navbar-nav > .nav-item .dropdown-menu .dropdown-item:active {
	/*background-color: #03702F;
	color: #fff;**/
	font-weight:700;
	text-decoration:bold;
}
@media screen and (min-width: 992px) {
/* shows the dropdown menu on hover */
.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
	display: block!important;
}
}
.navigation{background: #358c58;font-family: Unbounded;
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 23px; text-align:right; padding:20px 0;}

.navigation a{color:#fff;}

/*--------------------------------------------------------------
	04. Slider
--------------------------------------------------------------*/
.slider .overlay-background-black {
	background-color: rgba(0,0,0,0.3);
}
.slider .carousel-caption {
	top: 50%;
	bottom: auto;
	left: 0px;
	right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	transform: translateY(-50%);color: #fff;
}
.slider .carousel-caption .slider-caption-box {
/*	background-color: rgba(255,255,255,0.5);
	padding: 20px;
	border-left: 4px solid #03702F;*/
}
.slider .carousel-caption h2 {
	font-weight: 900;
	margin-bottom: 15px;
	font-size: 50px;
	color: #fff;
	/*text-transform: uppercase;*/
}
.slider .carousel-caption p {line-height:36px;}
.slider .carousel-caption h2 span {
	color: #03702F;
}
.slider .carousel-control-next, .slider .carousel-control-prev {
	border-radius: 100%;
	color: #333;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	background-color: rgba(255,255,255,0.6);
	border: 1px solid rgba(0,0,0,0.6);
}
.slider .carousel-control-next {
	bottom: auto;
	top: 50%;
	right: 60px;
	transform: translateY(-50%);
}
.slider .carousel-control-prev {
	left: 60px;
	display: inline-block;
	bottom: auto;
	top: 50%;
	transform: translateY(-50%);
}
/*--------------------------------------------------------------
	05. Services
--------------------------------------------------------------*/
.service-box{border: 2px solid #03702F;}
.service-box .image {
	position: relative;
	overflow: hidden;
/*	border-top: 4px solid #03702F;*/
	z-index: 0;
}
.service-box .image img {
	position: relative;
	width: 100%;
	display: block;
	filter: grayscale(1);
   -webkit-filter: grayscale(1);
   transition: 0.5s ease-in-out;
   -webkit-transition: 0.5s ease-in-out;

}
.service-box:hover .image img {
	/*transform: scale(1.2);*/
filter: grayscale(0);
   -webkit-filter: grayscale(0);
   transition: 0.5s ease-in-out;
   -webkit-transition: 0.5s ease-in-out;

}
.service-box .caption {
	padding: 5px;
	background: rgba(255, 255, 255, 0.8);
	z-index: 0;
	bottom:0;
	width:100%;
	min-height: 75px;
}
.service-box .caption.bg-sinn{background: rgba(0, 29, 87, 0.8);}
.service-box h4 a {
	font-family: 'Unbounded';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 30px;
	color: #03702F;text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.service-box .caption.bg-sinn h4 a{color: #ffffff;}
.service-box h4 a:hover {
	color: #03702F;
}
.service-box .btn-style-1 {
	font-size: 12px;
	position: absolute;
	right: 0px;
	top: -18px;
	padding: 6px 16px;
	z-index: 5;
}
/*--------------------------------------------------------------
	06. About Area
--------------------------------------------------------------*/
.single-about .hoverlay {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.single-about .hoverlay a {
	background-color: #03702F;
	color: #fff;
}
.single-about .hoverlay a:hover {
	background-color: #1a1a1c;
}
.single-about h2 {
	font-size: 32px;
	line-height: 40px;
	font-weight: 600;
	letter-spacing: 1px;
}
.single-about h6 {
	color: #03702F;
}
.single-about a:hover {
	color: #fff;
}
.about-img-carousel .owl-nav {
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.about-img-carousel .owl-nav button {
	background-color: rgba(255,255,255,0.7) !important;
	width: 30px;
	margin: 0px 2px 0px 0px !important;
	border-radius: 0px !important;
	height: 30px;
	text-align: center;
	line-height: 30px;
}
.about-img-carousel .owl-nav button:hover {
	background-color: #03702F !important;
}
/*--------------------------------------------------------------
	07. Call To Action Section
--------------------------------------------------------------*/

.call-to-action-section {
	z-index: 0;
	position: relative;
}
.call-to-action-section:after {
	position: absolute;
	content: "";
	background-color: (41, 41, 41,0.7);
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: -1;
}
.call-to-action-bg {
	background: url(../img/bg/call-to-action-bg.jpg) fixed no-repeat;
	background-size: cover;
}
.call-to-action-section h2 {
	text-transform: capitalize;
	font-size: 26px;
	color: #292929;
	font-weight: 800;
	margin-bottom: 6px;
}
.call-to-action-section p {
	color: #292929;
}
.call-to-action-section input[type="email"] {
	padding: 20px 30px;
	color: #909090;
	font-size: 16px;
	line-height: 16px;
	border-radius: 0px;
	border: none;
	display: inline-block;
	margin: 0 -4px 0 0;
	width: 60%;
}
.call-to-action-section input[type="submit"] {
	display: inline-block;
	text-align: center;
	position: relative;
	padding: 17px 15px;
	font-size: 18px;
	line-height: 18px;
	color: #292929;
	background: #03702F;
	float: right;
	border-bottom: 4px solid #03702F;
	border-radius: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
	margin: 0 -4px 0 20px;
	width: 37%
}
/*--------------------------------------------------------------
	08. Counter Section
--------------------------------------------------------------*/
.counter-up-area {
	background-image: url(../images/new23/Фон услуги.png);
background-repeat: no-repeat;
background-position: center center;
position: relative;
background-size: cover;
}


.counter-up-area .single-count-item {
	z-index: 0;
	position: relative;border:1px solid #03702F;
	/*background-color: #333333;*/
}
/*.counter-up-area .single-count-item:before {
	position: absolute;
	content: "";
	width: 4px;
	height: 50%;
	background-color: #03702F;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
}*/
.counter-up-area .single-count-item h3 {
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 4px;
	text-transform: uppercase;
	color: #292929;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.counter-up-area .single-count-item span {
	color: #292929 !important;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
/*--------------------------------------------------------------
	09. Portfolio Section
--------------------------------------------------------------*/
#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	display: none;
	overflow: hidden;
}
.filter1 {
	border-bottom: 1px solid #CCC;
}
.filter1 li span {
	cursor: pointer;
	padding: 8px 20px;
	font-size: 12px;
	display: inline-block;
	position: relative;
}
.filter1 li span:hover {
	background-color: #03702F;
	color: #fff;
}
.filter1 li span.active {
	background-color: #03702F;
	color: #fff;
}
.filter1 li span:after {
	position: absolute;
	content: "";
	width: 1px;
	background-color: #ccc;
	height: 18px;
	top: 50%;
	transform: translateY(-50%);
	right: -7px;
}
.filter1 li:last-child span:after {
	display: none;
}
.filter1 li span.active:before {
	background-color: #03702F;
}
.portfolio-item .box-content {
	position: relative;
}
.portfolio-item .portfolio-item-img {
	position: relative;
}
.portfolio-item .portfolio-item-img:after {
	content: "";
	width: 100%;
	left: 0;
	position: absolute;
	z-index: 0;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	top: 0;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.portfolio-item:hover .portfolio-item-img:after {
	opacity: 1;
}
.portfolio-item .box-content {
	margin-bottom: 20px;
	bottom: 0;
	z-index: 1
}
.portfolio-item .title {
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0px
}
.portfolio-item .hover-btn {
	list-style: none;padding: 0;
	opacity: 0;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 0px;
	right: 0px;
	transform: translateY(-50%);
	transition: all .5s ease 0s;
}
.portfolio-item:hover .hover-btn {
	opacity: 1;
}
.portfolio-item .hover-btn li {
	display: inline-block
}
.portfolio-item .hover-btn li a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #03702F;
	margin-right: 10px;
	border-radius: 4px;
	font-size: 16px;
	color: #fff;
	transition: all .3s ease 0s
}
.portfolio-item .hover-btn li a:hover {
	background-color: #1a1a1c;
}
.portfolio-item .hover-btn li:last-child a {
	margin-right: 0
}
/* Portfolio Single */
.portfolio-single-title {
	position: relative;
	padding-left: 50px;
}
.portfolio-single-title:before {
	position: absolute;
	content: "";
	left: 0px;
	top: 50%;
	background-color: #03702F;
	height: 4px;
	width: 30px;
	transform: translateY(-50%);
}
.portfolio-single-carousel .owl-nav {
	width: 100%;
	margin-top: 0px;
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	left: 0px;
}
.portfolio-single-carousel .owl-nav .owl-prev {
	float: left;
}
.portfolio-single-carousel .owl-nav .owl-next {
	float: right;
}
.portfolio-single-carousel .owl-nav .owl-prev, .portfolio-single-carousel .owl-nav .owl-next {
	background-color: #fff !important;
	border-radius: 100%;
	color: #333 !important;
	line-height: 30px;
	height: 30px;
	width: 30px;
}
.portfolio-single-carousel .owl-nav .owl-prev:hover, .portfolio-single-carousel .owl-nav .owl-next:hover {
	background-color: #03702F !important;
	color: #fff !important;
}
/*--------------------------------------------------------------
	10. Blog Section
--------------------------------------------------------------*/

.blog-wrapper {
	border: 1px solid #03702F;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blog-wrapper:hover {
	background: #fff;
	border: 1px solid #03702F;
 box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
.blog-wrapper .blog-inner {
	overflow: hidden;
}
.blog-wrapper .tag-blog > a {
	background-color: #03702F;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	text-decoration: none;
	line-height: 1;
	padding: 6px 8px;
}
.blog-wrapper .tag-blog > a:hover {
	background-color: #1a1a1c;
}
.blog-wrapper .blog-inner h4 {
	font-size: 20px;
	font-weight: 700;
	line-height: 26px;
	margin-bottom: 6px;
	margin-top: 0px;
}
.blog-wrapper .blog-inner h4 a {
	text-decoration: none;
	color: #03702F;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blog-wrapper .blog-inner h4 a:hover {
	color: #03702F;
}
.blog-wrapper .blog-meta span {
	color: #b7b7b7;
	font-size: 12px;
	margin-bottom: 15px;
}
.blog-wrapper .blog-meta span a {
	color: #333333;
	font-size: 11px;
	text-decoration: none;
}
.blog-wrapper .blog-meta span a:hover {
	color: #03702F
}
.blog-wrapper .blog-more {
	color: #03702F;
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 1px solid #03702F;
	transition: all 0.3s ease 0s;
}
.blog-wrapper .blog-more:hover {
	color: #03702F;}
/* start sidebar wrapper */
.sidebar-wrapper .single-sidebar {
	position: relative;
	display: block;
}
/* sidebar title */
.sidebar-title .title {
	font-size: 22px;
	line-height: 24px;
	font-weight: 500;
	position: relative;
	padding-left: 40px;
}
.sidebar-title .title:before {
	position: absolute;
	content: "";
	left: 0px;
	top: 50%;
	background-color: #03702F;
	height: 4px;
	width: 30px;
	transform: translateY(-50%);
}
/* sidebar search form */
.sidebar-search-box .search-form {
	position: relative;
	display: block;
	-webkit-box-shadow: 0px 0px 8px 2px #f6f6f6;
	box-shadow: 0px 0px 8px 2px #f6f6f6;
}
.sidebar-search-box .search-form input[type="text"] {
	position: relative;
	line-height: 33px;
	padding: 10px 50px 10px 20px;
	background: #ffffff;
	display: block;
	font-size: 14px;
	width: 100%;
	height: 55px;
	font-weight: 400;
	border: 1px solid #eeeeee;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.sidebar-wrapper .search-form button {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	display: block;
	background: #03702F;
	color: #ffffff;
	font-size: 14px;
	height: 100%;
	width: 60px;
	border: 0px;
	text-align: center;
	border-radius: 0px;
	transition: all 500ms ease 0s;
	margin: 0;
}
.sidebar-wrapper .search-form button i {
	font-size: 14px
}
.sidebar-wrapper .search-form input[type="text"]:focus {
	border: 1px solid #03702F;
	background: #fff;
	color: #000000;
}
.sidebar-wrapper .search-form input[type="text"]:focus + button, .sidebar-wrapper .search-form button:hover {
	border-color: #03702F;
	color: #ffffff;
}
/* categories */
.single-sidebar .categories {
	display: block;
}
.single-sidebar .categories li {
	display: block;
	position: relative;
	margin-bottom: 2px;
}
.single-sidebar .categories li a {
	position: relative;
	color: #84858a;
	font-size: 14px;
	font-weight: 600;
	display: block;
	border-left: 2px solid transparent;
	padding: 20px 28px 17px;
	background-color: #f5f5f5;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.single-sidebar .categories li:hover a {
	color: #03702F;
	border-color: #03702F;
}
/* recent post */
.single-sidebar .recent-post {
	position: relative;
	display: block;
	overflow: hidden;
}
.single-sidebar .recent-post li {
	position: relative;
	font-size: 14px;
	color: #666666;
	padding: 0px 0px;
	padding-left: 118px;
	min-height: 115px;
	margin-bottom: 25px;
	border-bottom: 1px solid #dddddd;
}
.single-sidebar .recent-post li:last-child {
	margin-bottom: 0px;
}
.single-sidebar .recent-post li .post-thumb {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100px;
}
.single-sidebar .recent-post li .post-thumb img {
	display: block;
	width: 100%;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.single-sidebar .recent-post li span {
	font-size: 13px;
	color: #03702F;
	font-weight: 500;
	display: inline-block;
	margin-bottom: 6px;
	text-transform: uppercase;
}
.single-sidebar .recent-post li .post-title {
	position: relative;
	font-size: 18px;
	margin: 0px 0px 0px;
	font-weight: 600;
	color: #222222;
	line-height: 1.6em;
	text-transform: capitalize;
}
.single-sidebar .recent-post .post-title a {
	color: #d5d5d5;
	line-height: 28px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.single-sidebar .recent-post li .title-holder .post-title a:hover {
	color: #03702F;
}
/* popular tag */

.single-sidebar .popular-tag {
	display: block;
}
.single-sidebar .popular-tag li {
	display: inline-block;
	float: left;
	margin: 2px;
}
.single-sidebar .popular-tag li a {
	display: block;
	padding: 4px 10px;
	color: #1a1a1c;
	font-size: 14px;
	border: 1px solid #03702F;
}
.single-sidebar .popular-tag li a:hover {
	color: #ffffff;
	background-color: #03702F;
	border: 1px solid #03702F;
}
/* pagination */
.pagination-box .page-item:last-child .page-link, .pagination-box .page-item:first-child .page-link {
	border-radius: 0px;
}
.pagination-box .pagination .page-link {
	color: #333;
}
.pagination-box .page-item.active .page-link {
	background-color: #03702F;
	border-color: #03702F;
	color: #fff;
}
/* blog single */
.blog-single-section .blog-wrapper {
	border: 0px;
}
.blog-single-section .blog-wrapper:hover {
	box-shadow: none;
}
.blog-single-section .blog-wrapper .blog-inner img {
	margin-top: 0px;
}
.blog-single-section .blog-wrapper .blog-inner h4 {
	margin-top: 6px;
	margin-bottom: 15px;
}
.blog-single-section .blockquote {
	padding: 15px 15px 15px 25px;
	background-color: #f9f8fd;
}
.blog-single-section .blockquote p {
	line-height: 26px;
	font-style: italic;
	font-size: 16px;
}
.blog-single-section .blockquote:before {
	position: absolute;
	content: "";
	width: 4px;
	height: 100%;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	background-color: #03702F;
}
.blog-single-section .blog-wrapper .blog-inner, .blog-single-section .blog-wrapper {
	overflow: visible;
}
.blog-single-section .blog-single-tag li a {
	color: #959595;
}
.blog-single-section .blog-single-tag li a:hover {
	color: #03702F;
}
.blog-single-section .blog-single-social li a {
	color: #959595;
}
.blog-single-section .blog-single-social li a:hover {
	color: #03702F;
}
/* comments block */
.comments-block .media .media-body h5 small {
	font-size: 12px;
	color: #959595;
}
.comments-block .media {
	display: flex;
	align-items: flex-start;
	padding-bottom: 8px;
}
.comments-block .media img {
	border-radius: 100%;
}
.comments-block .media .media-body a {
	color: #03702F;
	font-size: 12px;
}
.comments-block .media .media-body a i {
	font-size: 10px;
}
.comments-block ul li ul {
	margin-left: 35px;
}
.comments-block h3 {
	position: relative;
	padding-left: 40px;
	font-size: 24px;
	font-weight: 700;
}
.comments-block h3:before {
	position: absolute;
	content: "";
	left: 0px;
	top: 50%;
	background-color: #03702F;
	height: 4px;
	width: 30px;
	transform: translateY(-50%);
}
/* leave a comments block */
.leave-a-comments-block form.comment-form input {
	border-bottom: 1px solid #dddddd;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	padding: 15px 10px 15px 0px !important;
	height: auto;
}
.leave-a-comments-block form.comment-form input:focus, .leave-a-comments-block form.comment-form textarea:focus {
	box-shadow: none;
}
.leave-a-comments-block h3 {
	position: relative;
	padding-left: 40px;
	font-size: 24px;
	font-weight: 700;
}
.leave-a-comments-block h3:before {
	position: absolute;
	content: "";
	left: 0px;
	top: 50%;
	background-color: #03702F;
	height: 4px;
	width: 30px;
	transform: translateY(-50%);
}
.leave-a-comments-block form.comment-form textarea {
	border-bottom: 1px solid #dddddd;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	padding: 15px 10px 15px 0px !important;
}
.leave-a-comments-block form.comment-form .btn {
	background-color: #03702F;
	color: #fff;
	float: right;
	border-radius: 4px;
	padding: 8px 16px;
}
.leave-a-comments-block form.comment-form .btn:hover {
	background-color: #1a1a1c;
}
/*--------------------------------------------------------------
	11. Testimonial Section
--------------------------------------------------------------*/

.testimonial-section {
	position: relative;
	z-index: 0;
}
/*.testimonial-section:after {
	position: absolute;
	content: "";
	background-color: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: -1;
}*/
.testimonial-bg {
background: #E5E5E5;
border: 1px solid #F2F2F2;
}
.testimonial-item {color:#fff !important;
	width: 100%;background: #358c58;
}
.testimonial-item .title-box {
	margin-left: 120px;
	margin-bottom: 0px;
}
.testimonial-img {
	width: 100%;
	text-align: center;
}
.testimonial-item .testimonial-user-img {
	position: absolute;
	top: -28px;
	left: 30px;
}
.testimonial-item .testimonial-user-img img {
	border: 4px solid #fff;
	border-radius: 50%;
	width: 100px;
	height: auto;
	display: block;
	margin: 0 auto;
}
.testimonial-user-name {
	margin: 0px 0 0px 0;
	width: 100%;

	font-weight: 600;
	color: #358c58;font-family: Unbounded;
font-style: normal;
font-size: 20px;
/*line-height: 35px;*/
}
.testimonial-user-position {
	/*margin: 5px 0 0px 0;*/
	width: 100%;
	font-size: 16px;
	/*line-height: 20px;*/
	color: #358c58;
}
.testimonial-des {
	width: 100%;
	margin-top: 28px;
	position: relative;
	z-index: 0;
	
}
.testimonial-item p {
	margin-bottom: 0px;
}
.testimonial-item p i {
	color: #358c58;
	padding: 0px 6px;
	opacity: 0.7;
	font-size: 20px;
}
.testimonial-carousel .owl-nav {
	width: 100%;
	margin-top: 0px;
	
}
.testimonial-carousel .owl-nav .owl-prev {
	border-radius: 4px 0px 0px 4px;
	position: absolute;
top: 50%; left:0;
}
.testimonial-carousel .owl-nav .owl-next {
	border-radius: 0px 4px 4px 0px;
	position: absolute;
top: 50%;right:0;
}
.testimonial-descr{min-height: 150px;}
.testimonial-carousel .item{margin: 20px;}
.testimonial-carousel .owl-nav .owl-prev, .testimonial-carousel .owl-nav .owl-next {
	background-color: #358c58 !important;
	color: #fff !important;
	line-height: 40px;
	margin: 0px;
	height: 40px;
	width: 40px;
	margin-top: -20px;
}
.testimonial-carousel .owl-nav .owl-prev:hover, .testimonial-carousel .owl-nav .owl-next:hover {
	background-color: #358c58 !important;
	color: #fff !important;
}

.catalog-carousel .service-box{margin: 5px;}
.catalog-carousel .owl-nav .owl-prev, .catalog-carousel .owl-nav .owl-next {
	background-color: #03702F !important;
	color: #fff !important;
	line-height: 40px;
	margin: 0px;
	height: 40px;
	width: 40px;
	margin-top: -20px;
}
.catalog-carousel .owl-nav .owl-prev:hover, .catalog-carousel .owl-nav .owl-next:hover {
	background-color: #03702F !important;
	color: #fff !important;
}
.catalog-carousel .owl-nav {
	width: 100%;
	margin-top: 0px;
	
}
.catalog-carousel .owl-nav .owl-prev {
	border-radius: 4px 0px 0px 4px;
	position: absolute;
top: 50%; left:0;
}
.catalog-carousel .owl-nav .owl-next {
	border-radius: 0px 4px 4px 0px;
	position: absolute;
top: 50%;right:0;
}
/*--------------------------------------------------------------
	12. Team Section
--------------------------------------------------------------*/

.team-item .team-item-caption {
	padding: 20px;
	text-align: center;
	z-index: 10;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
}
.team-item .team-item-caption h4 {
	font-size: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: 5px;
	font-weight: 600;
}
.team-item .team-item-caption p {
	position: relative;
}
.team-item .team-item-caption p:before {
	position: absolute;
	width: 20px;
	height: 1px;
	background-color: #ededed;
	top: 50%;
	left: -30px;
	transform: translateY(-50%);
	content: "";
}
.team-item .team-item-caption p:after {
	position: absolute;
	width: 20px;
	height: 1px;
	background-color: #ededed;
	top: 50%;
	right: -30px;
	transform: translateY(-50%);
	content: "";
}
.team-item .overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.60);
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
.team-item .team-item-social {
	position: absolute;
	bottom: 0;
	width: 100%;
	border-bottom: 4px solid #d5d5d5;
	list-style: none;
	opacity: 0;
	display: flex;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
}
.team-item .team-item-social li {
	display: inline-block;
	text-align: center;
	border-right: 1px solid #ededed;
	flex: 1 1 auto;
}
.team-item .team-item-social li:last-child {
	border-right: none;
}
.team-item .team-item-social a {
	position: relative;
	display: block;
	background: #ffffff;
	color: #7c7e84;
	font-size: 14px;
	line-height: 50px;
	transition: all 500ms ease;
}
.team-item .team-item-social a:hover {
	color: #fff;
	background-color: #03702F;
}
.team-item:hover .overlay, .team-item:hover .team-item-social {
	opacity: 1;
}
.team-item img {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.team-item:hover img {
	transform: scale(1.1);
}
.team-item .team-more-div {
	position: absolute;
	top: 50%;
	left: 0px;
	right: 0px;
	text-align: center;
	margin: auto;
	transform: translateY(-50%);
	opacity: 0;
}
.team-item .team-item-img .team-more {
	color: #03702F;
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 1px solid #03702F;
	transition: all 0.3s ease 0s;
}
.team-item:hover .team-item-img .team-more-div {
	opacity: 1;
}
/*--------------------------------------------------------------
	13. Partner Section
--------------------------------------------------------------*/
.partner-item {
	position: relative;
}
.partner-item .partner-text {
	position: absolute;
	top: 50%;
	left: 0px;
	right: 0px;
	margin: auto;
	text-align: center;
	opacity: 0;
	transform: translateY(-50%);
	transition: all 0.3s ease 0s;
}
.partner-item .partner-text span {
	background-color: #03702F;
	color: #fff;
	font-size: 12px;
	padding: 4px 12px;
}
.partner-item:hover .partner-text {
	opacity: 1;
}
/*--------------------------------------------------------------
	14. Footer Section
--------------------------------------------------------------*/
.footer {
	/*background-image: url(../img/bg/footer-bg.jpg);*/
/*	background-repeat: no-repeat;
	background-position: center top;*/
	position: relative;
/*	background-size: cover;*/
	z-index: 0;
	background:#292929;
}
/*.footer:after {
	position: absolute;
	content: "";
	background-color: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: -1;
}*/
.widgettitle {
	font-size: 20px;
	color: #fefefe;
	position: relative;
	padding-bottom: 8px;
	font-weight: 700;
	margin-bottom: 20px;
}
.widgettitle:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 34px;
	height: 2px;
	content: '';
	background: #292929;
}
.singllefadds {
	position: relative;
	padding-left: 33px;
	min-height: 35px;
}
.singllefadds i {
	font-size: 18px;
	line-height: .8;
	position: absolute;
	left: 0;
	top: 0;
	color: #03702F;
}
.singllefadds p {
	line-height: .8;
	color: #e9e9e9;
}
.footer-link ul li {
	margin-bottom: 10px;
}
.footer-link ul li:last-child {
	margin-bottom: 0px;
}
.footer-link ul li a {
	font-size: 14px;
	color: #e9e9e9;
	display: inline-block;
}
.footer-link ul li a:hover {
	color: #03702F;
	text-decoration: none;
}
.footerfindSer h2 {
	font-size: 18px;
	color: #fff;
	line-height: 35px;
	font-weight: 400;
	margin-bottom: 22px;
}
.footerfindSer .h2 a {
	color: #292929;
	font-size: 20px;
	font-weight: 700;
	text-decoration: underline;
}
.footerfindSer .h2{margin-bottom:0;line-height: 1;}
.findloca p {
	font-size: 15px;
	color: #e9e9e9;
	line-height: 28px;
	margin-bottom: 11px;
}
.findloca input {
	background: #089b45;
	height: 50px;
	border: 0px;
	width: 100%;
	padding: 13px 19px;
	color: #cccccc;
}
.findloca button {
	position: absolute;
	right: 0;
	top: 0;
	height: 50px;
	border: 0px;
	background: #03702F;
	color: #fff;
	font-size: 16px;
	line-height: .8;
	padding: 18px 22px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.findloca button:hover {
	background: #333;
	color: #fff;
}
/**--- copyright ---**/
.copyright {
/*	background: #000;*/
	padding: 12px 0;
	border-top:1px solid #fff;}
.copyright p{	font-size:13px;
	color:#fff;
}

.copyright .svyaz{font-family: Unbounded;
font-size: 20px;
font-weight: 700;
line-height: 24px;
letter-spacing: -0.015em;
text-align: right;
}
/*--------------------------------------------------------------
	15. Inner Page Title
--------------------------------------------------------------*/
.inner-page-title-bg {
/*	background-image: url(../img/bg/inner-page-title-bg.jpg);*/
	/*background-position: center top;
	background-repeat: no-repeat;
	position: relative;*/
	z-index: 0;
	padding: 40px 0px;
	background:#292929;
}
/*.inner-page-title-bg:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	z-index: -1;
}*/
.inner-page-title h1 {
	color: #fff;
	margin-bottom: 10px;
	/*text-transform: uppercase;*/border-bottom: solid 1px #fff;
padding-bottom: 10px;
}
/* breadcrumb */
.breadcrumb-box .breadcrumb {
/*	background-color: #292929;*/
	display: inline-block;
	width: auto !important;
/*	padding: 2px 0px;*/
}
.breadcrumb-box .breadcrumb-item.active {
	color: #03702F;
}
.breadcrumb-box .breadcrumb li {
/*	text-transform: uppercase;*/
	font-size: 12px;
}
.breadcrumb-box .breadcrumb li a {
	color: #fff;
}
/*--------------------------------------------------------------
	16. Contact Us
--------------------------------------------------------------*/

.contact-box h4 {
	line-height: 22px;
}
.contact-box h4 small {
	font-size: 14px;
	color: #333;
}
.contact-box ul li a {
	color:#03702F;
}
.contact-box ul li i {
	padding-right: 6px;
	color: #03702F;
}
/* contact form */
.contact-form input {
	background-color: #f0f8f3;
	padding: 15px!important;
	height: auto;
}
.contact-form textarea {
	background-color: #f0f8f3;
}
.contact-form .submit-btn {
	background: #03702F; padding: 15px 25px;
border:none;color: #ffffff;
}
.contact-form .submit-btn:hover {
	background-color:#f0f8f3;box-shadow: 0 0 0 .25rem rgba(77, 109, 171,.5);
}
.help-block.with-errors ul {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
	padding: 10px;
}
/* map area */
.map-area iframe {
	width: 100%;
	height: 250px;
	border: 0px;
}
/*--------------------------------------------------------------
	17. Service Details Section
--------------------------------------------------------------*/

.service-sidebar .service-cat ul {
	position: relative;
	display: block;
	border: 1px solid #ededed;
	background-color: #1a1a1c;
}
.service-sidebar .service-cat ul li {
	position: relative;
	display: block;
	height: 64px;
	border-bottom: 1px solid #333;
	transition: all 500ms ease;
}
.service-sidebar .service-cat ul li.active, .service-sidebar .service-cat ul li:hover {
	-webkit-box-shadow: 0px 4px 7px 0px #000;
	box-shadow: 0px 4px 7px 0px #000;
}
.service-sidebar .service-cat ul li.active a, .service-sidebar .service-cat ul li:hover a {
	color: #03702F;
}
.service-sidebar .service-cat ul li.active:before, .service-sidebar .service-cat ul li:hover:before {
	opacity: 1;
	transform: translateX(0%) translateY(0%) scaleY(1.0);
	transition: all 700ms ease 100ms;
}
.service-sidebar .service-cat ul li:before {
	position: absolute;
	top: 20px;
	left: -1px;
	bottom: 20px;
	width: 3px;
	background: #03702F;
	content: "";
	z-index: 3;
	opacity: 0;
	transition: all 700ms ease 300ms;
	transform: translateX(0%) translateY(0%) scaleY(0.1);
}
.service-sidebar .service-cat ul li a {
	position: relative;
	display: block;
	padding-left: 30px;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	text-transform: capitalize;
	transition: all 500ms ease;
	line-height: 63px;
}
/* sidebar contact box */
.sidebar-contact-box {
	position: relative;
	display: block;
	padding-bottom: 50px;
}
.sidebar-contact-box .inner-content {
	position: relative;
	display: block;
	padding: 48px 40px 50px;
	background: #03702F;
	z-index: 1;
}
.sidebar-contact-box .inner-content .icon-holder {
	position: relative;
	display: block;
	padding-bottom: 22px;
}
.sidebar-contact-box .inner-content .icon-holder i {
	color: #fff;
	font-size: 65px;
	line-height: 65px;
}
.sidebar-contact-box .inner-content h3 {
	color: #ffffff;
	font-size: 26px;
	line-height: 40px;
	font-weight: 700;
	margin: 0 0 22px;
}
.sidebar-contact-box .inner-content .bottom-box {
	position: relative;
	display: block;
	border-top: 1px solid rgba(255,255,255,0.2);
	padding-top: 25px;
}
.sidebar-contact-box .inner-content .bottom-box h2 {
	color: #ffffff;
	font-size: 24px;
	font-weight: 400;
	margin: 0 0 3px;
}
.sidebar-contact-box .inner-content .bottom-box span {
	color: #ffffff;
}
.sidebar-contact-box .inner-content .button {
	position: relative;
	display: block;
	padding-top: 32px;
}
.sidebar-contact-box .inner-content .button a {
	display: block;
}
.brochure-btn {
	position: relative;
	display: inline-block;
	background: #059e45;
	color: #292929;
	font-size: 15px;
	line-height: 60px;
	font-weight: 500;
	text-transform: capitalize;
	padding: 0 30px 0;
	transition: all 500ms ease;
	margin-top: 30px;
}
.brochure-btn:hover {
	color: #292929;
	-webkit-box-shadow: 0px 4px 4px 0px #059240;
	box-shadow: 0px 4px 4px 0px #059240;
}
/* service detail contant */
.service-detail-contant h3 {
	position: relative;
	padding-left: 50px;
}
.service-detail-contant h3:before {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	width: 30px;
	height: 4px;
	transform: translateY(-50%);
	background-color: #03702F;
}
/*--------------------------------------------------------------
	18. Faq Section
--------------------------------------------------------------*/

.faq-box .accordion-item .accordion-header .accordion-button .fa-long-arrow-alt-down {
	display: inline-block;
	color: #03702F;
}
.faq-box .accordion-item .accordion-header .accordion-button.collapsed .fa-long-arrow-alt-down {
	display: none;
}
.faq-box .accordion-item .accordion-header .accordion-button.collapsed .fa-long-arrow-alt-right {
	display: inline-block;
}
.faq-box .accordion-item .accordion-header .accordion-button .fa-long-arrow-alt-right {
	display: none;
}
.faq-box .accordion-item .accordion-header .accordion-button .fa-long-arrow-alt-down, .faq-box .accordion-item .accordion-header .accordion-button .fa-long-arrow-alt-right {
	padding-top: 4px;
}
.faq-box .accordion-item .accordion-header {
	background-color: transparent;
}
.faq-box .accordion-item .accordion-header .accordion-button.collapsed {
	color: #333 !important;
}
.faq-box .accordion-item {
	border: 0px;
	margin-bottom: 20px;
}
.faq-box .accordion-item:last-child {
	margin-bottom: 0px;
}
.faq-box .accordion-item .accordion-header {
	border: 0px;
	padding: 0px;
}
.faq-box .accordion-item .accordion-body {
	line-height: 24px;
	padding: 10px 0px 10px 0px;
	color: #959595;
}
.faq-box .accordion-item .accordion-header .accordion-button {
	border-bottom: 1px solid #CCC;
	color: #333 !important;
	padding: 0px;
	background-color: transparent;
	position: relative;
}
.faq-box .accordion-item .accordion-header .accordion-button i {
	position: absolute;
	top: 50%;
	right: 0px;
	transform: translateY(-50%);
}
.faq-box .accordion-item .accordion-header .accordion-button:focus {
	box-shadow: none;
}
.faq-box .accordion-item .accordion-header .accordion-button span {
	color: #03702F;
	font-size: 30px;
	line-height: 20px;
	margin-right: 10px;
}
.faq-box .accordion-item .accordion-header .accordion-button:after {
	display: none;
}
.img-holder img {
	border-radius: 10px;
}
.hoverlay {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.hoverlay a {
	font-size: 60px;
	color: #fff;
	line-height: 20px;
}

/*Модальное окно*/
#modal_form{width:450px;padding:19px 20px;border:5px solid #081845;background-color:#FFF;height:auto;background:#fff;position:fixed;top:45%;left:50%;margin-top:-165px;margin-left:-225px;display:none;opacity:0;z-index:5;}
#overlay{z-index:3;position:fixed;background-color:#000;opacity:0.8;-moz-opacity:0.8;filter:alpha(opacity=80);width:100%;height:100%;top:0;left:0;cursor:pointer;display:none;}
#modal_form input[type="text"]{margin-bottom:17px;float:left;}
#modal_form input[type="text"].error{border:1px solid red;}
#modal_form .h3{text-align:center;}
#modal_form .comment{color:#272727;padding-bottom:15px;font-size:14px;text-align:center;padding-top:10px;}
.exit{background:#d0d0d0;display:block !important;border-radius:50%;right:-30px;top:-20px;position:absolute;opacity:1;WIDTH:33PX;HEIGHT:33px;line-height:30px;font-size:36px;border:2px solid #3e684e;-webkit-transition:background 0.2s linear;-moz-transition:background 0.2s linear;-o-transition:background 0.2s linear;transition:background 0.2s linear;}
.exit:after{display:block;font-size:23px;content:"x";padding-left:9px;line-height:24px;cursor:pointer;text-decoration:none;font-weight:bold;color:#000000;-webkit-transition:all 0.2s linear;-moz-transition:all 0.2s linear;-o-transition:all 0.2s linear;transition:all 0.2s linear;}
.exit:hover{background:#EAEAEA;text-decoration:none;}
#modal_form .button{display:block;background-color:#E6BF36;color:#03702F;cursor:pointer;font-size:17px;font-weight:bold;height:40px;margin:10px 0;padding:2px 16px;width:210px;margin:0 auto;-webkit-transition:all 0.12s ease-in;-o-transition:all 0.12s ease-in;-moz-transition:all 0.12s ease-in;transition:all 0.12s ease-in;}
#modal_form .button:hover{background-color:#03702F;color:#E6BF36;}
#modal_form .error{border:1px solid red;}


.footerfindSer .h2 span.dop{color:#fff;font-size: 13px;}
.footer-address a{}
.greeenfont{font-family: 'Unbounded';
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 40px;
color: #03702F;
}
.modal-title{font-family:Unbounded;font-style: normal;
font-weight: 700; font-size:24px; color:#03702F;
;}
.header-upper .greeen{background: none;border:2px solid #292929; color:#292929; font-family:Unbounded;
font-style: normal;
font-weight: 700;}
.header-upper .greeen:hover{background-color: #03702F; box-shadow: 0 0 0 .25rem rgba(3, 112, 47,.5);}

.header-upper .greeen:focus {
  color: #fff;
  background-color: #03702F;
  border-color: #03702F; box-shadow: 0 0 0 .25rem rgba(3, 112, 47,.5);
}
.services-section .greeen{background: none;border:2px solid #fff; color:#fff; font-family:Unbounded;
font-style: normal;
font-weight: 700;}
.services-section .greeen:hover{background-color: #03702F; box-shadow: 0 0 0 .25rem rgba(3, 112, 47,.5);}

.services-section .greeen:focus {
  color: #fff;
  background-color: #03702F;
  border-color: #03702F; box-shadow: 0 0 0 .25rem rgba(3, 112, 47,.5);
}
.footerfindSer .greeen{background: none;border:2px solid #fff; color:#fff; font-family:Unbounded;font-size:14px;
font-style: normal;
font-weight: 700;}
.footerfindSer .green:hover{background-color: #03702F; box-shadow: 0 0 0 .25rem rgba(3, 112, 47,.5);}

.footerfindSer .green:focus {
  color: #fff;
  background-color: #03702F;
  border-color: #03702F; box-shadow: 0 0 0 .25rem rgba(3, 112, 47,.5);
}
.comment{color:#03702F;}
.greeen{background: #03702F; padding: 10px 20px;
border:none;}
.greeen:hover{background-color:#03702F;box-shadow: 0 0 0 .25rem rgba(3, 112, 47,.5);}

.greeen:focus {
  color: #fff;
  background-color: #03702F;
  border-color: #03702F;
  box-shadow: 0 0 0 .25rem rgba(3, 112, 47,.5);
}
.button.greeen{background: #03702F;
border:none;}
.button.greeen:hover{background-color:#03702F;box-shadow: 0 0 0 .25rem rgba(3, 112, 47,.5);}

.button.greeen:focus {
  color: #fff;
  background-color: #03702F;
  border-color: #03702F;
  box-shadow: 0 0 0 .25rem rgba(3, 112, 47,.5);
}
.klas{margin-left:10px;}

.nav-tabs .nav-link{color: #03702F;font-family: 'Unbounded';
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 40px;}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{color: #03702F;}

.carousel .fa {
  font-size: 35px;
  color: #000;
}

.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight:bold;
    border-bottom: 1px dotted #030303;margin-left: 10px;z-index: 10000;
}
.popup .popuptext span, .popup .dropdown-toggle{font-size:16px !important;}
/* The actual popup */
.popup .popuptext {
    visibility: hidden;
    width: 200px;
    background-color: #000;
    color: #fff;
    text-align: center;
    font-weight:normal;
    padding: 15px 0;
    position: absolute;
    z-index: 1;
    top: 125%;
    left: 50%;font-size:15px !important;
    margin-left: -80px;/*border: 1px solid #fff;*/
}
.popup .popuptext a{padding: 10px;color: #fff !important;font-size: 16px;}
/* Popup arrow */
/*.popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}*/

/* Toggle this class - hide and show the popup */
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}
.form_radio_btn {
	display: inline-block;
	margin-right: 10px;
}
.form_radio_btn input[type=radio] {
	display: none;
}
.form_radio_btn label {
	display: inline-block;
	cursor: pointer;
	padding: 0px 15px;
	line-height: 34px;
	border: 2px solid #999;
	border-radius: 6px;
	user-select: none;
}
 
/* Checked */
.form_radio_btn input[type=radio]:checked + label {
	border:2px solid #03702F;
}
 
/* Hover */
.form_radio_btn label:hover {
	border:2px solid #03702F;
}

.footerfindSer a {
   font-family: Unbounded;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  text-align: right;
  padding: 20px 0;
  color:#fff !important; 
  text-decoration:none  !important;
}
.container2{max-width:600px;}
.bg-sin{background: #292929;
border: 1px solid #03702F; color:#fff;}
.bg-sin.kont a{color:#fff !important;}
.zagolovok{font-family: 'Unbounded', sans-serif;font-weight: 500;
line-height: 1.2;font-size: 2.5rem;}
.bel{border-bottom:1px solid #03702F; margin-bottom:30px; padding-bottom:10px;}
.sink{border-bottom:1px solid #03702F; margin-bottom:30px; padding-bottom:10px;}
.bg-cont{background: #E5E5E5 !important;}
.contact-form-block{background: rgba(242, 242, 242, 0.8);
border: 1px solid #03702F;padding:40px; margin: 10px 30px;}

.navbar-light .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.8);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28256, 256, 256, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
@media screen and (max-width: 767px) {
.navbar-nav .nav-link{padding:5px 0;}
.header-upper ul li:first-child {
  padding-bottom: 0px !important;
}
.navbar {
  position: relative;
  display: block;}
}
