.header_top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-color: #323072;
  height: 45px;
}
.language_list {
  display: flex;
  margin-right: 26px;
}
.language_item:not(:last-child) {
  margin-right: 15px;
}
.language_item:not(:last-child) {
  margin-right: 15px;
}
.header_menu {
  position: relative;
}
.header_menu_top {
  background-color: #e2e2e2;
}
.header_menu_list {
  display: flex;
  flex-wrap: wrap;
}
.header_menu_list_block {
  display: flex;
  justify-content: space-around;
  flex: 1;
}
.header_menu_list_left {
  margin-right: 250px;
}
.header_menu_item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.header_menu_top .header_menu_link {
  color: #323072;
}

.header_menu_dropdown_icon {
  clip-path: polygon(51% 85%, 0 33%, 100% 33%);
  width: 15px;
  height: 15px;
  background-color: #323072;
  margin-left: 5 px;
  flex-shrink: 0;
}
.header_top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-color: #323072;
  height: 45px;
}
.language_list {
  display: flex;
  margin-right: 26px;
}
.language_item:not(:last-child) {
  margin-right: 15px;
}
.language_link {
  font-size: 16.27px;
  font-family: 900;
  text-transform: uppercase;
  color: #fff;
}
.language_link:hover {
  color: var(--grey-3);
}
.language_link_active {
  color: var(--grey-3);
}
.header_form {
  display: flex;
  height: 100%;
  width: 410px;
  padding: 14px 11px;
  background-color: #323072;
}
.header_form_input {
  background-color: transparent;
  border: none;
  color: #fff;
  height: 100%;
  width: 100%;
  text-transform: uppercase;
}
.header_form_input::placeholder {
  color: #fff;
}
.header_form_button {
  height: 100%;
  display: flex;
  align-items: center;
  margin-right: 9px;
}
.header_menu {
  position: relative;
}
.header_submenu {
  position: absolute;
  top: 60px;
  left: 0;
  display: none;
  z-index: 110;
  max-width: 500px;
  min-width: 350px;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
}
.header_logo {
  max-width: 105px;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
}
.header_menu_top {
  background-color: #e2e2e2;
}
.header_menu_list {
  display: flex;
  flex-wrap: wrap;
}
.header_menu_list_left {
  margin-right: 250px;
}
.header_menu_list_block {
  display: flex;
  justify-content: space-around;
  flex: 1;
}
.header_menu_list_right .header_submenu {
  left: initial;
  right: 0;
}
.header_menu_item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.header_menu_item:hover .header_submenu {
  display: flex;
}
.header_menu_item:after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 4px;
  background-color: #323072;
  content: "";
  transition: width 0.3s;
}
.header_menu_item:hover:after {
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #323072;
  content: "";
  transition: width 0.3s;
}
.header_menu_top .header_menu_item:after {
  background-color: #323072;
}
.header_menu_bottom .header_menu_item:hover:after {
  background-color: #323072;
}
.header_menu_link {
  display: flex;
  width: 100%;
  padding: 14px 0;
  text-transform: uppercase;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 15px;
}
.header_menu_top .header_menu_link {
  color: #323072;
}
.header_menu_bottom .header_menu_link {
  color: #323072;
}
.header_menu_dropdown_icon {
  clip-path: polygon(51% 85%, 0 33%, 100% 33%);
  width: 15px;
  height: 15px;
  background-color: #323072;
  margin-left: 5px;
  flex-shrink: 0;
}
.header_menu_bottom .header_menu_dropdown_icon {
  background-color: #323072;
}

