/*Full screen page*/
#page-wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

#main-content {
	flex: 1 0 auto;
}

#footer {
	flex: 0 0 auto;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
center,
dl,
dt,
dd,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: top;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Main Layout */
html {
	height: 100%;
}

body {
	font-family: "Roboto", Sans-Serif;
	overflow-x: hidden;
}

body.contentpane {
	background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 10px 0;
	font-weight: bold;
	color: #222222;
}

.componentheading {
	font-style: italic;
	font-size: 25px;
	margin: 0;
	padding: 0 0 10px 0;
	color: #1a528c;
}

a:link,
a:visited {
	color: #181818;
	text-decoration: none;
}

a:hover {
	color: #333333;
}

ul {
	margin: 0;
	list-style: none;
}

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

element.style {
	height: auto;
}

.clr {
	clear: both;
}

.container {
	max-width: 1250px;
	margin: 0 auto;
	padding: 0 15px;
}

/* Header */
#header {
	position: relative;
	padding-top: 1.5%;
	margin-bottom: 14px;
}

header.top {
	display: inline-block;
}

.logo {
	display: inline-block;
}

img.logoim {
	max-width: 100%;
}

#nav ul {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: flex-end;
}

#nav ul li {
	display: inline-block;
	padding: 3px 0;
}

#nav ul li a {
	display: block;
	margin: 0;
	line-height: 32px;
	color: #000;
	text-decoration: none;
	font-size: 18px;
	font-weight: 600;
}

#nav ul li a {
	transition: ease-in-out 0.3s;
}

#nav ul li a:hover {
	color: #479D72;
	transition: ease-in-out 0.3s;
}

#nav li ul {
	position: absolute;
	font-size: 12px;
	top: 60px;
	width: 170px;
	z-index: 100;
	margin-left: -8px;
	background: #F27EBD;
	box-shadow: 10px 5px 15px #111111;
	border-radius: 3px;
	display: none
}

#nav li:hover ul {
	display: block;
}

#nav li ul li {
	border-bottom: 1px solid #BC3A6A;
	background: none;
	padding: 3px 5px;
	top: 0;
	position: relative;
}

#nav li.active ul li a {
	background: none;
}

#nav li ul li a {
	display: block;
	text-transform: none;
	margin: 0;
	line-height: 1.5em;
	padding: 3px 5px;
	width: 140px;
}

#nav li ul li a:hover {
	background: #AA5479;
	color: #FFFFFF;
}

/** Level third and above **/

#nav li ul ul {
	margin: 0 0 0 150px;
	top: 0;
}

#nav li ul ul ul {
	margin: -24px 0 0 113px;
}

#nav li:hover ul ul,
#nav li:hover ul ul ul,
#nav li.sfhover ul ul,
#nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul,
#nav li li:hover ul,
#nav li li li:hover ul,
#nav li.sfhover ul,
#nav li li.sfhover ul,
#nav li li li.sfhover ul {
	/* nested under hovered items */
	left: auto;
}

ul.breadcrumb {
	margin: 1% 0 0 0;
	padding: 1% 2%;
	padding-left: 0;
}

ul.breadcrumb li {
	display: inline-block;
	color: #777777;
}

ul.breadcrumb li.active span {
	/* padding-left: 3px; */
	font-size: 14px;
}

/* Sidebar */
#leftbar-w {
	padding: 0px;
	width: 230px;
	float: left;
}

#addthis {
	float: center;
	padding-left: 12px;
	padding-top: 5px;
}

#rightbar-w {
	margin-right: 12px;
	padding: 0px;
	width: 230px;
	float: right;
}

#sidebar {
	padding: 0
}

#sidebar .module {
	padding: 6px 0 6px 0;
	margin: 0;
}

#sidebar .module-title {
	font-size: 16px;
	font-weight: 100;
	margin: 0;
	height: 24px;
	line-height: 24px;
	color: #fff;
	padding: 0 0 0 22px;
}

#leftbar-w .module-title {
	padding: 0 0 0 15px
}

#rightbar-w .module-title {
	padding: 0 0 0 15px
}

/* Content */
#main {
	margin: 0px auto 0 auto;
	position: relative;
}

#main-content {
	clear: both;
	background: #fff;
	position: relative;
	height: 100%;
}

#wrapper {
	margin: 0 auto;
	width: 1000px;
	padding: 0;
	position: relative;
}

#leftcolumn {
	margin-left: 9px;
	padding: 0px;
	width: 205px;
	float: left;
}

#rightcolumn {
	margin-right: 9px;
	padding: 0px;
	width: 205px;
	float: right;
}

#centercontent {
	width: 500px;
	float: left;
	margin: 5px;
	padding: 0px;
	overflow: hidden;
	border: 1px solid #e5e5e5;
	-moz-border-radius: 8px 8px 8px 8px;
	border-radius: 8px;
}

#centercontent_md {
	width: 725px;
	float: left;
	margin: 0px 5px 0px 5px;
	padding: 5px;
	overflow: hidden;
}

#centercontent_bg {
	padding: 0px;
	/* overflow: hidden; */
}

div.clearpad {
	float: left;
	padding: 0 0px 15px 10px;
}

div.clearpad ul {
	clear: both;
}

/* Content styles */

.blog-featured {
	background: #fff;
	color: #555;
}

.items-leading {
	position: relative;
	clear: both;
	padding: 3px 0px 3px 4px;
	margin-top: 2px;
}

.item-page {
	position: relative;
	background: #fff;
	color: #000;
	line-height: 1.5;
}

.page-header h2 {
	font-size: 25px;
	margin-bottom: 2%;
	text-transform: uppercase;
	/* margin-left: 6%; */
}

.item-page-catalog .page-header h2 {
	margin: 0;
}

