/* Extended css styles */

a[href^='tel:'],
a[href^='mailto:'] {
	white-space: nowrap;
}

.list-dashed > li::before {
	content: '— ';
	color: #6aaf08;
}

.bloglink-inflow {
    display: block;
    margin-bottom: 2em;
}
.bloglink_imgwrap {
	display: block;
	position: relative;
	overflow: hidden;
    margin-bottom: 1.4rem;
}
.bloglink_imgwrap::before,
.bloglink_imgwrap::after {
  	content: "";
	display: block;
	position: absolute;
	opacity: 0;
	-webkit-transition: opacity 0.5s ease-out, left 0.5s ease-out;
	   -moz-transition: opacity 0.5s ease-out, left 0.5s ease-out;
	    -ms-transition: opacity 0.5s ease-out, left 0.5s ease-out;
	     -o-transition: opacity 0.5s ease-out, left 0.5s ease-out;
	        transition: opacity 0.5s ease-out, left 0.5s ease-out;
}
.bloglink_imgwrap:hover::before,
.bloglink_imgwrap:hover::after {
	opacity: 1;
}
.bloglink_imgwrap::before {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(106, 175, 8, 0.8);
}
.bloglink_imgwrap::after {
	content: "\f067";
	width: 50px;
	top: 50%;
	left: 25%;
	margin: -25px 0 0 -25px;
	border-radius: 50%;
	text-align: center;
	text-rendering: auto;
	font: normal normal normal 15px/50px FontAwesome;
	color: #363636;
	background-color: white;
	opacity: 0;
}
.bloglink_imgwrap:hover::after {
	left: 50%;
}

.bloglink_imgwrap img {
	display: block;
	width: 100%;
}

.bloglink_title {
    display: block;
    margin-bottom: 32px;
    font-family: 'RalewaySemiBold', sans-serif;
    font-weight: 600;
    font-size: large;
    line-height: 1.5;
	-webkit-transition: color 0.4s, font-size 0.4s;
	   -moz-transition: color 0.4s, font-size 0.4s;
	    -ms-transition: color 0.4s, font-size 0.4s;
	     -o-transition: color 0.4s, font-size 0.4s;
	        transition: color 0.4s, font-size 0.4s;
}
.bloglink_title:hover,
.bloglink_title:active {
	color: #6aaf08;
}
@media ( min-width: 1200px ) {
	.bloglink_title {
    	font-size: x-large;
    }
}

.main-menu-item__current a::after {
	content: '';
	display: block;
	border-bottom: medium solid #6aaf08;
}

.button-green,
.footer-row-top a.button-green {
	display: inline-block;
	float: none;
	margin: 0 auto 1em;
	border: thin solid #6aaf08;
	padding: 0.6em 2.6em;
	text-transform: uppercase;
	background-color: rgba(106, 175, 8, 0);
	-webkit-transition: background-color 0.4s;
	   -moz-transition: background-color 0.4s;
	    -ms-transition: background-color 0.4s;
	     -o-transition: background-color 0.4s;
	        transition: background-color 0.4s;
}
.button-green:hover,
.footer-row-top a.button-green:hover {
	color: white !important;
	background-color: rgba(106, 175, 8, 1);
}
.button-green::after,
.footer-row-top a.button-green::after {
	display: none !important;
}

.footer-area-top .row {
    display: none;
}

.footer-row-top {
	/* display: none;
	overflow: hidden;*/
	font-size: medium;
}
.lead-bottom {
	margin-bottom: 1em;
	border-bottom: thin solid #6aaf08;
}
.footer-common h3 {
	margin-bottom: 0;
}
.footer-row-top p {
	margin-bottom: 0.6em;
}
.footer-row-top li {
	display: flex;
	clear: both;
}
.newsletter-area {
	clear: both;
}
.footer-row-top a {
	margin-bottom: 0.6em;
	color: white;
	-webkit-transition: color 0.4s;
	   -moz-transition: color 0.4s;
	    -ms-transition: color 0.4s;
	     -o-transition: color 0.4s;
	        transition: color 0.4s;
}
.footer-row-top a:hover {
	color: #6aaf08;
}
.footer-row-top a::after {
	content: '';
	display: block;
	width: 0;
	height: 1px;
	margin: -0.2em auto 0;
	background-color: currentColor;
	-webkit-transition: width 0.4s;
	   -moz-transition: width 0.4s;
	    -ms-transition: width 0.4s;
	     -o-transition: width 0.4s;
	        transition: width 0.4s;
}
.footer-row-top a:hover::after {
	width: 100%;
}