.header_submenu .header_menu_item {
  padding: 15px;
}
.header_submenu .header_menu_item:hover {
  background-color: var(--grey-4);
}
.header_submenu .header_menu_item:after {
  display: none;
}
.header_submenu .header_menu_item:hover:after {
  display: none;
}
.header_submenu .header_menu_link {
  padding: 0;
}
.header_mobile {
  padding: 10px 15px;
  width: 100%;
  background-color: #323072;
  display: none;
  justify-content: space-between;
  align-items: center;
}
.header_mobile_logo {
  width: 30px;
}
.hamburger_inner {
  width: 30px;
  height: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hamburger_inner div {
  height: 2px;
  width: 100%;
  background-color: #fff;
}
.header_mobile_menu {
  position: fixed;
  top: 0;
  left: -400px;
  z-index: 999999999999999;
  background-color: #323072;
  width: 400px;
  height: 100%;
  overflow-y: auto;
  padding: 15px 15px 25px 15px;
  transition: all 0.2s;
}
.header_mobile_menu .header_form {
  margin-top: 10px;
  height: 30px;
  width: 100%;
  padding-left: 0;
  border-bottom: 2px solid #fff;
  background-color: #323072;
}
.header_mobile_menu .header_form_input {
  font-size: 16px;
}
.header_mobile_menu .language_list {
  margin-top: 0;
  margin-right: 0;
  align-items: center;
}
.header_mobile_menu .language_link {
  font-size: 16px;
}
.header_mobile_menu > ul {
  margin-top: 10px;
}
.header_mobile_menu_item {
  display: flex;
  flex-direction: column;
  padding: 10px;
}
.header_mobile_menu_item_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_mobile_menu_item .header_menu_dropdown_icon {
  margin-left: 15px;
}
.header_mobile_submenu {
  margin-top: 10px;
  padding-left: 15px;
}
.header_mobile_menu_link {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 24px;
}
.header_mobile_menu .header_menu_dropdown_icon {
  background-color: #fff;
}
.header_mobile_sidebar_menu {
  border-top: 2px solid #fff;
}
.header_mobile_menu_open {
  left: 0 !important;
}
.header_mobile_menu_close {
  position: relative;
  height: 30px;
  width: 30px;
  margin-left: auto;
}
.header_mobile_menu_close div {
  position: absolute;
  top: 50%;
  background-color: #fff;
  width: 100%;
  height: 2px;
  transform: rotate(-45deg);
}
.header_mobile_menu_close div:last-child {
  transform: rotate(45deg);
}
.content_block {
  display: flex;
  flex-direction: column;
}
.content_margin_top {
  margin-top: 100px;
}
.content_inner {
  margin-top: 78px;
  margin-bottom: 53px;
}
.content_inner_text {
  padding: 60px 65px 0 50px;
  font-size: 25px;
  font-family: var(--font-300);
}
.content_inner_news {
  display: flex;
  flex-wrap: wrap;
}
.content_inner_news_item {
  width: calc(100% / 3);
  max-height: 400px;
  height: 400px;
  overflow: hidden;
  position: relative;
}
.content_inner_news_item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  background-size: cover;
  transition: all 0.3s;
}
.content_inner_news_item:hover img {
  transform: scale(1.1);
}
.content_inner_news_info {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 15px;
  z-index: 2;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}
.content_inner_news_title {
  text-align: center;
  font-family: 900;
}
.content_inner_news_date {
  display: flex;
  margin-top: 26px;
  font-family: var(--font-300);
  font-size: 20.83px;
}
.content_inner_news_date p:first-child {
  border-right: 2px solid #fff;
  padding-right: 10px;
  margin-right: 10px;
}
.content_inner_gallery_images {
  display: flex;
}
.content_inner_gallery_item {
  width: 50%;
}
.content_inner_gallery_item img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.content_inner_honors {
  position: relative;
  padding-top: 69px;
  padding-left: 35px;
}
.content_inner_honors_list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 35px);
  transform: translateX(-35px);
}
.content_inner_honors_item {
  width: calc((100% - 27px) / 4);
}
.content_inner_honors_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
  background-color: #fff;
}
.content_inner_honors_item:not(:last-child) {
  margin-right: 9px;
}
.content_inner_honors_item img {
  max-width: 100%;
  width: 228px;
}
.content_inner_honors_text {
  margin-top: 32px;
  text-align: center;
  font-size: 17.61px;
  font-family: var(--font-700);
}
.content_inner_honors_background {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 190px);
  height: 400px;
  transform: translateX(-35px);
  background-color: var(--grey-lighter-color);
  z-index: -1;
}
.content_inner_history_img {
  position: relative;
}
.content_inner_history_img img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
}
@font-face {
  font-family: "ElMessiri";
  src: url("/fonts/ElMessiri-Regular.ttf");
  font-weight: 100;
}
@font-face {
  font-family: "MuseoCyrl-100";
  src: url("/fonts/MuseoCyrl100.otf");
  font-weight: 100;
}
@font-face {
  font-family: "MuseoCyrl-300";
  src: url("/fonts/MuseoCyrl300.otf");
  font-weight: 300;
}
@font-face {
  font-family: "MuseoCyrl-500";
  src: url("/fonts/MuseoCyrl500.otf");
  font-weight: 500;
}
@font-face {
  font-family: "MuseoCyrl-700";
  src: url("/fonts/MuseoCyrl700.otf");
  font-weight: 500;
}
@font-face {
  font-family: "MuseoCyrl-900";
  src: url("/fonts/MuseoCyrl900.otf");
  font-weight: 500;
}