.items-row {
	position: relative;
	clear: both;
	text-align: center;
}

.items-row .span3,
.items-row .span4,
.items-row .span6 {
	display: inline;
}

.cols-1 {
	width: 100%;
	clear: both;
}

.cols-2 .column-1 {
	width: 45%;
}

.cols-2 .column-2 {
	width: 45%;
}

.cols-3 .column-1 {
	width: 33%;
}

.cols-3 .column-2 {
	width: 33%;
}

.cols-3 .column-3 {
	width: 33%;
}

.cols-4 .column-1 {
	width: 24%;
}

.cols-4 .column-2 {
	width: 24%;
}

.cols-4 .column-3 {
	width: 24%;
}

.cols-4 .column-4 {
	width: 24%;
}

.column-1,
.column-2,
.column-3,
.column-4 {
	position: relative;
	display: inline-block;
}

.blog .item {
	text-align: center;
	font-size: 15px;
	margin: 1% 0;
	/* padding-bottom: 1%; */
}

.blog .item:hover {
	box-shadow: 0 0 20px #e8e8e8;
}

.blog .item .pull-left.item-image img {
	max-width: 100%
}

.readmore {
	margin: 0;
	line-height: 20px;
}


ul.pagenav {
	display: block;
}

ul.pagenav li {
	list-style: none;
}

.pagenav-prev {
	float: left;
	padding-top: 10px;
}

.pagenav-next {
	float: right;
	padding-top: 10px;
}

.pagination {
	clear: both;
}

.pagination span,
.pagination a,
ul.pagenav li a {
	padding: 1px 8px;
	background: #fff;
	color: #555;
	/* font-weight: bold; */
	font-size: 90%;
}

.pagination a,
ul.pagenav li a {
	font-weight: bold;
	text-decoration: none;
}

.button,
.validate {
	padding: 3px 15px;
	border: 1px solid #999999;
	background: #b9b8b8;
	color: #FFF;
	font-weight: bold;
}

.button:hover,
.validate:hover,
.pagination a:hover,
ul.pagenav li a:hover {
	background: #479D72;
	color: #fff;
}

.inputbox,
input,
textarea,
select {
	border: 1px solid #c0c0c0;
	color: #13618d;
	padding: 5px 10px
}

.breadcrumbs {
	padding: 0 0 0 10px;
	color: #555;
}

/* Footer */
#user-bottom {
	padding: 6% 0 0;
}

.id-101 #user-bottom {
	padding: 4% 0 0;
}

.user1,
.user2 {
	display: inline-block;
}

.user1 p {
	margin-bottom: 5px;
}

.inline {
	display: inline-block;
}

#navtoogle {
	display: none;
	/* background: #2C6301; */
	/* background: linear-gradient(to bottom, #74A354, #2C6301); */
	color: #fdfcfc;
	padding-right: 5%;
	text-align: right;
	margin-bottom: 2%;
}

@media only screen and (max-width: 768px) {

	#nav {
		display: none;
	}

	#navtoogle {
		display: block;
	}

	.cmn-toggle-switch {
		display: inline-block;
		position: relative;
		overflow: hidden;
		margin: 0;
		padding: 0;
		width: 58px;
		height: 40px;
		font-size: 0;
		text-indent: -9999px;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		box-shadow: none;
		border-radius: none;
		border: none;
		cursor: pointer;
		-webkit-transition: background 0.3s;
		transition: background 0.3s;
	}

	.cmn-toggle-switch:focus {
		outline: none;
	}

	.cmn-toggle-switch span {
		display: block;
		position: absolute;
		top: 18px;
		left: 18px;
		right: 18px;
		height: 3px;
		background: white;
	}

	.cmn-toggle-switch span::before,
	.cmn-toggle-switch span::after {
		position: absolute;
		display: block;
		left: 0;
		width: 100%;
		height: 3px;
		background-color: #fff;
		content: "";
	}

	.cmn-toggle-switch span::before {
		top: -8px;
	}

	.cmn-toggle-switch span::after {
		bottom: -8px;
	}

	.cmn-toggle-switch__htx {
		background-color: #a3ceb8;
	}

	.cmn-toggle-switch__htx span {
		-webkit-transition: background 0 0.3s;
		transition: background 0 0.3s;
	}

	.cmn-toggle-switch__htx span::before,
	.cmn-toggle-switch__htx span::after {
		-webkit-transition-duration: 0.3s, 0.3s;
		transition-duration: 0.3s, 0.3s;
		-webkit-transition-delay: 0.3s, 0;
		transition-delay: 0.3s, 0;
	}

	.cmn-toggle-switch__htx span::before {
		-webkit-transition-property: top, -webkit-transform;
		transition-property: top, transform;
	}

	.cmn-toggle-switch__htx span::after {
		-webkit-transition-property: bottom, -webkit-transform;
		transition-property: bottom, transform;
	}

	.cmn-toggle-switch__htx.active {
		background-color: #a3ceb8;
	}

	.cmn-toggle-switch__htx.active span {
		background: none;
	}

	.cmn-toggle-switch__htx.active span::before {
		top: 0;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.cmn-toggle-switch__htx.active span::after {
		bottom: 0;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.cmn-toggle-switch__htx.active span::before,
	.cmn-toggle-switch__htx.active span::after {
		-webkit-transition-delay: 0, 0.3s;
		transition-delay: 0, 0.3s;
	}

	span.menutoog div {
		background: #000;
		width: 100%;
		height: 0.125rem;
		margin: 0.25rem auto;
		border-radius: 10px;
		-webkit-transition: 0.3s cubic-bezier(0.28, 0.55, 0.385, 1.65);
		transition: 0.3s cubic-bezier(0.28, 0.55, 0.385, 1.65);
		-webkit-transition-timing-function: cubic-bezier(0.28, 0.55, 0.385, 1.65);
		transition-timing-function: cubic-bezier(0.28, 0.55, 0.385, 1.65);
		-webkit-transform: 0;
		transform: 0;
		-webkit-transform-origin: center;
		transform-origin: center;

	}

	table,
	td,
	video {
		/* max-width: 98%;
		display: inline-block;
		margin: 0 auto;
		width: auto !important;
		height: auto !important; */
	}

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

	td,
	iframe {
		border: none;
        max-width: 100%;
		/* width: 100% !important; */
	}
   	iframe {
        max-height: 400px;
		/* width: 100% !important; */
	}
	.blog .item {
		width: 48%
	}

	img.sigFreeImg {
		width: 265px !important;
		height: 200px !important;
		max-width: none;
	}

	ul.sigFreeClassic {
		text-align: center;
	}

	ul.sigFreeClassic li.sigFreeThumb {
		display: inline-block;
		margin: 1%;
		float: none;
	}

	ul.sigFreeClassic li.sigFreeThumb:nth-child(odd) {
		display: none;
	}

	td:nth-child(odd) {
		/* background: #EEEEEE */
	}
}

@media only screen and (max-width: 450px) {
	.blog .item {
		width: 95%;
		margin: 1% auto;
	}
}

/* header */
.header__inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

#header .logo {
	width: 30%;
}

