* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

body {
  background-color: #fff;
  font-family: OpenSans;
  font-weight: 400;
  font-size: 15px;
  color: #002e46;
}

ul li {
  list-style-type: none;
}

a {
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

.df {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.fww {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fcc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fsb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fsa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.jcc {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.aic {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fdr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.fdc {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.fdrr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.fdcr {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.jcsb {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.jcsa {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.jcc {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.jcfs {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.jcfe {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.aifs {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.aife {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.block {
  max-width: 1420px;
  margin: 0 auto;
}

.header {
  background: rgba(226, 236, 243, 0.4);
  /*background: #e2ecf3;*/
  /*background: -moz-linear-gradient(-45deg, #e2ecf3 0, #f5f9fb 100%);*/
  /*background: -webkit-gradient(left top, right bottom, color-stop(0, #e2ecf3), color-stop(100%, #f5f9fb));*/
  /*background: -webkit-linear-gradient(-45deg, #e2ecf3 0, #f5f9fb 100%);*/
  /*background: -o-linear-gradient(-45deg, #e2ecf3 0, #f5f9fb 100%);*/
  /*background: -ms-linear-gradient(-45deg, #e2ecf3 0, #f5f9fb 100%);*/
  /*background: linear-gradient(135deg, #e2ecf3 0, #f5f9fb 100%);*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2ecf3', endColorstr='#f5f9fb', GradientType=1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 120px;
  padding: 10px 20px 20px 20px;
}

.header .header_content_left {
  width: 20%;
}

.header .header_content_left a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: inherit;
  font-family: OpenSans;
  font-weight: 700;
  font-size: 15px;
  color: #002e46;
  margin-bottom: 10px;
}

.header .header_content_left a:last-of-type {
  margin-bottom: 0;
}

.header .header_content_left a .icon {
  margin-right: 6px;
}

.header .icon {
  margin-right: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .icon img {
  width: 100%;
  height: auto;
}

.header .header_content_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header .header_content_center .gerb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .header_content_center .gerb img {
  width: 100%;
  height: auto;
}

.header .header_content_center .title {
  margin: 0 10px;
}

.header .header_content_center .title h1 {
  text-align: center;
  text-transform: uppercase;
  font-size: 53px;
  line-height: 50px;
  font-family: Vollkorn;
  font-weight: 700;
}

.header .header_content_center .title p {
  text-align: center;
  font-family: Vollkorn;
  font-weight: 700;
  font-size: 24px;
  line-height: 20px;
}

.header .header_content_right {
  width: 20%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header .header_content_right .languages_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .header_content_right .languages_block .languages li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header .header_content_right .languages_block .languages li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 15px;
}

.header .header_content_right .languages_block .languages li a img {
  width: 100%;
  height: auto;
}

.header .header_content_right .languages_block .icon_lang img {
  width: 100%;
}

.header .header_content_right .search_wrap {
  position: relative;
}

.header .header_content_right .search_wrap .submit {
  content: "";
  position: absolute;
  display: block;
  height: 26px;
  width: 26px;
  top: 5px;
  right: 5px;
  font-size: 0;
  border: none;
  outline: 0;
  z-index: 10;
  background-color: #fff;
  background-image: url(../img/search.png);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}

.header .header_content_right .search_wrap .search {
  padding: 10px 30px 10px 10px;
  border: 1px solid #dad5c6;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 320px;
}

.site_menu {
  background: rgba(36, 77, 98, 0.9);
  background: -moz-linear-gradient(
    to bottom,
    rgba(36, 77, 98, 0.9) 0,
    rgba(33, 74, 97, 0.9) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0, #244d62),
    color-stop(100%, #214a61)
  );
  background: -webkit-linear-gradient(
    to bottom,
    rgba(36, 77, 98, 0.9) 0,
    rgba(33, 74, 97, 0.9) 100%
  );
  background: -o-linear-gradient(
    to bottom,
    rgba(36, 77, 98, 0.9) 0,
    rgba(33, 74, 97, 0.9) 100%
  );
  background: -ms-linear-gradient(
    to bottom,
    rgba(36, 77, 98, 0.9) 0,
    rgba(33, 74, 97, 0.9) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(36, 77, 98, 0.9) 0,
    rgba(33, 74, 97, 0.9) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#244d62', endColorstr='#214a61', GradientType=0);
}
.site_menu_fixed {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 600;
}

.site_menu .button {
  display: none;
}

.site_menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.site_menu ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  transition: 0.2s;
  position: relative;
}

.site_menu ul li a {
  position: relative;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 15px;
  padding: 15px 20px;
  transition: 0.2s;
  overflow: hidden;
}

.site_menu ul li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 0;
  margin: auto;
  height: 0;
  border-style: solid;
  border-width: 7px 24px 0 24px;
  border-color: #fff transparent transparent transparent;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: 0.2s;
}

.site_menu ul li.has-sub ul {
  position: absolute;
  width: auto;
  top: 100%;
  height: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  /* transition: none; */
  /*overflow: hidden;*/
  transform-origin: top;
  z-index: 150;
}

.site_menu ul li.has-sub ul li {
  background-color: #002e46;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.site_menu ul li.has-sub ul li a {
  padding: 10px 15px;
  width: 250px;
  text-align: left;
  /* -webkit-transform: translateY(-100%); */
  /*   -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%); */
  /* transform: translateY(-100%); */
  /* transition: .2s */
}

.site_menu ul li.has-sub ul li a:before {
  display: none;
}

.site_menu ul li.has-sub ul li:nth-of-type(2) {
  background-color: #003855;
}

.site_menu ul li.has-sub ul li:nth-of-type(3) {
  background-color: #004265;
}

.site_menu ul li.has-sub ul li:nth-of-type(4) {
  background-color: #004c74;
}

.site_menu ul li.has-sub ul li:nth-of-type(5) {
  background-color: #005683;
}

.site_menu ul li.has-sub ul li:nth-of-type(6) {
  background-color: #006093;
}

.site_menu ul li.has-sub ul li:nth-of-type(7) {
  background-color: #006aa2;
}

.site_menu ul li.has-sub ul li:nth-of-type(8) {
  background-color: #0074b1;
}

.site_menu ul li.has-sub ul li:nth-of-type(9) {
  background-color: #007ec0;
}

.site_menu ul li.has-sub ul li:nth-of-type(10) {
  background-color: #0084c8;
}

.site_menu ul li.has-sub ul li:nth-of-type(11) {
  background-color: #0093df;
}

.site_menu ul li.has-sub ul li:nth-of-type(12) {
  background-color: #009dee;
}

.site_menu ul li:hover {
  background-color: #002e46;
  /*transition: .2s*/
}

.site_menu ul li:hover a:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition: 0.2s;
}

.site_menu ul li.has-sub:hover ul {
  height: 200px;
  transition: none;
}

.main_part_news_rewiews_with_small_img a:nth-child(1),
.main_part_news_rewiews_with_small_img a:nth-child(2),
.main_part_news_rewiews_with_small_img a:nth-child(3) {
  display: none;
}
.main_part_news_rewiews_with_small_img a.read_more {
  display: block;
}
/*.site_menu ul li.has-sub:hover ul li a {*/
/*-webkit-transform: translateY(0);*/
/*-moz-transform: translateY(0);*/
/*-ms-transform: translateY(0);*/
/*-o-transform: translateY(0);*/
/*transform: translateY(0);*/
/*transition: .3s*/
/*}*/

.main_page_block_1 {
  /*position: relative;*/
  /*padding-top: 20px*/
  /*z-index: -1;*/
}
.camera_wrap {
  margin-top: -165px;
  z-index: -1;
}
.main_page_block_1 .slider_wrap {
  width: 100%;
}

.main_page_block_1 .slider_wrap .slider_1 .slick-list .slider_item img {
  width: 100%;
  height: auto;
}

.main_page_block_1 .slider_wrap .slider_1 .slick-arrow {
  display: none !important;
}

.main_page_block_1 .slider_wrap .slider_1 .slick-list {
  padding: 0 !important;
}

.main_page_block_1 .block {
  position: absolute;
  top: 185px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 80;
  /* height: 47%; */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main_page_block_1 .block .contacts {
  background: rgba(32, 73, 95, 0.8);
  color: #fff;
  font-weight: 700;
  text-align: center;
  /* margin-top: 40px; */
  z-index: -2;
  padding: 16px;
  width: 660px;
}
.main_page_block_1 .block .contacts a {
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.main_page_block_1 .block .contacts h5 {
  font-size: 18px;
  text-transform: uppercase;
}

.main_page_block_1 .block .contacts h5:last-of-type {
  color: #e2a61d;
}

.main_page_block_1 .block .contacts p {
  font-size: 18px;
  margin-bottom: 18px;
}

.main_page_block_2,
.main_page_block_3 {
  margin: 10px 0;
}

.main_page_block_2 .block,
.main_page_block_3 .block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main_page_block_3 .main_part {
  padding-top: 20px;
}

.read_more_wrap {
  margin: 20px auto 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.read_more_wrap .read_more {
  display: inline-block;
  font-weight: 700;
  color: #d08800;
  padding: 0 20px;
  line-height: 30px;
  vertical-align: middle;
  text-align: center;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #d08800;
  -webkit-box-shadow: 0 1px 2px 0 #3d3d3d;
  box-shadow: 2px 2px 2px 0 #b3b3b3;
}

.main_part .read_more_wrap {
  margin: 7px auto 0 auto;
}

.sitebar {
  width: 340px;
  background-color: #e6e6e6;
  padding: 20px;
  height: auto;
}

.sitebar .big_review {
  background-color: #d9d4c5;
}

.sitebar .big_review .big_review_img img {
  width: 100%;
  height: auto;
}

.sitebar .big_review .big_review_title {
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.sitebar .big_review .big_review_desc {
  text-align: center;
  font-size: 15px;
  line-height: 19px;
  padding-bottom: 10px;
}

.sitebar .privetstie {
  margin-top: 15px;
}

.sitebar .privetstie h3 {
  font-size: 18px;
  text-align: center;
  font-weight: 500;
}

.sitebar .services_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100px;
  background-color: #dad5c6;
  margin-bottom: 15px;
  -webkit-box-shadow: 0 2px 2px 0 #3d3d3d;
  box-shadow: 0 2px 2px 0 #3d3d3d;
  position: relative;
}

.news_bar > li:nth-of-type(1) {
  background-color: #002e46;
}
.news_bar > li:nth-of-type(2) {
  background-color: #003855;
}

.news_bar > li:nth-of-type(3) {
  background-color: #004265;
}

.news_bar > li:nth-of-type(4) {
  background-color: #004c74;
}

.news_bar > li:nth-of-type(5) {
  background-color: #005683;
}

.news_bar > li:nth-of-type(6) {
  background-color: #006093;
}

.news_bar > li:nth-of-type(7) {
  background-color: #006aa2;
}

.news_bar > li:nth-of-type(8) {
  background-color: #0074b1;
}

.news_bar > li:nth-of-type(9) {
  background-color: #007ec0;
}

.news_bar > li:nth-of-type(10) {
  background-color: #0084c8;
}

.news_bar > li:nth-of-type(11) {
  background-color: #0093df;
}

.news_bar > li:nth-of-type(12) {
  background-color: rgba(0, 157, 238, 0.78);
}
.news_bar > li:nth-of-type(13) {
  background-color: rgba(0, 157, 238, 0.56);
}
.news_bar > li:nth-of-type(14) {
  background-color: rgba(0, 157, 238, 0.42);
}
.news_bar > li:nth-of-type(15) {
  background-color: rgba(0, 157, 238, 0.15);
}

.news_bar > li > ul.nav-child > li:nth-of-type(1) {
  background-color: #002e46;
}
.news_bar > li > ul.nav-child > li:nth-of-type(2) {
  background-color: #003855;
}

.news_bar > li > ul.nav-child > li:nth-of-type(3) {
  background-color: #004265;
}

.news_bar > li > ul.nav-child > li:nth-of-type(4) {
  background-color: #004c74;
}

.news_bar > li > ul.nav-child > li:nth-of-type(5) {
  background-color: #005683;
}

.news_bar > li > ul.nav-child > li:nth-of-type(6) {
  background-color: #006093;
}

.news_bar > li > ul.nav-child > li:nth-of-type(7) {
  background-color: #006aa2;
}

.news_bar > li > ul.nav-child > li:nth-of-type(8) {
  background-color: #0074b1;
}

.news_bar > li > ul.nav-child > li:nth-of-type(9) {
  background-color: #007ec0;
}

.news_bar > li > ul.nav-child > li:nth-of-type(10) {
  background-color: #0084c8;
}

.news_bar > li > ul.nav-child > li:nth-of-type(11) {
  background-color: #0093df;
}

.news_bar > li > ul.nav-child > li:nth-of-type(12) {
  background-color: rgba(0, 157, 238, 0.78);
}
.news_bar > li > ul.nav-child > li:nth-of-type(13) {
  background-color: rgba(0, 157, 238, 0.56);
}
.news_bar > li > ul.nav-child > li:nth-of-type(14) {
  background-color: rgba(0, 157, 238, 0.42);
}
.news_bar > li > ul.nav-child > li:nth-of-type(15) {
  background-color: rgba(0, 157, 238, 0.15);
}

/*.news_bar>li>ul.nav-child>li>ul.nav-child>li:nth-of-type(1) {*/
/*background-color: #002e46;*/
/*}*/
/*.news_bar>li>ul.nav-child>li>ul.nav-child>li:nth-of-type(2) {*/
/*background-color: #003855*/
/*}*/

/*.news_bar>li>ul.nav-child>li>ul.nav-child>li:nth-of-type(3) {*/
/*background-color: #004265*/
/*}*/

/*.news_bar>li>ul.nav-child>li>ul.nav-child>li:nth-of-type(4) {*/
/*background-color: #004c74*/
/*}*/

/*.news_bar>li>ul.nav-child>li>ul.nav-child>li:nth-of-type(5) {*/
/*background-color: #005683*/
/*}*/

/*.news_bar>li>ul.nav-child>li>ul.nav-child>li:nth-of-type(6) {*/
/*background-color: #006093*/
/*}*/

/*.news_bar>li>ul.nav-child>li>ul.nav-child>li:nth-of-type(7) {*/
/*background-color: #006aa2*/
/*}*/

/*.news_bar>li>ul.nav-child>li>ul.nav-child>li:nth-of-type(8) {*/
/*background-color: #0074b1*/
/*}*/

/*.news_bar>li>ul.nav-child>li>ul.nav-child>li:nth-of-type(9) {*/
/*background-color: #007ec0*/
/*}*/

/*.news_bar>li>ul.nav-child>li>ul.nav-child>li:nth-of-type(10) {*/
/*background-color: #0084c8;*/
/*}*/

/*.news_bar>li>ul.nav-child>li>ul.nav-child>li:nth-of-type(11) {*/
/*background-color: #0093df*/
/*}*/

/*.news_bar>li>ul.nav-child>li>ul.nav-child>li:nth-of-type(12) {*/
/*background-color: rgba(0, 157, 238, 0.78)*/
/*}*/
/*.news_bar>li>ul.nav-child>li>ul.nav-child>li:nth-of-type(13) {*/
/*background-color: rgba(0, 157, 238, 0.56)*/
/*}*/
/*.news_bar>li>ul.nav-child>li>ul.nav-child>li:nth-of-type(14) {*/
/*background-color: rgba(0, 157, 238, 0.42)*/
/*}*/
/*.news_bar>li>ul.nav-child>li>ul.nav-child>li:nth-of-type(15) {*/
/*background-color: rgba(0, 157, 238, 0.15)*/
/*}*/

/*.news_bar>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li:nth-of-type(1) {*/
/*background-color: #002e46;*/
/*}*/
/*.news_bar>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li:nth-of-type(2) {*/
/*background-color: #003855*/
/*}*/

/*.news_bar>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li:nth-of-type(3) {*/
/*background-color: #004265*/
/*}*/

/*.news_bar>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li:nth-of-type(4) {*/
/*background-color: #004c74*/
/*}*/

/*.news_bar>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li:nth-of-type(5) {*/
/*background-color: #005683*/
/*}*/

/*.news_bar>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li:nth-of-type(6) {*/
/*background-color: #006093*/
/*}*/

/*.news_bar>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li:nth-of-type(7) {*/
/*background-color: #006aa2*/
/*}*/

/*.news_bar>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li:nth-of-type(8) {*/
/*background-color: #0074b1*/
/*}*/

/*.news_bar>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li:nth-of-type(9) {*/
/*background-color: #007ec0*/
/*}*/

/*.news_bar>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li:nth-of-type(10) {*/
/*background-color: #0084c8;*/
/*}*/

/*.news_bar>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li:nth-of-type(11) {*/
/*background-color: #0093df*/
/*}*/

/*.news_bar>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li:nth-of-type(12) {*/
/*background-color: rgba(0, 157, 238, 0.78)*/
/*}*/
/*.news_bar>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li:nth-of-type(13) {*/
/*background-color: rgba(0, 157, 238, 0.56)*/
/*}*/
/*.news_bar>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li:nth-of-type(14) {*/
/*background-color: rgba(0, 157, 238, 0.42)*/
/*}*/
/*.news_bar>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li:nth-of-type(15) {*/
/*background-color: rgba(0, 157, 238, 0.15)*/
/*}*/

/*.news_bar>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li:nth-of-type(1) {*/
/*background-color: #002e46;*/
/*}*/
/*.news_bar>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li:nth-of-type(2) {*/
/*background-color: #003855*/
/*}*/

/*.news_bar>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li:nth-of-type(3) {*/
/*background-color: #004265*/
/*}*/

/*.news_bar>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li:nth-of-type(4) {*/
/*background-color: #004c74*/
/*}*/

/*.news_bar>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li:nth-of-type(5) {*/
/*background-color: #005683*/
/*}*/

/*.news_bar>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li:nth-of-type(6) {*/
/*background-color: #006093*/
/*}*/

/*.news_bar>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li:nth-of-type(7) {*/
/*background-color: #006aa2*/
/*}*/

/*.news_bar>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li:nth-of-type(8) {*/
/*background-color: #0074b1*/
/*}*/

/*.news_bar>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li:nth-of-type(9) {*/
/*background-color: #007ec0*/
/*}*/

/*.news_bar>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li:nth-of-type(10) {*/
/*background-color: #0084c8;*/
/*}*/

/*.news_bar>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li:nth-of-type(11) {*/
/*background-color: #0093df*/
/*}*/

/*.news_bar>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li:nth-of-type(12) {*/
/*background-color: rgba(0, 157, 238, 0.78)*/
/*}*/
/*.news_bar>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li:nth-of-type(13) {*/
/*background-color: rgba(0, 157, 238, 0.56)*/
/*}*/
/*.news_bar>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li:nth-of-type(14) {*/
/*background-color: rgba(0, 157, 238, 0.42)*/
/*}*/
/*.news_bar>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li:nth-of-type(15) {*/
/*background-color: rgba(0, 157, 238, 0.15)*/
/*}*/

/*.news_bar>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li:nth-of-type(1) {*/
/*background-color: #002e46;*/
/*}*/
/*.news_bar>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li:nth-of-type(2) {*/
/*background-color: #003855*/
/*}*/

/*.news_bar>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li:nth-of-type(3) {*/
/*background-color: #004265*/
/*}*/

/*.news_bar>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li:nth-of-type(4) {*/
/*background-color: #004c74*/
/*}*/

/*.news_bar>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li:nth-of-type(5) {*/
/*background-color: #005683*/
/*}*/

/*.news_bar>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li:nth-of-type(6) {*/
/*background-color: #006093*/
/*}*/

/*.news_bar>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li:nth-of-type(7) {*/
/*background-color: #006aa2*/
/*}*/

/*.news_bar>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li:nth-of-type(8) {*/
/*background-color: #0074b1*/
/*}*/

/*.news_bar>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li:nth-of-type(9) {*/
/*background-color: #007ec0*/
/*}*/

/*.news_bar>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li:nth-of-type(10) {*/
/*background-color: #0084c8;*/
/*}*/

/*.news_bar>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li:nth-of-type(11) {*/
/*background-color: #0093df*/
/*}*/

/*.news_bar>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li:nth-of-type(12) {*/
/*background-color: rgba(0, 157, 238, 0.78)*/
/*}*/
/*.news_bar>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li:nth-of-type(13) {*/
/*background-color: rgba(0, 157, 238, 0.56)*/
/*}*/
/*.news_bar>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li:nth-of-type(14) {*/
/*background-color: rgba(0, 157, 238, 0.42)*/
/*}*/
/*.news_bar>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li>ul.nav-child>li:nth-of-type(15) {*/
/*background-color: rgba(0, 157, 238, 0.15)*/
/*}*/

a.okno_wrapp {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
}
a.okno_wrapp:hover {
  background: #00000026;
}
.main_page_block_3 .block .sitebar > a {
  min-height: 100px;
}
.sitebar .services_item:last-of-type {
  margin-bottom: 0;
}

.sitebar .services_item .services_item_img {
  width: 50px;
  margin-bottom: 10px;
}

.sitebar .services_item .services_item_img img {
  width: 100%;
  height: auto;
}

.sitebar .services_item p a {
  font-size: 16px;
  font-weight: 700;
  color: #002e46;
  text-align: center;
}

.news_title,
.newscontainer-itemTitle {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 18px;
  line-height: 18px;
  font-family: Vollkorn;
  font-weight: 700;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  background-color: #dad5c6;
  text-transform: uppercase;
  padding: 15px 0 11px 0;
  text-align: center;
}

.main_part {
  width: calc(100% - 680px);
  margin: 0 10px;
}

.main_part .services_desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
  border: 1px solid #dad5c6;
  border-top: none;
}

.main_part .services_desc .services_desc_item {
  width: 225px;
}

.main_part .services_desc .services_desc_item .services_desc_item_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
  padding: 10px 0;
  background-color: #1a2e47;
  position: relative;
}

.main_part .services_desc .services_desc_item .services_desc_item_title:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 112.5px 0 112.5px;
  border-color: #1a2e47 transparent transparent transparent;
}

.main_part
  .services_desc
  .services_desc_item
  .services_desc_item_title
  .title_img {
  margin-right: 15px;
}

.main_part
  .services_desc
  .services_desc_item
  .services_desc_item_title
  .title_img
  img {
  width: 100%;
}

.main_part .services_desc .services_desc_item .services_desc_item_title h4 a {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-family: Vollkorn;
  font-weight: 700;
}

.main_part .services_desc .services_desc_item .services_desc_item_links {
  padding-left: 35px;
  position: relative;
  color: #002a46;
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
}

.main_part .services_desc .services_desc_item .services_desc_item_links:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  top: 8px;
  left: 20px;
  background-color: #002a46;
}

.main_part .topics {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -5px;
}

.main_part .topics .topics_item_wrap {
  width: 33.33%;
  height: 110px;
  padding: 5px;
}

.main_part .topics .topics_item_wrap .topics_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.main_part .topics .topics_item_wrap .topics_item h5 {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.osmap-items li a {
  color: #000000;
}
.main_part .topics .topics_item_wrap .topics_item h5 a {
  font-size: 18px;
  font-weight: 700;
  color: #002e46;
}
.main_part .topics .topics_item_wrap .topics_item h5:hover {
  opacity: 0;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.main_part_news_rewiews_with_big_img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main_part_news_rewiews_with_big_img .with_big_img_item {
  width: 100%;
  position: relative;
  display: block;
}

.main_part_news_rewiews_with_big_img .with_big_img_item .with_big_img_item_img {
  width: 100%;
  /*min-height: 180px;*/
  /*display: block;*/
}
a.banner-left-title {
  font-family: OpenSans;
  font-weight: 700;
  font-size: 13px;
  color: #002e46;
}
.info_block .info_item > p {
  line-height: 15px;
}
.main_part_news_rewiews_with_big_img
  .with_big_img_item:nth-child(1)
  .with_big_img_item_img {
  width: 100%;
  min-height: 260px;
  display: block;
}
.main_part_news_rewiews_with_big_img
  .with_big_img_item:nth-child(2)
  .with_big_img_item_img,
.main_part_news_rewiews_with_big_img
  .with_big_img_item:nth-child(3)
  .with_big_img_item_img {
  width: 100%;
  min-height: 180px;
  display: block;
}

.main_part_news_rewiews_with_big_img
  .with_big_img_item:nth-child(4)
  .with_big_img_item_img,
.main_part_news_rewiews_with_big_img
  .with_big_img_item:nth-child(5)
  .with_big_img_item_img {
  width: 100%;
  min-height: 180px;
  display: block;
}

.main_part_news_rewiews_with_big_img
  .with_big_img_item
  .with_big_img_item_img
  img {
  width: 100%;
}

.main_part_news_rewiews_with_big_img
  .with_big_img_item
  .with_big_img_item_text {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  padding: 10px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0,
    rgba(150, 158, 166, 0) 44%,
    #102234 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0, rgba(255, 255, 255, 0)),
    color-stop(44%, rgba(150, 158, 166, 0)),
    color-stop(100%, #102234)
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0,
    rgba(150, 158, 166, 0) 44%,
    #102234 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0,
    rgba(150, 158, 166, 0) 44%,
    #102234 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0,
    rgba(150, 158, 166, 0) 44%,
    #102234 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0,
    rgba(150, 158, 166, 0) 44%,
    #102234 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#102234', GradientType=0);
}

.main_part_news_rewiews_with_big_img
  .with_big_img_item
  .with_big_img_item_text
  h4 {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.main_part_news_rewiews_with_big_img
  .with_big_img_item
  .with_big_img_item_text
  .date {
  font-size: 15px;
  color: #008ebf;
  margin-top: 10px;
}

.main_part_news_rewiews_with_big_img .with_big_img_item:nth-of-type(2) {
  width: 49%;
  margin-top: 10px;
}

.main_part_news_rewiews_with_big_img .with_big_img_item:nth-of-type(3) {
  width: 49%;
  margin-top: 10px;
}

.main_part_news_rewiews_with_big_img .with_big_img_item:nth-of-type(4) {
  width: 49%;
  margin-top: 10px;
}

.main_part_news_rewiews_with_big_img .with_big_img_item:nth-of-type(5) {
  width: 49%;
  margin-top: 10px;
}

.main_part_news_rewiews_with_small_img {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main_part_news_rewiews_with_small_img
  .with_small_img_item
  .with_small_img_item_img {
  width: 90px;
}

.with_small_img_item .with_small_img_item_img {
  width: 80px;
}

.with_small_img_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.with_small_img_item .with_small_img_item_img {
  border: 4px solid #dad5c6;
  padding: 3px;
  margin-right: 10px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.with_small_img_item .with_small_img_item_img img {
  width: 100%;
  height: auto;
}

.with_small_img_item .with_small_img_item_text {
  /*     display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between */
}

.with_small_img_item .with_small_img_item_text h4 {
  color: #445568;
  font-size: 15px;
  line-height: 17px;
  font-weight: 700;
}

.with_small_img_item .with_small_img_item_text .date {
  font-size: 15px;
  color: #008ebf;
  margin-top: 5px;
}

.info_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.info_block .info_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #a09b8d;
  width: 20%;
  height: 100px;
  padding: 10px;
}

.info_block .info_item .info_item_img {
  margin-right: 20px;
  width: 50px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.info_block .info_item .info_item_img img {
  width: 100%;
}

.info_block .info_item .info_item_text {
  font-size: 15px;
  font-weight: 700;
}

.info_block .info_item:nth-of-type(2) {
  background-color: #a5a093;
}

.info_block .info_item:nth-of-type(3) {
  background-color: #a9a598;
}

.info_block .info_item:nth-of-type(4) {
  background-color: #aeaa9e;
}

.info_block .info_item:nth-of-type(5) {
  background-color: #b3afa3;
}

.info_block .info_item:nth-of-type(6) {
  background-color: #b7b3a9;
}

.info_block .info_item:nth-of-type(7) {
  background-color: #bcb8ae;
}

.info_block .info_item:nth-of-type(8) {
  background-color: #c0bdb4;
}

.info_block .info_item:nth-of-type(9) {
  background-color: #c5c2ba;
}

.info_block .info_item:nth-of-type(10) {
  background-color: #cac7bf;
}

.info_block .info_item:nth-of-type(11) {
  background-color: #ceccc5;
}

.info_block .info_item:nth-of-type(12) {
  background-color: #d3d1ca;
}

.info_block .info_item:nth-of-type(13) {
  background-color: #d8d6d0;
}

.info_block .info_item:nth-of-type(14) {
  background-color: #dcdad5;
}

.info_block .info_item:nth-of-type(15) {
  background-color: #e1dfdb;
}

.main_page_block_5,
.main_page_block_4 {
  padding: 0 10px;
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main_page_block_5 .sobutiya_pozdravleniya {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.main_page_block_5 .sobutiya_pozdravleniya .tabs {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 1300px;
  padding-right: 10px;
}

.tabs .tab {
  width: 100%;
  float: left;
  text-align: center;
  display: inline-block;
  background-color: #dad5c6;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  color: #002a46;
  text-transform: uppercase;
  font-size: 15px;
  font-family: Vollkorn;
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
  transition: 0.2s;
}

.tabs .tab:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -14px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 271px 0 271px;
  border-color: #fff transparent transparent transparent;
}

.tabs .tab.active {
  transition: 0.2s;
  background-color: #1a2e47;
  color: #fff;
  font-size: 22px;
  letter-spacing: 1px;
}

.tabs .tab.active:before {
  border-color: #1a2e47 transparent transparent transparent;
}

.tabs .content {
  display: none;
  padding: 0 20px 20px 20px;
}

.tabs .content .tab_content_item {
  margin-bottom: 20px;
}

.tabs .content .tab_content_item:last-of-type {
  /*margin-bottom: 0*/
}
.single_news .part1-item .news_bar li {
  list-style: none;
}
.tabs .content .tab_content_item .title {
  font-weight: 700;
  margin-bottom: 10px;
}

.tabs .content .tab_content_item .date {
  color: #008ebf;
  margin: 7px 0;
}

.tabs .content .tab_content_item .read_all {
  font-weight: 700;
  color: #d08800;
}

.tabs .content.active {
  display: block !important;
  border: 1px solid #dad5c6;
}

.organizaciy_wrap {
  max-width: 100%;
  margin-top: -5px;
}

.organizaciy_wrap .organizaciy {
  width: 100%;
  position: relative;
}

.organizaciy_wrap .organizaciy:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 5px;
  bottom: 5px;
  width: 50px;
  z-index: 50;
  background-color: #dad5c6;
}

.organizaciy_wrap .organizaciy .slick-arrow {
  position: absolute;
  cursor: pointer;
  right: 30px;
  z-index: 51;
  font-size: 0;
  width: 30px;
  height: 30px;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  outline: 0;
}

.organizaciy_wrap .organizaciy .slick-prev {
  top: 20px;
  background-image: url(../img/verh.png);
}

.organizaciy_wrap .organizaciy .slick-next {
  bottom: 20px;
  background-image: url(../img/niz.png);
}

.organizaciy_wrap .organizaciy .slick-list {
  padding: 0 0 !important;
}

.organizaciy_wrap .organizaciy .organizaciy_item {
  outline: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e6e6e6;
  margin: 5px 0;
  height: 90px;
  padding: 0 10px;
}

.organizaciy_wrap .organizaciy .organizaciy_item:last-of-type {
  margin-bottom: 0;
}

.organizaciy_wrap .organizaciy .organizaciy_item .organizaciy_item_img {
  margin-right: 15px;
  width: 10%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.organizaciy_wrap .organizaciy .organizaciy_item .organizaciy_item_img img {
  width: 100%;
}

.organizaciy_wrap .organizaciy .organizaciy_item .organizaciy_item_text {
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
}
FV .main_page_block_6 {
  padding: 20px 10px;
}

.main_page_block_6 .gallery_wrap {
  padding: 20px 0;
  background-color: #e6e6e6;
}

.main_page_block_6 .gallery_wrap .news_title {
  width: calc(100% - 20px);
  margin: 0 auto;
  background-color: #dad5c6;
}

.slick-list {
  padding: 15px 0 !important;
}

.main_page_gallery .slick-arrow {
  position: absolute;
  cursor: pointer;
  top: -40px;
  z-index: 51;
  font-size: 0;
  width: 30px;
  height: 30px;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  outline: 0;
}

.main_page_gallery .slick-prev {
  left: 20px;
  background-image: url(../img/levo.png);
}

.main_page_gallery .slick-next {
  right: 20px;
  background-image: url(../img/pravo.png);
}

.main_page_gallery .main_page_gallery_item {
  position: relative;
  margin: 0 10px;
  background-color: #dad5c6;
  padding: 3px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.main_page_gallery .main_page_gallery_item .gallery_item_img {
  width: 100%;
}

.main_page_gallery .main_page_gallery_item .gallery_item_img img {
  width: 100%;
  height: auto;
}

.main_page_gallery .main_page_gallery_item .gallery_item_text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 5;
  background: rgba(0, 0, 0, 0.4);
  padding: 10px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.main_page_gallery .main_page_gallery_item .gallery_item_text p a {
  color: #fff;
  font-weight: 700;
}

.main_page_gallery .main_page_gallery_item:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.main_page_gallery .main_page_gallery_item:hover .gallery_item_text {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background: rgba(0, 0, 0, 0);
}

.main_page_block_7 {
  padding: 0 10px;
}
.single_news {
  width: 100%;
}
.eksport {
  display: none;
}
.main_page_block_7 .structura {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main_page_block_7 .structura .structura_block {
  list-style: none;
  padding: 0;
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
  list-style-type: decimal;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

ul.structura_block > li > a {
  color: #002a46;
  font-size: 18px;
  line-height: 21px;
  display: block;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

ul.structura_block > li > a:before {
  position: absolute;
  content: "";
  top: 6px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #d08700;
}

ul.structura_block > li > a:hover {
  text-decoration: underline;
}

.main_page_block_8 {
  padding: 20px 10px 0 10px;
}

.main_page_block_8 .info_resurs_wrap {
  padding: 20px 10px 0 10px;
  background-color: #e6e6e6;
}

.main_page_block_8 .info_resurs_wrap .news_title {
  height: 50px;
  width: calc(100% - 20px);
  margin: 0 auto;
  background-color: #dad5c6;
}

.info_resurs .slick-arrow {
  position: absolute;
  cursor: pointer;
  top: -40px;
  z-index: 51;
  font-size: 0;
  width: 30px;
  height: 30px;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  outline: 0;
}

.info_resurs .slick-prev {
  left: 20px;
  background-image: url(../img/levo.png);
}

.info_resurs .slick-next {
  right: 20px;
  background-image: url(../img/pravo.png);
}

.info_resurs .info_resurs_item {
  margin: 0 10px;
  background-color: #fff;
  min-height: 220px;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
a.mainbanners-img {
  display: block;
  position: absolute;
  bottom: 20px;
  width: 100%;
}
.map_info .info p a {
  color: #ffffff;
}
.map_info .info p a:before {
  content: "- ";
}
.info_resurs .info_resurs_item .info_resurs_item_img {
  width: auto;
}

.info_resurs .info_resurs_item .info_resurs_item_img img {
  margin: 0 auto;
  max-width: 100%;
  max-height: 100px;
}

.info_resurs .info_resurs_item .info_resurs_item_text {
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 15px;
  color: #002e46;
}
.info_resurs .info_resurs_item .info_resurs_item_text a {
  text-align: center;
  font-weight: 700;
  margin-bottom: 120px;
  font-size: 15px;
  display: block;
  color: #002e46;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: auto;
}

.main_page_block_9 {
  height: 550px;
  margin-top: 20px;
}

.main_page_block_9 .map {
  position: relative;
  height: 100%;
}

.main_page_block_9 .map iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  border: none;
}

.main_page_block_9 .map .block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.map_info {
  background: rgba(26, 46, 71, 0.8);
  color: #fff;
  font-weight: 700;
  padding: 15px;
  position: relative;
  z-index: 5;
}

.map_info .title {
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.map_info .title p {
  height: 100%;
}

.map_info .title p:first-of-type {
  margin-right: 5px;
}

.map_info .logo_contacts {
  margin-top: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.map_info .logo_contacts .contacts p a {
  color: #fff;
  display: flex;
}
.map_info .logo_contacts .logo {
  margin-right: 16px;
}

.map_info .logo_contacts .contacts p {
  margin-bottom: 10px;
  line-height: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.map_info .logo_contacts .contacts p img {
  margin-right: 5px;
  align-self: flex-start;
}

.map_info .info {
  margin-bottom: 20px;
}

.map_info .info img {
  /* margin-left: 40px; */
  margin-bottom: 10px;
}

.map_info .info p {
  text-transform: uppercase;
}

.map_info .production {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.map_info .production img {
  display: block;
}

.map_info .production p {
  display: block;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 400;
}

.news_block {
  padding: 20px 10px;
}

.news_block .news_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.news_block .news_wrap .news_bar {
  max-width: 340px;
  /*margin-right: 20px;*/
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.news_wrap > .news_bar > li > a {
  text-transform: inherit;
  /* background-color: #9d998c; */
  padding: 5px 15px;
  display: block;
  color: #ffffff;
  transition: 0.2s;
  font-size: 18px;
  line-height: 20px;
}
.news_bar > li > a {
  text-transform: uppercase;
  /*background-color: #9d998c;*/
  padding: 5px 15px;
  display: block;
  color: #ffffff;
  transition: 0.2s;
}
.news_wrap > .news_bar > li ul li a {
  text-transform: inherit;
  /* background-color: #b4afa1; */
  padding: 5px 15px;
  display: block;
  color: #ffffff;
  transition: 0.2s;
  /* padding-left: 30px; */
  font-size: 18px;
  line-height: 20px;
}
ul.nav-child {
  /*padding-left: 15px;*/
  /*background: #b4afa1;*/
  /*border: 1px solid #ffffff;*/
}
.news_block .news_wrap .news_bar {
  /*background: #b4afa1;*/
}
.news_bar > li ul li a {
  text-transform: uppercase;
  /*background-color: #b4afa1;*/
  padding: 5px 15px;
  display: block;
  color: #ffffff;
  transition: 0.2s;
  padding-left: 30px;
}
.news_wrap > .news_bar > li ul li a:hover {
  font-weight: 700;
  /*outline: 1px solid #002e46;*/
  transition: 0.2s;
}
.news_bar > li ul li a:hover {
  font-weight: 700;
  /*outline: 1px solid #002e46;*/
  transition: 0.2s;
}
.news_bar > li a:hover {
  font-weight: 700;
  /*outline: 1px solid #002e46;*/
  transition: 0.2s;
}
.news_bar ul.nav-child li {
  list-style: none;
  max-width: 100%;
  padding-left: 20px;
  border-bottom: 1px solid #ffffff;
}
.news_bar ul.nav-child li:last-child {
  border: none;
}
.single_news .part1-item .news_bar {
  max-width: calc(100% - 10px);
}
.news_wrap > .news_bar > li {
  list-style: none;
  border-bottom: 1px solid #ffffff;
}
.news_wrap > .news_bar > li:last-child {
  list-style: none;
  border: none;
}
.news_wrap > .news_bar > li > a:hover {
  font-weight: 700;
  /*outline: 1px solid #002e46;*/
  transition: 0.2s;
}

.news_block .news_wrap .news_list .news_list_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #e6e6e6;
  margin-bottom: 20px;
}

.news_block .news_wrap .news_list .news_list_item .news_list_item_img {
  width: 340px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.news_block .news_wrap .news_list .news_list_item .news_list_item_img img {
  width: 100%;
  height: auto;
}

.news_block .news_wrap .news_list .news_list_item .news_list_item_content {
  padding: 15px 20px;
}

.news_block
  .news_wrap
  .news_list
  .news_list_item
  .news_list_item_content
  .news_list_item_title {
  font-size: 18px;
  font-weight: 700;
}

.news_block
  .news_wrap
  .news_list
  .news_list_item
  .news_list_item_content
  .date {
  margin: 15px 0;
  color: #008ebf;
}

.news_block
  .news_wrap
  .news_list
  .news_list_item
  .news_list_item_content
  .description {
  font-size: 18px;
}

.news_block
  .news_wrap
  .news_list
  .news_list_item
  .news_list_item_content
  .read_more_wrap {
  margin-top: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.news_block .news_wrap .single_news p {
  margin-bottom: 10px;
  color: #02182d;
}

.bread_chrumbs {
  /*padding: 20px 10px 0 10px*/
}

.bread_chrumbs span {
  color: #308dbc;
  font-family: OpenSans;
  font-weight: 400;
  font-size: 15px;
}

/*.bread_chrumbs span:last-of-type {*/
/*color: #002e46*/
/*}*/
.bread_chrumbs .breadcrumb > .active span {
  color: #002e46;
  font-family: OpenSans;
  font-weight: 400;
  font-size: 15px;
}
.pagination {
  margin-bottom: 30px;
}

span.divider:after {
  content: ">";
  display: inline;
  font-family: OpenSans;
  font-weight: 400;
  font-size: 15px;
  color: #308dbc;
}
span.divider img {
  display: none;
}
.pagination p {
  text-align: center;
}

.pagination p span:first-of-type {
  color: #308dbc;
}

/*.site_menu ul li.has-sub:hover li.has-sub ul {*/
/*display: none;*/
/*}*/
/*   .site_menu{
     display: none;
 } */

.site_menu ul li.has-sub:hover ul {
  height: auto;
  left: 0;
}
.organizaciy_item {
  display: flex !important;
  padding-right: 80px !important;
}
.organizaciy_item a {
  font-size: 14px;
  line-height: 16px;
  color: #002e46;
  font-weight: 700;
}
.tab_content_item a {
  color: #002e46;
}

a.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  width: 30px;
  height: 30px;
  background-image: url(../img/verh.png);
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  border-radius: 0;
}

.site_menu ul li.has-sub li.has-sub ul {
  display: none;
}
.site_menu ul li.has-sub ul li:hover > ul {
  display: block;
}

/* Pop UP */
.contacts {
  font-size: 14px;
}
.pop-up-button {
  font-size: 12px;
  font-weight: 600;
  color: #e2a61d;
}
.pop-up-button:hover {
  text-decoration: underline;
  cursor: pointer;
  color: #e2a61d;
}
.pop-up {
  height: auto;
  width: 100%;
  max-width: 700px;
  margin: 0 auto 0;
  background: #fff;
  position: absolute;
  z-index: 5000000;
  border-radius: 5px;
  box-shadow: 0 0 20px #000;
  top: 20px;
  padding: 16px;
}
.pop-up-container {
  height: 100vh;
  width: 100%;
  background: #000;
  opacity: 0.5;
  position: relative;
  z-index: -1;
  margin-top: -500px;
}
.pop-up span {
  border-radius: 4px;
  width: 28px;
  background: #707070;
  color: #fff;
  font-size: 1em;
  padding: 3px 0px 6px;
  position: absolute;
  right: 8px;
  top: 8px;
  cursor: pointer;
}
.pop-up-text {
  color: #000;
  box-sizing: border-box;
  padding: 0 10px;
}
.pop-up-text h1 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 20px;
  color: #212121;
}
.pop-up-text p {
  font-size: 1em;
  margin-bottom: 1em;
  line-height: 1em;
  font-weight: 400;
}
.pop-up-text a {
  color: #337ab7 !important;
  margin-bottom: 0px;
}
.pop-up-text img {
  max-height: 250px;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 660px) {
  .pop-up {
    top: 0;
    left: 0;
  }
}

/* Политика */
.politic {
  max-width: 400px;
  margin-top: 20px;
}
.politic a {
  color: #fff;
}

/* Меню в футере */
.footer-menu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 8px;
}
