* {
	margin: 0;
	padding: 0;
	min-height: 0;
	min-width: 0;
	font-family: 'Roboto Slab', serif!important;
}

body {
	overflow-x: hidden;
	box-sizing: border-box;
	background: url(../img/bg.png) repeat;
	background-size: cover;
}

.template_center {
	max-width: 1750px;
	width: 100%;
	display: table;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}

.template_logo {
	width: 308px;
	height: 80px;
	background: url(../img/logo.png) no-repeat;
	display: block;
}

header .template_center {
	display: grid;
	grid-template-columns: 308px minmax(100px, max-content) minmax(100px, 1fr);
	padding: 5px 20px;
}

header .template_center>div:nth-of-type(1) {
	display: table;
}

header {
	height: 90px;
}

.template_top-menu {
	display: grid;
	grid-template-columns: 30px 1fr 19px 5px;
	width: 100%;
}

.template_top-menu:before {
	content: "";
	display: table;
	width: 30px;
	height: 59px;
	background: url(../img/web_03.png) no-repeat;
	float: left;
}

.template_top-menu:after {
	content: "";
	display: table;
	width: 19px;
	height: 59px;
	background: url(../img/web_05.png) no-repeat;
	float: left;
}

.template_top-menu>div {
	max-height: 59px;
	background: #7db723;
	box-sizing: border-box;
	display: table;
	/* width: calc(100% - 49px); */
	/* margin-left: 30px; */
	float: left;
}

.template_top-menu ul {
	list-style-type: none;
	height: 43px;
	background: #8ac42f;
	margin: 8px 0 8px 7px;
	box-sizing: border-box;
}

.template_top-menu ul:before {
	content: "";
	display: table;
	width: 100%;
	height: 4px;
	background: url(../img/web_08.png) repeat-x;
	position: relative;
	top: -4px;
}

.template_top-menu ul:after {
	content: "";
	display: table;
	width: 100%;
	height: 4px;
	background: url(../img/web_12.png) repeat-x;
	position: relative;
	bottom: 4px;
}

.template_top-menu ul li {
	display: grid;
	height: 100%;
	float: left;
	align-items: center;
	position: relative;
	margin-top: -4px;
	padding-bottom: 4px;
}

.template_top-menu ul li.template_active {
	background: #64a500;
}

.template_top-menu ul li:hover {
	background: #64a500;
}

.template_top-menu ul li:first-child:before {
	content: "";
	display: table;
	width: 3px;
	height: 48px;
	background: url(../img/web_11.png) no-repeat;
	position: absolute;
	left: -3px;
	top: 0;
}

.template_top-menu ul li a {
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 13px;
	display: table;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.template_4);
	margin: 0 5px;
}

.template_search {
	border: 1px solid #eaeaea;
	position: relative;
}

.template_search form {
	background: #fff;
	padding: 4px;
	box-sizing: border-box;
	height: 59px;
}

.template_search form input {
	height: 100%;
	box-sizing: border-box;
	padding: 15px 50px 15px 15px;
	width: 100%;
	color: #868686;
	font-size: 16px;
	border: 1px solid #dfdfdf;
}

.template_search form:before {
	content: "";
	display: table;
	width: 100%;
	height: 4px;
	background: url(../img/web_09.png) repeat-x;
	position: absolute;
	top: 0;
	left: 0;
}

.template_search form:after {
	content: "";
	display: table;
	width: 100%;
	height: 4px;
	background: url(../img/web_26.png) repeat-x;
	position: absolute;
	bottom: 0;
	left: 0;
}

.template_search:before {
	content: "";
	display: table;
	width: 100%;
	height: 57px;
	width: 4px;
	background: url(../img/web_08888.png) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}

.template_search:after {
	content: "";
	display: table;
	width: 100%;
	height: 57px;
	width: 4px;
	background: url(../img/web_08888.png) no-repeat;
	position: absolute;
	top: 0;
	right: 0;
}

.template_search form input::placeholder {
	color: #868686;
	font-size: 16px;
}

.template_search button {
	background: none;
	border: none;
	position: absolute;
	right: 25px;
	top: 19px;
	cursor: pointer;
}

.template_search button:hover {
	opacity: 0.template_7;
}

.template_custom-title {
	color: #585858;
	font-size: 24px;
	display: table;
	position: relative;
	margin-bottom: 5px;
}

.template_custom-title h1 {
	color: #585858;
	font-size: 24px;
	font-weight: 400;
}

.template_custom-title>div {
	height: 54px;
	display: table;
	background: #cfcfcf;
	min-width: 300px;
}

.template_custom-title>div>div {
	background: #dadada;
	margin: 7px;
	height: 40px;
	box-sizing: border-box;
	display: grid;
	align-items: center;
	padding-left: 8px;
	position: relative;
	overflow: hidden;
}

