

body {
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	color: #183705;
	line-height: 1.4;
}
a {
	color: #2A540F;
	text-decoration: underline;

}
b, strong {
    font-weight: 700;
}
a:hover,
a:active,
a:focus,
a.active {
	color: #57A122;
	text-decoration: none;
}
ul, ol, dl {
	padding-left: 65px;
}
.wrapper {
	width: 100%;
	max-width: 1366px;
	margin: 0 auto;
	background-color: #EDFBD2;
}
.header-top {
	background: #b6b8aa;
	border-top: 10px solid #939685;
}
.header-top .nav {
	float: right;
	margin: 0;
}
.header-top .nav li {
	margin: 0 -3px;
}
.header-top .nav a {
	display: block;
    padding: 15px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    color: #000000;
}
.header-top .nav a:hover, 
.header-top .nav a:focus,
.header-top .nav a:active,
.header-top .nav .active a{
	background: #FFF;
	color: #000000;
	text-decoration: none;
}
.head {
	padding: 30px 0 44px 0;
	background: #497a28;
	height: 170px;
}
.head-wrap {
	width: 910px;
	margin: 0 auto;
}
.logo {
	width: 90px;
	float: left;
}
.logo img {
	display: block;
	max-width: 100%;
}
.head .head_title {
	width: 820px;
	float: left;
	color: #fff;
	text-align: center;
	font-size: 26px;
	line-height: 1.1;
	font-weight: 500;
	padding-top: 15px;
}
.head .head_title span:first-of-type  {
	display: block;
	font-size: 13px;
}
.main {
	padding: 40px 0;
}
.main h1,
.main h2 {
	letter-spacing: -1px;
    color: #2A540F;
	font-weight: 700;
	margin: 0 0 40px 0;
}
.main h1 {
	font-size: 24px;
}
.main h2 {
	font-size: 21px;
}
.main article {
	float: left;
	/*width: 75%*/
	padding: 0 60px;
}
.main article section a {
	word-break: break-all;
}
.main article section .dep-table  a {
	word-break:normal;
}
.main article section p > img  {
    max-width: 100% !important;
    height: auto !important;
}
.main aside {
	float: right;
	/* width: 25% ;*/
	padding: 0 60px 0 0;
}
.main aside.news_sidebar {
	float: left;
	padding: 0 0 0 60px;
}
.main article section {
	padding: 40px 0 60px 0;
}
.main article section:first-of-type {
	padding: 0px 0 40px 0;
}
.main article section p {
	text-align: justify;
	margin-bottom: 16px;
}
.main article section p > img {
	display: inline-block;
	max-width: 100%;
}
.main article section td > p{
	text-indent: inherit;
}
.main article section p.posted {
	text-indent: 0px;
}
.main table {
	box-sizing: border-box;
	max-width: 100% !important;
}
.main table td {
	word-wrap: break-word ;
	padding: 10px;
}
.main table.dep-table td  {
	word-break:normal;
}
.sidebar section {
	margin-bottom: 40px;
}
.sidebar section header {
	font-size: 24px;
    letter-spacing: -1px;
    color: #2A540F;
    font-weight: 700;
	line-height: 1.1;
    margin: 0 0 40px 0;
}
.sidebar.news_sidebar section header {
	font-size: 21px;
}
.sidebar.news_sidebar section header a {
	text-decoration: none;
}
.news_sidebar article {
	float: none;
    width: 100%;
    padding: 0;
	margin-bottom: 40px;
}
.sidebar.news_sidebar h3 {
	font-size: 16px;
}
.sidebar.news_sidebar h3 a {
	text-decoration: none;
}
.sidebar.news_sidebar p {
	text-align: justify;
	font-size: 13px;
    line-height: 1.4;
}
.sidebar.news_sidebar .posted {
	margin-top: 10px;
	padding-bottom: 5px;
	text-align: right;
}
.sidebar.news_sidebar .posted a {
	padding:  0 0 5px 0;
	text-decoration: none;
}

.dep-table {
	padding: 10px;
}
.dep-table td:first-child {
	text-align: center;
}
.dep-table td > .fa {
	font-size: 40px;
	color: #497a28;
}