#header .logo a {
	display: inline-block;
	margin-left: 35px;
}

#header .top {
	width: 70%;
}

.reviews::before,
.news::before,
.partners::before,
.catalog__categories::before,
#header::before {
	content: "";
	position: absolute;
	left: 0;
	width: 100vw;
	height: 2px;
	background-color: #479D72;
	z-index: 0;
}

#header::before {
	bottom: 17px;
}

.reviews::after,
.news::after,
.partners::after,
.catalog__categories::after,
#header::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100vw;
	height: 2px;
	background-color: #000;
	z-index: 0;
}

#header::after {
	bottom: 11px;
}

#header .logotype {
	width: 230px;
	height: max-content;
	margin: 16px 0 0;
	padding: 0 15px;
	background-color: #fff;
	z-index: 2;
	position: relative;
}

#header .logotype img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.top__social {
	margin: 12px 0 19px;
}

.top__social table {
	width: 100%;
}

.top__social tbody {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.top__social tr {
	width: max-content;
}

.top__social tr a {
	margin-left: 14px;
	transition: ease-in-out 0.3s;
	text-decoration: none;
}

.top__social a:hover strong {
	transition: ease-in-out 0.3s;
	color: green;
}

#nav li+li {
	margin-left: 5.5%;
}

.top__social tr+tr {
	margin-left: 4%;
}

.top__social tbody tr:nth-child(1) {
	margin-right: 7.3%;
	display: flex;
	align-items: center;
}

.top__social tbody tr:nth-child(1) td {
	display: flex;
}

.top__social tbody tr:nth-child(1) a {
	margin-left: 8px;
	display: block;
	transition: ease-in-out 0.3s;
}

.user1 tbody tr:nth-child(4) a:hover,
.top__social tbody tr:nth-child(1) a:hover {
	transition: ease-in-out 0.3s;
	transform: scale(1.2);
}

#header .top__nav li {}

#header .top__nav li a {
	position: relative;
	z-index: 1;
}

#header .top__nav li a:hover:before,
#header .top__nav li.current.active a::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 0);
	background-color: #479D72;
	z-index: -1;
}

/* main screen */
.slide-bgimg {
	width: 100%;
	height: 69.5vh;
	overflow: hidden;
}

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

#main-content .main-slider .swiper-slide .content .mt-4 {
	display: flex;
	height: 100%;
	align-items: flex-end;
	justify-content: center;
	text-align: center;
}

#main-content .main-slider .swiper-slide a {
	text-decoration: none;
}

#main-content .main-slider .swiper-slide .content .title {
	width: 76%;
	font-size: 52px;
	font-weight: 900;
	margin-bottom: 5%;
	color: #fff;
	text-shadow: 0px 2px 2px rgb(0 0 0 / 66%);
}

#main-content .swiper-slide .slide-bgimg::after {
	content: none;
}

/* catalog */
.catalog__categories {
	position: relative;
	margin: 2.9% 0 5.15%;
}

#centercontent_bg .subheading-title span,
#centercontent_bg .subheading-title,
.moduletable h3 {
	text-align: center;
	font-size: 34px;
	font-weight: 700;
	margin-bottom: 5.7%;
	position: relative;
	padding: 0;
}

.catalog__categories .title-bg {
	width: 52%;
}

h3.title-bg {
	position: relative;
	z-index: 1;
	width: 40%;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}

.reviews::before,
.partners::before,
.catalog__categories::before {
	top: 22px;
}

.reviews::after,
.partners::after,
.catalog__categories::after {
	top: 27px;
}