:root {
  --primary-color: #323072;
  --primary-color-1: #3f3d7c;
  --secondary-color: #2f57a5;
  --third-color: #2d4282;

  --grey-color: #e2e2e2;
  --grey-darker-color: #c4c4c4;
  --grey-lighter-color: #e8e8e8;
  --grey-1: #ebebeb;
  --grey-2: #d4d4d4;
  --grey-3: #a6a6a6;
  --grey-4: #c5c5c5;

  --font-100: "MuseoCyrl-100";
  --font-300: "MuseoCyrl-300";
  --font-500: "MuseoCyrl-500";
  --font-700: "MuseoCyrl-700";
  --font-900: "MuseoCyrl-900";
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  padding: 0;
  margin: 0;
  font-family: var(--font-500);
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
h1 {
  margin: 0;
}
a {
  text-decoration: none;
  color: #000;
}
input,
textarea {
  outline: none;
}
button {
  border: none;
  background-color: transparent;
}
.d-flex {
  display: flex !important;
}
.d-none {
  display: none !important;
}

.main_container {
  max-width: 1920px;
  margin: 0 auto;
}
.container {
  max-width: 1686px;
  margin: 0 auto;
}
.heading {
  display: flex;
  align-items: center;
  color: var(--primary-color);
  font-size: 32.33px;
  font-family: 900;
  text-transform: uppercase;
  margin-left: 35px;
  padding-left: 22px;
  border-left: 3px solid var(--primary-color);
}
.heading::after {
  display: flex;
  flex: 1;
  content: "";
  box-sizing: border-box;
  height: 1px;
  background: #c4c4c4;
  border: solid #fff;
  border-width: 0 0 0 10px;
}
.btn_more {
  padding: 25px 65px;
  border: 3px solid #fff;
  color: #fff;
  text-transform: uppercase;
  font-size: 19.03px;
}
.btn_all {
  display: inline-flex;
  justify-content: space-between;
  align-self: flex-end;
  border: 4px solid var(--grey-darker-color);
  padding: 24px 27px;
  font-size: 17.61px;
  font-family: 900;
  text-transform: uppercase;
  color: var(--primary-color);
}
.btn_all span {
  margin-right: 104px;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--primary-color);
  z-index: 1;
  opacity: 0.4;
  height: 100%;
  width: 100%;
}
button[data-action="stop"] {
  display: none;
}

.main {
  margin-top: 75px;
  overflow-x: hidden;
}

.main_inner {
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
}
.sidebar {
  display: flex;
  flex-direction: column;
  max-width: 446px;
  width: 100%;
  margin-right: 60px;
  flex-shrink: 0;
}
.sidebar .heading {
  margin-left: 0;
}
.sidebar_banner_link {
  display: flex;
  margin-top: 50px;
}
.sidebar_banner_img {
  max-width: 100%;
  max-height: 200px;
  background-size: cover;
}
.sidebar_menu_list {
  margin-top: 35px;
  background-color: var(--grey-1);
}
.sidebar_menu_item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  padding: 15px 20px;
}
.sidebar_menu_item:not(:last-child) {
  border-bottom: 2px solid var(--grey-2);
}
.sidebar_menu_item:hover {
  background-color: var(--primary-color);
}
.sidebar_menu_item:hover .sidebar_menu_link {
  color: #fff;
}
.sidebar_menu_item:hover .sidebar_submenu_icon {
  background-color: #fff;
}
.sidebar_menu_link {
  display: inline-flex;
  color: var(--primary-color);
  font-family: var(--font-500);
  font-size: 20.83px;
}

