/* Код для подключения шрифта в /css/stylename.css */

	@font-face {
			font-family: "IstokWebRegular";
			src: url("fonts/IstokWebRegular/IstokWebRegular.eot");
			src: url("fonts/IstokWebRegular/IstokWebRegular.eot?#iefix")format("embedded-opentype"),
			url("fonts/IstokWebRegular/IstokWebRegular.woff") format("woff"),
			url("fonts/IstokWebRegular/IstokWebRegular.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
	}

	@font-face {
			font-family: "IstokWebBold";
			src: url("fonts/IstokWebBold/IstokWebBold.eot");
			src: url("fonts/IstokWebBold/IstokWebBold.eot?#iefix")format("embedded-opentype"),
			url("fonts/IstokWebBold/IstokWebBold.woff") format("woff"),
			url("fonts/IstokWebBold/IstokWebBold.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
	}

	@font-face {
			font-family: "IstokWebItalic";
			src: url("fonts/IstokWebItalic/IstokWebItalic.eot");
			src: url("fonts/IstokWebItalic/IstokWebItalic.eot?#iefix")format("embedded-opentype"),
			url("fonts/IstokWebItalic/IstokWebItalic.woff") format("woff"),
			url("fonts/IstokWebItalic/IstokWebItalic.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
	}

	@font-face {
			font-family: "IstokWebBoldItalic";
			src: url("fonts/IstokWebBoldItalic/IstokWebBoldItalic.eot");
			src: url("fonts/IstokWebBoldItalic/IstokWebBoldItalic.eot?#iefix")format("embedded-opentype"),
			url("fonts/IstokWebBoldItalic/IstokWebBoldItalic.woff") format("woff"),
			url("fonts/IstokWebBoldItalic/IstokWebBoldItalic.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
	}

	/* Код для подключения шрифта в /css/stylename.css */

	@font-face {
			font-family: "LoraRegular";
			src: url("fonts/LoraRegular/LoraRegular.eot");
			src: url("fonts/LoraRegular/LoraRegular.eot?#iefix")format("embedded-opentype"),
			url("fonts/LoraRegular/LoraRegular.woff") format("woff"),
			url("fonts/LoraRegular/LoraRegular.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
	}

	@font-face {
			font-family: "LoraBold";
			src: url("fonts/LoraBold/LoraBold.eot");
			src: url("fonts/LoraBold/LoraBold.eot?#iefix")format("embedded-opentype"),
			url("fonts/LoraBold/LoraBold.woff") format("woff"),
			url("fonts/LoraBold/LoraBold.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
	}

	@font-face {
			font-family: "LoraItalic";
			src: url("fonts/LoraItalic/LoraItalic.eot");
			src: url("fonts/LoraItalic/LoraItalic.eot?#iefix")format("embedded-opentype"),
			url("fonts/LoraItalic/LoraItalic.woff") format("woff"),
			url("fonts/LoraItalic/LoraItalic.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
	}

	@font-face {
			font-family: "LoraBoldItalic";
			src: url("fonts/LoraBoldItalic/LoraBoldItalic.eot");
			src: url("fonts/LoraBoldItalic/LoraBoldItalic.eot?#iefix")format("embedded-opentype"),
			url("fonts/LoraBoldItalic/LoraBoldItalic.woff") format("woff"),
			url("fonts/LoraBoldItalic/LoraBoldItalic.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
	}

	*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

/* =Reset
-------------------------------------------------------------- */
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del, dfn, em, font,
ins, kbd, q, s, samp, small, strike, strong, sub, sup,
tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    word-wrap:break-word;
}
 
html {
    font-size: 62.5%;
    /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    overflow-y: scroll;
    /* Keeps page centered in all browsers regardless of content height */
    -webkit-text-size-adjust: 100%;
    /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust: 100%;
    /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
 
*,
*:before,
*:after {
    /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
    -webkit-box-sizing: border-box;
    /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
    -moz-box-sizing: border-box;
    /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
    box-sizing: border-box;
}
 
ol,
ul {
    list-style: none;
}
 
table {
    border-collapse: separate;
    border-spacing: 0;
}
 
caption,
th,
td {
    font-weight: normal;
    text-align: left;
}
 
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}
 
blockquote,
q {
    quotes: "" "";
}
 
a:focus {
    outline: 0;
}
 
a:hover,
a:active {
    outline: 0;
}
 
a img {
    border: 0;
}
 
/* =END Reset
-------------------------------------------------------------- */

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
	
}

html, body {
	height:100%;
}

h1 {
	font-size: 28px;
	padding-bottom: 10px;
}

h2 {
	font-size: 26px;
	padding-bottom: 10px;
}

h3 {
	font-size: 24px;
	padding-bottom: 10px;
}

h4 {
	font-size: 18px;
	padding-bottom: 10px;
}

h5 {
	font-size: 16px;
	padding-bottom: 10px;
}

h6 {
	font-size: 14px;
	padding-bottom: 10px;
}

.wrapper_my {
	display:flex;
	min-height:100%;
	flex-direction:column;
}

body {
	font-family: "IstokWebRegular";
	font-size: 16px;
	background: #FFFFFF;
	padding: 0;
	margin: 0;
}

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

.soc_button {
	float:left;
}

.soc_button a {
	color: #ccc;
	padding-right: 10px;
	font-size: 14px;
}

.contacts_head p {
	float:right;
	margin: 0;
	color: #FFFFFF;
	font-size: 13px;
}

.contacts_head a {
	float:right;
	margin: 0;
	color: #FFFFFF;
	font-size: 16px;
}

.contacts_head span {
	padding-left: 10px;
}

.contacts_head i {
	padding-right: 10px;
	padding-top: 4px;
}

.header_topline {
	background: #000000;
	padding-top: 7px;
	padding-bottom: 7px;
}

.header_topline a:hover {
	color: #ff8100;
	text-decoration: underline;
}

.logotype {
	float: left;
	padding-right: 10px;
}

.logotype img {
	width: 60px;
	height: 60px;
}


/* Menu Button */
.toggle-mnu {
	display: block;
	width: 32px;
	height: 28px;
	margin-top: 8px;
}
 
.toggle-mnu span:after, .toggle-mnu span:before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
}
 
.toggle-mnu span:after {
	top: 18px;
}
 
.toggle-mnu span {
	position: relative;
	display: block;
}
 
.toggle-mnu span, .toggle-mnu span:after, .toggle-mnu span:before {
	width: 100%;
	height: 2px;
	background-color: #000;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-radius: 2px;
}
 
.toggle-mnu.on span {
	background-color: transparent;
}
 
.toggle-mnu.on span:before {
	-webkit-transform: rotate(45deg) translate(-1px, 0px);
	-ms-transform: rotate(45deg) translate(-1px, 0px);
	transform: rotate(45deg) translate(-1px, 0px);
}
 
.toggle-mnu.on span:after {
	-webkit-transform: rotate(-45deg) translate(6px, -7px);
	-ms-transform: rotate(-45deg) translate(6px, -7px);
	transform: rotate(-45deg) translate(6px, -7px);
}
 
.toggle-mnu {
	float: right;
	position: relative;
	z-index: 2;
}
 
/*Menu Button End*/

#mobile-menu {
	z-index: 2;
}

.header_shapka {
	padding: 10px;
	background: #ffffff;
}

.main_menu {
	padding-top: 8px;
}

.main_menu a {
	background: #ffffff;
	color: #353535;
	font-size: 16px;
	text-transform: uppercase;
	display: block;
	padding: 15px 15px 15px 15px;
}


.main_menu a:hover {
	background: #FF4B4B;
	color: #ffffff;
	transition: all 0.5s ease;
}

.main_menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-transform: uppercase;
	float: right;
}

.main_menu ul li {
	display: inline-block;
	position: relative;
}

.main_menu ul .current-menu-item a {
	background: #FF4B4B;
	color: #ffffff;	
}

.logo_text {
	font-family: "IstokWebBold";
	margin-top: 12px;
	font-size: 16px;
	color: #353535;
	text-transform: uppercase;
	letter-spacing: -1px;
	line-height: 20px;
	position: absolute;
}

.baner_picture img {
	background-size: cover;
	width: 100%;
	height: 800px;
	object-fit: cover;
	padding-top: 0;
}

.baner_main {
	min-width: 1170px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}


.baner_main_into {
	position: relative;
	border-bottom: 5px solid #51B735;
	border-top: 5px solid #51B735;
}


.gradient_main {
	min-width: 1170px;
	width: 100%;
	height: 540px;
	margin-top: 410px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(239, 239, 239, 1) 50%);
	position: absolute;
	border-bottom: 5px solid #51B735;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
} 

.square {
	margin-top: -480px;	
	box-shadow: 0 1px 0 rgba(0,0,0,0.05), 0 3px 3px rgba(0,0,0,0.05);
}

.content_one {
	background: #FF4B4B;
	color: #ffffff;
	text-align: center;
	padding-top: 90px;
	padding-bottom: 90px;
	font-family: "IstokWebBold";
	font-size: 24px;
}

.content_two {
	background: #FFFFFF;
	color: #353535;	
	text-align: left;
	padding-top: 40px;
	padding-bottom: 40px;
	font-family: "LoraRegular";
	font-size: 18px;
	line-height: 27px;
	padding-left: 40px;
}

.belt_red {
	background: #FF4B4B;
	width: 40px;
	height: 225px;
	margin-top:  -5px;
	margin-left: 1020px;
	position: absolute;
}

.belt_green {
	background: #51B735;
	width: 40px;
	height: 225px;
	margin-top:  -5px;
	margin-left: 1080px;
	position: absolute;
}

.history_blog  {
	margin-top: 120px;
	margin-bottom: 60px;
}

.history_zagolovok {
	font-family: "IstokWebBold";
	font-size: 30px;
	color: #353535;	
}

.history_text {
	margin-top: 5px;
	font-family: "LoraRegular";
	font-size: 18px;
	color: #656565;	
	line-height: 27px;
	margin-right: 40px;
}

.header_line{
	background: #51B735;
	height: 5px;
	width: 100%;
	position: absolute;
	margin-top: 55px;
}

.main_content {
	margin-top: 80px;
	flex:1;
}

.main_content p {
	font-family: "LoraRegular";
	line-height: 27px;
	font-size: 18px;
	color: #656565;	
	margin-top: 30px;
}


.box_blog {
	margin-bottom: 80px;
	padding: 0;
}

h2.post_title {
	font-family: "IstokWebBold";
	font-size: 30px;
	color: #353535;
	padding: 0;
	letter-spacing: -1px;
	line-height: 30px;		
}

h2.post_title a {
	color: #353535;		
}

h2.post_title a:hover {
	color: #51B735;	
	text-decoration: none;	
}

.post_meta p {
	font-family: "IstokWebItalic";
	font-size: 18px;
	color: #959595;
	margin: 0;
	padding-top: 20px;
	padding-bottom: 20px;
}

.miniatura {
	margin-bottom: 40px;
}

a img.miniatura {
	height: 240px;
	width: 100%;
	object-fit: cover;	
	vertical-align: top;
	margin-bottom: 40px;
}

a img.miniatura_into {
	height: 240px;
	width: 100%;
	object-fit: cover;	
	vertical-align: top;
	margin-top: -60px;
}

.post_meta_into {
	font-family: "IstokWebItalic";
	font-size: 48px;
	margin-left: 0px;
	color: #3535355;
	margin-top: -50px;	
}

.post_meta_into p {
	font-family: "IstokWebItalic";
	font-size: 18px;
	color: #656565;
	padding-left: 80px;
	margin-top: -50px;
}

.more-link {
	float: left;
	color: #ffffff;
	background: #51B735;
	padding: 5px 35px;
	font-family: "IstokWebRegular";
	font-size: 18px;
	transition: all 0.5s ease;
	margin-top: 40px;
	margin-bottom: 80px;
	display: block;
}

.more-link:hover {
	color: #ffffff;
	background: #FF8383;
	padding: 5px 35px;
	font-family: "IstokWebRegular";
	font-size: 18px;
	transition: all 0.5s ease;
}

.full_news {
	text-align: right;
	text-decoration: underline;
	margin-top: -25px;
}

.full_news a {
	color: #353535;
	font-family: "IstokWebRegular";
	font-size: 18px;
	transition: all 0.5s ease;	
}

.full_news a:hover {
	color: #51B735;
	font-family: "IstokWebRegular";
	font-size: 18px;
	transition: all 0.5s ease;	
}

.blog_content {
	margin-bottom: 80px;
}

.blog_content p {
	margin: 0;
}

.sidebar_my {
	margin-left: 40px;
	margin-top: 0;
	background: #51B735;
	height: 560px;
	margin-bottom: 80px;
}

.sidebar_my h3 {
	color: #ffffff;
	font-family: "IstokWebRegular";
	font-size: 18px;
	text-align: center;
	padding-top: 0;
	padding-bottom: 40px;
}

.sidebar_my a {
	font-size: 18px;
	color: #ffffff;
	padding-left: 20px;
	padding-right: 20px;
}

.sidebar_my li {
	margin-left: 10px;
	margin-right: 10px;
	font-family: "IstokWebBoldItalic";
}

.sidebar_my p {
	font-family: "IstokWebBold";
	font-size: 18px;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.sidebar_my img {
	width: 40px;
	height: 40px;
	margin-top: 40px;
	margin-bottom: 20px;
  	margin-left: 140px;
  	margin-right: 140px;
}

.wp-pagenavi {
	text-align: center;
	margin-bottom: 80px;
}

.wp-pagenavi span {
	background: #51B735;
	display: inline-block;
	line-height: 30px;
	width: 30px;
	color: #ffffff;
	margin-left: 5px;
	transition: all 0.5s ease;
}

.wp-pagenavi a {
	display: inline-block;
	line-height: 30px;
	width: 30px;
	background: #656565;
	color: #ffffff;
	margin-left: 5px;
	transition: all 0.5s ease;
}


.wp-pagenavin .active {
	background: #51B735;
}

.wp-pagenavi a:hover {
	background: #51B735;
	transition: all 0.5s ease;	
}

.footer_my {
	min-width: 1170px;
	width: 100%;
	background: #353535;
	color: #ffffff;
	border-top: 5px solid #51B735;
	padding-top: 50px;
	padding-bottom: 20px;
	margin-top: 10px;
}

.my_nav1 {
	padding: 0px;
}

.footer_logo {	
	border-radius: 200px;
	height: 80px;
	width: 80px;
	display: block;
	margin: auto;
}

.footer_my h4 {
	font-family: "IstokWebBold";
	font-size: 18px;
	padding-bottom: 10px;
	margin-top: -10px;
}

.footer_my p {
	font-family: "IstokWebRegular";
	font-size: 14px;
	line-height: 40px;
}

.footer_niz p {
	font-family: "IstokWebRegular";
	font-size: 14px;
	text-align: center;
	margin-top: 25px;
}

.footer_my a {
	color: #ffffff;
	transition: all 0.5s ease;
}

.footer_my a:hover {
	color: #51B735;
	transition: all 0.5s ease;
}

.navigation_text {
	columns: 2;
}

.zapisi_predisled {
	display: inline-block;
	width: 100%;
}

.zapisi_predisled p {
	margin: 0;
	padding-top: 20px;
	line-height: 1.3em;
}

.zapisi_predisled span {
	color: #999;
	font-size: 14px;
}

.baner_picture_into img {
	width: 100%;
	height: 400px;
	object-fit: cover;
	opacity: 0.2;
 }

.baner_main_into {
	min-width: 1160px;
	width: 100%;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.baner_main_into p {
	font-family: "IstokWebBold";
	font-size: 72px;
	position: absolute;
	text-transform: uppercase;
	margin-top: -250px;
	text-align: left;
}

.baner_logo {
	width: 80px;
	height: 80px;
	position: all;
	float: right;
	margin-top: -245px;
	margin-right: 30px;
}

.nav_prev_next {
	display: inline-block;
	width: 100%;
	margin-bottom: 80px;
	margin-top: -10px;
}

.nav_prev_next span {
	font-family: "IstokWebBold";
	font-size: 18px;
	letter-spacing: -1px;
	color: #555555;
}

.nav_prev_next small {
	font-family: "IstokWebBold";
	font-size: 12px;
}


.nav_prev_next a {
	font-family: "LoraRegular";
	font-size: 16px;
	color: #656565;
}

.nav_prev_next a:hover {
	color: #51B735;
	transition: all 0.5s ease;
}

.nav_prev_next p:hover {
	color: #51B735;
	transition: all 0.5s ease;
}

.nav_prev  {
	text-align: left;
	float: left;
	width: 300px;
}

.nav_prev p {
	font-family: "LoraRegular";
	font-size: 16px;
	color: #656565;
	text-align: left;
	margin-top: 10px;;
}

.nav_next p {
	font-family: "LoraRegular";
	font-size: 16px;
	color: #656565;
	text-align: right;
	margin-top: 10px;;
}

.nav_next  {
	text-align: right;
	float: right;
	width: 300px;
}

.main_calendar {
	margin-top: 40px;
	margin-bottom: 40px;
}

.main_calendar .container {
	padding-top: 40px;
	padding-bottom: 40px;
}

.calendar_line {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.calendar_line .container {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.line_my {
	height: 5px;
	background: #51B735;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.calendar_into {
	position: all;
}


.calendar_into h2 {
	font-family: "IstokWebBoldItalic";
	font-size: 48px;
	color: #353535;
	text-align: center;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	
}

.calendar_into p {
	font-family: "IstokWebItalic";
	font-size: 18px;
	color: #656565;
	text-align: center;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	
}

.calendar_into_text {
	position: all;
}


.calendar_into_text h2 {
	font-family: "IstokWebBold";
	font-size: 30px;
	color: #353535;
	text-align: left;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	margin-top: 0px;
	
}

.calendar_into_text p {
	font-family: "LoraRegular";
	font-size: 18px;
	color: #656565;
	text-align: left;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	margin-top: 15px;
	
}

.main_gallery {
	margin-top: 80px;
	margin-bottom: 60px;
}

.G7 img {
	height: 320px;
	width: 100%;
	padding-right: 20px;
	margin-bottom: 20px;
	object-fit: cover;

}

.G5 img {
	height: 660px;
	width: 100%;
	object-fit: cover;

}

.G4 img {
	height: 360px;
	width: 100%;
	margin-bottom: 20px;
	object-fit: cover;

}

.G44 img {
	height: 360px;
	width: 100%;
	padding-left: 20px;
	margin-bottom: 20px;
	object-fit: cover;

}

.G6 img {
	height: 300px;
	width: 100%;
	margin-bottom: 20px;
	object-fit: cover;

}

.G66 img {
	height: 300px;
	width: 100%;
	padding-left: 20px;
	margin-bottom: 20px;
	object-fit: cover;

}


/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

.container {
    width: 1170px !important;
}