.catalog__categories .categories-module {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.catalog__categories .categories-module li {
	width: 32%;
	margin-bottom: 31px;
	border: 1px solid #CECECE;
	min-height: 450px;
	transition: ease-in-out 0.3s;
}

.catalog__categories .categories-module li:hover {
	box-shadow: 20px 20px 60px #d9d9d9,
		-20px -20px 60px #ffffff;
	transition: ease-in-out 0.3s;
}

figure {
	margin: 0;
}

.catalog__categories .category-img {
	padding: 0 0 83%;
	overflow: hidden;
	position: relative;
}

.catalog__categories .category-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.catalog__categories .category-name {
	padding: 35px 53px 29px 33px;
}

.catalog__categories h4 {
	font-size: 22px;
	font-weight: 200;
	text-transform: uppercase;
	position: relative;
	padding: 0;
}

.catalog__categories h4::before {
	position: absolute;
	content: "";
	top: 50%;
	transform: translateY(-50%);
	right: -25px;
	width: 20px;
	height: 14px;
	background-image: url('../images/arrow-icon.svg');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: ease-in-out 0.3s;
}

.catalog__categories .categories-module a {
	display: block;
	text-decoration: none;
	height: 100%;
}

.catalog__categories .categories-module a:hover h4::before {
	transform: scale(1.5) translateX(50%) translateY(-40%);
	transition: ease-in-out 0.3s;
}

/* advantages */
.advantages .moduletable {
	padding: 6% 0 4.65%;
	position: relative;
}

.advantages .moduletable::before {
	content: "";
	position: absolute;
	top: 6px;
	left: 50%;
	width: 100vw;
	transform: translate(-50%, -50%);
	height: 2px;
	background-color: #000;
}

.advantages {
	position: relative;
}

.advantages::before,
.advantages::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	left: 0;
	background-color: #479D72;
}

.advantages::before {
	top: 0;
}

.advantages::after {
	bottom: 0;
	height: 3px;
}

.advantages table {
	width: 100%;
}

.advantages table img {
	width: 60px;
	height: 65px;
	object-fit: contain;
	transition: ease-in-out 0.3s;
}

.advantages table img:hover {
	transition: ease-in-out 0.3s;
	filter: drop-shadow(2px 4px 6px green);
}

.advantages table tr {
	display: flex;
	justify-content: space-around;
	align-items: center;
	font-size: 22px;
	font-weight: 500;
	text-align: center;
}

.advantages table td {
	display: flex;
	align-items: center;
}

.advantages table td>div {
	margin: 0 auto;
	line-height: 1.7;
}

/* about us */
.about__us {
	margin: 7.15% 0 8.15%;
}

.about__us h3 {
	margin-bottom: 5.3%;
}

.about__us .custom div {
	margin-bottom: 31px;
	text-align: center;
	line-height: 1.8;
}

/* partners */
.partners .owl-stage {
	display: flex;
	align-items: center;
}

.partners .owl-carousel {
	padding: 2% 0 5%;
}

.partners .snip {
	margin: 0;
}

.partners .smicon {
	width: 265px;
	height: fit-content;
	margin: 0 auto;
}

.partners .smicon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.partners h3 {
	margin-bottom: 0;
}

.partners .title-bg {
	width: 25%;
}

.partners {
	position: relative;
}

/* news */
.news {
	padding: 3% 0 1%;
	position: relative;
}

.news::before {
	top: -5px;
	bottom: auto;
}

.news::after {
	top: 0;
	bottom: auto;
}

.news h3 {
	margin-bottom: 5.55%;
}

.owl-item .entry-title {
	font-size: 20px;
	padding-bottom: 20px;
}

/* reviews */
.reviews {
	position: relative;
}

.reviews h3 {
	margin-bottom: 56px;
}

.reviews .title-bg {
	width: 30%;
}

#centercontent_bg .item .item-content,
.news .entry-content,
.reviews .entry-content {
	margin: 0;
	padding: 35px 20px 20px;
}

.news #npost104 .nspost_sett,
.reviews #npost99 .nspost_sett {
	margin: 0 8px 80px;
}

.news .owl-carousel .owl-item .blog-entry-image,
.reviews .owl-carousel .owl-item .blog-entry-image {
	position: relative;
	overflow: hidden;
	padding: 0 0 83% 0;
}

.news .owl-carousel .owl-item img,
.reviews .owl-carousel .owl-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.news .owl-carousel .owl-item,
.reviews .owl-carousel .owl-item {
	overflow: visible;
}

#centercontent_bg .blog-catalog .span3:hover,
#centercontent_bg .blog-catalog .span3:focus,
#centercontent_bg .blog .span6:hover,
#centercontent_bg .blog .span6:focus,
.news .blog-entry:hover,
.news.blog-entry:focus,
.news .blog-entry:active,
.reviews .blog-entry:hover,
.reviews.blog-entry:focus,
.reviews .blog-entry:active {
	transform: none;
	transition: ease-in-out 0.3s;
	box-shadow: 20px 20px 60px #d9d9d9,
		-20px -20px 60px #ffffff;
}

.news .blog-entry:hover .entry-content,
.news .blog-entry:focus .entry-content,
.news .blog-entry:active .entry-content,
.reviews .blog-entry:hover .entry-content,
.reviews .blog-entry:focus .entry-content,
.reviews .blog-entry:active .entry-content {
	box-shadow: none;
}

#centercontent_bg .item .item-content a {
	text-decoration: none;
}

#centercontent_bg .item .item-content .readmore a,
.news .entry-description a,
.reviews .entry-description a {
	color: #469E73;
	text-decoration: none;
	position: relative;
	transition: ease-in-out 0.3s;
}

#centercontent_bg .item .item-content a:hover,
.news .entry-description a:hover,
.reviews .entry-description a:hover {
	color: #016837;
	transition: ease-in-out 0.3s;
	font-weight: 500;
}

#centercontent_bg .item .item-content .readmore a:hover::before,
.news .entry-description a:hover::before,
.reviews .entry-description a:hover::before {
	transform: scale(1.5) translateX(50%) translateY(-40%);
	transition: ease-in-out 0.3s;
}

#centercontent_bg .item .item-content .readmore a:before,
.news .entry-description a::before,
.reviews .entry-description a::before {
	position: absolute;
	content: "";
	width: 12.5px;
	height: 6.5px;
	top: 50%;
	right: -25px;
	transform: translateY(-50%);
	background-image: url('../images/long-arrow-icon.svg');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: ease-in-out 0.3s;
}

