body {
  line-height: 1.2;
  font-family: "Montserrat";
  font-size: 17px;
  color: #1b1a1a;
  font-weight: 400;
  max-width: 1500px;
  margin: 0 auto;
  overflow-x: hidden;
}

body.compensate-for-scrollbar {
  margin-right: auto;
}

* {
  outline: none !important;
}

b {
  font-weight: 600;
}

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

#map {
  position: relative;
  width: 100%;
  height: 693px;
  padding: 0;
  margin: 0;
}

#roslesmap {
  width: 100%;
  height: 693px;
  padding: 0;
  margin: 0;
}

#filial {
  height: 693px;
  padding: 0;
  margin: 0;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadein {
  /* Safari and Chrome */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

a {
  color: #1b1a1a;
  text-decoration: none;
}

header .top {
  height: 124px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1320px;
  margin: 0 auto;
}

header .meta {
  display: flex;
  align-items: center;
}

header .meta .soc_links {
  display: flex;
}

header .meta .lang {
  margin-left: 35px;
  color: #232323;
  font-weight: 400;
  font-size: 12px;
}

header .meta .ochki {
  margin-left: 48px;
  cursor: pointer;
  transition: all ease 0.4s;
}

header .meta .ochki:hover {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

header .meta .soc_links .item {
  margin-left: 25px;
}

header .meta .soc_links .fa {
  color: #acacac;
  font-size: 18px;
  position: relative;
  top: 0;
  transition: all ease 0.4s;
}

header .meta .soc_links .fa:hover {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

header .meta .mail {
  margin-left: 30px;
  margin-right: 16px;
}

header .meta .mail a, header .meta .phone a {
  color: #232323;
  font-size: 14px;
}

header .meta .mail .fa, header .meta .phone .fa {
  color: #4cb36c;
  font-size: 15px;
  margin-right: 2px;
}

header .menu_cnt {
  width: 100%;
  height: 43px;
  background-color: #30a65f;
}

header .menu_cnt .wrap {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

header .menu_cnt .wrap .menu ul {
  display: flex;
}

header .menu_cnt .wrap .menu ul li {
  margin-right: 66px;
}

header .menu_cnt .wrap .menu ul li:last-of-type {
  margin-right: 0;
}

header .menu_cnt .wrap .menu ul li a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 0;
  position: relative;
  left: 0;
  transition: all ease 0.4s;
  cursor: pointer;
}

header .menu_cnt .wrap .menu ul li a:hover {
  left: 5px;
}

header .menu_cnt .wrap .search {
  position: relative;
}

header .menu_cnt .wrap .search .search_btn {
  padding: 10px;
  position: relative;
  left: 8px;
  cursor: pointer;
  transition: all ease 0.4s;
}

header .menu_cnt .wrap .search .search_btn:hover {
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}

header .menu_cnt .wrap .search .search_btn .fa {
  color: #ffffff;
  font-size: 15px;
}

header .menu_cnt .wrap .search .search_form {
  position: absolute;
  right: 35px;
  top: 4px;
  display: none;
}

header .menu_cnt .wrap .search .search_form .inp_site {
  border-radius: 0;
  width: 130px;
  height: 30px;
  border: none;
  font-size: 14px;
}

header .menu_cnt .wrap .search .search_form.active {
  display: block;
}

header.header_main__filial .top .logo {
  position: relative;
  left: -23px;
}

header.header_main__filial .menu {
  position: relative;
  left: -23px;
}

header.header_main__filial .menu .fa {
  font-size: 20px;
}

header.header_main__filial .menu_cnt .wrap .menu ul li {
  margin-right: 58px;
}

.index_slider {
  width: 100%;
  /* height: 422px; */
  /* background-image: url(../img/index_slider__bg.jpg); */
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  margin-top: 5px;
}

.index_slider .owl-carousel {
  width: 100%;
  height: 100%;
  position: relative;
}

.index_slider .owl-carousel .owl-dots {
  display: none;
}

.index_slider .owl-carousel .owl-stage-outer {
  height: 100%;
}

.index_slider .owl-carousel .owl-stage {
  height: 100%;
}

.index_slider .owl-carousel .owl-stage .owl-item {
  height: 100%;
}

.index_slider .owl-carousel .slider-list {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.index_slider .owl-carousel .slider-list__content {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  padding-top: 104px;
  padding-bottom: 110px;
}

.index_slider .items .item h1, .index_slider .items .item h2 {
  text-shadow: 0 2px 2px rgba(45, 129, 79, 0.35);
  font-weight: 800;
  font-size: 45px;
  color: #ffffff;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.index_slider .items .item p {
  text-shadow: 0 2px 2px rgba(45, 129, 79, 0.35);
  color: #ffffff;
  font-size: 22px;
}

.index_slider .items .item .link {
  width: 210px;
  height: 52px;
  border-radius: 26px;
  background-color: #ffffff;
  color: #4cb36c;
  font-weight: 500;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 44px;
  transition: all ease 0.4s;
}

.index_slider .items .item .link:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.index_slider .items .owl-nav {
  bottom: 175px;
  position: absolute;
  width: 100%;
}

.index_slider .items .owl-prev {
  background: url(../img/slider_arrow_left.png) no-repeat center center !important;
  width: 40px;
  height: 40px;
  -webkit-transform: none;
  transform: none;
  position: absolute;
  right: 188px;
  transition: all ease 0.4s;
}

.index_slider .items .owl-next span, .index_slider .items .owl-prev span {
  opacity: 0;
}

.index_slider .items .disabled {
  opacity: 0.6;
}

.index_slider .items .owl-next {
  background: url(../img/slider_arrow_right.png) no-repeat center center !important;
  width: 40px;
  height: 40px;
  -webkit-transform: none;
  transform: none;
  position: absolute;
  right: 150px;
  transition: all ease 0.4s;
}

.h2 {
  color: #393939;
  font-weight: 600;
  font-size: 22px;
}

.index_news {
  padding-bottom: 62px;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 63px;
}

.index_news .h2 {
  /* color: #000; */
  padding-left: 20px;
}

.index_news .items {
  margin-top: 50px;
}

.index_news .items .item {
  max-width: 370px;
  width: 100%;
  border-radius: 15px;
  border: 1px solid #ebebeb;
  background-color: #ffffff;
  min-height: 441px;
  position: relative;
}

.index_news .items .item:hover .photo img {
  opacity: 0.8;
}

.index_news .items .item:hover .links .link {
  border-bottom: 1px solid transparent;
}

.index_news .items .item:hover .links .link::after {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.index_news .items .item .text {
  padding-top: 14px;
  padding-left: 21px;
  padding-right: 21px;
  margin-bottom: 38px;
}

.index_news .items .item .text p {
  color: #1b1a1a;
  font-weight: 600;
  font-size: 16px;
}

.index_news .items .item .photo img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  width: 370px;
  height: 280px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all ease 0.4s;
}

.index_news .items .item .links {
  display: flex;
  align-items: center;
  padding-left: 21px;
  padding-right: 23px;
  justify-content: space-between;
  padding-bottom: 30px;
  position: absolute;
  width: 100%;
  bottom: 0;
}

.index_news .items .item .links .link {
  color: #989898;
  font-size: 15px;
  position: relative;
  border-bottom: 1px solid #989898;
  transition: all ease 0.4s;
}

.index_news .items .item .links .link::after {
  content: "";
  background-image: url(../img/arrow_link.png);
  width: 25px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  right: -33px;
  transition: all ease 0.4s;
}

.index_news .items .item .links .date span {
  color: #000000;
  font-size: 15px;
}

.index_news .items .owl-stage-outer {
  min-height: 475px;
}

.index_news .items .owl-nav {
  top: -81px;
  position: absolute;
  width: 100%;
}

.index_news .items .owl-prev {
  background: url(../img/slider_arrow_left__green.png) no-repeat center center !important;
  width: 40px;
  height: 40px;
  -webkit-transform: none;
  transform: none;
  position: absolute;
  right: 25px;
  transition: all ease 0.4s;
}

.index_news .items .owl-next span, .index_news .items .owl-prev span {
  opacity: 0;
}

.index_news .items .disabled {
  opacity: 0.6;
}

.index_news .items .owl-next {
  background: url(../img/slider_arrow_right__green.png) no-repeat center center !important;
  width: 40px;
  height: 40px;
  -webkit-transform: none;
  transform: none;
  position: absolute;
  right: -8px;
  transition: all ease 0.4s;
}

.index_news .all_news {
  text-align: center;
}

.index_news .all_news a {
  color: #1b1a1a;
  border-bottom: 1px solid #1b1a1a;
  font-size: 15px;
  transition: all ease 0.4s;
}

.index_news .all_news a:hover {
  border-bottom: 1px solid transparent;
}

.activities {
  width: 100%;
  height: 713px;
  background-image: url(../img/activities_bg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  padding-top: 43px;
}

.activities .wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.activities .wrap .h2 {
  padding-left: 15px;
}

.activities .wrap .items {
  margin-top: 51px;
}

.activities .wrap .items .row_items {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}

.activities .wrap .items .row_items .a_item {
  max-width: 522px;
  width: 100%;
}

.activities .wrap .items .row_items .item {
  max-width: 522px;
  width: 100%;
  height: 259px;
  background-color: #ccc;
  display: flex;
  align-items: center;
  padding-left: 40px;
}

.activities .wrap .items .row_items .item:hover span {
  left: 8px;
}

.activities .wrap .items .row_items .item span, .activities .wrap .items .row_items .item a {
  color: #ffffff;
  font-weight: 500;
  font-size: 20px;
  position: relative;
  left: 0;
  transition: all ease 0.4s;
}

.activities .wrap .items .row_items .item.big {
  max-width: 672px;
  width: 100%;
  height: 259px;
}

.activities .wrap .items .row_items .a_item.big {
  max-width: 672px;
  width: 100%;
}

.activities .wrap .items .row_items .item.item_1 {
  border-radius: 15px 0 0 0;
  background-image: url(../img/activities_1.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.activities .wrap .items .row_items .item.item_2 {
  border-radius: 0 15px 0 0;
  background-image: url(../img/activities_2.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.activities .wrap .items .row_items .item.item_3 {
  border-radius: 0 0 0 15px;
  background-image: url(../img/activities_3.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.activities .wrap .items .row_items .item.item_4 {
  border-radius: 0 0 15px;
  background-image: url(../img/activities_4.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.services {
  padding-top: 56px;
}

.services .wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.services .wrap .h2 {
  padding-left: 17px;
}

.services .wrap .items {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.services .wrap .items .left {
  max-width: 672px;
  width: 100%;
}

.services .wrap .items .left .item {
  max-width: 672px;
  width: 100%;
  height: 523px;
  background-image: url(../img/services_1.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 38px;
  padding-top: 20px;
}

.services .wrap .items .left .item a {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
  transition: all ease 0.4s;
}

.services .wrap .items .left .item a:hover span {
  border-bottom: 1px solid transparent;
  left: 6px;
}

.services .wrap .items .left .item a span {
  transition: all ease 0.4s;
  border-bottom: 1px solid #fff;
  position: relative;
  left: 0;
}

.services .wrap .items .right {
  max-width: 522px;
  width: 100%;
}

.services .wrap .items .right .item {
  width: 100%;
  height: 171px;
  display: flex;
  align-items: center;
  padding-left: 38px;
  margin-bottom: 5px;
}

.services .wrap .items .right .item:hover span {
  left: 6px;
}

.services .wrap .items .right .item span {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  left: 0;
  transition: all ease 0.4s;
}

.services .wrap .items .right .item.item_2 {
  background-image: url(../img/services_2.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.services .wrap .items .right .item.item_3 {
  background-image: url(../img/services_3.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.services .wrap .items .right .item.item_4 {
  background-image: url(../img/services_4.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.map {
  background-color: #f9f9f9;
  margin-top: 39px;
  padding-top: 76px;
}

.map .wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.map .map_cnt {
  margin-top: -15px;
  display: flex;
  justify-content: center;
  padding-bottom: 73px;
}

.text_after_map {
  width: 100%;
  height: 132px;
  background-image: url(../img/text_after_map__bg.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.text_after_map .wrap {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
}

.text_after_map .wrap .items {
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
}

.text_after_map .wrap .items .item {
  text-align: center;
  width: 20%;
  height: 101px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #fff;
  padding-left: 20px;
  padding-right: 20px;
}

.text_after_map .wrap .items .item:first-of-type {
  border-left: 1px solid #fff;
}

.text_after_map .wrap .items .item span, .text_after_map .wrap .items .item a {
  color: #000000;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  transition: all ease 0.4s;
}

.text_after_map .wrap .items .item span:hover, .text_after_map .wrap .items .item a:hover {
  opacity: 0.8;
}

.partners {
  padding-top: 48px;
  padding-bottom: 50px;
  background-color: #f9f9f9;
}

.partners .wrap {
  max-width: 1320px;
  margin: 0 auto;
}

.partners .wrap .items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 60px;
}

.partners .wrap .items img {
  transition: all ease 0.4s;
}

.partners .wrap .items img:hover {
  opacity: 0.8;
}

footer {
  background-image: url(../img/footer_bg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  padding-bottom: 63px;
}

footer .wrap {
  max-width: 1200px;
  margin: 0 auto;
}

footer .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 44px;
  padding-bottom: 26px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}

footer .top .menu ul {
  display: flex;
}

footer .top .menu ul li {
  margin-right: 41px;
}

footer .top .menu ul li:last-of-type {
  margin-right: 0;
}

footer .top .menu ul li a {
  color: #ffffff;
  font-size: 16px;
  position: relative;
  left: 0;
  transition: all ease 0.4s;
  cursor: pointer;
}

footer .top .menu ul li a:hover {
  left: 5px;
}

footer .top .btn_call {
  width: 201px;
  height: 42px;
  border-radius: 21px;
  background-color: #61ca8d;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f9f9f9;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all ease 0.4s;
}

footer .top .btn_call:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

footer .bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
  max-width: 1170px;
  max-width: 1200px;
}

footer .bottom h4 {
  color: #f9f9f9;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 20px;
}

footer .bottom .b_col_1 {
  max-width: 244px;
  width: 100%;
}

footer .bottom .b_col_1 span {
  opacity: 0.5;
  color: #f9f9f9;
  font-size: 12px;
  font-weight: 300;
  display: block;
  line-height: 1.4;
}

footer .bottom .b_col_2 {
  max-width: 254px;
  width: 100%;
  position: relative;
  left: -13px;
}

footer .bottom .b_col_2 span {
  color: #f9f9f9;
  font-size: 14px;
  line-height: 21px;
  display: block;
  margin-bottom: 17px;
}

footer .bottom .b_col_2 a {
  color: #dedede;
  font-size: 14px;
  border-bottom: 1px solid #dedede;
  transition: all ease 0.4s;
}

footer .bottom .b_col_2 a:hover {
  border-bottom: 1px solid transparent;
}

footer .bottom .b_col_3 {
  max-width: 230px;
  width: 100%;
  position: relative;
  left: -11px;
}

footer .bottom .b_col_3 .soc_links {
  display: flex;
  margin-bottom: 18px;
}

footer .bottom .b_col_3 .soc_links .item {
  margin-right: 24px;
}

footer .bottom .b_col_3 .soc_links .item .fa {
  opacity: 0.6;
  color: #ffffff;
  font-size: 18px;
  transition: all ease 0.4s;
}

footer .bottom .b_col_3 .soc_links .item .fa:hover {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

footer .bottom .b_col_3 .soc_links .item:last-of-type {
  margin-right: 0;
}

footer .bottom .b_col_3 .phone .fa, footer .bottom .b_col_3 .mail .fa {
  color: #006838;
  font-size: 18px;
  margin-right: 2px;
}

footer .bottom .b_col_3 .phone a {
  color: #ffffff;
  font-size: 14px;
}

footer .bottom .b_col_3 .mail .fa {
  font-size: 16px;
  margin-right: 4px;
}

footer .bottom .b_col_3 .mail a {
  color: #f9f9f9;
  font-size: 14px;
}

footer .bottom .b_col_4 {
  max-width: 315px;
  width: 100%;
  position: relative;
  left: 6px;
}

footer .bottom .b_col_4 span {
  color: #f9f9f9;
  font-size: 14px;
  position: relative;
  display: block;
  margin-bottom: 21px;
}

footer .bottom .b_col_4 input[type="email"] {
  max-width: 314px;
  width: 100%;
  height: 42px;
  border-radius: 21px;
  border: 1px solid #ffffff;
  background-color: transparent;
  color: #f9f9f9;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 14px;
  padding-left: 15px;
  padding-right: 15px;
}

footer .bottom .b_col_4 input[type="email"]::-webkit-input-placeholder {
  color: #f9f9f9;
}

footer .bottom .b_col_4 input[type="email"]::-moz-placeholder {
  color: #f9f9f9;
  opacity: 1;
}

footer .bottom .b_col_4 input[type="email"]:-ms-input-placeholder {
  color: #f9f9f9;
}

footer .bottom .b_col_4 input[type="email"]:-moz-placeholder {
  color: #f9f9f9;
  opacity: 1;
}

footer .bottom .b_col_4 input[type="submit"] {
  border: none;
  background-color: transparent;
  color: #f9f9f9;
  font-size: 14px;
  border-bottom: 1px solid #f9f9f9;
  padding: 0;
  font-family: "Montserrat";
  font-weight: 400;
  margin-top: 18px;
  margin-left: 3px;
  position: relative;
  left: 0;
  transition: all ease 0.4s;
}

footer .bottom .b_col_4 input[type="submit"]:hover {
  left: 5px;
}

.header_mob__cnt {
  display: none;
}

.h1_i {
  background-color: #fff;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.h1_i h1, .h1_i span {
  opacity: 0.8;
  color: #000000;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.breadcrumbs {
  max-width: 1320px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.breadcrumbs .breadcrumbs__cnt {
  text-align: right;
}

.breadcrumbs .breadcrumbs__cnt a {
  color: #888888;
  letter-spacing: 0.6px;
  font-size: 12px;
}

.breadcrumbs .breadcrumbs__cnt span.hr {
  color: #888888;
  font-size: 12px;
}

.breadcrumbs .breadcrumbs__cnt span {
  color: #000000;
  letter-spacing: 0.6px;
  font-size: 12px;
}

.gray_i {
  background-color: #f9f9f9;
  padding-top: 5px;
  padding-bottom: 20px;
}

.videoreport {
  margin-top: 80px;
  background-color: #fff;
  max-width: 1320px;
  margin: 0 auto;
  margin-top: 50px;
  padding-top: 33px;
  border-radius: 15px;
  padding-bottom: 70px;
  margin-bottom: 22px;
}

.videoreport .items {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.videoreport .items::after {
  content: "";
  max-width: 370px;
  width: 100%;
}

.videoreport .items .a_item {
  display: block;
  margin-bottom: 40px;
}

.videoreport .items .item {
  max-width: 370px;
  width: 100%;
}

.videoreport .items .item:hover .photo img {
  opacity: 0.85;
}

.videoreport .items .item:hover .photo .you_t {
  top: 53%;
}

.videoreport .items .item .photo {
  position: relative;
}

.videoreport .items .item .photo img {
  width: 370px;
  height: 283px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all ease 0.4s;
}

.videoreport .items .item .photo .you_t {
  position: absolute;
  width: 101px;
  height: 70px;
  background-image: url(../img/you_t.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all ease 0.4s;
}

.videoreport .items .item h3 {
  color: #1b1a1a;
  font-weight: 600;
  font-size: 18px;
}

.videoreport .items .item .h3_cnt {
  border: 1px solid #efefef;
  padding-left: 26px;
  padding-top: 10px;
  padding-right: 26px;
  padding-bottom: 26px;
  min-height: 103px;
}

.videoreport .link_btn {
  display: flex;
  justify-content: center;
  margin-top: 21px;
}

.videoreport .link_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 201px;
  height: 42px;
  border-radius: 21px;
  background-color: #61ca8d;
  color: #f9f9f9;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  transition: all ease 0.4s;
}

.videoreport .link_btn a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.videoreport.videoreport_more {
  padding-bottom: 25px;
}

.events {
  margin-top: 80px;
  background-color: #fff;
  max-width: 1320px;
  margin: 0 auto;
  margin-top: 50px;
  padding-top: 33px;
  border-radius: 15px;
  padding-bottom: 70px;
  margin-bottom: 22px;
}

.events .wrap {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
}

.events table thead tr td {
  font-weight: 700;
  background-color: #60c98d;
  height: 65px;
  vertical-align: middle;
  color: #fff;
  font-size: 18px;
  padding-left: 5px;
}

.events table thead tr .t_1 {
  width: 505px;
  padding-right: 30px;
}

.events table thead tr .t_2 {
  width: 200px;
}

.events table thead tr .t_3 {
  width: 185px;
}

.events table thead tr .t_4 {
  width: 308px;
}

.events table tbody .t_1 {
  width: 505px;
  padding-right: 30px;
}

.events table tbody td {
  font-size: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  vertical-align: middle;
}

.events table tbody td:nth-child(3) {
  padding-right: 20px;
}

.events table tbody tr {
  border-bottom: 1px solid #b4b4b4;
}

.events .table_m {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
}

.events .table_m .h_table {
  display: flex;
}

.events .table_m .h_table .item {
  font-weight: 700;
  background-color: #60c98d;
  height: 65px;
  vertical-align: middle;
  color: #fff;
  font-size: 18px;
  padding-left: 5px;
  display: flex;
  align-items: center;
}

.events .table_m .h_table .t_1 {
  max-width: 505px;
  width: 100%;
  padding-right: 30px;
}

.events .table_m .h_table .t_2 {
  max-width: 200px;
  width: 100%;
}

.events .table_m .h_table .t_3 {
  max-width: 185px;
  width: 100%;
}

.events .table_m .h_table .t_4 {
  max-width: 308px;
  width: 100%;
}

.events .table_m .cnt_table .item {
  border-bottom: 1px solid #b4b4b4;
  display: flex;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
}

.events .table_m .cnt_table .item .t_1 {
  max-width: 505px;
  width: 100%;
  padding-right: 30px;
  padding-left: 5px;
}

.events .table_m .cnt_table .item .t_2 {
  max-width: 200px;
  width: 100%;
  padding-left: 5px;
}

.events .table_m .cnt_table .item .t_3 {
  max-width: 185px;
  width: 100%;
  padding-left: 5px;
  padding-right: 20px;
}

.events .table_m .cnt_table .item .t_4 {
  max-width: 308px;
  width: 100%;
  padding-left: 5px;
}

.events .tt {
  text-align: center;
  margin-bottom: 25px;
  font-size: 14px;
}

.events .tt:last-of-type {
  margin-top: 80px;
}

.contacts {
  margin-top: 80px;
  background-color: #fff;
  max-width: 1320px;
  margin: 0 auto;
  margin-top: 50px;
  padding-top: 33px;
  border-radius: 15px;
  padding-bottom: 70px;
  margin-bottom: 22px;
}

.contacts .row_1 {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 7px;
}

.contacts .row_1 .info {
  margin-top: 54px;
  margin-left: 32px;
  max-width: 584px;
  width: 100%;
}

.contacts .row_1 .info p {
  opacity: 0.8;
  color: #000000;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 19px;
}

.contacts .row_1 .info p span.bold {
  font-weight: 700;
  display: block;
}

.contacts .row_1 .info p a {
  opacity: 0.8;
  color: #000000;
}

.contacts .row_1 .info .tel_sprav {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding-top: 27px;
  padding-bottom: 30px;
  margin-top: 82px;
}

.contacts .row_1 .info .tel_sprav a {
  color: #000;
  font-size: 16px;
  text-decoration: underline;
}

.contacts .map_contacts {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 43px;
  position: relative;
}

.contacts .map_contacts .btn {
  position: absolute;
  max-width: 305px;
  width: 100%;
  height: 42px;
  border-radius: 21px;
  background-color: #61ca8d;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f9f9f9;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  left: 26px;
  bottom: 30px;
  transition: all ease 0.4s;
}

.contacts .map_contacts .btn:hover {
  opacity: 0.9;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.contacts .text {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  margin-top: 56px;
}

.contacts .text .left {
  max-width: 580px;
  width: 100%;
}

.contacts .text .right {
  max-width: 580px;
  width: 100%;
  margin-left: 37px;
}

.contacts .text h2 {
  color: #242424;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 9px;
}

.contacts .text p {
  opacity: 0.8;
  color: #000000;
  font-size: 14px;
  line-height: 19px;
}

.contacts .text b {
  font-weight: 700;
}

.feedback {
  max-width: 1320px;
  margin: 0 auto;
  margin-top: 37px;
  margin-bottom: 20px;
  height: 400px;
  background-image: url(../img/feedback__bg.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  padding-top: 40px;
}

.feedback .wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.feedback h2 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.12px;
  margin-bottom: 5px;
}

.feedback .after_h2 {
  display: block;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0.08px;
}

.feedback .inps {
  margin-top: 36px;
  display: flex;
}

.feedback .inps .left {
  max-width: 275px;
  width: 100%;
}

.feedback .inps .inp_site {
  max-width: 275px;
  width: 100%;
  height: 41px;
  margin-bottom: 18px;
}

.feedback .inps .textarea_site {
  max-width: 401px;
  width: 100%;
  height: 158px;
  padding-top: 13px;
}

.feedback .inps .right {
  max-width: 401px;
  width: 100%;
  margin-left: 17px;
}

.feedback .meta {
  max-width: 692px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.feedback .meta .text {
  max-width: 500px;
  width: 100%;
}

.feedback .meta .text p {
  color: #ffffff;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.07px;
}

.feedback .meta .smbt_site {
  width: 148px;
  height: 42px;
}

.inp_site, .textarea_site {
  padding: 0;
  border-radius: 5px;
  border: 1px solid #000000;
  background-color: #ffffff;
  font-family: "Montserrat";
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
  color: #1b1a1a;
  resize: none;
}

.smbt_site {
  border-radius: 21px;
  background-color: #ffffff;
  color: #30a65f;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border: none;
  transition: all ease 0.4s;
}

.smbt_site:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  opacity: 0.9;
}

.inp_site::-webkit-input-placeholder {
  color: #618c7a;
}

.inp_site::-moz-placeholder {
  opacity: 1;
  color: #618c7a;
}

.inp_site:-ms-input-placeholder {
  color: #618c7a;
}

.inp_site:-moz-placeholder {
  opacity: 1;
  color: #618c7a;
}

.textarea_site::-webkit-input-placeholder {
  color: #618c7a;
  text-align: left;
}

.textarea_site::-moz-placeholder {
  opacity: 1;
  color: #618c7a;
  text-align: left;
}

.textarea_site:-ms-input-placeholder {
  color: #618c7a;
  text-align: left;
}

.textarea_site:-moz-placeholder {
  opacity: 1;
  color: #618c7a;
  text-align: left;
}

.videoreport_more h1 {
  color: #393939;
  font-weight: 600;
  font-size: 22px;
  text-align: center;
  max-width: 625px;
  margin: 0 auto;
  margin-top: 17px;
}

.videoreport_more .video_play {
  text-align: center;
  position: relative;
  max-width: 832px;
  margin: 0 auto;
  margin-top: 44px;
  margin-bottom: 118px;
}

.videoreport_more .video_play img {
  max-width: 832px;
}

.videoreport_more .video_play:hover .you_t {
  top: 53%;
}

.videoreport_more .video_play .you_t {
  position: absolute;
  width: 101px;
  height: 70px;
  background-image: url(../img/you_t.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all ease 0.4s;
}

.gos_les_monitor {
  margin-top: 20px;
}

.gos_les_monitor .photo {
  text-align: center;
}

.gos_les_monitor .text {
  margin-top: 76px;
}

.gos_les_monitor .text p {
  color: #000000;
  font-size: 14px;
  line-height: 20px;
}

.gos_les_monitor .w1200 {
  max-width: 1200px;
  margin: 0 auto;
}

.gos_les_monitor .w1320 {
  max-width: 1320px;
  margin: 0 auto;
  background-color: #fff;
  padding: 36px 20px;
  margin-top: 80px;
  padding-bottom: 70px;
}

.gos_les_monitor .w1320 .wrap .items {
  max-width: 1200px;
  margin: 0 auto;
}

.gos_les_monitor .w1320 .wrap .row_g {
  display: flex;
  justify-content: space-between;
}

.gos_les_monitor .w1320 .wrap .row_g .a_item {
  max-width: 397px;
  width: 100%;
}

.gos_les_monitor .w1320 .wrap .row_g .item {
  max-width: 397px;
  width: 100%;
  height: 243px;
  display: flex;
  align-items: center;
  padding-left: 38px;
  padding-right: 38px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.gos_les_monitor .w1320 .wrap .row_g .item:hover span, .gos_les_monitor .w1320 .wrap .row_g .item:hover a {
  left: 8px;
}

.gos_les_monitor .w1320 .wrap .row_g .item span, .gos_les_monitor .w1320 .wrap .row_g .item a {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  display: block;
  max-width: 255px;
  position: relative;
  left: 0;
  transition: all ease 0.4s;
}

.gos_les_monitor .w1320 .wrap .row_g .item.item_1 {
  background-image: url(../img/gos_les_monitor_1.png);
}

.gos_les_monitor .w1320 .wrap .row_g .item.item_2 {
  background-image: url(../img/gos_les_monitor_2.png);
}

.gos_les_monitor .w1320 .wrap .row_g .item.item_3 {
  background-image: url(../img/gos_les_monitor_3.png);
}

.gos_les_monitor .w1320 .wrap .row_g .item.item_4 {
  background-image: url(../img/gos_les_monitor_4.png);
}

.gos_les_monitor .w1320 .wrap .row_g .item.item_5 {
  background-image: url(../img/gos_les_monitor_5.png);
}

.gos_les_monitor .w1320 .wrap .row_g .item.item_6 {
  background-image: url(../img/gos_les_monitor_6.png);
}

.gos_les_monitor .w1320 .wrap .row_2 {
  margin-top: 5px;
}

.gos_les_monitor .w1320 .wrap .row_g.row_3 {
  margin-top: 5px;
}

.gos_les_monitor .w1320 .wrap .row_g.row_3 .a_item {
  max-width: 100%;
}

.gos_les_monitor .w1320 .wrap .row_g.row_3 .item {
  max-width: 100%;
  height: 167px;
}

.gos_les_monitor .w1320 .wrap .row_g.row_3 .item span, .gos_les_monitor .w1320 .wrap .row_g.row_3 .item a {
  max-width: 310px;
}

.gos_les_monitor .w1320 .wrap .row_g.row_3 .item.item_1 {
  background-image: url(../img/gos_les_monitor_7.png);
}

.gos_les_monitor .map {
  padding-top: 18px;
}

.gos_les_monitor .map .map_cnt {
  margin-top: -75px;
}

.nabludenia_za_vred {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 37px;
  margin-top: -15px;
}

.nabludenia_za_vred h2 {
  color: #393939;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 6px;
  text-align: left;
}

/* @media (min-width: 1000px){
  .nabludenia_za_vred h2{
    max-width: 80%;
  }
} */

.nabludenia_za_vred p {
  font-size: 14px;
  color: #000000;
  line-height: 20px;
}

.nabludenia_za_vred .photos {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  margin-top: 49px;
}

.nabludenia_za_vred .photos img {
  width: 388px;
  height: 280px;
  -o-object-fit: cover;
  object-fit: cover;
}

.doska_pocheta {
  padding-bottom: 16px;
  margin-top: -33px;
}

.doska_pocheta .date_count {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 56px;
  display: flex;
  align-items: center;
}

.doska_pocheta .date_count .year {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.doska_pocheta .date_count .year .up {
  position: relative;
  top: 2px;
  left: -4px;
  cursor: pointer;
}

.doska_pocheta .date_count .year .down {
  position: relative;
  top: -3px;
  left: -4px;
  cursor: pointer;
}

.doska_pocheta .date_count .year .inp_year {
  background-color: transparent;
  padding: 0;
  font-family: Montserrat;
  color: #30a65f;
  font-size: 20px;
  font-weight: 700;
  width: 60px;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
}

.doska_pocheta .date_count .year span {
  color: #30a65f;
  font-size: 20px;
  font-weight: 700;
}

.doska_pocheta .date_count .year .fa {
  opacity: 0.6;
  color: #30a65f;
  font-size: 18px;
}

.doska_pocheta .date_count .btn {
  width: 137px;
  height: 42px;
  border-radius: 21px;
  background-color: #61ca8d;
  color: #f9f9f9;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-left: 33px;
  transition: all ease 0.4s;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
}

.doska_pocheta .date_count .btn:hover {
  opacity: 0.8;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.doska_pocheta .items {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.doska_pocheta .items::after {
  content: "";
  max-width: 275px;
  width: 100%;
}

.doska_pocheta .items .item {
  max-width: 275px;
  width: 100%;
  background-color: #ffffff;
  text-align: center;
  padding-bottom: 45px;
  margin-bottom: 35px;
}

.doska_pocheta .items .item .photo {
  margin-bottom: 40px;
}

.doska_pocheta .items .item .photo img {
  width: 275px;
  height: 275px;
  -o-object-fit: cover;
  object-fit: cover;
}

.doska_pocheta .items .item .dolgnost {
  margin-bottom: 23px;
  padding-left: 20px;
  padding-right: 20px;
}

.doska_pocheta .items .item .dolgnost span {
  opacity: 0.8;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
}

.doska_pocheta .items .item .name {
  padding-left: 21px;
  padding-right: 21px;
  color: #242424;
  font-size: 16px;
  font-weight: 700;
}

.doska_pocheta .items .item .name span {
  display: block;
}

.doska_pocheta .items .item_empty {
  max-width: 275px;
  width: 100%;
}

.date_count {
  max-width: 1320px;
  margin: 0 auto;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.date_count .year, .date_count .month {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.date_count .year .up, .date_count .month .up {
  position: relative;
  top: 2px;
  left: -4px;
  cursor: pointer;
}

.date_count .year .down, .date_count .month .down {
  position: relative;
  top: -3px;
  left: -4px;
  cursor: pointer;
}

.date_count .year .inp_year, .date_count .month .inp_year {
  background-color: transparent;
  padding: 0;
  font-family: Montserrat;
  color: #30a65f;
  font-size: 20px;
  font-weight: 700;
  width: 60px;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
}

.date_count .year span, .date_count .month span {
  color: #30a65f;
  font-size: 20px;
  font-weight: 700;
}

.date_count .year .fa, .date_count .month .fa {
  opacity: 0.6;
  color: #30a65f;
  font-size: 18px;
}

.date_count .month {
  margin-right: 20px;
}

.date_count .month .inp_month {
  text-transform: uppercase;
  text-align: center;
  width: 120px;
  background-color: transparent;
  padding: 0;
  font-family: Montserrat;
  color: #30a65f;
  font-size: 20px;
  font-weight: 700;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
}

.date_count .month .up {
  left: 0;
}

.date_count .month .down {
  left: 0;
}

.date_count .btn {
  width: 137px;
  height: 42px;
  border-radius: 21px;
  background-color: #61ca8d;
  color: #f9f9f9;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-left: 33px;
  transition: all ease 0.4s;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
}

.date_count .btn:hover {
  opacity: 0.8;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.date_count .h_c {
  color: #888888;
  font-size: 12px;
  letter-spacing: 0.6px;
  margin-right: 20px;
}

.monitoring_smi {
  padding-bottom: 16px;
  margin-top: -43px;
}

.monitoring_smi .wrap {
  max-width: 1320px;
  margin: 0 auto;
  border-radius: 15px;
  background-color: #ffffff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.monitoring_smi .wrap .links {
  width: 100%;
  height: 480px;
}

.monitoring_smi .wrap .links .item {
  margin-bottom: 68px;
}

.monitoring_smi .wrap .links .item p {
  text-align: center;
  line-height: 20px;
}

.monitoring_smi .wrap .links .item p a {
  color: #000000;
  font-size: 16px;
  border-bottom: 1px solid #000;
}

.news {
  padding-bottom: 20px;
  margin-top: -43px;
}

.news .index_news {
  background-color: #fff;
  border-radius: 15px;
  max-width: 1320px;
  margin: 0 auto;
}

.news .index_news .items {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 40px;
}

.news .index_news .items::after {
  content: "";
  max-width: 370px;
  width: 100%;
}

.news .index_news .a_item {
  margin-bottom: 53px;
}

.news_more {
  max-width: 1320px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 15px;
  padding-top: 21px;
  margin-bottom: 50px;
  margin-top: -7px;
}

.news_more .wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 53px;
  background-color: #fff;
}

.news_more .wrap h1 {
  color: #1b1a1a;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}

.news_more .date {
  max-width: 1320px;
  margin: 0 auto;
  text-align: right;
  padding-right: 26px;
  margin-bottom: 25px;
}

.news_more .date span {
  color: #1b1a1a;
  font-size: 18px;
}

.news_more .center {
  display: flex;
  justify-content: center;
}

.news_more .views {
  margin: 0 auto;
  height: 28px;
  border-radius: 5px;
  background-color: #61ca8d;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  color: #ffffff;
  font-size: 14px;
}

.news_more .views .icon {
  background-image: url(../img/views_icon.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 24px;
  height: 16px;
  margin-left: 8px;
}

.news_more .photo {
  text-align: center;
  margin-top: 36px;
}

.news_more .photo img {
  width: 527px;
  height: 380px;
  -o-object-fit: cover;
  object-fit: cover;
/* -o-object-fit: contain;
  object-fit: contain; */
}

.news_more .text {
  margin-top: 44px;
  margin-bottom: 58px;
}

.news_more .text p {
  color: #1b1a1a;
  font-size: 14px;
  line-height: 20px;
  text-align: justify;
  margin-bottom: 20px;
}

.news_more .all_news {
  display: block;
  margin-top: 50px;
  width: 199px;
  height: 42px;
  border-radius: 21px;
  background-color: #61ca8d;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f9f9f9;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  transition: all ease 0.4s;
}

.news_more .all_news:hover {
  opacity: 0.85;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.news_more .all_news.mt85 {
  margin-top: 85px;
}

.online_zayavka {
  max-width: 1320px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 15px;
  padding-top: 80px;
  padding-bottom: 60px;
  margin-bottom: 30px;
}

.online_zayavka .wrap {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.online_zayavka .col_1 {
  max-width: 390px;
  width: 100%;
}

.online_zayavka .col_1 .lico {
  max-width: 390px;
  width: 100%;
  height: 284px;
  background-color: #bababa;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 25px;
  transition: all ease 0.4s;
}

.online_zayavka .col_1 .lico:hover {
  background-color: #30a65f;
}

.online_zayavka .col_1 .lico.active {
  background-color: #30a65f;
}

.online_zayavka .inp_site {
  max-width: 365px;
  width: 100%;
  height: 41px;
  margin-bottom: 18px;
}

.online_zayavka .textarea_site {
  max-width: 365px;
  width: 100%;
  height: 158px;
  text-align: left;
  padding-top: 11px;
  padding-right: 45px;
}

.online_zayavka .col_2 h2 {
  margin-top: 17px;
}

.online_zayavka .col_2 .captha_i {
  margin-top: 6px;
}

.online_zayavka .col_2 .captha_i span {
  color: #30a65f;
  display: block;
  font-size: 14px;
}

.online_zayavka .col_2 .captha_i .flex {
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
  padding-left: 24px;
  align-items: flex-end;
}

.online_zayavka .col_2 .captha_i .flex .textarea_site {
  width: 179px;
  height: 76px;
  text-align: center;
  padding-right: 17px;
  padding-left: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: block;
  position: relative;
  padding-top: 27px;
}

.online_zayavka .col_2 .captha_i .flex .textarea_site::-webkit-input-placeholder {
  text-align: center;
  position: relative;
  top: -7px;
}

.online_zayavka .col_2 .captha_i .flex .textarea_site::-moz-placeholder {
  text-align: center;
  position: relative;
  top: -7px;
}

.online_zayavka .col_2 .captha_i .flex .textarea_site:-ms-input-placeholder {
  text-align: center;
  position: relative;
  top: -7px;
}

.online_zayavka .col_2 .captha_i .flex .textarea_site:-moz-placeholder {
  text-align: center;
  position: relative;
  top: -7px;
}

.online_zayavka .col_3 h2 {
  margin-top: 17px;
}

.online_zayavka .col_3 .smbt {
  margin-top: 25px;
}

.online_zayavka .col_3 .smbt p {
  text-align: right;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0.07px;
}

.online_zayavka .col_3 .smbt .right {
  display: flex;
  justify-content: flex-end;
  margin-top: 26px;
}

.online_zayavka .col_3 .smbt_site {
  max-width: 148px;
  width: 100%;
  height: 42px;
  border-radius: 21px;
  background-color: #30a65f;
  color: #fff;
}

.online_zayavka .fiz_inpts {
  display: none;
  margin-bottom: 183px;
}

.online_zayavka .fiz_inpts.active {
  display: block;
  animation: fadein 0.7s;
  -moz-animation: fadein 0.7s;
  -webkit-animation: fadein 0.7s;
  -o-animation: fadein 0.7s;
}

.online_zayavka .ur_inpts {
  display: none;
}

.online_zayavka .ur_inpts.active {
  display: block;
  animation: fadein 0.7s;
  -moz-animation: fadein 0.7s;
  -webkit-animation: fadein 0.7s;
  -o-animation: fadein 0.7s;
}

.online_zayavka .col_2, .online_zayavka .col_3 {
  max-width: 365px;
  width: 100%;
}

.online_zayavka .row_inps {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.online_zayavka .row_inps input:first-of-type {
  width: 140px;
}

.online_zayavka .row_inps input:last-of-type {
  width: 212px;
}

.online_zayavka h2 {
  color: #393939;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 15px;
}

.photoreport_more {
  max-width: 1320px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 15px;
  padding-top: 63px;
  padding-bottom: 35px;
  margin-bottom: 50px;
}

.photoreport_more .wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.photoreport_more .wrap h2 {
  color: #242424;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.photoreport_more .wrap .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 77px;
}

.photoreport_more .wrap .items::after {
  content: "";
  max-width: 291px;
  width: 100%;
}

.photoreport_more .wrap .items .a_item {
  display: block;
  margin-bottom: 10px;
}

.photoreport_more .wrap .items .item_empty {
  max-width: 291px;
  width: 100%;
}

.photoreport_more .wrap .items img {
  width: 291px;
  height: 291px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all ease 0.4s;
}

.photoreport_more .wrap .items img:hover {
  opacity: 0.85;
}

.filials {
  max-width: 1320px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 15px;
  padding-top: 35px;
  padding-bottom: 35px;
  margin-bottom: 50px;
}

.filials .items {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.filials .items::after {
  content: "";
  max-width: 225px;
  width: 100%;
}

.filials .items .item_empty {
  max-width: 225px;
  width: 100%;
}

.filials .items .a_item {
  max-width: 225px;
  width: 100%;
  margin-bottom: 20px;
}

.filials .items .item {
  max-width: 225px;
  padding: 15px;
  width: 100%;
  height: 223px;
  border-radius: 14px;
  background-color: #d6ffe7;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  transition: all ease 0.4s;
}

.filials .items .item:hover {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.filials .items .item:hover .name {
  text-decoration: none;
}

.filials .items .item .name {
  font-weight: 700;
  text-decoration: underline;
  color: #000000;
  line-height: 20px;
  font-size: 16px;
  margin-bottom: 5px;
  transition: all ease 0.4s;
}

.filials .items .item .geo {
  color: #000000;
  line-height: 20px;
  font-size: 15px;
}

.leadership_more {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 15px;
  padding-top: 78px;
  padding-bottom: 67px;
  margin-bottom: 40px;
}

.leadership_more .item {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.leadership_more .item .name {
  margin-bottom: 8px;
}

.leadership_more .item .name span {
  color: #242424;
  font-size: 24px;
  font-weight: 700;
}

.leadership_more .item .dolgnost span {
  opacity: 0.8;
  color: #000000;
  font-size: 16px;
}

.leadership_more .item .photo {
  margin-top: 70px;
  margin-bottom: 85px;
}

.leadership_more .item .photo img {
  width: 275px;
  height: 275px;
  -o-object-fit: cover;
  object-fit: cover;
  /* height: 100%; */
}

.leadership_more .item .text {
  max-width: 1096px;
  width: 100%;
  margin: 0 auto;
}

.leadership_more .item .text p {
  opacity: 0.6;
  color: #000000;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.7px;
  margin-bottom: 15px;
}

.evidence_of_results_more {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 15px;
  padding-top: 41px;
  margin-bottom: 30px;
  padding-bottom: 68px;
}

.evidence_of_results_more .item {
  text-align: center;
}

.evidence_of_results_more .item .photo img {
  width: 572px;
  height: 808px;
  -o-object-fit: cover;
  object-fit: cover;
}

.evidence_of_results_more .item .text {
  max-width: 1080px;
  margin: 0 auto;
  margin-top: 39px;
}

.evidence_of_results_more .item h2 {
  color: #242424;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 39px;
}

.evidence_of_results_more .item p {
  opacity: 0.6;
  color: #000000;
  font-size: 15px;
  letter-spacing: 0.7px;
  line-height: 25px;
}

.evidence_of_results {
  max-width: 1200px;
  margin: 0 auto;
}

.evidence_of_results .items .item {
  display: flex;
  background-color: #fff;
  border-radius: 15px;
  padding-top: 43px;
  margin-bottom: 37px;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 43px;
}

.evidence_of_results .items .item .photo {
  height: 418px;
  max-width: 297px;
  width: 100%;
}

.evidence_of_results .items .item .photo a {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease 0.4s;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.evidence_of_results .items .item .photo a:hover {
  opacity: 0.85;
  -webkit-transform: translateY(7px);
  transform: translateY(7px);
}

.evidence_of_results .items .item .photo img {
  width: 297px;
  height: 418px;
  -o-object-fit: cover;
  object-fit: cover;
}

.evidence_of_results .items .item .text {
  margin-left: 92px;
  margin-top: 121px;
  max-width: 658px;
}

.evidence_of_results .items .item .text h2 {
  color: #242424;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 11px;
  transition: all ease 0.4s;
}

.evidence_of_results .items .item .text h2:hover {
  opacity: 0.8;
}

.evidence_of_results .items .item .text p {
  opacity: 0.6;
  color: #000000;
  font-size: 15px;
  line-height: 25px;
}

.monitoring_smi .mb-track {
  border-radius: 5px;
  background-color: #dbdbdb;
  right: 56px;
}

.monitoring_smi .mb-track-y {
  width: 5px;
  background-color: #d7d7d7;
  border-radius: 3px;
}

.mb-container:hover.mb-scroll-y>.mb-track-y, .mb-visible.mb-scroll-y>.mb-track-y {
  opacity: 1;
}

.monitoring_smi .mb-bar {
  background-color: #a1a1a1;
}

body>.mb-container>.mb-track {
  background-color: #110c10;
  border-radius: 5px;
}

.vacancii {
  margin-top: 70px;
}

.vacancii .row_1 {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
}

.vacancii .row_1 .left {
  max-width: 580px;
  width: 100%;
}

.vacancii .row_1 .right {
  max-width: 583px;
  width: 100%;
  margin-left: 40px;
}

.vacancii .row_1 .right h2 {
  color: #242424;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 26px;
}

.vacancii .row_1 .right ul li {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.7px;
  margin-bottom: 10px;
}

.vacancii .row_2 {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 30px;
}

.vacancii .row_2 .items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.vacancii .row_2 .items .item {
  max-width: 583px;
  width: 100%;
  background-color: #fff;
  margin-bottom: 37px;
  position: relative;
  min-height: 700px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.vacancii .row_2 .items .item .h_vac {
  max-width: 583px;
  width: 100%;
  height: 90px;
  background-color: #30a65f;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vacancii .row_2 .items .item .h_vac h3 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}

.vacancii .row_2 .items .item .text {
  background-color: #fff;
  padding: 20px;
}

.vacancii .row_2 .items .item .text .trebovania {
  margin-bottom: 29px;
}

.vacancii .row_2 .items .item .text h4 {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 9px;
}

.vacancii .row_2 .items .item .text p {
  opacity: 0.6;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.7px;
  margin-bottom: 10px;
}

.vacancii .row_2 .items .item .text .zp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 26px;
  padding-right: 30px;
  position: absolute;
  width: 100%;
  bottom: 42px;
  left: 0;
  padding-left: 20px;
}

.vacancii .row_2 .items .item .text .zp h4 {
  margin-bottom: 4px;
}

.vacancii .row_2 .items .item .text .zp .green {
  color: #30a65f;
  font-weight: 700;
  font-size: 16px;
  display: block;
}

.vacancii .row_2 .items .item .text .zp .gray {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.7px;
  color: #999999;
}

.vacancii .row_2 .items .item .text .zp .btn {
  width: 201px;
  height: 42px;
  border-radius: 21px;
  background-color: #61ca8d;
  color: #f9f9f9;
  font-weight: 600;
  font-size: 13px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}

.vacancii .row_2 .items .item .text .zp.stag_raboty {
  bottom: 22px;
}

.vacancii .row_2 .items .item .text .zp.stag_raboty .btn {
  margin-bottom: 20px;
}

.vacancii .row_2 .items .item.big {
  min-height: 760px;
}

.leadership {
  max-width: 1200px;
  margin: 0 auto;
}

.leadership .direktor {
  width: 100%;
  display: flex;
  align-items: center;
  height: 275px;
  background-color: #ffffff;
}

.leadership .direktor:hover .photo img {
  opacity: 0.85;
}

.leadership .direktor:hover .name {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.leadership .direktor .photo img {
  width: 275px;
  height: 275px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all ease 0.4s;
}

.leadership .direktor .text {
  margin-left: 39px;
}

.leadership .direktor .text .dolgnost {
  margin-bottom: 10px;
}

.leadership .direktor .text .dolgnost span {
  opacity: 0.8;
  color: #000000;
  font-size: 16px;
}

.leadership .direktor .text .name {
  transition: all ease 0.4s;
}

.leadership .direktor .text .name span {
  color: #242424;
  font-size: 24px;
  font-weight: 700;
}

.leadership .items {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 37px;
}

.leadership .items::after {
  content: "";
  max-width: 275px;
  width: 100%;
}

.leadership .items .a_item {
  margin-bottom: 35px;
  display: block;
}

.leadership .items .item {
  max-width: 275px;
  width: 100%;
  background-color: #ffffff;
  text-align: center;
  padding-bottom: 45px;
}

.leadership .items .item:hover .photo img {
  opacity: 0.85;
}

.leadership .items .item:hover .name {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.leadership .items .item .photo {
  margin-bottom: 40px;
}

.leadership .items .item .photo img {
  width: 275px;
  height: 275px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all ease 0.4s;
  max-height: 370px;
}

.leadership .items .item .dolgnost {
  margin-bottom: 23px;
  padding-left: 20px;
  padding-right: 20px;
}

.leadership .items .item .dolgnost span {
  opacity: 0.8;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
}

.leadership .items .item .name {
  padding-left: 20px;
  padding-right: 20px;
  color: #242424;
  font-size: 16px;
  font-weight: 700;
  transition: all ease 0.4s;
}

.leadership .items .item .name span {
  display: block;
}

.leadership .items .item_empty {
  max-width: 275px;
  width: 100%;
}

.directory {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 18px;
}

.directory .items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.directory .items .item {
  max-width: 583px;
  width: 100%;
  margin-bottom: 39px;
}

.directory .items .item .h_b {
  height: 90px;
  background-color: #30a65f;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  text-align: center;
}

.directory .items .item .h_b a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  transition: all ease 0.4s;
}

.directory .items .item .h_b a:hover {
  opacity: 0.85;
}

.directory .items .item .meta {
  background-color: #fff;
  padding: 25px 39px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding-bottom: 33px;
}

.directory .items .item .meta .text {
  margin-bottom: 30px;
}

.directory .items .item .meta .text p {
  color: #5f5f5f;
  font-size: 16px;
  line-height: 26px;
}

.directory .items .item .meta .center {
  display: flex;
  justify-content: center;
}

.directory .items .item .meta .btn {
  width: 201px;
  height: 42px;
  border-radius: 21px;
  background-color: #61ca8d;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f9f9f9;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  transition: all ease 0.4s;
}

.directory .items .item .meta .btn:hover {
  opacity: 0.85;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.forest_protection {
  max-width: 1200px;
  margin: 0 auto;
}

.forest_protection .wrap {
  display: flex;
  justify-content: space-between;
}

.forest_protection .left .photo {
  max-width: 582px;
  width: 100%;
}

.forest_protection .left .photo img {
  width: 582px;
  height: 360px;
  -o-object-fit: cover;
  object-fit: cover;
}

.forest_protection .left .text {
  padding-top: 5px;
  padding-left: 20px;
}

.forest_protection .right {
  padding-top: 5px;
}

.forest_protection .text {
  max-width: 565px;
  width: 100%;
}

.forest_protection .text ul li {
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}

.forest_protection .text ul li::before {
  content: "●";
  color: #009d28;
  margin-right: 6px;
  margin-left: -23px;
  font-size: 25px;
  position: relative;
  top: 2px;
}

.seed_fund {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 33px;
}

.seed_fund .photo {
  text-align: center;
}

.seed_fund .text {
  margin-top: 46px;
}

.seed_fund .text p {
  color: #000000;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}

.seed_fund .photos {
  margin-top: 74px;
  display: flex;
  justify-content: space-between;
}

.videoreport.photoreport .items .item:hover img {
  opacity: 0.85;
}

.videoreport.photoreport .items .item img {
  transition: all ease 0.4s;
}

.structura {
  margin-top: 60px;
}

.structura .w1320 {
  max-width: 1320px;
  margin: 0 auto;
}

.structura .wrap_gray {
  background-color: #f9f9f9;
  padding-bottom: 50px;
}

.structura .wrap_gray .items {
  display: flex;
  margin-top: 1px;
  justify-content: space-between;
}

.structura .wrap_gray .items .col_1 .item, .structura .wrap_gray .items .col_2 .item {
  height: 52px;
}

.structura .wrap_gray .items .col_3 .item:nth-child(1) {
  height: 52px;
}

.structura .wrap_gray .items .col_3 .item:nth-child(2) {
  height: 85px;
}

.structura .wrap_gray .items .col_3 .item:nth-child(3) {
  height: 85px;
}

.structura .wrap_gray .items .col_3 .item:nth-child(4) {
  height: 52px;
}

.structura .wrap_gray .items .col_4 .item, .structura .wrap_gray .items .col_5 .item, .structura .wrap_gray .items .col_6 .item {
  height: 96.4px;
}

.structura .wrap_gray .items .item {
  max-width: 197px;
  width: 100%;
  border-radius: 10px 10px 0 0;
  border: 1px solid #30a65f;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  font-size: 15px;
  background-color: #ffffff;
  padding: 5px;
  margin-bottom: 15px;
}

.structura .btns {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.structura .btns .item {
  max-width: 313px;
  width: 100%;
  height: 36px;
  border-radius: 10px;
  background-color: #61ca8d;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}

.structura .wrap_white {
  padding-top: 48px;
  padding-bottom: 48px;
  background-color: #ffffff;
}

.structura .wrap_white h2 {
  color: #393939;
  font-weight: 600;
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
}

.structura .wrap_white .items {
  display: flex;
  margin-top: 45px;
  justify-content: space-between;
}

.structura .wrap_white .items .col_i {
  max-width: 241px;
  width: 100%;
}

.structura .wrap_white .items .col_i__mt {
  margin-top: 50px;
}

.structura .wrap_white .items h3 {
  opacity: 0.8;
  color: #000000;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  margin-bottom: 10px;
}

.structura .wrap_white .items .item {
  max-width: 241px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #30a65f;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  font-size: 15px;
  background-color: #ffffff;
  padding: 5px;
  margin-bottom: 15px;
  height: 52px;
}

.structura .wrap_white .items .item span {
  font-size: 11px;
  position: relative;
  top: 5px;
  left: 2px;
}

.structura .wrap_white .text {
  margin-top: 41px;
  display: flex;
}

.structura .wrap_white .text .left, .structura .wrap_white .text .right {
  max-width: 660px;
  width: 100%;
}

.structura .wrap_white .text .left h3, .structura .wrap_white .text .right h3 {
  opacity: 0.8;
  color: #000000;
  font-size: 16px;
  font-weight: 700;
}

.structura .wrap_white .text .left ol, .structura .wrap_white .text .right ol {
  margin-top: 14px;
}

.structura .wrap_white .text .left ol li, .structura .wrap_white .text .right ol li {
  opacity: 0.8;
  color: #000000;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 8px;
}

.structura .wrap_white .text .right {
  max-width: 540px;
  margin-top: 20px;
}

.map_filials {
  background-color: #f9f9f9;
  margin-top: 42px;
  padding-top: 47px;
  padding-bottom: 47px;
}

.map_filials .flex {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
}

.map_filials .flex .map_f {
  width: 100%;
}

.map_filials .flex .text {
  max-width: 632px;
  width: 100%;
  padding-top: 84px;
  margin-left: 4px;
}

.map_filials .flex .text h3 {
  color: #1b1a1a;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.map_filials .flex .text p {
  color: #1b1a1a;
  font-size: 16px;
  line-height: 27.77px;
}

@media only screen and (max-width: 1390px) {
  header .top, header .menu_cnt {
    padding-left: 40px;
    padding-right: 40px;
  }
  header.header_main__filial .top .logo {
    left: 0;
  }
  header.header_main__filial .menu {
    left: 0;
  }
}

@media only screen and (max-width: 1220px) {
  header {
    display: none;
  }
  .header_mob__cnt {
    display: block;
  }
  .header_mob__cnt .header_mob {
    width: 100%;
    height: 50px;
    background-color: #f7f4f4;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 40;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 25px;
    padding-right: 25px;
  }
  .header_mob__cnt .header_mob .logo {
    max-width: 13%;
  }
  .header_mob__cnt .header_mob .open_menu {
    width: 30px;
    height: 30px;
    background-image: url(../img/menu_open_mob.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
  .header_mob__cnt .mob_menu {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: all ease 0.4s;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    position: fixed;
    left: -100%;
    top: 0;
    z-index: 50;
    padding-top: 20vh;
    background-image: url(../img/footer_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 26%;
  }
  .header_mob__cnt .mob_menu ul {
    text-align: center;
  }
  .header_mob__cnt .mob_menu ul li {
    margin-bottom: 13px;
  }
  .header_mob__cnt .mob_menu ul li a {
    font-size: 17px;
    color: #fff;
  }
  .header_mob__cnt .mob_menu ul li a.active {
    font-weight: 500;
  }
  .header_mob__cnt .mob_menu ul.ul_2 {
    margin-top: 30px;
  }
  .header_mob__cnt .mob_menu ul.ul_2 li {
    margin-bottom: 10px;
  }
  .header_mob__cnt .mob_menu ul.ul_2 li a {
    font-size: 17px;
    opacity: 0.7;
    color: #fff;
  }
  .header_mob__cnt .mob_menu .contacts__cnt {
    position: absolute;
    bottom: 10vh;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .header_mob__cnt .mob_menu .contacts {
    text-align: center;
  }
  .header_mob__cnt .mob_menu .contacts a {
    color: #fff;
  }
  .header_mob__cnt .mob_menu .contacts .phone {
    display: block;
    margin-bottom: 5px;
    font-weight: 300;
    font-size: 20px;
  }
  .header_mob__cnt .mob_menu .contacts .phone a {
    color: #fff;
  }
  .header_mob__cnt .mob_menu .contacts .phone span {
    font-weight: 500;
  }
  .header_mob__cnt .mob_menu .contacts .we_work {
    margin-bottom: 5px;
    display: block;
    color: #fff;
  }
  .header_mob__cnt .mob_menu .contacts .we_work a {
    color: #fff;
  }
  .header_mob__cnt .mob_menu .contacts .soc_links {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
  }
  .header_mob__cnt .mob_menu .contacts .soc_links .item {
    display: block;
    margin-right: 8px;
  }
  .header_mob__cnt .mob_menu .contacts .soc_links .item .fa {
    font-size: 18px;
    color: #fff;
  }
  .header_mob__cnt .mob_menu .contacts .soc_links .item:last-of-type {
    margin-right: 0;
  }
  .header_mob__cnt .mob_menu .close_mob_menu {
    font-size: 65px;
    color: #fff;
    position: absolute;
    right: 6vw;
    top: 0.5vh;
  }
  .header_mob__cnt .mob_menu.active {
    left: 0;
    opacity: 1;
    z-index: 120;
    visibility: visible;
  }
  .structura .wrap_gray .items {
    margin-top: 25px;
  }
  .map_filials {
    padding-left: 40px;
    padding-right: 40px;
  }
  .structura .wrap_gray .items .col_i {
    width: 33%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .structura .wrap_white .items {
    flex-direction: column;
    align-items: center;
  }
  .structura .wrap_white .items .col_i__mt {
    margin-top: 25px;
  }
  .structura .wrap_white .items .col_i {
    margin-bottom: 25px;
  }
  .structura .wrap_white .text {
    flex-direction: column;
  }
  .structura .wrap_white .text .right {
    margin-top: 0;
  }
  .structura .wrap_white .text .right ol {
    margin-top: 0;
  }
  .structura .w1320 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .structura .wrap_gray .items {
    flex-wrap: wrap;
  }
  .structura .wrap_white .items {
    flex-wrap: wrap;
  }
  .online_zayavka {
    padding-left: 40px;
    padding-right: 40px;
  }
  .online_zayavka .row_inps input:first-of-type {
    width: 120px;
  }
  .online_zayavka .row_inps input:last-of-type {
    width: 175px;
  }
  .online_zayavka .col_1 .lico {
    font-size: 22px;
  }
  .online_zayavka .col_2 .captha_i .flex .textarea_site::-webkit-input-placeholder {
    text-align: center;
    position: relative;
    top: -18px;
  }
  .online_zayavka .col_2 .captha_i .flex .textarea_site::-moz-placeholder {
    text-align: center;
    position: relative;
    top: -18px;
  }
  .online_zayavka .col_2 .captha_i .flex .textarea_site:-ms-input-placeholder {
    text-align: center;
    position: relative;
    top: -18px;
  }
  .online_zayavka .col_2 .captha_i .flex .textarea_site:-moz-placeholder {
    text-align: center;
    position: relative;
    top: -18px;
  }
  .online_zayavka .inp_site, .online_zayavka .textarea_site {
    max-width: 325px;
  }
  .online_zayavka .col_1, .online_zayavka .col_2 {
    margin-right: 25px;
  }
  .photoreport_more {
    padding-left: 40px;
    padding-right: 40px;
  }
  .photoreport_more .wrap .items .a_item {
    margin-bottom: 30px;
  }
  .nabludenia_za_vred {
    padding-left: 40px;
    padding-right: 40px;
  }
  .news {
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 0;
  }
  .news .date_count {
    margin-bottom: 50px;
  }
  .seed_fund .photos .item {
    margin: 10px;
  }
  .seed_fund {
    padding-left: 40px;
    padding-right: 40px;
  }
  .directory {
    padding-left: 40px;
    padding-right: 40px;
  }
  .directory .items {
    flex-direction: column;
    align-items: center;
  }
  .filials {
    padding-left: 40px;
    padding-right: 40px;
  }
  .leadership_more {
    padding-left: 40px;
    padding-right: 40px;
  }
  .leadership {
    padding-left: 40px;
    padding-right: 40px;
  }
  .news .index_news .items {
    justify-content: center;
  }
  .evidence_of_results_more {
    padding-left: 40px;
    padding-right: 40px;
  }
  .forest_protection {
    padding-left: 40px;
    padding-right: 40px;
  }
  .forest_protection {
    padding-bottom: 40px;
  }
  .forest_protection .left .photo img {
    height: auto;
  }
  .forest_protection .left {
    margin-right: 55px;
  }
  .news .index_news .a_item {
    margin: 20px;
    margin-bottom: 40px;
  }
  .evidence_of_results {
    padding-left: 40px;
    padding-right: 40px;
  }
  .evidence_of_results .items .item .photo img {
    height: auto;
  }
  .evidence_of_results .items .item .photo {
    display: flex;
    align-items: center;
  }
  .events {
    padding-left: 40px;
    padding-right: 40px;
  }
  .monitoring_smi {
    padding-left: 40px;
    padding-right: 40px;
  }
  .monitoring_smi {
    margin-top: 0;
  }
  .nabludenia_za_vred .photos .item {
    width: 33%;
  }
  /* .index_slider, */
  .index_news, .activities .wrap, .services .wrap, .map .wrap, .map .map_cnt, .text_after_map .wrap, .partners .wrap, footer .wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
  .index_slider {
    margin-top: 45px;
  }
  .contacts {
    padding-left: 40px;
    padding-right: 40px;
  }
  .vacancii {
    padding-left: 40px;
    padding-right: 40px;
  }
  .vacancii .row_1 {
    flex-direction: column;
    align-items: center;
  }
  .contacts .row_1 .info {
    margin-top: 0;
  }
  .feedback {
    padding-left: 40px;
    padding-right: 40px;
  }
  .vacancii .row_1 .right {
    margin-left: 0;
    margin-top: 0px;
    order: -1;
    margin-bottom: 30px;
  }
  .vacancii .row_2 .items {
    flex-direction: column;
    align-items: center;
  }
  .activities .wrap .items .row_items .item.big, .services .wrap .items .left .item {
    max-width: 593px;
  }
  .partners .wrap .items .item {
    max-width: 10%;
  }
  .vacancii .row_1 {
    margin-bottom: 50px;
  }
  footer .top .menu ul li a {
    font-size: 14px;
  }
  .doska_pocheta {
    padding-left: 40px;
    padding-right: 40px;
  }
  .doska_pocheta .items .item {
    margin-bottom: 50px;
  }
  .partners .wrap .items {
    padding-left: 0;
  }
  .videoreport_more .video_play img {
    max-width: 100%;
  }
  .h1_i {
    padding-left: 40px;
    padding-right: 40px;
  }
  .gos_les_monitor {
    padding-left: 40px;
    padding-right: 40px;
  }
  .gos_les_monitor .w1320 .wrap .row_g .item {
    max-width: 298px;
  }
  .videoreport .items {
    padding-left: 40px;
    padding-right: 40px;
  }
  .videoreport_more .video_play {
    padding-left: 40px;
    padding-right: 40px;
  }
  .breadcrumbs {
    padding-left: 40px;
    padding-right: 40px;
  }
  .h1_i {
    margin-top: 50px;
  }
  .videoreport .items {
    justify-content: center;
  }
  .videoreport .items .a_item {
    display: flex;
    justify-content: center;
    width: 50%;
  }
  .videoreport .items::after {
    max-width: 50%;
  }
  .news_more .wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
  .news_more {
    border-radius: 0;
  }
}

@media only screen and (max-width: 1100px) {
  .activities .wrap .items .row_items .a_item.big {
    max-width: 44.2%;
  }
  .services .wrap .items .left .item {
    max-width: 99%;
  }
  .text_after_map {
    height: 170px;
  }
  footer .top .menu ul li {
    margin-right: 13px;
  }
  footer .top .menu ul li a {
    font-size: 13px;
  }
  footer .bottom .b_col_4 {
    max-width: 202px;
  }
  .gos_les_monitor .w1320 .wrap .row_g .item span, .gos_les_monitor .w1320 .wrap .row_g .item a {
    font-size: 17px;
  }
}

@media only screen and (max-width: 960px) {
  .index_slider .items .item {
    padding-left: 30px;
  }
  .leadership .items {
    justify-content: center;
  }
  .leadership .items .item {
    margin: 30px;
  }
  .photoreport_more .wrap .items {
    justify-content: center;
  }
  .online_zayavka .col_1 .lico {
    height: 100px;
  }
  .map_filials .flex .map_f {
    max-width: 100%;
    text-align: center;
  }
  .map_filials {
    padding-left: 40px;
    padding-right: 40px;
  }
  .map_filials .flex .text {
    margin-left: 0;
    margin-top: 35px;
    padding-top: 0;
  }
  .map_filials .flex .text {
    max-width: 100%;
  }
  .map_filials .flex {
    flex-direction: column;
  }
  .online_zayavka .wrap {
    flex-direction: column;
    align-items: center;
  }
  .online_zayavka .col_2, .online_zayavka .col_3 {
    margin-bottom: 25px;
  }
  .online_zayavka .ur_inpts, .online_zayavka .fiz_inpts {
    margin-top: 25px;
    margin-bottom: 0;
  }
  .online_zayavka .col_2 .captha_i .flex .textarea_site::-webkit-input-placeholder {
    text-align: center;
    position: relative;
    top: -7px;
  }
  .online_zayavka .col_2 .captha_i .flex .textarea_site::-moz-placeholder {
    text-align: center;
    position: relative;
    top: -7px;
  }
  .online_zayavka .col_2 .captha_i .flex .textarea_site:-ms-input-placeholder {
    text-align: center;
    position: relative;
    top: -7px;
  }
  .online_zayavka .col_2 .captha_i .flex .textarea_site:-moz-placeholder {
    text-align: center;
    position: relative;
    top: -7px;
  }
  .online_zayavka .inp_site, .online_zayavka .textarea_site, .online_zayavka .col_1, .online_zayavka .col_2, .online_zayavka .col_2, .online_zayavka .col_3 {
    max-width: 390px;
  }
  .online_zayavka .col_3 .smbt_site {
    max-width: 100%;
  }
  .online_zayavka .row_inps input:last-of-type {
    max-width: 58%;
    width: 100%;
  }
  .online_zayavka .row_inps input:first-of-type {
    max-width: 38%;
    width: 100%;
  }
  .online_zayavka .col_1, .online_zayavka .col_2 {
    margin-right: 0;
  }
  .photoreport_more .wrap .items .a_item {
    margin: 15px;
  }
  .photoreport_more .wrap .items {
    margin-top: 50px;
  }
  .filials .items .a_item, .filials .items .item, .filials .items .item_empty, .filials .items::after {
    max-width: 215px;
  }
  .leadership .items::after {
    max-width: 335px;
    width: 100%;
  }
  .leadership {
    padding-bottom: 40px;
  }
  .seed_fund .photos {
    margin-top: 40px;
  }
  .evidence_of_results .items .item {
    flex-direction: column;
    align-items: center;
  }
  .news .index_news .items .item {
    max-width: 285px;
  }
  .evidence_of_results_more .item .photo img {
    width: 50%;
    height: auto;
  }
  .evidence_of_results .items .item .text {
    margin-left: 0;
    margin-top: 40px;
    text-align: center;
    max-width: 100%;
  }
  .news .index_news .items {
    justify-content: space-between;
  }
  .news .index_news {
    padding-left: 40px;
    padding-right: 40px;
  }
  .news .index_news .a_item {
    margin: 0;
    margin-bottom: 30px;
  }
  .doska_pocheta .items .item {
    margin: 20px;
  }
  .gos_les_monitor .w1320 .wrap .row_g.row_3 .a_item {
    max-width: 397px;
    height: 234px;
  }
  .doska_pocheta .date_count {
    margin-bottom: 35px;
    padding-left: 50px;
  }
  .doska_pocheta .items {
    justify-content: center;
  }
  .doska_pocheta {
    margin-top: 0;
  }
  .gos_les_monitor .w1320 .wrap .row_g .item, .gos_les_monitor .w1320 .wrap .row_g.row_3 .item {
    height: 234px;
  }
  .gos_les_monitor .w1320 .wrap .row_g .item span, .gos_les_monitor .w1320 .wrap .row_g .item a {
    font-size: 20px;
  }
  .nabludenia_za_vred .photos .item img {
    height: auto;
  }
  .gos_les_monitor .w1320 .wrap .row_g {
    flex-direction: column;
    align-items: center;
  }
  .header_mob__cnt .header_mob .logo {
    max-width: 15%;
  }
  .gos_les_monitor .w1320 .wrap .row_g .item {
    margin-bottom: 20px;
  }
  .gos_les_monitor .map .map_cnt {
    margin-top: 0;
  }
  .gos_les_monitor .w1320 .wrap .row_g .item, .gos_les_monitor .w1320 .wrap .row_g.row_3 .item {
    max-width: 397px;
  }
  .activities .wrap .items .row_items .a_item, .activities .wrap .items .row_items .a_item.big {
    max-width: 49.5%;
  }
  .services .wrap .items .left .item {
    max-width: 98.5%;
  }
  footer .top {
    flex-direction: column;
  }
  footer .top .btn_call {
    margin-top: 25px;
  }
  footer .bottom {
    flex-direction: column;
    align-items: center;
  }
  footer .bottom .b_col_2, footer .bottom .b_col_3, footer .bottom .b_col_4 {
    left: 0;
    text-align: center;
    margin-bottom: 54px;
  }
  footer .bottom .b_col_1 {
    text-align: center;
  }
  footer .bottom .b_col_3 {
    left: 0;
    text-align: center;
  }
  footer .bottom .b_col_3 .phone {
    margin-bottom: 10px;
  }
  footer .bottom .b_col_4 input[type="email"] {
    text-align: center;
  }
  footer .bottom .b_col_4 {
    max-width: 315px;
  }
  footer .bottom {
    margin-top: 35px;
  }
  footer .bottom .b_col_1 {
    margin-bottom: 35px;
  }
  footer .bottom .b_col_4 {
    margin-bottom: 0;
  }
  .partners .wrap .items {
    flex-wrap: wrap;
  }
  .text_after_map .wrap .items .item span, .text_after_map .wrap .items .item a {
    font-size: 13px;
  }
  .videoreport .items .a_item {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 767px) {
  /* .index_slider,  */
  .index_news, .activities .wrap, .services .wrap, .map .wrap, .map .map_cnt, .text_after_map .wrap, .partners .wrap, footer .wrap {
    padding-left: 25px;
    padding-right: 25px;
  }
  .services .wrap .items {
    flex-direction: column;
  }
  .header_mob__cnt .header_mob .logo {
    max-width: 34%;
  }
  footer .top .menu ul {
    flex-direction: column;
  }
  .index_slider .items .item h1, .index_slider .items .item h2 {
    font-size: 30px;
  }
  .index_slider .items .item p {
    font-size: 16px;
  }
  .videoreport .items .item h3 {
    font-size: 16px;
  }
  .online_zayavka .col_3 .smbt_site {
    height: 46px;
  }
  .photoreport_more {
    padding-bottom: 30px;
  }
  .photoreport_more {
    margin-bottom: 10px;
    border-radius: 0;
  }
  .photoreport_more .wrap h2 {
    font-size: 18px;
  }
  .online_zayavka {
    border-radius: 0;
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 10px;
  }
  .map_filials .flex .text p {
    font-size: 14px;
    line-height: 1.7;
  }
  .map_filials .flex .text h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .map_filials .flex .text h3 br {
    display: none;
  }
  .map_filials {
    margin-top: 35px;
    padding-top: 30px;
    padding-bottom: 35px;
  }
  .map_filials {
    padding-left: 25px;
    padding-right: 25px;
  }
  .online_zayavka .col_2 .captha_i .flex {
    padding-left: 0;
  }
  .online_zayavka .ur_inpts, .online_zayavka .fiz_inpts {
    margin-top: 20px;
  }
  .online_zayavka .col_2 h2, .online_zayavka .col_3 h2 {
    margin-top: 5px;
  }
  .online_zayavka .col_2 .captha_i .flex .textarea_site::-webkit-input-placeholder {
    text-align: center;
    position: relative;
    top: -7px;
  }
  .online_zayavka .col_2 .captha_i .flex .textarea_site::-moz-placeholder {
    text-align: center;
    position: relative;
    top: -7px;
  }
  .online_zayavka .col_2 .captha_i .flex .online_zayavka .col_2 h2 {
    margin-top: 10px;
  }
  .online_zayavka .col_2 .captha_i .flex .textarea_site:-ms-input-placeholder {
    text-align: center;
    position: relative;
    top: -7px;
  }
  .online_zayavka .col_2 .captha_i .flex .textarea_site:-moz-placeholder {
    text-align: center;
    position: relative;
    top: -7px;
  }
  .online_zayavka h2 {
    font-size: 18px;
  }
  .online_zayavka .col_1 .lico {
    font-size: 18px;
    height: 55px;
    margin-bottom: 15px;
  }
  .photoreport_more .wrap .items img {
    height: auto;
  }
  .photoreport_more .wrap .items {
    margin-top: 30px;
  }
  .photoreport_more {
    padding-top: 35px;
  }
  .leadership {
    padding-left: 25px;
    padding-right: 25px;
  }
  .structura .wrap_gray .items {
    margin-top: 20px;
  }
  .structura .w1320 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .structura .wrap_gray {
    padding-bottom: 25px;
  }
  .structura .wrap_white {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .structura .wrap_white .items {
    margin-top: 25px;
  }
  .structura .wrap_white .items .item {
    max-width: 100%;
  }
  .structura .wrap_white .items .item {
    font-size: 14px;
  }
  .structura .wrap_white .text {
    margin-top: 15px;
  }
  .structura .wrap_white .text .left h3, .structura .wrap_white .text .right h3 {
    font-size: 14px;
  }
  .structura .wrap_white .text .left ol li, .structura .wrap_white .text .right ol li {
    font-size: 14px;
  }
  .structura .wrap_white .text .left ol li, .structura .wrap_white .text .right ol li {
    margin-bottom: 5px;
  }
  .structura .wrap_white .items .col_i {
    margin-bottom: 10px;
  }
  .structura .wrap_white .items .col_i__mt {
    margin-top: 25px;
  }
  .structura .wrap_white .items .col_i {
    max-width: 85%;
  }
  .structura .wrap_gray .items .item {
    font-size: 14px;
  }
  .structura .wrap_gray .items .item {
    max-width: 85%;
  }
  .structura .wrap_gray .items .item {
    height: auto !important;
    min-height: 52px;
  }
  .structura .wrap_gray .items .col_i {
    width: 100%;
  }
  .structura {
    margin-top: 35px;
  }
  .structura .btns .item {
    font-size: 14px;
  }
  .photoreport_more {
    padding-left: 25px;
    padding-right: 25px;
  }
  .leadership .direktor {
    flex-direction: column;
    height: auto;
    padding: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .evidence_of_results .items .item .photo img {
    width: 100%;
    max-width: 230px;
  }
  .leadership .direktor .photo img {
    height: auto;
  }
  .videoreport .items .a_item {
    margin-bottom: 30px;
  }
  .videoreport .items .item h3 {
    font-size: 15px;
  }
  .videoreport .items .item .h3_cnt {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .videoreport .items .item .photo img {
    height: auto;
  }
  .videoreport.photoreport .items .item .photo img {
    height: auto;
  }
  .evidence_of_results .items .item .photo {
    justify-content: center;
  }
  .seed_fund {
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 15px;
  }
  .seed_fund .photos {
    margin-top: 25px;
  }
  .seed_fund .photos {
    flex-direction: column;
    align-items: center;
  }
  .seed_fund .photos .item {
    margin: 0;
    margin-bottom: 20px;
  }
  .seed_fund .text {
    margin-top: 20px;
  }
  .seed_fund .text p {
    margin-bottom: 10px;
  }
  .filials .items .item .geo {
    font-size: 14px;
  }
  .filials .items {
    flex-direction: column;
    align-items: center;
  }
  .filials .items .item .name {
    font-size: 15px;
  }
  .filials {
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 0;
    border-radius: 0;
    padding-bottom: 15px;
  }
  .filials .items .a_item {
    margin-bottom: 25px;
  }
  .filials .items .a_item, .filials .items .item, .filials .items .item_empty, .filials .items::after {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .filials .items .item {
    padding: 25px;
  }
  .forest_protection {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
  }
  .forest_protection .text ul li::before {
    top: 3px;
  }
  .forest_protection .wrap {
    flex-direction: column;
  }
  .forest_protection .text ul li {
    margin-bottom: 7px;
  }
  .forest_protection .left .text {
    margin-top: 25px;
  }
  .forest_protection .left {
    padding-top: 0;
  }
  .forest_protection .text {
    padding-left: 20px;
  }
  .forest_protection .left {
    margin-right: 0;
  }
  .evidence_of_results .items .item .text {
    margin-top: 25px;
  }
  .leadership_more {
    padding-top: 35px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 0;
    padding-bottom: 20px;
    margin-bottom: 0;
  }
  .directory {
    padding-top: 5px;
  }
  .leadership_more .item .name span {
    font-size: 20px;
  }
  .directory .items .item .h_b a {
    font-size: 15px;
  }
  .directory .items .item .meta {
    padding: 25px 30px;
  }
  .directory .items .item .meta .text p {
    font-size: 14px;
  }
  .directory {
    padding-left: 25px;
    padding-right: 25px;
  }
  .leadership_more .item .text p {
    line-height: 23px;
    letter-spacing: 0.2px;
  }
  .leadership_more .item .photo {
    margin-top: 25px;
    margin-bottom: 35px;
  }
  .leadership_more .item .dolgnost span {
    font-size: 14px;
  }
  .leadership .items .item .photo {
    margin-bottom: 25px;
  }
  .leadership .items {
    flex-direction: column;
    align-items: center;
  }
  .leadership .direktor .text .name span {
    font-size: 20px;
  }
  .leadership .items {
    margin-top: 35px;
  }
  .leadership .items .item .dolgnost {
    margin-bottom: 15px;
  }
  .leadership .direktor .text .dolgnost span {
    font-size: 14px;
  }
  .leadership .items .item .dolgnost span {
    font-size: 14px;
  }
  .leadership {
    padding-bottom: 10px;
  }
  .leadership .items .item {
    margin: 0;
    margin-bottom: 30px;
  }
  .leadership .direktor .text {
    margin-left: 0;
    text-align: center;
    margin-top: 15px;
  }
  .events {
    padding-left: 25px;
    padding-right: 25px;
  }
  .events {
    padding-top: 20px;
    border-radius: 0;
  }
  .events {
    padding-bottom: 30px;
  }
  .evidence_of_results_more .item .photo img {
    width: 100%;
    max-width: 260px;
  }
  .events .table_m .cnt_table .item {
    padding: 20px;
    padding-top: 30px;
    padding-bottom: 10px;
    background-color: #f9f9f9;
  }
  .evidence_of_results_more .item h2 {
    margin-bottom: 15px;
  }
  .evidence_of_results_more .item .text {
    margin-top: 30px;
  }
  .evidence_of_results_more .item h2 {
    font-size: 20px;
  }
  .evidence_of_results_more {
    padding-bottom: 41px;
  }
  .evidence_of_results_more .item p {
    font-size: 14px;
  }
  .evidence_of_results_more {
    padding-left: 25px;
    padding-right: 25px;
  }
  .news_more .text {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .news_more {
    margin-bottom: 0;
  }
  .news_more .all_news {
    margin-top: 30px;
  }
  .news_more .wrap {
    padding-bottom: 40px;
  }
  .news_more .all_news.mt85 {
    margin-top: 50px;
  }
  .evidence_of_results {
    padding-left: 25px;
    padding-right: 25px;
  }
  .evidence_of_results .items .item .photo {
    align-items: flex-start;
    height: auto;
  }
  .evidence_of_results .items .item {
    padding-left: 25px;
    padding-right: 25px;
  }
  .news_more .text p {
    text-align: left;
    margin-bottom: 15px;
  }
  .evidence_of_results .items .item .text h2 {
    font-size: 18px;
  }
  .evidence_of_results .items .item .text p {
    font-size: 14px;
  }
  .news_more .photo {
    margin-top: 30px;
  }
  .evidence_of_results .items .item .text p {
    line-height: 24px;
  }
  .leadership .items .a_item {
    margin-bottom: 10px;
  }
  .news_more .date {
    text-align: center;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .news_more .photo img {
    height: auto;
  }
  .news_more {
    margin-top: 0;
  }
  .news_more .date span {
    font-size: 14px;
  }
  .news_more .wrap h1 {
    font-size: 16px;
  }
  .news_more .wrap {
    padding-left: 25px;
    padding-right: 25px;
  }
  .events .table_m .cnt_table .item .t_3 {
    padding-right: 0;
  }
  .gos_les_monitor .w1320 .wrap .row_g .item, .gos_les_monitor .w1320 .wrap .row_g.row_3 .item {
    height: 195px;
  }
  .events .table_m .h_table {
    display: none;
  }
  .news .index_news .a_item {
    margin-bottom: 40px;
  }
  .news .index_news .items .item {
    max-width: 100%;
  }
  .news .index_news .all_news {
    margin-top: 0;
  }
  .events table {
    overflow-x: scroll;
    display: block;
    width: 100%;
  }
  .events table thead {
    width: 100%;
  }
  .events table tbody {
    width: 100%;
  }
  .events .table_m .cnt_table .item {
    align-items: flex-start;
  }
  .events .table_m .cnt_table .item .t_1, .events .table_m .cnt_table .item .t_2, .events .table_m .cnt_table .item .t_3, .events .table_m .cnt_table .item .t_4 {
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%;
  }
  .events table thead tr td {
    padding: 20px;
  }
  .events .table_m .cnt_table .item .t_1 {
    padding-right: 0;
  }
  .events .table_m .cnt_table .item {
    font-size: 14px;
    line-height: 1.3;
  }
  .events table tbody td {
    font-size: 14px;
  }
  .events .table_m .cnt_table .item .t_1:before {
    content: "Наименовение мероприятия";
    display: block;
    width: 100%;
    background-color: #60c98d;
    color: #fff;
    padding: 5px;
    margin-bottom: 10px;
  }
  .events table thead tr td {
    font-size: 16px;
    font-weight: 500;
  }
  .events .table_m .cnt_table .item {
    margin-bottom: 30px;
  }
  .events .table_m .cnt_table .item .t_2:before {
    content: "Время проведения";
    display: block;
    width: 100%;
    background-color: #60c98d;
    color: #fff;
    padding: 5px;
    margin-bottom: 10px;
  }
  .news {
    padding-left: 0;
    padding-right: 0;
  }
  .news .index_news {
    border-radius: 0;
    margin-top: 40px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .news .index_news .items {
    justify-content: center;
  }
  .events .table_m .cnt_table .item .t_3:before {
    content: "Место проведения";
    display: block;
    width: 100%;
    background-color: #60c98d;
    color: #fff;
    padding: 5px;
    margin-bottom: 10px;
  }
  .events .table_m .cnt_table .item .t_4:before {
    content: "Огранизаторы";
    display: block;
    width: 100%;
    background-color: #60c98d;
    color: #fff;
    padding: 5px;
    margin-bottom: 10px;
  }
  .events .table_m .cnt_table .item {
    flex-direction: column;
  }
  .contacts, .feedback {
    padding-left: 25px;
    padding-right: 25px;
  }
  .contacts .row_1 {
    flex-direction: column;
  }
  .contacts .text {
    flex-direction: column;
  }
  .contacts {
    margin-top: 35px;
  }
  .contacts .row_1 .info .tel_sprav {
    margin-top: 30px;
    padding-top: 17px;
    padding-bottom: 25px;
  }
  .contacts .map_contacts .btn {
    max-width: 285px;
  }
  .contacts .text h2 {
    font-size: 20px;
  }
  .contacts .text .right {
    margin-left: 0;
    margin-top: 30px;
  }
  .contacts .text {
    margin-top: 35px;
  }
  .contacts .row_1 .info {
    margin-left: 0;
    margin-top: 25px;
  }
  .contacts {
    padding-bottom: 40px;
  }
  .vacancii {
    padding-left: 25px;
    padding-right: 25px;
  }
  .feedback .inps {
    flex-direction: column;
  }
  .feedback {
    height: auto;
  }
  .feedback .inps .right {
    margin-left: 0;
    margin-top: 17px;
  }
  .feedback .inps .inp_site, .feedback .inps .left {
    max-width: 100%;
  }
  .feedback .meta {
    flex-direction: column;
    margin-top: 20px;
  }
  .feedback .meta .text {
    margin-bottom: 20px;
  }
  .contacts .map_contacts .btn {
    left: 50%;
    bottom: 30px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .feedback .meta .smbt_site {
    width: 100%;
  }
  .feedback {
    padding-bottom: 40px;
  }
  .header_mob__cnt .mob_menu .contacts {
    background-color: transparent;
  }
  .vacancii .row_1 .right ul li {
    line-height: 18px;
  }
  .vacancii .row_2 .items .item {
    min-height: auto;
  }
  .vacancii .row_2 .items .item .text .zp {
    position: static;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  .vacancii .row_1 .right {
    margin-bottom: 20px;
  }
  .vacancii .row_1 .right ul li {
    letter-spacing: 0.4px;
  }
  .vacancii .row_2 .items .item .text .zp {
    margin-bottom: 0;
  }
  .vacancii .row_2 .items .item .text .zp {
    margin-top: 20px;
  }
  .vacancii .row_2 .items .item .text .zp.stag_raboty .btn {
    margin-bottom: 0;
  }
  .vacancii .row_2 .items .item .text p {
    letter-spacing: 0.4px;
    opacity: 0.75;
  }
  .vacancii .row_2 .items .item .text .zp .btn {
    margin-top: 20px;
  }
  .vacancii .row_2 .items .item .text .trebovania {
    margin-bottom: 20px;
  }
  .vacancii .row_2 .items .item .h_vac h3 {
    font-size: 14px;
  }
  .vacancii {
    margin-top: 25px;
  }
  .vacancii .row_1 .right h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .videoreport .items .item .photo img {
    height: 200px;
  }
  .vacancii .row_1 .left .map_v iframe {
    max-width: 100%;
    width: 100%;
    height: 250px;
  }
  .doska_pocheta .items .item .dolgnost span {
    font-size: 14px;
  }
  .doska_pocheta .items .item {
    padding-bottom: 30px;
  }
  .doska_pocheta .items .item .photo {
    margin-bottom: 25px;
  }
  .doska_pocheta .items .item .dolgnost {
    margin-bottom: 15px;
  }
  .doska_pocheta .date_count .btn, .monitoring_smi .date_count .btn, .news .date_count .btn {
    width: 185px;
    height: 40px;
  }
  .doska_pocheta {
    padding-left: 25px;
    padding-right: 25px;
  }
  .doska_pocheta .date_count, .monitoring_smi .date_count, .news .date_count {
    padding-left: 0;
    justify-content: center;
  }
  .doska_pocheta .date_count, .monitoring_smi .date_count, .news .date_count {
    margin-bottom: 15px;
  }
  .doska_pocheta .date_count, .monitoring_smi .date_count, .news .date_count {
    flex-direction: column;
  }
  .doska_pocheta .date_count .btn, .monitoring_smi .date_count .btn, .news .date_count .btn {
    margin-left: 0;
    margin-top: 10px;
  }
  .monitoring_smi .date_count .month, .news .date_count .month {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .monitoring_smi .date_count .year .inp_year, .monitoring_smi .date_count .month .inp_year, .news .date_count .month .inp_year, .news .date_count .year .inp_year {
    text-align: center;
  }
  .monitoring_smi .date_count .h_c, .news .date_count .h_c {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .monitoring_smi .date_count .year .up, .monitoring_smi .date_count .month .up, .monitoring_smi .date_count .year .up, .news .date_count .month .up {
    left: 0;
  }
  .date_count .year .up, .date_count .month .up, .date_count .year .down, .date_count .month .down {
    left: 0;
  }
  .monitoring_smi .date_count .year .down, .monitoring_smi .date_count .month .down, .monitoring_smi .date_count .year .down, .news .date_count .month .down {
    left: 0;
  }
  .monitoring_smi .wrap .links .item {
    margin-bottom: 50px;
  }
  .monitoring_smi {
    padding-left: 25px;
    padding-right: 25px;
  }
  .monitoring_smi .wrap {
    margin-top: 40px;
  }
  .monitoring_smi .mb-track {
    right: 20px;
  }
  .monitoring_smi .wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .nabludenia_za_vred {
    margin-top: 0;
  }
  .nabludenia_za_vred {
    padding-left: 25px;
    padding-right: 25px;
  }
  .nabludenia_za_vred h2 {
    font-size: 18px;
  }
  .nabludenia_za_vred .photos {
    margin-top: 30px;
    flex-direction: column;
  }
  .nabludenia_za_vred .photos .item {
    width: 100%;
    margin-bottom: 15px;
  }
  .breadcrumbs {
    margin-bottom: 30px;
  }
  .videoreport .link_btn {
    margin-top: 0px;
  }
  .videoreport .items .item .photo .you_t {
    width: 100px;
    height: 55px;
    background-size: contain;
  }
  .h1_i h1, .h1_i span {
    font-size: 22px;
  }
  .videoreport {
    margin-top: 30px;
    margin-left: 25px;
    margin-right: 25px;
  }
  .h1_i {
    height: auto;
    margin-top: 70px;
    margin-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .videoreport .items .item .h3_cnt {
    min-height: auto;
  }
  .gos_les_monitor .w1320 {
    padding-bottom: 10px;
  }
  .gos_les_monitor .map {
    margin-top: 25px;
  }
  .gos_les_monitor .map .h2 {
    font-size: 18px;
  }
  .gos_les_monitor .map .h2 br {
    display: none;
  }
  .gos_les_monitor .map .map_cnt {
    margin-top: 30px;
  }
  .gos_les_monitor .w1320 .wrap .row_g .item span, .gos_les_monitor .w1320 .wrap .row_g .item a {
    font-size: 17px;
  }
  .gos_les_monitor .w1320 .wrap .row_g .item span br, .gos_les_monitor .w1320 .wrap .row_g .item a br {
    display: none;
  }
  .gos_les_monitor {
    padding-left: 25px;
    padding-right: 25px;
  }
  .gos_les_monitor .text {
    margin-top: 25px;
  }
  .gos_les_monitor .w1320 {
    margin-top: 40px;
    padding-top: 30px;
  }
  .videoreport {
    padding-bottom: 40px;
  }
  .videoreport .items {
    padding-left: 15px;
    padding-right: 15px;
  }
  .breadcrumbs {
    padding-left: 25px;
    padding-right: 25px;
  }
  .videoreport .items .a_item {
    width: 100%;
  }
  .index_slider .owl-carousel .slider-list__content {
    padding-top: 65px;
    padding-bottom: 75px;
  }
  .index_slider .items .item .link {
    height: 45px;
  }
  .index_slider .items .owl-nav {
    bottom: 60px;
    left: 30px;
  }
  .index_slider .items .owl-prev {
    right: unset;
    left: 0;
  }
  .index_slider .items .owl-next {
    right: unset;
    left: 38px;
  }
  .index_news {
    margin-top: 50px;
  }
  .activities .wrap .items .row_items {
    flex-direction: column;
  }
  .activities .wrap .items .row_items .a_item, .activities .wrap .items .row_items .a_item.big {
    max-width: 100%;
  }
  .activities {
    height: auto;
  }
  .activities .wrap .items .row_items .item.item_1, .activities .wrap .items .row_items .item.item_2, .activities .wrap .items .row_items .item.item_3, .activities .wrap .items .row_items .item.item_4 {
    border-radius: 0;
  }
  .activities .wrap .items .row_items .item span, .activities .wrap .items .row_items .item a {
    font-size: 18px;
  }
  .activities .wrap .items .row_items .item {
    margin-bottom: 10px;
  }
  .index_news .items {
    margin-top: 35px;
  }
  .index_news .items .owl-nav {
    top: -67px;
  }
  .index_news .all_news {
    margin-top: -15px;
  }
  .activities .wrap .items {
    margin-top: 35px;
  }
  .activities {
    padding-bottom: 30px;
  }
  .services {
    padding-top: 40px;
  }
  .services .wrap .items {
    margin-top: 30px;
  }
  .services .wrap .items .left .item a {
    font-size: 16px;
  }
  .services .wrap .items .left .item {
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
  .services .wrap .items .left .item {
    height: 385px;
    margin-bottom: 10px;
  }
  .services .wrap .items .right .item {
    margin-bottom: 10px;
  }
  .map {
    padding-top: 45px;
  }
  .map .map_cnt {
    margin-top: 20px;
  }
  .text_after_map .wrap .items .item {
    border-left: 2px solid #fff;
    text-align: left;
  }
  .text_after_map .wrap .items {
    flex-direction: column;
  }
  .text_after_map {
    height: auto;
  }
  .text_after_map .wrap .items .item {
    width: 100%;
    height: auto;
    justify-content: flex-start;
    margin-bottom: 15px;
    border-right: none;
  }
  .text_after_map {
    padding-top: 25px;
    padding-bottom: 10px;
    background-color: #f1f0f0;
    background-image: none;
  }
  .partners .wrap .items .item {
    max-width: 100%;
    width: 33%;
    text-align: center;
    margin-bottom: 5px;
  }
  .partners .wrap .items .item img {
    width: 75px;
  }
  footer .top .menu ul {
    text-align: center;
  }
  footer .top .menu ul li {
    margin-right: 0;
  }
  footer .bottom {
    margin-top: 30px;
  }
  footer .bottom h4 {
    margin-bottom: 10px;
  }
  footer .bottom .b_col_2, footer .bottom .b_col_3, footer .bottom .b_col_4 {
    margin-bottom: 35px;
  }
  footer {
    padding-bottom: 10px;
  }
  footer .top .menu ul li a {
    font-size: 14px;
  }
  footer .top .menu ul li {
    margin-bottom: 5px;
  }
  .services .wrap .items .right .item span {
    font-size: 18px;
  }
  .map .map_cnt {
    align-items: center;
  }
  .map .map_cnt {
    padding-bottom: 45px;
  }
  .videoreport_more h1 {
    margin-top: 0;
    font-size: 20px;
  }
  .videoreport_more .video_play {
    margin-bottom: 60px;
  }
  .videoreport_more .video_play {
    padding-left: 15px;
    padding-right: 15px;
  }
  .videoreport .items .item .photo img {
    height: 170px;
  }
  .videoreport_more .video_play .you_t {
    background-size: contain;
    width: 100px;
  }
  .videoreport_more .video_play {
    margin-top: 30px;
  }
  .breadcrumbs .breadcrumbs__cnt a, .breadcrumbs .breadcrumbs__cnt span {
    letter-spacing: 0;
  }
  .contacts {
    border-radius: 0;
    margin-bottom: 0;
  }
  .feedback {
    margin-top: 0;
  }
}

@media only screen and (max-width: 414px) {
  /* .index_slider .items .owl-nav {
    bottom: 20px;
  } */
}

@media only screen and (max-width: 399px) {
  /* .index_slider .items .owl-nav {
    bottom: 2%;
  } */
}

@media only screen and (max-width: 320px) {
  .index_slider .items .item {
    padding-left: 15px;
  }
  .activities .wrap .items .row_items .item {
    padding-left: 25px;
  }
  .services .wrap .items .right .item {
    padding-left: 25px;
  }
  .h1_i h1, .h1_i span {
    font-size: 20px;
  }
  .contacts .map_contacts .btn {
    max-width: 233px;
    font-size: 11px;
  }
  .online_zayavka .col_2 .captha_i .flex .textarea_site::-webkit-input-placeholder {
    text-align: center;
    position: relative;
    top: -18px;
  }
  .online_zayavka .col_2 .captha_i .flex .textarea_site::-moz-placeholder {
    text-align: center;
    position: relative;
    top: -18px;
  }
  .online_zayavka .col_2 .captha_i .flex .textarea_site:-ms-input-placeholder {
    text-align: center;
    position: relative;
    top: -18px;
  }
  .online_zayavka .col_2 .captha_i .flex .textarea_site:-moz-placeholder {
    text-align: center;
    position: relative;
    top: -18px;
  }
}

.contacts .text .left b {
  line-height: 38px;
}

.gos_les_monitor .w1320 .wrap .item_fix_in_2 .row_g .item {
  max-width: 598px;
}

.gos_les_monitor .w1320 .wrap .item_fix_in_2 .row_g .a_item {
  max-width: 598px;
  width: 100%;
}

.gos_les_monitor .w1320 .wrap .row_g .item.item_1 {
  border-top-left-radius: 16px;
}

.gos_les_monitor .w1320 .wrap .row_g .item.item_3 {
  border-top-right-radius: 16px;
}

.gos_les_monitor .w1320 .wrap .row_g .item.item_4 {
  border-bottom-left-radius: 16px;
}

.gos_les_monitor .w1320 .wrap .row_g .item.item_6 {
  border-bottom-right-radius: 16px;
}

.gos_les_monitor .w1320 .wrap .row_g .item.item_7 {
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.popover-inner ymaps {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.23);
  border-radius: 10px;
  width: 350px;
  height: 100%!important;
}

.popover-inner ymaps ymaps div {
  height: 100%;
  padding: 14px;
  border: 3px solid #30a65f;
}

.popover.top .close {
  display: none;
}

.deskript_for_space_block_pager {
  margin-top: 68px;
}

.deskript_for_space_block_pager p {
  margin: 11px 0;
  text-align: justify;
}

.deskript_for_space_block_pager ul {
  margin: 11px 0;
}

.doska_pocheta .items .item .name {
  margin-bottom: 10px;
}

.svedenia_block_page a {
  text-decoration: underline;
  padding: 10px 0;
  line-height: 30px;
  padding-left: 10px;
}

.top_block_smi {
  display: flex;
  margin-bottom: 39px;
  max-width: 370px;
  justify-content: space-between;
}

.top_block_smi p {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  opacity: 0.8;
}

.top_block_smi b {
  font-weight: 700;
  color: #000000;
  font-size: 16px;
  line-height: 22px;
  opacity: 0.8;
}

@media (max-width: 430px) {
  .left_top_block_smi {
    margin-bottom: 15px;
  }
  .top_block_smi {
    display: block;
    margin-bottom: 15px;
  }
}

.top_modal_call_back_footer h3 {
  color: #61ca8d;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}

.deskr_mid_modal_call_back_footer p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}

.inputs_mid_modal_call_back_footer input {
  font-family: "Montserrat";
  max-width: 217px;
  width: 100%;
  height: 41px;
  border-radius: 6px;
  border: 3px solid #1e914c;
  background-color: #ffffff;
  padding-left: 14px;
}

.footer_input_call {
  color: #a9a9a9;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}

.bot_modal_call_back_footer button {
  border-radius: 21px;
  background-color: #61ca8d;
  color: #f9f9f9;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

/* .modal_call_back_footer{
  background-color: #000000;
  opacity: 0.85;
} */

.modal_call_back_footer_block {
  max-width: 460px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mid_modal_call_back_footer {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.inputs_mid_modal_call_back_footer {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.modal_call_back_footer {
  display: flex;
  justify-content: center;
  height: 600px;
  align-items: center;
}

.inputs_mid_modal_call_back_footer {
  margin: 20px 0;
}

.top_modal_call_back_footer h3 {
  margin-bottom: 26px;
}

.bot_modal_call_back_footer button {
  border: 0;
  padding: 11px 36px;
}

.modal_call_back_footer {
  height: 100vh;
}

#call_footer_back {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 105;
  width: 100%;
}

.bg_modal_call_back_footer {}

.modal_call_back_footer {
  position: relative;
}

.bg_modal_call_back_footer {
  position: absolute;
  height: 100vh;
  background-color: #000000;
  opacity: 0.85;
  z-index: 99;
  width: 100%;
  top: 0;
  left: 0;
}

.modal_call_back_footer_block {
  z-index: 100;
}

.img_text_block {
  margin-bottom: 40px;
}

.call_footer_back.hidden {
  display: none;
}

.call_footer_back.active {
  display: block;
}

.bot_text_pages {
  margin-top: 56px;
}

.structura.svedenia_block_page {
  margin-left: 274px;
  margin-right: 200px;
}

@media (max-width: 1100px) {
  .structura.svedenia_block_page {
    margin-left: 174px;
    margin-right: 174px;
  }
}

@media (max-width: 767px) {
  .structura.svedenia_block_page {
    margin-left: 74px;
    margin-right: 74px;
  }
}

@media (max-width: 400px) {
  .structura.svedenia_block_page {
    margin-left: 14px;
    margin-right: 14px;
  }
}

.left_top_form_search_les_log {
  display: flex;
  align-items: center;
}

.left_top_form_search_les_log .inp_site {
  max-width: 365px;
  width: 100%;
  height: 41px;
}

.form_search_les_log {
  background-color: #fff;
  border-radius: 25px;
  height: 500px;
  margin: 0 90px;
  padding: 0 62px;
  padding-top: 46px;
}

.fs_left_top_form_search_les_log p {
  max-width: 229px;
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  margin-right: 23px;
}

.right_top_form_search_les_log .search_btn {
  border-radius: 21px;
  background-color: #ffffff;
  color: #30a65f;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  max-width: 148px;
  width: 100%;
  height: 42px;
  border-radius: 21px;
  background-color: #30a65f;
  color: #fff;
  transition: all ease 0.4s;
  box-shadow: none;
  border: none;
  width: 100%;
}

.search_btn:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  opacity: 0.9;
}

.top_form_search_les_log {
  display: flex;
  justify-content: space-between;
}

.right_top_form_search_les_log {
  width: 100%;
  max-width: 150px;
}

.top_table_restr td {
  background-color: #61ca8d;
  border: 2px solid #fff;
  height: 68px;
  width: 20%;
  text-align: center;
  vertical-align: middle;
}

.top_table_restr_gr td {
  background-color: #61ca8d;
  border: 2px solid #fff;
  padding: 10px 0;
}

.top_table_restr {
  overflow-x: auto;
}

.tbl_rosles {
  table-layout: fixed;
  color: #fff;
  font-weight: 600;
}

.tbl_rosles tbody {
  display: block;
  text-align: center;
}

.bot_form_search_les_log {
  margin-top: 50px;
}

.tbl_rosles {
  max-width: 100%;
  width: 100%;
}

.tbl_rosles .names_block {
  color: #000;
  font-weight: 400;
  border-bottom: 1px solid #000;
}

.names_block td {
  padding: 8px 0;
  text-align: left;
  padding-left: 12px;
}

@media (max-width: 1100px) {
  .top_table_restr td {
    width: 195px;
    min-width: 195px;
  }
  .tbl_rosles tr {
    overflow-x: auto;
  }
  .tbl_rosles tbody {
    overflow-x: auto;
  }
}

@media (max-width: 937px) {
  .top_form_search_les_log {
    flex-wrap: wrap;
    justify-content: center;
  }
  .right_top_form_search_les_log {
    margin-top: 18px;
  }
}

@media (max-width: 784px) {
  .top_form_search_les_log {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .left_top_form_search_les_log {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .sec_left_top_form_search_les_log {
    margin-top: 14px;
  }
}

.uslovia_img {
  text-align: center;
}

.uslovia_img img {
  text-align: center;
  margin-bottom: 20px;
}

.corona_page_napr {
  margin-bottom: 20px;
}

.directory .items .item .meta {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: center;
  height: 260px;
}

.text_on_pages_ul ul li {
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  margin-left: 25px;
}

.text_on_pages_ul ul li::before {
  content: "●";
  color: #009d28;
  margin-right: 6px;
  margin-left: -23px;
  font-size: 25px;
  position: relative;
  top: 2px;
}

.text_on_pages_ul ol li {
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  margin-left: 25px;
}

.structura_pages {
  margin-bottom: 30px;
}

.nabludenia_za_vred p {
  margin-bottom: 15px;
}

.top_table_restr_gr td {
  width: 10%;
}

.index_news .items .item .links {
  padding-bottom: 15px;
}

.bvi-body .bvi-panel {
  display: none!important;
}

.nabludenia_za_vred {
  text-align: justify;
}

.evidence_of_results_more .item p {
  text-align: justify;
}

.bvi-body .map {
  display: none;
}

.bvi-body .text_after_map .wrap {
  max-width: 1503px;
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 0px;
  height: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.bvi-body .ochki .bvi-panel-close {
  display: none;
}

.close_bad_version_site {
  position: fixed;
  bottom: 50px;
  left: 50px;
}

.svedenia_block_page a {
  padding-left: 0;
}

.media_gall_block_page .item.item_1 {
  border-radius: 15px 0 0 15px;
}

.media_gall_block_page .item.item_3 {
  border-radius: 0 15px 15px 0;
}

.media_gall_block_page .w1320 .wrap .row_g .item span {
  left: 50%;
  transform: translateX(-50%);
}

.media_gall_block_page .w1320 .wrap .row_g .item:hover span, .media_gall_block_page .w1320 .wrap .row_g .item:hover a {
  left: 47%;
  transform: translateX(-50%);
}

.block_fix_les .a_item_it_2 {
  margin-right: 6px;
  margin-left: 6px;
}

.block_fix_les .a_item_it_1 {
  margin-right: 6px;
}

.go_to_home_fil {
  color: #30a65f;
  transition: all ease 0.4s;
}

.go_to_home_fil::before {
  font-size: 33px;
}

.go_to_home_fil:hover {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

#up img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -13px;
  margin-top: -13px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#up {
  z-index: 100;
}

#up {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: black;
  background: #30a65f;
  width: 50px;
  height: 50px;
  display: none;
  padding-bottom: 3px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#up:hover img {
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}

.item_media_block img {
  max-width: 50px;
  max-width: 50px;
  position: absolute;
  left: 30%;
  transform: translateX(-30%);
  transition: all ease 0.4s;
}

.item_media_block {
  position: relative;
}

.item_media_block img:hover {
  left: 26%;
}

.item_media_block:hover .item_media_block img {
  left: 30%;
  transform: translateX(-50%);
}

.media_gall_block_page .w1320 .wrap .row_g .item:hover a, .item_media_block:hover img {
  left: 28%;
  transform: translateX(-50%);
}

.services .wrap .new_build_items .left {
  max-width: 100%;
  width: 100%;
}

.services .wrap .items .left .new_build_item {
  border-radius: 20px;
  max-width: 100%;
}

.activities .wrap .items .row_items .itemisation_block.big {
  max-width: 100%;
  width: 100%;
}

.activities .wrap .items .row_items .itemisation_block .item_3 {
  max-width: 100%;
  border-radius: 0 0 15px 15px;
}

.activities .wrap .items .row_items .itemisation_block_img .item_2 {
  background-image: url(../img/activities_3.png);
  border-radius: 0 15px 15px 0px;
}

.activities .wrap .items .row_items .item.itemisation_block_img_1 {
  border-radius: 15px 0 0 15px;
}

.itemisation_block_activ {
  height: 440px;
}

.left_top_form_search_les_log .inp_site {
  width: 394px;
  max-width: 100%;
}

@media (max-width: 900px) {
  .left_top_form_search_les_log .inp_site {
    max-width: 365px;
    width: 100%;
  }
}

.fs_left_top_form_search_les_log {
  width: 100%;
  max-width: 250px;
}

.sec_left_top_form_search_les_log {
  width: 100%;
  margin-right: 20px;
}

.left_top_form_search_les_log .inp_site {
  width: 100%;
  max-width: 750px;
}

.left_top_form_search_les_log {
  max-width: 100%;
  width: 100%;
}

.gos_les_monitor p {
  font-size: 14px;
}

.deskript_for_space_block_pager ul {
  font-size: 14px;
}

.seed_fund p {
  font-size: 14px;
}

.p_style_settings {
  font-size: 14px;
}

.p_style_settings p {
  font-size: 14px;
}

.rigth_files_block {
  text-align: right;
  display: flex;
  align-items: center;
}

.fiels_footer_resum {
  opacity: 0;
  position: absolute;
  z-index: -1;
  visibility: hidden;
}

.upload_files_label {
  cursor: pointer;
  color: #fff;
}

#call_footer_resum {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 105;
  width: 100%;
}

.inputs_mid_modal_call_back_footer_files {
  margin-top: 0;
}

.rigth_files_block img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.upload_files_label {
  display: flex;
  align-items: center;
}

.index_news .items .item .top_desk_new {
  margin-bottom: 0px;
}

.index_news .items .item .botom_desk_new p {
  font-weight: 400;
  font-size: 14px;
}

.styktyrs_company ul {
  text-align: center;
}

.styktyrs_company ul li ul {
  display: flex;
  justify-content: space-around;
  width: 100%;
}

.styktyrs_company ul li ul li p {
  background-color: #61ca8d;
  max-width: 633px;
  border-radius: 10px;
  width: 100%;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.styktyrs_company ul li p {
  max-width: 313px;
  height: 36px;
  border-radius: 10px;
  background-color: #61ca8d;
  width: 100%;
  color: #fff;
  margin-bottom: 20px;
}

.styktyrs_company ul li {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.resume_btn {
  cursor: pointer;
}

.parent_strukture_level_one {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.parent_strukture_level_two {
  display: flex;
  justify-content: space-evenly;
}

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

.parent_strukture_level_tree {
  display: flex;
  justify-content: space-around;
}

.asd32 p {
  min-width: 20px;
  min-height: 20px;
}

.parent_strukture_level_one p {
  max-width: 313px;
  min-height: 36px;
  width: 100%;
  border-radius: 10px;
  background-color: #61ca8d;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
}

.parent_strukture_level_one {
  margin-bottom: 14px;
}

.parent_strukture_level_two p {
  max-width: 690px;
  min-height: 36px;
  width: 100%;
  border-radius: 10px;
  background-color: #61ca8d;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.parent_strukture_level_two .parent_strukture_level_two {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
}

.parent_strukture_level_tree_child .parent_strukture_level_tree_child {
  margin-bottom: 20px;
}

.parent_strukture_level_tree_child .parent_strukture_level_tree_child p {
  max-width: 301px;
  width: 100%;
  border-radius: 10px 10px 0 0;
  border: 1px solid #30a65f;
  background-color: #ffffff;
  text-align: center;
  padding: 8px 0;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  padding-right: 10px;
  padding-left: 10px;
}

.parent_strukture_level_tree .parent_strukture_level_tree_child {
  max-width: 300px;
}

.parent_strukture_level_two {
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .parent_strukture_level_tree_child .parent_strukture_level_tree_child p {
    font-size: 10px;
    max-width: 175px;
  }
  .parent_strukture_level_two p {
    max-width: 367px;
  }
}

@media (max-width: 530px) {
  .parent_strukture_level_two p {
    max-width: 235px;
  }
  .parent_strukture_level_tree_child .parent_strukture_level_tree_child p {
    font-size: 10px;
    max-width: 112px;
  }
  .parent_strukture_level_two p {
    min-height: 36px;
  }
}

@media (max-width: 460px) {
  .parent_strukture_level_tree_child .parent_strukture_level_tree_child p {
    font-size: 8px;
    max-width: 100px;
  }
  .parent_strukture_level_two p {
    max-width: 208px;
    padding: 24px 0;
  }
}

.body p {
  font-size: 14px;
  line-height: 20px;
}

main .section-main-text p {
  font-size: 14px;
}



.index_news .items .item{
  height: 580px;
}
/* .text_area_errors_modal{
  margin-bottom: 20px;
} */
.inputs_mid_modal_call_back_footer textarea{
  max-width: 217px;
  width: 100%;
  height: 41px;
  border-radius: 6px;
  border: 3px solid #1e914c;
  background-color: #ffffff;
  padding-left: 14px;
  font-family: "Montserrat";
  font-size: 13px;
  padding-top: 10px;
  color: #a9a9a9;
}
#errors_modal_callback{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 105;
  width: 100%;
}

.map_mini{
  display: none;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1281px){
  .map{
    display: none;
    opacity: 0;
    visibility: hidden;
  }
  .map_mini{
    display: block;
    opacity: 1;
    visibility: visible;
  }
}
.bvi-link-copy{
  display: none;
  opacity: 0;
  visibility: hidden;
}

.button_back_to_main_page{
  display: none;
}
@media (max-width: 1220px){
  .button_back_to_main_page{
    display: flex;
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: black;
    background: #30a65f;
    width: 50px;
    height: 50px;
    padding-bottom: 3px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 100;
  }
}
.button_back_to_main_page .go_to_home_fil{
  color: #fff;
  transition: all ease 0.4s;
}
.videoreport .items .item .h3_cnt{
  height: 146px;
}
/* .videoreport .item_photo_contain{
  max-width: 1250px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.videoreport .items.item_photo_contain .item{
  position: relative;
}
.videoreport .items.item_photo_contain .item .h3_cnt{
  position: absolute;
  bottom: 0;
  background-color: #c3c3c3;
  opacity: 0.75;
  width: 100%;
  border: 0;
  max-width: 400px;
  padding-bottom: 10px;
}
.videoreport .items.item_photo_contain .item {
  max-width: 400px;
}
.videoreport .items.item_photo_contain .item .photo img {
  width: 400px;
}
.videoreport .items.item_photo_contain .item .h3_cnt {
  height: unset;
  min-height: unset;
}
.videoreport .items.item_photo_contain .item h3 {
  color: #1b1a1a;
  font-weight: 600;
  font-size: 14px;
} */

.close_bad_version_site.hidden{
  display: none;
}
.close_bad_version_site.active{
  display: block!important;
}
/* .gos_les_monitor .w1320 .wrap .row_g .item span,
.gos_les_monitor .w1320 .wrap .row_g .item a */
.online_block_media.gos_les_monitor .w1320 .wrap .row_g .item span{
  max-width: 100%;
  text-align: center;
}
.new_online_block .col.col_2{
  max-width: 740px;
}

.new_online_block .col.col_3{
  display: none;
}
.online_zayavka.new_online_block .inp_site{
  width: 100%;
  max-width: 100%;
}

.online_zayavka.new_online_block .textarea_site{
  max-width: 100%;
}
.online_zayavka.new_online_block .inp_site{
  min-height: 41px;
  height: 100%;
}
.sec_textarea{
  max-height: 62px;
  margin-bottom: 18px;
}

.new_online_block .smbt_site{
  border-radius: 21px;
  background-color: #ffffff;
  color: #30a65f;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border: none;
  transition: all ease 0.4s;

  max-width: 148px;
  width: 100%;
  height: 42px;
  border-radius: 21px;
  background-color: #30a65f;
  color: #fff;
  margin-top: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.new_online_block .smbt .right{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.new_online_block .fiz_inpts {
  margin-bottom: 10px;
}

.new_online_block .smbt {
  margin-top: 25px;
}
.new_online_block .smbt p{
  text-align: right;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0.07px;
}

.req_span{
  margin-top: 15px;
  text-align: center;
  width: 100%;
  display: block;
}



.input__wrapper {
  width: 100%;
  position: relative;
  margin: 15px 0;
  text-align: center;
}

.input__file {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.input__file-icon-wrapper {
  height: 60px;
  width: 60px;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: 1px solid #fff;
}

.input__file-button-text {
  line-height: 1;
  margin-top: 1px;
}

.input__file-button {
  width: 100%;
  max-width: 290px;
  height: 50px;
  background: #30a65f;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-radius: 3px;
  cursor: pointer;
  /* margin: 0 auto; */
}

.item_downloa_files{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.item_downloa_files p{
  text-align: left;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0.07px;
  width: 100%;
}
.input__wrapper{
  display: flex;
  justify-content: flex-end;
  margin: 0;

}

.item_downloa_files{
  margin-bottom: 18px;
}
@media (max-width: 620px){
  .online_zayavka .textarea_site{
    height: 100%;
    min-height: 62px;
  }

}

.select_rcfh_form{
  min-height: 41px;
  height: 41px;
    width: 100%;
  max-width: 100%;
    margin-bottom: 18px;
    padding: 0;
    padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
  color: #6f9686;
  resize: none;
  border: 1px solid #000000;
  background-color: #ffffff;
  font-family: "Montserrat";
  font-weight: 400;
  border-radius: 5px;
  padding-top: 10px;
  text-transform: capitalize;
   padding-top: 0;
  /*display: flex;
  align-items: center; */
}
.select_rcfh_form option{
  min-height: 41px;
  height: 100%;
    width: 100%;
  max-width: 100%;
    margin-bottom: 18px;
    padding: 0;
    padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
  color: #6f9686;
  resize: none;
  border: 1px solid #000000;
  background-color: #ffffff;
  font-family: "Montserrat";
  font-weight: 400;
  border-radius: 5px;
  padding-top: 10px;
  text-transform: capitalize;
}

.select_rcfh_form.no_cap {
  text-transform: none;
}
.select_rcfh_form.no_cap option{
  text-transform: none;
}

.text_after_map .wrap{
  width: 100%;
  max-width: unset;
}



.gos_les_monitor .w1320 .rosles_reestr_pet.wrap .row_g .item span{
  max-width: 310px;
}


.table_bigest_ever{
  max-width: 100%;
  width: 100%;

}

.table_bigest_ever{
  max-width: 100%;
  max-height: 600px;
  overflow: auto;
  margin: 0 auto;
}