.sidebar_submenu_list {
  margin-top: 0;
  margin-left: 10px;
}
.sidebar_submenu_icon {
  flex-shrink: 0;
  height: 12px;
  width: 8px;
  background-color: var(--primary-color);
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  margin-left: 15px;
}
.sidebar_submenu_icon_down {
  height: 8px;
  width: 12px;
  background-color: var(--primary-color);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  margin-left: 15px;
}
/* .sidebar_menu_item > .sidebar_menu_list {
  margin-top: 0;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 999;
  display: none;
} */

.content {
  flex: 1;
}

.pagination {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 450px;
  margin: 50px auto;
}
.pagination li:hover {
  cursor: pointer;
}
.pagination li:not(:first-child):not(:last-child):not(.disabled):hover {
  background-color: #c4c4c4;
}
.pagination li:not(:first-child):not(:last-child):not(.disabled):hover a,
.pagination li:not(:first-child):not(:last-child):not(.disabled):hover span {
  color: #fff;
}
.pagination li img {
  width: 10px;
}
.pagination li a,
.pagination li span {
  display: flex;
  align-items: center;
  height: 100%;
  text-decoration: none;
  color: var(--third-color);
  font-family: var(--font-500);
  padding: 10px;
  width: 50px;
  justify-content: center;
}
.active {
  background-color: var(--third-color);
}
.pagination .active a,
.pagination .active span {
  color: #fff;
}

#slideshow {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 35px;
}
#slideshow a {
  display: flex;
  justify-content: center;
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  margin-bottom: 20px;
  transition: all 0.2s;
}
#slideshow a:nth-child(3n) {
  margin-right: 0;
}
#slideshow a img {
  max-width: 100%;
  background-size: cover;
  transition: all 0.3s;
}
#slideshow a:hover img {
  transform: scale(1.2);
}

.question {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
.question_list {
  margin-top: 37px;
}
.question_item {
  background-color: var(--grey-1);
  border-bottom: 1px solid var(--grey-2);
}
.question_item:last-child {
  border-bottom: none;
}
.question_item:hover {
  background-color: var(--primary-color-1);
}
.question_item:hover .question_link {
  color: #fff;
}
.question_item:hover .question_text {
  border-left-color: #fff;
}
.question_link {
  display: flex;
  width: 100%;
  padding: 24px 13px;
  font-size: 20.83px;
  font-family: var(--font-500);
  color: var(--primary-color);
}
.question_text {
  margin-left: 8px;
  padding-left: 14px;
  border-left: 3px solid var(--primary-color);
}
.question_ask {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 28px;
  text-transform: uppercase;
  font-size: 24px;
  font-family: var(--font-500);
  color: var(--primary-color);
}
.question_ask::before {
  display: flex;
  flex: 1;
  content: "";
  box-sizing: border-box;
  height: 1px;
  background: #c4c4c4;
  border: solid #fff;
  border-width: 0 21px 0 0;
}
.d-none {
  display: none;
}
.d-initial {
  display: initial;
}
.content_block {
  display: flex;
  flex-direction: column;
}
.content_margin_top {
  margin-top: 100px;
}
.content_inner {
  margin-top: 78px;
  margin-bottom: 53px;
}
.content_inner_text {
  padding: 60px 65px 0 50px;
  font-size: 25px;
  font-family: var(--font-300);
}
.content_inner_news {
  display: flex;
  flex-wrap: wrap;
}
.content_inner_news_item {
  width: calc(100% / 3);
  max-height: 400px;
  height: 400px;
  overflow: hidden;
  position: relative;
}
.content_inner_news_item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  background-size: cover;
  transition: all 0.3s;
}
.content_inner_news_item:hover img {
  transform: scale(1.1);
}
.content_inner_news_info {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 15px;
  z-index: 2;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}
