@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

html {
  font-size: 1em;
  line-height: 1.4;
  overflow-x: hidden;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

details {
  display: block;
  border: 1px solid #999;
  background: whitesmoke;
  color: #323232;
  border-radius: 20px;
  padding: .5em .5em 0;
  margin: 20px auto;
  max-width: 960px;
}

summary {
  border-radius: 20px;
  margin: -.5em -.5em 0;
  padding: .5em;
}

details[open] {
  padding: .5em;
}

details[open] summary {
  border-bottom: 1px solid #999;
  margin-bottom: .5em;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

iframe{
  display: block;
  margin: 0 auto;
  border: none;
  overflow: hidden;
  width: 100%;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.invisible {
  visibility: hidden;
}
.divider:before,
.divider:after {
  content: " ";
  display: table;
}
.divider:after {
  clear: both;
}

* {box-sizing: border-box;}
body {
  background-color: #fff;
  font-family: 'Nunito', sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #000;
  overflow-x: hidden;
}
a {
  color: #323232;
  text-decoration: none;
  font-weight: 500;
}
p {
  margin:0 0;
  font-size: 18px;
  line-height: 1.8;
  color: #000;
}
ul {
  padding-left: 40px;
  list-style: none;
}
.container {
  width: 1200px;
  margin: 0 auto;
	padding: 0 0;
  position: relative;
}
.container.big {
  width: 100%;
  padding:0 50px;
}

b {
  font-weight: 600;
}

img {display: block; margin: 0 auto; max-width: 760px;}
.wp-caption {max-width: 100% !important;}

blockquote {
  padding: 10px;
  width: 100%;
  border-left:  2px solid #0071BC;
  background-color: #fff;
  color: #323232;
  margin: 20px 0;
}
blockquote:after {
  content: '';
  display: table;
  clear: both;
}
blockquote img {
  float: left;
  margin:0 20px 0 0;
}
blockquote p {
  font-size: 18px;
  line-height: 1.2;
  color: #323232;
  margin:0 0 !important;
}
blockquote a {
  color: #fff;
}

strong, blockquote p strong,
blockquote p b {
  font-weight: 600;
  color: #323232;
}
.socials-head{
  padding-right: 20px;
}
.head-icon{
  height: 40px;
  margin: 0 15px;
}


.centered {text-align: center;}
.left {text-align: left; padding-left: 30px;}
.hidden {display:none !important;}
.browserupgrade {
  color: red;
  padding: 30px;
  text-align: center;
}

.form_full .field {
  padding:0 0 20px;
}
.form_full .field .select_item {
  display: block;
  margin: 0 0 16px 0;
}
.form_full .field label {
  font-size: 18px;
  line-height: 20px;
  color: #000;
  margin:0 0 10px;
  display: block;
}
.form_full input[type="text"],
.form_full input[type="tel"],
.form_full input[type="email"],
.form_full input[type="number"] {
  background: #FFFFFF;
  border: 2px solid #E3E3E3;height:62px;width:100%;padding:19px 15px;
  font-size: 18px;line-height: 20px;outline: none;color:#333;}
.form_full textarea {border: 2px solid #E3E3E3;height:180px;width:100%;padding:19px 15px;
font-size: 18px;line-height: 20px;outline: none;color:#fff;}

.form_full textarea:focus,
.form_full input[type="text"]:focus,
.form_full input[type="tel"]:focus,
.form_full input[type="email"]:focus,
.form_full input[type="number"]:focus {border:2px solid #0071BC;}

.form_full input[type="text"].success,
.form_full input[type="tel"].success,
.form_full input[type="email"].success,
.form_full input[type="number"].success {border:2px solid #8CBF3E;}

.form_full input[type="text"].error,
.form_full input[type="tel"].error,
.form_full input[type="email"].error,
.form_full input[type="number"].error {border:2px solid #d01208;}

.form_full textarea[disabled] ,
.form_full textarea[readonly] ,
.form_full input[disabled] ,
.form_full input[readonly] {background-color:#E3E3E3;border-color:#E3E3E3;color:#333;pointer-events: none;}

.form_full textarea::placeholder,
.form_full input::placeholder {color:#C1C1C1;}

.jq-selectbox.jqselect {position: relative;z-index: 5;}
.jq-selectbox.jqselect select {display:none;}
.jq-selectbox.jqselect .jq-selectbox__select {border:2px solid #E3E3E3;height:62px;width:100%;background-color: #fff;padding:19px 15px;font-size: 18px;line-height: 20px;width:100%;color:#333;}
.jq-selectbox.jqselect .jq-selectbox__trigger {height: 62px;width: 62px;position: absolute;top:0;right: 0;}
.jq-selectbox.jqselect .jq-selectbox__trigger .jq-selectbox__trigger-arrow {width: 8px;height: 8px;margin: 25px 0 0 25px;border-bottom: 2px solid #E3E3E3;border-left: 2px solid #E3E3E3;-webkit-transform: rotate(-45deg);transform: rotate(-45deg);}
.jq-selectbox.jqselect.opened .jq-selectbox__trigger .jq-selectbox__trigger-arrow {margin: 30px 0 0 25px;-webkit-transform: rotate(135deg);transform: rotate(135deg);}
.jq-selectbox.jqselect .jq-selectbox__dropdown {border:2px solid #E3E3E3;width:100%;background-color: #fff;position: absolute;top:110%;left:0;z-index: 103;overflow: hidden;}
.jq-selectbox.jqselect .jq-selectbox__dropdown ul {padding:0 0;margin:0 0;}
.jq-selectbox.jqselect .jq-selectbox__dropdown li {height:40px;width:100%;background-color: #fff;padding:10px 15px;font-size: 18px;line-height: 20px;width:100%;color:#333;cursor: pointer;list-style: none;margin:10px 0;}
.jq-selectbox.jqselect .jq-selectbox__dropdown li:before {display:none;}
.jq-selectbox.jqselect .jq-selectbox__dropdown li:hover,
.jq-selectbox.jqselect .jq-selectbox__dropdown li.selected {background-color:#0071BC;color:#fff;}

.jq-checkbox {position: relative;display: inline-block;overflow: hidden;
  -webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;
  user-select: none;vertical-align: top;width: 28px;height: 28px;
  margin: -4px 10px -4px 0;border: 1px solid #E3E3E3;background: #fff;cursor: pointer;}
.jq-checkbox input {display: none;}
.jq-checkbox.checked {background: #0071BC;}
.jq-checkbox.disabled {background: #f4f5f9 !important;}
.jq-checkbox.checked .jq-checkbox__div {width: 100%;height: 100%;margin: 0 0;background-image: url('../img/check.svg');background-position: center;background-repeat: no-repeat;}
.jq-checkbox.checked.disabled .jq-checkbox__div {opacity: 0.8;}

.jq-radio {border-radius: 50%;position: relative;display: inline-block;overflow: hidden;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;vertical-align: top;width: 21px;height: 21px;margin: 0 10px 0 0;border: 1px solid #E3E3E3;background: #fff;cursor: pointer;}
.jq-radio.disabled {background: #f4f5f9 !important;}
.jq-radio input {display: none;}
.jq-radio.checked {border: 1px solid #0071BC;}
.jq-radio.checked .jq-radio__div {width: 7px;height: 7px;margin: 6px 0 0 6px;background: #0071BC;border-radius: 50%;}
.jq-radio.disabled.checked .jq-radio__div {background: #dde2ef;}

.btn {display: inline-block;width: auto;height: 62px;line-height: 20px;padding:18px 44px;color: #333;font-size: 18px;line-height: 20px;font-weight: bold;}
.btn img {margin:0 -25px 0 20px;}
.btn_green {border: 3px solid #8CBF3E;background-color: transparent;margin: 50px;}
.btn_green:hover {background-color: #8CBF3E;}
.buttons.centered {text-align: center;}


/*START*/
.wow {visibility: hidden;}
a,button, .btn, input[type="submit"] { cursor: pointer;}
.to_mob {display: none;}
.to_pc {display: block;}
div.wpcf7-response-output {display: none !important;}
body {
  padding-top: 99px;
  margin:0 0;
  background: #FAFAFA;
}
header {
  height: 124px;
  width: 100%;
  background-color: #fff;
  position: fixed;
  left:0;
  top:0;
  z-index: 100;
  border-bottom: 4px solid;
  border-image: linear-gradient(120deg, #8cbf3e, #259982, #0071bc) 30;
}
header #open_menu {
  display: none;
}
header .lc {
  width: 170px;
  padding: 25px 0;
  float:left;
}

header .lc img {
  height: 70px;
  width: 100%;
}

header .rc {
  width: calc(100% - 170px);
  width: -webkit-calc(100% - 170px);
  height: 120px;
  float:right;
}
header .rc .top_row {
  padding: 10px;
}
header .language {
  width: 59px;
  height: 41px;
  margin-top: 5px;
  border: 1px solid grey;
  border-radius: 4px;
  background-color: #f0f0f0;
  position: relative;
  cursor: pointer;
  float: right;
}
header .language .current {
  display: block;
  border:none;
  pointer-events: none;
  padding: 5px 8px;
  font-size: 16px;
  line-height: 30px;
  color: #000;
  font-weight: 500;
}
header .language:after {
  height: 30px;
  width: 20px;
  position: absolute;
  right: 4px;
  top: 6px;
  z-index: 2;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../img/lang_arrow_down.svg');
  content: '';
  transition-delay: 0.3s;
}
header .language.opened:after {
  transform: scaleY(-1);
}
header .language .click {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top:0;
  z-index: 3;
}
header .language ul {
  height: 0;
  overflow: hidden;
  position: absolute;
  right:0; top:38px;
  padding: 0;
  z-index: 1;
  margin:0 0;
  background-color: #f0f0f0;
  width: 155px;
  transition-delay: 0.3s;
}
header .language.opened ul {
  height: auto;
}
header .language ul li {
  display: block;
  margin:10px 0 10px 0;
}
header .language ul li a {
  display: block;
  overflow: hidden;
  border:none;
  padding:0 20px;
  font-size: 16px;
  line-height: 40px;
  color: #000;
  text-align: right;
  font-weight: 500;
}

header .rc .top_row .user_menu {
  display:flex;
  justify-content: end;
  align-items: center;
  height: 50px;
  line-height: 30px;
  font-size: 17px;
  font-weight: 500;
}
header .rc .top_row .user_menu a {
  margin: 0 25px;
  line-height: 30px;
  color: #000;
  font-size: 17px;
  display: inline;
}
header .bottom_row_wrap {
  height: 50px;
}

header .bottom_row_wrap .bottom_row .user_menu{
  display:none;
}

header .bottom_row_wrap .bottom_row .search_wrap {
  float: right;
  padding: 0px 10px 0px 25px;
}
header .bottom_row_wrap .bottom_row .search_wrap #open_search {
  width: 60px;
  height: 40px;
  background-color: #f0f0f0;
  border: 1px solid grey;
  border-radius: 4px;
  outline: none;
  background-image: url('../img/icon_search.svg');
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
header .bottom_row_wrap .bottom_row .search_wrap .search_window {
  display: none;
}
.m1220visible {display: none;}
header .navigation {
  margin:-5px 0;
  height: 40px;
  display: flex;
  justify-content: end;
  align-items: center;
}
#home_slider{
  padding-top: 35px;
}
header .navigation > li {
  display: inline-block;
  margin:0 7px;
  position: relative;
}
header .navigation > li > a {
  display: block;
  height: 50px;
  font-size: 17px;
  color: #000;
  line-height: 50px;
  font-weight: 500;
}
header .navigation > li.menu-item-has-children.menu-item-depth-0 > a {
  padding-right:20px;
  position: relative;
}
header .navigation > li > a:hover {
  font-weight: 500;
  /*letter-spacing: -0.1px;*/
}
header .navigation > li.menu-item-has-children.menu-item-depth-0 > a + .toggle{
  display: block;
  width:20px;
  height: 20px;
  position: absolute;
  right:0;
  top:50%;
  margin-top:-10px;
  background-image: url('../img/lang_arrow_down.svg');
  background-size: 10px auto;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
  /*transition-duration: 0.2s;*/
}
header .navigation > li.menu-item-has-children.menu-item-depth-0.opened > a + .toggle{
  transform: scaleY(-1);
}
header .navigation .child_wrap {
  display:none;
  width: 100%;
  background: #f1f1f1;
  position: absolute;
  top:97%;
  right:-50px;
  z-index: 101;
  border-radius: 20px;

}
header .navigation .menu-item-has-children.menu-item-depth-0.opened .child_wrap {
  display:block;
}
header .navigation .child_wrap ul {
  display: block;
  padding: 5px 0;
  margin: 15px 0;
  position: relative;
  background: #f1f1f1;
}
header .navigation .child_wrap ul li {
  display: block;
  margin: 25px 10px;
  padding: 0 0;
  position: relative;
}
/*header .navigation .child_wrap ul li[class*="menu-item-has-children"] {
  background-image: url('../img/menu_r_arrow.svg');
}*/
header .navigation .child_wrap li[class*="menu-item-has-children"] > a {
  display: block;
  padding: 0 20px 0 0;
}
header .navigation .child_wrap li[class*="menu-item-has-children"] > a + .toggle{
  display: block;
  width:20px;
  height: 22px;
  position: absolute;
  right:0;
  top:0;
  background-image: url('../img/lang_arrow_down.svg');
  background-size: 10px auto;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
  /*transition-duration: 0.2s;*/
}
header .navigation .child_wrap li[class*="menu-item-has-children"].opened > a + .toggle{
  transform: scaleY(-1);
}
header .navigation .child_wrap ul li a {
  display:block;
  font-size: 18px;
  line-height: 22px;
}
header .navigation .child_wrap ul li.opened > a {
  font-weight: 500;
}
header .navigation .child_wrap .child_navigation .sub_child_wrap ,
header .navigation .child_wrap .child_navigation .sub_child_2_wrap {
  display:none;
  width: 100%;
  position: relative;
  padding-top:20px;
}
header .navigation .child_wrap .child_navigation .menu-item-has-children.menu-item-depth-1.opened .sub_child_wrap ,
header .navigation .child_wrap .child_navigation .menu-item-has-children.menu-item-depth-2.opened .sub_child_2_wrap {
  display:block;
}
header .navigation .child_wrap .sub_child_navigation {
  width: 100%;
}
header .navigation .child_wrap .sub_child_2_navigation {
  width: 100%;
}

.adobe_pdf_container{
  width: 100%;
  height: 700px;
}

#home_slider .item {
  height: 460px;
  background-position: center;
  background-size: cover;
  position: relative;
  padding-top: 100px;
}
#home_slider .item::before {
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height:100%;
  background-color: rgba(21,21,21,0.6);
  content: '';
}
#home_slider .item .title_slide {
  font-size: 32px;
  line-height: 42px;
  color: #fff;
  font-weight:bold;
}

#home_slider .item .desc_slide {
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
  max-width: 500px;
}
#home_slider .item .btn_green {
  color:#fff;
}
/* #home_slider .button-next,
#home_slider .button-prev,
#home_slider .swiper-pagination {
  display: none;
} */
.swiper-container{
  margin-top: 20px;
  border-radius: 20px;
}

#home_slider .button-next {
  display: block;
  position: absolute;
  z-index: 20;
  width: 50px;
  height: 50px;
  right: 0px;
  bottom: 0;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../img/slider_arrow_r.svg');
  cursor: pointer;
}
#home_slider .button-prev {
  display: block;
  position: absolute;
  z-index: 20;
  width: 50px;
  height: 50px;
  left: 0;
  bottom: 0;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../img/slider_arrow_l.svg');
  cursor: pointer;
}
#home_slider .swiper-pagination {
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  left:0;
  bottom:20px;
  text-align: center;
  height: 3px;
}
#home_slider .swiper-pagination .swiper-pagination-bullet {
  height: 3px;
  width: 60px;
  background: #fff;
  opacity: 1;
  margin:0 3px;
  border-radius: 20px;
  vertical-align: top;
}
#home_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #8CBF3E;
}

.block_title {
  text-align: left;
  font-size: 42px;
  line-height: 50px;
  font-weight: bold;
  color: #333333;
  margin:0 0;
}

#home_news {
  padding: 100px 0;
}
#home_news .title_wrap {
  margin:0 0 43px;
}
.news_list {
  margin:0 -15px;
}
.news_list .item_wrap {
  padding: 0 15px;
  margin:0 0 40px;
  float: left;
  width: 33.33%;
}
.news_list .item_wrap .item {
  display: block;
  height: 540px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  position: relative;
  border-radius: 20px;
}
.news_list .item_wrap .item .img {
  height: 290px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px 20px 0 0;
}
.news_list .item_wrap .item .desc {
  border-radius: 20px;
  width: 100%;
  height: 250px;
  padding: 20px 20px 52px;
  position: absolute;
  bottom:0;
  left:0;
  transition-duration: 0.3s;
}
.news_list .item_wrap .item .desc .info {
  overflow: hidden;max-height: 100%;
}
.news_list .item_wrap .item .desc .news_title {
  font-size: 22px;
  line-height: 24px;
  font-weight: bold;
  margin:0 0 15px;
}
.news_list .item_wrap .item .desc .news_desc {
  font-size: 18px;
  line-height: 1.4;
}
.news_list .item_wrap .item .desc .date {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  position: absolute;
  bottom:15px;
  left: 20px;
  z-index: 2;
}
.news_list .item_wrap .item:hover .desc {
  display: block;
  height: 100%;
  padding: 20px 20px 45px;
  background-color: #0071bc;
  border-radius: 20px;

}
.news_list .item_wrap .item:hover .desc .news_title,
.news_list .item_wrap .item:hover .desc .news_desc,
.news_list .item_wrap .item:hover .desc .date {
  color:#fff;
}
#home_news .buttons {
  padding:10px 0 0;
}

#home_anons {
  padding:130px 0 70px;
  background: #fff;
}
#home_anons .title_wrap {
  padding:0 0 0 33.33%;
  margin:0 0 40px 12px;
}
#home_anons .title_wrap .buttons {
  padding: 33px 0 0;
}
.anons_list {
  margin:0 -15px;
}
.anons_list .item_wrap {
  padding: 0 15px;
  margin:0 0 40px;
  float: left;
  width: 33.33%;
}
.anons_list .item_wrap .item {
  display: block;
  border-radius: 20px;
}
.anons_list .item_wrap .item .img {
  border-radius: 20px 20px 0 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 360px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
}
.anons_list .item_wrap .item .desc {
  border-radius: 20px;
  padding: 20px 0 0;
}
.anons_list .item_wrap .item .desc .anons_title {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  margin:0 0 15px;
}
.anons_list .item_wrap .item .desc .anons_desc {
  font-size: 15px;
  line-height: 1.4;
  margin:0 0 20px;
}
.anons_list .item_wrap .item .desc .details {
  line-height: 18px;
  font-size: 15px;
  font-weight: bold;
  color: #8cbf3e;
}
#home_anons .anons_list .item_wrap:nth-child(1) .item .img {
  margin-top: -180px;
  height: 540px;
}

#home_publications {
  padding: 100px 0;
}
#home_publications .title_wrap {
  margin:0 0 53px;
}
.publications_list {
  margin:0 -9px;
}
.publications_list .item_wrap {
  padding: 0 9px;
  margin:0 0 40px;
  float: left;
  width: 25%;
}
.publications_list .item_wrap .item {
  border-radius: 20px;
  display: block;
  height: 356px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  position: relative;
}
.publications_list .item_wrap .item .img {
  height: 220px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px 20px 0 0;
}
.publications_list .item_wrap .item .desc {
  width: 100%;
  height: 136px;
  padding: 20px 20px;
  border-radius: 0 0 20px 20px;
  position: absolute;
  bottom:0;
  left:0;
  transition-duration: 0.3s;
}
.publications_list .item_wrap .item .desc .publications_title {
  font-size: 18px;
  line-height: 24px;
  max-height: 72px;
  overflow: hidden;
  font-weight: bold;
  margin:0 0 15px;
}
.publications_list .item_wrap .item .desc .details {
  line-height: 18px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  bottom:15px;
  left:20px;
}
.publications_list .item_wrap .item:hover .desc {
  border-radius: 0 0 20px 20px;
  height: 146px;
  background-color: #0071bc;
}
.publications_list .item_wrap .item:hover .desc .publications_title{
  color:#fff;
}
#home_publications .buttons {
  padding:10px 0 0;
}

footer {
  background: #fff;
}
footer .tagcloud {
  border-bottom:1px solid #F1F1F1;
}
footer .tagcloud ul {
  margin:0 0;
  padding:0 0;
  list-style: none;
  text-align: center;
}
footer .tagcloud ul li {
  margin:0 0;
  display: inline-block;
  vertical-align: top;
}
footer .tagcloud ul li a {
  padding:30px 36px;
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
footer .tagcloud ul li a:hover {
  color: #8cbf3e;
}
footer .ft {
  padding: 30px 0;
}
footer .ft .logo {
  width: 25%;
  float: left;
}
footer .ft .logo img {
  height: 100px;
}
footer .ft .newsletter {
  width: 26%;
  float: right;
}
footer .ft .newsletter .title {
  height: 24px;
  font-size: 20px;
  font-weight: bold;
  margin:0 0 14px;
}
footer .ft .newsletter .form {
  position: relative;
  height: 62px;
}
footer .ft .newsletter .form .input {
  position: relative;
  height: 62px;
  width: 100%;
}
footer .ft .newsletter .form .input input {
  width: 100%;
  height: 62px;
  border: solid 2px #333333;
  line-height: 20px;
  font-size: 14px;
  padding: 18px 60px 18px 15px;
  color:#333;
}
footer .ft .newsletter .form .input input::placeholder {
  color: #c1c1c1;
}
footer .ft .newsletter .form .button {
  position: absolute;
  z-index: 2;
  right: 0;
  top:0;
  width: 62px;
  height: 62px;
}
footer .ft .newsletter .form .button input {
  width: 62px;
  height: 62px;
  border:2px solid transparent;
  background-color: #333333;
  background-image: url('../img/arrow_right_btn_white.svg');
  background-repeat: no-repeat;
  background-position: center;
}

footer .ft .info {
  width: 49%;
  float: right;
}
footer .ft .info .info_item {
  width: 33.33%;
  float: left;
  padding: 18px 0 0;
}
footer .ft .info .info_item .title {
  line-height: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin:0 0 7px;
}
footer .ft .info .info_item address {
  font-size: 13px;
  line-height: 1.38;
  color: #333333;
  display: block;
  font-style: normal;
}
footer .ft .info .info_item p {
  font-size: 13px;
  line-height: 1.38;
  color: #000;
  display: block;
}
footer .ft .info .info_item a {
  font-size: 13px;
  line-height: 1.38;
  color: #0071bc;
  display: block;
  text-decoration: underline;
}
footer .f_banners {
  padding-bottom: 22px;
  display: flex;
  align-content: flex-start;
  justify-content: space-between;
  -webkit-display: flex;
  -webkit-align-content: flex-start;
  -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
footer .f_banners img {
  width: 322px;
  height:85px;
}
footer .fb > p {
  padding-top:13px;
}
footer .fb .fb_info {
  border-top:2px solid #f1f1f1;
  padding: 18px 0;
  text-align: center;
  margin-top:18px;
}
footer .fb .fb_info p {
  font-size: 13px;
  line-height: 16px;
  color: #000000;
}
img.alignleft {float:left;margin-right: 20px;}
img.alignright {float:right;margin-right: 20px;}
footer .bottom {
  height: 75px;
  padding: 22px 0 23px;
  background-color: #e7e7e7;
}
footer .bottom .copyright {
  font-size: 14px;
  line-height: 30px;
  color: #5c5c5c;
  float: left;
}
footer .bottom .socials {
  float: right;
}
footer .bottom .socials a {
  margin:0 0 0 10px;
  display: inline-block;
  vertical-align: top;
}

footer .bottom .socials a {
  width: 32px;
  height: 32px;
}

footer .bottom .socials a:hover {
  opacity: 0.8;
}

header .bottom_row_wrap .bottom_row .search_wrap .search_window.opened {
  display: block;
  position: fixed;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  z-index: 102;
  padding: 100px 200px;
}
.search_window .close {
  display: block;
  position: absolute;
  right: 200px;
  width: 44px;
  height: 44px;
  border: 2px solid #fff;
  border-radius: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/close_modal_light.svg);
  cursor: pointer;
}
.search_window .title_window {
  margin:0 0 40px;
  font-size: 36px;
  line-height: 44px;
  color: #fff;
}
.search_window .wrap {
  margin:0 auto;
  position: relative;
}
.search_window form {
  width: 100%;
  height: 62px;
  position: relative;
}
.search_window form input {
  width: 100%;
  height: 62px;
  border: solid 2px;
  border-image: linear-gradient(120deg, #8cbf3e, #259982, #0071bc) 30;
  background: #FFFFFF;
  line-height: 20px;
  font-size: 14px;
  padding: 18px 60px 18px 15px;
  color:#000;
}
.search_window form input::placeholder {
  color: #c1c1c1;
}
.search_window form button {
  position: absolute;
  z-index: 2;
  right: 0;
  top:0;
  width: 62px;
  height: 62px;
  border:2px solid transparent;
  background-color: transparent;
  background-image: url('../img/icon_search.svg');
  background-repeat: no-repeat;
  background-position: center;
}
.search_window .wrap ul {
  position: absolute;
  top:70px;
  left:0;
  right: 70px;
  width: 100%;
  height: auto;
  max-height: calc(100vh - 400px);
  max-height: -webkit-calc(100vh - 400px);
  overflow-y: scroll;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  padding: 0 0;
  margin:0 0 0 0;
}

.search_window .wrap ul li {
  display: block;
  margin:0 0 0 0;
  padding: 0 0;
  border-bottom: 3px solid #000;
}
.search_window .wrap ul li a {
  display: block;
  overflow: hidden;
  border:none;
  padding: 20px;
  font-size: 14px;
  line-height: 25px;
}
.search_window .wrap ul li a:hover {
  text-decoration: underline;
}

#breadcrumbs {
  padding: 40px 0;
  text-align: center;
}
#breadcrumbs ul {
  display: block;
  padding: 0 0;
  margin: 0 auto;
}
#breadcrumbs ul li {
  padding:0 0;
  margin:0 11px;
  display: inline-block;
  vertical-align: top;
}
#breadcrumbs.in_contacts ul li {
  margin:0 22px 0 0;
}
#breadcrumbs ul li a {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  position: relative;
  height: 20px;
}
#breadcrumbs ul li span {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  height: 20px;
  overflow: hidden;
}
#breadcrumbs ul li a:after {
  content: '/';
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  position: absolute;
  right:-14px;
  top:0;
}
#breadcrumbs.in_contacts {
  text-align: left;
}