.dep-table.dep-table-bg td:first-child {
    text-align: center;
    width: 60px;
    height: 60px;
    background-image: url("/images/icons/book_green.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px;
}
.dep-table.dep-table-bg td > .fa {
    font-size: 0;
    color: transparent; 
}
.bottom-border {
	border-bottom: 2px solid #3E5C0E;
}

.wrapper > footer {
	background: #b6b8aa;
	border-top: 2px solid #939685;
	text-align: center;
	padding: 17px;
}
.wrapper > footer p {
	font-size: 12px;
	margin: 0 10px;
}

.sidebar .nav-item a {
	display: block;
	padding: 10px 0;
	text-decoration: none;
    color: #2A540F;
	line-height: 1.1;
	border-bottom: 1px solid #2A540F;
}
    
.sidebar .nav-item:last-of-type a {
	border-bottom: 0;
}
.sidebar .nav-item:first-of-type a {
	padding-top: 0;
}
.sidebar .nav-item a:hover,
.sidebar .nav-item a:focus,
.sidebar .nav-item a:active,
.sidebar .nav-item.active a {
	color: #57A122;
	border-bottom: 1px solid #57A122;
}
.sidebar .nav-item:last-of-type a:hover,
.sidebar .nav-item:last-of-type a:focus,
.sidebar .nav-item:last-of-type a:active,
.sidebar .nav-item:last-of-type.active a {
	border-bottom: 0px solid #57A122;
}
.sidebar .collapse.in .nav-item a,
.sidebar .collapse.in .nav-item a:hover,
.sidebar .collapse.in .nav-item a:focus,
.sidebar .collapse.in .nav-item a:active,
.sidebar .collapse.in .nav-item.active a {
	color: #fff;
	border-bottom: 0;
}


.multiple-items.slick-slider {
	margin: 0 80px 80px;
}
.link-item {
	font-size: 12px;
	padding: 10px;
	text-align: center;
}
.link-item a {
	display: block;
	text-decoration: none;
}
.link-item a > img {
	max-width: 100%;
	max-height: 100px;
	margin: 0 auto 15px auto;
}
.link-item a > span {
	color: #373a3c;
}
.link-item a:hover > span,
.link-item a:active > span,
.link-item a:focus > span {
	color: #2A540F;
}
.link-item a:hover,
.link-item a:active,
.link-item a:focus {
	outline: none;
}
.slick-prev:before, .slick-next:before  {
	color: #2A540F;
	opacity: 1;
}
.slick-prev:hover:before, .slick-next:hover:before  {
	color: #57A122;
}
.posted {
	display: block;
	width: 100%;
	margin-top: 50px;
	padding-bottom: 10px;
	font-size: 12px;
    text-indent: 0px;
    color: #3300CC;
    border-bottom: 2px solid #3E5C0E;   
}
.posted.clearfix {
	padding-bottom: 5px;
}
.posted.clearfix > div {
	float: left;
}
.posted.clearfix > div span {
	display: block;
	margin-bottom: 5px;
}
.posted span {
    font-weight: 700;
	text-transform: uppercase;
}
.posted .posted-span_adaptive,
.posted.clearfix > div span.posted-span_adaptive  {
	display: none;
}

.bottom-border .posted {
	border-bottom: 0px; 
	margin-bottom: -30px;	
}
.newslink {
	margin: 20px 0;
}
.newslink a,
.newslink a:hover,
.newslink a:active,
.newslink a:focus  {
	display: inline-block;
	padding: 10px;
	font-weight: 700;
	text-decoration: none;
}

.newslink a.activelink,
.newslink a.activelink:hover,
.newslink a.activelink:active,
.newslink a.activelink:focus {
	font-weight: normal;
    cursor: default;
    color: #fff;
    font-size: 25px;
	line-height: 25px;
    padding: 4px 10px 4px 10px;
    background: #3300CC;
}
.post {
    padding-bottom: 40px;
}
.post h2 > a {
	text-decoration: none;
}
.news_img {
	width: 250px;
	float: left;
}
.news_img > img {
	display: block;
	max-width: 100%;
}
.news_img_text {
	margin-left:290px;
}

.news-posts .posted a {
	display: inline-block;
	float: right;
	font-weight: 700;
    text-transform: uppercase;
}

.ptitle {
	display: block;
	margin: -40px 0 40px 0;  
}
.ctitle {
    position: relative;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #71AB48;
}
.cont, .cont1 {
    position: relative;
    padding: 3px;
}
.cline1 {
    box-sizing: border-box;
    width: 40%;
    float: left;
    text-align: right;
    padding-right: 7px;
    font-weight: 700;
}
.cline2 {
    box-sizing: border-box;
    width: 60%;
    float: right;
    text-align: left;
    padding-left: 7px;
}
.cline3 {
    width: 98%;
    text-align: center;
    font-weight: 700;
}
.cline4 {
    width: 98%;
    text-align: center;
}
.cline5 {
    position: relative;
    text-align: center;
}
.meta2 {
    height: 6px;
    border-bottom: 2px solid #3E5C0E;
    font-weight: 700;
}
/* ---- vi version --- */
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
#VIversion {
	display: block;
	float: left;
    width: 350px;
	margin: 0;
    padding: 10px 60px;
	font-size: 15px;
	cursor: pointer;
}
#VIversion i {
    margin-right: 10px;
}
#vi {
	display: none;
	background-color: #2A540F;
	height: 190px;
	width: 100%;
	color: #fff;
	padding: 0 60px;
}
#vi > div {
	box-sizing: border-box;
	width: 390px;
	height: 150px;
	float: left;
	padding: 0 40px;
	font-size: 18px;
}
#vi > div:first-of-type{
	padding-left: 0px;
}