.news .owl-carousel .owl-nav .owl-prev:hover,
.news .owl-carousel .owl-nav .owl-next:hover,
.reviews .owl-carousel .owl-nav .owl-prev:hover,
.reviews .owl-carousel .owl-nav .owl-next:hover {
	width: 50px;
}

.news .nav-rounded .owl-nav .owl-prev,
.news .nav-rounded .owl-nav .owl-next,
.reviews .nav-rounded .owl-nav .owl-prev,
.reviews .nav-rounded .owl-nav .owl-next {
	height: 50px;
	border-radius: 3px;
	top: 40%;
}

/* footer top */

#footer a {
	text-decoration: none;
	transition: ease-in-out 0.3s;
}

#footer a:hover {
	color: #479D72;
	transition: ease-in-out 0.3s;
}

#footer .layf {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.user1 {
	width: 25%;
}

.user1 tbody tr:last-child {
	margin-top: 27px;
}

.user1 tbody tr:last-child td+td {
	margin-left: 8px;
}

.user2 {
	width: 35%;
	position: relative;
	overflow-y: hidden;
	min-height: 235px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.user2::before,
.user2::after {
	position: absolute;
	content: "";
	left: 50%;
	transform: translate(-50%, -50%) rotate(-60deg);
	width: 100%;
	height: 2px;
	z-index: -1;
}

.user2::before {
	top: 45%;
	background-color: #479D72;
}

.user2::after {
	top: 51%;
	background-color: #000;
}

.user3 {
	width: 15%;
	text-align: right;
	margin-right: 40px;
}

#footer li {
	margin-bottom: 16px;
}

#footer li a {
	font-size: 17px;
	font-weight: 200;
}

.user4 {
	width: 25%;
	text-align: right;
}

.user2 .logotype {
	width: 175px;
	height: fit-content;
}

.user2 .logotype img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.user1 h3 {
	font-size: 28px;
	font-weight: 200;
	text-align: left;
	margin: 0;
	margin-bottom: 18px;
}

.user1 a {
	font-size: 22px;
	font-weight: 200;
	display: block;
}

.user1 .custon td {
	font-size: 18px;
	font-weight: 200;
}

.user1 tr {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

/* footer bottom */
#user-bottom2 {
	padding: 2% 0;
}

.footer__copyright {
	font-size: 14px;
	font-weight: 200;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #808080;
}

.footer__copyright .custom a {
	font-weight: 700;
}

.footer__copyright .web-hit-dev {
	color: #000;
	font-weight: 700;
}

#footer li.current.active a {
	color: #479D72;
	font-weight: 700;
}

/* breadcrumb */
#breadcrumb a {
	text-decoration: none;
}

#breadcrumb .breadcrumb-home a {
	font-weight: 700;
	color: #479D72;
}

#breadcrumb a,
#breadcrumb li.active span {
	font-size: 14px;
}

/* gallery */
.slider-wrapper .fotorama__stage__frame {
	width: 100%;
	height: 60vh;
	overflow: hidden;
}

.slider-wrapper .fotorama__stage__frame img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	left: 0 !important;
	top: 0 !important;
}

#centercontent_bg .fotorama__wrap .fotorama__stage {
	height: 60vh !important;
}

#centercontent_bg .slider-wrapper {
	margin: 0 0 20px !important;
	padding: 0;
}

/* page */
#centercontent_bg div>img {
	width: 30%;
	margin-bottom: 2%;
}

#centercontent_bg img+img {
	margin-left: 2%;
}

/* Catalog page */
#centercontent_bg div,
#centercontent_bg span,
#centercontent_bg p {
	color: #000;
	line-height: 1.5;
	font-size: 16px;
}

#centercontent_bg .blog .items-row {
	display: flex;
	width: 100%;
	justify-content: space-evenly;
}

#centercontent_bg .subheading-title {
	text-align: left;
	margin-bottom: 3%;
}

.blog-catalog .cat-children {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 8%;
}

.blog-catalog .cat-children>div {
	width: 32%;
	min-height: 10%;
	border: 1px solid #CECECE;
	border-radius: 6px;
	overflow: hidden;
	text-align: center;
	margin-bottom: 20px;
}

.blog-catalog .cat-children>div a {
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	height: 100%;
}

.blog-catalog .cat-children>div:hover {
	transition: ease-in-out 0.3s;
	box-shadow: 20px 20px 60px #d9d9d9, -20px -20px 60px #ffffff;
}

.blog-catalog .cat-children>div:hover img {
	transition: ease-in-out 0.3s;
	transform: scale(1.2);
}

.blog-catalog .cat-children>div:hover h3 {
	transition: ease-in-out 0.3s;
	color: #479D72;
}

.blog-catalog .cat-children figure {
	margin: 0;
	position: relative;
	overflow: hidden;
	padding: 0 0 50% 0;
}

.blog-catalog .cat-children figure img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: ease-in-out 0.3s;
}

#centercontent_bg .blog .item {
	width: 100%;
	height: 100%;
	margin: 0;
	display: flex;
}

#centercontent_bg .blog .pull-left.item-image {
	position: relative;
	padding: 0 45% 0 0;
}

#centercontent_bg .blog .span6 {
	width: 48%;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.19);
	margin: 0 0 4%;
	border-radius: 3px;
	min-height: 240px;
}

#centercontent_bg .blog-catalog .item {
	width: 100%;
	height: 100%;
}

#centercontent_bg .blog-catalog .span3 {
	width: 24%;
	margin: 0 0 6%;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.19);
	border-radius: 3px;
	min-height: 320px;
}

#centercontent_bg .blog-catalog .items-row {
	display: flex;
	justify-content: space-between;
}


#centercontent_bg .item h4 {
	font-size: 20px;
	font-weight: 600;
}

#centercontent_bg .item .item-content {
	text-align: left;
}