.footer-catalog a {
	margin-bottom: 0.4em;
}

.footer-col {
	margin-bottom: 3em;
	clear: both;
}
.footer-catalog:not(:last-of-type) {
	margin-bottom: 0;
}
.footer-area-top .corporate-address li {
	margin-bottom: unset !important;
}
.corporate-address li {
	position: relative;
	padding-left: 1.6em;
}
.corporate-address .fa {
	position: absolute;
	left: 0;
	width: 1.2em;
	padding-right: 0 !important;
	text-align: center;
	font-size: inherit;
	line-height: inherit;
}

.text-center > li {
	display: inline-block;
}

.footer-link li {
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
.footer-link a {
	display: initial;
	float: none;
}

.footer-list {
	margin-bottom: 1em;
}
/*
.footer-list li:first-child {
	-webkit-justify-content: center;
	justify-content: center;
}
*/
.footer-list li:first-child a {
	/* padding-top: 3.5em;*/
	font-size: larger;
	background-position: top;
	background-repeat: no-repeat;
	background-size: 3em;
}
/*
.footer-list-seedlings li:first-child a {
	background-image: url('/icon/sprout.svg');
}
.footer-list-stalks li:first-child a {
	background-image: url('/icon/crops.svg');
}
.footer-list-bulbs li:first-child a {
	background-image: url('/icon/tulip.svg');
}
.footer-list-coniferous li:first-child a {
	background-image: url('/icon/pine.svg');
}
/* */
@media (min-width: 380px) {
	.footer-row-top {
		display: flex;
		-webkit-flex-flow: row wrap;
		    -ms-flex-flow: row wrap;
		        flex-flow: row wrap;
		-webkit-justify-content: space-between;
		        justify-content: space-between;
	}
	.footer-common,
	.footer-contacts {
		flex: 1 1 100%;
	}
	.footer-catalog {
		flex: 0 0 45%;
	}
}

@media (min-width: 560px) {
	.footer-common,
	.footer-contacts {
		flex: 0 0 45%;
	}
	.footer-catalog {
		order: 1;
	}
	.footer-common {
		order: 2;
	}
	.footer-contacts {
		order: 3;
	}
}

@media (min-width: 992px) {
	/*.footer-row-top {
		-webkit-align-items: center;
		        align-items: center;
	}*/
	.footer-col {
		flex: 0 0 auto;
		order: unset;
		margin-bottom: 0;
	}
	.footer-common {
		flex: 0 0 16em;
	}
	/*.footer-catalog {
		flex: 0 0 auto;
	}*/
}

.bloglink-left {
	margin: 0 auto 2em;
	width: 300px;
	max-width: 100%;
}
@media (min-width: 768px) {
	.bloglink-left {
		float: left;
		margin-right: 2em;
	}
}
.bloglink_imglink {
	display: block;
	position: relative;
	margin-bottom: 20px;
}
.bloglink_imglink::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgb(106, 175, 8);
	opacity: 0;
	-webkit-transition: opacity 0.5s ease-out;
	   -moz-transition: opacity 0.5s ease-out;
	    -ms-transition: opacity 0.5s ease-out;
	     -o-transition: opacity 0.5s ease-out;
	        transition: opacity 0.5s ease-out;
}
[class|="bloglink"]:hover .bloglink_imglink::before {
	opacity: 0.8;
}
.bloglink_imglink::after {
	content: '\f067';
	position: absolute;
	top: 50%;
	left: 25%;
	margin: -25px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	line-height: 50px;
	text-align: center;
	font-family: FontAwesome;
	color: #363636;
	background-color: white;
	opacity: 0;
	-webkit-transition: opacity 0.5s ease-out, left 0.5s ease-out;
	   -moz-transition: opacity 0.5s ease-out, left 0.5s ease-out;
	    -ms-transition: opacity 0.5s ease-out, left 0.5s ease-out;
	     -o-transition: opacity 0.5s ease-out, left 0.5s ease-out;
	        transition: opacity 0.5s ease-out, left 0.5s ease-out;
}
[class|="bloglink"]:hover .bloglink_imglink::after {
	left: 50%;
	opacity: 1;
}
[class|="bloglink"] figcaption h3 {
	text-align: left;
}
[class|="bloglink"] h3 a {
	color: #111111;
}