.content_inner_news_title {
  text-align: center;
  font-family: 900;
}
.content_inner_news_date {
  display: flex;
  margin-top: 26px;
  font-family: var(--font-300);
  font-size: 20.83px;
}
.content_inner_news_date p:first-child {
  border-right: 2px solid #fff;
  padding-right: 10px;
  margin-right: 10px;
}
.content_inner_gallery_images {
  display: flex;
}
.content_inner_gallery_item {
  width: 50%;
}
.content_inner_gallery_item img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.content_inner_honors {
  position: relative;
  padding-top: 69px;
  padding-left: 35px;
}
.content_inner_honors_list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 35px);
  transform: translateX(-35px);
}
.content_inner_honors_item {
  width: calc((100% - 27px) / 4);
}
.content_inner_honors_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
  background-color: #fff;
}
.content_inner_honors_item:not(:last-child) {
  margin-right: 9px;
}
.content_inner_honors_item img {
  max-width: 100%;
  width: 228px;
}
.content_inner_honors_text {
  margin-top: 32px;
  text-align: center;
  font-size: 17.61px;
  font-family: var(--font-700);
}
.content_inner_honors_background {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 190px);
  height: 400px;
  transform: translateX(-35px);
  background-color: var(--grey-lighter-color);
  z-index: -1;
}
.content_inner_history_img {
  position: relative;
}
.content_inner_history_img img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
}
@font-face {
  font-family: "ElMessiri";
  src: url("/fonts/ElMessiri-Regular.ttf");
  font-weight: 100;
}
@font-face {
  font-family: "MuseoCyrl-100";
  src: url("/fonts/MuseoCyrl100.otf");
  font-weight: 100;
}
@font-face {
  font-family: "MuseoCyrl-300";
  src: url("/fonts/MuseoCyrl300.otf");
  font-weight: 300;
}
@font-face {
  font-family: "MuseoCyrl-500";
  src: url("/fonts/MuseoCyrl500.otf");
  font-weight: 500;
}
@font-face {
  font-family: "MuseoCyrl-700";
  src: url("/fonts/MuseoCyrl700.otf");
  font-weight: 500;
}
@font-face {
  font-family: "MuseoCyrl-900";
  src: url("/fonts/MuseoCyrl900.otf");
  font-weight: 500;
}

:root {
  --primary-color: #323072;
  --primary-color-1: #3f3d7c;
  --secondary-color: #2f57a5;
  --third-color: #2d4282;

  --grey-color: #e2e2e2;
  --grey-darker-color: #c4c4c4;
  --grey-lighter-color: #e8e8e8;
  --grey-1: #ebebeb;
  --grey-2: #d4d4d4;
  --grey-3: #a6a6a6;
  --grey-4: #c5c5c5;

  --font-100: "MuseoCyrl-100";
  --font-300: "MuseoCyrl-300";
  --font-500: "MuseoCyrl-500";
  --font-700: "MuseoCyrl-700";
  --font-900: "MuseoCyrl-900";
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  padding: 0;
  margin: 0;
  font-family: var(--font-500);
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
h1 {
  margin: 0;
}
a {
  text-decoration: none;
  color: #000;
}
input,
textarea {
  outline: none;
}
button {
  border: none;
  background-color: transparent;
}
.d-flex {
  display: flex !important;
}
.d-none {
  display: none !important;
}

.main_container {
  max-width: 1920px;
  margin: 0 auto;
}
.container {
  max-width: 1686px;
  margin: 0 auto;
}
.heading {
  display: flex;
  align-items: center;
  color: var(--primary-color);
  font-size: 32.33px;
  font-family: 900;
  text-transform: uppercase;
  margin-left: 35px;
  padding-left: 22px;
  border-left: 3px solid var(--primary-color);
}
.heading::after {
  display: flex;
  flex: 1;
  content: "";
  box-sizing: border-box;
  height: 1px;
  background: #c4c4c4;
  border: solid #fff;
  border-width: 0 0 0 10px;
}
.btn_more {
  padding: 25px 65px;
  border: 3px solid #fff;
  color: #fff;
  text-transform: uppercase;
  font-size: 19.03px;
}
.btn_all {
  display: inline-flex;
  justify-content: space-between;
  align-self: flex-end;
  border: 4px solid var(--grey-darker-color);
  padding: 24px 27px;
  font-size: 17.61px;
  font-family: 900;
  text-transform: uppercase;
  color: var(--primary-color);
}
.btn_all span {
  margin-right: 104px;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--primary-color);
  z-index: 99999;
  opacity: 0.4;
  height: 100%;
  width: 100%;
}
button[data-action="stop"] {
  display: none;
}