#centercontent_bg .blog .item-content {
	text-align: left;
	width: 100%;
}

#centercontent_bg .blog .category_article_image a,
#centercontent_bg .blog .item-image a {
	display: block;
	width: 100%;
	height: 100%;
}

#centercontent_bg .blog-catalog .category_article_image a,
#centercontent_bg .blog-catalog .item-image a {
	display: block;
	position: relative;
	padding: 0 0 70% 0;
}

#centercontent_bg .blog-catalog .category_article_image img,
#centercontent_bg .blog-catalog .item-image img,
#centercontent_bg .blog .category_article_image img,
#centercontent_bg .blog .item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: none;
	margin: 0;
	position: absolute;
	left: 0;
	top: 0;
}


#centercontent_bg div.fotorama__arr {
	border-radius: 3px;
}

#centercontent_bg div.fotorama__arr:hover {
	transition: ease-in-out 0.3s !important;
	transform: scale(1.2) !important;
}

#centercontent_bg .tab-content {
	background: #FFFFFF;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.19);
}

#centercontent_bg .tab-content table {
	width: 100%;
}

#centercontent_bg .tab-content table tr+tr {
	border-top: 1px solid rgba(71, 158, 115, 0.3);
}

#centercontent_bg .tab-content table tr {
	display: flex;
	padding: 10px 0;
}

#centercontent_bg .tab-content table tr:nth-child(2n) {
	background-color: rgba(204, 204, 204, 0.3);
}

#centercontent_bg .tab-content table td {
    width: 50%;
    padding: 0 4px;
}

#centercontent_bg .rl_tabs.top>ul.nav-tabs>li.active>a,
#centercontent_bg .rl_tabs.top>ul.nav-tabs>li.active>a:focus,
#centercontent_bg .rl_tabs.top>ul.nav-tabs>li>a:focus {
	box-shadow: 0 -2px 2px rgb(71 158 115 / 50%);
}

#centercontent_bg .rl_tabs>ul.nav-tabs>li>a:focus {
	border-color: #479D72;
	border-bottom-color: #fff;
}

#centercontent_bg .rl_tabs.top>ul.nav-tabs>li>a {
	text-transform: uppercase;
	font-weight: 700;
	color: #2C6301;
}

#centercontent_bg .tab-content iframe {
	margin-bottom: 2%;
}

#centercontent_bg .tab-content iframe+iframe {
	margin-left: 3%;
}

/* pagination */
#centercontent_bg .blog>.pagination,
#centercontent_bg .blog-catalog>.pagination {
	margin-top: 3%;
	text-align: center;
}

/* contacts page */
#centercontent_bg .contacts-page iframe {
	width: 100%;
	height: 43.5vh;
	margin-left: 15px;
}

#centercontent_bg .contacts-page table tr {
	display: flex;
	align-items: center;
}

#centercontent_bg .contacts-page a {
	text-decoration: none;
}

#centercontent_bg .contacts-page table {
	position: relative;
	z-index: 2;
}

#centercontent_bg .contacts-page table::before {
	content: "";
	position: absolute;
	top: 0;
	left: -15px;
	/* transform: translate(-50%, 0); */
	/* width: 100vw; */
	width: calc(100% + 15px);
	height: 100%;
	background-color: green;
	opacity: 0.1;
	z-index: -1;
}

@media screen and (max-width: 1200px) {
	#header .top {
		width: 69%;
	}

	#nav ul {
		justify-content: space-between;
	}

	#nav li+li {
		margin-left: 0;
	}

	#header .logo a {
		margin-left: 20px;
	}

	.top__social tbody {
		justify-content: space-between;
	}

	.top__social tbody tr:nth-child(1) {
		margin-right: 0;
	}

	.top__social tr+tr {
		margin-left: 0;
	}

	#main-content .main-slider .swiper-slide .content .title {
		width: 80%;
		margin-bottom: 3%;
	}

	.catalog__categories h3.title-bg {
		width: 60%;
	}

	#centercontent_bg img+img {
		margin-left: 5%;
	}

	.partners h3.title-bg {
		width: 35%;
	}

	.reviews h3.title-bg {
		width: 40%;
	}

	.catalog__categories::before {
		top: 17px;
	}

	.catalog__categories::after {
		top: 22px;
	}

	.catalog__categories .categories-module li {
		min-height: 400px;
	}

	.catalog__categories .category-name {
		padding: 25px 42px 25px 22px;
	}

	.nav-bottom-right .owl-nav {
		display: none;
	}

	.news .entry-content,
	.reviews .entry-content {
		padding: 15px 20px 20px;
	}

	.user1 {
		width: 30%;
	}

	.user2 {
		width: 25%;
	}

	.user3 {
		margin-right: 0;
	}

	#footer li {
		margin-bottom: 12px;
	}

	.user1 h3 {
		font-size: 26px;
	}

	.user1 a {
		font-size: 20px;
	}

	.footer__copyright {
		flex-direction: column;
	}

	.footer__copyright .inline+.inline {
		margin-top: 5px;
	}

	#centercontent_bg .item .item-content {
		padding: 15px 20px;
	}

	#centercontent_bg .blog-catalog .span3 {
		margin-bottom: 5%;
	}

	.blog-catalog .cat-children {
		margin-bottom: 8%;
	}

	#centercontent_bg .blog .span6 {
		min-height: 210px;
	}
}