.text_page + footer .fb ,
#page_news + footer .fb ,
#page_contacts + footer .fb ,
#page_faq + footer .fb ,
#page_publications + footer .fb {
  display: none;
}
#page_news ,
#page_faq ,
#page_publications {
  padding: 0 0 100px;
}
#page_news .title_wrap ,
#page_publications .title_wrap {
  margin:0 0 40px;
}
#page_faq .title_wrap {
  margin:0 0 25px;
}
#page_contacts .title_wrap {
  margin:0 0 30px;
}
#page_contacts .title_wrap {
  margin:0 0 30px;
}
#page_contacts .items {
  width: 40%;
  float: left;
  padding: 0 0 50px;
}
#page_contacts .items .item {
  padding: 0 0 50px;
}
#page_contacts .items .item .title {
  line-height: 29px;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  margin:0 0 7px;
}
#page_contacts .items .item address {
  font-size: 16px;
  line-height: 1.8;
  color: #000;
  display: block;
  font-style: normal;
}
#page_contacts .items .item a {
  font-size: 16px;
  line-height: 1.8;
  color: #0071bc;
  display: block;
  text-decoration: underline;
}
#page_contacts .items .item p {
  font-size: 16px;
  line-height: 1.8;
  color: #000;
  display: block;
}
#page_contacts .map_wrap {
  filter: grayscale(1);
  position: absolute;
  top:-77px;
  left:40%;
  width: 100%;
  height: calc(100% + 77px);
  height: -webkit-calc(100% + 77px);
}
#page_contacts .map_wrap iframe {
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
}