#vi > div p {
	margin-bottom: 15px;
	margin-top: 5px;
}
#vi > div ul {
	list-style: none;
	line-height: 1.5;
	padding-left: 0px;
}
#vi > div ul li {
	box-sizing: border-box;
	width: 48px;
	height: 48px;
	line-height: 48px;
	float: left;
	margin: 0 5% 0 0;
	cursor: pointer;
	text-align: center;
}
#vi > div ul li:active {
	opacity: 0.8
}
#beginversion {
	margin: 0;
    padding: 10px 60px 10px 0px;
	font-size: 16px;
	cursor: pointer;
}
#beginversion i {
	margin-right: 10px;
}
.vi-fonts ul li,
.vi-colors ul li {
	border: 1px solid #fff;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}
.vi-fonts ul li.active,
.vi-colors ul li.active {
	font-weight: 700;
	border-width: 2px;
}
#wonb {
	background: #000;
	color: #fff;
	border: 1px solid #000;
}
#wonb:hover,
#wonb:active,
#wonb.active,
#wonb:focus {
	border: 1px solid #fff;
}

#bonw {
	background: #fff;
	color: #000;
	border: 2px solid #fff;
}
#bonw:hover,
#bonw:active,
#bonw:focus,
#bonw.active {
	border: 2px solid #000;
}
#normal {
	font-size: 14px;
	line-height: 14px;
}
#medium {
	font-size: 19px;
	line-height: 19px;
}
#large {
	font-size: 24px;
	line-height: 24px;
}
#kingsize {
	font-size: 28px;
	line-height: 28px;
}
/*.vi-fonts ul li#normal.active {
	padding: 15px 0;
}
.vi-fonts ul li#medium.active {
	padding: 12px 0;
}
.vi-fonts ul li#large.active {
	padding: 10px 0;
}
.vi-fonts ul li#kingsize.active {
	padding: 8px 0;
}*/
.vi-images li {
	border: 0x solid #fff;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}
#vi > div ul li#greyimage,
#vi > div ul li#noimage {
	width: 100%;
    border: 1px solid #fff;
    padding: 3px 0 0 10px;
    height: 36px;
	line-height: 36px;
    margin-bottom: 5px;
}
#vi > div ul li#greyimage.active,
#vi > div ul li#noimage.active {
	border-width: 2px;
}
#vi .vi-style_adaptive {
	display: none;
}
#toTop {
    display: none;
    position: fixed;
    bottom: 0px;
    right: 25%;
    font-size: 32px;
    width: 48px;
    height: 48px;
    border: 4px solid #2A540F;
    color: rgb(0, 0, 0);
    line-height: 40px;
    text-align: center;
    border-radius: 10px;
    color: #2A540F;
    cursor: pointer;
    opacity: 0.5;
}
}
.examples-section a {
	display: block;
}
.examples-section a > img {
	display: block;
	max-width: 100%;
	max-height: 500px;
	margin: 0 auto;
}
.examples-section.slick-slider {
	width: 90%;
	margin: 0px auto 40px auto;
}
.examples-section a.slick-slide:hover,
.examples-section a.slick-slide:focus,
.examples-section a.slick-slide:active {
	outline: none;
}
.examples-section .slick-dots {
	bottom: -30px;
}
.examples-section .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
}
.examples-section .slick-dots li > button {
	width: 10px;
	height: 10px;
	line-height: 10px;
	background: #2A540F;
	opacity: 0.5;
}
.examples-section .slick-dots li > button:before {
    line-height: 10px;
    width: 10px;
    height: 10px;
	font-size: 0px;
}
.examples-section .slick-dots li.slick-active button {
    opacity: 1;
    color: #2A540F;
}
.examples-section .slick-dots li button:hover,
.examples-section .slick-dots li button:focus,
.examples-section .slick-dots li button:active {
    opacity: 1;
}


.collapse {
    display: block;
	padding: 0;
}
.collapse.in {
	clear: both;
}
.navbar {
	padding: 0 ;
}
.navbar-toggler {
	display: none;
	float: left;
    padding: 0;
    line-height: 1;
    background: 0 0;
    border: 0px solid #fff;
    border-radius: .25rem;
}
.navbar-toggler-icon {
    display: inline-block;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}