@media screen and (max-width: 990px) {
	.header__inner {
		flex-wrap: wrap;
		align-items: center;
	}

	#header .logo {
		width: 50%;
		text-align: center;
		order: 1;
	}

	#header .logotype {
		margin: 10px 0;
	}

	#header .top {
		width: 100%;
		order: 3;
		margin-top: 10px;
	}

	#header .top__social {
		width: 50%;
		text-align: center;
		order: 2;
		margin: 0;
	}

	.top__social {
		margin: 0 0 10px;
	}

	.top__social tr+tr {
		margin-bottom: 10px;
	}

	.catalog__categories {
		margin-top: 4%;
	}

	.about__us {
		margin: 6% 0;
	}

	.partners .owl-carousel {
		padding: 3% 0;
	}

	#header {
		padding-top: 10px;
		margin-bottom: 0;
	}

	.top__nav {
		margin-bottom: 20px;
	}

	#header::before {
		bottom: 15px;
	}

	#header::after {
		bottom: 10px;
	}

	#main-content .main-slider .swiper-slide .content .title {
		width: 90%;
		font-size: 46px !important;
        display: block;
	}
    #main-content .main-slider .swiper-slide .content .caption {
    display: block !important;
    font-size: 15px !important;
}
#main-content .main-slider .swiper-slide .content .mt-4 {
    flex-wrap: wrap;
}

	.catalog__categories h3.title-bg {
		width: 80%;
	}

	.partners h3.title-bg {
		width: 50%;
	}

	.reviews h3.title-bg {
		width: 55%;
	}

	.catalog__categories h4 {
		font-size: 16px;
	}

	.catalog__categories .categories-module li {
		min-height: 320px;
	}

	.advantages table tr {
		font-size: 20px;
	}

	.partners .smicon {
		width: 200px;
	}

	.news {
		margin: 0;
		padding: 4% 0 0;
	}

	.entry-description p {
		font-size: 14px;
	}

	.news #npost104 .nspost_sett,
	.reviews #npost99 .nspost_sett {
		margin: 0 4px 70px;
	}

	#footer .layf {
		flex-wrap: wrap;
	}

	.user1 {
		width: 40%;
	}

	.user2 {
		width: 100%;
		order: 4;
		min-height: 160px;
	}

	.user2 .logotype {
		width: 200px;
	}

	.user3 {
		width: 20%;
	}

	.user4 {
		width: 30%;
	}

	.user1 tbody tr:last-child {
		margin-top: 0;
	}

	.footer__copyright .inline {
		text-align: center;
	}

	.page-header h2 {
		margin-left: 0;
		text-align: center;
	}

	.catalog__categories::after,
	#header::after,
	.catalog__categories::before,
	#header::before {
		z-index: 0;
	}

	.top__social tbody {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-direction: column;
		align-items: center;
	}

	.top__social tbody tr:nth-child(1) {
		order: 3;
	}

	.top__social tbody tr:nth-child(3) {
		order: 2;
	}

	.partners .owl-carousel {
		padding: 4% 0;
	}

	#nav {
		position: relative;
	}

	#nav::before {
		content: "";
		position: absolute;
		top: -12px;
		left: 50%;
		transform: translateX(-50%);
		width: 100vw;
		height: 2px;
		background-color: #479D72;
	}

	#main-content #header.no-line::before {
		content: none;
	}

	.blog-catalog .cat-children h3 {
		font-size: 16px;
		padding: 10px;
	}

	#centercontent_bg .blog-catalog .items-row {
		flex-wrap: wrap;
	}

	#centercontent_bg .item h4 {
		font-size: 16px;
		font-weight: 600;
	}

	#centercontent_bg .blog-catalog .span3 {
		min-height: 290px;
	}

	#centercontent_bg .blog-catalog .span3 {
		margin-bottom: 8%;
	}

	#centercontent_bg .item .item-content {
		padding: 5px 15px 15px;
	}

	#centercontent_bg .blog .category_article_image a,
	#centercontent_bg .blog .item-image a {
		height: 16vh;
	}

	#centercontent_bg .blog .span6 {
		margin-bottom: 3%;
	}

	#user-bottom {
		padding: 8% 0 0;
	}

	#centercontent_bg .blog .span6 {
		min-height: 180px;
	}
}