.nav-secondary {
	margin: 3em 0 1em;
}
.nav-secondary li {
	display: block;
	margin-bottom: 0.6em;
}
.nav-secondary a {
	display: block;
	padding: 0.6em;
	text-align: center;
	color: white;
	background-color: #6aaf08;
	-webkit-transition: font-size 0.4s;
	   -moz-transition: font-size 0.4s;
	    -ms-transition: font-size 0.4s;
	     -o-transition: font-size 0.4s;
	        transition: font-size 0.4s;
}
.nav-secondary a:hover {
	font-size: 140%;
}
@media (min-width: 768px) {
	.nav-secondary {
		border-bottom: 3px solid #6aaf08;
		padding-bottom: 0.6em;
	}
	.nav-secondary ul {
		display: flex;
		-webkit-flex-flow: row nowrap;
		    -ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: center;
		align-items: center;
		margin: 0 -0.3em;
		height: 3.4em;
	}
	.nav-secondary li {
		margin: 0 0.3em;
		flex-grow: 1;
	}
}

.nav-lvl3 {
	margin-bottom: 3rem;
	line-height: 2em;
}
.nav-lvl3 li {
	display: inline;
	margin-right: 2em;
}
.nav-lvl3 a {
	border-bottom: thin dotted currentColor;
	color: rgba(0,0,0,0.5);
	-webkit-transition: color 0.4s;
	   -moz-transition: color 0.4s;
	    -ms-transition: color 0.4s;
	     -o-transition: color 0.4s;
	        transition: color 0.4s;
}
.nav-lvl3 a:hover {
	color: #337ab7;
}

.shift-nw,
.shift-ne,
.shift-se,
.shift-sw {
	position: relative;
	margin: auto;
}
.shift-nw::before,
.shift-ne::before,
.shift-se::before,
.shift-sw::before {
	content: '';
	position: absolute;
	border: 3px dashed #6aaf08;
	z-index: 1;
}
.shift-nw::before {
	top: 0;
	right: 30px;
	bottom: 30px;
	left: 0;
}
.shift-ne::before {
	top: 0;
	right: 0;
	bottom: 30px;
	left: 30px;
}
.shift-se::before {
	top: 30px;
	right: 0;
	bottom: 0;
	left: 30px;
}
.shift-sw::before {
	top: 30px;
	right: 30px;
	bottom: 0;
	left: 0;
}
.shift-nw img,
.shift-ne img,
.shift-se img,
.shift-sw img {
	max-width: 330px;
}
.shift-nw img {
	margin: 30px 0 0 30px;
}
.shift-ne img {
	margin: 30px 30px 0 0;
}
.shift-se img {
	margin: 0 30px 30px 0;
}
.shift-sw img {
	margin: 0 0 30px 30px;
}


@media (min-width:992px) {
	.row-md-ais {
		display: flex;
		-webkit-align-items: stretch;
		align-items: stretch;
	}
}

.row-center [class^="col-"],
.row-center [class*=" col-"] {
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 3rem;
}
.row-center h2 {
	width: 100%;
}

.microgallery img {
	margin-bottom: 1em;
}
.microgallery img:last-child {
	margin: 0;
}
@media (min-width: 480px) {
	.microgallery {
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.microgallery img {
		margin-bottom: 0;
		object-fit: cover;
		width: calc(50vw - 67px);
		height: calc(50vw - 67px);
	}
}
@media (min-width: 768px) {
	.microgallery img {
		width: 316px;
		height: 316px;
	}
}
@media (min-width: 992px) {
	.microgallery img {
		width: 305px;
		height: 305px;
	}
}
@media (min-width: 1200px) {
	.microgallery img {
		width: 380px;
		height: 380px;
	}
}

.delivery_icon {
	margin-bottom: 1.4em;
	fill: #6aaf08;
}

.payment_icon_wrap {
	width: 96px;
	height: 96px;
	margin-bottom: 1.2em;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	padding: 16px;
	background-color: rgba(0,0,0,0.2);
}
.payment_icon {
	height: 64px;
	width: 64px;
	fill: white;
	filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.4));
}

.jumbo-dark {
	padding: 86px 0 100px;
	font-size: larger;
	color: white;
	background: black no-repeat top left / cover fixed;
	box-shadow: inset 0 0.6em 1em rgba(0,0,0,0.5);
}
.jumbo-dark :last-child {
	margin-bottom: 0;
}

/* Customizing */
.custom h3 {
	text-align: center;
}

.custom p {
	line-height: 1.35em;
}

.custom section {
	margin-bottom: 3rem;
}