.navbar-brand {
	display: none;
    margin-left: 1rem;
	color: #fff;
}
.sidebar a.navbar-brand:hover,
.sidebar a.navbar-brand:active,
.sidebar a.navbar-brand:focus {
	color: #fff;
	text-decoration: none;
}
.sidebar a.navbar-brand {
	display: none;
	text-decoration: none;
	border-bottom: 0px;
}
.flex-nav {
	display: none;
    flex-direction: row;
	align-items: center;
}

//ckeditor5
/*.ck.ck-editor__main p {
    margin-top: 0;
    margin-bottom: 1rem;
}
figure.table table{
	border: 1px solid #373a3c;
}
figure.table table td, figure.table table th {
    border: 1px solid #373a3c;
}
figure.image img {
	display: block;
	margin: 0 auto;
}
.image-style-align-left {
	float: left;
    margin: 0 20px 20px 0;
}
.image-style-align-right {
	float: right;
    margin: 0 0 20px 20px;
}
*/
//form
.f_personal {
    margin-bottom: 15px;
}
.f_form label {
	display: block;
	margin-bottom: 5px;
}
.f_form .f_personal label {
   display: block;
    float: left;
    margin: 0;
    height: 34px;
    line-height: 34px;
}
.f_form input, 
.f_form textarea,
.f_form input[type=submit] {
	display: block;
	width: 75%;
	margin-bottom: 15px;
	padding: 5px;
}
.f_form input {
	height: 34px;
	font-family: Arial, Helvetica, sans-serif;
}
.f_form input[type=checkbox] {
    display: block;
    float: left;
    width: 24px;
    margin: 0 15px 0 0;
    padding: 0;
}
.f_form textarea {
	height: 150px;
	resize: none;
	font-family: Arial, Helvetica, sans-serif;
}
.f_form button {
	display: block;
	width: 75%;
    padding: 5px;
	margin-bottom: 15px;
}

.f_form  .error  {
	border: 1px solid #A84C63;
}
.f_form  .error  + span,
#recaptchaError {
	display: inline-block;
	width: 28%;
	float: left;
	margin-left: 47%;
	height: 24px;
	margin-top: -49px;
	font-family: Arial, Helvetica, sans-serif;
   /* font-size: 13px;*/
    color: #A84C63;
    text-align: right;
    padding: 5px;
    margin-bottom: 15px;
}
.f_form  span.error_personal {
    display: inline-block;
    width: auto;
    float: left;
    margin: 0 0 0 15px;
    height: 24px;
    font-family: Arial, Helvetica, sans-serif;
    color: #A84C63;
    text-align: right;
    padding: 5px;
}
.g-recaptcha {
	clear:both;
    margin-bottom: 15px;
}
::-webkit-input-placeholder {
	color:#A84C63;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
}
::-moz-placeholder   { 
	color:#A84C63;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
}
:-moz-placeholder {
	color:#A84C63;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
}
:-ms-input-placeholder {
	color:#A84C63;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
}

.overlay_popup {
  display:none;
  position:fixed;
  z-index: 999;
  top:0;
  right:0;
  left:0;
  bottom:0;
  background:#000;
  opacity:0.5;
}

.popup {
  display: none;
  position: fixed;
  z-index: 1000;
  margin:0 25% 0 25%;
}

.success_mess {
    font-size: 25px;
    text-align: center;
    background-color: #eee;
    padding: 70px 70px;
    border-radius: 25px;
    position: relative;
}

#pagelink {
    padding-bottom: 20px;
    /*font-size: 1.3em;*/
    text-align: center;
}
.feedback-list-item {
	margin-bottom: 25px;
}
.feedback-item-name {
	padding: 12px 15px;
	font-weight: 700;
	color: #57A122;
	/*font-size: 1.4em;*/
}
.feedback-item-name  span {
	font-weight: normal;
	color: #183705;
	/*font-size: 0.7em*/
}
.feedback-item-message {
	padding: 12px 15px;
}
.faq-answer {
	position: relative;
	width: 85%;
	margin-left: 15%;
	margin-top: 20px
}
.faq-answer:before {
	content: '';
	position: absolute;
	top: -20px;
	width: 100%;
	height: 20px;
    border-bottom: 2px solid #3E5C0E;
}
.feedback-answer,
.feedback-answer-author {
	padding: 12px 15px;
}
.feedback-answer-author  {
	text-align: right;
	padding: 7px 15px;
}


/* -- Допольнительный логотип в шапке сайта-- */
.head.konkurs {
  height: 190px;
}
.konkurs .head-wrap {
    width: 1040px;
}
.logo-konkurs {
  width: 130px;
  float: right;
}
.logo-konkurs a {
  display: block;
}
.logo-konkurs a > img {
  display: block;
  max-width: 100%;
}