@media screen and (max-width: 768px) {

	#header .top__nav li a:hover:before,
	#header .top__nav li.current.active a::before {
		content: none;
	}

	#header .logotype {
		margin: 0;
	}

	#nav ul li.current.active {
		border: 1px solid #008000;
		background-color: rgba(71, 157, 114, 0.1);
		border-radius: 8px;
		width: 98%;
	}

	#header .logo a {
		margin-left: 0;
	}

	#header .logotype {
		margin: 10px 0 15px;
	}

	.top__social:before {
		bottom: 0;
	}

	.top__social tbody tr {
		display: flex;
		justify-content: center;
	}

	.top__social tbody tr:nth-child(1) {
		order: 3;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}

	.top__social tbody tr:nth-child(1) img {
		width: 30px;
		height: 30px;
	}

	.top__social tbody tr:nth-child(1) td:nth-child(1) {
		margin: 0;
	}

	.top__social tbody tr td:nth-child(1) {
		margin-bottom: 10px;
	}

	.top__social {
		margin: 0;
	}

	#navtoogle {
		position: relative;
	}

	#navtoogle::before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 100vw;
		height: 100%;
		background-color: #479D72;
		background: linear-gradient(to bottom, #479D72, #2C6301);
		z-index: 0;
	}

	span.menutext {
		display: inline-block;
		padding-top: 11px;
		position: relative;
		z-index: 1;
	}

	.slide-bgimg {
		width: 100%;
		height: 60vh;
		overflow: hidden;
	}

	.catalog__categories h3.title-bg {
		width: 95%;
	}

	.partners h3.title-bg {
		width: 50%;
	}

	.reviews h3.title-bg {
		width: 55%;
	}

	.catalog__categories .categories-module li {
		width: 48%;
	}

	.advantages table tr {
		font-size: 16px;
	}

	.partners .smicon {
		width: 220px;
	}

	.user1 {
		width: 100%;
		margin-bottom: 30px;
	}

	.user1 table {
		margin: 0 auto;
	}

	.user1 tr {
		justify-content: center;
	}

	.user1 h3 {
		text-align: center;
	}

	.user1 img {
		width: 40px;
		height: 40px;
	}

	.user3 {
		text-align: left;
		width: 30%;
	}

	.user4 {
		width: 35%;
	}

	#nav ul {
		justify-content: flex-start;
		flex-direction: column;
		align-items: center;
	}

	#nav li+li {
		margin-top: 10px;
	}

	#nav ul li {
		display: block;
		width: 100%;
		text-align: center;
	}

	.top__social tr+tr {
		margin-bottom: 0px;
	}

	#centercontent_bg img+img {
		margin-left: 2%;
	}

	#centercontent_bg div>img {
		width: 32%;
	}

	.blog-catalog .cat-children>div {
		width: 48%;
	}

	.blog-catalog .cat-children figure {
		padding: 0 0 60% 0;
	}

	.blog-catalog .cat-children {
		margin-bottom: 15%;
	}

	#centercontent_bg .blog-catalog .span3 {
		width: 48%;
		min-height: 370px;
	}

	#centercontent_bg .blog .span6 {
		width: 100%;
		margin-bottom: 3%;
	}

	#centercontent_bg .blog .items-row {
		flex-wrap: wrap;
	}

	#centercontent_bg .item h4 {
		font-size: 20px;
	}

	#centercontent_bg .blog .item a {
		font-size: 18px;
	}

	#centercontent_bg .contacts-page table tr {
		flex-direction: column;
	}

	#centercontent_bg .contacts-page table td {
		width: 100% !important;
		padding-top: 15px;
	}

	#centercontent_bg .tab-content iframe {
		width: 100% !important;
	}

	#centercontent_bg .tab-content iframe+iframe {
		margin-left: 0;
	}

	#centercontent_bg .blog .span6 {
		min-height: 24vh;
	}

	#centercontent_bg .contacts-page iframe {
		width: 99.7vw;
		margin-left: -15px;
	}
	#centercontent_bg .contacts-page table td {
		text-align: center;
	}
}

@media screen and (max-width: 576px) {
	#header .logo {
		width: 40%;
	}

	#header .top__social {
		width: 60%;
		padding-top: 5px;
	}

	#header .logotype {
		margin-left: -6px;
		padding: 0;
		width: 150px;
	}

	.top__social tbody {
		flex-direction: column;
		align-items: center;
	}

	#nav::before {
		content: none;
	}

	#main-content #header.no-line::before {
		content: "";
	}

	.top__social tbody tr {
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
	}

	.top__social tbody tr td:nth-child(1) {
		margin-bottom: 0;
	}

	.top__social tbody tr {
		margin-bottom: 10px;
	}

	.top__social tbody tr:nth-child(1) td:nth-child(1) {
		width: auto;
		margin: 0;
	}

	.slide-bgimg {
		width: 100%;
		height: 54vh;
		overflow: hidden;
	}

	.main-slider .swiper-slide .content {
		background-color: #479D72;
		position: relative !important;
		min-height: 180px;
	}

	#main-content .main-slider .swiper-slide .content .title {
		width: 100%;
		font-size: 38px !important;
	}

	.catalog__categories .categories-module li {
		width: 100%;
	}

	.catalog__categories .categories-module li {
		min-height: 360px;
	}

	.advantages table tr {
		font-size: 24px;
		flex-direction: column;
	}

	.advantages table td+td {
		margin-top: 30px;
	}

	.partners .smicon {
		width: 320px;
	}

	.catalog__categories h4 {
		font-size: 22px;
	}

	.about__us .custom div {
		font-size: 18px;
		line-height: 1.5;
		text-align: justify;
	}

	.catalog__categories h3.title-bg {
		width: 100%;
	}

	.partners h3.title-bg {
		width: 100%;
	}

	.reviews h3.title-bg {
		width: 100%;
	}

	.news.entry-description a,
	.reviews .entry-description a {
		font-size: 20px;
	}

	.news .entry-title,
	.reviews .entry-title {
		font-size: 22px;
	}

	.news .entry-description,
	.reviews .entry-description {
		font-size: 22px;
	}

	.news .entry-description p,
	.reviews .entry-description p {
		font-size: 18px;
	}

	#user-bottom {
		padding-top: 5%;
	}

	.user2 .logotype {
		width: 240px;
		height: fit-content;
	}

	.footer__copyright .inline+.inline {
		margin-top: 10px;
	}

	.user1 a {
		font-size: 24px;
	}

	.user1 tr {
		font-size: 20px;
	}

	.user3 {
		width: 40%;
	}

	.user4 {
		width: 60%;
	}

	.news {
		padding: 8% 0 0;
	}

	.pagination {
		display: flex;
		flex-direction: column;
	}

	#centercontent_bg .pagination-nav {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	#centercontent_bg .blog-catalog .span3 {
		width: 100%;
		min-height: 400px;
	}
}

@media screen and (max-width: 400px) {
	.header__inner {
		flex-direction: column;
	}

	#header .logo {
		width: 100%;
		order: 2;
	}

	#header .top__social {
		width: 100%;
		order: 1;
		position: relative;
	}

	#header .logotype {
		width: 180px;
	}

	#header .top__social::before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 100vw;
		height: 2px;
		background-color: #2C6301;
	}
}

@media screen and (max-width: 340px) {
	.main-slider .swiper-slide .content {
		min-height: 220px;
	}

	.partners .smicon {
		width: 280px;
	}

	.user1 a {
		font-size: 20px;
	}

	.user3,
	.user4 {
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}

	#footer li a {
		font-size: 20px;
	}
}