.template_custom-title>div>div span,
.template_custom-title>div>div h1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.template_custom-title>div:after {
	content: "";
	display: table;
	width: 100%;
	height: 54px;
	width: 16px;
	background: url(../img/web_32.png) no-repeat;
	position: absolute;
	top: 0;
	right: -9px;
}

.template_custom-title>div>div:before {
	content: "";
	display: table;
	width: 100%;
	height: 4px;
	background: url(../img/web_38.png) repeat-x;
	position: absolute;
	top: -4px;
	left: 0;
}

.template_custom-title>div>div:after {
	content: "";
	display: table;
	width: 100%;
	height: 4px;
	background: url(../img/web_42.png) repeat-x;
	position: absolute;
	bottom: -4px;
	left: 0;
}

.template_custom-title>div:before {
	content: "";
	display: table;
	width: 100%;
	height: 50px;
	width: 4px;
	background: url(../img/web_35.png) no-repeat;
	position: absolute;
	top: 0;
	left: 3px;
}

.template_block-type-one {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	gap: 1px;
	margin-bottom: 34px;
}

.template_block-type-one a img {
	width: 100%;
	margin-bottom: -4px;
}

.template_block-type-one a {
	border: 2px solid #ebebeb;
	text-decoration: none;
}

.template_block-type-one a>div {
	display: grid;
	grid-template-columns: 3fr 1fr;
	align-items: center;
	background: #fff;
	padding: 12px 7px;
}

.template_block-type-one a>div>div:nth-of-type(1) {
	color: #000000;
	font-size: 18px;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
	margin-right: 10px;
	text-overflow: ellipsis;
}

.template_block-type-one a>div>div:nth-of-type(2) {
	color: #363e4b;
	font-size: 10px;
	display: grid;
	justify-items: end;
	align-items: center;
	padding-top: 5px;
}

.template_block-type-one a>div>div:nth-of-type(2)>div {
	position: relative;
}

.template_block-type-one a>div>div:nth-of-type(2)>div:before {
	content: "";
	width: 25px;
	height: 15px;
	background: url(../img/kamera.svg) no-repeat;
	background-size: cover;
	display: table;
	position: absolute;
	left: -32px;
	top: -2px;
}

.template_block-type-one a:hover {
	border-color: #8ac42f;
}

.template_block-type-one a:hover>div>div:nth-of-type(1) {
	color: #64a500;
}

.template_block-type-two {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	gap: 1px;
	margin-bottom: 34px;
}

.template_block-type-two>div>div>a>img {
	width: 100%;
	margin-bottom: -4px;
}

.template_block-type-two>div {
	border: 2px solid #ebebeb;
	text-decoration: none;
}

.template_block-type-two>div>div:nth-of-type(1) {
	position: relative;
}

.template_block-type-two>div>div:nth-of-type(1)>div {
	position: absolute;
	right: 5px;
	bottom: 5px;
	background: #cdcdcc;
	color: #000000;
	padding: 5px 8px;
	font-size: 11px;
}

.template_block-type-two>div>div:nth-of-type(2) {
	padding: 0 6px 0 6px;
	box-sizing: border-box;
	background: #fff;
}

.template_block-type-two>div>div:nth-of-type(2)>div:nth-of-type(1) a {
	color: #000000;
	font-size: 14px;
	text-decoration: none;
	height: 19px;
	overflow: hidden;
	white-space: nowrap;
	margin-right: 5px;
	box-sizing: border-box;
	display: block;
	text-overflow: ellipsis;
}

.template_block-type-two>div>div:nth-of-type(2)>div:nth-of-type(1) a:hover {
	color: #64a500;
}

.template_block-type-two>div:hover {
	border-color: #64a500;
}

.template_tag {
	margin-top: -5px;
	height: 21px;
	overflow: hidden;
}

.template_tag a {
	color: #64a500;
	font-size: 10px;
	text-transform: unset;
	text-decoration: none;
	margin-right: 5px;
	display: inline-table;
}

.template_tag a:hover {
	color: #000000;
	text-decoration: underline;
}

.template_tag a:before {
	content: "";
	display: table;
	width: 4px;
	height: 4px;
	background: #8ac42f;
	float: left;
	position: relative;
	top: 4px;
	margin-right: 4px;
	border-radius: 150px;
}

.template_tag-wrap div.template_tag a:first-child:before {
	content: "";
	display: table;
	width: 11px;
	height: 11px;
	background: url(../img/metka.svg) no-repeat;
	background-size: cover;
	float: left;
	position: relative;
	top: 0;
	margin-right: 6px;
	border-radius: 0;
}

.template_nav .template_center > div {
	display: grid;
	margin: 0 auto 35px;
	grid-template-columns: 38px 1fr 38px;
	max-width: 440px;
}