.text_page .text_page_title {
  max-width: 1020px;
  margin:0 auto;
  padding-bottom: 20px;
  display: block;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
}
.text_page .date {
  max-width: 200px;
  display: block;
  border-radius: 10px;
  margin:0 auto;
  text-align: center;
  padding: 10px 0px;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  background: #0071BC;
}
.text_page .text_content {
  max-width: 1020px;
  display: block;
  margin:0 auto;
  padding: 20px 0;
}
.text_page .text_content p {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 2;
  text-align: justify;
  color: #000;
  margin:0 0 10px;
  text-indent: 20px;
}
.text_page .su-tabs-pane a,
.text_page .su-spoiler-content a,
.text_page .text_content h1 a,
.text_page .text_content h2 a,
.text_page .text_content h3 a,
.text_page .text_content h4 a,
.text_page .text_content table a,
.text_page .text_content li a,
.text_page .text_content p a {
  text-decoration: underline #8CBF3E;
}
.text_page .text_content a:hover {
  color: #8CBF3E;
}
.text_page .text_content h1,
.text_page .text_content h2,
.text_page .text_content h3,
.text_page .text_content h4 {
  font-style: normal;
  font-weight: bold;
  line-height: 1.4;
  color: #000;
  margin:0 0 0.6em;
}
.text_page .text_content h1 {
  font-size: 45px;
}
.text_page .text_content h2 {
  font-size: 36px;
}
.text_page .text_content h3 {
  font-size: 24px;
}
.text_page .text_content h4 {
  font-size: 17px;
}
.text_page .single_news_controls {
  margin:60px 0 0;
}
.text_page .single_news_controls a {
  display: flex;
  -webkit-display: flex;
  align-items: center;
  -webkit-align-items: center;
  width:46%;
  min-height: 150px;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  max-height: 62px;
  overflow: hidden;
  font-weight: 500;
  color: #000;
}
.text_page .single_news_controls .lc {
  float: left;
  padding:0 0 0 90px;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  color: #0071BC;
}
.text_page .single_news_controls .rc {
  float: right;
  padding:0 90px 0 0;
  text-align: right;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  color: #0071BC;
}
.text_page .single_news_controls a .icon {
  display: block;
  position: absolute;
  top: 35px;
  width: 80px;
  height: 80px;
  border-radius: 0;
  background: #8CBF3E;
  border-radius: 10px;
}
.text_page .single_news_controls .lc .icon {
  left:0;
}
.text_page .single_news_controls .rc .icon {
  right:0;
}
.text_page .single_news_controls a:hover {
  color: #8CBF3E;
}
.text_page .single_news_controls a .icon:after {
  content: '';
  display: block;
  width:100%;
  height:100%;
  position: absolute;
  left:0;
  top:0;
  background-position: center;
  background-image: url('../img/arrow_right_btn_white.svg');
  background-repeat: no-repeat;
  z-index: 2;
}
.text_page .single_news_controls .lc .icon:after {
  transform: scaleX(-1);
}
.text_page img {
  margin-bottom:20px;
  border-radius: 20px;
  height: auto;
}
.text_page img.alignleft {float:left; margin:0 15px 15px 0;}
.text_page img.alignright {float:right; margin:0 0 15px 15px;}


