@font-face {
  font-family: "Noto-regular";
  src: url('fonts/NotoSansRegular/NotoSans-Regular.eot?#iefix') format('embedded-opentype'),
  url('fonts/NotoSansRegular/NotoSans-Regular.woff') format('woff'),
  url('fonts/NotoSansRegular/NotoSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Noto-arm-regular";
  src: url('fonts/NotoSansArmenian-Regular/NotoSansArmenian-Regular.eot?#iefix') format('embedded-opentype'),
  url('fonts/NotoSansArmenian-Regular/NotoSansArmenian-Regular.woff') format('woff'),
  url('fonts/NotoSansArmenian-Regular/NotoSansArmenian-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Noto-bold";
  src: url('fonts/NotoSansBold/NotoSans-Bold.eot?#iefix') format('embedded-opentype'),
  url('fonts/NotoSansBold/NotoSans-Bold.woff') format('woff'),
  url('fonts/NotoSansBold/NotoSans-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Noto-arm-bold";
  src: url('fonts/NotoSansArmenian-Bold/NotoSansArmenian-Bold.eot?#iefix') format('embedded-opentype'),
  url('fonts/NotoSansArmenian-Bold/NotoSansArmenian-Bold.woff') format('woff'),
  url('fonts/NotoSansArmenian-Bold/NotoSansArmenian-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  margin: 0;
  font-size: 100%;
  background: #eeeeee;
  font-family: "Noto-regular", "Noto-arm-regular";
  overflow-x: hidden;
}
body b ,
body strong{
      font-family: "Noto-bold","Noto-arm-bold";
}

.cb {
  display: block;
  clear: both;
}

img {
  max-height: none;
  border: none;
}

a:focus,
a:hover {
  text-decoration: none;
}

h1 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

h2 {
  margin: 0;
  font-weight: normal;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.o_hidden {
  overflow: hidden;
}

.link_element {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: block;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.link_element:hover {
  background: #000000;
  opacity: 0.4;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.inner_container {
  max-width: 1435px;
  margin: 0 auto;
  padding: 0 15px;
}

/*HEADER*/
.header_top {
  background: #ffffff;
  /*box-shadow: 0 10px 10px #fafafa;*/
  padding: 0 35px;
  border-bottom: 1px solid #dfdfdf;
}

.header_inner {

}

.header_top_menu_block {
  font-size: 0;
}

.search_form_block {
  display: inline-block;
  vertical-align: top;
  padding: 13px 16px 14px;
  background: #e5e5e5;
  position: relative;
}

.search_place_button {
  width: 13px;
  height: 13px;
  cursor: pointer;
}

.search_place_button img {
  width: 100%;
  height: 100%;
}

.search_form {
  display: none;
  position: absolute;
  width: 200px;
  height: 100%;
  background: transparent;
  top: 0;
  right: 0;
}

.search_form input {
  font-size: 1.2rem;
  font-family: "Noto-bold", "Noto-arm-bold";
  color: #3e3e3e;
  width: 100%;
  height: 100%;
  border: 1px solid #dfdfdf;
  outline: none;
  padding: 0 20px 0 15px;
}

.search_form button {
  position: absolute;
  width: 13px;
  height: 13px;
  right: 5px;
  top: 50%;
  margin-top: -6px;
  border: none;
  outline: none;
  background: transparent;
  padding: 0;
}

.search_form button img {
  width: 100%;
}

.social_buttons_block {
  display: inline-block;
  vertical-align: top;
  padding: 12px 0;
}

.social_button {
  padding-left: 20px;
  display: inline-block;
  vertical-align: middle;
}

.social_button a {
  display: block;
  border-radius: 3px;
  overflow: hidden;
  height: 16px;
}

.social_button a img {
  height: 100%;
}

.language_block a {
  display: block;
  font-size: 1.1rem;
  color: #3e3e3e;
  text-transform: uppercase;
  position: relative;
}

.language_button {
  padding-right: 13px;
}

.language_block {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 12px 0 13px 20px;
  position: relative;
  z-index: 55;
}

.language_block .language_button:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -2px;
  border-top: 4px solid #313131;
  border-bottom: 4px solid transparent;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

.language_dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100px;
  margin-left: -50px;
  margin-top: 5px;
  background: rgba(0, 0, 0, 0.9);
  padding-bottom: 15px;
  text-align: center;
  display: none;
}

.language_dropdown:before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -2px;
  bottom: 100%;
  border-bottom: 4px solid rgba(0, 0, 0, 0.9);
  border-top: 4px solid transparent;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

.language_dropdown a {
  margin-top: 15px;
  color: #ffffff;
}

.header_bottom_inner {
  padding: 0 35px;
  background: #ffffff;
}

.main_logo_block {
  padding: 11px 0;
}

.main_logo {
  width: 70px;
  height: 70px;
  position: relative;
}

.main_logo img {
  width: 100%;
}

.main_logo .link_element {
  background: transparent;
  opacity: 1;
}

.main_menu_block {
  margin: 0;
  padding: 28px 0;
  list-style-type: none;
  font-size: 0;
  position: relative;
  z-index: 50;
}

.main_menu {
  display: inline-block;
  padding: 0 18px;
  vertical-align: middle;
  position: relative;
  z-index: 5;
}

.main_menu:last-child {
  padding-right: 0;
}

.menu_button {
  font-size: 1.3rem;
  display: block;
  color: #3f3f3f;
  text-transform: uppercase;
}

.menu_donate_button .menu_button {
  padding: 8px 12px 9px;
  background: #ff1d24;
  border-radius: 5px;
  color: #ffffff;
  font-weight: bold;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.donate_block.payment_method {
  border-bottom: none;
}

.main_menu_dropdown {
  padding: 10px 0;
  background: rgba(0, 0, 0, 0.9);
  position: absolute;
  top: 100%;
  min-width: 200px;
  left: 50%;
  margin-left: -100px;
  z-index: 5;
  margin-top: 15px;
  display: none;
}

.main_menu_dropdown:after {
  position: absolute;
  content: "";
  display: block;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid rgba(0, 0, 0, 0.9);
  bottom: 100%;
  left: 50%;
  margin-left: -8px;
}

.menu_dropdown_button {
  text-align: center;
  padding: 5px;
}

.menu_dropdown_button a {
  font-size: 1.3rem;
  display: inline-block;
  color: #ffffff;
}

.menu_button:hover {
  color: #3f3f3f;
  opacity: 0.7;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/*MAIN PAGE*/
.content_inner {
  padding: 0 35px;
  background: #ffffff;
  position: relative;
  z-index: 5;
}

.top_slider_block {
  position: relative;
  padding-bottom: 47.36%;
  overflow: hidden;
}

.top_slider_block .flex-viewport {
  position: absolute !important;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.top_slider_block .slides {
  height: 100%;
}

.top_slider_block .slides li {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.top_slider_block .slides li img {
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 100%;
  /*max-width: 100%;*/
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo_video_slider_section {
  box-shadow: 0 0 41px rgba(0, 0, 0, 0.2);

}

.top_slider_text_block {
  padding: 25px 20px 30px;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  left: 0;
  bottom: 40px;
  max-width: 450px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.slider_title_text {
  font-family: "Noto-bold", "Noto-arm-bold";
  font-size: 270%;
  color: #3f3f3f;
  line-height: 33px;
}

.slider_title_text a {
  color: #3f3f3f;
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.slider_title_text a:hover {
  opacity: 0.7;
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.top_slider_text {
  color: #3f3f3f;
  font-size: 140%;
  padding-top: 20px;
}

.top_text_block_inner {
  position: relative;
  padding-left: 40px;
}

.decor_small_iteam {
  display: block;
  position: absolute;
  left: 15px;
  bottom: 0;
  height: 55%;
  width: 5px;
  background: #ff1d24;
}

.decor_iteam {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 5px;
  background: #ff1d24;
}

.flex-control-nav {
  bottom: 20px;
}

.flex-control-paging li a {
  background: #c2d0c6;
}

.flex-control-paging li a.flex-active {
  background: #ffffff;
}

.slider_arrows_block {
  position: absolute;
  bottom: 40px;
  right: 0;
  padding: 21px 35px 23px;
  text-align: center;
  background: #3f3f3f;
  width: 125px;
  z-index: 5;
}

.slider_left_arrow {
  height: 20px;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -10px;
  cursor: pointer;
}

.slider_left_arrow img {
  height: 100%;
}

.slider_right_arrow {
  height: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
  cursor: pointer;
}

.slider_right_arrow img {
  height: 100%;
}

.slide_number_block {
  font-size: 0;
}

.slide_img_length {
  display: inline-block;
  font-size: 1.6rem;
  color: #ffffff;
}

.in_slide_number {
  display: inline-block;
  font-size: 1.6rem;
  color: #ffffff;
}

.top_slider_block .flex-direction-nav {
  display: none !important;
}

.our_news_section {
  padding-top: 50px;
  overflow: hidden;
  padding-bottom: 60px;
}

.our_news_block {
  margin-left: -8px;
  margin-right: -8px;
}

.section_title {
  font-family: "Noto-bold", "Noto-arm-bold";
  font-size: 280%;
  color: #3f3f3f;
  position: relative;
}

.section_title:after {
  display: block;
  content: "";
  width: 115px;
  height: 2px;
  background: #ff1d24;
  margin-top: 10px;
}

.our_news_block {
  padding-top: 35px;
}

.our_main_news_block {
  width: 50%;
}

.our_sub_news_block {
  width: 50%;
}

.main_news_img_block {
  padding: 8px;
}

.main_news_img {
  padding-bottom: 66.16%;
  position: relative;
  overflow: hidden;
}

.main_news_img img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.main_news_text_block {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  padding: 30px;
}

.main_news_date {
  font-size: 120%;
  color: #e2e1e1;
  position: relative;
  z-index: 1;
}

.main_news_text {
  font-family: "Noto-bold", "Noto-arm-bold";
  color: #ffffff;
  font-size: 180%;
  position: relative;
  z-index: 1;
}

.our_sub_news_block .main_news_text {
  max-height: 62px;
  overflow: hidden;
}

.gradient_block {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
  /*background: rgba(0,0,0,0.4);
background:linear-gradient(transparent, rgba(0,0,0,0.9));*/
}

.our_main_news_block .gradient_block {
  /*background: rgba(0,0,0,0.4);
background:linear-gradient(transparent, rgba(0,0,0,0.5));*/
}

.our_sub_news_block {
  font-size: 0;
}

.content {
  position: relative;
}

.our_sub_news_block .main_news_img_block {
  display: inline-block;
  width: 50%;
}

.our_sub_news_block .main_news_date {
  font-size: 1.2rem;
}

.our_sub_news_block .main_news_text {
  font-size: 1.4rem;
}

.our_sub_news_block .main_news_img {
  padding-bottom: 65%;
}

.view_all_button {
  display: block;
  font-size: 120%;
  color: #ff262c;
  text-transform: uppercase;
}

.view_all_button:hover {
  color: #ff262c;
  opacity: 0.7;
}

.main_photo_section {
  padding-top: 20px;
}

.main_photo_block {
  padding-top: 30px;
}

.photo_slider {
  width: 324px;
  padding-right: 15px;
}

.photo_slider_inner {
  position: relative;
  overflow: hidden;
  padding-bottom: 66.87%;
  cursor: pointer;
}

.photo_slider_inner img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.photo_slider_info_block {
  position: absolute;
  left: 5px;
  top: 5px;
  bottom: 5px;
  right: 5px;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transition: opacity 0.5s;
}

.photo_link_element {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.photo_slider_inner:hover .photo_slider_info_block {
  opacity: 1;
}

.info_slider_text {
  font-size: 180%;
  font-family: "Noto-bold", "Noto-arm-bold";
  color: #000000;
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  padding-left: 20px;
  border-left: 2px solid #ff1d24;
  line-height: 18px;
}

.main_video_section {
  padding-top: 40px;
}

.main_video_block {
  padding-top: 30px;
  padding-bottom: 80px;
}

.video_slider {
  width: 590px;
  padding-right: 15px;
}

.video_slider_inner {
  position: relative;
  overflow: hidden;
  padding-bottom: 66.38%;
}

.video_slider_inner img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.video_slider_text_block {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 25px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
}

.video_slider_text {
  font-family: "Noto-bold", "Noto-arm-bold";
  font-size: 180%;
  max-height: 77px;
  overflow: hidden;
  color: #ffffff;
}

.video_play_button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
}

.video_play_button img {
  position: static;
  transform: translate(0);
  left: 0;
  top: 0;
  width: 100%;
}

.bottom_news_section {
  padding-bottom: 50px;
}

.bottom_news_section_inner {
  padding-top: 25px;
}

.bottom_news_block {
  position: relative;
  padding-bottom: 35.3%;
  margin-bottom: 30px;
}

.bottom_news_text_block {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  box-shadow: -2px 0px 10px #f1f1f1;
}

.bottom_news_text_block:after {
  display: block;
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -24px;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-right: 24px solid transparent;
  border-left: 24px solid #ffffff;
  z-index: 1;
}

.bottom_news_text {
  position: absolute;
  left: 85px;
  right: 85px;
  top: 50%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}

.bottom_news_title {
  font-size: 200%;
  font-family: "Noto-bold", "Noto-arm-bold";
  color: #1a1a1a;
}

.bottom_news_subtext {
  padding: 20px 0;
}

.bottom_subtext_inner {
  font-family: "Noto-bold", "Noto-arm-bold";
  font-size: 140%;
  color: #aaa9a9;
  max-height: 140px;
  overflow: hidden;
}

.donate_button {
  display: block;
  width: 200px;
  padding: 14px;
  border-radius: 5px;
  font-size: 140%;
  color: #ffffff;
  text-align: center;
  background: #ff1d24;
  color: #ffffff;
}

.donate_button:hover {
  color: #ffffff;
  opacity: 0.7;
}

.bottom_news_img_block {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
}

.bottom_news_img {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.bottom_news_img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.bottom_second_block .bottom_news_text_block {
  left: auto;
  right: 0;
  box-shadow: 2px 0px 10px #f1f1f1;
}

.bottom_second_block .bottom_news_text_block:after {
  display: block;
  content: "";
  position: absolute;
  left: auto;
  right: 100%;
  top: 50%;
  margin-top: -24px;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 24px solid transparent;
  border-right: 24px solid #ffffff;
  z-index: 1;
}

.bottom_second_block .bottom_news_img_block {
  right: auto;
  left: 0;
}

.text_slider_section {
  background: #1f1e1d;
  border-top: 4px solid #ff1d24;
  overflow: hidden;
}

.text_slider_info_block {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.text_slider_block {
  position: relative;
  padding: 0 30px;
}

.text_slider_decor {
  width: 67px;
  height: 57px;
  margin: 0 auto;
}

.text_slider_decor img {
  width: 100%;
}

.text_slider_info {
  font-size: 200%;
  font-family: "Noto-bold", "Noto-arm-bold";
  color: #e5e5e5;
  padding: 35px 0 30px;
}

.text_slider_info_author {
  font-family: "Noto-bold", "Noto-arm-bold";
  font-size: 200%;
  color: #aaa9a9;
}

.text_slider_section .content_inner {
  background: #1f1e1d;
  padding-top: 30px;
  padding-bottom: 75px;
}

.text_slider_next {
  position: absolute;
  right: 0;
  top: 50%;
  height: 24px;
  width: 24px;
  margin-top: -12px;
  cursor: pointer;
}

.text_slider_next img {
  height: 100%;
}

.text_slider_prev {
  position: absolute;
  left: 0;
  top: 50%;
  height: 24px;
  width: 24px;
  margin-top: -12px;
  cursor: pointer;
}

.text_slider_prev img {
  height: 100%;
}

.main_partners_section {
  padding-top: 60px;
  padding-bottom: 100px;
  max-width: 1000px;
  margin: 0 auto;
}

.main_partners_section_inner {
  margin-top: 25px;
  font-size: 0;
}

.main_partners_block {
  float: left;
  width: 25%;
  height: 135px;
  position: relative;
}

.partners_logo_img {
  position: relative;
  display: block;
  height: 100%;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  /* border:1px solid #e5e5e5;*/
  background: transparent;
  transition: background .6s;
}

.partners_logo_img:hover {
  background: rgba(0, 0, 0, 0.05)
}

.main_partners_section_inner {
  border-left: 1px solid #e5e5e5;
  border-top: 1px solid #cecece;
  /* border: 1px solid #cecece;*/
}

.partners_logo_img img {
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  padding: 25px;

}

.footer {
  border-top: 2px solid #ff1d24;
}

.footer_container {
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}

.footer_menu_section {
  margin: 0;
  padding: 0;
  margin: 0 -10px;
  list-style-type: none;
  font-size: 0;
  width: 70%;
}

.footer_contact_block {
  max-width: 30%;
  padding: 0 0 30px 10px;
}

.footer_menu_block {
  width: 25%;
  padding: 0 10px 30px;
  display: inline-block;
  vertical-align: top;
}

.contact_menu_block {
  width: 20%;
}

.footer_menu_title {
  font-size: 1.4rem;
  font-family: "Noto-bold", "Noto-arm-bold";
  color: #3f3f3f;
  padding-top: 25px;
  display: block;
}

.footer_menu {
  padding-top: 15px;
}

.footer_menu_button {
  display: inline-block;
  font-size: 1.4rem;
  font-family: "Noto-regular", "Noto-arm-regular";
  color: #6d6d6d;
}

.footer_menu_button:hover {
  color: #6d6d6d;
  opacity: 0.7;

}

.footer_menu_title a {
  font-size: inherit;
  font-family: "Noto-bold", "Noto-arm-bold";
  color: #3f3f3f;
  display: inline-block;
}

.footer_menu_title a:hover {
  color: #3f3f3f;
  opacity: 0.7;
}

.footer_contact_button {
  font-size: 1.4rem;
  font-family: "Noto-regular", "Noto-arm-regular";
  color: #6d6d6d;
  padding-top: 15px;
}

.footer_map_title {
  padding-top: 35px;
  padding-bottom: 10px;
}

.go_to_map {
  width: 120px;
  height: 120px;
  padding: 30px 35px;
  background: #1f1e1d;
  position: relative;
}

.go_to_map img {
  width: 100%;
}

.footer_social_button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #242322;
}

.footer_social_button a {
  display: block;
  height: 100%;
  padding: 8px 0;
}

.footer_social_button a:hover {
  opacity: 0.7;
}

.footer_social_inner {
  padding-right: 20px;
  padding-top: 20px;
}

.footer_social_button img {
  max-width: 34px;
  height: 100%;
}

.footer_bottom {
  background: #dedede;
}

.footer_bottom_inner {
  padding: 10px 35px;
}

.footer_logo {
  display: inline-block;
  vertical-align: middle;
  width: 33px;
  height: 33px;
}

.footer_logo img {
  width: 100%;
}

.copyright_text {
  display: inline-block;
  font-size: 130%;
  padding-left: 15px;
  color: #333333;
  vertical-align: middle;
}

.studio_block {
  font-size: 130%;
  color: #333333;
  padding: 7px 0;
}

.studio_block a {
  display: inline-block;
  font-size: inherit;
  color: inherit;
}

.studio_block a:hover {
  opacity: 0.7;
}

/*NEWS*/
.inner_section_title {
  font-size: 280%;
  font-family: "Noto-bold", "Noto-arm-bold";
  color: #fe1d24;
  margin: 0;
  padding: 0;
}

.inner_section_title:after {
  display: block;
  content: "";
  width: 115px;
  height: 2px;
  background: #3f3f3f;
  margin-top: 20px;
}

.top_news_section {
  padding-top: 20px;
}

.news_section_inner {
  padding-top: 40px;
}

.large_news_section {
  width: 50%;
  padding-right: 15px;
}

.small_news_section {
  width: 50%;
  padding-left: 15px;
}

.large_news_img {
  padding-bottom: 66.16%;
  position: relative;
  overflow: hidden;
}

.large_news_img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.large_news_date {
  font-size: 120%;
  color: #464646;
  padding: 10px 0 5px;
}

.large_news_text {
  display: block;
  font-size: 180%;
  color: #333333;
  font-family: "Noto-bold", "Noto-arm-bold";
}

.small_news_block {
  padding-top: 15px;
}

.small_news_block_inner {
  position: relative;
  padding-left: 134px;
}

.small_news_img_block {
  width: 134px;
  height: 72px;
  padding-right: 6px;
  position: absolute;
  left: 0;
  top: 0;
}

.small_news_img {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.small_news_img img {

  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 100%;
}

.small_news_text_block {
  padding-left: 7px;
}

.small_news_title a {
  font-size: 1.4rem;
  font-family: "Noto-bold", "Noto-arm-bold";
  color: #333333;
  display: block;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.small_news_title a:hover {
  opacity: 0.7;
  color: #333333;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.small_news_date {
  font-size: 1.3rem;
  color: #808080;
  padding: 7px 0 7px;
  text-align: left;
}

.small_news_text {
  font-size: 1.3rem;
  color: #666666;
  padding-bottom: 15px;
  border-bottom: 1px solid #ff0000;
}

.small_news_block:first-child {
  padding-top: 0;
}

.small_news_block:last-child .small_news_text {
  border: none;
}

.news_listing_inner {
  margin: 0 -15px;
  padding-bottom: 70px;
  font-size: 0;
}

.news_block {
  width: 25%;
  padding: 30px 15px 0;
  display: inline-block;
  vertical-align: top;
}

.news_img {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
}

.news_img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 100%;
}

.news_block_inner .small_news_text {
  border: none;
  padding: 5px 0;
}

.news_block_inner .small_news_date {
  padding: 0;
}

.news_block_inner .small_news_title {
  padding-top: 5px;
}

.news_pageing_block {
  text-align: center;
}

.news_section_pageing {
  padding-bottom: 80px;
}

.news_pageing_block a {
  display: inline-block;
  font-size: 160%;
  font-family: "Noto-bold", "Noto-arm-bold";
  color: #333333;
  margin: 0 5px;
}

.news_pageing_block span {
  display: inline-block;
  font-size: 160%;
  font-family: "Noto-bold", "Noto-arm-bold";
  color: #333333;
  margin: 0 5px;
}

.news_pageing_block a.in_page {
  color: #ff1d24;
}

.news_pageing_block a:hover {
  opacity: 0.7;
}

.inner_pages_content .content_inner {
  position: relative;
}

.inner_pages_header_bottom .header_bottom_inner {
  position: relative;
}

.inner_pages_content .content_inner:after {
  content: " ";
  display: block;
  height: 100%;
  right: 100%;
  width: 37px;
  position: absolute;
  top: 0;
  background: url("images/left_layer.png");
}

.inner_pages_content {
  overflow: hidden;
}

.inner_pages_content .content_inner:before {
  content: " ";
  display: block;
  height: 100%;
  left: 100%;
  width: 37px;
  position: absolute;
  top: 0;
  background: url("images/right_layer.png");
}

.inner_pages_header_bottom .header_bottom_inner:before {
  content: " ";
  display: block;
  height: 100%;
  right: 100%;
  width: 37px;
  position: absolute;
  top: 0;
  background: url("images/left_layer.png");
}

.inner_pages_header_bottom .header_bottom_inner:after {
  content: " ";
  display: block;
  height: 100%;
  left: 100%;
  width: 37px;
  position: absolute;
  top: 0;
  background: url("images/right_layer.png");
}

.content_menu_section {
  position: relative;
  z-index: 10;
}

.pageing_type {
  display: inline-block;
  vertical-align: middle;
  padding: 20px 0;
}

.pageing_type_button {
  font-family: "Noto-bold", "Noto-arm-bold";
  color: #d8d8d8;
  font-size: 140%;
  display: block;
  position: relative;
  padding-right: 12px;
}

.pageing_type_button:hover {
  color: #d8d8d8;
  opacity: 0.7;
}

.pageing_type_button:after {
  display: block;
  content: "/";
  position: absolute;
  right: 3px;
  top: 0;
}

.in_page .pageing_type_button {
  color: #eb1c23;
}

.in_page .pageing_type_button:after {
  display: none;
}

.content_menu_section .content_inner {
  background: #333333;
}

.pageing_type:first-child:after {
  display: none !important;
}

.pageing_type:first-child .pageing_type_button {
  color: #d8d8d8 !important;
}

.content_menu_block_inner {
  margin: 0;
  list-style-type: none;
  padding: 0;
  white-space: nowrap;
}

.content_menu {
  display: inline-block;
  vertical-align: middle;
  padding: 20px 13px;
  position: relative;
}

.content_menu_button {
  display: block;
  font-size: 140%;
  color: #ffffff;
  font-family: "Noto-bold", "Noto-arm-bold";
  padding-right: 15px;
  position: relative;
}

.content_menu_button:hover {
  color: #ffffff;
  opacity: 0.7;
}

.content_menu_button:after {
  position: absolute;
  display: block;
  content: "";
  right: 0;
  top: 50%;
  right: 0;
  margin-top: -1px;
  border-top: 3px solid #eb1c23;
  border-bottom: 3px solid transparent;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}

.content_menu.get_involved .content_menu_button {
  color: #ff1d24;
}

.content_menu.get_involved .content_menu_button:after {
  display: none;
}

.content_menu_button.opened:after {
  position: absolute;
  display: block;
  content: "";
  right: 0;
  top: 50%;
  right: 0;
  margin-top: -3px;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 3px solid #eb1c23;
  border-right: 3px solid transparent;
}

.content_menu_dropdown {
  position: absolute;
  left: 15px;
  top: 100%;
  width: 213px;
  max-height: 295px !important;
  overflow-x: hidden;
  background: #4d4d4d;
  z-index: 10;
  overflow-y: auto;
  display: none;
  white-space: normal;
}

.content_menu:last-child {
  padding-right: 0;
}

.content_menu:last-child .content_menu_dropdown {
  left: auto;
  right: 0;
}

.content_menu_dropdown_inner {
  height: 100%;
  margin: 0;
  padding: 0;
}

.content_menu_dropdown_block {
  padding: 14px 30px 15px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

.content_menu_dropdown_button {
  display: block;
  color: #ffffff;
  font-size: 120%;
  font-family: "Noto-bold", "Noto-arm-bold";
}

.content_menu_dropdown_button:hover {
  color: #ffffff;
  opacity: 0.7;
}

.content_menu_button:focus {
  color: #ffffff;
  opacity: 0.7;
}

.scroll-y div {
  position: absolute;
  width: 5px;
  display: block;
  top: 0;
  bottom: 0;
  z-index: 1000;

}

.scroll-y .scroll-element_track {
  background: rgba(255, 255, 255, 0.2);
  top: 0 !important;
  bottom: 0 !important;
  border-radius: 0;
}

.scroll-y .scroll-bar {
  background: #ffffff;
  border-radius: 0;
}

.scroll-y .scroll-element_outer {
  right: 5px;
}

.scroll-y .scroll-element_outer {
  position: absolute;
  width: 5px;
  display: block;
  top: 10px !important;
  bottom: 10px !important;
  right: 10px !important;
}

.posters_block {
  display: inline-block;
  vertical-align: top;
  padding: 0 30px 30px;
  width: 25%;
}

.posters_section .content_inner {
  padding-top: 45px;
}

.posters_section_inner {
  margin: 0 -30px;
  font-size: 0;
  padding-top: 30px;
  padding-bottom: 25px;
}

.posters_text {
  font-size: 1.4rem;
  font-family: "Noto-bold", "Noto-arm-bold";
  color: #333333;
  line-height: 19px;
  padding-top: 10px;
}

.posters_block_inner {
  padding-bottom: 148.27%;
  position: relative;
  overflow: hidden;
}

.posters_img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}

.posters_img.opened {
  z-index: 600;
  text-align: center;
}

.posters_img.opened img {
  min-width: 0;
}

.popup_bg {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 555;
}

.posters_img.opened img {
  max-width: 100%;
}

.posters_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}

.large_poster {
  width: 50%;
}

.large_poster .posters_block_inner {
  padding-bottom: 66.7%;
}

.large_poster img {
  min-width: 100%;
  max-width: none;
}

/*ANUAL REPORTS*/
.anual_reports_section .content_inner {
  padding-top: 45px;
  padding-bottom: 115px;
}

.anual_reports_section_inner {
  padding-top: 20px;
}

.anual_list {
  padding: 0;
  list-style-type: none;
}

.anual_list li {
  margin-bottom: 20px;
  height: 290px;
}
.inner_center{
  justify-content: center;
  text-align: center;
}
@media(max-width: 1199px){
  .anual_list li {
    height: 320px;
  }
}
@media(max-width: 991px){
  .anual_list li {
    height: 410px;
  }
}
@media(max-width: 767px){
  .anual_list li {
    height: auto;
  }
}
.sticker_anual{
  height: 16px;
  overflow: hidden;
  margin-top: 5px;
  display: flex;
}

.sticker_anual{
  color: #fe1d24;
  text-transform: uppercase;
  margin-top: 5px;
  font-size: 11px;
  line-height: 15px;
}

.anual_list li .anual_block .img_block {
  height: 100%;

  display: flex;
  background: #ffffff;
  flex-direction: column;
  width: 100%;
}

.anual_list li .anual_block .img_block a {
  position: relative;
  overflow: hidden;
  display: block;
}

.anual_list li .anual_block .img_block a::before {
  display: block;
  content: "";
  background: #ffffff;
  padding-bottom: 66%;
  position: relative;
}

.anual_list li .anual_block .img_block a img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.anual_list li .anual_block .anual_title {
  font-size: 1.4rem;
  font-family: "Noto-bold", "Noto-arm-bold";
  color: #333333;
  display: block;
  line-height: 1.33em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}


.anual_list li .anual_block .info_block .download_btn {
  display: block;
  position: relative;
  padding-left: 20px;
  color: #333333;
  font-size: 120%;
  text-transform: uppercase;
  line-height: 30px;
  -o-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

.anual_list li .anual_block .img_block a img:hover {
  opacity: 0.8;
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.anual_list li .anual_block .anual_title:hover {
  color: #d70027;
  -o-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

.anual_list li .anual_block .info_block .download_btn:hover {
  color: #d70027;
  -o-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

.anual_list li .anual_block .info_block .download_btn::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  background: url("images/download_icon.svg") no-repeat;
  background-size: 100%;
}

.anual_list li .anual_block .info_block {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 75px;
}

.download_block {
  padding: 35px 0 12px;
  border-bottom: 1px solid #cccccc;
}

.download_block:first-child {
  padding-top: 0;
}

.download_file_text {
  font-size: 140%;
  color: #333333;
  font-family: "Noto-bold", "Noto-arm-bold";
}

.download_file_button a {
  display: block;
  position: relative;
  padding-left: 20px;
  color: #333333;
  font-size: 130%;
  transition: color .7s;
}

.download_file_button a:hover {
  color: #d70027;
  /*opacity: 0.7;*/
}

.download_file_button a:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  background: url("images/download_icon.svg") no-repeat;
  background-size: 100%;
}

/*DONATE*/
.donate_img {
  padding-bottom: 32.33%;
  position: relative;
  overflow: hidden;
}

.donate_img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.donate_section_inner {
  max-width: 570px;
  margin: 0 auto;
  padding-top: 45px;
}

.donate_section_inner .inner_section_title {
  text-align: center;
}

.donate_section_inner .inner_section_title:after {
  margin: 25px auto 0;
}

.donate_text_block {
  text-align: center;
  font-size: 140%;
  line-height: 20px;
  color: #333333;
  padding-top: 18px;
  max-width: 380px;
  margin: 0 auto;
}

.donate_block {
  padding: 30px 50px;
  border-bottom: 1px solid #c1c1c1;
}

.donate_block_title {
  font-size: 2.2rem;
  color: #ff1d24;
  padding-bottom: 18px;
}

.donate_money_block {
  font-size: 0;
  margin: 0 -10px;
}

.donate_money_block label {
  display: inline-block;
  width: 50%;
  padding: 0 10px 20px;
}

.chose_money_block {
  display: block;
  cursor: pointer;
  padding: 23px 10px;
  border: 1px solid #c1c1c1;
  transition: all 0.5s;
}

.currency_img {
  display: inline-block;
  height: 21px;
  vertical-align: middle;
  margin-top: -5px;
}

.currency_img img {
  height: 100%;
  vertical-align: top;
}

.chose_money {
  display: block;
  font-size: 2.2rem;
  font-family: "Noto-bold", "Noto-arm-bold";
  color: #5b5b5b;
  text-align: center;
  transition: all 0.5s;
}

.chose_money_block.checked .chose_money {
  color: #ff1d24;
}

.chose_money_block.checked {
  border: 1px solid #ff1d24;
}

.donate_money_block label {
  margin: 0;
}

.donate_money_block label input {
  position: absolute;
  visibility: hidden;
}

.donate_other_amount {
  margin: 0 10px;
  position: relative;
}

.input_layer {
  display: block;
  position: absolute;
  right: 20px;
  top: 25px;
  font-size: 2.2rem;
  font-family: "Noto-bold", "Noto-arm-bold";
  color: #5b5b5b;
  cursor: default;
  height: 20px;
  /*transform: translate(0 , -50%);
-moz-transform:translate(0,-50%);
-ms-transform:translate(0,-50%);
-webkit-transform:translate(0,-50%);
-o-transform:translate(0,-50%);*/
}

.input_layer img {
  height: 100%;
}

.donate_other_amount input {
  padding: 24px 35px 24px 20px;
  width: 100%;
  border: 1px solid #c1c1c1;
  outline: none;
  font-size: 2.2rem;
  font-family: "Noto-bold", "Noto-arm-bold";
  color: #5b5b5b;
  position: relative;
}

.other_amount_text {
  font-size: 1.4rem;
  font-family: "Noto-bold", "Noto-arm-bold";
  color: #898989;
  padding-top: 11px;
}

/*.donate_other_amount input:before{
  display: block;
  content: "$";
  position: absolute;
  right: 0;
  top: 0;
  background: red;
  width: 20px;
  height: 100%;
}*/
.support_select_block {
  padding: 0 10px;
}

.dropdown-menu {
  margin: 0;
  border-radius: 0;
}

.support_select_block .btn {
  width: 100%;
  padding: 13px 30px 13px 15px;
  border: none;
  outline: none !important;
  border-radius: 0;
  border: 1px solid #c1c1c1;
}

.support_select_block .btn:focus {
  outline: none !important;
}

.dropdown-menu li a {
  padding: 10px;
  border-bottom: 1px solid #c1c1c1;
  outline: none !important;
}

.dropdown-menu {
  width: 100%;
}

.dropdown-menu > li > a {
  white-space: normal;
}

.support_select_block .selectpicker option {

}

.support_select_block .bootstrap-select {
  width: 100% !important;
}

.select_first_text {
  font-size: 1.7rem;
  color: #5b5b5b;
  font-family: "Noto-regular", "Noto-arm-regular";
  display: block;
}

.select_second_text {
  font-family: "Noto-regular", "Noto-arm-regular";
  color: #898989;
  font-size: 1.6rem;
  display: block;
}

.support_select_block .caret {
  border-top: 6px solid #c1c1c1;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

.support_select_block .bootstrap-select.btn-group .dropdown-toggle .caret {
  margin-top: -3px;
}

.dropup .caret {
  border-top: none;
  border-bottom: 6px solid #c1c1c1;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

.frequency_block label {
  margin: 0;
}

.chose_time_block {
  display: block;
  cursor: pointer;
  padding: 23px 10px;
  border: 1px solid #c1c1c1;
  transition: all 0.5s;
}

.chose_time {
  display: block;
  font-size: 2.2rem;
  font-family: "Noto-bold", "Noto-arm-bold";
  color: #5b5b5b;
  text-align: center;
  transition: all 0.5s;
}

.chose_time_block.checked .chose_time {
  color: #ff1d24;
}

.chose_time_block.checked {
  border: 1px solid #ff1d24;
}

.frequency_block .donate_block_title {
  padding-left: 10px;
  padding-right: 10px;
}

.frequency_block .other_amount_text {
  padding: 0 10px;
  margin-top: -9px;
}

.card_text {
  display: block;
  font-size: 1.4rem;
  color: #454545;
  padding-top: 11px;
  font-family: "Noto-bold", "Noto-arm-bold";
}

.donate_form_block {
  padding: 30px 0 100px;
}

.donate_form {
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}

.chose_card_block {
  text-align: center;
  height: 77px;
  display: block;
  cursor: pointer;
  /*padding: 25px 10px;*/
  border: 1px solid #c1c1c1;
  transition: all 0.5s;
  position: relative;
}

.chose_card_block.checked {
  border: 1px solid #ff1d24;
}

.chose_card_block img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  padding: 25px 10px;
  vertical-align: middle;
}

.donate_recaptcha_block {
  padding: 40px 0;
  background: #f7f7f7;
  position: relative;
}

.recaptcha_img {
  width: 302px;
  height: 77px;
  margin: 0 auto;
}

.recaptcha_img img {
  width: 100%;
  height: 100%;
}

.donate_button_block button {
  font-size: 1.8rem;
  color: #ffffff;
  width: 146px;
  padding: 15px;
  line-height: 18px;
  border-radius: 5px;
  margin: 0 auto;
  border: none;
  outline: none;
  background: #ff1d24;
}

.donate_button_block {
  padding: 40px 0;
  text-align: center;
}

.payment_block .donate_block_title {
  padding-left: 10px;
  padding-right: 10px;
}

/*.currency_block{
  font-size: 0;
}*/
.currency_block label {
  width: 25%;
  text-align: center;
  padding: 0 10px 30px;
}

.chose_currency {
  font-size: 1.6rem;
  font-family: "Noto-bold", "Noto-arm-bold";
  color: #5b5b5b;
  text-align: center;
  transition: color .6s;
}

.change_currency_block {
  display: block;
  padding: 18px 0 19px;
  border: 1px solid #c1c1c1;
  cursor: pointer;
  transition: all .6s;
  position: relative;
}

.change_currency_block.checked {
  border: none;
  background: #ff1d24;
}

.change_currency_block.checked:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-top: 10px solid #ff1d24;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.change_currency_block.checked .chose_currency {
  color: #ffffff;
}

.donate_person_information {
  padding-top: 18px;
}

.donate_person_information.name {
  padding-right: 10px;
  width: 50%;
}

.donate_person_information.last_name {
  padding-left: 10px;
  width: 50%;
}

.donate_person_information_block input {
  width: 100%;
  font-size: 160%;
  font-family: "Noto-bold", "Noto-arm-bold";
  color: #979797;
  padding: 25px 20px 26px;
  outline: none;
  border: 1px solid #c1c1c1;
}

.donate_person_information_text {
  padding-bottom: 13px;
  font-size: 150%;
  color: #5b5b5b;
}

.donate_tab_button {
  padding: 0 10px;
  text-align: center;
  width: 50%;
}

.donate_tab_button_block {
  margin: 0 -10px;
}

.donate_tab_button_inner {
  padding: 23px 10px;
  border: 1px solid #ff1d24;
  font-family: "Noto-bold", "Noto-arm-bold";
  color: #5b5b5b;
  font-size: 220%;
  transition: all .6s;
  position: relative;
  cursor: pointer;
}

.donate_tab_button_inner.checked {
  background: #ff1d24;
  color: #ffffff;
}

.donate_tab_button_inner.checked:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-top: 10px solid #ff1d24;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

/*.person_info_tab_block.checked{
  display: block;
}
.person_info_tab_block{
  display: none;
}*/
/*DISASTRE MANAGMENT*/
.managment_top_info {
  background: white;
  padding: 0 30px;
  /*margin-top: 50px;*/
}

.managment_info_block {
  max-width: 1010px;
  margin: 0 auto;
  padding: 40px 0;
}

.managment_info_text {
  color: black;
  font-size: 180%;
  line-height: 26px;
}

.managment_info_block .menu_button {
  padding: 15px 30px;
  background: #ff1d24;
  border-radius: 5px;
  color: #ffffff;
  width: max-content;
  margin: 20px auto 0;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.diaster_managment_img_block {
  padding-bottom: 50px;
  background: #ffffff;
}

.img_content_inner {
  padding: 0;
}

.diaster_managment_section_inner {
  padding-top: 40px;
}

.news_view_all_button {
  display: block;
  position: absolute;
  right: 0;
  bottom: 5px;
  font-size: 120%;
  color: #ff262c;
  letter-spacing: 1px;
}

.news_view_all_button:hover {
  color: #ff262c;
  opacity: 0.7;
}

.section_title_block {
  position: relative;
}

.diaster_managment_section .news_block {
  padding-top: 25px;
}

.implemented_projects_section {
  background: #f4f4f4;
}

.implemented_projects_section .content_inner {
  background: transparent;
  padding-top: 30px;
}

.diaster_managment_section .news_listing_inner {
  padding-bottom: 50px;
}

.implemented_projects_section .news_listing_inner {
  padding-bottom: 30px;
}

.diaster_managment_news_section {
  padding-top: 50px;
}

.img_layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}

.diaster_img_text_block {
  position: absolute;
  text-align: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 315px;
}

.disater_img_text {
  font-size: 140%;
  color: #333333;
  line-height: 20px;
  padding-top: 25px;
}

.diaster_img_text_block .section_title:after {
  margin: 20px auto 0;
}

/*PARTNERS*/
.team_inner_section {
  text-align: center;
  padding-top: 45px;
  padding-bottom: 115px;
}

.team_president_section {
    display: flex;
    align-items: flex-start;
    padding-top: 25px;
}

.team_president_block {
    flex: 0 0 350px;
  max-width: 350px;
  padding: 30px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  margin-right: 30px;
}

.team_president_biography {
    flex: 1;
    width: 40%;
    text-align: left;
    font-size: 140%;
    line-height: 24px;
}

@media screen and (max-width: 767px) {
    .team_president_section {
        display: block;
    }
    .team_president_block {
        margin: 0 auto 25px;
        flex: none;
        width: 100%;
        max-width: 350px;
    }
    .team_president_biography {
        flex: none;
        width: 100%;
    }
}

.team_inner_section .inner_section_title:after {
  margin: 20px auto 0;
}

.team_president_img {
  max-width: 230px;
  margin: 0 auto;
}

.president_img_inner {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
  border-radius: 50%;
}

.president_img_inner img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.president_name_block {
  font-size: 240%;
  color: #333333;
  padding-top: 15px;
}

.president_name_block:after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #8a8a8a;
  margin: 15px auto 0;
}

.president_position_block {
  font-size: 160%;
  color: #fe1d24;
  font-family: "Noto-bold", "Noto-arm-bold";
  padding-top: 15px;
}

.team_block {
  border: 1px solid #ececec;
  border-bottom: none;
  margin-top: 30px;
}

.team_block_inner {
  width: 33.33%;
  border-bottom: 1px solid #ececec;
  position: relative;
  height: 372px;
  padding: 13px 0;
}

.person_info_block {
  position: absolute;
  /*max-width: 295px;*/
  width: 100%;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  /*border-left: 1px solid #ececec;*/
}

.person_info_block:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  height: 165px;
  top: 50%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  background: #ececec;
  width: 1px;
}

.team_name_block {
  font-size: 200%;
  color: #fe1d24;
  max-width: 285px;
  padding: 15px 5px 0;
  margin: 0 auto;
}

.team_block_inner .team_president_img {
  max-width: 160px;
}

.team_name_block:after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #8a8a8a;
  margin: 15px auto 0;
}

.team_position_block {
  font-size: 140%;
  color: #333333;
  font-family: "Noto-bold", "Noto-arm-bold";
  line-height: 21px;
  max-width: 285px;
  padding: 10px 5px 0;
  margin: 0 auto;
}

/*CONTACT*/
.info_in_map_section {
  position: absolute;
  z-index: 1;
  width: 530px;
  right: 30px;
  top: 50%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  background: #ffffff;
  box-shadow: 0 0 10px 1px #c1c1c1;
}

.info_in_map_section_inner {
  padding: 20px;
}

.info_in_map_block {
  padding: 10px;
  width: 50%;
}

.info_in_map_block_inner {
  height: 77px;
  position: relative;
  border: 1px solid #c1c1c1;
  padding: 0 15px 0 60px;
}

.info_in_map_decor {
  position: absolute;
  left: 20px;
  width: 20px;
  top: 50%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}

.info_in_map_decor img {
  max-width: 100%;
}

.info_in_map {
  position: relative;
  height: 100%;
}

.info_in_map_inner {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  font-size: 140%;
  color: #ff1d24;
  line-height: 26px;
}

.contacts_map_section {
  position: relative;
}

.contacts_section_inner {
  padding-bottom: 105px;
}

.geography_map {
  height: 430px;
  width: 100%;
}

#map-canvas {
  height: 100%;
  width: 100%;
}

.contact_block {
  max-width: 575px;
  margin: 0 auto;
  padding-top: 50px;
}

.contacts_section_inner .section_title_block {
  text-align: center;
}

.contacts_section_inner .inner_section_title:after {
  margin: 25px auto 0;
}

.contact_form_block {
  padding-top: 25px;
  padding-bottom: 95px;
}

.contact_field {
  padding-bottom: 10px;
}

.contact_field input {
  width: 100%;
  border: none;
  outline: none;
  padding: 14px 10px;
  border: 1px solid #cccccc;
  background: transparent;
  font-size: 110%;
  color: #808080;
}

.contact_field textarea {
  font-size: 110%;
  color: #808080;
  resize: none;
  width: 100%;
  border: none;
  outline: none;
  padding: 14px 10px;
  border: 1px solid #cccccc;
  background: transparent;
  height: 75px;
}

.name_field {
  width: 50%;
  padding-right: 15px;
}

.email_field {
  width: 50%;
  padding-left: 15px;
}

.recaptcha_block {
  padding: 40px 0;
  margin-top: 10px;
  background: #f7f7f7;
}

.recaptcha_img {
  width: 304px;
  height: 78px;
  margin: 0 auto;
}

.recaptcha_img img {
  width: 100%;
  height: 100%;
}

.send_button_block {
  padding-top: 20px;
}

.send_button {
  width: 100%;
  text-align: center;
  padding: 15px;
  background: #d22239;
  font-size: 110%;
  color: #ffffff;
  border: none;
  outline: none;
  transition: opacity .7s;
}

.send_button:hover {
  opacity: 0.8;
}

.teritorial_branches_section {
  padding-top: 33px;
}

.teritorial_branches_section_inner {
  position: relative;
  padding-top: 30px;
}

.layer_element_right {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 2px;
  background: #ffffff;
}

.layer_element_bottom {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ffffff;
}

.teritorial_branches_block {
  height: 225px;
  width: 33.33%;
  position: relative;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.teritorial_branches_block:first-child .teritorial_branches_block_inner {
  left: 0;
}

.teritorial_branches_block:nth-child(3n+1) .teritorial_branches_block_inner {
  left: 0;
}

.teritorial_branches_block_inner {
  position: absolute;
  left: 50px;
  right: 50px;
  top: 50%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}

.teritorial_branches_title {
  font-size: 200%;
  color: #000000;
  font-family: "Noto-bold", "Noto-arm-bold";
}

.map_position_button {
  display: block;
  font-size: 140%;
  color: #d22239;
  text-decoration: underline;
  transition: opacity .7s;
  padding-left: 15px;
  position: relative;
  margin-top: 2px;
}

.map_position_button:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("images/location_decor.svg") no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
}

.map_position_button:hover {
  opacity: 0.5;
  color: #d22239;
  text-decoration: underline;
}

.teritorial_branches_info {
  padding-top: 15px;
}

.teritorial_branches_info_type {
  font-size: 140%;
  color: #999999;
  font-family: "Noto-bold", "Noto-arm-bold";
  display: inline-block;
  vertical-align: top;
  padding-right: 5px;
}

.teritorial_branches_info_text {
  font-size: 140%;
  color: #999999;
  display: inline-block;
  vertical-align: top;
}

.teritorial_branches_info_block {
  padding: 2px 0;
}

.help-block {
  display: none !important;
}

/*PARTNERS*/
.partners_section_inner {
  text-align: center;
  padding-top: 45px;
}

.partners_section_inner .inner_section_title:after {
  margin-left: auto;
  margin-right: auto;
}

.partners_block {
  width: 25%;
  padding: 120px 20px 0;
}

.partners_block.large_block {
  width: 100%;
  max-width: 370px;
  margin: 0 auto;
}

.partners_block.large_block .partners_img_block {
  width: 200px;
  height: 200px;
  top: -100px;
  margin-left: -100px;
}

.executive_body_section {
  margin: 0 -20px;
  padding: 10px 0 190px;
}

.partners_block_inner {
  padding: 115px 10px 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}

.partners_img_block {
  position: absolute;
  top: -80px;
  left: 50%;
  margin-left: -80px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
}

.partners_img_block_inner {
  height: 100%;
  position: relative;
}

.partners_img_block_inner img {
  position: absolute;
  top: 0;
  height: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  min-width: 100%;
}

.partners_name {
  font-size: 220%;
  color: #333333;
}

.partners_name:after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #8a8a8a;
  margin: 11px auto 0;
}

.partners_position {
  color: #fe1d24;
  font-size: 140%;
  font-family: "Noto-bold", "Noto-arm-bold";
  margin-top: 11px;
  /* padding: 0 25px;*/
}

.partners_number {
  font-size: 160%;
  color: #333333;
  display: table-cell;
  vertical-align: middle;
}

.partners_mail {
  font-size: 160%;
  color: #333333;
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
}

.partners_number_block_inner {
  padding: 0 20px 0 60px;
  display: table;
  width: 100%;
  position: relative;
  /*height: 80px;*/
  height: 50px;
}

.partners_mail_block_inner {
  padding: 0 20px 0 60px;
  display: table;
  width: 100%;
  position: relative;
  /*height: 80px;*/
  height: 50px;
}

.partners_mail_block, .partners_number_block {
  border-top: 1px solid #ececec;
  /* padding:20px 0 20px 0;*/
}

/*.partners_position_block{
  margin-bottom: 25px;
}*/
.partners_decor_img {
  position: absolute;
  left: 15px;
  width: 20px;
  top: 50%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}

.partners_decor_img img {
  width: 100%;
}

.partners_top_info {
  /*height: 125px;*/
  height: 90px;
}

.mobile_top_menu_block {
  display: none;
}

.mobile_social_buttons_block {
  display: none;
}

.open_mobile_menu {
  display: none;
  cursor: pointer;
}

.scroll_block {
  width: 100%;
  float: none;
  overflow-x: auto;
}

.scroll_block .content_menu_block_inner {
  white-space: nowrap;
  overflow-x: auto;
}

.scroll_block .content_menu {
  position: static;

}

.scroll_block .content_menu_dropdown {
  left: 0;
  width: 100%;
}

.menu_layer {
  display: none;
  width: 87px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background: rgba(51, 51, 51, 0.7);
  z-index: 5;
}

.menu_layer.actived {
  display: block;
}

.gallery_section_inner {
  padding-top: 35px;
}

.gallery_block {
  padding-top: 15px;
  margin: 0 -13px;
  padding-bottom: 50px;
  font-size: 0;
}

.gallery_section_inner .section_title_block {
  text-align: center;
}

.gallery_section_inner .inner_section_title:after {
  margin-left: auto;
  margin-right: auto;
}

/*.gallery_block .photo_slider{
  width: 33.33%;
}*/
/*.gallery_block .photo_slider_info_block{
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(transparent, rgba(0,0,0,0.9));
}
.gallery_block .info_slider_text{
  color: #ffffff;
  line-height: 23px;
}
.gallery_block img{
  width: 100%;
}*/
.gallery_block_inner {
  width: 33.33%;
  padding: 13px;
  display: inline-block;
  vertical-align: top;
}

.gallery_img_block {
  position: relative;
  overflow: hidden;
  padding-bottom: 67.05%;
}

.gallery_img_block img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.gallery_gradient_block {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all .7s;
  background: rgba(0, 0, 0, 0.6);
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
}

.number_of_photo {
  font-size: 1.8rem;
  color: #ffffff;
  line-height: 14px;
}

.gallery_img_text {
  font-family: "Noto-bold", "Noto-arm-bold";
  font-size: 1.6rem;
  color: #ffffff;
  line-height: 20px;
  padding-top: 4px;
  padding-bottom: 8px;
}

.gallery_img_date {
  font-size: 1.3rem;
  color: #ffffff;
  line-height: 12px;
}

.gallery_text_block {
  position: absolute;
  left: 15px;
  bottom: 30px;
  right: 15px;
  padding-left: 15px;
  padding-right: 15px;
  border-left: 3px solid #ff1d24;
}

.gallery_block .link_element:hover {
  background: transparent;
}

/*.gallery_img_block:hover .gallery_gradient_block{
  opacity: 1;
}*/
/*.gallery_inner_section{
  background: #ffffff;
}*/
.gallery_list_section {
  padding-top: 35px;
}

.gallery_inner_subtitle {
  text-align: center;
  font-size: 200%;
  max-width: 600px;
  padding: 15px 0;
  margin: 0 auto;
}

.gallery_inner_section .section_title_block {
  text-align: center;
}

.gallery_inner_section .inner_section_title:after {
  margin-left: auto;
  margin-right: auto;
}

.gallery_list_inner {
  font-size: 0;
  margin: 0 -15px;
  padding-bottom: 60px;
}

.popup_button {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  transition: all .6s;
}

.popup_button:hover {
  background: rgba(0, 0, 0, 0.2);
}


.img_slider_popup {
  position: fixed;
  z-index: 500;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: none;

}

.img_slider_inner {
  width: 100%;
  height: 100%;
  opacity: 0;
}

.img_slider_block {
  width: 100%;
  height: 100%;
  padding: 60px 70px 0;
  position: relative;
}

.img_slider_block .slides {
  height: 100%;
}

.img_slider_block .slides li {
  height: 100%;
  padding-bottom: 50px;
  position: relative;
}

.img_slider_block .flex-viewport {
  height: 100%;
}

.img_slider_block .slides_img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slider_name {
  position: absolute;
  left: 50%;
  bottom: 15px;
  transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  font-size: 130%;
  color: #ffffff;
}

.img_slider_block .slides_img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  max-height: 100%;
  max-width: 100%;
}

.img_slider_inner .flex-prev {
  opacity: 1;
  left: 23px;
  font-size: 0;
  width: 28px;
  height: 28px;
  margin-top: -14px;
  background: url(images/slider_arrow1.svg) no-repeat;
  background-size: 28px;
}

.img_slider_inner .flex-next {
  opacity: 1;
  right: 23px;
  font-size: 0;
  width: 28px;
  height: 28px;
  margin-top: -14px;
  background: url(images/slider_arrow2.svg) no-repeat;
  background-size: 28px;
}

.popup_close_button {
  position: absolute;
  width: 13px;
  height: 13px;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 1;

}

.popup_close_button img {
  width: 100%;
  height: 100%;
}

.flex-direction-nav li a:before {
  display: none;
}

.video_popup_button {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.video_popup_button:hover {
  opacity: 0.7;
}

.video_popup_button a {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  max-width: 70px;
  max-height: 70px;
  padding: 10px;
}

.video_popup_button a img {
  width: 100%;
  height: 100%;
}

.video_block {
  /*position: absolute;
left: 50%;
top: 50%;
transform: translate(-50% , -50%);
 -moz-transform:translate(-50% , -50%);
 -ms-transform:translate(-50% , -50%);
 -webkit-transform:translate(-50% , -50%);
 -o-transform:translate(-50% , -50%);*/
  width: 100%;
  /*padding-bottom: 56.25%;
position: relative;
overflow: hidden;
top: 50%;
transform: translate(0, -50%);
-moz-transform:translate(0, -50%);
-ms-transform:translate(0, -50%);
-webkit-transform:translate(0, -50%);
-o-transform:translate(0, -50%);*/
  position: relative;
  height: 100%;
}

.video_block iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.video_play_img {
  width: 60px;
  height: 60px;
}

/*NEWS INNER PAGE*/
.news_inner_container {
  max-width: 1110px;
  margin: 0 auto;
  padding-top: 35px;
  padding-bottom: 100px;
}

.news_inner_container iframe{
    max-width: 100%;
    max-height: 56vw;
}

.news_inner_title {
  font-size: 240%;
  font-family: "Noto-bold", "Noto-arm-bold";
  line-height: 32px;
  color: #3f3f3f;
  text-align: center;
}

.news_inner_img_block {
  max-width: 780px;
  margin: 0 auto;
  padding-top: 35px;
}

.news_inner_img {
  padding-bottom: 66.66%;
  overflow: hidden;
  position: relative;
}

.news_inner_img img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}

.news_inner_text_block {
  color: #3f3f3f;
  padding-top: 35px;
  font-size: 180%;
  line-height: 28px;
}

.news_inner_subtitle {
  font-size: 220%;
  color: #ff1d24;
  line-height: 35px;
  padding-top: 45px;
  font-family: "Noto-bold", "Noto-arm-bold";
}

.main_video_popup {
  position: fixed;
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  padding: 50px;
  z-index: 5555;
  left: 0;
  top: 0;
  display: none;
}

.main_video_popup_inner {
  width: 100%;
  height: 100%;
}

.main_video_popup_block {
  height: 100%;
  width: 100%;
}

.main_video_popup_block iframe {
  width: 100%;
  height: 100%;
}

.video_close_button {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.video_close_button img {
  width: 100%;
}

.news_innder_slider_block {
  position: relative;
}

.news_innder_slider_block .flex-viewport {
  height: 100%;
  width: 100%;

}

/*.news_innder_slider_block .slides{
  height: 100%;
}
.news_slider_img{
 height: 100%;
 position: relative;
}
.news_slider_img img{
  position: absolute;
  left: 0;
  width: 100%;
  transform: translate(0,-50%);
  -moz-transform:translate(0,-50%);
  -ms-transform:translate(0,-50%);
  -webkit-transform:translate(0,-50%);
  -o-transform:translate(0,-50%);
}*/
.news_slider_img {
  padding-bottom: 70%;
  position: relative;
  cursor: pointer;
}

.news_slider_img img {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}

.news_inner_slider_section {
  padding-top: 25px;
}

.news_inner_slider_section .owl-prev {
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  font-size: 0;
}

.news_inner_slider_section .owl-next {
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 0;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;
}

.news_inner_slider_section .owl-next:after {
  position: absolute;
  display: block;
  content: "";
  left: 4px;
  top: 4px;
  right: 4px;
  bottom: 4px;
  background: url("images/text_slider_next.svg") no-repeat;
  background-size: 100%;
}

.news_inner_slider_section .owl-prev:after {
  position: absolute;
  display: block;
  content: "";
  left: 4px;
  top: 4px;
  right: 4px;
  bottom: 4px;
  background: url("images/text_slider_prev.svg") no-repeat;
  background-size: 100%;
}

.loading_block {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
}

.loading_block img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

#idIframe {
  margin-top: 50px;
}

.owl-carousel .owl-item img {
  width: 100%;
  height: 100%;
}