.main {
  margin-top: 75px;
  overflow-x: hidden;
}

.main_inner {
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
}
.sidebar {
  display: flex;
  flex-direction: column;
  max-width: 446px;
  width: 100%;
  margin-right: 60px;
  flex-shrink: 0;
}
.sidebar .heading {
  margin-left: 0;
}
.sidebar_banner_link {
  display: flex;
  margin-top: 50px;
}
.sidebar_banner_img {
  max-width: 100%;
  max-height: 200px;
  background-size: cover;
}
.sidebar_menu_list {
  margin-top: 35px;
  background-color: var(--grey-1);
}
.sidebar_menu_item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  padding: 15px 20px;
}
.sidebar_menu_item:not(:last-child) {
  border-bottom: 2px solid var(--grey-2);
}
.sidebar_menu_item:hover {
  background-color: var(--primary-color);
}
.sidebar_menu_item:hover .sidebar_menu_link {
  color: #fff;
}
.sidebar_menu_item:hover .sidebar_submenu_icon {
  background-color: #fff;
}
.sidebar_menu_link {
  display: inline-flex;
  color: var(--primary-color);
  font-family: var(--font-500);
  font-size: 20.83px;
}

.sidebar_submenu_list {
  margin-top: 0;
  margin-left: 10px;
}
.sidebar_submenu_icon {
  flex-shrink: 0;
  height: 12px;
  width: 8px;
  background-color: var(--primary-color);
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  margin-left: 15px;
}
.sidebar_submenu_icon_down {
  height: 8px;
  width: 12px;
  background-color: var(--primary-color);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  margin-left: 15px;
}
/* .sidebar_menu_item > .sidebar_menu_list {
  margin-top: 0;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 999;
  display: none;
} */

.content {
  flex: 1;
}

.pagination {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 450px;
  margin: 50px auto;
}
.pagination li:hover {
  cursor: pointer;
}
.pagination li:not(:first-child):not(:last-child):not(.disabled):hover {
  background-color: #c4c4c4;
}
.pagination li:not(:first-child):not(:last-child):not(.disabled):hover a,
.pagination li:not(:first-child):not(:last-child):not(.disabled):hover span {
  color: #fff;
}
.pagination li img {
  width: 10px;
}
.pagination li a,
.pagination li span {
  display: flex;
  align-items: center;
  height: 100%;
  text-decoration: none;
  color: var(--third-color);
  font-family: var(--font-500);
  padding: 10px;
  width: 50px;
  justify-content: center;
}
.active {
  background-color: var(--third-color);
}
.pagination .active a,
.pagination .active span {
  color: #fff;
}

#slideshow {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 35px;
}
#slideshow a {
  display: flex;
  justify-content: center;
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  margin-bottom: 20px;
  transition: all 0.2s;
}
#slideshow a:nth-child(3n) {
  margin-right: 0;
}
#slideshow a img {
  max-width: 100%;
  background-size: cover;
  transition: all 0.3s;
}
#slideshow a:hover img {
  transform: scale(1.2);
}

