@charset "UTF-8";
/*Обнуление*/
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: 0;
}

a {
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

html,
body {
  height: 100%;
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  color: #252B42;
  font-family: Montserrat;
  scroll-behavior: smooth;
}

.container {
  width: 1449px;
  margin: 0 auto;
}
@media (max-width: 1450px) {
  .container {
    width: 1350px;
  }
}
@media (max-width: 1350px) {
  .container {
    width: 1250px;
  }
}
@media (max-width: 1250px) {
  .container {
    width: 1125px;
  }
}
@media (max-width: 1125px) {
  .container {
    width: 1024px;
  }
}
@media (max-width: 1024px) {
  .container {
    width: 100%;
    padding: 0 40px;
  }
}
@media (max-width: 639px) {
  .container {
    padding: 0 18px;
  }
}

/*GENERAL SETTINGS*/
.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-list {
  overflow: hidden;
}

.main-gallery__container__slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 18px;
}

.main-gallery__container__slider .slick-dots li {
  list-style: none;
}
.main-gallery__container__slider .slick-dots li:not(:first-child) {
  margin-left: 6px;
}

.main-gallery__container__slider .slick-dots li.slick-active button {
  background-color: #0C74AE;
}

.main-gallery__container__slider .slick-dots button {
  font-size: 0;
  width: 6px;
  height: 6px;
  background-color: #D9D9D9;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger-toggler {
  position: relative;
  border: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  display: none;
  right: 15px;
}
@media (max-width: 1125px) {
  .hamburger-toggler {
    display: block;
  }
}
.hamburger-toggler.active .hamburger-icon span {
  background-color: transparent;
}
.hamburger-toggler.active .hamburger-icon span::before, .hamburger-toggler.active .hamburger-icon span::after {
  top: 0;
  -webkit-transition: top 0.2s ease-out, left 0.2s 0.2s ease-out, right 0.2s 0.2s ease-out, width 0.2s 0.2s ease-out, -webkit-transform 0.2s 0.4s ease-out;
  transition: top 0.2s ease-out, left 0.2s 0.2s ease-out, right 0.2s 0.2s ease-out, width 0.2s 0.2s ease-out, -webkit-transform 0.2s 0.4s ease-out;
  transition: top 0.2s ease-out, left 0.2s 0.2s ease-out, right 0.2s 0.2s ease-out, width 0.2s 0.2s ease-out, transform 0.2s 0.4s ease-out;
  transition: top 0.2s ease-out, left 0.2s 0.2s ease-out, right 0.2s 0.2s ease-out, width 0.2s 0.2s ease-out, transform 0.2s 0.4s ease-out, -webkit-transform 0.2s 0.4s ease-out;
}
.hamburger-toggler.active .hamburger-icon span::before {
  left: 0;
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
          transform: rotate3d(0, 0, 1, 45deg);
}
.hamburger-toggler.active .hamburger-icon span::after {
  right: 0;
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
          transform: rotate3d(0, 0, 1, -45deg);
}
.hamburger-toggler .hamburger-icon {
  width: 32px;
  height: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hamburger-toggler .hamburger-icon span {
  display: block;
  position: relative;
  width: 100%;
  height: 3px;
  background-color: #ffffff;
}
.hamburger-toggler .hamburger-icon span::before, .hamburger-toggler .hamburger-icon span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #ffffff;
  -webkit-transition: top 0.2s 0.4s ease-out, left 0.2s 0.2s ease-out, right 0.2s 0.2s ease-out, width 0.2s 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: top 0.2s 0.4s ease-out, left 0.2s 0.2s ease-out, right 0.2s 0.2s ease-out, width 0.2s 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: top 0.2s 0.4s ease-out, left 0.2s 0.2s ease-out, right 0.2s 0.2s ease-out, width 0.2s 0.2s ease-out, transform 0.2s ease-out;
  transition: top 0.2s 0.4s ease-out, left 0.2s 0.2s ease-out, right 0.2s 0.2s ease-out, width 0.2s 0.2s ease-out, transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.hamburger-toggler .hamburger-icon span:before {
  width: 100%;
  top: 12px;
  left: 0;
}
.hamburger-toggler .hamburger-icon span:after {
  width: 100%;
  top: -12px;
  right: 0;
}

.mobile-menu {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(32, 49, 66, 0.3);
  display: none;
  z-index: 99999;
  overflow-y: hidden;
}
.mobile-menu__wrapper {
  height: 582px;
  overflow: scroll;
  width: 240px;
  padding: 54px 50px 146px 18px;
  background: #1D3C58;
  background-image: url("../images/mobile-menu/background.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  z-index: 99999;
}
.mobile-menu__wrapper__menu ul li:not(:first-child) {
  margin-top: 22px;
}
.mobile-menu__wrapper__menu ul li a {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.mobile-menu__wrapper__menu ul li svg {
  width: 12px;
  height: 12px;
  fill: #ffffff;
}
.mobile-menu__wrapper__menu ul li ul {
  width: 100%;
  height: auto;
  padding: 5px;
  background-color: #244A6B;
  border-radius: 3px;
  margin-top: 5px;
  display: none;
}
.mobile-menu__wrapper__menu ul li ul li:not(:first-child) {
  margin-top: 5px;
}
.mobile-menu__wrapper__menu ul li ul li a {
  color: #ffffff;
  font-size: 15px;
  text-transform: lowercase;
}
.mobile-menu__wrapper__phone {
  position: relative;
  width: 135px;
  margin-top: 125px;
}
.mobile-menu__wrapper__phone span {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
  opacity: 0.6;
}
.mobile-menu__wrapper__phone p {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #FFFFFF;
}
.mobile-menu__wrapper__phone svg {
  width: 12px;
  height: 12px;
  fill: #ffffff;
  position: absolute;
  top: 23px;
  right: 0;
}
.mobile-menu__wrapper__phone .phone-list {
  width: 100%;
  height: auto;
  padding: 5px;
  background-color: #244A6B;
  border-radius: 3px;
  margin-top: 5px;
  display: none;
}
.mobile-menu__wrapper__phone .phone-list a {
  display: block;
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.mobile-menu__wrapper__phone .phone-list a:not(:first-child) {
  margin-top: 5px;
}
.mobile-menu__wrapper .switch {
  position: relative;
  display: inline-block;
  width: 109px;
  height: 34px;
}
@media (max-width: 1250px) {
  .mobile-menu__wrapper .switch {
    width: 90px;
  }
}
@media (max-width: 1125px) {
  .mobile-menu__wrapper .switch {
    margin-top: 24px;
  }
}
.mobile-menu__wrapper .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.mobile-menu__wrapper .switch input:checked + .slider {
  background-color: #2196F3;
}
.mobile-menu__wrapper .switch input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #2196F3;
          box-shadow: 0 0 1px #2196F3;
}
.mobile-menu__wrapper .switch input:checked + .slider:before {
  -webkit-transform: translateX(54px);
  transform: translateX(54px);
}
@media (max-width: 1355px) {
  .mobile-menu__wrapper .switch input:checked + .slider:before {
    -webkit-transform: translateX(53px);
    transform: translateX(53px);
  }
}
@media (max-width: 1250px) {
  .mobile-menu__wrapper .switch input:checked + .slider:before {
    -webkit-transform: translateX(45px);
    transform: translateX(45px);
  }
}
.mobile-menu__wrapper .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #203142;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 555px;
}
.mobile-menu__wrapper .switch .slider:before {
  position: absolute;
  content: "";
  width: 56px;
  height: 34px;
  left: 0;
  bottom: 0;
  background-color: #FFCD1E;
  border: 3px solid #1F3549;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 555px;
}
@media (max-width: 1250px) {
  .mobile-menu__wrapper .switch .slider:before {
    width: 45px;
  }
}
.mobile-menu__wrapper .lang-button {
  display: block;
  width: 92px;
  padding: 7px 0px;
  margin-top: 24px;
}
.mobile-menu__wrapper .lang-button-box .btn {
  width: 46px;
}
.mobile-menu__wrapper .lang-button-box .toggle-btn {
  width: 46px;
}

.no-scroll {
  overflow-y: hidden;
}

.breadcrumbs {
  margin-top: 13px;
}
@media (max-width: 639px) {
  .breadcrumbs {
    margin-top: 5px;
  }
}
.breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumbs ul li {
  position: relative;
}
.breadcrumbs ul li:not(:first-child) {
  padding-left: 16px;
  margin-left: 10px;
}
.breadcrumbs ul li:not(:first-child):before {
  content: url("../images/breadcrumbs/breadcrumbs-icon.png");
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.breadcrumbs ul li a {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #242C4B;
  opacity: 0.3;
}
@media (max-width: 639px) {
  .breadcrumbs ul li a {
    font-size: 12px;
  }
}
.breadcrumbs ul li a.current {
  opacity: 1;
}

.pagination {
  padding-top: 50px;
}
.pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination .page-numbers li {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  width: 42px;
  height: 42px;
  border-radius: 555px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 639px) {
  .pagination .page-numbers li {
    width: 36px;
    height: 36px;
  }
}
.pagination .page-numbers li:hover {
  -webkit-box-shadow: 0 0 0 1px rgba(36, 44, 75, 0.2);
          box-shadow: 0 0 0 1px rgba(36, 44, 75, 0.2);
}
.pagination .page-numbers li:not(:first-child) {
  margin-left: 11px;
}
.pagination .page-numbers li a {
  width: 100%;
  height: 100%;
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 45px;
  text-transform: uppercase;
  color: #242C4B;
  opacity: 0.4;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 639px) {
  .pagination .page-numbers li a {
    font-size: 14px;
    line-height: 35px;
  }
}
.pagination .page-numbers .current {
  background-color: #0C74AE;
  width: 42px;
  height: 42px;
  border-radius: 555px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
}
@media (max-width: 639px) {
  .pagination .page-numbers .current {
    width: 36px;
    height: 36px;
    font-size: 14px;
    line-height: 18px;
  }
}
.pagination .page-numbers .next, .pagination .page-numbers .prev {
  opacity: 1;
}
.pagination .page-numbers .disabled {
  opacity: 0.4;
}

.header {
  width: 100%;
}
.header-top {
  padding-top: 21px;
  padding-bottom: 21px;
  background-image: url("../images/header/sunflower.png");
  background-repeat: no-repeat;
  background-color: #1D3C58;
}
@media (max-width: 1125px) {
  .header-top {
    padding-top: 15px;
    padding-bottom: 15px;
    background-image: url("../images/header/mobile-background.png");
    background-size: contain;
  }
}
.header-top__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1125px) {
  .header-top__container {
    width: 100%;
  }
}
.header-top__container__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-top__container__left_logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-top__container__left_logo a img {
  -webkit-filter: drop-shadow(1px 1px 0px #000000);
          filter: drop-shadow(1px 1px 0px #000000);
}
@media (max-width: 639px) {
  .header-top__container__left_logo a img {
    width: 38px;
    height: 38px;
  }
}
.header-top__container__left_logo a h2 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 120%;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-left: 7px;
  -webkit-filter: drop-shadow(1px 1px 0px #000000);
          filter: drop-shadow(1px 1px 0px #000000);
}
@media (max-width: 1250px) {
  .header-top__container__left_logo a h2 {
    font-size: 21px;
  }
}
@media (max-width: 639px) {
  .header-top__container__left_logo a h2 {
    font-size: 15px;
    margin-left: 3px;
  }
}
@media (max-width: 395px) {
  .header-top__container__left_logo a h2 {
    font-size: 13px;
  }
}
.header-top__container__left_search {
  width: 541px;
  height: 52px;
  border-radius: 555px;
  position: relative;
  margin-left: 38px;
}
@media (max-width: 1350px) {
  .header-top__container__left_search {
    width: 450px;
  }
}
@media (max-width: 1450px) {
  .header-top__container__left_search {
    margin-left: 15px;
  }
}
@media (max-width: 1250px) {
  .header-top__container__left_search {
    width: 400px;
    margin-left: 10px;
  }
}
@media (max-width: 1125px) {
  .header-top__container__left_search {
    display: none;
  }
}
.header-top__container__left_search input {
  width: 100%;
  height: 100%;
  border-radius: 555px;
  padding-left: 58px;
  padding-right: 25px;
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #FFFFFF;
  background-color: #244A6B;
  border: 2px solid #395D7C;
}
.header-top__container__left_search input::-webkit-input-placeholder {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #FFFFFF;
}
.header-top__container__left_search input::-moz-placeholder {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #FFFFFF;
}
.header-top__container__left_search input:-ms-input-placeholder {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #FFFFFF;
}
.header-top__container__left_search input::-ms-input-placeholder {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #FFFFFF;
}
.header-top__container__left_search input::placeholder {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #FFFFFF;
}
.header-top__container__left_search svg {
  width: 26px;
  height: 26px;
  fill: #ffffff;
  position: absolute;
  left: 20px;
  top: 13px;
}
.header-top__container__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-top__container__right__phone {
  width: 157px;
  cursor: pointer;
  position: relative;
  margin-right: 54px;
}
@media (max-width: 1450px) {
  .header-top__container__right__phone {
    margin-right: 15px;
  }
}
@media (max-width: 1350px) {
  .header-top__container__right__phone {
    margin-right: 10px;
  }
}
@media (max-width: 1250px) {
  .header-top__container__right__phone {
    margin-right: 5px;
  }
}
@media (max-width: 1125px) {
  .header-top__container__right__phone {
    display: none;
  }
}
.header-top__container__right__phone p {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #FFFFFF;
  opacity: 0.6;
}
.header-top__container__right__phone span {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #FFFFFF;
}
.header-top__container__right__phone svg {
  width: 12px;
  height: 12px;
  fill: #ffffff;
  margin-left: 6px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-top__container__right__phone_submenu {
  padding: 10px;
  width: 100%;
  background-color: #ffffff;
  margin-top: 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  -webkit-box-shadow: 8px 8px 40px rgba(0, 0, 0, 0.2);
          box-shadow: 8px 8px 40px rgba(0, 0, 0, 0.2);
}
.header-top__container__right__phone_submenu a {
  display: block;
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #0C74AE;
}
.header-top__container__right__phone_submenu a:hover {
  text-decoration: underline;
}
.header-top__container__right__phone_submenu a:not(:first-child) {
  margin-top: 15px;
}
.header-top__container__right__phone:hover .header-top__container__right__phone_submenu {
  opacity: 1;
  visibility: visible;
}
.header-top__container__right__phone:hover svg {
  fill: #21AFFF;
}
.header-bottom {
  height: 61px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #203142;
}
.header-bottom__container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-bottom__container_menu {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1125px) and (max-width: 1125px) {
  .header-bottom__container_menu {
    display: none;
  }
}
.header-bottom__container_menu ul {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-bottom__container_menu ul .menu-item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.header-bottom__container_menu ul .menu-item:hover .submenu {
  opacity: 1;
  visibility: visible;
}
.header-bottom__container_menu ul .menu-item:before {
  background-color: #FFCD1E;
  display: block;
  content: "";
  height: 6px;
  position: absolute;
  width: 0%;
  bottom: 0;
  -webkit-transition: width 0.3s ease-in-out;
  -moz--transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.header-bottom__container_menu ul .menu-item:not(:first-child) {
  margin-left: 61px;
}
.header-bottom__container_menu ul .menu-item svg {
  width: 12px;
  height: 12px;
  fill: #ffffff;
  margin-left: 6px;
}
.header-bottom__container_menu ul .menu-item:hover:before {
  width: 100%;
}
.header-bottom__container_menu ul .menu-item:hover svg {
  fill: #21AFFF;
}
.header-bottom__container_menu ul .menu-item a {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.header-bottom__container_menu ul .menu-item .submenu {
  width: 350px;
  height: auto;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 15px;
  position: absolute;
  -webkit-box-shadow: 8px 8px 40px rgba(0, 0, 0, 0.2);
          box-shadow: 8px 8px 40px rgba(0, 0, 0, 0.2);
  top: 61px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 99999;
}
.header-bottom__container_menu ul .menu-item .submenu li:not(:first-child) {
  margin-top: 10px;
}
.header-bottom__container_menu ul .menu-item .submenu li:hover a {
  text-decoration: underline;
}
.header-bottom__container_menu ul .menu-item .submenu li a {
  text-transform: lowercase;
  color: black;
}
.header-bottom__container_search {
  display: none;
  width: 100%;
  height: 36px;
  position: relative;
  border-radius: 555px;
}
@media (max-width: 1125px) {
  .header-bottom__container_search {
    display: block;
  }
}
.header-bottom__container_search input {
  width: 100%;
  height: 100%;
  background-color: #244A6B;
  border: 2px solid #395D7C;
  border-radius: 555px;
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
  padding-left: 48px;
  padding-right: 15px;
}
.header-bottom__container_search input::-webkit-input-placeholder {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
}
.header-bottom__container_search input::-moz-placeholder {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
}
.header-bottom__container_search input:-ms-input-placeholder {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
}
.header-bottom__container_search input::-ms-input-placeholder {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
}
.header-bottom__container_search input::placeholder {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
}
.header-bottom__container_search svg {
  width: 22px;
  height: 22px;
  fill: #ffffff;
  position: absolute;
  left: 20px;
  top: 5px;
}

.lang-button {
  width: 109px;
  padding: 9px 0px;
  background-color: #203142;
  border-radius: 555px;
  position: relative;
}
@media (max-width: 1250px) {
  .lang-button {
    width: 90px;
  }
}
@media (max-width: 1125px) {
  .lang-button {
    display: none;
  }
}
.lang-button-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lang-button-box .btn {
  width: 54.5px;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: #FFCD1E;
  border: 3px solid #1F3549;
  border-radius: 555px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1250px) {
  .lang-button-box .btn {
    width: 45px;
  }
}
.lang-button-box .toggle-btn {
  width: 54.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-family: "Circe", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #FFFFFF;
  opacity: 0.5;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 1250px) {
  .lang-button-box .toggle-btn {
    width: 45px;
    font-size: 15px;
  }
}
.lang-button-box .toggle-btn.active {
  color: #203142;
  opacity: 1;
}
.active-button {
  color: red;
}

.footer {
  width: 100%;
  padding-top: 58px;
  padding-bottom: 49px;
  background-color: #151E27;
}
@media (max-width: 1024px) {
  .footer {
    padding-top: 24px;
    padding-bottom: 25px;
  }
}
.footer__container__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1024px) {
  .footer__container__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__container__top__left_phone h3 {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #FFFFFF;
  opacity: 0.9;
}
@media (max-width: 639px) {
  .footer__container__top__left_phone h3 {
    font-size: 14px;
    line-height: 18px;
  }
}
.footer__container__top__left_phone a {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #FFFFFF;
  opacity: 0.9;
  margin-top: 4px;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer__container__top__left_phone a:hover {
  text-decoration: underline;
}
@media (max-width: 639px) {
  .footer__container__top__left_phone a {
    font-size: 16px;
    line-height: 21px;
    margin-top: 9px;
  }
}
.footer__container__top__left_mail {
  margin-top: 25px;
}
.footer__container__top__left_mail h3 {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #FFFFFF;
}
@media (max-width: 639px) {
  .footer__container__top__left_mail h3 {
    font-size: 14px;
    line-height: 18px;
  }
}
.footer__container__top__left_mail a {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #1CAAF9;
  margin-top: 4px;
}
.footer__container__top__left_mail a:hover {
  text-decoration: underline;
}
@media (max-width: 639px) {
  .footer__container__top__left_mail a {
    font-size: 16px;
    line-height: 21px;
    margin-top: 9px;
  }
}
.footer__container__top__left__address {
  margin-top: 24px;
}
.footer__container__top__left__address h3 {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #FFFFFF;
}
@media (max-width: 639px) {
  .footer__container__top__left__address h3 {
    font-size: 14px;
    line-height: 18px;
  }
}
.footer__container__top__left__address p {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #FFFFFF;
  opacity: 0.4;
  margin-top: 4px;
}
@media (max-width: 639px) {
  .footer__container__top__left__address p {
    font-size: 16px;
    line-height: 21px;
    margin-top: 9px;
  }
}
.footer__container__top__left__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
}
@media (max-width: 639px) {
  .footer__container__top__left__icons {
    margin-top: 24px;
  }
}
.footer__container__top__left__icons a {
  width: 46px;
  height: 46px;
  border: 1px solid #FFCD1E;
  display: block;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer__container__top__left__icons a:not(:first-child) {
  margin-left: 9px;
}
@media (max-width: 639px) {
  .footer__container__top__left__icons a:not(:first-child) {
    margin-left: 6px;
  }
}
.footer__container__top__left__icons a:hover {
  background-color: #FFCD1E;
}
.footer__container__top__left__icons a svg {
  width: 26px;
  height: 26px;
  fill: #ffffff;
}
.footer__container__top__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1024px) {
  .footer__container__top__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 33px;
  }
}
@media (max-width: 639px) {
  .footer__container__top__right {
    margin-left: 6px;
  }
}
.footer__container__top__right_menu:not(:last-child) {
  margin-right: 219px;
}
@media (max-width: 1350px) {
  .footer__container__top__right_menu:not(:last-child) {
    margin-right: 190px;
  }
}
@media (max-width: 1250px) {
  .footer__container__top__right_menu:not(:last-child) {
    margin-right: 125px;
  }
}
@media (max-width: 1125px) {
  .footer__container__top__right_menu:not(:last-child) {
    margin-right: 100px;
  }
}
@media (max-width: 1024px) {
  .footer__container__top__right_menu:not(:last-child) {
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  .footer__container__top__right_menu:not(:first-child) {
    margin-top: 50px;
  }
}
.footer__container__top__right_menu ul li:not(:first-child) {
  margin-top: 20px;
}
.footer__container__top__right_menu ul li a {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #FFFFFF;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.footer__container__top__right_menu ul li a:hover {
  color: #0C74AE;
}
@media (max-width: 639px) {
  .footer__container__top__right_menu ul li a {
    font-size: 14px;
    line-height: 18px;
  }
}
.footer__container__bottom {
  margin-top: 49px;
}
@media (max-width: 1024px) {
  .footer__container__bottom {
    margin-top: 35px;
  }
}
.footer__container__bottom hr {
  width: 100%;
  height: 1px;
  opacity: 0.3;
  background-color: #ffffff;
}
.footer__container__bottom_text {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #FFFFFF;
  margin-top: 46px;
}
@media (max-width: 1024px) {
  .footer__container__bottom_text {
    margin-top: 25px;
  }
}
@media (max-width: 639px) {
  .footer__container__bottom_text {
    font-size: 14px;
    line-height: 18px;
  }
}

.main {
  padding-top: 51px;
}
@media (max-width: 639px) {
  .main {
    padding-top: 6px;
  }
}
.main__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1350px) {
  .main__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 639px) {
  .main__container {
    padding: 0 4px;
  }
}
.main__container__left {
  width: 62%;
}
@media (max-width: 1350px) {
  .main__container__left {
    width: 100%;
  }
}
.main__container__left__top {
  padding: 207px 66px 47px 51px;
  background-image: url("../images/main/news-item-1.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
}
@media (max-width: 835px) {
  .main__container__left__top {
    padding-top: 86px;
  }
}
@media (max-width: 639px) {
  .main__container__left__top {
    padding: 86px 14px 20px 14px;
  }
}
.main__container__left__top__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main__container__left__top__date svg {
  width: 22px;
  height: 22px;
  fill: #ffffff;
}
@media (max-width: 639px) {
  .main__container__left__top__date svg {
    width: 20px;
    height: 20px;
  }
}
.main__container__left__top__date p {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #FFFFFF;
  margin-left: 9px;
}
@media (max-width: 639px) {
  .main__container__left__top__date p {
    font-size: 14px;
  }
}
.main__container__left__top__date_type {
  background-color: #0C74AE;
  border-radius: 5px;
  display: inline-block;
  padding: 1px 7px 1px 10px;
  margin-left: 13px;
}
@media (max-width: 639px) {
  .main__container__left__top__date_type {
    padding: 1px 6px 1px 7px;
  }
}
.main__container__left__top__date_type h3 {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #FFFFFF;
}
@media (max-width: 639px) {
  .main__container__left__top__date_type h3 {
    font-size: 14px;
  }
}
.main__container__left__top h2 {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  color: #FFFFFF;
  margin-top: 15px;
}
@media (max-width: 639px) {
  .main__container__left__top h2 {
    font-size: 16px;
    margin-top: 8px;
  }
}
.main__container__left__top_button {
  background-color: #0C74AE;
  display: inline-block;
  padding: 21px 72px 21px 71px;
  border-radius: 555px;
  margin-top: 29px;
  background-image: linear-gradient(45deg, #074f73 50%, transparent 50%);
  background-position: 100%;
  background-size: 400%;
  -webkit-transition: background 0.5s ease-in-out;
  transition: background 0.5s ease-in-out;
}
@media (max-width: 639px) {
  .main__container__left__top_button {
    display: none;
  }
}
.main__container__left__top_button:hover {
  background-position: 0;
}
.main__container__left__top_button span {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #FFFFFF;
}
.main__container__left__bottom {
  width: 100%;
  background-color: #F4F4F6;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 49px;
  margin-top: 20px;
}
@media (max-width: 835px) {
  .main__container__left__bottom {
    display: none;
  }
}
.main__container__left__bottom__title {
  padding-top: 23px;
  padding-bottom: 15px;
  margin-left: 34px;
}
.main__container__left__bottom__title h3 {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #242C4B;
}
.main__container__left__bottom__title_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 11px;
}
.main__container__left__bottom__title_date svg {
  width: 22px;
  height: 22px;
  fill: #000000;
  opacity: 0.5;
}
.main__container__left__bottom__title_date span {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #242C4B;
  margin-left: 9px;
  opacity: 0.5;
}
.main__container__right {
  width: 35%;
}
@media (max-width: 1350px) {
  .main__container__right {
    width: 100%;
    margin-top: 25px;
  }
}
@media (max-width: 639px) {
  .main__container__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 21px;
    padding: 0 18px;
  }
}
.main__container__right__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 95%;
  border-radius: 7px;
  background-color: #1D3C58;
  padding: 6px 25px 8px 18px;
}
@media (max-width: 639px) {
  .main__container__right__top {
    padding: 8px 12px 7px 14px;
    width: 100%;
  }
}
.main__container__right__top h3 {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
  color: #FFFFFF;
}
@media (max-width: 639px) {
  .main__container__right__top h3 {
    font-size: 18px;
  }
}
.main__container__right__top a {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #FFCD1E;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
@media (max-width: 639px) {
  .main__container__right__top a {
    font-size: 14px;
  }
}
.main__container__right__top a:hover {
  color: #ad8b13;
}
.main__container__right__content {
  margin-top: 19px;
  width: 100%;
  height: 562px;
  overflow-y: scroll;
}
.main__container__right__content::-webkit-scrollbar {
  width: 4px;
  background-color: #F4F4F6;
}
.main__container__right__content::-webkit-scrollbar-thumb {
  background-color: rgba(36, 44, 75, 0.2);
}
@media (max-width: 639px) {
  .main__container__right__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 16px;
    height: 375px;
  }
  .main__container__right__content::-webkit-scrollbar {
    width: 0;
  }
}
.main__container__right__content__item {
  padding-bottom: 25px;
  border-bottom: 2px solid rgba(36, 44, 75, 0.1);
  cursor: pointer;
  position: relative;
  -webkit-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out;
  width: 95%;
}
.main__container__right__content__item:not(:first-child) {
  margin-top: 18px;
}
@media (max-width: 639px) {
  .main__container__right__content__item:not(:first-child) {
    margin-top: 10px;
  }
}
@media (max-width: 639px) {
  .main__container__right__content__item {
    padding-bottom: 18px;
  }
}
.main__container__right__content__item:before {
  background-color: #0C74AE;
  display: block;
  content: "";
  height: 2px;
  position: absolute;
  width: 0%;
  bottom: 0;
  -webkit-transition: width 0.3s ease-in-out;
  -moz--transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.main__container__right__content__item:hover:before {
  width: 100%;
}
.main__container__right__content__item:hover h2 {
  color: #0C74AE;
}
.main__container__right__content__item h2 {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #242C4B;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
@media (max-width: 639px) {
  .main__container__right__content__item h2 {
    font-size: 14px;
  }
}
.main__container__right__content__item__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 14px;
}
@media (max-width: 639px) {
  .main__container__right__content__item__date {
    margin-top: 13px;
  }
}
.main__container__right__content__item__date svg {
  width: 22px;
  height: 22px;
  fill: #000000;
  opacity: 0.5;
}
@media (max-width: 639px) {
  .main__container__right__content__item__date svg {
    width: 20px;
    height: 20px;
  }
}
.main__container__right__content__item__date span {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #242C4B;
  margin-left: 9px;
  opacity: 0.5;
}
@media (max-width: 639px) {
  .main__container__right__content__item__date span {
    margin-left: 4px;
    font-size: 14px;
  }
}
.main__container__right__content__item__date_type {
  background-color: #0C74AE;
  padding: 1px 7px 1px 8px;
  border-radius: 5px;
  margin-left: 11px;
}
@media (max-width: 639px) {
  .main__container__right__content__item__date_type {
    padding: 1px 6px 1px 7px;
    margin-left: 9px;
  }
}
.main__container__right__content__item__date_type p {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  color: #FFFFFF;
}

.events {
  padding-top: 67px;
}
@media (max-width: 639px) {
  .events {
    padding-top: 31px;
  }
}
.events__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.events__container__left {
  width: 62%;
}
@media (max-width: 1125px) {
  .events__container__left {
    width: 100%;
  }
}
.events__container__left__top {
  position: relative;
}
.events__container__left__top .calendar-button {
  background-color: #1D3C58;
  padding: 14px;
  border-radius: 9px;
  position: absolute;
  right: 0;
  bottom: 0;
  display: none;
}
@media (max-width: 1350px) {
  .events__container__left__top .calendar-button {
    display: inline-block;
  }
}
@media (max-width: 639px) {
  .events__container__left__top .calendar-button {
    padding: 10px;
  }
}
.events__container__left__top .calendar-button svg {
  width: 21px;
  height: 21px;
  fill: #21AFFF;
}
.events__container__left__top_title {
  background-color: #1D3C58;
  border-radius: 7px;
  display: inline-block;
  padding: 6px 22px 8px 18px;
}
@media (max-width: 639px) {
  .events__container__left__top_title {
    padding: 8px 12px 7px 14px;
  }
}
.events__container__left__top_title h2 {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
  color: #FFFFFF;
}
@media (max-width: 639px) {
  .events__container__left__top_title h2 {
    font-size: 18px;
  }
}
.events__container__left__top_search {
  width: 100%;
  height: 52px;
  position: relative;
  margin-top: 31px;
}
@media (max-width: 1350px) {
  .events__container__left__top_search {
    width: 100%;
  }
}
@media (max-width: 639px) {
  .events__container__left__top_search {
    margin-top: 19px;
    width: 90%;
  }
}
.events__container__left__top_search input {
  width: 100%;
  height: 100%;
  border-radius: 555px;
  background-color: #F4F4F6;
  padding-left: 61px;
  padding-right: 25px;
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #242C4B;
}
@media (max-width: 1350px) {
  .events__container__left__top_search input {
    width: 90%;
  }
}
.events__container__left__top_search input::-webkit-input-placeholder {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #242C4B;
  opacity: 0.3;
}
.events__container__left__top_search input::-moz-placeholder {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #242C4B;
  opacity: 0.3;
}
.events__container__left__top_search input:-ms-input-placeholder {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #242C4B;
  opacity: 0.3;
}
.events__container__left__top_search input::-ms-input-placeholder {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #242C4B;
  opacity: 0.3;
}
.events__container__left__top_search input::placeholder {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #242C4B;
  opacity: 0.3;
}
.events__container__left__top_search svg {
  width: 26px;
  height: 26px;
  fill: #212531;
  position: absolute;
  top: 13px;
  left: 20px;
}
.events__container__left__content {
  margin-top: 36px;
  width: 100%;
  height: 519px;
  overflow-y: scroll;
}
@media (max-width: 639px) {
  .events__container__left__content {
    margin-top: 23px;
    /*height: 470px;*/
    height: auto;
  }
}
.events__container__left__content::-webkit-scrollbar {
  width: 4px;
  background-color: #F4F4F6;
}
@media (max-width: 1024px) {
  .events__container__left__content::-webkit-scrollbar {
    width: 0;
  }
}
.events__container__left__content::-webkit-scrollbar-thumb {
  background-color: rgba(36, 44, 75, 0.2);
}
.events__container__left__content__item {
  padding-bottom: 26px;
  border-bottom: 2px solid rgba(36, 44, 75, 0.1);
  width: 99%;
  cursor: pointer;
  position: relative;
}
@media (max-width: 639px) {
  .events__container__left__content__item {
    padding-bottom: 19px;
  }
}
.events__container__left__content__item:hover:before {
  width: 100%;
}
.events__container__left__content__item:hover h3 {
  color: #0C74AE;
}
.events__container__left__content__item:before {
  content: "";
  display: block;
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: 0;
  background-color: #0C74AE;
  -webkit-transition: width 0.3s ease-in-out;
  -moz--transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.events__container__left__content__item:not(:first-child) {
  margin-top: 40px;
}
@media (max-width: 639px) {
  .events__container__left__content__item:not(:first-child) {
    margin-top: 10px;
  }
}
.events__container__left__content__item h3 {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #242C4B;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 639px) {
  .events__container__left__content__item h3 {
    font-size: 14px;
  }
}
.events__container__left__content__item_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 14px;
}
@media (max-width: 639px) {
  .events__container__left__content__item_date {
    margin-top: 13px;
  }
}
.events__container__left__content__item_date svg {
  width: 22px;
  height: 22px;
  fill: #000000;
  opacity: 0.5;
}
@media (max-width: 639px) {
  .events__container__left__content__item_date svg {
    width: 20px;
    height: 20px;
  }
}
.events__container__left__content__item_date span {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #242C4B;
  opacity: 0.5;
  margin-left: 9px;
}
@media (max-width: 639px) {
  .events__container__left__content__item_date span {
    font-size: 14px;
    margin-left: 4px;
  }
}
.events__container__left__content__item_date .archive-event {
  background-color: rgba(36, 44, 75, 0.2);
  border-radius: 5px;
  padding: 1px 13px 1px 10px;
  margin-left: 14px;
}
@media (max-width: 639px) {
  .events__container__left__content__item_date .archive-event {
    margin-left: 5px;
    padding: 1px 5px;
  }
}
.events__container__left__content__item_date .archive-event p {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  color: #242C4B;
  opacity: 0.5;
}
@media (max-width: 639px) {
  .events__container__left__content__item_date .archive-event p {
    font-size: 11px;
  }
}

.info {
  padding-top: 105px;
}
@media (max-width: 639px) {
  .info {
    padding-top: 18px;
  }
}
.info__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 184px;
}
@media (max-width: 1125px) {
  .info__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.info__container__left {
  width: 46%;
}
@media (max-width: 1125px) {
  .info__container__left {
    width: 100%;
  }
}
.info__container__left h2 {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  color: #242C4B;
}
.info__container__left h2 span {
  color: #0C74AE;
}
@media (max-width: 639px) {
  .info__container__left h2 {
    font-size: 22px;
  }
}
.info__container__left p {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #242C4B;
  margin-top: 32px;
}
@media (max-width: 639px) {
  .info__container__left p {
    font-size: 14px;
    margin-top: 10px;
  }
}
.info__container__left__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 43px;
}
@media (max-width: 639px) {
  .info__container__left__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
  }
}
.info__container__left__content_left h3 {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #242C4B;
  opacity: 0.5;
}
@media (max-width: 639px) {
  .info__container__left__content_left h3 {
    font-size: 14px;
  }
}
.info__container__left__content_left p {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 46px;
  line-height: 100%;
  color: #242C4B;
  margin-top: 7px;
}
@media (max-width: 639px) {
  .info__container__left__content_left p {
    font-size: 32px;
  }
}
.info__container__left__content_right {
  margin-left: 66px;
}
@media (max-width: 639px) {
  .info__container__left__content_right {
    margin-left: 0;
    margin-top: 15px;
  }
}
.info__container__left__content_right h3 {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #242C4B;
  opacity: 0.5;
}
@media (max-width: 639px) {
  .info__container__left__content_right h3 {
    font-size: 14px;
  }
}
.info__container__left__content_right p {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 46px;
  line-height: 100%;
  color: #242C4B;
  margin-top: 7px;
}
@media (max-width: 639px) {
  .info__container__left__content_right p {
    font-size: 32px;
  }
}
.info__container__left__content_right p span {
  font-size: 17px;
}
.info__container__right {
  width: 45%;
  height: 464px;
  overflow-y: scroll;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
@media (max-width: 1125px) {
  .info__container__right {
    width: 100%;
    margin-top: 40px;
  }
}
@media (max-width: 1024px) {
  .info__container__right {
    height: 278px;
  }
}
@media (max-width: 639px) {
  .info__container__right {
    height: 260px;
    overflow-y: hidden;
  }
}
.info__container__right.active {
  height: auto;
}
.info__container__right::-webkit-scrollbar {
  width: 4px;
  background-color: #F4F4F6;
}
@media (max-width: 1024px) {
  .info__container__right::-webkit-scrollbar {
    width: 0;
  }
}
.info__container__right::-webkit-scrollbar-thumb {
  background-color: rgba(36, 44, 75, 0.2);
}
.info__container__right_item {
  width: 98%;
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(36, 44, 75, 0.1);
  cursor: pointer;
  position: relative;
}
@media (max-width: 639px) {
  .info__container__right_item {
    padding-bottom: 14px;
  }
}
.info__container__right_item:hover:before {
  width: 100%;
}
.info__container__right_item:before {
  content: "";
  display: block;
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: 0;
  background-color: #0C74AE;
  -webkit-transition: width 0.3s ease-in-out;
  -moz--transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.info__container__right_item:not(:first-child) {
  margin-top: 18px;
}
.info__container__right_item p {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  color: #242C4B;
}
@media (max-width: 639px) {
  .info__container__right_item p {
    font-size: 14px;
  }
}
.info__container_link {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  color: #0C74AE;
  margin-top: 21px;
  display: none;
}
@media (max-width: 639px) {
  .info__container_link {
    display: initial;
  }
}
.info__container .info-background {
  position: absolute;
  bottom: -30px;
  left: 0;
}
@media (max-width: 639px) {
  .info__container .info-background {
    right: 0;
    left: initial;
  }
}

body:not(.home) .info-background {
  display: none;
}
body:not(.home) .info__container {
  padding-bottom: 0;
}

.partners {
  padding-top: 77px;
}
@media (max-width: 639px) {
  .partners {
    padding-top: 18px;
  }
}
.partners__container__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.partners__container__top_title {
  padding: 7px 17px;
  background-color: #1D3C58;
  border-radius: 7px;
  display: inline-block;
}
@media (max-width: 639px) {
  .partners__container__top_title {
    padding: 8px 10px 7px 14px;
  }
}
.partners__container__top_title h2 {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
  color: #FFFFFF;
}
@media (max-width: 639px) {
  .partners__container__top_title h2 {
    font-size: 18px;
  }
}
.partners__container__top a {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #0C74AE;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.partners__container__top a:hover {
  color: #242C4B;
}
@media (max-width: 639px) {
  .partners__container__top a {
    font-size: 14px;
  }
}
.partners__container__content {
  margin-top: 45px;
}
@media (max-width: 639px) {
  .partners__container__content {
    margin-top: 20px;
  }
}
.partners__container__content__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  width: 100%;
  padding-bottom: 28px;
  border-bottom: 2px solid rgba(36, 44, 75, 0.1);
}
.partners__container__content__item:not(:first-child) {
  margin-top: 54px;
}
@media (max-width: 639px) {
  .partners__container__content__item:not(:first-child) {
    margin-top: 16px;
  }
}
@media (max-width: 639px) {
  .partners__container__content__item {
    padding-bottom: 20px;
  }
}
.partners__container__content__item_image {
  background-color: #ffffff;
  -webkit-box-shadow: 8px 8px 40px rgba(36, 44, 75, 0.1);
          box-shadow: 8px 8px 40px rgba(36, 44, 75, 0.1);
  border-radius: 10px;
  width: 181px;
  height: 114px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 961px) {
  .partners__container__content__item_image {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (max-width: 639px) {
  .partners__container__content__item_image {
    width: 95px;
    height: 59.83px;
  }
}
@media (max-width: 639px) {
  .partners__container__content__item_image img {
    width: 46.71px;
    height: 46.71px;
  }
}
.partners__container__content__item_title {
  width: 84%;
}
@media (max-width: 1250px) {
  .partners__container__content__item_title {
    width: 80%;
  }
}
@media (max-width: 1024px) {
  .partners__container__content__item_title {
    width: 75%;
  }
}
@media (max-width: 961px) {
  .partners__container__content__item_title {
    width: 100%;
  }
}
.partners__container__content__item_title h3 {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #242C4B;
}
@media (max-width: 961px) {
  .partners__container__content__item_title h3 {
    margin-left: 190px;
    min-height: 114px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 639px) {
  .partners__container__content__item_title h3 {
    font-size: 16px;
    margin-left: 116px;
    min-height: 59.83px;
  }
}
.partners__container__content__item_title p {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #242C4B;
  margin-top: 15px;
  width: 100%;
}
@media (max-width: 961px) {
  .partners__container__content__item_title p {
    margin-top: 13px;
    width: 100%;
  }
}
@media (max-width: 639px) {
  .partners__container__content__item_title p {
    font-size: 14px;
  }
}

.main-gallery {
  padding-top: 79px;
  padding-bottom: 93px;
}
@media (max-width: 639px) {
  .main-gallery {
    padding-top: 17px;
    padding-bottom: 34px;
  }
}
.main-gallery__container__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main-gallery__container__top_title {
  display: inline-block;
  background-color: #1D3C58;
  border-radius: 7px;
  padding: 7px 21px 7px 17px;
}
@media (max-width: 639px) {
  .main-gallery__container__top_title {
    padding: 8px 16px 7px 14px;
  }
}
.main-gallery__container__top_title h2 {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
  color: #FFFFFF;
}
@media (max-width: 639px) {
  .main-gallery__container__top_title h2 {
    font-size: 18px;
  }
}
.main-gallery__container__top a {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #0C74AE;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main-gallery__container__top a:hover {
  color: #242C4B;
}
@media (max-width: 639px) {
  .main-gallery__container__top a {
    font-size: 14px;
  }
}
.main-gallery__container__slider {
  margin-top: 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .main-gallery__container__slider {
    margin: 53px -5px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 639px) {
  .main-gallery__container__slider {
    margin-top: 23px;
  }
}
.main-gallery__container__slider__item {
  width: 33%;
  background-color: #ffffff;
  border-radius: 6px;
  -webkit-filter: drop-shadow(8px 8px 40px rgba(36, 44, 75, 0.1));
          filter: drop-shadow(8px 8px 40px rgba(36, 44, 75, 0.1));
}
.main-gallery__container__slider__item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.main-gallery__container__slider__item:hover h3 {
  color: #0C74AE;
}
@media (max-width: 1024px) {
  .main-gallery__container__slider__item {
    margin: 0 5px;
  }
}
.main-gallery__container__slider__item span {
  overflow: hidden;
  display: inline-block;
}
.main-gallery__container__slider__item img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main-gallery__container__slider__item__title {
  margin-left: 38px;
  margin-top: 28px;
  padding-right: 38px;
  padding-bottom: 26px;
}
@media (max-width: 1250px) {
  .main-gallery__container__slider__item__title {
    margin-left: 25px;
  }
}
@media (max-width: 639px) {
  .main-gallery__container__slider__item__title {
    margin-left: 16px;
    padding-right: 16px;
    padding-bottom: 15px;
  }
}
.main-gallery__container__slider__item__title h3 {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #242C4B;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 639px) {
  .main-gallery__container__slider__item__title h3 {
    font-size: 14px;
  }
}
.main-gallery__container__slider__item__title_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}
@media (max-width: 639px) {
  .main-gallery__container__slider__item__title_date {
    margin-top: 9px;
  }
}
.main-gallery__container__slider__item__title_date svg {
  width: 22px;
  height: 22px;
  fill: #000000;
  opacity: 0.5;
}
@media (max-width: 639px) {
  .main-gallery__container__slider__item__title_date svg {
    width: 20px;
    height: 20px;
  }
}
.main-gallery__container__slider__item__title_date p {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #242C4B;
  opacity: 0.5;
  margin-left: 9px;
}
@media (max-width: 639px) {
  .main-gallery__container__slider__item__title_date p {
    font-size: 14px;
  }
}

.about-title {
  padding-top: 50px;
}
.about-title__container h1 {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  color: #242C4B;
}

.about {
  padding-top: 99px;
}
@media (max-width: 639px) {
  .about {
    padding-top: 49px;
  }
}
.about__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1125px) {
  .about__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about__container__left {
  width: 46%;
}
@media (max-width: 1125px) {
  .about__container__left {
    width: 100%;
  }
}
.about__container__left h2 {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  color: #242C4B;
}
@media (max-width: 639px) {
  .about__container__left h2 {
    font-size: 22px;
  }
}
.about__container__left h2 span {
  color: #0C74AE;
}
.about__container__left p {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #242C4B;
  margin-top: 32px;
}
@media (max-width: 639px) {
  .about__container__left p {
    font-size: 14px;
    margin-top: 10px;
  }
}
.about__container__left__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 43px;
}
@media (max-width: 639px) {
  .about__container__left__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
  }
}
.about__container__left__info_item {
  position: relative;
}
@media (max-width: 639px) {
  .about__container__left__info_item:not(:first-child) {
    margin-top: 15px;
  }
}
.about__container__left__info_item:first-child {
  margin-right: 66px;
}
@media (max-width: 639px) {
  .about__container__left__info_item:first-child {
    margin-right: 0;
  }
}
.about__container__left__info_item h3 {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #242C4B;
  opacity: 0.5;
}
@media (max-width: 639px) {
  .about__container__left__info_item h3 {
    font-size: 14px;
  }
}
.about__container__left__info_item p {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 46px;
  line-height: 100%;
  color: #242C4B;
  margin-top: 7px;
}
@media (max-width: 639px) {
  .about__container__left__info_item p {
    font-size: 32px;
  }
}
.about__container__left__info_item p span {
  font-size: 15px;
}
.about__container__right {
  width: 45%;
  height: 473px;
  overflow-y: scroll;
}
@media (max-width: 1125px) {
  .about__container__right {
    width: 100%;
    margin-top: 40px;
  }
}
.about__container__right::-webkit-scrollbar {
  width: 4px;
  background-color: #F4F4F6;
}
@media (max-width: 1024px) {
  .about__container__right::-webkit-scrollbar {
    width: 0;
  }
}
.about__container__right::-webkit-scrollbar-thumb {
  background-color: rgba(36, 44, 75, 0.2);
}
.about__container__right_item {
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(36, 44, 75, 0.1);
  width: 98%;
  cursor: pointer;
  position: relative;
}
@media (max-width: 639px) {
  .about__container__right_item {
    width: 100%;
  }
}
.about__container__right_item:hover:before {
  width: 100%;
}
.about__container__right_item::before {
  background-color: #0C74AE;
  display: block;
  content: "";
  height: 2px;
  position: absolute;
  width: 0%;
  bottom: 0;
  -webkit-transition: width 0.3s ease-in-out;
  -moz--transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.about__container__right_item:not(:first-child) {
  margin-top: 18px;
}
.about__container__right_item p {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  color: #242C4B;
}
@media (max-width: 639px) {
  .about__container__right_item p {
    font-size: 14px;
  }
}
.about__container_link {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  color: #0C74AE;
  margin-top: 21px;
  display: none;
}
@media (max-width: 1024px) {
  .about__container_link {
    display: initial;
  }
}

.system {
  padding-top: 71px;
}
@media (max-width: 639px) {
  .system {
    padding-top: 48px;
  }
}
.system__container__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.system__container__top h2 {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  color: #242C4B;
}
@media (max-width: 639px) {
  .system__container__top h2 {
    font-size: 22px;
  }
}
.system__container__top_large {
  padding: 6.86px;
  border: 1.5px solid rgba(36, 44, 75, 0.15);
  border-radius: 9px;
  cursor: pointer;
  display: none;
}
@media (max-width: 1024px) {
  .system__container__top_large {
    display: inline-block;
  }
}
.system__container__top_large svg {
  width: 22.29px;
  height: 22.29px;
  fill: #0C74AE;
}
.system__container__image {
  width: 100%;
  margin-top: 40px;
}
@media (max-width: 639px) {
  .system__container__image {
    margin-top: 14px;
  }
}
.system__container__image img {
  width: 100%;
}
.system__container__content {
  margin-top: 24px;
}
@media (max-width: 639px) {
  .system__container__content {
    margin-top: 17px;
  }
}
.system__container__content_item {
  padding-bottom: 24px;
  border-bottom: 2px solid rgba(36, 44, 75, 0.1);
}
@media (max-width: 639px) {
  .system__container__content_item {
    padding-bottom: 16px;
  }
}
.system__container__content_item:not(:first-child) {
  margin-top: 22px;
}
.system__container__content_item h3 {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #242C4B;
}
@media (max-width: 639px) {
  .system__container__content_item h3 {
    font-size: 14px;
  }
}
.system__container__content_item p {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #242C4B;
  margin-top: 15px;
}
@media (max-width: 639px) {
  .system__container__content_item p {
    font-size: 14px;
    margin-top: 14px;
  }
}

.team {
  padding-bottom: 88px;
}
@media (max-width: 639px) {
  .team {
    padding-bottom: 28px;
  }
}
.team__container h2 {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  color: #242C4B;
}
@media (max-width: 639px) {
  .team__container h2 {
    font-size: 22px;
  }
}
.team__container__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 52px;
}
@media (max-width: 639px) {
  .team__container__content {
    margin-top: 17px;
  }
}
.team__container__content__item {
  width: 24%;
}
@media (max-width: 1250px) {
  .team__container__content__item {
    width: 47%;
  }
  .team__container__content__item:nth-child(n+3) {
    margin-top: 35px;
  }
}
@media (max-width: 690px) {
  .team__container__content__item {
    width: 100%;
  }
  .team__container__content__item:not(:first-child) {
    margin-top: 28px;
  }
}
.team__container__content__item:nth-child(n+5) {
  margin-top: 64px;
}
@media (max-width: 1250px) {
  .team__container__content__item:nth-child(n+5) {
    margin-top: 35px;
  }
}
.team__container__content__item img {
  width: 100%;
}
.team__container__content__item h3 {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #242C4B;
  margin-top: 29px;
}
@media (max-width: 639px) {
  .team__container__content__item h3 {
    font-size: 16px;
    margin-top: 19px;
  }
}
@media (max-width: 295px) {
  .team__container__content__item h3 {
    font-size: 14px;
  }
}
.team__container__content__item p {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #242C4B;
  margin-top: 5px;
}
@media (max-width: 639px) {
  .team__container__content__item p {
    font-size: 14px;
  }
}
.team__container__content__item_contacts {
  margin-top: 34px;
}
@media (max-width: 639px) {
  .team__container__content__item_contacts {
    margin-top: 27px;
  }
}
.team__container__content__item_contacts a {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #242C4B;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team__container__content__item_contacts a:hover {
  color: #203142;
}
@media (max-width: 639px) {
  .team__container__content__item_contacts a {
    font-size: 14px;
  }
}
.team__container__content__item_contacts .member-email {
  font-weight: 500;
  line-height: 150%;
  color: #0C74AE;
}
@media (max-width: 639px) {
  .team__container__content__item_contacts .member-email {
    margin-top: 4px;
  }
}

.statistic-title {
  padding-top: 50px;
  padding-bottom: 45px;
  background-color: #F8F8FA;
}
@media (max-width: 639px) {
  .statistic-title {
    padding-top: 25px;
    padding-bottom: 24px;
  }
}
.statistic-title__container h1 {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  color: #242C4B;
}
@media (max-width: 639px) {
  .statistic-title__container h1 {
    font-size: 22px;
  }
}

.statistic {
  padding-top: 64px;
  padding-bottom: 54px;
}
@media (max-width: 639px) {
  .statistic {
    padding-top: 25px;
    padding-bottom: 36px;
  }
}
.statistic__container__content__item {
  padding-bottom: 26px;
  border-bottom: 2px solid rgba(36, 44, 75, 0.1);
  cursor: pointer;
  position: relative;
}
@media (max-width: 1024px) {
  .statistic__container__content__item {
    border-bottom: none;
  }
}
.statistic__container__content__item:not(:first-child) {
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .statistic__container__content__item:not(:first-child) {
    margin-top: 36px;
  }
}
.statistic__container__content__item:hover:before {
  width: 100%;
}
.statistic__container__content__item:hover h2 {
  color: #0C74AE;
}
.statistic__container__content__item:before {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: 0;
  background-color: #0C74AE;
  -webkit-transition: width 0.3s ease-in-out;
  -moz--transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
@media (max-width: 1024px) {
  .statistic__container__content__item:before {
    display: none;
  }
}
.statistic__container__content__item_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1024px) {
  .statistic__container__content__item_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.statistic__container__content__item_top h2 {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  width: 20%;
  color: #242C4B;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
@media (max-width: 1250px) {
  .statistic__container__content__item_top h2 {
    font-size: 20px;
  }
}
@media (max-width: 1125px) {
  .statistic__container__content__item_top h2 {
    width: 23%;
  }
}
@media (max-width: 1024px) {
  .statistic__container__content__item_top h2 {
    width: 100%;
  }
}
@media (max-width: 639px) {
  .statistic__container__content__item_top h2 {
    font-size: 18px;
  }
}
.statistic__container__content__item_top p {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #242C4B;
  width: 78%;
}
@media (max-width: 1125px) {
  .statistic__container__content__item_top p {
    width: 75%;
  }
}
@media (max-width: 1024px) {
  .statistic__container__content__item_top p {
    width: 100%;
    margin-top: 11px;
  }
}
@media (max-width: 639px) {
  .statistic__container__content__item_top p {
    font-size: 14px;
  }
}
.statistic__container__content__item_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .statistic__container__content__item_date {
    margin-top: 16px;
  }
}
.statistic__container__content__item_date svg {
  width: 22px;
  height: 22px;
  fill: #000000;
  opacity: 0.5;
}
.statistic__container__content__item_date p {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #242C4B;
  opacity: 0.5;
  margin-left: 9px;
}
@media (max-width: 639px) {
  .statistic__container__content__item_date p {
    font-size: 14px;
    margin-left: 4px;
  }
}
.statistic__container__content__item_date hr {
  width: 75%;
  height: 2px;
  margin-left: 15px;
  background-color: rgba(36, 44, 75, 0.1);
  display: none;
}
@media (max-width: 1024px) {
  .statistic__container__content__item_date hr {
    display: initial;
  }
}
@media (max-width: 820px) {
  .statistic__container__content__item_date hr {
    width: 65%;
  }
}
@media (max-width: 465px) {
  .statistic__container__content__item_date hr {
    width: 50%;
  }
}
@media (max-width: 335px) {
  .statistic__container__content__item_date hr {
    width: 35%;
  }
}

.statistic-item {
  padding-top: 55px;
  padding-bottom: 66px;
}
@media (max-width: 639px) {
  .statistic-item {
    padding-top: 25px;
    padding-bottom: 37px;
  }
}
.statistic-item__container h2 {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 100%;
  color: #242C4B;
}
@media (max-width: 639px) {
  .statistic-item__container h2 {
    font-size: 22px;
  }
}
.statistic-item__container p {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #242C4B;
  margin-top: 53px;
}
@media (max-width: 639px) {
  .statistic-item__container p {
    font-size: 14px;
    margin-top: 21px;
  }
}
.statistic-item__container_documents {
  margin-top: 23px;
}
@media (max-width: 639px) {
  .statistic-item__container_documents {
    margin-top: 15px;
  }
}
.statistic-item__container_documents ul {
  margin-top: 25px;
}
.statistic-item__container_documents ul li {
  padding-bottom: 11px;
  border-bottom: 2px solid rgba(36, 44, 75, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 639px) {
  .statistic-item__container_documents ul li {
    padding-bottom: 12px;
  }
}
.statistic-item__container_documents ul li:hover a {
  color: #203142;
}
.statistic-item__container_documents ul li:hover svg {
  fill: #203142;
}
.statistic-item__container_documents ul li:not(:first-child) {
  margin-top: 14px;
}
@media (max-width: 639px) {
  .statistic-item__container_documents ul li:not(:first-child) {
    margin-top: 20px;
  }
}
.statistic-item__container_documents ul li .file-icon {
  width: 22px;
  height: 22px;
  fill: #0C74AE;
  margin-right: 19px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 639px) {
  .statistic-item__container_documents ul li .file-icon {
    margin-right: 11px;
  }
}
.statistic-item__container_documents ul li a {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  color: #0C74AE;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 639px) {
  .statistic-item__container_documents ul li a {
    font-size: 14px;
  }
}
.statistic-item__container_documents ul li .download-icon {
  width: 14px;
  height: 14px;
  fill: #0C74AE;
  margin-left: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 639px) {
  .statistic-item__container_documents ul li .download-icon {
    position: absolute;
    right: 0;
  }
}

.news-title {
  padding-top: 50px;
  padding-bottom: 45px;
  background-color: #F8F8FA;
}
@media (max-width: 639px) {
  .news-title {
    padding-top: 25px;
    padding-bottom: 24px;
  }
}
.news-title__container h1 {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  color: #242C4B;
}
@media (max-width: 639px) {
  .news-title__container h1 {
    font-size: 22px;
  }
}

.news {
  padding-top: 45px;
  padding-bottom: 58px;
}
@media (max-width: 639px) {
  .news {
    padding-top: 22px;
    padding-bottom: 26px;
  }
}
.news__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1024px) {
  .news__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.news__container__left {
  width: 70%;
}
@media (max-width: 1350px) {
  .news__container__left {
    width: 60%;
  }
}
@media (max-width: 1250px) {
  .news__container__left {
    width: 70%;
  }
}
@media (max-width: 1024px) {
  .news__container__left {
    width: 100%;
  }
}
.news__container__left_search {
  width: 1012px;
  height: 52px;
  border-radius: 555px;
  position: relative;
}
@media (max-width: 1350px) {
  .news__container__left_search {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .news__container__left_search {
    display: none;
  }
}
.news__container__left_search input {
  width: 100%;
  height: 100%;
  background-color: #F4F4F6;
  border-radius: 555px;
  padding-left: 61px;
  padding-right: 25px;
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #242C4B;
}
.news__container__left_search input::-webkit-input-placeholder {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #242C4B;
  opacity: 0.3;
}
.news__container__left_search input::-moz-placeholder {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #242C4B;
  opacity: 0.3;
}
.news__container__left_search input:-ms-input-placeholder {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #242C4B;
  opacity: 0.3;
}
.news__container__left_search input::-ms-input-placeholder {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #242C4B;
  opacity: 0.3;
}
.news__container__left_search input::placeholder {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #242C4B;
  opacity: 0.3;
}
.news__container__left_search svg {
  width: 26px;
  height: 26px;
  fill: #212531;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 20px;
}
.news__container__left__content {
  width: 100%;
  margin-top: 28px;
}
@media (max-width: 1024px) {
  .news__container__left__content {
    margin-top: 22px;
  }
}
.news__container__left__content__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 31px;
  border-bottom: 2px solid rgba(36, 44, 75, 0.1);
  position: relative;
}
@media (max-width: 1024px) {
  .news__container__left__content__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.news__container__left__content__item:not(:first-child) {
  margin-top: 26px;
}
.news__container__left__content__item:hover:before {
  width: 100%;
}
.news__container__left__content__item:hover h2 {
  color: #0C74AE;
}
.news__container__left__content__item:before {
  background-color: #0C74AE;
  display: block;
  content: "";
  height: 2px;
  position: absolute;
  width: 0%;
  bottom: 0;
  -webkit-transition: width 0.3s ease-in-out;
  -moz--transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
@media (max-width: 639px) {
  .news__container__left__content__item a {
    width: 100%;
  }
}
@media (max-width: 639px) {
  .news__container__left__content__item a img {
    width: 100%;
  }
}
.news__container__left__content__item__title {
  width: 67%;
}
@media (max-width: 1350px) {
  .news__container__left__content__item__title {
    width: 57%;
  }
}
@media (max-width: 1024px) {
  .news__container__left__content__item__title {
    width: 100%;
    margin-top: 15px;
  }
}
.news__container__left__content__item__title h2 {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #242C4B;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 639px) {
  .news__container__left__content__item__title h2 {
    font-size: 14px;
  }
}
.news__container__left__content__item__title__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 22px;
}
@media (max-width: 1024px) {
  .news__container__left__content__item__title__date {
    margin-top: 11px;
  }
}
.news__container__left__content__item__title__date svg {
  width: 22px;
  height: 22px;
  opacity: 0.5;
  margin-right: 9px;
}
@media (max-width: 639px) {
  .news__container__left__content__item__title__date svg {
    margin-right: 4px;
  }
}
.news__container__left__content__item__title__date p {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #242C4B;
  opacity: 0.5;
}
@media (max-width: 639px) {
  .news__container__left__content__item__title__date p {
    font-size: 14px;
  }
}
@media (max-width: 299px) {
  .news__container__left__content__item__title__date p {
    font-size: 11px;
  }
}
.news__container__left__content__item__title__date_type {
  padding: 1px 7px 1px 8px;
  display: inline-block;
  background-color: #0C74AE;
  border-radius: 5px;
  margin-left: 15px;
}
@media (max-width: 639px) {
  .news__container__left__content__item__title__date_type {
    padding: 1px 6px 1px 7px;
    margin-left: 9px;
  }
}
.news__container__left__content__item__title__date_type p {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  color: #FFFFFF;
  opacity: 1;
}
.news__container__right {
  width: 25%;
}
@media (max-width: 1450px) {
  .news__container__right {
    width: 21%;
  }
}
@media (max-width: 1350px) {
  .news__container__right {
    width: 25%;
  }
}
@media (max-width: 1024px) {
  .news__container__right {
    width: 100%;
  }
}
.news__container__right .mobile-search {
  width: 100%;
  height: 42px;
  border-radius: 555px;
  position: relative;
  margin-bottom: 22px;
}
.news__container__right .mobile-search input {
  width: 100%;
  height: 100%;
  border-radius: 555px;
  background-color: #F4F4F6;
  padding-left: 42px;
  padding-right: 25px;
}
.news__container__right .mobile-search input::-webkit-input-placeholder {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #242C4B;
  opacity: 0.3;
}
.news__container__right .mobile-search input::-moz-placeholder {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #242C4B;
  opacity: 0.3;
}
.news__container__right .mobile-search input:-ms-input-placeholder {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #242C4B;
  opacity: 0.3;
}
.news__container__right .mobile-search input::-ms-input-placeholder {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #242C4B;
  opacity: 0.3;
}
.news__container__right .mobile-search input::placeholder {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #242C4B;
  opacity: 0.3;
}
.news__container__right .mobile-search svg {
  width: 22px;
  height: 22px;
  fill: #212531;
  position: absolute;
  top: 9px;
  left: 13px;
}
.news__container__right__top {
  width: 100%;
  background-color: #0C74AE;
  padding: 20px 0px 21px 34px;
  border-radius: 6px 6px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 1024px) {
  .news__container__right__top {
    border-radius: 6px;
  }
}
.news__container__right__top svg {
  width: 18px;
  height: 12px;
  fill: #ffffff;
  margin-right: 14px;
}
.news__container__right__top .down-arrow {
  width: 12px;
  height: 12px;
  fill: #ffffff;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.news__container__right__top .active-arrow {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.news__container__right__top p {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #FFFFFF;
}
.news__container__right__content {
  padding: 23px 0px 36px 36px;
  background: #FFFFFF;
  -webkit-box-shadow: 8px 8px 40px rgba(36, 44, 75, 0.1);
          box-shadow: 8px 8px 40px rgba(36, 44, 75, 0.1);
  border-radius: 8px;
}
@media (max-width: 1024px) {
  .news__container__right__content {
    display: none;
  }
}
.news__container__right__content a {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #242C4B;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.news__container__right__content a:hover {
  color: #0C74AE;
}
.news__container__right__content a:not(:first-child) {
  margin-top: 28px;
}
.news__container__right__content .news-link {
  font-weight: 700;
  color: #0C74AE;
}

.news-item {
  padding-top: 38px;
  padding-bottom: 81px;
}
@media (max-width: 639px) {
  .news-item {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
.news-item__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1250px) {
  .news-item__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.news-item__container__left {
  width: 70%;
}
@media (max-width: 1250px) {
  .news-item__container__left {
    width: 100%;
  }
}
.news-item__container__left__title h1 {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 100%;
  color: #242C4B;
}
@media (max-width: 639px) {
  .news-item__container__left__title h1 {
    font-size: 18px;
  }
}
.news-item__container__left__title__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 19px;
}
@media (max-width: 639px) {
  .news-item__container__left__title__date {
    margin-top: 14px;
  }
}
.news-item__container__left__title__date svg {
  width: 22px;
  height: 22px;
  fill: #000000;
}
.news-item__container__left__title__date p {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #242C4B;
  margin-left: 9px;
}
@media (max-width: 639px) {
  .news-item__container__left__title__date p {
    margin-left: 4px;
    font-size: 14px;
  }
}
.news-item__container__left__title__date_type {
  display: inline-block;
  background-color: #0C74AE;
  border-radius: 5px;
  padding: 1px 7px 1px 7px;
  margin-left: 15px;
}
@media (max-width: 639px) {
  .news-item__container__left__title__date_type {
    padding: 1px 6px 1px 6px;
    margin-left: 9px;
  }
}
.news-item__container__left__title__date_type h3 {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  color: #FFFFFF;
}
.news-item__container__left_image-block {
  margin-top: 27px;
}
@media (max-width: 639px) {
  .news-item__container__left_image-block {
    margin-top: 19px;
  }
}
.news-item__container__left_image-block img {
  float: left;
  padding-right: 46px;
}
@media (max-width: 1450px) {
  .news-item__container__left_image-block img {
    padding-right: 30px;
  }
}
@media (max-width: 1024px) {
  .news-item__container__left_image-block img {
    float: initial;
    width: 100%;
    padding-right: 0;
  }
}
.news-item__container__left_image-block p {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #242C4B;
  margin-top: 35px;
}
@media (max-width: 1450px) {
  .news-item__container__left_image-block p {
    line-height: 140%;
    margin-top: 10px;
  }
}
@media (max-width: 1250px) {
  .news-item__container__left_image-block p {
    margin-top: 10px;
  }
}
@media (max-width: 1024px) {
  .news-item__container__left_image-block p {
    margin-top: 28px;
  }
}
@media (max-width: 639px) {
  .news-item__container__left_image-block p {
    font-size: 14px;
  }
}
.news-item__container__left_table-block {
  margin-top: 51px;
}
@media (max-width: 639px) {
  .news-item__container__left_table-block {
    margin-top: 32px;
  }
}
.news-item__container__left_table-block h4 {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 100%;
  color: #242C4B;
}
@media (max-width: 639px) {
  .news-item__container__left_table-block h4 {
    font-size: 18px;
  }
}
.news-item__container__left_table-block p {
  margin-top: 24px;
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #242C4B;
}
@media (max-width: 639px) {
  .news-item__container__left_table-block p {
    font-size: 14px;
    margin-top: 11px;
  }
}
.news-item__container__left_table-block .table-wrapper {
  width: 100%;
  overflow-x: auto;
}
.news-item__container__left_table-block .table-wrapper .table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 38px;
}
@media (max-width: 805px) {
  .news-item__container__left_table-block .table-wrapper .table {
    width: 900px;
  }
}
.news-item__container__left_table-block .table-wrapper .table td, .news-item__container__left_table-block .table-wrapper .table th {
  padding: 23px 0px 24px 43px;
}
.news-item__container__left_table-block .table-wrapper .table tr:nth-child(even) {
  background-color: #F8F8FA;
}
.news-item__container__left_table-block .table-wrapper .table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
}
.news-item__container__left_table-block .table-wrapper .table_title {
  width: 100%;
  height: 65px;
  border: none;
}
.news-item__container__left_table-block .table-wrapper .table_title th {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  color: #242C4B;
  opacity: 0.5;
  text-align: left;
  border: none;
}
.news-item__container__left_table-block .table-wrapper .table tr {
  border: none;
}
.news-item__container__left_table-block .table-wrapper .table tr td {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  color: #242C4B;
  border: none;
}
.news-item__container__left_table-block .table-wrapper .table tr td strong {
  font-weight: 700;
}
.news-item__container__left__subtitle {
  margin-top: 66px;
}
@media (max-width: 639px) {
  .news-item__container__left__subtitle {
    margin-top: 38px;
  }
}
.news-item__container__left__subtitle h3 {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 100%;
  color: #242C4B;
}
@media (max-width: 639px) {
  .news-item__container__left__subtitle h3 {
    font-size: 18px;
  }
}
.news-item__container__left__subtitle p {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #242C4B;
  margin-top: 24px;
}
@media (max-width: 639px) {
  .news-item__container__left__subtitle p {
    font-size: 14px;
    margin-top: 9px;
  }
}
.news-item__container__left__subtitle img {
  width: 100%;
  margin-top: 15px;
}
.news-item__container__left__subtitle .image-hint {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #242C4B;
  opacity: 0.4;
  margin-top: 15px;
  display: block;
}
@media (max-width: 639px) {
  .news-item__container__left__subtitle .image-hint {
    font-size: 12px;
    line-height: 100%;
    margin-top: 9px;
  }
}
.news-item__container__left_ways {
  margin-top: 66px;
}
@media (max-width: 639px) {
  .news-item__container__left_ways {
    margin-top: 30px;
  }
}
.news-item__container__left_ways h3 {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 100%;
  color: #242C4B;
}
@media (max-width: 639px) {
  .news-item__container__left_ways h3 {
    font-size: 18px;
  }
}
.news-item__container__left_ways ul {
  margin-top: 22px;
}
.news-item__container__left_ways ul li {
  padding-left: 19px;
  position: relative;
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #242C4B;
}
@media (max-width: 639px) {
  .news-item__container__left_ways ul li {
    font-size: 14px;
    line-height: 120%;
  }
}
.news-item__container__left_ways ul li:before {
  content: url("../images/template/list-icon.svg");
  left: 0;
  top: 0;
  position: absolute;
}
.news-item__container__left_ways ul li:not(:first-child) {
  margin-top: 12px;
}
.news-item__container__left_links {
  margin-top: 66px;
}
@media (max-width: 639px) {
  .news-item__container__left_links {
    margin-top: 30px;
  }
}
.news-item__container__left_links h3 {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 100%;
  color: #242C4B;
}
@media (max-width: 639px) {
  .news-item__container__left_links h3 {
    font-size: 18px;
  }
}
.news-item__container__left_links ul {
  margin-top: 20px;
}
@media (max-width: 639px) {
  .news-item__container__left_links ul {
    margin-top: 21px;
  }
}
.news-item__container__left_links ul li {
  padding-left: 19px;
  position: relative;
}
.news-item__container__left_links ul li:not(:first-child) {
  margin-top: 12px;
}
.news-item__container__left_links ul li:before {
  content: url("../images/template/list-icon.svg");
  position: absolute;
  left: 0;
  top: 0;
}
.news-item__container__left_links ul li a {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #0C74AE;
}
@media (max-width: 639px) {
  .news-item__container__left_links ul li a {
    font-size: 14px;
    line-height: 120%;
  }
}
.news-item__container__left_video {
  margin-top: 66px;
}
@media (max-width: 639px) {
  .news-item__container__left_video {
    margin-top: 30px;
  }
}
.news-item__container__left_video h3 {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 100%;
  color: #242C4B;
}
@media (max-width: 639px) {
  .news-item__container__left_video h3 {
    font-size: 18px;
  }
}
.news-item__container__left_video .video-item {
  width: 100%;
  height: 459px;
  border-radius: 6px;
  margin-top: 30px;
}
@media (max-width: 639px) {
  .news-item__container__left_video .video-item {
    margin-top: 18px;
    height: 128px;
  }
}
.news-item__container__right {
  width: 25%;
}
@media (max-width: 1250px) {
  .news-item__container__right {
    width: 100%;
    margin-top: 35px;
  }
}
.news-item__container__right_top {
  width: 100%;
  background-color: #0C74AE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 50px 21px 24px;
  border-radius: 6px 6px 0px 0px;
}
@media (max-width: 639px) {
  .news-item__container__right_top {
    background-color: #1D3C58;
    padding: 8px 12px 7px 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.news-item__container__right_top svg {
  width: 18px;
  height: 12px;
  fill: #ffffff;
  margin-right: 14px;
}
@media (max-width: 639px) {
  .news-item__container__right_top svg {
    display: none;
  }
}
.news-item__container__right_top p {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #FFFFFF;
}
@media (max-width: 639px) {
  .news-item__container__right_top p {
    font-size: 18px;
    line-height: 100%;
  }
}
.news-item__container__right_top a {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  color: #FFCD1E;
  display: none;
}
@media (max-width: 639px) {
  .news-item__container__right_top a {
    display: initial;
  }
}
.news-item__container__right__list {
  max-height: 750px;
  background-color: #ffffff;
  -webkit-box-shadow: 8px 8px 40px rgba(36, 44, 75, 0.1);
          box-shadow: 8px 8px 40px rgba(36, 44, 75, 0.1);
  border-radius: 8px;
  padding: 21px 24px 19px 24px;
  overflow-y: scroll;
}
@media (max-width: 639px) {
  .news-item__container__right__list {
    padding: 16px 0px 18px 0px;
  }
}
.news-item__container__right__list::-webkit-scrollbar {
  width: 4px;
  background-color: #F4F4F6;
}
.news-item__container__right__list::-webkit-scrollbar-thumb {
  background-color: rgba(36, 44, 75, 0.2);
}
.news-item__container__right__list__item {
  padding-bottom: 21px;
  border-bottom: 2px solid rgba(36, 44, 75, 0.1);
  cursor: pointer;
  position: relative;
}
.news-item__container__right__list__item:hover:before {
  width: 100%;
}
.news-item__container__right__list__item:hover h3 {
  color: #0C74AE;
}
.news-item__container__right__list__item:before {
  background-color: #0C74AE;
  display: block;
  content: "";
  height: 2px;
  position: absolute;
  width: 0%;
  bottom: 0;
  -webkit-transition: width 0.3s ease-in-out;
  -moz--transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
@media (max-width: 639px) {
  .news-item__container__right__list__item {
    padding-bottom: 18px;
  }
}
.news-item__container__right__list__item:not(:first-child) {
  margin-top: 21px;
}
.news-item__container__right__list__item h3 {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #242C4B;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 639px) {
  .news-item__container__right__list__item h3 {
    font-size: 14px;
  }
}
.news-item__container__right__list__item__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px;
}
@media (max-width: 639px) {
  .news-item__container__right__list__item__date {
    margin-top: 13px;
  }
}
.news-item__container__right__list__item__date svg {
  width: 22px;
  height: 22px;
  opacity: 0.5;
}
.news-item__container__right__list__item__date p {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #242C4B;
  opacity: 0.5;
}
@media (max-width: 639px) {
  .news-item__container__right__list__item__date p {
    font-size: 14px;
  }
}
.news-item__container__right__list__item__date_type {
  background-color: #0C74AE;
  border-radius: 5px;
  display: inline-block;
  padding: 1px 7px 1px 7px;
  margin-left: 11px;
}
@media (max-width: 639px) {
  .news-item__container__right__list__item__date_type {
    padding: 1px 6px 1px 6px;
  }
}
.news-item__container__right__list__item__date h4 {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  color: #FFFFFF;
}

.calendar-title {
  padding-top: 50px;
  padding-bottom: 45px;
  background-color: #F8F8FA;
}
.calendar-title__container h1 {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  color: #242C4B;
}

.calendar-page {
  padding-top: 62px;
  padding-bottom: 56px;
}
@media (max-width: 639px) {
  .calendar-page {
    padding-top: 19px;
    padding-bottom: 26px;
  }
}
.calendar-page__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.calendar-page__container__left {
  width: 62%;
}
@media (max-width: 1125px) {
  .calendar-page__container__left {
    width: 100%;
  }
}
.calendar-page__container__left__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.calendar-page__container__left__top .calendar-search {
  width: 100%;
  height: 52px;
  background: #F4F4F6;
  border-radius: 555px;
  position: relative;
}
@media (max-width: 1125px) {
  .calendar-page__container__left__top .calendar-search {
    width: 90%;
  }
}
@media (max-width: 639px) {
  .calendar-page__container__left__top .calendar-search {
    width: 234px;
    height: 42px;
  }
}
.calendar-page__container__left__top .calendar-search input {
  width: 100%;
  height: 100%;
  background-color: #F4F4F6;
  border-radius: 555px;
  padding-left: 61px;
  padding-right: 25px;
}
@media (max-width: 639px) {
  .calendar-page__container__left__top .calendar-search input {
    padding-left: 50px;
  }
}
.calendar-page__container__left__top .calendar-search input::-webkit-input-placeholder {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #242C4B;
  opacity: 0.3;
}
.calendar-page__container__left__top .calendar-search input::-moz-placeholder {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #242C4B;
  opacity: 0.3;
}
.calendar-page__container__left__top .calendar-search input:-ms-input-placeholder {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #242C4B;
  opacity: 0.3;
}
.calendar-page__container__left__top .calendar-search input::-ms-input-placeholder {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #242C4B;
  opacity: 0.3;
}
.calendar-page__container__left__top .calendar-search input::placeholder {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #242C4B;
  opacity: 0.3;
}
@media (max-width: 639px) {
  .calendar-page__container__left__top .calendar-search input::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 18px;
  }
  .calendar-page__container__left__top .calendar-search input::-moz-placeholder {
    font-size: 14px;
    line-height: 18px;
  }
  .calendar-page__container__left__top .calendar-search input:-ms-input-placeholder {
    font-size: 14px;
    line-height: 18px;
  }
  .calendar-page__container__left__top .calendar-search input::-ms-input-placeholder {
    font-size: 14px;
    line-height: 18px;
  }
  .calendar-page__container__left__top .calendar-search input::placeholder {
    font-size: 14px;
    line-height: 18px;
  }
}
.calendar-page__container__left__top .calendar-search svg {
  width: 26px;
  height: 26px;
  fill: #212531;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.calendar-page__container__left__top .calendar-button {
  display: none;
  background-color: #1D3C58;
  padding: 12.85px;
  border-radius: 9px;
}
@media (max-width: 1125px) {
  .calendar-page__container__left__top .calendar-button {
    display: inline-block;
  }
}
.calendar-page__container__left__top .calendar-button svg {
  width: 21.72px;
  height: 21.72px;
  fill: #21AFFF;
}
.calendar-page__container__left__content {
  width: 97%;
  margin-top: 36px;
}
@media (max-width: 639px) {
  .calendar-page__container__left__content {
    width: 100%;
    margin-top: 23px;
  }
}
.calendar-page__container__left__content__item {
  width: 100%;
  padding-bottom: 26px;
  border-bottom: 2px solid rgba(36, 44, 75, 0.1);
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 639px) {
  .calendar-page__container__left__content__item {
    padding-bottom: 19px;
  }
}
.calendar-page__container__left__content__item .calendar-item-image {
  margin-right: 22px;
}
@media (max-width: 639px) {
  .calendar-page__container__left__content__item .calendar-item-image {
    display: none;
  }
}
.calendar-page__container__left__content__item:not(:first-child) {
  margin-top: 40px;
}
@media (max-width: 639px) {
  .calendar-page__container__left__content__item:not(:first-child) {
    margin-top: 10px;
  }
}
.calendar-page__container__left__content__item:hover:before {
  width: 100%;
}
.calendar-page__container__left__content__item:hover h2 {
  color: #0C74AE;
}
.calendar-page__container__left__content__item:before {
  background-color: #0C74AE;
  display: block;
  content: "";
  height: 2px;
  position: absolute;
  width: 0%;
  bottom: 0;
  -webkit-transition: width 0.3s ease-in-out;
  -moz--transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.calendar-page__container__left__content__item__title h2 {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #242C4B;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
@media (max-width: 639px) {
  .calendar-page__container__left__content__item__title h2 {
    font-size: 14px;
  }
}
.calendar-page__container__left__content__item__title_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 14px;
}
@media (max-width: 639px) {
  .calendar-page__container__left__content__item__title_date {
    margin-top: 13px;
  }
}
.calendar-page__container__left__content__item__title_date svg {
  width: 22px;
  height: 22px;
  fill: #000000;
  opacity: 0.5;
}
.calendar-page__container__left__content__item__title_date p {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #242C4B;
  opacity: 0.5;
  margin-left: 9px;
}
@media (max-width: 639px) {
  .calendar-page__container__left__content__item__title_date p {
    margin-left: 4px;
    font-size: 14px;
  }
}
.calendar-page__container__left__content__item__title_date .archive-event {
  background-color: rgba(36, 44, 75, 0.2);
  padding: 1px 10px 1px 1px;
  border-radius: 5px;
  margin-left: 14px;
}
.calendar-page__container__left__content__item__title_date .archive-event p {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  color: #242C4B;
  opacity: 0.5;
}

.event-item {
  padding-top: 38px;
  padding-bottom: 76px;
}
@media (max-width: 639px) {
  .event-item {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
.event-item__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1250px) {
  .event-item__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.event-item__container__left {
  width: 69%;
}
@media (max-width: 1250px) {
  .event-item__container__left {
    width: 100%;
  }
}
.event-item__container__left__title {
  padding-bottom: 25px;
  border-bottom: 2px solid rgba(36, 44, 75, 0.1);
}
@media (max-width: 639px) {
  .event-item__container__left__title {
    padding-bottom: 24px;
  }
}
@media (max-width: 639px) {
  .event-item__container__left__title img {
    width: 100%;
  }
}
.event-item__container__left__title h1 {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 100%;
  color: #242C4B;
  margin-top: 37px;
}
@media (max-width: 639px) {
  .event-item__container__left__title h1 {
    margin-top: 19px;
    font-size: 18px;
  }
}
.event-item__container__left__title__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}
@media (max-width: 639px) {
  .event-item__container__left__title__date {
    margin-top: 18px;
  }
}
.event-item__container__left__title__date svg {
  width: 22px;
  height: 22px;
  fill: #000000;
}
@media (max-width: 639px) {
  .event-item__container__left__title__date svg {
    opacity: 0.5;
  }
}
.event-item__container__left__title__date p {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #242C4B;
  margin-left: 9px;
}
@media (max-width: 639px) {
  .event-item__container__left__title__date p {
    opacity: 0.5;
    font-size: 14px;
  }
}
@media (max-width: 301px) {
  .event-item__container__left__title__date p {
    font-size: 11px;
  }
}
.event-item__container__left__title__date_type {
  background: #0C74AE;
  border-radius: 5px;
  padding: 1px 7px;
  margin-left: 15px;
}
@media (max-width: 639px) {
  .event-item__container__left__title__date_type {
    margin-left: 9px;
    padding: 1px 6px 1px 6px;
  }
}
.event-item__container__left__title__date_type h2 {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  color: #FFFFFF;
}
.event-item__container__left__info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 55px;
  border-bottom: 2px solid rgba(36, 44, 75, 0.1);
  margin-top: 35px;
}
@media (max-width: 881px) {
  .event-item__container__left__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 639px) {
  .event-item__container__left__info {
    padding-bottom: 22px;
    margin-top: 22px;
  }
}
.event-item__container__left__info__content:not(:first-child) {
  margin-left: 81px;
}
@media (max-width: 881px) {
  .event-item__container__left__info__content:not(:first-child) {
    margin-top: 22px;
    margin-left: 0;
  }
}
.event-item__container__left__info__content_item:not(:first-child) {
  margin-top: 36px;
}
@media (max-width: 881px) {
  .event-item__container__left__info__content_item:not(:first-child) {
    margin-top: 22px;
  }
}
.event-item__container__left__info__content_item h3 {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #242C4B;
}
@media (max-width: 639px) {
  .event-item__container__left__info__content_item h3 {
    font-size: 14px;
  }
}
.event-item__container__left__info__content_item strong {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 150%;
  color: #242C4B;
}
@media (max-width: 639px) {
  .event-item__container__left__info__content_item strong {
    font-size: 16px;
  }
}
.event-item__container__left__info__content_item .invite-item {
  opacity: 0.3;
}
.event-item__container__left__info__content_item a {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 150%;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #0C74AE;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 639px) {
  .event-item__container__left__info__content_item a {
    font-size: 16px;
  }
}
.event-item__container__left__info__content_item a:hover {
  color: #1D3C58;
}
.event-item__container__left_themes {
  margin-top: 57px;
}
@media (max-width: 639px) {
  .event-item__container__left_themes {
    margin-top: 24px;
  }
}
.event-item__container__left_themes h3 {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 100%;
  color: #242C4B;
}
@media (max-width: 639px) {
  .event-item__container__left_themes h3 {
    font-size: 18px;
  }
}
.event-item__container__left_themes ul {
  margin-top: 20px;
}
@media (max-width: 639px) {
  .event-item__container__left_themes ul {
    margin-top: 21px;
  }
}
.event-item__container__left_themes ul li {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #242C4B;
  padding-left: 19px;
  position: relative;
}
@media (max-width: 639px) {
  .event-item__container__left_themes ul li {
    font-size: 14px;
    line-height: 120%;
  }
}
.event-item__container__left_themes ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #0C74AE;
  left: 0;
  top: 10px;
  position: absolute;
}
@media (max-width: 639px) {
  .event-item__container__left_themes ul li:before {
    top: 7px;
  }
}
.event-item__container__left_themes ul li:not(:first-child) {
  margin-top: 12px;
}
.event-item__container__left_themes p {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #242C4B;
  margin-top: 46px;
}
@media (max-width: 639px) {
  .event-item__container__left_themes p {
    margin-top: 26px;
    font-size: 14px;
  }
}
.event-item__container__left_themes p span {
  text-decoration: underline;
}
.event-item__container__left_themes p a {
  text-decoration: underline;
  color: #242C4B;
}
.event-item__container__left_links {
  margin-top: 54px;
}
@media (max-width: 639px) {
  .event-item__container__left_links {
    margin-top: 26px;
  }
}
.event-item__container__left_links h3 {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 100%;
  color: #242C4B;
}
@media (max-width: 639px) {
  .event-item__container__left_links h3 {
    font-size: 18px;
  }
}
.event-item__container__left_links ul {
  margin-top: 20px;
}
@media (max-width: 639px) {
  .event-item__container__left_links ul {
    margin-top: 21px;
  }
}
.event-item__container__left_links ul li {
  padding-left: 19px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.event-item__container__left_links ul li:hover:before {
  background-color: #242C4B;
}
.event-item__container__left_links ul li:hover a {
  color: #242C4B;
}
.event-item__container__left_links ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #0C74AE;
  left: 0;
  top: 10px;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 639px) {
  .event-item__container__left_links ul li:before {
    top: 7px;
  }
}
.event-item__container__left_links ul li a {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #0C74AE;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 639px) {
  .event-item__container__left_links ul li a {
    font-size: 14px;
    line-height: 120%;
  }
}
.event-item__container__left_links ul li:not(:first-child) {
  margin-top: 12px;
}
.event-item__container__right {
  width: 25%;
  border-radius: 6px;
}
@media (max-width: 1250px) {
  .event-item__container__right {
    width: 100%;
    margin-top: 19px;
  }
}
.event-item__container__right_top {
  width: 100%;
  background-color: #0C74AE;
  padding: 20px 50px 21px 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6px 6px 0px 0px;
}
@media (max-width: 639px) {
  .event-item__container__right_top {
    background-color: #1D3C58;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 8px 12px 7px 14px;
  }
}
.event-item__container__right_top svg {
  width: 18px;
  height: 12px;
  fill: #ffffff;
  margin-right: 14px;
}
@media (max-width: 639px) {
  .event-item__container__right_top svg {
    display: none;
  }
}
.event-item__container__right_top p {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #FFFFFF;
}
@media (max-width: 639px) {
  .event-item__container__right_top p {
    font-size: 18px;
    line-height: 100%;
  }
}
@media (max-width: 320px) {
  .event-item__container__right_top p {
    font-size: 15px;
  }
}
.event-item__container__right_top a {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  color: #FFCD1E;
  display: none;
}
@media (max-width: 639px) {
  .event-item__container__right_top a {
    display: initial;
  }
}
@media (max-width: 320px) {
  .event-item__container__right_top a {
    font-size: 13px;
  }
}
.event-item__container__right__list {
  padding: 21px 24px 19px 24px;
  width: 100%;
  height: 525px;
  background-color: #ffffff;
  -webkit-box-shadow: 8px 8px 40px rgba(36, 44, 75, 0.1);
          box-shadow: 8px 8px 40px rgba(36, 44, 75, 0.1);
  overflow-y: scroll;
}
@media (max-width: 639px) {
  .event-item__container__right__list {
    padding: 16px 0px 0px 0px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.event-item__container__right__list::-webkit-scrollbar {
  width: 4px;
  background-color: #F4F4F6;
}
@media (max-width: 639px) {
  .event-item__container__right__list::-webkit-scrollbar {
    width: 0;
  }
}
.event-item__container__right__list::-webkit-scrollbar-thumb {
  background-color: rgba(36, 44, 75, 0.2);
}
.event-item__container__right__list__item {
  padding-bottom: 21px;
  border-bottom: 2px solid rgba(36, 44, 75, 0.1);
  cursor: pointer;
  position: relative;
}
@media (max-width: 639px) {
  .event-item__container__right__list__item {
    padding-bottom: 18px;
  }
}
.event-item__container__right__list__item:not(:first-child) {
  margin-top: 21px;
}
@media (max-width: 639px) {
  .event-item__container__right__list__item:not(:first-child) {
    margin-top: 10px;
  }
}
.event-item__container__right__list__item:hover:before {
  width: 100%;
}
.event-item__container__right__list__item:before {
  background-color: #0C74AE;
  display: block;
  content: "";
  height: 2px;
  position: absolute;
  width: 0%;
  bottom: 0;
  -webkit-transition: width 0.3s ease-in-out;
  -moz--transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.event-item__container__right__list__item h3 {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #242C4B;
}
@media (max-width: 639px) {
  .event-item__container__right__list__item h3 {
    font-size: 14px;
  }
}
.event-item__container__right__list__item__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px;
}
@media (max-width: 639px) {
  .event-item__container__right__list__item__date {
    margin-top: 13px;
  }
}
.event-item__container__right__list__item__date svg {
  width: 22px;
  height: 22px;
  fill: #000000;
  opacity: 0.5;
}
.event-item__container__right__list__item__date p {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #242C4B;
  opacity: 0.5;
  margin-left: 9px;
}
@media (max-width: 639px) {
  .event-item__container__right__list__item__date p {
    margin-left: 4px;
    font-size: 14px;
  }
}
.event-item__container__right__list__item__date_type {
  background-color: #0C74AE;
  border-radius: 5px;
  padding: 1px 7px 1px 7px;
  margin-left: 11px;
}
@media (max-width: 639px) {
  .event-item__container__right__list__item__date_type {
    margin-left: 9px;
    padding: 1px 6px 1px 6px;
  }
}
.event-item__container__right__list__item__date_type h4 {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  color: #FFFFFF;
}

.gallery-tittle {
  padding-top: 50px;
  padding-bottom: 45px;
  background-color: #F8F8FA;
}
@media (max-width: 639px) {
  .gallery-tittle {
    padding-top: 25px;
    padding-bottom: 24px;
  }
}
.gallery-tittle__container h1 {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  color: #242C4B;
}
@media (max-width: 639px) {
  .gallery-tittle__container h1 {
    font-size: 22px;
  }
}

.gallery {
  padding-top: 46px;
  padding-bottom: 56px;
}
@media (max-width: 639px) {
  .gallery {
    padding-top: 25px;
    padding-bottom: 34px;
  }
}
.gallery__container__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.gallery__container__content__item {
  width: 33%;
  -webkit-filter: drop-shadow(8px 8px 40px rgba(36, 44, 75, 0.1));
          filter: drop-shadow(8px 8px 40px rgba(36, 44, 75, 0.1));
  border-radius: 6px;
  background-color: #ffffff;
}
.gallery__container__content__item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.gallery__container__content__item:hover h2 {
  color: #0C74AE;
}
@media (max-width: 1250px) {
  .gallery__container__content__item {
    width: 32.5%;
  }
}
@media (max-width: 1024px) {
  .gallery__container__content__item {
    width: 49%;
  }
  .gallery__container__content__item:nth-child(n+3) {
    margin-top: 14px;
  }
}
@media (max-width: 639px) {
  .gallery__container__content__item {
    width: 100%;
  }
  .gallery__container__content__item:not(:first-child) {
    margin-top: 14px;
  }
}
.gallery__container__content__item:nth-child(n+4) {
  margin-top: 9px;
}
@media (max-width: 1024px) {
  .gallery__container__content__item:nth-child(n+4) {
    margin-top: 14px;
  }
}
.gallery__container__content__item span {
  overflow: hidden;
  display: inline-block;
}
.gallery__container__content__item img {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.gallery__container__content__item__title {
  padding: 28px 38px 26px 38px;
}
@media (max-width: 1250px) {
  .gallery__container__content__item__title {
    padding: 25px 30px 21px 21px;
  }
}
@media (max-width: 639px) {
  .gallery__container__content__item__title {
    padding: 15.13px 16px 15px 16px;
  }
}
.gallery__container__content__item__title h2 {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #242C4B;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 639px) {
  .gallery__container__content__item__title h2 {
    font-size: 14px;
  }
}
.gallery__container__content__item__title_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}
@media (max-width: 639px) {
  .gallery__container__content__item__title_date {
    margin-top: 9px;
  }
}
.gallery__container__content__item__title_date svg {
  width: 22px;
  height: 22px;
  fill: #000000;
  opacity: 0.5;
}
.gallery__container__content__item__title_date p {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #242C4B;
  opacity: 0.5;
  margin-left: 9px;
}
@media (max-width: 639px) {
  .gallery__container__content__item__title_date p {
    font-size: 14px;
    margin-left: 4px;
  }
}

.gallery-item {
  padding-top: 42px;
  padding-bottom: 86px;
}
@media (max-width: 639px) {
  .gallery-item {
    padding-top: 25px;
    padding-bottom: 8px;
  }
}
.gallery-item__container h1 {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 100%;
  color: #242C4B;
  width: 1012px;
}
@media (max-width: 1024px) {
  .gallery-item__container h1 {
    width: 100%;
  }
}
@media (max-width: 639px) {
  .gallery-item__container h1 {
    font-size: 18px;
  }
}
.gallery-item__container_date {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 639px) {
  .gallery-item__container_date {
    margin-top: 18px;
  }
}
.gallery-item__container_date svg {
  width: 22px;
  height: 22px;
  opacity: 0.5;
  fill: #000000;
}
.gallery-item__container_date p {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #242C4B;
  opacity: 0.5;
  margin-left: 9px;
}
@media (max-width: 639px) {
  .gallery-item__container_date p {
    margin-left: 4px;
    font-size: 14px;
  }
}
.gallery-item__container__content {
  margin-top: 37px;
}
@media (max-width: 639px) {
  .gallery-item__container__content {
    margin-top: 15px;
  }
}
.gallery-item__container__content_images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.gallery-item__container__content_images img {
  width: 33%;
}
.gallery-item__container__content_images img:nth-child(n+4) {
  margin-top: 11px;
}
@media (max-width: 1024px) {
  .gallery-item__container__content_images img:nth-child(n+4) {
    margin-top: 8px;
  }
}
@media (max-width: 1024px) {
  .gallery-item__container__content_images img {
    width: 49%;
  }
  .gallery-item__container__content_images img:nth-child(n+3) {
    margin-top: 8px;
  }
}
@media (max-width: 639px) {
  .gallery-item__container__content_images img {
    width: 100%;
  }
  .gallery-item__container__content_images img:not(:first-child) {
    margin-top: 8px;
  }
}
.gallery-item__container__content_images:not(:first-child) {
  margin-top: 11px;
}
.gallery-item__container__content_text {
  background: #F2F2F4;
  width: 100%;
  padding: 30px 50px 30px 50px;
  border-radius: 6px;
  margin-top: 11px;
}
@media (max-width: 639px) {
  .gallery-item__container__content_text {
    padding: 16px 18px 12px 18px;
  }
}
.gallery-item__container__content_text p {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #242C4B;
}
@media (max-width: 639px) {
  .gallery-item__container__content_text p {
    font-size: 14px;
  }
}
.press-title {
  padding-top: 50px;
  padding-bottom: 45px;
  background-color: #F8F8FA;
}
@media (max-width: 639px) {
  .press-title {
    padding-top: 25px;
    padding-bottom: 24px;
  }
}
.press-title__container h1 {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  color: #242C4B;
}
@media (max-width: 639px) {
  .press-title__container h1 {
    font-size: 22px;
  }
}

.press {
  padding-top: 54px;
  padding-bottom: 56px;
}
@media (max-width: 639px) {
  .press {
    padding-top: 19px;
    padding-bottom: 25px;
  }
}
.press__container__content__item {
  padding-bottom: 15px;
  border-bottom: 2px solid rgba(36, 44, 75, 0.1);
  cursor: pointer;
  position: relative;
}
@media (max-width: 639px) {
  .press__container__content__item {
    padding-bottom: 18px;
  }
}
.press__container__content__item:not(:first-child) {
  margin-top: 38px;
}
@media (max-width: 639px) {
  .press__container__content__item:not(:first-child) {
    margin-top: 20px;
  }
}
.press__container__content__item:hover:before {
  width: 100%;
}
.press__container__content__item:hover h2 {
  color: #0C74AE;
}
.press__container__content__item:before {
  background-color: #0C74AE;
  display: block;
  content: "";
  height: 2px;
  position: absolute;
  width: 0%;
  bottom: 0;
  -webkit-transition: width 0.3s ease-in-out;
  -moz--transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.press__container__content__item h2 {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #242C4B;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 639px) {
  .press__container__content__item h2 {
    font-size: 14px;
  }
}
.press__container__content__item_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 14px;
}
@media (max-width: 639px) {
  .press__container__content__item_date {
    margin-top: 13px;
  }
}
.press__container__content__item_date svg {
  width: 22px;
  height: 22px;
  fill: #000000;
  opacity: 0.5;
}
.press__container__content__item_date p {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #242C4B;
  margin-left: 9px;
  opacity: 0.5;
}
@media (max-width: 639px) {
  .press__container__content__item_date p {
    margin-left: 4px;
    font-size: 14px;
  }
}

.documents-title {
  padding-top: 50px;
  padding-bottom: 45px;
  background-color: #F8F8FA;
}
@media (max-width: 639px) {
  .documents-title {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
.documents-title__container h1 {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  color: #242C4B;
}
@media (max-width: 639px) {
  .documents-title__container h1 {
    font-size: 22px;
  }
}

.documents {
  padding-top: 46px;
  padding-bottom: 76px;
}
@media (max-width: 639px) {
  .documents {
    padding-top: 17px;
    padding-bottom: 34px;
  }
}

.documents__container__list:not(:first-child) {
  margin-top: 53px;
}
@media (max-width: 639px) {
  .documents__container__list:not(:first-child) {
    margin-top: 34px;
  }
}
.documents__container__list h2 {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 100%;
  color: #242C4B;
}
@media (max-width: 639px) {
  .documents__container__list h2 {
    font-size: 18px;
  }
}
.documents__container__list ul {
  margin-top: 15px;
}
@media (max-width: 639px) {
  .documents__container__list ul {
    margin-top: 20px;
  }
}
.documents__container__list ul li {
  padding-bottom: 9px;
  border-bottom: 2px solid rgba(36, 44, 75, 0.1);
  padding-left: 41px;
  position: relative;
}
.documents__container__list ul li:hover svg {
  fill: #242C4B;
}
.documents__container__list ul li:hover a {
  color: #242C4B;
}
@media (max-width: 639px) {
  .documents__container__list ul li {
    padding-bottom: 14px;
    padding-left: 29px;
    width: 100%;
  }
}
.documents__container__list ul li:not(:first-child) {
  margin-top: 14px;
}
@media (max-width: 639px) {
  .documents__container__list ul li:not(:first-child) {
    margin-top: 13px;
  }
}
.documents__container__list ul li .document-icon {
  width: 22px;
  height: 22px;
  fill: #0C74AE;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.documents__container__list ul li .download-icon {
  width: 14px;
  height: 14px;
  fill: #0C74AE;
  margin-left: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 639px) {
  .documents__container__list ul li .download-icon {
    position: absolute;
  }
}
.documents__container__list ul li a {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  color: #0C74AE;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 639px) {
  .documents__container__list ul li a {
    font-size: 14px;
  }
}

.contacts-title {
  padding-top: 50px;
  padding-bottom: 45px;
  background-color: #F8F8FA;
}
@media (max-width: 639px) {
  .contacts-title {
    padding-top: 25px;
    padding-bottom: 24px;
  }
}
.contacts-title__container h1 {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  color: #242C4B;
}
@media (max-width: 639px) {
  .contacts-title__container h1 {
    font-size: 22px;
  }
}

.contacts {
  padding-top: 39px;
  padding-bottom: 55px;
}
@media (max-width: 639px) {
  .contacts {
    padding-top: 27px;
    padding-bottom: 31px;
  }
}
.contacts__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1125px) {
  .contacts__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.contacts__container__left {
  width: 41%;
}
@media (max-width: 1250px) {
  .contacts__container__left {
    width: 35%;
  }
}
@media (max-width: 1125px) {
  .contacts__container__left {
    width: 100%;
  }
}
.contacts__container__left h3 {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #242C4B;
  opacity: 0.5;
}
@media (max-width: 639px) {
  .contacts__container__left h3 {
    font-size: 14px;
  }
}
.contacts__container__left strong {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #242C4B;
  margin-top: 17px;
  display: block;
}
@media (max-width: 639px) {
  .contacts__container__left strong {
    font-size: 18px;
    margin-top: 11px;
  }
}
.contacts__container__left .phone-link {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #242C4B;
  opacity: 0.9;
  margin-top: 4px;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contacts__container__left .phone-link:hover {
  color: #21AFFF;
}
@media (max-width: 639px) {
  .contacts__container__left .phone-link {
    font-size: 14px;
    line-height: 18px;
    margin-top: 5px;
  }
}
.contacts__container__left .email-link {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #0C74AE;
  margin-top: 4px;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contacts__container__left .email-link:hover {
  color: #21AFFF;
}
@media (max-width: 639px) {
  .contacts__container__left .email-link {
    font-size: 14px;
    line-height: 18px;
    margin-top: 5px;
  }
}
.contacts__container__left_phone {
  margin-top: 39px;
}
@media (max-width: 639px) {
  .contacts__container__left_phone {
    margin-top: 31px;
  }
}
.contacts__container__left_email {
  margin-top: 35px;
}
@media (max-width: 639px) {
  .contacts__container__left_email {
    margin-top: 31px;
  }
}
.contacts__container__left__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 36px;
}
@media (max-width: 639px) {
  .contacts__container__left__icons {
    margin-top: 26px;
  }
}
.contacts__container__left__icons a {
  background-color: #0C74AE;
  display: inline-block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contacts__container__left__icons a:not(:first-child) {
  margin-left: 9px;
}
@media (max-width: 639px) {
  .contacts__container__left__icons a:not(:first-child) {
    margin-left: 6px;
  }
}
.contacts__container__left__icons a:hover {
  background-color: transparent;
  border: 1px solid #0C74AE;
}
.contacts__container__left__icons a:hover svg {
  fill: #0C74AE;
}
.contacts__container__left__icons a svg {
  width: 26px;
  height: 26px;
  fill: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contacts__container .wpcf7 {
  max-width: 50%;
}
@media (max-width: 1125px) {
  .contacts__container .wpcf7 {
    max-width: 100%;
  }
}
.contacts__container .wpcf7-form {
  background-color: #ffffff;
  padding: 50px 56px 54px 56px;
  -webkit-box-shadow: 8px 8px 40px rgba(36, 44, 75, 0.1);
          box-shadow: 8px 8px 40px rgba(36, 44, 75, 0.1);
  border-radius: 7px;
}
@media (max-width: 1125px) {
  .contacts__container .wpcf7-form {
    width: 100%;
    margin-top: 26px;
  }
}
@media (max-width: 639px) {
  .contacts__container .wpcf7-form {
    padding: 22px 16px 21px 16px;
  }
}
.contacts__container .wpcf7-form h3 {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #242C4B;
  margin-bottom: 27px;
}
@media (max-width: 639px) {
  .contacts__container .wpcf7-form h3 {
    margin-bottom: 22px;
    font-size: 16px;
  }
}
.contacts__container .wpcf7-form .f_group .wpcf7-form-wrap {
  position: relative;
  width: 100%;
  display: inline-block;
  padding-bottom: 10px;
}
.contacts__container .wpcf7-form .f_group .wpcf7-form-wrap .wpcf7-form-control-wrap .wpcf7-form-control {
  background-color: #F4F4F6;
  border-radius: 6px;
  width: 100%;
  height: 52px;
  padding-left: 19px;
  padding-right: 25px;
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #242C4B;
}
@media (max-width: 639px) {
  .contacts__container .wpcf7-form .f_group .wpcf7-form-wrap .wpcf7-form-control-wrap .wpcf7-form-control {
    font-size: 14px;
    line-height: 18px;
    height: 42px;
    padding-left: 18px;
  }
}
.contacts__container .wpcf7-form .f_group .wpcf7-form-wrap .wpcf7-form-control-wrap .wpcf7-form-control::-webkit-input-placeholder {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #242C4B;
  opacity: 0.3;
}
.contacts__container .wpcf7-form .f_group .wpcf7-form-wrap .wpcf7-form-control-wrap .wpcf7-form-control::-moz-placeholder {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #242C4B;
  opacity: 0.3;
}
.contacts__container .wpcf7-form .f_group .wpcf7-form-wrap .wpcf7-form-control-wrap .wpcf7-form-control:-ms-input-placeholder {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #242C4B;
  opacity: 0.3;
}
.contacts__container .wpcf7-form .f_group .wpcf7-form-wrap .wpcf7-form-control-wrap .wpcf7-form-control::-ms-input-placeholder {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #242C4B;
  opacity: 0.3;
}
.contacts__container .wpcf7-form .f_group .wpcf7-form-wrap .wpcf7-form-control-wrap .wpcf7-form-control::placeholder {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #242C4B;
  opacity: 0.3;
}
@media (max-width: 639px) {
  .contacts__container .wpcf7-form .f_group .wpcf7-form-wrap .wpcf7-form-control-wrap .wpcf7-form-control::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 18px;
  }
  .contacts__container .wpcf7-form .f_group .wpcf7-form-wrap .wpcf7-form-control-wrap .wpcf7-form-control::-moz-placeholder {
    font-size: 14px;
    line-height: 18px;
  }
  .contacts__container .wpcf7-form .f_group .wpcf7-form-wrap .wpcf7-form-control-wrap .wpcf7-form-control:-ms-input-placeholder {
    font-size: 14px;
    line-height: 18px;
  }
  .contacts__container .wpcf7-form .f_group .wpcf7-form-wrap .wpcf7-form-control-wrap .wpcf7-form-control::-ms-input-placeholder {
    font-size: 14px;
    line-height: 18px;
  }
  .contacts__container .wpcf7-form .f_group .wpcf7-form-wrap .wpcf7-form-control-wrap .wpcf7-form-control::placeholder {
    font-size: 14px;
    line-height: 18px;
  }
}
.contacts__container .wpcf7-form .f_group .wpcf7-form-wrap .wpcf7-not-valid-tip {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 23px;
  color: red;
}
.contacts__container .wpcf7-form .second_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px;
}
@media (max-width: 639px) {
  .contacts__container .wpcf7-form .second_group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 8px;
  }
}
.contacts__container .wpcf7-form .second_group .email-wrap {
  width: 49%;
}
@media (max-width: 639px) {
  .contacts__container .wpcf7-form .second_group .email-wrap {
    width: 100%;
  }
}
.contacts__container .wpcf7-form .second_group .email-wrap .wpcf7-form-control-wrap .mail-input {
  width: 100%;
}
.contacts__container .wpcf7-form .second_group .phone-wrap {
  width: 49%;
}
@media (max-width: 639px) {
  .contacts__container .wpcf7-form .second_group .phone-wrap {
    width: 100%;
    margin-top: 8px;
  }
}
.contacts__container .wpcf7-form .second_group .phone-wrap .wpcf7-form-control-wrap .phone-input {
  width: 100%;
}
.contacts__container .wpcf7-form .text_group {
  margin-top: 12px;
  width: 100%;
}
@media (max-width: 639px) {
  .contacts__container .wpcf7-form .text_group {
    margin-top: 8px;
  }
}
.contacts__container .wpcf7-form .text_group .wpcf7-form-wrap .wpcf7-form-control-wrap .wpcf7-textarea {
  resize: none;
  width: 100%;
  height: 102px;
  padding-top: 14px;
}
@media (max-width: 639px) {
  .contacts__container .wpcf7-form .text_group .wpcf7-form-wrap .wpcf7-form-control-wrap .wpcf7-textarea {
    padding-top: 12px;
  }
}
.contacts__container .wpcf7-form .last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 27px;
}
@media (max-width: 639px) {
  .contacts__container .wpcf7-form .last-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 18px;
  }
}
.contacts__container .wpcf7-form .last-child p {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #242C4B;
  width: 302px;
}
@media (max-width: 639px) {
  .contacts__container .wpcf7-form .last-child p {
    font-size: 12px;
    width: 100%;
    margin-top: 15px;
  }
}
.contacts__container .wpcf7-form .last-child p a {
  color: #0C74AE;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contacts__container .wpcf7-form .last-child p a:hover {
  color: #21AFFF;
}
.contacts__container .wpcf7-form .last-child input[type=submit] {
  padding: 19px 33px;
  background-color: #0C74AE;
  border-radius: 6px;
  font-family: "Circe", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  color: #FFFFFF;
  cursor: pointer;
  background-image: linear-gradient(45deg, #074f73 50%, transparent 50%);
  background-position: 100%;
  background-size: 400%;
  -webkit-transition: background 0.5s ease-in-out;
  transition: background 0.5s ease-in-out;
}
.contacts__container .wpcf7-form .last-child input[type=submit]:hover {
  background-position: 0;
}

.map {
  display: block;
  width: 100%;
  padding-bottom: 76px;
  overflow: hidden;
}
@media (max-width: 639px) {
  .map {
    padding-bottom: 25px;
  }
}
.map img {
  width: 100%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.map img:hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}

.wpcf7 form .wpcf7-response-output {
  padding: 1em;
  font-family: "Klein", sans-serif;
}

.members-title {
  padding-top: 47px;
  padding-bottom: 48px;
  background-color: #F8F8FA;
}
@media (max-width: 671px) {
  .members-title {
    padding-top: 25px;
    padding-bottom: 24px;
  }
}
.members-title__container h1 {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  color: #242C4B;
}
@media (max-width: 671px) {
  .members-title__container h1 {
    font-size: 22px;
  }
}

.members {
  padding-top: 45px;
  padding-bottom: 83px;
}
@media (max-width: 671px) {
  .members {
    padding-top: 22px;
    padding-bottom: 22px;
  }
}
.members__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1125px) {
  .members__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.members__container__left {
  width: 70%;
  margin-top: 85px;
}
@media (max-width: 1125px) {
  .members__container__left {
    width: 100%;
    margin-top: 0;
  }
}
.members__container__left__region:not(:first-child) {
  margin-top: 56px;
}
@media (max-width: 671px) {
  .members__container__left__region:not(:first-child) {
    margin-top: 22px;
  }
}
.members__container__left__region__title {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media (max-width: 671px) {
  .members__container__left__region__title {
    margin-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.members__container__left__region__title h2 {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #242C4B;
  opacity: 0.4;
  position: relative;
}
.members__container__left__region__title hr {
  height: 2px;
  background-color: rgba(36, 44, 75, 0.1);
  -webkit-box-flex: 9;
      -ms-flex-positive: 9;
          flex-grow: 9;
  margin-left: 5px;
}
@media (max-width: 671px) {
  .members__container__left__region__title hr {
    margin-top: 22px;
    width: 100%;
  }
}
.members__container__left__region__item:not(:last-child) {
  padding-bottom: 27px;
  border-bottom: 2px solid rgba(36, 44, 75, 0.1);
}
@media (max-width: 671px) {
  .members__container__left__region__item:not(:last-child) {
    padding-bottom: 23px;
  }
}
.members__container__left__region__item:not(:first-child) {
  margin-top: 25px;
}
@media (max-width: 671px) {
  .members__container__left__region__item:not(:first-child) {
    margin-top: 15px;
  }
}
.members__container__left__region__item_title {
  position: relative;
  cursor: pointer;
}
.members__container__left__region__item_title h3 {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #242C4B;
}
@media (max-width: 671px) {
  .members__container__left__region__item_title h3 {
    font-size: 14px;
  }
}
.members__container__left__region__item_title p {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #242C4B;
  opacity: 0.6;
  margin-top: 9px;
}
@media (max-width: 671px) {
  .members__container__left__region__item_title p {
    font-size: 12px;
    margin-top: 12px;
  }
}
.members__container__left__region__item_title .info-arrow {
  position: absolute;
  width: 12px;
  height: 12px;
  fill: #242C4B;
  top: 0;
  right: 0;
  display: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 671px) {
  .members__container__left__region__item_title .info-arrow {
    display: initial;
  }
}
.members__container__left__region__item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
@media (max-width: 671px) {
  .members__container__left__region__item__info {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 18px;
  }
}
.members__container__left__region__item__info a {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #0C74AE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 23px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.members__container__left__region__item__info a:hover {
  color: #203142;
}
.members__container__left__region__item__info a:hover svg {
  fill: #203142;
}
@media (max-width: 821px) {
  .members__container__left__region__item__info a {
    padding-right: 10px;
    font-size: 14px;
  }
}
@media (max-width: 671px) {
  .members__container__left__region__item__info a {
    padding-right: 0;
    font-size: 12px;
  }
}
.members__container__left__region__item__info a:not(:first-child) {
  margin-left: 20px;
}
@media (max-width: 821px) {
  .members__container__left__region__item__info a:not(:first-child) {
    margin-left: 10px;
  }
}
@media (max-width: 671px) {
  .members__container__left__region__item__info a:not(:first-child) {
    margin-left: 0;
    margin-top: 12px;
  }
}
.members__container__left__region__item__info a:not(:last-child):before {
  content: "";
  position: absolute;
  width: 2px;
  height: 29px;
  background-color: #D9D9D9;
  right: 0;
}
@media (max-width: 671px) {
  .members__container__left__region__item__info a:not(:last-child):before {
    display: none;
  }
}
.members__container__left__region__item__info a svg {
  width: 22px;
  height: 22px;
  fill: #0C74AE;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 671px) {
  .members__container__left__region__item__info a svg {
    margin-right: 5px;
  }
}
.members__container__left__region__item__info hr {
  width: 2px;
  height: 29px;
  background-color: #D9D9D9;
  margin-left: 21px;
}
.members__container__right {
  width: 25%;
  border-radius: 8px;
}
@media (max-width: 1125px) {
  .members__container__right {
    width: 100%;
    margin-bottom: 22px;
    margin-top: 75px;
  }
}
.members__container__right_top {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #0C74AE;
  padding: 14px 17px 15px 23px;
  border-radius: 8px 8px 0px 0px;
  border-radius: 6px;
  cursor: pointer;
  display: none;
}
.members__container__right_top.active {
  border-radius: 6px 6px 0px 0px;
}
@media (max-width: 1125px) {
  .members__container__right_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.members__container__right_top .type-button {
  width: 18px;
  height: 12px;
  fill: #ffffff;
}
.members__container__right_top p {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  color: #FFFFFF;
  margin-left: 14px;
}
.members__container__right_top .down-arrow {
  width: 12px;
  height: 12px;
  fill: #ffffff;
  position: absolute;
  right: 0;
  margin-right: 17px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.members__container__right__list {
  padding: 36px 112px 36px 36px;
  overflow: scroll;
  height: 100%;
  height: 608px;
  background-color: #ffffff;
  border-radius: 0px 0px 8px 8px;
  -webkit-box-shadow: 8px 8px 40px rgba(36, 44, 75, 0.1);
          box-shadow: 8px 8px 40px rgba(36, 44, 75, 0.1);
}
@media (max-width: 671px) {
  .members__container__right__list {
    padding: 21px 73px 24px 23px;
  }
}
.members__container__right__list::-webkit-scrollbar {
  width: 4px;
  background-color: #F4F4F6;
}
@media (max-width: 1125px) {
  .members__container__right__list::-webkit-scrollbar {
    width: 0;
  }
}
.members__container__right__list::-webkit-scrollbar-thumb {
  background-color: rgba(36, 44, 75, 0.2);
}
@media (max-width: 1450px) {
  .members__container__right__list {
    padding-right: 50px;
  }
}
@media (max-width: 1250px) {
  .members__container__right__list {
    padding-right: 35px;
  }
}
@media (max-width: 1125px) {
  .members__container__right__list {
    display: none;
  }
}
.members__container__right__list a {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #242C4B;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.members__container__right__list a:hover {
  color: #0C74AE;
}
@media (max-width: 671px) {
  .members__container__right__list a {
    font-size: 14px;
  }
}
.members__container__right__list a:not(:first-child) {
  margin-top: 28px;
}
.members__container .member-form-wrapper {
  width: 70%;
  height: 52px;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 1125px) {
  .members__container .member-form-wrapper {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .members__container .member-form-wrapper {
    padding: 0px 40px;
  }
}
@media (max-width: 639px) {
  .members__container .member-form-wrapper {
    padding: 0px 18px;
  }
}
.members__container .member-form-wrapper .members-search {
  width: 100%;
  height: 52px;
  border-radius: 555px;
  position: relative;
}
.members__container .member-form-wrapper .members-search input {
  width: 100%;
  height: 100%;
  background-color: #F4F4F6;
  border-radius: 555px;
  padding-left: 61px;
  padding-right: 25px;
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #242C4B;
}
@media (max-width: 639px) {
  .members__container .member-form-wrapper .members-search input {
    font-size: 14px;
    line-height: 18px;
  }
}
.members__container .member-form-wrapper .members-search input::-webkit-input-placeholder {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #242C4B;
  opacity: 0.3;
}
.members__container .member-form-wrapper .members-search input::-moz-placeholder {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #242C4B;
  opacity: 0.3;
}
.members__container .member-form-wrapper .members-search input:-ms-input-placeholder {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #242C4B;
  opacity: 0.3;
}
.members__container .member-form-wrapper .members-search input::-ms-input-placeholder {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #242C4B;
  opacity: 0.3;
}
.members__container .member-form-wrapper .members-search input::placeholder {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #242C4B;
  opacity: 0.3;
}
@media (max-width: 639px) {
  .members__container .member-form-wrapper .members-search input::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 18px;
  }
  .members__container .member-form-wrapper .members-search input::-moz-placeholder {
    font-size: 14px;
    line-height: 18px;
  }
  .members__container .member-form-wrapper .members-search input:-ms-input-placeholder {
    font-size: 14px;
    line-height: 18px;
  }
  .members__container .member-form-wrapper .members-search input::-ms-input-placeholder {
    font-size: 14px;
    line-height: 18px;
  }
  .members__container .member-form-wrapper .members-search input::placeholder {
    font-size: 14px;
    line-height: 18px;
  }
}
.members__container .member-form-wrapper .members-search svg {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 26px;
  height: 26px;
  fill: #212531;
}
.projects-title {
  padding-top: 50px;
  padding-bottom: 45px;
  background-color: #F8F8FA;
}
@media (max-width: 639px) {
  .projects-title {
    padding-top: 25px;
    padding-bottom: 24px;
  }
}
.projects-title__container h1 {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  color: #242C4B;
}
@media (max-width: 639px) {
  .projects-title__container h1 {
    font-size: 22px;
  }
}

.projects {
  padding-top: 70px;
  padding-bottom: 56px;
}
@media (max-width: 639px) {
  .projects {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.projects__container__item {
  padding-bottom: 28px;
  border-bottom: 2px solid rgba(36, 44, 75, 0.1);
  position: relative;
}
.projects__container__item:before {
  background-color: #0C74AE;
  display: block;
  content: "";
  height: 2px;
  position: absolute;
  width: 0%;
  bottom: 0;
  -webkit-transition: width 0.3s ease-in-out;
  -moz--transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.projects__container__item:hover:before {
  width: 100%;
}
.projects__container__item:hover h3 {
  color: #0C74AE;
}
.projects__container__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.projects__container__item:not(:first-child) {
  margin-top: 50px;
}
@media (max-width: 639px) {
  .projects__container__item {
    padding-bottom: 20px;
  }
}
.projects__container__item_image {
  width: 181px;
  height: 114px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff;
  -webkit-box-shadow: 8px 8px 40px rgba(36, 44, 75, 0.1);
          box-shadow: 8px 8px 40px rgba(36, 44, 75, 0.1);
  border-radius: 10px;
}
@media (max-width: 961px) {
  .projects__container__item_image {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (max-width: 639px) {
  .projects__container__item_image {
    width: 95px;
    height: 59.83px;
  }
}
@media (max-width: 639px) {
  .projects__container__item_image img {
    width: 46.71px;
    height: 46.71px;
  }
}
.projects__container__item_title {
  width: 84%;
}
@media (max-width: 1250px) {
  .projects__container__item_title {
    width: 80%;
  }
}
@media (max-width: 1024px) {
  .projects__container__item_title {
    width: 75%;
  }
}
@media (max-width: 961px) {
  .projects__container__item_title {
    width: 100%;
  }
}
.projects__container__item_title h3 {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #242C4B;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 961px) {
  .projects__container__item_title h3 {
    margin-left: 190px;
    min-height: 114px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 639px) {
  .projects__container__item_title h3 {
    font-size: 16px;
    margin-left: 116px;
    min-height: 59.83px;
  }
}
.projects__container__item_title p {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #242C4B;
  margin-top: 15px;
}
@media (max-width: 961px) {
  .projects__container__item_title p {
    margin-top: 13px;
    width: 100%;
  }
}
@media (max-width: 639px) {
  .projects__container__item_title p {
    font-size: 14px;
  }
}

.template-title {
  padding-top: 47px;
  padding-bottom: 48px;
  background-color: #F8F8FA;
}
@media (max-width: 639px) {
  .template-title {
    padding-top: 22px;
    padding-bottom: 22px;
  }
}
.template-title__container h1 {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  color: #242C4B;
}
@media (max-width: 639px) {
  .template-title__container h1 {
    font-size: 22px;
  }
}

.template {
  padding-top: 21px;
  padding-bottom: 57px;
}
@media (max-width: 639px) {
  .template {
    padding-top: 22px;
    padding-bottom: 46px;
  }
}
.template__container p {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #242C4B;
}
@media (max-width: 639px) {
  .template__container p {
    font-size: 14px;
  }
}
.template__container_goal {
  margin-top: 19px;
}
.template__container_goal h3 {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  color: #242C4B;
}
@media (max-width: 639px) {
  .template__container_goal h3 {
    font-size: 18px;
  }
}
.template__container_goal ul {
  margin-top: 21px;
}
@media (max-width: 639px) {
  .template__container_goal ul {
    margin-top: 28px;
  }
}
.template__container_goal ul li {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #242C4B;
  padding-left: 19px;
  position: relative;
}
@media (max-width: 639px) {
  .template__container_goal ul li {
    font-size: 14px;
    line-height: 120%;
  }
}
.template__container_goal ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #0C74AE;
  left: 0;
  top: 10px;
  position: absolute;
}
@media (max-width: 639px) {
  .template__container_goal ul li:before {
    top: 7px;
  }
}
.template__container_ways {
  margin-top: 46px;
}
.template__container_ways h3 {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  color: #242C4B;
}
@media (max-width: 639px) {
  .template__container_ways h3 {
    font-size: 18px;
  }
}
.template__container_ways ul {
  margin-top: 24px;
}
@media (max-width: 639px) {
  .template__container_ways ul {
    margin-top: 31px;
  }
}
.template__container_ways ul li {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #242C4B;
  position: relative;
  padding-left: 19px;
}
@media (max-width: 639px) {
  .template__container_ways ul li {
    font-size: 14px;
    line-height: 120%;
  }
}
.template__container_ways ul li:not(:first-child) {
  margin-top: 18px;
}
@media (max-width: 639px) {
  .template__container_ways ul li:not(:first-child) {
    margin-top: 12px;
  }
}
.template__container_ways ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  background-color: #0C74AE;
}
@media (max-width: 639px) {
  .template__container_ways ul li:before {
    top: 7px;
  }
}
.template__container_service {
  margin-top: 55px;
}
@media (max-width: 639px) {
  .template__container_service {
    margin-top: 25px;
  }
}
.template__container_service h3 {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  color: #242C4B;
}
@media (max-width: 639px) {
  .template__container_service h3 {
    font-size: 18px;
  }
}
.template__container_service ul {
  margin-top: 24px;
}
@media (max-width: 639px) {
  .template__container_service ul {
    margin-top: 21px;
  }
}
.template__container_service ul li {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #242C4B;
  position: relative;
  padding-left: 19px;
}
@media (max-width: 639px) {
  .template__container_service ul li {
    font-size: 14px;
    line-height: 120%;
  }
}
.template__container_service ul li:not(:first-child) {
  margin-top: 18px;
}
@media (max-width: 639px) {
  .template__container_service ul li:not(:first-child) {
    margin-top: 12px;
  }
}
.template__container_service ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  background-color: #0C74AE;
}
@media (max-width: 639px) {
  .template__container_service ul li:before {
    top: 7px;
  }
}
.template__container hr {
  width: 100%;
  height: 2px;
  background-color: rgba(36, 44, 75, 0.1);
  margin-top: 65px;
}
@media (max-width: 639px) {
  .template__container hr {
    margin-top: 35px;
  }
}
.template__container__address {
  margin-top: 58px;
}
@media (max-width: 639px) {
  .template__container__address {
    margin-top: 29px;
  }
}
.template__container__address h3 {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  color: #242C4B;
}
@media (max-width: 639px) {
  .template__container__address h3 {
    font-size: 18px;
  }
}
.template__container__address p {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #242C4B;
  margin-top: 15px;
}
@media (max-width: 639px) {
  .template__container__address p {
    margin-top: 10px;
    font-size: 14px;
  }
}
.template__container__address__contacts {
  margin-top: 32px;
}
@media (max-width: 639px) {
  .template__container__address__contacts {
    margin-top: 27px;
  }
}
.template__container__address__contacts a {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #242C4B;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.template__container__address__contacts a:hover {
  color: #203142;
  text-decoration: underline;
}
.template__container__address__contacts a:not(:first-child) {
  margin-top: 5px;
}
@media (max-width: 639px) {
  .template__container__address__contacts a {
    font-size: 14px;
  }
}
.template__container__address__contacts .email {
  font-weight: 500;
  line-height: 150%;
  color: #0C74AE;
}

.event__container__calendar {
  width: 35%;
}
@media (max-width: 1350px) {
  .event__container__calendar {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media (max-width: 1350px) and (max-width: 639px) {
  .event__container__calendar {
    width: 100%;
  }
}
.event__container__calendar__top {
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#0C74AE), to(#0C74AE)), #203142;
  background: linear-gradient(0deg, #0C74AE, #0C74AE), #203142;
  -webkit-box-shadow: 8px 8px 40px rgba(48, 54, 64, 0.1);
          box-shadow: 8px 8px 40px rgba(48, 54, 64, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 22px 50px 17px 50px;
  border-radius: 12px 12px 0px 0px;
}
.event__container__calendar__top_left h3 {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  color: #FFFFFF;
}
.event__container__calendar__top_left p {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  color: #FFFFFF;
  margin-top: 8px;
}
.event__container__calendar__top__right {
  padding: 14px;
  background: #1D3C58;
  border-radius: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: inline-block;
}
.event__container__calendar__top__right svg {
  width: 21px;
  height: 21px;
  fill: #21AFFF;
}
.event__container__calendar .calendar-slider__item {
  width: 100%;
  height: 380px;
  background: #1D3C58;
  -webkit-box-shadow: 8px 8px 40px rgba(48, 54, 64, 0.1);
          box-shadow: 8px 8px 40px rgba(48, 54, 64, 0.1);
  padding: 26px 50px 30px 50px;
}
.event__container__calendar .calendar-slider__item h5 {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  color: #FFFFFF;
}
.event__container__calendar .calendar-slider__item_days {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 34px;
}
.event__container__calendar .calendar-slider__item_days p {
  width: 57px;
  height: 18px;
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  color: #FFFFFF;
  opacity: 0.5;
}
@media (max-width: 1350px) {
  .event__container__calendar .calendar-slider__item_days p {
    width: 50px;
  }
}
@media (max-width: 639px) {
  .event__container__calendar .calendar-slider__item_days p {
    width: 40px;
  }
}
.event__container__calendar .calendar-slider__item_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.event__container__calendar .calendar-slider__item_date p {
  width: 57px;
  height: 18px;
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  color: #FFFFFF;
  margin-top: 32px;
}
@media (max-width: 1350px) {
  .event__container__calendar .calendar-slider__item_date p {
    width: 50px;
  }
}
@media (max-width: 639px) {
  .event__container__calendar .calendar-slider__item_date p {
    width: 40px;
  }
}
.event__container__calendar .calendar-slider__item_date .last-month {
  opacity: 0.3;
}
.event__container__calendar__bottom {
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#1D3C58), to(#1D3C58)), #203142;
  background: linear-gradient(0deg, #1D3C58, #1D3C58), #203142;
  -webkit-box-shadow: 8px 8px 40px rgba(48, 54, 64, 0.1);
          box-shadow: 8px 8px 40px rgba(48, 54, 64, 0.1);
  border-radius: 0px 0px 12px 12px;
  padding: 29px 50px 39px 50px;
  border-top: 2px solid rgba(255, 255, 255, 0.1);
}
.event__container__calendar__bottom p {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 350;
  font-size: 18px;
  line-height: 100%;
  color: #FFFFFF;
}
.event__container__calendar__bottom p span {
  font-weight: 700;
}
.event__container__calendar__bottom .event-time {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #21AFFF;
  margin-top: 20px;
}

.calendar-container {
  width: 35%;
  position: relative;
}
@media (max-width: 1125px) {
  .calendar-container {
    width: 538px;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: none;
  }
}
@media (max-width: 565px) {
  .calendar-container {
    width: 100%;
  }
}
.calendar-container__top {
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#0C74AE), to(#0C74AE)), #203142;
  background: linear-gradient(0deg, #0C74AE, #0C74AE), #203142;
  -webkit-box-shadow: 8px 8px 40px rgba(48, 54, 64, 0.1);
          box-shadow: 8px 8px 40px rgba(48, 54, 64, 0.1);
  padding: 22px 50px 17px 50px;
  border-radius: 12px 12px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1250px) {
  .calendar-container__top {
    padding: 22px 15px 15px 15px;
  }
}
.calendar-container__top_left h2 {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  color: #FFFFFF;
}
@media (max-width: 639px) {
  .calendar-container__top_left h2 {
    font-size: 18px;
  }
}
.calendar-container__top_left p {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  color: #FFFFFF;
  margin-top: 8px;
}
@media (max-width: 639px) {
  .calendar-container__top_left p {
    font-size: 15px;
  }
}
.calendar-container__top .calendar-button {
  background-color: #1D3C58;
  border-radius: 19px;
  display: inline-block;
  padding: 14px;
}
.calendar-container__top .calendar-button svg {
  width: 22px;
  height: 22px;
  fill: #21AFFF;
}
.calendar-container__bottom {
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#1D3C58), to(#1D3C58)), #203142;
  background: linear-gradient(0deg, #1D3C58, #1D3C58), #203142;
  -webkit-box-shadow: 8px 8px 40px rgba(48, 54, 64, 0.1);
          box-shadow: 8px 8px 40px rgba(48, 54, 64, 0.1);
  border-top: 2px solid rgba(255, 255, 255, 0.1);
  padding: 29px 50px 39px 50px;
  border-radius: 0px 0px 12px 12px;
}
@media (max-width: 1250px) {
  .calendar-container__bottom {
    padding: 22px 15px 35px 15px;
  }
}
.calendar-container__bottom_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.calendar-container__bottom_title h3 {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 350;
  font-size: 18px;
  line-height: 100%;
  color: #FFFFFF;
}
@media (max-width: 639px) {
  .calendar-container__bottom_title h3 {
    font-size: 16px;
  }
}
@media (max-width: 299px) {
  .calendar-container__bottom_title h3 {
    font-size: 14px;
    width: 100%;
  }
}
.calendar-container__bottom_title .future-date {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #FFFFFF;
  margin-left: 10px;
}
@media (max-width: 639px) {
  .calendar-container__bottom_title .future-date {
    font-size: 16px;
    margin-left: 5px;
  }
}
@media (max-width: 299px) {
  .calendar-container__bottom_title .future-date {
    font-size: 14px;
    width: 100%;
  }
}
.calendar-container__bottom .future-event {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #21AFFF;
  margin-top: 20px;
}
@media (max-width: 639px) {
  .calendar-container__bottom .future-event {
    font-size: 16px;
    margin-top: 10px;
  }
}

.calendar-item {
  width: 100%;
}
.calendar-item .datepicker {
  width: 100%;
  background: #1D3C58;
  -webkit-box-shadow: 8px 8px 40px rgba(48, 54, 64, 0.1);
          box-shadow: 8px 8px 40px rgba(48, 54, 64, 0.1);
  border-radius: 0px;
  border: none;
}
.calendar-item .datepicker .datepicker--content {
  padding: 0px 50px 30px 50px;
}
@media (max-width: 1250px) {
  .calendar-item .datepicker .datepicker--content {
    padding: 0px 15px 30px 15px;
  }
}
.calendar-item .datepicker .datepicker--content .datepicker--days-names {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.calendar-item .datepicker .datepicker--content .datepicker--days-names .datepicker--day-name {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  color: #FFFFFF;
  opacity: 0.5;
  width: 46px;
  height: 46px;
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
}
.calendar-item .datepicker .datepicker--content .datepicker--days-names .datepicker--day-name:nth-child(7n+7) {
  margin-right: 0;
}
@media (max-width: 1450px) {
  .calendar-item .datepicker .datepicker--content .datepicker--days-names .datepicker--day-name {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 1125px) {
  .calendar-item .datepicker .datepicker--content .datepicker--days-names .datepicker--day-name {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 410px) {
  .calendar-item .datepicker .datepicker--content .datepicker--days-names .datepicker--day-name {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 322px) {
  .calendar-item .datepicker .datepicker--content .datepicker--days-names .datepicker--day-name {
    width: 30px;
    height: 30px;
    font-size: 15px;
  }
}
@media (max-width: 1450px) {
  .calendar-item .datepicker .datepicker--content .datepicker--days-names .datepicker--day-name:not(:first-child) {
    margin-left: 15px;
  }
}
@media (max-width: 1350px) {
  .calendar-item .datepicker .datepicker--content .datepicker--days-names .datepicker--day-name:not(:first-child) {
    margin-left: 0;
  }
}
.calendar-item .datepicker .datepicker--content .datepicker--cells-days {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.calendar-item .datepicker .datepicker--content .datepicker--cells-days .datepicker--cell-day {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  color: #FFFFFF;
  width: 46px;
  height: 46px;
  margin-right: 12px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 4px;
}
.calendar-item .datepicker .datepicker--content .datepicker--cells-days .datepicker--cell-day.-current- {
  background-color: #FFCD1E;
  border-radius: 50%;
  color: #1D3C58;
}
.calendar-item .datepicker .datepicker--content .datepicker--cells-days .datepicker--cell-day.-selected- {
  background-color: #0C74AE;
  border-radius: 50%;
}
.calendar-item .datepicker .datepicker--content .datepicker--cells-days .datepicker--cell-day:nth-child(7n+7) {
  margin-right: 0px;
}
@media (max-width: 1450px) {
  .calendar-item .datepicker .datepicker--content .datepicker--cells-days .datepicker--cell-day {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  .calendar-item .datepicker .datepicker--content .datepicker--cells-days .datepicker--cell-day:nth-child(7n+7) {
    margin-right: 0px;
  }
}
@media (max-width: 1350px) {
  .calendar-item .datepicker .datepicker--content .datepicker--cells-days .datepicker--cell-day {
    margin-right: 5px;
  }
}
@media (max-width: 1250px) {
  .calendar-item .datepicker .datepicker--content .datepicker--cells-days .datepicker--cell-day {
    margin-right: 10px;
  }
}
@media (max-width: 1125px) {
  .calendar-item .datepicker .datepicker--content .datepicker--cells-days .datepicker--cell-day {
    width: 50px;
    height: 50px;
    margin-right: 25px;
  }
}
@media (max-width: 565px) {
  .calendar-item .datepicker .datepicker--content .datepicker--cells-days .datepicker--cell-day {
    margin-right: 21px;
  }
}
@media (max-width: 506px) {
  .calendar-item .datepicker .datepicker--content .datepicker--cells-days .datepicker--cell-day {
    margin-right: 15px;
  }
}
@media (max-width: 470px) {
  .calendar-item .datepicker .datepicker--content .datepicker--cells-days .datepicker--cell-day {
    margin-right: 10px;
  }
}
@media (max-width: 440px) {
  .calendar-item .datepicker .datepicker--content .datepicker--cells-days .datepicker--cell-day {
    margin-right: 5px;
  }
}
@media (max-width: 410px) {
  .calendar-item .datepicker .datepicker--content .datepicker--cells-days .datepicker--cell-day {
    width: 40px;
    height: 40px;
    margin-right: 9px;
  }
}
@media (max-width: 364px) {
  .calendar-item .datepicker .datepicker--content .datepicker--cells-days .datepicker--cell-day {
    margin-right: 2px;
  }
}
@media (max-width: 322px) {
  .calendar-item .datepicker .datepicker--content .datepicker--cells-days .datepicker--cell-day {
    width: 30px;
    height: 30px;
    font-size: 15px;
    margin-right: 10px;
  }
}
@media (max-width: 300px) {
  .calendar-item .datepicker .datepicker--content .datepicker--cells-days .datepicker--cell-day {
    margin-right: 5px;
  }
}
.calendar-item .datepicker .datepicker--content .datepicker--cells-days .datepicker--cell-day:hover {
  background-color: #0C74AE;
  border-radius: 50%;
  color: #FFFFFF;
}
.calendar-item .datepicker .datepicker--content .datepicker--cells-days .-other-month- {
  opacity: 0.3;
}
.calendar-item .datepicker .datepicker--content .datepicker--months {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  color: #FFFFFF;
}
.calendar-item .datepicker .datepicker--content .datepicker--months .datepicker--cell-month {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.calendar-item .datepicker .datepicker--content .datepicker--months .datepicker--cell-month:hover {
  background-color: #0C74AE;
  color: #FFFFFF;
}
.calendar-item .datepicker .datepicker--content .datepicker--years {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  color: #FFFFFF;
}
.calendar-item .datepicker .datepicker--content .datepicker--years .datepicker--cell-year {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.calendar-item .datepicker .datepicker--content .datepicker--years .datepicker--cell-year:hover {
  background-color: #0C74AE;
  color: #FFFFFF;
}
.calendar-item .datepicker .datepicker--nav {
  border-bottom: none;
}
.calendar-item .datepicker .datepicker--nav .datepicker--nav-title {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.calendar-item .datepicker .datepicker--nav .datepicker--nav-title:hover {
  background-color: #0C74AE;
}
.calendar-item .datepicker .datepicker--nav .datepicker--nav-title i {
  color: #FFFFFF;
}

.datepicker--nav-title {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  color: #FFFFFF;
}
.datepicker--nav-title i {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  color: #FFFFFF;
}

.members-section {
  padding-top: 86px;
}
@media (max-width: 639px) {
  .members-section {
    padding-top: 36px;
  }
}
.members-section__container__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .members-section__container__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 1024px) {
  .members-section__container__top__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}
.members-section__container__top__left_title {
  display: inline-block;
  border-radius: 7px;
  padding: 7px 17px;
  background-color: #1D3C58;
}
@media (max-width: 639px) {
  .members-section__container__top__left_title {
    padding: 7px 15px;
  }
}
.members-section__container__top__left_title h2 {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
  color: #FFFFFF;
}
@media (max-width: 639px) {
  .members-section__container__top__left_title h2 {
    font-size: 18px;
  }
}
.members-section__container__top__left a {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #0C74AE;
  margin-left: 36px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.members-section__container__top__left a:hover {
  color: #242C4B;
}
@media (max-width: 639px) {
  .members-section__container__top__left a {
    display: none;
  }
}
.members-section__container__top .members-search {
  width: 35%;
  height: 52px;
  position: relative;
  border-radius: 555px;
}
@media (max-width: 1024px) {
  .members-section__container__top .members-search {
    margin-top: 11px;
    width: 100%;
  }
}
.members-section__container__top .members-search input {
  width: 100%;
  height: 100%;
  border-radius: 555px;
  background-color: #F4F4F6;
  padding-left: 55px;
  padding-right: 25px;
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #242C4B;
}
.members-section__container__top .members-search input::-webkit-input-placeholder {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #242C4B;
  opacity: 0.3;
}
.members-section__container__top .members-search input::-moz-placeholder {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #242C4B;
  opacity: 0.3;
}
.members-section__container__top .members-search input:-ms-input-placeholder {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #242C4B;
  opacity: 0.3;
}
.members-section__container__top .members-search input::-ms-input-placeholder {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #242C4B;
  opacity: 0.3;
}
.members-section__container__top .members-search input::placeholder {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #242C4B;
  opacity: 0.3;
}
.members-section__container__top .members-search svg {
  width: 26px;
  height: 26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 20px;
  fill: #212531;
  position: absolute;
}
.members-section__content {
  background-image: url("../images/main/background.png");
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 45px;
  margin-bottom: 70px;
}
@media (max-width: 1024px) {
  .members-section__content {
    margin-top: 19px;
    margin-bottom: 32px;
  }
}
.members-section__content__container {
  padding-top: 34px;
  padding-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .members-section__content__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.members-section__content__container__left {
  width: 23%;
  height: 603px;
  overflow-y: scroll;
  background-color: #ffffff;
  border-radius: 6px 0px 0px 6px;
  padding: 32px 0px 35px 38px;
}
@media (max-width: 1250px) {
  .members-section__content__container__left {
    padding: 32px 0px 35px 21px;
  }
}
.members-section__content__container__left::-webkit-scrollbar {
  width: 4px;
  background-color: #F4F4F6;
}
@media (max-width: 639px) {
  .members-section__content__container__left::-webkit-scrollbar {
    width: 0;
  }
}
.members-section__content__container__left::-webkit-scrollbar-thumb {
  background-color: #0C74AE;
}
@media (max-width: 1024px) {
  .members-section__content__container__left {
    width: 100%;
    height: 490px;
    border-radius: 6px;
    padding: 27px 17px 39px 23px;
  }
}
.members-section__content__container__left a {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #242C4B;
  display: block;
}
.members-section__content__container__left a:not(:first-child) {
  margin-top: 28px;
}
.members-section__content__container__left a.disabled-city {
  opacity: 0.3;
}
.members-section__content__container__left a.chosen-city {
  font-weight: 700;
  color: #0C74AE;
}
@media (max-width: 1125px) {
  .members-section__content__container__left a {
    font-size: 15px;
  }
}
.members-section__content__container__right {
  width: 77%;
  background-color: #ffffff;
  border-radius: 0px 6px 6px 0px;
  height: 603px;
  overflow-y: hidden;
}
@media (max-width: 1024px) {
  .members-section__content__container__right {
    display: none;
    width: 100%;
    height: 490px;
    border-radius: 6px;
  }
}
.members-section__content__container__right__top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0px 15px 16px;
  border-bottom: 2px solid rgba(36, 44, 75, 0.1);
  display: none;
}
@media (max-width: 1024px) {
  .members-section__content__container__right__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.members-section__content__container__right__top svg {
  width: 20px;
  height: 20px;
  fill: #0C74AE;
}
.members-section__content__container__right__top p {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #0C74AE;
  margin-left: 12px;
}
.members-section__content__container__right__list {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  padding: 32px 51px 43px 51px;
}
.members-section__content__container__right__list::-webkit-scrollbar {
  width: 4px;
  background-color: #F4F4F6;
  border-radius: 555px;
}
@media (max-width: 639px) {
  .members-section__content__container__right__list::-webkit-scrollbar {
    border-radius: 0px;
  }
}
.members-section__content__container__right__list::-webkit-scrollbar-thumb {
  background-color: #0C74AE;
  border-radius: 555px;
}
@media (max-width: 639px) {
  .members-section__content__container__right__list::-webkit-scrollbar-thumb {
    border-radius: 0px;
  }
}
@media (max-width: 1024px) {
  .members-section__content__container__right__list {
    padding: 17px 16px 7px 16px;
    height: 490px;
  }
}
.members-section__content__container__right__list__item {
  padding-bottom: 32px;
  border-bottom: 2px solid rgba(36, 44, 75, 0.1);
}
.members-section__content__container__right__list__item:not(:first-child) {
  margin-top: 25px;
}
@media (max-width: 1024px) {
  .members-section__content__container__right__list__item {
    padding-bottom: 21px;
  }
}
.members-section__content__container__right__list__item .list__item_title {
  position: relative;
}
.members-section__content__container__right__list__item .list__item_title h2 {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #242C4B;
}
@media (max-width: 639px) {
  .members-section__content__container__right__list__item .list__item_title h2 {
    font-size: 14px;
  }
}
.members-section__content__container__right__list__item .list__item_title p {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #242C4B;
  opacity: 0.6;
  margin-top: 9px;
}
@media (max-width: 639px) {
  .members-section__content__container__right__list__item .list__item_title p {
    font-size: 12px;
    margin-top: 12px;
  }
}
.members-section__content__container__right__list__item .list__item_title svg {
  width: 11px;
  height: 11px;
  fill: #242C4B;
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}
@media (max-width: 823px) {
  .members-section__content__container__right__list__item .list__item_title svg {
    display: block;
  }
}
.members-section__content__container__right__list__item .list__item__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
@media (max-width: 823px) {
  .members-section__content__container__right__list__item .list__item__contacts {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 18px;
  }
}
.members-section__content__container__right__list__item .list__item__contacts a {
  font-family: "Klein", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #0C74AE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 639px) {
  .members-section__content__container__right__list__item .list__item__contacts a {
    font-size: 12px;
  }
}
.members-section__content__container__right__list__item .list__item__contacts a:not(:first-child) {
  padding-left: 20px;
  margin-left: 20px;
}
@media (max-width: 1125px) {
  .members-section__content__container__right__list__item .list__item__contacts a:not(:first-child) {
    padding-left: 11px;
    margin-left: 11px;
  }
}
@media (max-width: 1024px) {
  .members-section__content__container__right__list__item .list__item__contacts a:not(:first-child) {
    padding-left: 20px;
    margin-left: 20px;
  }
}
@media (max-width: 819px) {
  .members-section__content__container__right__list__item .list__item__contacts a:not(:first-child) {
    padding-left: 0;
    margin-left: 0;
  }
}
@media (max-width: 819px) {
  .members-section__content__container__right__list__item .list__item__contacts a:not(:first-child):not(:first-child) {
    margin-top: 12px;
  }
}
.members-section__content__container__right__list__item .list__item__contacts a:not(:first-child):before {
  content: "";
  width: 2px;
  height: 29px;
  background-color: #D9D9D9;
  position: absolute;
  left: 0;
}
@media (max-width: 819px) {
  .members-section__content__container__right__list__item .list__item__contacts a:not(:first-child):before {
    display: none;
  }
}
.members-section__content__container__right__list__item .list__item__contacts a svg {
  width: 22px;
  height: 22px;
  fill: #0C74AE;
  margin-right: 10px;
}
@media (max-width: 819px) {
  .members-section__content__container__right__list__item .list__item__contacts a svg {
    margin-right: 7px;
    width: 20px;
    height: 20px;
  }
}

.active-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

a.chosen-city {
  font-weight: 700;
  color: #0C74AE;
}