.text_page ul {list-style: none;padding-left: 40px; text-align: justify;}
.text_page ul li {margin:10px 0;font-size: 17px;line-height: 30px;position: relative;padding-left: 20px;}
.text_page ul li:before {font-size: 17px;line-height: 30px;position: absolute;left:0;top:11px;height: 8px;width: 8px;background: #0071BC;content: '';}

.text_page ol {counter-reset: list; list-style: none; padding-left: 40px; text-align: justify;}
.text_page ol li {font-size: 17px;line-height: 30px;margin:10px 0;position: relative;padding-left: 24px;}
.text_page ol li:before {font-size: 17px;line-height: 30px;margin:0 0;counter-increment: list;content: counters(list,".")".";width: 24px;font-weight: bold;position: absolute;left:0;top:0;}

.text_page table {border-collapse: collapse; border: 1px solid #000; min-width: 330px; margin:0 0 40px; overflow: hidden;}
.text_page table td {border: 1px solid #000; text-align: center; padding:12px 20px; font-size: 18px; line-height: 22px;}
.text_page table tr:first-child td {background: #8CBF3E;color:#fff;font-weight: bold;font-size: 24px;line-height: 30px;padding: 12px 22px;}
.text_page table tr td {background:#F1F1F1;color: #333;}
.text_page table tr:nth-child(2n) td {background: #fff;}
.text_page .su-tabs {
  padding: 25px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
}
.text_page .su-tabs .su-tabs-nav {
  padding: 0 0;
  margin:0 0 30px;
  list-style: none;
}
.text_page .su-tabs .su-tabs-nav span{
  display: inline-block;
  margin:0 30px 0 0;
  font-weight: bold;
  font-size: 22px;
  line-height: 33px;
  color: #000;
  text-transform: uppercase;
    border-bottom:2px solid transparent;
    cursor: pointer;
		padding: 0 0;min-height: 30px;
}
.text_page .su-tabs .su-tabs-nav span.su-tabs-current,
.text_page .su-tabs .su-tabs-nav span:hover {
  border-bottom:2px solid #8CBF3E;
	background: transparent;
}
.text_page .su-tabs .su-tabs-pane {
  display: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: transparent;
  padding: 0 0;
}
.text_page .su-tabs .su-tabs-pane.su-tabs-pane-open{
  display: block;
}

.text_page .su-accordion {
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.text_page .su-accordion .su-spoiler {
  background-color: transparent;
  overflow: hidden;
  margin:0 0;
  border-bottom: 3px solid #F1F1F1;
  outline: none;
}
.text_page .su-accordion .su-spoiler:last-child {
  border-bottom: none;
}
.text_page .su-accordion .su-spoiler .su-spoiler-title {
  height:auto;
  width:100%;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  padding:25px 30px;
  position: relative;
  cursor: pointer;
  outline: none;
}
.text_page .su-accordion .su-spoiler .su-spoiler-title .su-spoiler-icon {
  height:45px;
  width:45px;
  border-radius: 10px;
  position: absolute;
  top:5px;
  right: 0;
    left: auto;
}
.text_page .su-accordion .su-spoiler .su-spoiler-title .su-spoiler-icon:before {
	display: none;
}
.text_page .su-accordion .su-spoiler .su-spoiler-title .su-spoiler-icon:after {
  content: '';
  display: block;
  z-index: 3;
  width: 8px;
  height: 8px;
  margin: 19px 0 0 13px;
  border-bottom: 2px solid #A0A0A0;
  border-left: 2px solid #A0A0A0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.text_page .su-accordion .su-spoiler:not(.su-spoiler-closed) .su-spoiler-title .su-spoiler-icon:after {
  margin: 24px 0 0 13px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.text_page .su-accordion .su-spoiler .su-spoiler-content {
  display: none;
  padding: 0 30px 20px;
  outline: none;
}
.text_page .su-accordion .su-spoiler:not(.su-spoiler-closed) .su-spoiler-content {
  display: block;
}












/*-------*/

        .bottom a{
          color: #323232;
          text-decoration: underline;
          cursor: pointer;
        }
        .d-flex{
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          flex-wrap: wrap;
        }
        .bottom .d-flex>div:nth-child(2){
          flex-grow: 1;
          flex-shrink: 1;
          text-align: center;
        }
        .bottom .d-flex>div:first-child, .bottom .d-flex>div:last-child{
          flex-grow: 0;
          flex-shrink: 0;
          text-align: center;
          font-size: 14px;
          line-height: 30px;
          color: #000;          
        }
        .justify-content-between{
          -ms-flex-pack: justify!important;
          justify-content: space-between!important;
        }
        @media screen and (max-width: 1220px) {
          .d-flex {
            flex-wrap: wrap;
          }
          .bottom .d-flex>div:nth-child(2){
            text-align: right;
          }
          .bottom .d-flex>div:last-child{
            margin-top: 15px;
            flex-basis: 100%;
          }
        }
        @media screen and (max-width: 768px){
          .bottom .d-flex>div:first-child{
            flex-basis: 100%;
          }
          .bottom .d-flex>div:nth-child(2){
            text-align: center;
            flex-basis: 100%;
          }
          footer .bottom .socials {
              margin: 15px 0!important;
          }
          .bottom .d-flex>div:last-child{
            margin-top: 0;
          }
        }
footer .bottom {
    height: auto;
}
.text_info_coruption{
  text-align: center;
}