@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700&amp;display=swap");
.rvfs-1 p, .rvfs-1 li {
  font-size: 70%; }

.rvfs-2 p, .rvfs-2 li {
  font-size: 80%; }

.rvfs-3 p, .rvfs-3 li {
  font-size: 90%; }

.rvfs-4 p, .rvfs-4 li {
  font-size: 100%; }

.rvfs-5 p, .rvfs-5 li {
  font-size: 110%; }

.rvfs-6 p, .rvfs-6 li {
  font-size: 120%; }

.rvfs-7 p, .rvfs-7 li {
  font-size: 130%; }

html, body {
  overflow-x: hidden; }

body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent; }

.center-block {
  margin: 0 auto;
  max-width: 1170px; }
  @media all and (max-width: 1220px) {
    .center-block {
      padding-left: 16px !important;
      padding-right: 16px !important; } }

img {
  max-width: 100%; }

@media all and (max-width: 640px) {
  input, textarea {
    max-width: 100%; } }

/* preloader start */
.preloader {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center; }

/* preloader end */
/* header start */
.header {
  background: url(../images/header_bg.png) 50% 50%/cover no-repeat;
  position: relative;
  z-index: 6; }
  @media all and (max-width: 960px) {
    .header {
      padding-top: 55px; } }
  .header_top {
    background: #354C70; }
    @media all and (max-width: 960px) {
      .header_top {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        padding-left: 55px; } }
    .header_top_inner {
      padding: 11px 0 11px;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .header_top_inner_left {
        display: flex;
        align-items: center; }
      .header_top_inner_right {
        display: flex;
        align-items: center; }
  .header_middle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 27px 0 32px; }
    @media all and (max-width: 1130px) {
      .header_middle {
        flex-direction: column; } }
  .header_bottom {
    background: #3EA851;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }
    @media all and (max-width: 960px) {
      .header_bottom {
        display: none; } }
    .header_bottom_inner {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      justify-content: space-between; }

/* header end */
/* site search start */
.site_search {
  position: relative;
  margin-right: 40px; }
  @media all and (max-width: 1120px) {
    .site_search {
      margin-right: 15px; } }
  .site_search__text {
    display: inline-block;
    width: 188px;
    height: 33px;
    padding: 0 40px 0 16px;
    font-size: 14px;
    line-height: 16px;
    border-radius: 10px;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
    .site_search__text::-webkit-input-placeholder {
      color: rgba(53, 76, 112, 0.3); }
    .site_search__text:-moz-placeholder {
      color: rgba(53, 76, 112, 0.3); }
    .site_search__text::-moz-placeholder {
      color: rgba(53, 76, 112, 0.3); }
    .site_search__text:-ms-input-placeholder {
      color: rgba(53, 76, 112, 0.3); }
    .site_search__text:focus {
      outline: none; }
  .site_search__button {
    position: absolute;
    width: 45px;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    background: url("../icons/search_icon.svg") 33% 45% no-repeat;
    cursor: pointer; }
    .site_search__button:focus, .site_search__button:active {
      outline: none; }

/* site search end */
/* site map icons start */
.map_block {
  display: flex;
  align-items: center;
  margin-right: 90px;
  padding: 3px 0 0 0; }
  @media all and (max-width: 1120px) {
    .map_block {
      margin-right: 15px; } }
  @media all and (max-width: 960px) {
    .map_block {
      margin-bottom: 15px;
      margin-right: 0; } }
  .map_block > div:not(:last-child) {
    margin-right: 61px; }
    @media all and (max-width: 960px) {
      .map_block > div:not(:last-child) {
        margin-right: 20px; } }
  @media all and (min-width: 961px) {
    .map_block a:hover svg path {
      fill: #3EA851; } }
  .map_block a svg path {
    -webkit-transition: ease-in 0.2s;
    -moz-transition: ease-in 0.2s;
    -ms-transition: ease-in 0.2s;
    -o-transition: ease-in 0.2s;
    transition: ease-in 0.2s; }

/* site map icons end */
/* change font site start */
.change_font-size {
  display: flex;
  color: #fff; }
  .change_font-size .btn-group {
    display: flex;
    align-items: center;
    flex-direction: row-reverse; }
    .change_font-size .btn-group > a {
      color: #fff;
      text-decoration: none;
      width: 20px;
      height: 20px;
      font-size: 0;
      display: inline-flex;
      justify-content: center;
      align-items: center; }
      .change_font-size .btn-group > a.rvfs-decrease:before {
        content: '-';
        color: #fff;
        font-size: 12px;
        line-height: 14px; }
      .change_font-size .btn-group > a.rvfs-reset {
        margin: 0 5px; }
        .change_font-size .btn-group > a.rvfs-reset:before {
          content: 'Aa';
          color: #fff;
          font-size: 14px;
          line-height: 16px; }
      .change_font-size .btn-group > a.rvfs-increase:before {
        content: '+';
        color: #fff;
        font-size: 12px;
        line-height: 14px; }
  .change_font-size__minus {
    cursor: pointer; }
  .change_font-size__font-size {
    margin: 0 21px;
    cursor: pointer; }
  .change_font-size__plus {
    cursor: pointer; }

/* change font site end */
/* social networks start */
.social-networks {
  font-size: 0;
  margin-right: 22px;
   }
  @media all and (max-width: 1120px) {
    .social-networks {
      margin-right: 15px; } }
  @media all and (max-width: 960px) {
    .social-networks {
      margin-right: 60px;
      position: relative;
      margin-top: -43px;
      margin-bottom: 15px; } }
  .social-networks > a {
    display: inline-block;
    font-size: 0;
    -webkit-transition: ease-in 0.2s;
    -moz-transition: ease-in 0.2s;
    -ms-transition: ease-in 0.2s;
    -o-transition: ease-in 0.2s;
    transition: ease-in 0.2s;
    border-radius: 50%; }
    .social-networks > a:hover {
      -webkit-box-shadow: 0px 0px 5px 2px #fff;
      -moz-box-shadow: 0px 0px 5px 2px #fff;
      box-shadow: 0px 0px 5px 2px #fff; }
    .social-networks > a:not(:last-child) {
      margin: 0 28.85px 0 0; }

/* social networks end */
/* site phone start */
.site-phone {
  font-size: 0;
  display: flex;
  align-items: center;
  margin-right: 62px; }
  @media all and (max-width: 1120px) {
    .site-phone {
      margin-right: 15px; } }
  @media all and (max-width: 960px) {
    .site-phone {
      position: relative; }
      .site-phone.opened .site-phone__number {
        display: block; } }
  .site-phone__icon {
    display: inline-block;
    font-size: 0;
    width: 25px;
    height: 24.16px;
    background: url("https://www.probe-rts.com/img/svg/phone_icon.svg") 50% 50% no-repeat;
    margin-right: 25.8px; }
    @media all and (max-width: 960px) {
      .site-phone__icon {
        cursor: pointer;
        margin-right: 0;
        width: 40px;
        height: 40px; } }
  @media all and (max-width: 960px) {
    .site-phone__number {
      display: none;
      position: absolute;
      top: calc(100% + 10px);
      right: 0;
      width: 220px;
      padding: 15px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      background: #fff;
      -webkit-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.2); } }
  .site-phone__number a {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    text-decoration: none; }
    @media all and (max-width: 960px) {
      .site-phone__number a {
        color: #000; } }

/* site phone end */
/* lang block start */
.site-lang {
  position: relative; }
  @media all and (max-width: 960px) {
    .site-lang {
      margin-top: 15px;
      margin-bottom: 15px; } }
  .site-lang__title {
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    cursor: pointer;
    -webkit-transition: ease-in 0.2s;
    -moz-transition: ease-in 0.2s;
    -ms-transition: ease-in 0.2s;
    -o-transition: ease-in 0.2s;
    transition: ease-in 0.2s; }
    @media all and (min-width: 961px) {
      .site-lang__title:hover {
        color: #3EA851; }
        .site-lang__title:hover:after {
          background: url("../icons/lang_ver_icon_green.svg") 50% 50% no-repeat; } }
    .site-lang__title:after {
      content: '';
      display: inline-block;
      width: 8px;
      height: 4px;
      font-size: 0;
      background: url("../icons/lang_ver_icon_white.svg") 50% 50% no-repeat;
      margin-left: 7px;
      transition: ease-in 0.2s; }
    @media all and (min-width: 961px) {
      .site-lang__title.opened {
        color: #3EA851; } }
    .site-lang__title.opened:after {
      transform: rotate(180deg); }
      @media all and (min-width: 961px) {
        .site-lang__title.opened:after {
          background: url("../icons/lang_ver_icon_green.svg") 50% 50% no-repeat; } }
  .site-lang__list {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    background: #fff;
    padding: 10px;
    -webkit-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.2); }
    @media all and (max-width: 1366px) {
      .site-lang__list {
        right: 0;
        left: auto;
        margin-top: 5px; } }
    @media all and (max-width: 960px) {
      .site-lang__list {
        position: relative;
        top: 0;
        width: 100%; } }
  .site-lang__item {
    display: block;
    text-decoration: none;
    color: #000;
    -webkit-transition: ease-in 0.2s;
    -moz-transition: ease-in 0.2s;
    -ms-transition: ease-in 0.2s;
    -o-transition: ease-in 0.2s;
    transition: ease-in 0.2s; }
    .site-lang__item:hover {
      color: #3EA851; }

/* lang block end */
/* site name start */
.site-name {
  display: flex;
  flex-direction: column;
  align-items: center;
/*   flex: 0 0 220px; */
}
  .site-name__logo {
    font-size: 0;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 14px; }
  .site-name__text {
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #2D4160;
    display: inline-block; }

/* site name end */
/* block 1 start */
.block-1 {
  font-size: 0;
  max-width: 100%; }
  .block-1__list {
    display: flex;
    justify-content: flex-end; }
    @media all and (max-width: 768px) {
      .block-1__list {
        overflow-x: auto;
        justify-content: space-between; } }
  .block-1__item {
    padding: 11px 16px;
    text-decoration: none;
    color: #354C70;
    background: #D9E7E8;
    -webkit-transition: ease-in 0.2s;
    -moz-transition: ease-in 0.2s;
    -o-transition: ease-in 0.2s;
    transition: ease-in 0.2s;
    flex: 0 0 270px }
    .block-1__item:not(:last-child) {
      margin-right: 30px; }
    .block-1__item:hover {
      background: #354C70; }
      .block-1__item:hover .block-1__text {
        color: #fff; }
  .block-1 img {
    margin-bottom: 12px;
    font-size: 0; }
  .block-1__text {
    font-size: 14px;
    line-height: 16px;
    display: block;
    -webkit-transition: ease-in 0.2s;
    -moz-transition: ease-in 0.2s;
    -ms-transition: ease-in 0.2s;
    -o-transition: ease-in 0.2s;
    transition: ease-in 0.2s; }

/* block 1 end */
/* site menu start */
.site_menu {
  min-height: 60px;
  display: flex;
  align-items: center; }
  .site_menu ul {
    padding: 0;
    margin: 0;
    font-size: 0; }
    .site_menu ul li {
      position: relative; }
      .site_menu ul li:hover > ul {
        display: block; }
      @media all and (max-width: 960px) {
        .site_menu ul li.has-child {
          padding-right: 25px; } }
      .site_menu ul li.has-child > ul {
        margin-right: -25px;
        margin-top: 10px; }
      .site_menu ul li .has-child-arrow {
        position: absolute;
        display: inline-block;
        font-size: 0;
        width: 8px;
        height: 4px;
        top: 50%;
        margin-top: -2px;
        right: -16px; }
        @media all and (max-width: 960px) {
          .site_menu ul li .has-child-arrow {
            top: 6px;
            margin-top: 0;
            right: 10px; } }
  .site_menu > ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    .site_menu > ul > li {
      margin-top: 10px;
      margin-bottom: 10px; }
      @media all and (min-width: 961px) {
        .site_menu > ul > li:not(:last-child) {
          margin-right: 28px; } }
      @media all and (max-width: 960px) {
        .site_menu > ul > li {
          flex: 1 1 100%; } }
      .site_menu > ul > li:hover > a:before {
        width: 100%; }
      .site_menu > ul > li > a {
        font-size: 14px;
        line-height: 16px;
        text-align: center;
        text-transform: uppercase;
        color: #fff;
        text-decoration: none;
        position: relative; }
        .site_menu > ul > li > a:before {
          content: '';
          position: absolute;
          bottom: -2px;
          left: 0;
          height: 1px;
          width: 0;
          background: #fff;
          -webkit-transition: ease-in 0.2s;
          -moz-transition: ease-in 0.2s;
          -ms-transition: ease-in 0.2s;
          -o-transition: ease-in 0.2s;
          transition: ease-in 0.2s; }
      .site_menu > ul > li > ul {
        position: absolute;
        top: calc(100% + 10px);
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        background: #ffffff;
        left: 0;
        display: none;
        width: 220px;
        border-radius: 10px; }
        @media all and (max-width: 960px) {
          .site_menu > ul > li > ul {
            position: relative;
            top: 0;
            left: 0;
            width: auto;
            border-radius: 0; } }
        .site_menu > ul > li > ul:before {
          content: '';
          position: absolute;
          left: 0;
          right: 0;
          bottom: auto;
          top: -22px;
          height: 25px; }
        .site_menu > ul > li > ul li {
          overflow: hidden; }
          @media all and (min-width: 961px) {
            .site_menu > ul > li > ul li:first-child {
              border-radius: 9px 9px 0 0; }
            .site_menu > ul > li > ul li:last-child {
              border-radius: 0px 0px 9px 9px; } }
          .site_menu > ul > li > ul li:hover a {
            color: #fff;
            background: #3EA851; }
          .site_menu > ul > li > ul li a {
            display: block;
            font-size: 14px;
            line-height: 16px;
            text-transform: uppercase;
            color: #000;
            text-decoration: none;
            padding: 10px;
            -webkit-transition: ease-in 0.2s;
            -moz-transition: ease-in 0.2s;
            -ms-transition: ease-in 0.2s;
            -o-transition: ease-in 0.2s;
            transition: ease-in 0.2s; }

/* site menu end */
/* regions start */
.regions {
  position: relative; }
  .regions__title {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    padding: 13px 60px 9px 16px;
    background: #fff;
    border-radius: 10px;
    position: relative;
    color: #3EA851;
    cursor: pointer; }
    .regions__title:before {
      content: '';
      position: absolute;
      top: 50%;
      margin-top: -2px;
      right: 23px;
      display: inline-block;
      font-size: 0;
      width: 8px;
      height: 4px;
      background: url(../icons/regions_arr.svg) 50% 50% no-repeat;
      -webkit-transition: ease-in 0.2s;
      -moz-transition: ease-in 0.2s;
      -ms-transition: ease-in 0.2s;
      -o-transition: ease-in 0.2s;
      transition: ease-in 0.2s; }
    .regions__title.active:before {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
  .regions__list {
    display: none;
    position: absolute;
    top: calc(100% + 5px);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    background: #fff;
    left: 0;
    width: 220px;
    border-radius: 10px;
    overflow: hidden; }
    @media all and (max-width: 1350px) {
      .regions__list {
        left: auto;
        right: 0; } }
    @media all and (max-width: 960px) {
      .regions__list {
        width: 100%;
        margin-bottom: 25px; } }
  .regions__item {
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    display: block;
    padding: 10px;
    transition: ease-in 0.2s; }
    .regions__item:hover {
      color: #fff;
      background: #3EA851; }

/* regions end */
/* news block start */
.news_block {
  font-size: 0;
  position: relative;
  z-index: 0; }
  .news_block:before {
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    background: #E4E6E9;
    display: block;
    position: absolute; }
    @media all and (max-width: 1024px) {
      .news_block:before {
        display: none; } }
  .news_block_inner {
    padding: 30px 0 20px;
    display: flex;
    justify-content: space-between; }
    @media all and (max-width: 1024px) {
      .news_block_inner {
        flex-direction: column; } }
  .news_block .day_news {
    width: 570px;
    position: relative; }
    @media all and (max-width: 1220px) {
      .news_block .day_news {
        width: 48%; } }
    @media all and (max-width: 1024px) {
      .news_block .day_news {
        width: 100%;
        margin-bottom: 60px; }
        .news_block .day_news:before {
          content: '';
          position: absolute;
          top: -30px;
          left: -30px;
          right: -30px;
          bottom: -30px;
          z-index: 0;
          background: #E4E6E9; } }
    .news_block .day_news__header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 16px;
      position: relative; }
    .news_block .day_news__title {
      font-weight: bold;
      font-size: 24px;
      line-height: 28px;
      text-transform: uppercase;
      color: #354C70; }
      @media all and (max-width: 640px) {
        .news_block .day_news__title {
          font-size: 20px; } }
    .news_block .day_news .swiper-pagination {
      position: relative;
      padding: 4px 18px 0 0; }
      .news_block .day_news .swiper-pagination .swiper-pagination-bullet {
        width: 7px;
        height: 7px;
        opacity: 1;
        background-color: transparent;
        border: 1px solid #3EA851;
        transition: ease-in 0.2s;
        margin-left: 10px; }
        .news_block .day_news .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
          background: #3EA851; }
    .news_block .day_news__body .swiper-button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 0;
      background: #3EA851;
      width: 35px;
      height: 35px;
      box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
      transform: rotate(180deg);
      -webkit-transition: ease-in 0.2s;
      -moz-transition: ease-in 0.2s;
      -ms-transition: ease-in 0.2s;
      -o-transition: ease-in 0.2s;
      transition: ease-in 0.2s; }
      .news_block .day_news__body .swiper-button svg {
        fill: #fff;
        opacity: 1;
      }
      .news_block .day_news__body .swiper-button svg path{
        opacity: 1;
      }
      .news_block .day_news__body .swiper-button:hover {
        background: #3EA851; cursor: pointer;}
        .news_block .day_news__body .swiper-button:hover svg {
          fill: #fff;
          opacity: 1; }
          .news_block .day_news__body .swiper-button:hover svg path {
            opacity: 1; }
      .news_block .day_news__body .swiper-button:focus {
        outline: none; }
    .news_block .day_news__time {
      background: #fff;
      position: absolute;
      top: -10px;
      right: -10px;
      display: flex;
      align-items: center; }
      .news_block .day_news__time__day {
        width: 75px;
        height: 43px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        font-size: 24px;
        line-height: 24px;
        color: #000; }
      .news_block .day_news__time__month {
        background: #354C70;
        width: 75px;
        height: 43px;
        padding: 8px 11px 7px;
        font-size: 12px;
        line-height: 14px;
        color: #fff;
        text-transform: uppercase; }
    .news_block .day_news__text_part {
      background: #354C70;
      opacity: 0.8;
      padding: 16px 24px 25px;
      margin: 0 -10px -10px; }
      @media all and (max-width: 500px) {
        .news_block .day_news__text_part {
          padding: 16px 44px 25px; } }
    .news_block .day_news__item__inner {
      border: 10px solid #fff;
      width: 100%;
      height: 465px;
      position: relative;
      display: flex;
      align-items: flex-end;
      margin-bottom: 14px; }
      .news_block .day_news__item__inner img {
        width: 0;
        height: 0;
        opacity: 0;
        visibility: hidden; }
    .news_block .day_news__item__title {
      font-weight: bold;
      font-size: 24px;
      line-height: 28px;
      color: #fff;
      padding-right: 40px;
      margin-bottom: 10px;
      text-decoration: none; }
      @media all and (max-width: 640px) {
        .news_block .day_news__item__title {
          font-size: 20px;
          padding: 0; } }
      @media all and (max-width: 480px) {
        .news_block .day_news__item__title {
          font-size: 18px; } }
    .news_block .day_news__item__text {
      font-weight: normal;
      font-size: 14px;
      line-height: 24px;
      text-decoration: none;
      display: block;
      color: #fff; }
      @media all and (max-width: 440px) {
        .news_block .day_news__item__text {
          display: none; } }
    .news_block .day_news__item__footer {
      display: flex;
      justify-content: center;
      align-items: center; }
      @media all and (max-width: 480px) {
        .news_block .day_news__item__footer {
          flex-direction: column-reverse; } }
    .news_block .day_news__item__read_more {
      background: #354C70 url(../icons/faq_btn_arr.svg) calc(100% - 15px) 50% no-repeat;
      border-radius: 10px;
      font-weight: bold;
      font-size: 14px;
      line-height: 16px;
      text-transform: uppercase;
      color: #fff;
      padding: 7px 61px 6px 16px;
      display: inline-block;
      text-decoration: none;
      margin-right: 30px;
      -webkit-transition: ease-in 0.2s;
      -moz-transition: ease-in 0.2s;
      -ms-transition: ease-in 0.2s;
      -o-transition: ease-in 0.2s;
      transition: ease-in 0.2s; }
      @media all and (max-width: 480px) {
        .news_block .day_news__item__read_more {
          margin: 15px 0 0 0; } }
      .news_block .day_news__item__read_more:hover {
        background: #354C70 url(../icons/faq_btn_arr.svg) calc(100% - 7px) 50% no-repeat; }
    .news_block .day_news__item__share {
      position: relative; }
      .news_block .day_news__item__share.opened .day_news__item__share__list {
        display: block; }
      .news_block .day_news__item__share__title {
        font-weight: bold;
        font-size: 14px;
        line-height: 16px;
        text-transform: uppercase;
        background: #019AF0 url(../icons/share_icon.svg) 16px 50% no-repeat;
        color: #fff;
        padding: 7px 34px 6px 53px;
        border-radius: 10px;
        position: relative;
        cursor: pointer; }
        .news_block .day_news__item__share__title:after {
          content: '';
          position: absolute;
          top: 50%;
          margin-top: -2px;
          right: 16px;
          display: inline-block;
          font-size: 0;
          width: 8px;
          height: 4px;
          background: url(../icons/share_arr.svg) 50% 50% no-repeat; }
      .news_block .day_news__item__share__list {
        bottom: calc(100% + 15px);
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        background: #fff;
        overflow: hidden;
        left: 0;
        width: 220px;
        border-radius: 10px;
        display: none;
        position: absolute; }
        .news_block .day_news__item__share__list a {
          font-size: 14px;
          line-height: 16px;
          text-transform: uppercase;
          color: #000;
          text-decoration: none;
          display: block;
          padding: 10px;
          transition: ease-in 0.2s; }
          .news_block .day_news__item__share__list a:hover {
            color: #fff;
            background: #019AF0; }
    .news_block .day_news__prev {
      position: absolute;
      top: 50%;
      margin-top: -17px;
      left: 0;
      z-index: 100; }
    .news_block .day_news__next {
      position: absolute;
      top: 50%;
      margin-top: -17px;
      right: 0 !important;
      transform: rotate(0deg) !important;
      z-index: 100; }
  .news_block .last_news {
    padding: 5px 8px;
    width: 570px; }
    @media all and (max-width: 1220px) and (min-width: 1025px) {
      .news_block .last_news {
        width: 48%; } }
    @media all and (max-width: 1024px) {
      .news_block .last_news {
        width: 100%; } }
    .news_block .last_news__header {
      display: flex;
      margin: 0 -5px 17px 0; }
      @media all and (max-width: 1220px) and (min-width: 1025px) {
        .news_block .last_news__header {
          overflow-x: auto; } }
      @media all and (max-width: 630px) {
        .news_block .last_news__header {
          overflow-x: auto; } }
    .news_block .last_news__title {
      font-weight: bold;
      font-size: 24px;
      line-height: 28px;
      text-transform: uppercase;
      color: #354C70;
      opacity: 0.2;
      transition: ease-in 0.2s;
      border-bottom: 2px solid rgba(0, 0, 0, 0.1);
      text-decoration: none;
      padding-bottom: 13px; }
      @media all and (max-width: 1220px) {
        .news_block .last_news__title {
          width: auto;
          flex: 1 0 auto;
          white-space: nowrap; } }
      @media all and (max-width: 960px) {
        .news_block .last_news__title {
          font-size: 20px; } }
      @media all and (min-width: 631px) {
        .news_block .last_news__title:first-child {
          width: 270px; } }
      @media all and (max-width: 630px) {
        .news_block .last_news__title {
          font-size: 18px;
          padding: 0 15px; } }
      .news_block .last_news__title.opened {
        opacity: 1;
        border-color: #3EA851; }
    .news_block .last_news__list {
      display: flex;
      flex-wrap: wrap; }
      .news_block .last_news__list:not(:first-child) {
        display: none; }
    .news_block .last_news__item {
      display: flex;
      margin-right: 30px;
      margin-bottom: 16px;
      flex: 0 0 49%; }
      @media all and (max-width: 1160px) and (min-width: 1025px) {
        .news_block .last_news__item {
          flex-direction: column;
          align-items: center;
          text-align: center; } }
      @media all and (max-width: 575px) {
        .news_block .last_news__item {
          flex: 1 1 100%; } }
      @media all and (min-width: 576px) {
        .news_block .last_news__item:nth-child(2n + 1) {
          margin-right: 2%; }
        .news_block .last_news__item:nth-child(2n) {
          margin-right: 0; } }
      .news_block .last_news__item__image {
        text-align: center;
        margin-right: 20px; }
        @media all and (max-width: 1160px) and (min-width: 1025px) {
          .news_block .last_news__item__image {
            margin-right: 0;
            margin-bottom: 5px; } }
        .news_block .last_news__item__image img {
          width: 110px;
          max-width: initial; }
      .news_block .last_news__item__date {
        font-size: 14px;
        line-height: 18px;
        color: #B9B9B9; }
      .news_block .last_news__item__title {
        font-weight: bold;
        font-size: 14px;
        line-height: 24px;
        text-decoration: none;
        color: #000000; }
      .news_block .last_news__item__subtitle {
        font-size: 14px;
        line-height: 24px;
        color: #000000; }
    .news_block .last_news__view_all_news {
      text-align: center;
      grid-area: all-news;
      margin-top: 5px;
      flex: 1 1 100%; }
      .news_block .last_news__view_all_news a {
        display: inline-block;
        background: #3EA851 url(../icons/faq_btn_arr.svg) calc(100% - 15px) 50% no-repeat;
        border-radius: 10px;
        font-weight: bold;
        font-size: 14px;
        line-height: 16px;
        text-transform: uppercase;
        color: #fff;
        text-decoration: none;
        padding: 7px 60px 6px 17px;
        -webkit-transition: ease-in 0.2s;
        -moz-transition: ease-in 0.2s;
        -ms-transition: ease-in 0.2s;
        -o-transition: ease-in 0.2s;
        transition: ease-in 0.2s; }
        .news_block .last_news__view_all_news a:hover {
          background: #3EA851 url(../icons/faq_btn_arr.svg) calc(100% - 7px) 50% no-repeat; }

/* news block end */
/* news catalog start */
.news_catalog {
  background: #019AF0;
  padding: 0 16px; }
  .news_catalog_inner {
    display: flex;
    align-items: center;
    padding: 21px 0; }
    @media all and (max-width: 575px) {
      .news_catalog_inner {
        flex-direction: column;
        align-items: center; } }
  .news_catalog__title {
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    color: #fff;
    padding-right: 63px;
    height: 58px;
    line-height: 58px;
    border-right: 1px dotted #fff; }
    @media all and (max-width: 575px) {
      .news_catalog__title {
        padding-right: 0;
        border: none; } }
  .news_catalog__list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    padding-left: 42px; }
    @media all and (max-width: 575px) {
      .news_catalog__list {
        padding-left: 0;
        text-align: center;
        justify-content: center; } }
    .news_catalog__list li {
      padding: 0 12px;
      position: relative; }
      .news_catalog__list li:before {
        content: '';
        position: absolute;
        top: 50%;
        margin-top: -5px;
        right: 0;
        height: 12px;
        width: 1px;
        background: #fff; }
      .news_catalog__list li a {
        text-decoration: none;
        font-weight: normal;
        font-size: 14px;
        line-height: 22px;
        color: #fff;
        position: relative; }
        .news_catalog__list li a:hover:after {
          background: #fff; }
        .news_catalog__list li a:after {
          content: '';
          position: absolute;
          bottom: -3px;
          left: 0;
          right: 0;
          height: 1px;
          transition: ease-in 0.2s; }

/* news catalog end */
/* join_party_block start */
.join_party_block_inner {
  padding: 18px 0 21px; }

.join_party_block__list {
  display: flex;
  justify-content: space-between; }
  @media all and (max-width: 1120px) {
    .join_party_block__list {
      flex-wrap: wrap; } }

.join_party_block__item {
  flex: 0 1 270px;
  border: 3px solid rgba(53, 76, 112, 0.2);
  padding: 15px;
  display: flex;
  flex-direction: column;
  transition: ease-in 0.2s; }
  @media all and (max-width: 1120px) {
    .join_party_block__item {
      flex: 0 0 49.5%;
      margin-bottom: 10px; } }
  @media all and (max-width: 600px) {
    .join_party_block__item {
      flex: 1 1 100%; } }
  .join_party_block__item:hover {
    border-color: #3EA851;
    background: #3EA851; }
    .join_party_block__item:hover .join_party_block__icon svg {
      fill: #fff; }
    .join_party_block__item:hover .join_party_block__title {
      color: #fff; }
      .join_party_block__item:hover .join_party_block__title:before {
        background: #fff; }
    .join_party_block__item:hover .join_party_block__text {
      color: #fff; }
    .join_party_block__item:hover .join_party_block__button {
      color: #3EA851;
      background: #fff; }
  .join_party_block__item___join-party .join_party_block__icon {
    padding: 0 40px 0 21px; }
  .join_party_block__item___youth-stop .join_party_block__icon {
    padding: 0 28px 0 15px; }
  .join_party_block__item____online-reception .join_party_block__icon {
    padding: 0 25px 0 0px; }
  .join_party_block__item___online-reception-two .join_party_block__icon {
    padding: 0 35px 0 6px; }

.join_party_block__header {
  display: flex;
  align-items: center;
  margin-bottom: 14px; }
  @media all and (max-width: 1120px) {
    .join_party_block__header {
      justify-content: center; } }

.join_party_block__icon svg {
  fill: #3EA851;
  transition: ease-in 0.2s; }

.join_party_block__title {
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #354C70;
  position: relative;
  padding-left: 11px;
  transition: ease-in 0.2s; }
  .join_party_block__title:before {
    content: '';
    position: absolute;
    top: -18px;
    left: 0;
    height: 54.47px;
    width: 1px;
    background: #6D89B6;
    transition: ease-in 0.2s; }

.join_party_block__body {
  margin-bottom: 6px; }

.join_party_block__text {
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  color: #000;
  opacity: 0.5;
  transition: ease-in 0.2s; }

.join_party_block__footer {
  text-align: center;
  margin-top: auto; }

.join_party_block__button {
  width: 150px;
  height: 29px;
  background: #019AF0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  -webkit-transition: ease-in 0.2s;
  -moz-transition: ease-in 0.2s;
  -ms-transition: ease-in 0.2s;
  -o-transition: ease-in 0.2s;
  transition: ease-in 0.2s; }

/* join_party_block end */
/* about party start */
.about_party {
  background: rgba(14, 14, 14, 0.02); }
  .about_party_inner {
    padding: 25px 0 47px; }
  .about_party__title {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #354C70;
    margin-bottom: 28px; }
  .about_party__list {
    display: flex;
    justify-content: space-between;
    font-size: 0;
    overflow-x: auto;
    overflow-y: hidden; }
  .about_party__item {
    flex: 0 1 219px;
    position: relative;
    display: inline-block;
    text-decoration: none;
    background: #354C70;
    min-height: 291px; }
    @media all and (max-width: 1140px) {
      .about_party__item {
        border: 1px solid #fff;
        flex: 0 0 219px; } }
    .about_party__item:hover .about_party__image_wr {
      opacity: 1; }
  .about_party__image_wr {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transition: ease-in 0.2s;
    -moz-transition: ease-in 0.2s;
    -ms-transition: ease-in 0.2s;
    -o-transition: ease-in 0.2s;
    transition: ease-in 0.2s;
    opacity: 0.5; }
  .about_party__text {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 82px;
    background-color: #3EA851;
    /*background: url(../icons/about_party_text_bg.svg) 50% 50% no-repeat;*/
    z-index: 2;
    padding: 20px 44px 9px; }
  .about_party__bg_text {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    font-size: 100px;
    line-height: 82px;
    text-transform: uppercase;
    opacity: 0.1;
    color: #fff;
    z-index: 2;
    font-weight: bold; }

/* about party end */
/* deputy_queries start */
.deputy_queries {
  background: #E4E6E9; }
  .deputy_queries_inner {
    padding: 18px 0 44px; }
  .deputy_queries__header {
    margin-bottom: 45px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .deputy_queries__title {
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    color: #354C70; }
    @media all and (max-width: 960px) {
      .deputy_queries__title {
        font-size: 20px; } }
    @media all and (max-width: 640px) {
      .deputy_queries__title {
        font-size: 18px; } }
  .deputy_queries__more {
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    text-decoration: none;
    background: #3EA851;
    color: #fff;
    padding: 8px 13px 7px 14px;
    border-radius: 10px;
    -webkit-transition: ease-in 0.2s;
    -moz-transition: ease-in 0.2s;
    -ms-transition: ease-in 0.2s;
    -o-transition: ease-in 0.2s;
    transition: ease-in 0.2s;
    text-transform: uppercase; }
    .deputy_queries__more:hover {
      color: #3EA851;
      background: #fff; }
  .deputy_queries__body {
    display: flex; }
    @media all and (max-width: 1040px) {
      .deputy_queries__body {
        flex-direction: column; } }
  .deputy_queries__item {
    flex: 0 0 50%; }
    @media all and (max-width: 1040px) {
      .deputy_queries__item {
        flex: 1 1 100%; } }
    @media all and (min-width: 1071px) {
      .deputy_queries__item:not(:first-child) {
        padding-left: 45px;
        position: relative; }
        .deputy_queries__item:not(:first-child):before {
          content: '';
          position: absolute;
          top: 0;
          bottom: 0;
          left: -1px;
          width: 2px;
          background: rgba(53, 76, 112, 0.5);
          opacity: 0.2; } }
    @media all and (max-width: 500px) {
      .deputy_queries__item {
        margin-bottom: 40px; } }
    .deputy_queries__item__line {
      display: flex;
      justify-content: space-between; }
      @media all and (max-width: 500px) {
        .deputy_queries__item__line {
          flex-wrap: wrap;
          flex-direction: column;
          align-items: center; } }
      .deputy_queries__item__line:not(:last-child) {
        margin-bottom: 40px; }
    .deputy_queries__item__title {
      font-weight: bold;
      font-size: 14px;
      line-height: 20px;
      text-transform: uppercase;
      color: #354C70;
      flex: 0 0 240px;
      position: relative; }
      @media all and (min-width: 501px) {
        .deputy_queries__item__title:before {
          content: "";
          position: absolute;
          top: 2px;
          right: -3px;
          width: 2px;
          height: 29px;
          background: rgba(53, 76, 112, 0.5);
          opacity: 0.2; } }
      @media all and (max-width: 500px) {
        .deputy_queries__item__title {
          flex: 0 1 auto;
          text-align: center;
          margin-bottom: 10px; } }
    .deputy_queries__item__link {
      display: flex;
      flex-wrap: wrap;
      flex: 1 1 auto;
      padding-left: 60px; }
      @media all and (max-width: 500px) {
        .deputy_queries__item__link {
          padding: 0;
          text-align: center;
          justify-content: center; } }
      .deputy_queries__item__link a {
        font-size: 14px;
        line-height: 14px;
        color: #019AF0;
        text-decoration: none;
        margin-right: 15px; }
        @media all and (max-width: 500px) {
          .deputy_queries__item__link a {
            line-height: 20px; } }
  .deputy_queries__download {
    position: relative;
    padding-left: 27px;
    color: #019AF0; }
    .deputy_queries__download img {
      position: absolute;
      top: -4px;
      left: 0px; }
      @media all and (max-width: 500px) {
        .deputy_queries__download img {
          top: 0; } }

/* deputy_queries end */
/* for uzbekistan start */
@media all and (max-width: 960px) {
  .for_uzbekistan {
    margin-bottom: 30px; } }

@media all and (max-width: 500px) {
  .for_uzbekistan {
    background: #3EA851; } }

.for_uzbekistan_inner {
  padding: 19px 0; }

.for_uzbekistan__block {
  position: relative;
  min-height: 200px; }
  @media all and (max-width: 500px) {
    .for_uzbekistan__block {
      min-height: 0; } }

.for_uzbekistan__bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0; }
  @media all and (max-width: 500px) {
    .for_uzbekistan__bg {
      display: none; } }
  .for_uzbekistan__bg img {
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden; }

.for_uzbekistan__text_part {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 584px;
  max-width: 100%;
  background: url(../icons/for_uzbekistan_green_bg.svg);
  padding: 36px 30px; }
  @media all and (max-width: 500px) {
    .for_uzbekistan__text_part {
      position: relative;
      padding: 20px 0; } }

.for_uzbekistan__title {
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 14px; }

.for_uzbekistan__body {
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  padding-right: 105px; }
  @media all and (max-width: 500px) {
    .for_uzbekistan__body {
      padding: 0; } }

.for_uzbekistan__more {
  background: #019AF0;
  font-size: 14px;
  border-radius: 10px;
  position: absolute;
  bottom: 18px;
  right: 68px;
  z-index: 2;
  padding: 8px 33px 7px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: ease-in 0.2s;
  -moz-transition: ease-in 0.2s;
  -ms-transition: ease-in 0.2s;
  -o-transition: ease-in 0.2s;
  transition: ease-in 0.2s; }
  @media all and (max-width: 710px) {
    .for_uzbekistan__more {
      bottom: auto;
      top: 18px;
      right: 18px; } }
  @media all and (max-width: 500px) {
    .for_uzbekistan__more {
      position: relative;
      right: 0;
      top: 0; } }
  .for_uzbekistan__more:hover {
    background: #3EA851; }

/* for uzbekistan end */
/* block 2 start */
.block_2 {
  background: rgba(0, 0, 0, 0.05); }
  .block_2_inner {
    padding: 5px 0 24px 0;
    display: flex;
    justify-content: space-between; }
    @media all and (max-width: 1024px) {
      .block_2_inner {
        flex-direction: column;
        align-items: center; } }
  .block_2 .swiper-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    width: 35px;
    height: 35px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    transform: rotate(180deg);
    -webkit-transition: ease-in 0.2s;
    -moz-transition: ease-in 0.2s;
    -ms-transition: ease-in 0.2s;
    -o-transition: ease-in 0.2s;
    transition: ease-in 0.2s;
    background: #3EA851; }
    .block_2 .swiper-button svg {
      fill: #fff;
      opacity: 1; }
      .block_2 .swiper-button svg path {
        opacity: 1; }
    .block_2 .swiper-button:hover {
      background: #fff; }
      .block_2 .swiper-button:hover svg {
        fill: #000; }
        .block_2 .swiper-button:hover svg path {
          opacity: 0.2; }
    .block_2 .swiper-button:focus {
      outline: none; }

/* block 2 end */
/* point of view start */
.point_of_view {
  background: #fff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
  width: 570px; }
  @media all and (max-width: 1220px) {
    .point_of_view {
      width: 49%; } }
  @media all and (max-width: 1024px) {
    .point_of_view {
      width: 100%;
      margin-bottom: 20px; } }
  .point_of_view__header {
    display: flex;
    align-items: center;
    padding: 23px;
    background: #354C70;
    position: relative; }
  .point_of_view__title {
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff; }
    @media all and (max-width: 960px) {
      .point_of_view__title {
        font-size: 20px; } }
    @media all and (max-width: 640px) {
      .point_of_view__title {
        font-size: 18px; } }
  .point_of_view__prev {
    position: absolute;
    top: 24px;
    right: 67px; }
    @media all and (max-width: 960px) {
      .point_of_view__prev {
        top: 50%;
        margin-top: -17px; } }
  .point_of_view__next {
    position: absolute;
    top: 24px;
    right: 24px;
    transform: rotate(0deg) !important; }
    @media all and (max-width: 960px) {
      .point_of_view__next {
        top: 50%;
        margin-top: -17px; } }
  .point_of_view__body {
    border: 16px solid #fff;
    font-size: 0;
    text-decoration: none; }
    .point_of_view__body__list {
      text-align: center; }
    .point_of_view__body__item {
      display: flex;
      text-align: left; }
      @media all and (max-width: 480px) {
        .point_of_view__body__item {
          flex-direction: column; } }
      .point_of_view__body__item:not(:last-child) {
        margin-bottom: 21px; }
    .point_of_view__body__img {
      flex: 0 0 auto;
      margin-right: 16px; }
    .point_of_view__body__title {
      font-weight: bold;
      font-size: 14px;
      line-height: 24px;
      color: #000;
      margin-bottom: 9px; }
    .point_of_view__body__text {
      font-size: 14px;
      line-height: 24px;
      color: #000; }
  .point_of_view__more {
    background: #354C70 url(../icons/faq_btn_arr.svg) calc(100% - 26px) 50% no-repeat;
    border-radius: 10px;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #fff;
    padding: 7px 68px 6px 31px;
    display: inline-block;
    text-decoration: none;
    transition: ease-in 0.2s; }
    .point_of_view__more:hover {
      background: #354C70 url(../icons/faq_btn_arr.svg) calc(100% - 19px) 50% no-repeat; }

/* point of view end */
/* faq start */
.faq {
  background: #fff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
  width: 570px; }
  @media all and (max-width: 1220px) {
    .faq {
      width: 49%; } }
  @media all and (max-width: 1024px) {
    .faq {
      width: 100%; } }
  .faq__header {
    display: flex;
    align-items: center;
    padding: 23px;
    background: #354C70;
    position: relative; }
  .faq__title {
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff; }
    @media all and (max-width: 960px) {
      .faq__title {
        font-size: 20px; } }
    @media all and (max-width: 640px) {
      .faq__title {
        font-size: 18px; } }
  .faq__prev {
    position: absolute;
    top: 24px;
    right: 67px; }
    @media all and (max-width: 960px) {
      .faq__prev {
        top: 50%;
        margin-top: -17px; } }
  .faq__next {
    position: absolute;
    top: 24px;
    right: 24px;
    transform: rotate(0deg) !important; }
    @media all and (max-width: 960px) {
      .faq__next {
        top: 50%;
        margin-top: -17px; } }
  .faq__body {
    border: 16px solid #fff;
    font-size: 0;
    position: relative; }
  .faq__list__footer {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media all and (max-width: 500px) {
      .faq__list__footer {
        flex-direction: column;
        align-items: center; } }
    .faq__list__footer__title {
      font-weight: bold;
      font-size: 14px;
      line-height: 16px;
      text-transform: uppercase;
      color: #3EA851; }
      @media all and (max-width: 500px) {
        .faq__list__footer__title {
          margin-bottom: 20px; } }
    .faq__list__footer__btn {
      background: #354C70 url(../icons/faq_btn_arr.svg) calc(100% - 26px) 50% no-repeat;
      border-radius: 10px;
      font-weight: bold;
      font-size: 14px;
      line-height: 16px;
      text-transform: uppercase;
      color: #fff;
      padding: 7px 68px 6px 31px;
      text-decoration: none;
      display: inline-block;
      transition: ease-in 0.2s; }
      .faq__list__footer__btn:hover {
        background: #354C70 url(../icons/faq_btn_arr.svg) calc(100% - 19px) 50% no-repeat; }
  .faq__item {
    border: 1px solid #CDCDCD;
    border-radius: 0;
    margin-bottom: 20px;
    padding: 4px 46px 3px 16px;
    position: relative;
    transition: ease-in 0.2s; }
    .faq__item.opened .faq__item {
      border-color: #3EA851; }
    .faq__item.opened .faq__item_arr {
      transform: rotate(0);
      top: calc(100% - 12px); }
    .faq__item.opened .faq__item__title {
      color: #000; }
    .faq__item_arr {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 0;
      width: 13px;
      height: 13px;
      background: #3EA851;
      cursor: pointer;
      position: absolute;
      top: 50%;
      margin-top: -6px;
      right: 17px;
      transform: rotate(180deg);
      -webkit-transition: ease-in 0.2s;
      -moz-transition: ease-in 0.2s;
      -ms-transition: ease-in 0.2s;
      -o-transition: ease-in 0.2s;
      transition: ease-in 0.2s;
      box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2); }
    .faq__item__title {
      font-weight: bold;
      font-size: 14px;
      line-height: 24px;
      color: #BBBBBB; }
    .faq__item__text {
      font-size: 14px;
      line-height: 24px;
      color: #000;
      display: none; }

/* faq end */
/* block 3 start */
.block_3 {
  /*background: rgba(0, 0, 0, 0.05);*/
  position: relative; }
  .block_3:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 185px;
    background: #fff; }
  .block_3_inner {
    padding-bottom: 24px;
    display: flex;
    justify-content: space-between; }
    @media all and (max-width: 1024px) {
      .block_3_inner {
        flex-direction: column; } }

/* block 3 end */
/* video block start  */
.video_block {
  width: 570px;
  font-size: 0;
  background: #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1; }
  @media all and (max-width: 1220px) {
    .video_block {
      width: 49%; } }
  @media all and (max-width: 1024px) {
    .video_block {
      width: 100%;
      margin-bottom: 30px; } }
  .video_block__title {
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff;
    padding: 24px 13px 23px;
    background: #3EA851; }
    @media all and (max-width: 960px) {
      .video_block__title {
        font-size: 20px; } }
    @media all and (max-width: 640px) {
      .video_block__title {
        font-size: 18px; } }
  .video_block__video {
    padding: 10px 22px 0;
    margin-bottom: 24px; }
    .video_block__video iframe {
      max-width: 100%;
      width: 100%;
      height: 248px; }
  .video_block__img_list {
    padding: 0 22px 23px;
    display: flex;
    justify-content: space-between; }

/* video block end */
/* soc block start */
.social_block {
  position: relative;
  width: 570px;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  background: #fff; }
  @media all and (max-width: 1220px) {
    .social_block {
      width: 49%; } }
  @media all and (max-width: 1024px) {
    .social_block {
      width: 100%;
      margin-bottom: 30px; } }
  .social_block__title {
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff; }
    @media all and (max-width: 960px) {
      .social_block__title {
        font-size: 20px; } }
    @media all and (max-width: 640px) {
      .social_block__title {
        font-size: 18px; } }
  .social_block__header {
    font-size: 0;
    padding: 10px 25px 10px 17px;
    background: #3EA851;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 0 0 auto; }
    @media all and (max-width: 480px) {
      .social_block__header {
        flex-direction: column;
        align-items: flex-start; } }
    .social_block__header__item {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 0;
      width: 50px;
      height: 50px;
      cursor: pointer; }
      @media all and (max-width: 1024px) {
        .social_block__header__item {
          width: 40px;
          height: 40px; } }
      @media all and (min-width: 1025px) {
        .social_block__header__item:not(:first-child) {
          margin-left: 18px; } }
      .social_block__header__item.opened {
        border-radius: 50%;
        background: #fff; }
      .social_block__header__item img {
        width: 34px;
        height: 34px; }
  .social_block__body {
    flex: 1 1 auto; }
  .social_block__item {
    height: 100%;
    padding: 16px; }
    .social_block__item:not(:first-child) {
      display: none; }

/* soc block end */
/* banner block start */
.banner-block {
  margin-bottom: 24px; }
  @media all and (max-width: 1180px) {
    .banner-block {
      padding: 0 16px; } }
  .banner-block__link {
    text-decoration: none;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background: #3EA851;
    padding: 29px 70px; }
    @media all and (max-width: 880px) {
      .banner-block__link {
        text-align: center;
        justify-content: center; } }
    @media all and (max-width: 500px) {
      .banner-block__link {
        padding: 20px;
        font-size: 20px; } }

/* banner block end */
/* footer start */
.footer {
  background: #354C70; }
  .footer_inner {
    display: flex;
    padding: 27px 16px;
    justify-content: space-between;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }
    @media all and (max-width: 880px) {
      .footer_inner {
        flex-direction: column;
        align-items: center; } }

/* footer end */
/* footer menu start */
.footer_menu {
  flex: 0 0 68.07%; }
  .footer_menu__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media all and (min-width: 961px) {
      .footer_menu__list > li {
        padding: 0 20px 0 0; } }
    @media all and (max-width: 960px) {
      .footer_menu__list > li {
        flex: 0 0 50%;
        margin-bottom: 20px; } }
    @media all and (max-width: 880px) {
      .footer_menu__list > li {
        text-align: center; } }
    @media all and (max-width: 520px) {
      .footer_menu__list > li {
        flex: 1 1 100%; } }
    .footer_menu__list > li > a {
      font-weight: bold;
      font-size: 14px;
      line-height: 24px;
      text-transform: uppercase;
      color: #fff;
      text-decoration: none;
      display: inline-block;
      margin-bottom: 24px; }
      @media all and (max-width: 960px) {
        .footer_menu__list > li > a {
          margin-bottom: 10px; } }
    .footer_menu__list ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .footer_menu__list ul > li > a {
        font-size: 14px;
        line-height: 24px;
        text-decoration: none;
        color: #fff;
        display: inline-block; }
    .footer_menu__list a {
      position: relative;
      -webkit-transition: ease-in 0.2s;
      -moz-transition: ease-in 0.2s;
      -ms-transition: ease-in 0.2s;
      -o-transition: ease-in 0.2s;
      transition: ease-in 0.2s; }
      .footer_menu__list a:hover {
        color: #3EA851; }
        .footer_menu__list a:hover:before {
          background: #3EA851; }
      .footer_menu__list a:before {
        content: '';
        position: absolute;
        bottom: 0px;
        left: 0;
        right: 0;
        height: 1px;
        background: transparent;
        -webkit-transition: ease-in 0.2s;
        -moz-transition: ease-in 0.2s;
        -ms-transition: ease-in 0.2s;
        -o-transition: ease-in 0.2s;
        transition: ease-in 0.2s; }

/* footer menu end */
/* footer subscribe start */
.subscribe {
  flex: 0 0 23.07%;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF; }
  @media all and (max-width: 880px) {
    .subscribe {
      text-align: center; } }
  .subscribe__title {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 23px; }
  .subscribe__subtitle {
    margin-bottom: 23px; }
  .subscribe__form {
    font-size: 0;
    display: flex;
    margin-bottom: 26px; }
    @media all and (max-width: 880px) {
      .subscribe__form {
        justify-content: center; } }
    .subscribe__form input[type="text"] {
      width: 200px;
      border: none;
      height: 41px;
      padding: 0 11px; }
      .subscribe__form input[type="text"]:focus, .subscribe__form input[type="text"]:active, .subscribe__form input[type="text"]:hover {
        outline: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none; }
      .subscribe__form input[type="text"]::-webkit-input-placeholder {
        color: rgba(0, 0, 0, 0.2); }
      .subscribe__form input[type="text"]:-moz-placeholder {
        color: rgba(0, 0, 0, 0.2); }
      .subscribe__form input[type="text"]::-moz-placeholder {
        color: rgba(0, 0, 0, 0.2); }
      .subscribe__form input[type="text"]:-ms-input-placeholder {
        color: rgba(0, 0, 0, 0.2); }
    .subscribe__form input[type="submit"] {
      width: 70px;
      height: 41px;
      border: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      font-size: 0;
      background: #3EA851 url("../icons/subscribe_icon.svg") 50% 50% no-repeat;
      cursor: pointer; }
      .subscribe__form input[type="submit"]:focus, .subscribe__form input[type="submit"]:active, .subscribe__form input[type="submit"]:hover {
        outline: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none; }

/* footer subscribe end */
.copyright {
  font-size: 14px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.2); }

/* site panel start */
.site-panel {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100; }
  @media all and (min-width: 961px) {
    .site-panel {
      display: none; } }
  .site-panel .burger-wrap {
    width: 40px;
    height: 40px; }
    .site-panel .burger-wrap .burger-btn {
      width: 40px;
      height: 40px;
      display: block;
      background: #3EA851;
      padding: 10px 7px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      cursor: pointer;
      position: relative;
      top: 10px;
      left: 16px; }
      .site-panel .burger-wrap .burger-btn span {
        margin-bottom: 8px;
        display: block;
        height: 1px;
        background: #fff;
        width: 25px; }
    .site-panel .burger-wrap .burger-close-btn {
      width: 30px;
      height: 30px;
      background: #354C70;
      position: relative;
      margin-left: auto;
      top: -15px;
      right: 10px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      cursor: pointer; }
      .site-panel .burger-wrap .burger-close-btn span {
        display: block;
        height: 1px;
        background: #fff;
        width: 20px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -10px;
        margin-top: -1px; }
        .site-panel .burger-wrap .burger-close-btn span:first-child {
          -webkit-transform: rotate(130deg);
          -ms-transform: rotate(130deg);
          transform: rotate(130deg); }
        .site-panel .burger-wrap .burger-close-btn span:last-child {
          -webkit-transform: rotate(-130deg);
          -ms-transform: rotate(-130deg);
          transform: rotate(-130deg); }
    .site-panel .burger-wrap:before {
      content: '';
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      visibility: hidden;
      opacity: 0;
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s; }
    .site-panel .burger-wrap.opened .burger-body {
      -webkit-transform: translate(0px, -40px);
      -ms-transform: translate(0px, -40px);
      transform: translate(0px, -40px); }
    .site-panel .burger-wrap.opened:before {
      visibility: visible;
      opacity: 1;
      background: rgba(0, 0, 0, 0.5); }
    .site-panel .burger-wrap .burger-body {
      -webkit-transform: translate(-300px, -40px);
      -ms-transform: translate(-300px, -40px);
      transform: translate(-300px, -40px);
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 300px;
      background: #3EA851;
      height: 100vh;
      overflow-y: auto;
      padding: 25px 10px; }

/* site panel end */
/* content start */
.content {
  padding: 24px 0;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  font-family: "Roboto", sans-serif;
  display: flex;
  justify-content: space-between; }
  @media all and (max-width: 960px) {
    .content {
      flex-direction: column; } }
  .content__inner {
    flex: 1 1 auto;
    margin-right: 22px; }
    @media all and (max-width: 960px) {
      .content__inner {
        margin-right: 0;
        margin-bottom: 20px; } }
  .content__h1-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-wrap: wrap; }
  .content__h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
    text-transform: uppercase;
    color: #3EA851; }
    @media all and (max-width: 960px) {
      .content__h1 {
        font-size: 20px; } }
  .content__print-share {
    display: flex;
    align-items: center;
    position: relative;
    top: -3px; }
    .content__print-share a {
      align-items: center;
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 16px;
      color: #000;
      text-decoration: none;
      display: flex; }
      .content__print-share a:not(:last-child) {
        margin-right: 24px; }
      .content__print-share a img {
        margin-right: 7px; }
  .content__text {
    margin-bottom: 25px; }

/* content end */
/* site path start */
.site-path {
  font-size: 0;
  margin-bottom: 33px; }
  .site-path__item {
    line-height: 16px;
    font-size: 14px;
    text-decoration: none;
    color: #000; }
    .site-path__item___active {
      color: #3EA851; }
    .site-path__item___separator {
      display: inline-block;
      margin: 0 10px; }

/* site path end */
/* right bar start */
.right-bar {
  flex: 0 0 272px; }

/* right bar end */
/* main menu start */
.main-menu {
  margin-bottom: 30px; }
  .main-menu__title {
    background: #019AF0;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 40px;
    text-transform: uppercase;
    padding: 0 40px;
    color: #fff;
    position: relative;
    z-index: 2; }
  .main-menu__list {
    margin: -1px 0 0 0;
    padding: 3px 0 9px;
    border: 1px solid #3EA851;
    list-style: none;
    background: #fff; }
    .main-menu__list li {
      background: #EDEDED;
      -webkit-transition: ease-in 0.2s;
      -moz-transition: ease-in 0.2s;
      -ms-transition: ease-in 0.2s;
      -o-transition: ease-in 0.2s;
      transition: ease-in 0.2s; }
      .main-menu__list li:not(:last-child) {
        margin-bottom: 4px; }
      .main-menu__list li:hover {
        background: #3EA851; }
        .main-menu__list li:hover > a {
          color: #fff; }
      .main-menu__list li.active {
        background: transparent; }
        .main-menu__list li.active > a {
          color: #3EA851;
          pointer-events: none; }
      .main-menu__list li a {
        text-decoration: none;
        display: block;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 16px;
        padding: 8px 10px 8px 40px;
        color: #000;
        -webkit-transition: ease-in 0.2s;
        -moz-transition: ease-in 0.2s;
        -ms-transition: ease-in 0.2s;
        -o-transition: ease-in 0.2s;
        transition: ease-in 0.2s; }

/* main menu end */
/* right bar news start */
.right-bar-last-news__title {
  background: #019AF0;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 40px;
  text-transform: uppercase;
  padding: 0 40px;
  color: #fff;
  position: relative;
  z-index: 2;
  text-align: center; }

.right-bar-last-news__list {
  background: #EDEDED;
  padding: 16px; }

.right-bar-last-news__item {
  display: flex;
  margin-bottom: 16px;
  font-size: 0; }

.right-bar-last-news__image {
  margin-right: 16px;
  display: flex; }

.right-bar-last-news__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start; }

.right-bar-last-news__body-title {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #000; }

.right-bar-last-news__more {
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  text-decoration-line: underline;
  color: #3EA851;
  text-transform: uppercase;
  -webkit-transition: ease-in 0.2s;
  -moz-transition: ease-in 0.2s;
  -ms-transition: ease-in 0.2s;
  -o-transition: ease-in 0.2s;
  transition: ease-in 0.2s; }
  .right-bar-last-news__more:hover {
    text-decoration: none; }

/* right bar news end */
.news-list {
  margin-bottom: 82px; }
  @media all and (max-width: 960px) {
    .news-list {
      margin-bottom: 20px; } }
  .news-list__item {
    display: flex; }
    .news-list__item:not(:last-child) {
      margin-bottom: 25px;
      padding-bottom: 16px;
      border-bottom: 1px solid #F1F1F1; }
    @media all and (min-width: 961px) {
      .news-list__item {
        margin-right: 75px; } }
    @media all and (max-width: 960px) {
      .news-list__item {
        flex-direction: column; } }
  .news-list__image {
    margin-right: 30px;
    flex: 0 0 270px; }
  .news-list__title {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #131313;
    margin-bottom: 15px; }
  .news-list__date {
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #7D7D7D; }
  .news-list__anonce {
    margin-bottom: 25px; }
  .news-list__more {
    display: inline-block;
    width: 180px;
    height: 29px;
    line-height: 29px;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    padding: 0 45px 0 16px;
    background: #354C70 url(../icons/faq_btn_arr.svg) calc(100% - 14px) 50% no-repeat;
    text-decoration: none;
    border-radius: 10px;
    transition: ease-in 0.2s; }
    .news-list__more:hover {
      background: #3EA851 url(../icons/faq_btn_arr.svg) calc(100% - 7px) 50% no-repeat; }

.news-list-page-list {
  text-align: center; }
  .news-list-page-list__list {
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0; }
  .news-list-page-list__item {
    margin: 0 5px; }
    .news-list-page-list__item a {
      text-decoration: none;
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 16px;
      color: #000; }
    .news-list-page-list__item___current span {
      font-weight: bold;
      font-size: 18px;
      line-height: 21px;
      color: #019AF0; }

.plenum-news__title {
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  text-transform: uppercase;
  color: #3EA851;
  margin-bottom: 30px; }

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

.plenum-news__item {
  display: flex;
  flex: 0 0 46%; }
  @media all and (min-width: 681px) {
    .plenum-news__item:nth-child(1), .plenum-news__item:nth-child(2) {
      padding-bottom: 16px;
      margin-bottom: 24px;
      border-bottom: 1px solid #E7E7E7; } }
  @media all and (max-width: 680px) {
    .plenum-news__item {
      flex: 1 1 100%;
      padding-bottom: 16px;
      margin-bottom: 24px;
      border-bottom: 1px solid #E7E7E7; } }

.plenum-news__image {
  flex: 0 0 71px;
  margin-right: 18px; }

.plenum-news__date {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #B7B7B7; }

.plenum-news__item-title {
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  color: #000; }

.plenum-news__anonce {
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #000; }

.projects-block {
  margin-bottom: 25px; }
  .projects-block__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px; }
    @media all and (max-width: 820px) {
      .projects-block__list {
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px; } }
    @media all and (max-width: 480px) {
      .projects-block__list {
        grid-template-columns: 1fr; } }
  .projects-block__item {
    padding: 31px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #354C70;
    transition: ease-in 0.2s; }
    @media all and (max-width: 540px) {
      .projects-block__item {
        padding: 15px; } }
    .projects-block__item:hover {
      background: #3EA851; }
      .projects-block__item:hover .projects-block__more {
        background: #354C70; }
  .projects-block__image {
    background: #F3F3F3;
    width: 100%;
    height: 140px;
    margin-bottom: 10px; }
    .projects-block__image img {
      max-width: 100%; }
  .projects-block__title {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 22px;
    color: #fff;
    margin-bottom: 7px; }
  .projects-block__more {
    width: 130px;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    background: #3EA851;
    transition: ease-in 0.2s;
    border-radius: 10px;
    display: inline-block;
    text-decoration: none; }

.books-block {
  margin: 30px 0; }
  .books-block__item {
    display: flex;
    margin-bottom: 29px; }
    @media all and (max-width: 540px) {
      .books-block__item {
        flex-direction: column; } }
  .books-block__image {
    margin-right: 30px;
    flex: 0 0 171px;
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media all and (max-width: 540px) {
      .books-block__image {
        flex: 1 1 auto;
        margin-right: 0;
        margin-bottom: 20px; } }
    .books-block__image img {
      margin-bottom: 16px; }
  .books-block__more {
    width: 130px;
    line-height: 25px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    background: #3EA851;
    transition: ease-in 0.2s;
    border-radius: 10px; }
    .books-block__more:hover {
      background: #354C70; }
  .books-block__title {
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 5px; }
  .books-block__subtitle {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #000;
    margin-bottom: 32px; }
  .books-block__bio {
    margin-bottom: 20px; }
  .books-block__bio-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .books-block__bio-item {
    flex: 0 0 25%; }
    @media all and (max-width: 1100px) and (min-width: 961px) {
      .books-block__bio-item {
        flex: 0 0 50%;
        margin-bottom: 10px; } }
    @media all and (max-width: 740px) {
      .books-block__bio-item {
        flex: 0 0 50%;
        margin-bottom: 10px; } }
    @media all and (max-width: 480px) {
      .books-block__bio-item {
        flex: 1 1 100%; } }
  .books-block__bio-title {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    color: #000; }
  .books-block__bio-subtitle {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #000; }
  .books-block__text {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #585858; }

.central-board-block {
  margin-bottom: 50px; }
  .central-board-block__title {
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
    text-transform: uppercase;
    color: #3EA851;
    margin-bottom: 30px; }
  .central-board-block__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .central-board-block__item {
    display: flex;
    flex: 0 0 46%;
    margin-bottom: 35px; }
    @media all and (max-width: 750px) {
      .central-board-block__item {
        flex: 1 1 100%; } }
    @media all and (max-width: 480px) {
      .central-board-block__item {
        flex-direction: column; } }
  .central-board-block__image {
    margin-right: 24px;
    flex: 0 0 101px; }
  .central-board-block__item-title {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 16px; }
  .central-board-block__item-subtitle {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #000;
    margin-bottom: 10px; }
  .central-board-block__item-text {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #585858; }

.central-board-regions {
  margin-bottom: 40px; }
  .central-board-regions__title {
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
    text-transform: uppercase;
    color: #3EA851;
    margin-bottom: 20px; }
  .central-board-regions__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .central-board-regions__item {
    text-decoration: none;
    flex: 0 0 46%;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 23px; }
    @media all and (max-width: 750px) {
      .central-board-regions__item {
        flex: 1 1 100%; } }
    .central-board-regions__item:hover {
      color: #3EA851;
      text-decoration: underline; }