.template_nav .template_left {
	width: 38px;
	height: 38px;
	display: table;
	background: url(../img/left-ico.png) no-repeat;
}

.template_nav .template_left:hover {
	background: url(../img/web_73.png) no-repeat;
}

.template_nav .template_right {
	width: 38px;
	height: 38px;
	display: table;
	background: url(../img/web_76.png) no-repeat;
}

.template_nav .template_right:hover {
	background: url(../img/right-ico.png) no-repeat;
}

.template_nav-item a {
	display: inline-table;
	width: 38px;
	height: 38px;
	color: #000;
	font-size: 16px;
	text-decoration: none;
	line-height: 37px;
	text-align: center;
	margin: 0 9px;
}

.template_nav-item a.template_active,
.template_nav-item a:hover {
	background: #8ac42f;
	color: #fff;
	border-radius: 150px;
}

.template_list {
	margin-bottom: 40px;
}

.template_list .template_num {
	position: relative;
	background: #7db723;
	display: table;
	height: 38px;
}

.template_list .template_num:after {
	content: "";
	display: table;
	width: 19px;
	height: 100%;
	background: url(../img/web_117.png) no-repeat;
	position: absolute;
	right: -19px;
	top: 0;
}

.template_list .template_num>div {
	line-height: 16px;
	color: #fff;
	font-size: 14px;
	margin: 7px 0 7px 7px;
	background: #8ac42f;
	display: table;
	box-sizing: border-box;
	width: 21px;
	text-align: center;
	position: relative;
}

.template_list .template_num>div>div {
	margin-left: 4px;
}

.template_list .template_num>div:before {
	content: "";
	display: table;
	width: 100%;
	height: 4px;
	background: url(../img/web_08.png) repeat-x;
	position: relative;
	top: -4px;
}

.template_list .template_num>div:after {
	content: "";
	display: table;
	width: 100%;
	height: 4px;
	background: url(../img/web_12.png) repeat-x;
	position: relative;
	bottom: -4px;
}

.template_list .template_num>div>div:before {
	content: "";
	display: table;
	width: 3px;
	height: 32px;
	position: absolute;
	left: -3px;
	top: -3px;
	background: url(../img/web_126.png) no-repeat;
}

.template_list-item {
	padding: 1px 0;
	border-top: 1px dotted #cccccc;
	display: grid;
	grid-template-columns: 43px 1fr;
	gap: 5px;
	align-items: center;
}

.template_list>.template_center>div:last-child {
	border-bottom: 1px dotted #cccccc;
}

.template_list-item a {
	text-decoration: none;
	color: #010101;
	font-size: 16px;
	margin-left: 5px;
}

.template_list-item a:hover {
	color: #64a500;
}

.template_list>.template_center {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	gap: 30px;
}

.template_banner {
	margin-bottom: 36px;
}

.template_banner a {
	display: inline-table;
	margin-right: 4px;
}

.template_banner a:last-child {
	margin-right: 0;
}

.template_banner .template_center>div {
	display: grid;
	margin: 0 auto;
	grid-template-columns: 300px 300px 300px 300px;
	gap: 5px;
	max-width: 1250px;
}

.template_banner .template_center>div img {
	width: 100%;
}

.template_gray-text {
	margin-bottom: 30px;
}

.template_gray-text>.template_center>div {
	background: #ebebeb;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	padding: 20px 15px;
	box-sizing: border-box;
}

footer a {
	display: table;
	margin: 0 auto 10px;
}

footer .template_center>div {
	display: table;
	margin: 0 auto 10px;
	color: #000;
	font-size: 12px;
	text-transform: uppercase;
}

.template_content-page>.template_center {
	display: grid;
	grid-template-columns: 1fr 300px;
	gap: 10px;
}

.template_banner-top {
	margin-top: 15px;
	margin-bottom: 22px;
}

.template_banner-top img {
	max-width: 100%;
}

.template_content-page video {
	width: 100%;
	margin-bottom: -4px;
}

.template_tag-wrap {
	background: #ebebeb;
	padding-bottom: 11px;
	padding-top: 3px;
	padding-left: 7px;
}

.template_tag-wrap .template_tag {
	margin: 0;
	height: auto;
}