.question {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
.question_list {
  margin-top: 37px;
}
.question_item {
  background-color: var(--grey-1);
  border-bottom: 1px solid var(--grey-2);
}
.question_item:last-child {
  border-bottom: none;
}
.question_item:hover {
  background-color: var(--primary-color-1);
}
.question_item:hover .question_link {
  color: #fff;
}
.question_item:hover .question_text {
  border-left-color: #fff;
}
.question_link {
  display: flex;
  width: 100%;
  padding: 24px 13px;
  font-size: 20.83px;
  font-family: var(--font-500);
  color: var(--primary-color);
}
.question_text {
  margin-left: 8px;
  padding-left: 14px;
  border-left: 3px solid var(--primary-color);
}
.content_inner_news_title {
  font-size: 17px;
  line-height: 1.3;
  text-align: center;
  font-weight: 900;
  color: #fff;
}
.question_ask {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 28px;
  text-transform: uppercase;
  font-size: 24px;
  font-family: var(--font-500);
  color: var(--primary-color);
}
.question_ask::before {
  display: flex;
  flex: 1;
  content: "";
  box-sizing: border-box;
  height: 1px;
  background: #c4c4c4;
  border: solid #fff;
  border-width: 0 21px 0 0;
}
.d-none {
  display: none;
}
.d-initial {
  display: initial;
}
.content_block {
  display: flex;
  flex-direction: column;
}
.content_margin_top {
  margin-top: 100px;
}
.content_inner {
  margin-top: 78px;
  margin-bottom: 53px;
}
.content_inner_text {
  padding: 60px 65px 0 50px;
  font-size: 25px;
  font-family: var(--font-300);
}
.content_inner_news {
  display: flex;
  flex-wrap: wrap;
}
.content_inner_news_item {
  width: calc(100% / 3);
  max-height: 400px;
  height: 400px;
  overflow: hidden;
  position: relative;
}
.content_inner_news_item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  background-size: cover;
  transition: all 0.3s;
}
.content_inner_news_item:hover img {
  transform: scale(1.1);
}
.content_inner_news_info {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 15px;
  z-index: 9999999999999;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}
.content_inner_news_title {
  text-align: center;
  font-family: 900;
}
.content_inner_news_date {
  display: flex;
  margin-top: 26px;
  font-family: var(--font-300);
  font-size: 20.83px;
}
.content_inner_news_date p:first-child {
  border-right: 2px solid #fff;
  padding-right: 10px;
  margin-right: 10px;
}
.content_inner_gallery_images {
  display: flex;
}
.content_inner_gallery_item {
  width: 50%;
}
.content_inner_gallery_item img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.content_inner_honors {
  position: relative;
  padding-top: 69px;
  padding-left: 35px;
}
.content_inner_honors_list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 35px);
  transform: translateX(-35px);
}
.content_inner_honors_item {
  width: calc((100% - 27px) / 4);
}
.content_inner_honors_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
  background-color: #fff;
}
.content_inner_honors_item:not(:last-child) {
  margin-right: 9px;
}
.content_inner_honors_item img {
  max-width: 100%;
  width: 228px;
}
.content_inner_honors_text {
  margin-top: 32px;
  text-align: center;
  font-size: 17.61px;
  font-family: var(--font-700);
}
.content_inner_honors_background {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 190px);
  height: 400px;
  transform: translateX(-35px);
  background-color: var(--grey-lighter-color);
  z-index: -1;
}
.content_inner_history_img {
  position: relative;
}
.content_inner_history_img img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
}
.footer {
  margin-top: 50px;
  background-color: var(--primary-color);
  color: #fff;
}
.footer_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 95px 0 90px;
}
.footer_blocks {
  display: flex;
  align-items: center;
}
.footer_block {
  padding: 30px 0 36px 40px;
  border-left: 2px solid #fff;
}
.footer_block:not(:last-child) {
  margin-right: 88px;
}
.footer_block_line {
  height: 1px;
  width: 28px;
  margin-top: 30px;
  margin-bottom: 21px;
  background-color: #fff;
}
.footer_logo {
  margin-right: 150px;
  max-width: 140px;
}
.footer_heading {
  font-size: 17.25px;
  font-family: 900;
  text-transform: uppercase;
}
.footer_link {
  display: inline-flex;
  color: #fff;
  border-bottom: 1px solid transparent;
  font-size: 18.25px;
}
.footer_link:hover {
  border-bottom: 1px solid #fff;
}
.footer_item:not(:last-child) {
  margin-bottom: 12px;
}
.footer_heading {
  font-size: 17.25px;
  color: #fff;
  font-family: 900;
  text-transform: uppercase;
}