.custom li {
	margin-bottom: 10px;
}

.custom .help-contact-banner-area {
	padding-left: 1rem;
	padding-right: 1rem;
	font-size: large;
	text-align: center;
	color: white;
}
.custom .help-contact-banner-area h2 {
	font-weight: normal;
}
@media (min-width:992px) {
	.custom .help-contact-banner-area {
		text-align: left;
	}
	.custom .help-contact-banner-area .row {
		display: flex;
		align-items: center;
	}
	.custom .help-contact-banner-area .btn-contact {
		margin: auto;
		padding: 0.66rem;
		width: 100%;
		text-align: center;
	}
	.custom .help-contact-banner-area :last-child {
		margin-bottom: 0;
	}
}

.mb-3 {
	margin-bottom: 3em;
}
@media (min-width:992px) {
	.mb-md-3 {
		margin-bottom: 3em;
	}
}
.caps {
	text-transform: uppercase;
}
.big {
	font-size: 1.6em;
}
.tac {
	text-align: center !important;
}

.shop-page-area .inner-shop-details .product-details-tab-area ul.list li {
	display: list-item;
	margin: 0 0 1em;
	border: 0 none transparent;
	padding: 0 0 0 1em;
	background: inherit;
}

.service-title-link h2 {
	margin: 0px;
	display: inline-block;
	color: #fff;
	background: #6aaf08;
	padding: 5px 20px;
	border-radius: 10px;
}
.service-box-border:hover, .service-box-border:hover .service-title-link h2 {
	box-shadow: 0px 0px 5px #000;
}
.service-title-link {
	position: absolute;
	text-align: center;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}