.template_text-page {
	color: #000000;
	font-size: 17px;
	line-height: 24px;
	padding: 10px 7px;
	box-sizing: border-box;
	background: #fff;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}

.template_green-box {
	box-sizing: border-box;
	background: #64a500;
	border-bottom: 3px solid #589200;
	width: 100%;
	margin-top: 5px;
	text-align: center;
}

.template_green-box:hover {
	background: #589200;
}

.template_green-box a {
	font-size: 24px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px;
	box-sizing: border-box;
}

.template_mob-menu {
	display: none;
}

@media all and (max-width: 2200px) {
	.template_block-type-one,
	.template_block-type-two {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	}
}

@media all and (max-width: 1255px) {
	.template_banner .template_center>div {
		grid-template-columns: 300px 300px;
		margin: 0 auto;
		max-width: 605px;
	}
	.template_block-type-one,
	.template_block-type-two {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	}
}

@media all and (max-width: 1200px) {
	header {
		height: auto;
	}
	.template_top-menu>div {
		max-height: auto;
	}
	.template_top-menu ul li a {
		margin: 0;
	}
	header .template_center {
		display: block;
	}
	.template_logo {
		margin: 0 auto;
	}
	.template_top-menu {
		position: absolute;
		top: 95px;
		left: 0;
		width: 100%;
		background: #fff;
		border-bottom: 2px solid #dddddd;
		z-index: 9999;
		display: none;
	}
	.template_top-menu::before,
	.template_top-menu::after,
	.template_top-menu ul:before,
	.template_top-menu ul:after,
	.template_top-menu ul li:first-child::before {
		display: none;
	}
	.template_top-menu>div,
	.template_top-menu ul li.template_active,
	.template_top-menu ul {
		background: none;
	}
	.template_top-menu ul {
		height: auto;
	}
	.template_top-menu ul li {
		display: table;
		height: auto;
		float: none;
		align-items: center;
		position: relative;
		margin-top: 15px;
		padding-bottom: 0;
		margin-bottom: 25px;
	}
	.template_top-menu a {
		color: #64a500!important;
		text-shadow: none!important;
	}
	.template_mob-menu {
		display: table;
		position: absolute;
		right: 20px;
		top: 30px;
		cursor: pointer;
	}
	.template_block-type-two,
	.template_block-type-one {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
	.template_list>.template_center {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media all and (max-width: 1000px) {
	.template_banner .template_center>div {
		grid-template-columns: 300px 300px;
		max-width: 600px;
	}
}

@media all and (max-width: 900px) {
	.template_block-type-two,
	.template_list>.template_center,
	.template_block-type-one {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media all and (max-width: 768px) {
	.template_block-type-two,
	.template_list>.template_center,
	.template_block-type-one {
		grid-template-columns: 1fr 1fr;
	}
	.template_banner .template_center>div {
		max-width: 615px;
		display: table;
	}
	.template_content-page>.template_center {
		display: block;
	}
	.template_content-page>.template_center>div:nth-of-type(2) {
		margin-top: 20px;
	}
	.template_content-page>.template_center>div:nth-of-type(2) a {
		display: table;
		margin: 0 auto;
	}
	.template_green-box a {
		font-size: 16px;
	}
}

@media all and (max-width: 700px) {
	.template_banner .template_center>div {
		max-width: 300px;
	}
}

@media all and (max-width: 650px) {
	.template_banner .template_center>div {
		max-width: 300px;
	}
	.template_nav-item {
		display: block;
		margin: 0 auto;
	}
	.template_nav .template_center>div {
		align-items: center;
	}
	/*.template_nav-item a {
		display: none;
	}*/
	.template_nav-item a.template_active {
		display: inline-table;
	}
	/*.template_nav .template_center > div {
		grid-template-columns: 38px 60px 38px;
		max-width: 135px;
	}*/
	.template_nav-item a{width:25px;height:25px;font-size:14px;margin:0 2px;line-height:25px}
}

@media all and (max-width: 500px) {
	/*
	.template_block-type-two,
	.template_list>.template_center,
	.template_block-type-one {
		grid-template-columns: 1fr;
	}
	*/
	.template_logo {
		width: 240px;
		background-size: contain;
	}
	.template_custom-title>div {
		min-width: 200px;
	}
	.template_content-page>.template_center>div:nth-of-type(2) a img,
	.template_banner .template_center>div a img {
		width: 100%;
	}
}

.template_center div div div iframe{width:100%}
@media(min-width:1500px){
.template_center div div div iframe{height:800px}
}
@media(min-width:1300px) and (max-width:1500px){
.template_center div div div iframe{height:800px}
}
@media(min-width:1100px) and (max-width:1300px){
.template_center div div div iframe{height:550px}
}
@media(min-width:750px) and (max-width:1100px){
.template_center div div div iframe{height:350px}
}
@media(min-width:500px) and (max-width:750px){
.template_center div div div iframe{height:275px}
}
@media(max-width:500px){
.template_center div div div iframe{height:220px}
}

@media screen and (max-width:1750px) {
    .ddd  {
        width: 1280px
    }
}
@media screen and (max-width:1320px) {
    .ddd  {
        width: 100%;
        padding: 0 10px
    }
}
.exo-native-widget{width:100% !important}