.service-box-border {
	border: 5px solid #6aaf08;
	border-radius: 15px;
}
h3.title-bar50 {
	margin-bottom: 30px;
}
h3.title-bar50:after {
	bottom: -10px;
}
.container.after-cont {
	margin-bottom: 40px;
}
.container.after-cont p + ol {
	margin-top: -10px;
}
.container.after-cont ul li i{
	margin-right: 5px;
	margin-top: 4px;
	font-size: 16px;
	color: #6aaf08;
	-webkit-transition: all 0.5s ease-out;
	   -moz-transition: all 0.5s ease-out;
	    -ms-transition: all 0.5s ease-out;
	     -o-transition: all 0.5s ease-out;
	        transition: all 0.5s ease-out;
}
.container.after-cont ul {
	margin-bottom: 20px;
}
.container.after-cont ul li {
	margin-bottom: 5px;
	display: flex;
}
@media screen and (min-width: 768px){
	.clmn2 {
		-webkit-columns: 2;
		   -moz-columns: 2;
		columns: 2;
		-webkit-column-gap: 60px;
		   -moz-column-gap: 60px;
		column-gap: 60px;
	}
}
.clear {
	clear:both;
}
.sub-title {
	text-transform: uppercase;
}
.slider-content p {
	font-size: 20px !important;
	line-height: 26px;
}
blockquote {
	border-left: 5px solid #6aaf08;
}
blockquote p {
	padding: 15px 0px;
	margin: 0px;
}
.list li,
[class|='list'] li {
	position: relative;
	padding-left: 15px;
	margin-bottom: 1em;
}
.list > li:before {
	content:"";
	position: absolute;
	top: 8px;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #6aaf08;
}
.list-checked li {
	padding-left: 1.2em;
}
.list-checked > li:before {
	content:"\2713";
	position: absolute;
	left: 0;
	font-weight: bold;
	/* color: #6aaf08; */
}
.list-diamond {
	margin: 1.6em 0;
	border-left: 3px solid #6aaf08;
	padding-left: 0.4em;
	font-weight: 700;
}
.list-diamond > li:before {
	content:"\2756";
	position: absolute;
	left: 0;
	font-weight: bold;
}
.about-us-page2-area .history-box .history-list li {
	padding-bottom: 10px;
	padding-top: 30px;
}
.fist-price-column {
	float: left;
	width: 48%;
}
@media screen and (max-width: 1366px) {
	.emergrncy-number-area .emergrncy-content-holder .emergrncy-content-holder-inner h3 {
		font-size: 30px;
	}
}
@media only screen and (max-width: 767px) {
	.about-us-page2-area .fist-price-column {
		width: 100%;
		margin: 0;
	}
}
.team-box .team-content-holder h3 {
	text-transform: inherit;
	line-height: 1.2;
	font-size: 20px;
}
.footer-area-top .newsletter-area .stylish-input-group .form-control {
	font-size: 11px;
}
.our-projects-title:before {
	width: 45%;
}
.white-color {
	color: #ffffff;
}
.our-projects1-area {
	background: url(/web/content/images/5222.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	font-size: 18px;
}
.contact-banner-area {
	background: url(/web/content/images/1-iloveimg-resized.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.header-top-area .header-top-left p {
	color: #ffffff;
}
.btn-contact {
	text-transform: initial;
}
.slider2-area, .s-tb {
	max-height: initial;
}
ul.list {
	margin-bottom: 20px;
}
.banner-production {
	padding: 50px 0 50px;
	background: url(/web/content/images/banner_32222.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #ffffff;
	font-size: 20px;
}
table {
	border: 1px solid #6aaf08;
}
.advice-block {
	padding: 50px 0 50px;
	background: url(/web/content/images/2-4.jpg);
	background-repeat: repeat;
	background-position: center;
	background-size: cover;
	color: #ffffff;
	font-size: 20px;
}
.advice-block a {
	font-size: 16px;
	color: #ffffff !important;
}
.catalog-content-block {
	margin: 50px 50px;
	-webkit-columns: 3;
	   -moz-columns: 3;
	columns: 3;
	-webkit-column-gap: 60px;
	   -moz-column-gap: 60px;
	column-gap: 60px;
}
@media screen and (max-width: 1200px){
	.catalog-content-block {
		-webkit-columns: 2;
		   -moz-columns: 2;
		columns: 2;
		-webkit-column-gap: 60px;
		   -moz-column-gap: 60px;
		column-gap: 60px;
	}
}
@media screen and (max-width: 768px){
	.catalog-content-block {
		-webkit-columns: 1;
		   -moz-columns: 1;
		columns: 1;
		-webkit-column-gap: 60px;
		   -moz-column-gap: 60px;
		column-gap: 60px;
	}
}
.catalog-content {
	background: url(/web/content/images/%D1%82%D1%80%D0%B0%D0%B2%D0%B0_14222.jpg);
	background-size: cover;
	padding: 30px 0;
}
.catalog-wrapper {
	width: 18%;
	float: left;
	min-height: 280px;
	margin-right: 2%;
	padding: 0px 10px;
}
.catalog-wrapper a {
	color: #ffffff;
}
.catalog-wrapper a:hover {
	color: #11b97c;
}
.catalog_img {
	min-height: 125px;
	margin-bottom: 5px;
}
.catalog-wrapper img {
	display: block;
	margin: 0 auto;
    border-radius: 8px !important;
    margin-bottom: 10px;
}
.catalog-wrapper p {
	text-align: center;
}
@media screen and (max-width: 1200px) {
	.catalog-wrapper{
		width: 20%;
	}
}
@media screen and (max-width: 768px){
	.catalog-wrapper{
		width: 48%;
	}
	@media screen and (max-width: 300px){
		.catalog-wrapper{
			width: 100%;
		}
	}
	.contact-social li a {
		border: none;
	}
}
.complete-text {
	padding-bottom: 60px;
	text-align: center;
	font-size: 18px;
	color: #000;
}
.insta-box a {
	display: inline-block;
	margin-bottom: 4px;
}
@media screen and (max-width: 479px) {
	.team-box .team-content-holder h3 {
		font-size: 16px;
	}
	.service-content-holder {
		text-align: center;
	}
	.banner-production {
		padding-left: 20px;
	}
}
.contact-us-page-area .contact-us-left ul > li .contact-social li:hover a {
	border: none;
	background: rgba(193, 230, 139, 0.6);
}
@media screen and (min-width: 1001px) {
	.price-column-wrapper {
		-webkit-columns: 2;
		   -moz-columns: 2;
		columns: 2;
		-webkit-column-gap: 60px;
		   -moz-column-gap: 60px;
		column-gap: 60px;
	}
}
.review-title .title-bar50 {
	float: left;
}
.review-title .review-btn {
	float: right;
	background: #6aaf08;
	color: #fff;
}
.review-title .review-btn:hover {
	background: #fff;
	border: 1px solid #6aaf08;
	color: #6aaf08;
}
.review-block {
	display: none;
	max-width: 450px;
}
.review-block .estimate-holder {
	bottom: 0;
	z-index: 1;
	text-align: center;
	background: #6aaf08;
	padding: 35px 30px;
}
.review-block .estimate-holder .form-control {
	border-radius: 5px;
	background: transparent;
	border: 1px dashed #d3d3d3!important;
	box-shadow: none;
	border: none;
	color: #ffffff;
}
.review-block .estimate-holder .form-control::   -moz-placeholder {
	color: #ffffff;
}
.review-block .estimate-holder input.form-control::-webkit-input-placeholder,
.review-block .estimate-holder textarea.form-control::-webkit-input-placeholder {
	color: #ffffff;
}
.review-block .estimate-holder input.form-control::   -moz-placeholder,
.review-block .estimate-holder textarea.form-control::   -moz-placeholder {
	color: #ffffff;
}
.review-block .estimate-holder input.form-control:   -moz-placeholder,
.review-block .estimate-holder textarea.form-control:   -moz-placeholder {
	color: #ffffff;
}
.review-block .estimate-holder input.form-control:    -ms-input-placeholder,
.review-block .estimate-holder textarea.form-control:    -ms-input-placeholder {
	color: #ffffff;
}
.review-block .estimate-holder h2 {
	color: #fff;
}
.contact-form {
	background: rgba(106, 175, 8, 0.05);
	padding: 30px 0 10px;
}
.header-top-left i {
	color: #6aaf08;
	padding-right: 10px;
}
.header-top-area .header-top-right ul li span {
	padding-right: 10px;
	margin-right: 10px;
	color: #c5c5c5;
}
.footer-menu li {
	padding: 5px 0;
}
.footer-menu a {
	color: #f2f2f2;
	text-decoration: underline;
	font-size: 18px;
	transition: .3s ease 0s;
}
.footer-menu a:hover {
	color: #6aaf08;
}
.catalog_btn {
	background: #6aaf06;
	border: 2px solid #6aaf06;
	margin: 0 30px 10px;
}
.catalog_btn:hover {
	border: 2px solid #6aaf06;
}
.catalog_btn:focus {
	color: #6aaf08;
	background: #ffffff;
}
.grey_block {
	width: 100%;
	background: rgba(193, 193, 193, 0.47);
	padding: 20px 20px;
}
.subcategory {
	padding: 20px 0 0 20px;
}
@media (max-width: 991px) {
	.categories h2 {
		background: #6aaf06;
		color: #fff;
		font-size: 16px;
		padding: 10px 20px;
		text-align: center;
		border-radius: 25px;
		max-width: 200px;
		margin: auto;
	}
	.categories h2:after {
		display: none;
	}
	.categories ul {
		display: none;
	}
}
table {
	margin: 10px 20px;
}
table tr td {
	padding: 10px 10px;
}
.text-block-main {
	margin-top: 20px;
	margin-bottom: 20px;
}
.green-title {
	color: #6aaf08;
}

.lead-bottom h3::after {
	content: '';
	display: inline-block;
	width: 34px;
	height: 24px;
	background: url("/img/logo.png") no-repeat right;
}        






@media (max-width: 560px){
.footer-catalog {
    flex: 0 0 30%;
}
}

@media (max-width: 480px){
.footer-catalog {
    flex: 0 0 45%;
}
}        




.team-contacts {
    padding-top: 0px;
}
.team3-area .title.no-before:before {
    content: none;
}

.fancybox-container {
  z-index: 9999992 !important;
}

.form-flex-end {
	display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 30px;
}

@media (max-width: 767px) {
  .form-flex-end {
  	flex-direction: column;
    justify-content: flex-start;
    gap: 15px;
  }
}

.form-flex-end * {
	margin-bottom: 0;
}

.form-group--white label {
	color: #fff;
}

.form-group--white.form-group--checkbox > label input:checked +.checkbox-label::before,
.form-group--white.form-group--checkbox > label .checkbox-label::before,
.form-group--white.form-group--checkbox > label:hover .checkbox-label::before,
.form-group--white.form-group--checkbox > label:focus .checkbox-label::before {
	border-color: #fff;
}

.form-group--white.form-group--checkbox > label .checkbox-label::after {
	background: #ffffff;
}

.footer-area-top .newsletter-area .stylish-input-group {
	 background: transparent;
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    width: 202px;
}

.footer-area-top .newsletter-area .stylish-input-group .form-control[type="email"] {
	width: calc(100% - 48px);
}

.footer-area-top .newsletter-area .stylish-input-group .input-group-addon button {
	height: 42px;
}

.footer-area-top .newsletter-area .stylish-input-group .form-group--checkbox {
	 opacity: 0.5;
    font-size: 13px;
    margin-top: 5px;
}