:root {
	--neitral-3: #1f1f1f;
	--neitral-2: #494949;
	--neitral-1: #727272;
	--neitral-0: #adadad;
	--neitral--1: #cfcfcf;
	--neitral--2: #e2e2e2;
	--neitral--3: #f5f4f4;
	--main-3: #2e0705;
	--main-2: #ac1d16;
	--main-1: #e12923;
	--main-0: #e44d44;
	--main--1: #ee8781;
	--main--2: #f5bab7;
	--main--3: #fdeeed;
	--no: #a1165f;
	--yes: #128721;
	--link: #125678;
	--belyy: #fff;

  --font-family: "Roboto", sans-serif;
  --second-family: "Open Sans", sans-serif;
  --third-family: "Noto Serif", sans-serif;
  --font3: "Merriweather", sans-serif;
  --font4: "Source Sans Pro", sans-serif;
}
/* Reset -------------------- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
ul,
ol,
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: inherit;
}
img:not(.page_content img) {
  width: 100%;
}
/* Common styles -------------- */
.container {
  max-width: 1440px;
  padding: 0 16px;
  margin: 0 auto;
  position: relative;
}
html body {
  color: #1b1b1b;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.08px;
  overflow-x: hidden;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .h1,
body .h2,
body .h3,
body .h4,
body .h5,
body .h6 {
  font-family: "Noto Serif", serif;
  font-weight: 400;
}
body .h1 {
  font-size: 97px;
  line-height: 146px;
  letter-spacing: -1.455px;
}
body .h2 {
  font-size: 61px;
  line-height: 86px;
  letter-spacing: -0.305px;
}
body .h3 {
  font-size: 48px;
  font-weight: 500;
  line-height: 68px;
}
body .h4 {
  font-size: 34px;
  font-weight: 400;
  line-height: 44px;
  letter-spacing: 0.085px;
  color: var(--neitral-2);
}
body .h5 {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}
body .h6 {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.03px;
}
body section .h4 {
  text-align: center;
  padding: 14px 0 30px;
}
body .page_content h2,
body .page_content h3,
body .page_content h4,
body .page_content h5,
body .page_content h6 {
  padding: 8px 0;
}
@media (max-width: 768px) {
  body .h4 {
    font-size: 23px;
    line-height: 30px;
  }
}
.s1 {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.016px;
}
.s2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.014px;
  font-family: "Noto Serif", serif;
}
.page_body {
  overflow-x: hidden;
  min-height: 536px;
}
.page_wrap p {
  margin: 12px 0;
}
/* --кнопки и текст */
.contact_row,
.btn,
.language_row li {
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 0.175px;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
  width: fit-content;
}
.btn {
  padding: 10px 16px;
  text-decoration: none;
  border-radius: 4px;
}
.contact_row,
.btn a,
button.btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
button.btn {
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
}
.primary-button {
  background: #e12923;
  color: #fff;
  box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.15),
    1px 1px 2px 0px rgba(0, 0, 0, 0.3);
}
.primary-button:hover,
.primary-button:focus {
  background: #ac1d16;
  transition: all 0.4s ease-in-out;
}
.primary-button:active {
  background: #727272;
  transition: all 0.4s ease-in-out;
}
.secondary-button {
  border: 2px solid #ac1d16;
  color: #ac1d16;
  background: transparent;
}
.secondary-button:hover,
.secondary-button:focus {
  border-radius: 4px;
  background: #f5f4f4;
  transition: all 0.4s ease-in-out;
}
.secondary-button:active {
  background: #e2e2e2;
  transition: all 0.4s ease-in-out;
}
.thirdy-button {
  color: #ac1d16;
  background: transparent;
  padding: 10px 8px;
}
.thirdy-button:hover,
.thirdy-button:focus {
  background: #f5f4f4;
  transition: all 0.4s ease-in-out;
}
.thirdy-button:active {
  background: #e2e2e2;
  transition: all 0.4s ease-in-out;
}
.primary-button.icon,
.secondary-button.icon,
.thirdy-button.icon {
  padding-left: 38px;
  position: relative;
  transition: all 0.4s ease-in-out;
}
.primary-button.icon svg,
.secondary-button.icon svg,
.thirdy-button.icon svg {
  position: absolute;
  left: 12px;
  /* top: 8px; */
  top: 50%;
    transform: translateY(-50%);
  transition: all 0.4s ease;
}
.contact_row svg,
.info_row svg,
.info_block li svg {
  width: 24px;
  margin-right: 10px;
  flex-shrink: 0;
}
.desktop {
  display: block;
}
.mobile,
.contact_row {
  display: none;
}
body blockquote {
  display: inline-block;
  padding: 11px 16px 0px 16px;
  border-radius: 4px;
  border: 1px solid #bc2426;
}
body blockquote span {
  display: block;
  text-align: right;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.035px;
  padding: 8px 16px;
  margin-top: 12px;
  margin-left: -16px;
  margin-right: -16px;
  border-radius: 4px;
  background: #e3e3e3;
}
/* иконки адрес, телефон, вебсайт, емейл */
p.address, li.address, a.address, p.mail, p.phone, li.phone, p.tel, p.fax, li.fax, .mail, a.tel, a.hot-line, p.hot-line, li.hot-line, p.kabinet, a.kabinet,
a.mail, a.email, a.e-mail, div.email, div.mail, div.e-mail,
a.website, p.website {
    padding-left: 32px;
    position: relative;
    display: flex;
    padding-bottom: 4px;
    padding-top: 0px;
    color: inherit;
}
p.address a, li.address a, a.address, p.mail a, p.phone a, li.phone a, p.tel a, p.fax a, li.fax a, .mail a, a.tel, a.hot-line, p.hot-line a, li.hot-line a, p.kabinet a, a.kabinet,
a.mail, a.email, a.e-mail, div.email a, div.mail a, div.e-mail a,
a.website, p.website a{
color: #1F1F1F;
text-decoration: none;
}
.footer_column li a{
  padding-bottom: 0px;
}
.kabinet::before, p.kabinet::before, .address::before, .phone::before, .footer .tel::before, .tel::before, a.tel::before, .hot-line::before, a.hot-line::before, .fax::before, a.fax::before, .mail::before, .email::before, .e-mail::before,
.website::before {
    height: 24px;
    width: 24px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.address::before {
    content: url(../image/SVG/address.svg);
}
.mail::before,
.e-mail::before,
.email::before {
    content: url(../image/SVG/email-sign.svg);
}
.website::before{
   content: url(../image/SVG/web.svg);
}
.tel::before{
   content: url(../image/SVG/office-phone.svg);
}
.kabinet::before{
   content: url(../image/SVG/open-door.svg);
}
/* --кнопка вверх */
.arrow_up {
  position: fixed;
  right: 16px;
  bottom: 16px;
  width: 40px;
  height: 40px;
  border-radius: 32px;
  border: 1px solid #1b1b1b;
  background: #e12923;
  box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.15),
    1px 1px 2px 0px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  z-index: 5000;
  transition: all 0.4s ease;
}
.arrow_up:hover {
  background: rgb(225, 41, 35, 0.7);
  transition: all 0.4s ease;
}
#scrollTopBtn.actived {
  display: flex;
  align-items: center;
  justify-content: center;
}
#scrollTopBtn {
  display: none;
}

/* Menu --------------------- */
.menu {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 56px;
  background: #f5f4f4;
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.15),
    0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  z-index: 1111;
}
.header__menu .title-sub:not(.home_page_menu) > a {
  display: block;
  height: 56px;
  padding: 18px 16px;
  color: #1f1f1f;
font-family: "Open Sans", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 125% */
letter-spacing: 0.08px;
}
.header__menu .title-sub.has-sub {
  padding-right: 32px;
}
html[lang="be"] .header__nav .title-sub.has-sub:nth-child(2) .submenu {
  left: 50%;
  transform: translate(-50%, 0);
}
/* .header__nav .title-sub.has-sub:nth-child(2) .submenu {
  left: 0;
  transform: translate(0);
} */
.header__nav .title-sub.has-sub:nth-child(6) .submenu {
  left: auto;
  right: 0;
  transform: translate(0);
}
html[lang="be"] .header__menu .title-sub.has-sub:nth-child(2) .submenu_list,
html[lang="be"] .header__menu .title-sub.has-sub:nth-child(4) .submenu_list {
  width: 240px;
  height: fit-content;
}
.header__menu .title-sub.has-sub .submenu_list{
  min-width: 240px;
max-width: 550px;
max-height: 608px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
/* .header__menu .title-sub.has-sub:nth-child(6) .submenu_list {
  height: 600px;
} */
html[lang="be"] .header__menu .title-sub.has-sub:nth-child(2) .submenu_list li,
html[lang="be"] .header__menu .title-sub.has-sub:nth-child(4) .submenu_list li {
  width: 100%;
}
/* .header__menu .title-sub.has-sub:nth-child(2) .submenu_list li,
.header__menu .title-sub.has-sub:nth-child(4) .submenu_list li,
.header__menu .title-sub.has-sub:nth-child(6) .submenu_list li {
  width: 50%;
} */
.header__menu .title-sub.has-sub .submenu_list li a{
  width: 100%;
}
.header__nav .header__menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__nav ul li {
  position: relative;
  transition: all 0.4s ease-in-out;
}
.home_page_menu a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 56px;
  background: #fff;
}
.header__nav .title-sub.has-sub::before {
  content: " ";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background-image: url(../image/SVG/expand-arrow.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: all 0.4s ease-out;
}
.header__nav .title-sub:hover {
  background: #bc2426;
}
.header__nav .title-sub:hover > a {
  color: #fff;
}
.header__nav .title-sub:hover::before {
  transform: rotate(180deg);
}
.header__nav .title-sub.has-sub .submenu {
  position: absolute;
  top: 100%;
  left: 50%;
  border-radius: 4px;
  border: 2px solid #0f1e2e;
  background: linear-gradient(142deg, #f7f7f7 14.36%, #e3e3e3 83.39%);
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.15),
    0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  transform: translate(-50%, 0);
  transition: all 0.4s ease-in-out;
}
.header__nav .title-sub.has-sub .submenu_list {
  width: 240px;
  padding: 8px;
}
.header__nav .title-sub.has-sub:hover .submenu {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s ease-in-out;
}
.news_data,
.resurs_text,
.menu-burger__text {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.004em;
  color: #454545;
}

/* Header --------------------- */
body:has(.page_body) .header {
  height: auto;
  position: static;
}
body:has(.page_body) .header_topbar_top .director,
body:has(.page_body) .header_topbar_top .info_row,
body:has(.page_body) .header_topbar_top .info_block,
body:has(.page_body) .header_topbar_top .working-hours-wrapper {
  display: none;
}
.header {
  position: absolute;
  width: 100%;
  height: 100vh;
  height: 768px;
  overflow: hidden;
}
.header__wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 111;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.95) 0%,
    rgba(255, 255, 255, 0.7) 56.4%,
    rgba(255, 255, 255, 0.2) 100%
  );
}
.header_topbar_top {
  position: absolute;
  left: 0;
  width: 592px;
  height: calc(768px - 56px);
  padding: 16px;
  padding-top: 146px;
  padding-left: 32px;
}
.header_topbar_top::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 170%;
  right: 0;
  height: 100vh;
  height: calc(768px - 56px);
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 0.8) 0%,
    rgba(255, 255, 255, 0.8) 57.5%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: -1;
}
.header_topbar_top .info_row,
 .header_topbar_top .info_block{
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px 0;
  margin-left: 8px;
}
.header_topbar_top .info_block{
  padding-bottom: 0;
}
.header_topbar_top .language_row ul {
  display: flex;
  align-items: center;
}
.header_topbar_row {
  display: flex;
  justify-content: space-between;
  padding: 16px 0 0 16px;
  position: relative;
  z-index: 1;
}
/* --карта сайта */
.icon_map {
  padding-right: 24px;
  margin-right: 24px;
  border-right: 1px solid #e2e2e2;
}
/* --Языки */
.language_row {
  display: flex;
  padding-bottom: 16px;
  margin-bottom: 10px;
}
.language {
  display: flex;
  align-items: center;
}
.language_row li,
.language li {
  color: #494949;
  margin-left: 25px;
}
.language_row li:first-child,
.info_row li:first-child {
  margin-left: 0;
}
/* --лого */
.logo__image {
  display: flex;
}
.logo_image_row .logo_image {
  flex: 0 0 44px;
  max-width: 44px;
  height: auto;
  
}
.logo_image {
  display: block;
  width: 100%;
  height: 100%;
}
.header_topbar_row .logo_row {
  display: flex;
  align-items: center;
  gap: 16px;
}
.logo_image_row {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 16px;
}
.logo_row p{
  color: var(--neitral-2);
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px; /* 120% */
  letter-spacing: 0.15px;
  text-transform: uppercase;
}
.logo_row .h4 {
  color: #1b1b1b;
  max-width: 823px;
  font-size: clamp(1rem , calc(2.125 / 80 * 100vw), 2.125rem);
  margin-right: 32px;
}
.logo_image img {
  width: 100%;
}
/* --поиск */
.form-search button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  background-image: url(../image/SVG/search.svg);
  margin-top: -12px;
  margin-left: -12px;
  z-index: 3;
}
.form-search {
  position: relative;
  width: 100%;
}
.form-search input::placeholder {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.005em;
  color: #a4a4a4;
}
.form-search input:focus-visible {
  outline: none;
}
.form-search button {
  position: absolute;
  top: 50%;
  right: 24px;
  cursor: pointer;
  outline: none;
  border: none;
}
.form-search input {
  width: 100%;
  height: 48px;
  background: #ffffff;
  border: 1px solid #c3c3c3;
  border-radius: 4px;
  padding: 13px 52px 11px 16px;
}
.search__mobile{
  display: none;
  margin-right: 0px;
  position: absolute;
  right: -16px;
  top: 0;
  max-width: unset;
        width: fit-content;
}
@media(max-width: 1100px){
  .header_topbar_top_row .form-search{
    display: none;
  }
  .search__mobile{
    display: flex;
  }
  .search__mobile .button-search {
        display: flex;
        width: 56px;
        height: 56px;
        position: absolute;
        right: 0;
        top: 0;
        /* transform: translateY(-50%); */
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .button-search:hover{
    cursor: pointer;
  }
    .search__mobile .search-form{
      display: none;
        }
    .search__mobile .button-search.active{
      z-index: 0;
      position: absolute;
      right: 0;
    }
    .form-search input{
      height: 56px;
    }
}
/* --Председатель */
.director .director__row img {
  width: 80px;
  height: 104px;
  border-radius: 4px;
  object-fit: cover;
}
.director__row {
  display: flex;
  gap: 16px;
}
.director__title {
  padding-top: 16px;
}
.director__title p {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.048px;
  color: var(--neitral-2);
  margin: 8px 0 0 0;
}
.director__text {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding: 12px 8px;
  padding-right: 36px;
  
}
.director__text a:hover svg path {
  stroke: #727272;
  transition: all 0.4s ease-in-out;
}
.director__text p:first-child {
  margin-bottom: 8px;
}
.director__text a {
  position: absolute;
  right: 12px;
  bottom: 20px;
}
.director__text ul li{
  list-style: disc;
  
}
.director__text ul{
  padding-left: 24px;
}

/* Баннеры под слайдером ------------ */
.submenu_list a {
  min-height: 48px;
  display: flex;
  align-items: center;
  color: #1b1b1b;
  padding: 8px;
}
.submenu_list a:hover {
  background: #bc2426;
  color: #fff;
}
.resurs_item .resurs_text {
  color: #1b1b1b;
}
.aktual_data {
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  color: #454545;
}
.news_list_tex .aktual_data {
  color: #6e6e6e;
}
.nav_column ul li,
.info_block li,
.info_row li {
  display: flex;
  align-items: center;
}
.nav_column ul li {
  margin-bottom: 5px;
}
.nav_column ul li:last-child {
  margin-bottom: 0;
}
header .social_row .telegram,
footer .social_row .telegram{
  display: none;
}
.social_row{
  display: flex;
  gap: 24px;
  align-items: center;
  padding: 24px 8px;
}
.social_row li svg,
.page_body .social_row svg {
  width: 24px;
}
.social_row li {
  margin-left: 26px;
}
.social_row li:first-child {
  margin-left: 0;
}
.page_body .social_row li {
  margin-left: 8px;
}
.page_body .social_row li:first-child {
  margin-left: 0;
}
.slider_item_background img {
  position: absolute;
  bottom: 0;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
}
.slider_wrap {
  position: relative;
  height: calc(100vh - 56px);
  height: calc(768px - 56px);
  overflow: hidden;
}
.slider_row,
.slider_row.slick-slider .slick-list,
.slider_row.slick-slider .slick-track,
.slider_row.slick-initialized .slick-slide,
.slider_row .slider_item,
.slider_item .slider_item_background,
.slider_item .slider_item_background .desktop {
  height: 100%;
}
.container_slider {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 1440px;
  margin: 0 auto;
  padding-bottom: 22px;
  z-index: 999;
}
.slider_menu_row {
  display: flex;
  justify-content: center;
}
.slider_menu_row .slider_menu_item {
  position: relative;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  width: 208px !important;
  height: 92px;
  padding: 12px 16px 0 16px;
  margin: 0 16px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  background: rgba(247, 247, 247, 0.9);
  box-shadow: 2px 2px 16px 0px rgba(0, 0, 0, 0.15),
    1px 1px 3px 0px rgba(0, 0, 0, 0.3);
}
.slider_menu_row .slider_menu_item:hover {
  border: 1px solid #d12338;
  border-radius: 4px;
  box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.15), 1px 1px 3px rgba(0, 0, 0, 0.3);
  background: rgba(247, 247, 247, 1);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1400px) {
  .slider_menu_row .slider_menu_item {
    width: 170px !important;
  }
}
.slider_menu_row .slider_menu_item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slider_menu_item .slider_menu_icon {
  width: 32px;
  height: 32px;
}
.slider_menu_item p {
  height: 36px;
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.035px;
  padding-top: 8px;
}
@media (max-width: 1200px) {
  .slider_wrap .container_slider {
    display: none;
  }
  .container_slider {
    position: static;
    width: 280px;
    padding: 0;
  }
  .slider_menu_row .slider_menu_item {
    width: 100% !important;
    height: auto !important;
    flex-direction: row;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    padding: 10px 16px;
    background: none;
  }
  .container_slider .slick-track {
    display: flex;
    flex-direction: column;
    margin: 0;
    width: 100% !important;
  }
  .container_slider .slick-slide {
    width: 100% !important;
    padding-bottom: 0;
  }
  .slider_menu_item .slider_menu_icon {
    margin-right: 20px;
  }
  .slider_menu_item p {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.08px;
    color: #1b1b1b;
    height: auto;
    padding: 0;
    text-align: left;
  }
  .menu__wrapper .contact_row svg {
    margin: 0;
    transition: all 0.4s ease;
  }
}
/* Inform banners */
.inform_wrap {
  position: relative;
  background: #e2e2e2;
  padding: 32px 0;

  z-index: 999;
}
.inform_row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
.inform_row .inform_item {
  position: relative;
  display: flex;
  min-height: 255px;
  border-radius: 4px;
  background: #fff;
  padding: 10px 16px 48px 16px;
}
.inform_item .inform_item_icon {
  flex: 0 0 96px;
  max-width: 96px;
}
.inform_item .inform_item_text {
  flex: 1 1 auto;
  padding: 0 24px 0 0;
}
.inform_item .inform_item_text .h6 {
  color: #494949;
  width: fit-content;
  padding-bottom: 12px;
  margin-bottom: 8px;
  border-bottom: 2px solid #e2e2e2;
}
.inform_item .inform_item_text .text {
  display: flex;
  align-items: center;
  min-height: 40px;
  margin-bottom: 8px;
}
.inform_item .inform_item_text .text:last-child {
  margin-bottom: 0;
}
.inform_item .btn {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 12px 16px;
}
.news_wrap {
  background: #ffffff;
}
.page_row .nav_column,
.menu-sidebar__row,
.news_container_row .nav_column {
  position: relative;
  background: #f5f4f4;
  padding: 16px 0;
}
.page_row .nav_column p {
  margin: 0;
}
.menu-sidebar__row {
  padding: 8px;
  border-left: 1px solid #e2e2e2;
}
.page_row .nav_column::before,
.news_container_row .nav_column::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100vw;
  width: 100vw;
  height: 100%;
  background-color: #f5f4f4;
}
/* .menu-sidebar__row::before {
  content: "";
  position: absolute;
  top: 0;
  right: -100vw;
  width: 100vw;
  height: 100%;
  background-color: #f7f7f7;
} */
.nav_column li a {
  display: flex;
  align-items: center;
  padding: 0 16px;
  width: 100%;
  height: 48px;
}
div.nav_column svg,
div.nav_column img {
  width: 24px;
  margin-right: 16px;
}
.news_column {
  position: relative;
  padding-bottom: 52px;
}
.news_row{
  display: flex;
  justify-content: center;
  gap: 32px;
  padding-bottom: 32px;
}
.page_content .news_row{
  flex-wrap: wrap;
}
.news_nav {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 8px 0 16px 0;
}
.news_nav .news_nav_item {
  position: relative;
}
.news_nav .news_nav_item a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.016px;
  padding: 14px 16px;
  text-align: center;
  white-space: nowrap;
}
.news_nav .news_nav_item.activ::after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: #1f1f1f;
  border-radius: 2px;
  transition: all 0.4s ease-in-out;
}
.news_nav .s1 {
  color: #a4a4a4;
}
.news_nav .s1.activ {
  color: #1b1b1b;
}
.news_item {
  position: relative;
  display: flex;
  height: 146px;
  background: #ffffff;
  border: 1px solid #f5f4f4;
  border-radius: 4px;
  margin-bottom: 16px !important;
}
/* .index_news.news_row  */
.news_row .news_item{
  flex-direction: column-reverse;
  height: unset;
  max-width: 33.333%;
  border-radius: 4px;
  border: 1px solid var(--neitral-3);
  background: #FFF;
  cursor: pointer;
  transition: 0.3s;
  margin-bottom: 0px !important;
}
.page_content .news_row .news_item{
  width: calc(33.333% - 24px);
  min-width: 320px;
}
.page_content .news_row._tiles .news_item{
  width: 100%;
  min-width: unset;
  max-width: unset;
}
/* .index_news.news_row  */
.news_item:hover{
  box-shadow: 2px 2px 16px 0px rgba(0, 0, 0, 0.15), 1px 1px 3px 0px rgba(0, 0, 0, 0.30);
}
.news_item:last-child {
  margin-bottom: 0;
}
.news_item .news_image {
  flex: 0 0 232px;
  max-width: 232px;
  height: 144px;
}
.news_item .news_image img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
  object-position: top;
}
.news_row .news_item .news_image{
  display: flex;
  height: 368px;
  padding: 16px;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  max-width: unset;
  width: 100%;
  flex-basis: auto;
}
/*.index_news.news_row .news_item*/
.news_image a{
  display: flex;
    width: 100%;
    height: 100%;
}
.news_item .news_text {
  flex: 1 1 auto;
  padding: 9px 48px 12px 16px;
}
.news_row .news_item .news_text{
  display: flex;
  flex-direction: column;
  padding: 12px 16px 8px 16px;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 19px;
  flex: 1 0 0;
  align-self: stretch;
}
.news_text p {
  margin: 0;
}
.news_item .news_text .h6 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: auto;
}
.news_row._tiles.news_item .news_text .h6,
.news_row._tiles.news_item .news_text .h6 a{
display: flex;
}
.news_item .news_text .text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: auto;
}
.news_item .news_text .news_data {
  
  margin-bottom: 15px;
  text-transform: uppercase;
  color: var(--neitral-2);
font-family: 'Roboto', sans-serif;
font-size: 10px;
font-weight: 400;
line-height: 12px;
letter-spacing: 0.15px;
text-transform: uppercase;
}
.news_item .news_btn svg {
  stroke: #727272;
  transition: all 0.4s ease-in-out;
}
.news_item .news_btn:hover svg {
  stroke: #e12923;
  transition: all 0.4s ease-in-out;
}
.news_item .news_btn {
  position: absolute;
  right: 12px;
  bottom: 12px;
}
.news_row .news_item .news_btn{
  position: static;
  margin-top: auto;
}
.news_btn {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  margin: 24px 0 16px;
}
.news_wrap .news_btn{
  position: static;
  justify-content: center;
  /* margin-bottom: 32px; */
}
/* Актуальная информация ------------------- */
.aktual_column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.aktual_column .aktual_item {
  border: 1px solid #1b1b1b;
  border-radius: 4px;
  background: #fff;
  padding: 12px 16px 16px 16px;
  margin-top: 32px;
}
.aktual_item .aktual_text .s1 {
  padding-top: 24px;
}
.aktual_item .aktual_image img {
  width: 100%;
  min-height: 259px;
  border-radius: 4px;
  object-fit: cover;
}
.aktual_item .btn {
  position: relative;
  left: -8px;
  margin: 20px 0 24px 0;
}
.aktual_column .primary-button {
  margin: 16px 0;
}
.news_container_row {
  display: grid;
  gap: 32px;
  grid-template-columns: 328px auto 328px;
}
/* .news_row */
._tiles{
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(2, 1fr);
}
.slider_social_wrap {
  background: #cfcfcf;
}
.slider_social_item,
.news_row._tiles .news_item {
  position: relative;
}
.news_row._tiles .news_item{
  height: 384px;
  width: 100%;
}
.slider_social_item a{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
/*.slider_social_item .social_title,*/
.slider_social_item .social_text,
.news_row._tiles .news_item .news_text  {
  position: absolute;
  top: 16px;
  left: 16px;
  width: calc(100% - 32px);
  max-width: 336px;
  max-height: 320px;
  background: rgba(255, 255, 255, 0.9);
  padding: 8px 16px;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
/* .slider_social_item:hover .social_title */
 .slider_social_item:hover .social_text{
  background: #fff;
  box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.15), 1px 1px 3px rgba(0, 0, 0, 0.3);
  border: 1px solid #d12338;
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
}
.slider_social_item .preview-text,
.news_row._tiles .news_item .news_text .text{
  color: var(--neitral-3);
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 16px;
letter-spacing: 0.035px;
<!--display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;-->
}

.slider_social_item img,
.news_row._tiles .news_item .news_image {
  width: 100%;
  height: 200px;
  height: 352px;
  border-radius: 4px;
  object-fit: cover;
  
  transition: all 0.4s ease-in-out;
}
.news_row._tiles .news_item .news_image{
  max-width: 100%;
  flex-basis: auto;
  height: 384px;
  padding: 0;
}
.social_title.h6,
.news_row._tiles .news_item .news_text .h6{
  color: var(--neitral-2);
font-size: 20px;
font-weight: 500;
line-height: 26px;
letter-spacing: 0.03px;
}
.slider_social_item:hover img {
  box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.15), 1px 1px 3px rgba(0, 0, 0, 0.3);
  transition: all 0.4s ease-in-out;
}
.slider_social_row.slick-slider {
  display: flex;
  align-items: center;
  padding-bottom: 32px;
}
.slick-arrow {
  cursor: pointer;
}
.slider_social_row.slick-slider .slick-list {
  margin: 0 80px;
}
.slider_social_row.slick-slider .slick-slide {
  margin-left: 16px;
  margin-right: 16px;
}
.emails p:nth-child(2n) .email::before{
  content: '';
}
/* Модуль Инвестиции ---------------------------------- */
.investment_wrap {
  background: linear-gradient(
      180deg,
      #e3e3e3 0%,
      rgba(255, 255, 255, 0.5) 46.62%
    ),
    url(../image/img/investicii.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 16px;
}
.invest-control {
  position: relative;
}
.invest-control::after {
  content: "";
  background-image: url(../image/SVG/arrow.svg);
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -12px;

  width: 24px;
  height: 24px;
  pointer-events: none;
  box-sizing: border-box;
  z-index: 1;
}
.internet-title {
  text-align: center;
}
.invest-predl #invest .invest-content {
  background: transparent;
}
.invest-predl {
  padding-top: 16px;
}
#invest .invest-controls {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 16px;
  height: 120px !important;
  margin-bottom: 24px;
  background-color: transparent;
  padding: 16px 0 0;
}
#invest .invest-control {
  width: 32%;
}
.invest-control {
  position: relative;
  width: 100%;
  height: 48px;
  background: #ffffff;
  transition: all 0.4s ease-in-out;
}
#invest .invest-select {
  position: relative;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.0025em;
  color: #6e6e6e;
  width: 100%;
  height: 100%;
  padding: 14px 52px 14px 16px;
  background-color: transparent;
  outline: none;
  border: none;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.invest-control select {
  appearance: none;
}
#invest .invest-button {
  position: relative;
  height: 38px;
  margin-top: 7px;
  padding: 8px 12px;
  background: #c4c4c4;
  border-radius: 3px;
  outline: none;
  border: none;
  transition: all 0.4s ease-in-out;
}
.invest-button > svg path {
  fill: #1b1b1b;
  transition: all 0.4s ease-in-out;
}
#invest .invest-button:hover {
  background: #ac1d16;
  transition: all 0.4s ease-in-out;
}
#invest .invest-button:hover svg path {
  fill: #fff;
  transition: all 0.4s ease-in-out;
}
#invest .invest-button:active {
  background: #727272;
  transition: all 0.4s ease-in-out;
}
#invest .invest-button::after {
  text-transform: uppercase;
}
#invest .invest-table {
  background: #ffffff;
  border-radius: 2px;
  margin: 100px 0 16px;
  padding: 24px 16px 8px;
}
.invest-table .invest-table_row {
  border: none;
  position: relative;
}
.invest-table_row a,
.invest-table_row a:hover {
  color: #2f1cb3;
}
.invest-table_row::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 8px;
  width: 18px;
  height: 18px;
  background-image: url(../image/SVG/forward.svg);
  background-size: contain;
}
button#invest-content-filter svg {
  position: relative;
  top: 1px;
  width: 21px;
  height: 21px;
  margin-right: 6px;
}
button#invest-content-filter::after {
  content: "Применить" !important;

  position: relative;
  top: -4px;
  margin-right: 6px;
  font-weight: 500;
  color: #1b1b1b;
  transition: all 0.4s ease-in-out;
}
.investment_wrap.be button#invest-content-filter::after {
  content: "Прымяніць" !important;
}
.investment_wrap.en button#invest-content-filter::after {
  content: "Apply" !important;
}
#invest .invest-button:hover::after {
  color: #fff;
  transition: all 0.4s ease-in-out;
}
.invest-content button#invest-content-filter::before {
  text-transform: uppercase;
}
@media (max-width: 992px) {
  #invest .invest-controls {
    justify-content: space-between;
  }
  #invest .invest-control {
    width: 48%;
  }
}
@media (max-width: 767px) {
  #invest .invest-control {
    width: 98%;
  }
  #invest .invest-controls {
    justify-content: center;
    height: auto !important;
    padding-bottom: 16px;
    margin: 0;
  }
  #invest .invest-table {
    margin-top: 216px;
  }
}
@media (max-width: 576px) {
  #invest .invest-control {
    width: 100%;
  }
}
@media (max-width: 480px) {
  #invest .invest-button {
    padding: 0 60px;
  }
}

/* Разработка -------------- */
.footer__developer {
  bottom: 0;
  width: 250px;
}
.footer__developer h6 {
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.15px;
  color: #4d4d4d;
  text-transform: uppercase;
}
.footer__developer p {
  margin-top: 4px;
  margin-bottom: 0;
  padding: 0 !important;
}
.footer__developer img {
  float: left;
  margin-right: 16px;
  width: 40px !important;
  height: 40px;
}
footer .social_row:not(:last-child){
  border: 1px solid #E2E2E2;
    padding: 8px;
     border-radius: 2px;
     max-width: 672px;
}
footer .socials_qr{
  display: flex;
  gap: 8px;
 
    
    justify-content: center;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
}
footer .qr_text{
  color: var(--neitral-2);
text-align: center;
font-family: "Noto Serif", sans-serif;
font-size: 20px;
font-weight: 500;
line-height: 26px;
letter-spacing: 0.03px;
}
footer .social_row .social_row{
  flex-direction: column;
  padding: 0;
}
footer .social_row .instagram{
  display: none;
}
footer .socials_qr img{
  width: 104px;
  object-fit: cover;
}
/* Баннеры под инвестициями ----------- (НЕ АКТИВНЫ) */
.great_wrap {
  background: #e2f1f3;
  padding: 32px 0 24px 0;
}
.great_row .slick-slide {
  margin: 0 16px;
}
.great_row.slick-slider {
  margin: 0 -15px;
}
.great_row .great_item {
  background: #ffffff;
  mix-blend-mode: normal;
  border-radius: 3px;
  padding: 8px;
}
.great_row .great_item a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 56px;
}
.great_row .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 24px;
}
.great_row .slick-dots li:first-child {
  margin-left: 0;
}
.great_row .slick-dots li {
  width: 16px;
  height: 16px;
  margin-left: 8px;
  border-radius: 30px;
}
.great_row .slick-dots li.slick-active {
  background: #46b7c3;
}
.great_row .slick-dots li {
  background: #c3e4e9;
}
.slick-dots button {
  display: none;
}

/* Attentions banners ---------------------------------------- */
.attention_wrap {
  position: relative;
  background: #ADADAD;
  overflow-x: hidden;
}
.attention_row {
  position: relative;
  display: grid;
  grid-template-columns: 60% 43%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  padding-bottom: 32px;
}
/* .attention_wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: #ffffff;
  height: 100%;
  width: 20%;
  z-index: 0;
} */
.attention_slider {
  position: relative;
}
.attention_slider_item {
  position: relative;
  display: flex !important;
  background: #fff;
  border-radius: 4px;
  padding: 16px 32px 16px 16px;
  margin-bottom: 16px;
  transition: all 0.4s ease-in-out;
}
.attention_slider_item:hover {
  background: rgb(255, 255, 255, 0.7);
  transition: all 0.4s ease-in-out;
}
.attention_slider_item:hover .attention_slider_image {
  box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.15), 1px 1px 3px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
}
.attention_slider_item a,
.attention_item a,
.resurs_item a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.attention_slider_image {
  flex: 0 0 208px;
  max-width: 208px;
}
.attention_slider_image img {
  width: 100%;
  max-height: 128px;
  border-radius: 4px;
  object-fit: cover;
}
.attention_image img {
  width: 100%;
  border-radius: 4px;
}
.attention_slider_text,
.attention_text {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4px 1px 4px 1px;
  margin-top: -8px;
}
.attention_text {
  color: #494949;
}
.attention_text.h6{
  color: var(--neitral-3);
font-size: 20px;
font-weight: 500;
line-height: 26px; 
letter-spacing: 0.03px;
}
.attention_column {
  position: relative;
  background: #e2e2e2;
  padding: 32px;
  padding-right: 0;

  z-index: 1;
}
.attention_column::after {
  content: "";
  position: absolute;
  top: 0;
  right: -100vw;
  width: 100vw;
  height: 100%;
  background-color: #e2e2e2;
}
.attention_text.h3 {
  color: #2a5040;
}
.attention_item {
  position: relative;
  display: flex;
  /* align-items: center; */
  min-height: 92px;
  max-width: 448px;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  padding: 16px;
  transition: all 0.4s ease-in-out;
  width: calc(33.333% - 32px);
  min-width: 350px;
  gap: 16px;
}
.attention_item:last-child {
  margin-bottom: 0;
}
.attention_item:hover {
  box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.15), 1px 1px 3px rgba(0, 0, 0, 0.3);
  border: 1px solid #d12338;
  border-radius: 3px;
  transition: all 0.4s ease-in-out;
}
.attention_image {
  flex: 0 0 136px;
  max-width: 136px;
  height: 88px;
}
.attention_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider_arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 100%;
  background: linear-gradient(270deg, #e3e3e3 0%, rgba(227, 227, 227, 0) 100%);
}
.attention_slider_row .slick-arrow {
  position: absolute;
  width: 24px;
  height: 24px;
  z-index: 7;
  cursor: pointer;
}
.attention_slider_row .slick-next {
  top: -48px;
  right: 12px;
}
.attention_slider_row .slick-prev {
  right: 12px;
  bottom: 24px;
}
.attention_slider_row {
  padding-bottom: 50px;
}

/* Internet Resursy -------------------------- */
.resurs_wrap {
  background: #f5f4f4;
  padding-bottom: 32px;
}
.resurs_wrap .h4{
  padding-top: 21px;
}
.resurs_row.slick-slider {
  display: flex;
  align-items: center;
}
.resurs_row.slick-slider .slick-list {
  margin: 0 68px;
}
.resurs_item {
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 4px;
  padding: 16px;
}
.resurs_item:hover {
  box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.15), 1px 1px 3px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
}
.resurs_image {
  max-width: 72px;
  margin: 0 auto;
}
.resurs_text {
  padding-top: 13px;
  text-align: center;
}
.resurs_row.slick-slider .slick-slide {
  margin: 0 16px;
}

/* Footer ------------------------------------------------ */
.footer {
  background: #fff;
  padding: 8px 0 16px 0;
}
.footer_row {
  display: flex;
}
.footer_map {
  flex: 0 0 688px;
  max-width: 688px;
}
.footer_map .map_row {
  border-radius: 4px;
}
.footer_column {
  flex: 1 1 auto;
  padding-right: 32px;
  position: relative;
  display: flex;
    flex-direction: column;
    gap: 24px;
}

.footer_column ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer_column ul li:last-child {
  padding: 0;
}
.info_block li span {
  margin-left: 8px;
}
.footer_item {
  display: flex;
  width: 100%;
  align-items: center;
    justify-content: space-between;
}
.footer_item .appial-button img {
  position: relative;
  top: 5px;
  width: 18px;
  margin-right: 8px;
}
.footer_item .secondary-button {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 9px 16px 9px 12px;
}
.footer_item .secondary-button.icon svg {
  position: static;
  top: unset;
  transform: translateY(0);
  left: auto;
  margin-right: 8px;
}
.appial-button {
  border: 2px solid #f5f4f4;
  background: #fff;
  color: #ac1d16;
  padding: 6px 16px 11px 12px;
}
.appial-button:hover {
  background: #ac1d16;
  color: #fff;
  transition: all 0.4s ease-in-out;
}
.appial-button:active {
  background: #727272;
  transition: all 0.4s ease-in-out;
}

/*---------------------------------second_page-------------------------------*/
.page_content a {
  color: #1F1F1F;
  text-decoration: none;
  transition: 0.4s;
}
.page_content a:hover {
  color: #085d91;
  text-decoration: underline;
}
.page_content {
  margin-bottom: 16px;
  
}
.page_wrap .page_content,
.page_wrap .page_row._static .page_content{
    max-width: 1000px;
    margin: 0 auto;
    padding: 16px;
   
    
}
.page_wrap .page_row._static .page_content{
  gap: 16px;
  border-radius: 20px;
  background: #fff;
}
.page_wrap .page_row .page_content{
  max-width: unset;
  width: 100%;
}
.page_content .h4 {
  text-align: center;
  padding: 13px 0;
  margin: 0;
}
.header__wrapper.inner {
  position: inherit;
}
.header__wrapper.inner .header_topbar_top {
  display: none;
}

/* Breadcrumbs -------------------- */
.breadcrumb-nav {
  background: #f5f4f4;
  padding: 15px 0;
}
.breadcrumb-nav .breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
}
.breadcrumb-item {
  position: relative;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.0025em;
  color: #1b1b1b;
  max-width: 1000px;
}
.breadcrumb-item a::after {
  content: ">";
  padding: 0 16px;
}
.breadcrumb-item.active {
  color: #6e6e6e;
}
.page_row {
  display: grid;
  gap: 16px;
  /* grid-template-columns: 328px auto 328px; */
  grid-template-rows: 1fr;
  /* background: #fff; */
}
.menu-sidebar__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 8px 16px;
  /* text-align: center; */
  color: #494949;
  /* margin-bottom: 8px; */
  min-width: 90px;
}
.menu-sidebar__nav{
  display: flex;
  flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    border-radius: 4px;
    border: 1px solid var(--main-3, #0F1E2E);
    background: linear-gradient(142deg, #F7F7F7 14.36%, #E3E3E3 83.39%);
    /* background: linear-gradient(142deg, #F7F7F7 14.36%, #E3E3E3 83.39%); */
    padding: 8px;
    width: fit-content;
    margin: 0 auto;
    max-width: 100%;
}
.menu-sidebar__item:hover {
  background: #ffffff;
}
.menu-sidebar__item.active {
  background: #ffffff;
  border-radius: 4px;
}
.menu-sidebar_submenu {
  padding-bottom: 3px;
}
.page_body {
  background: #f5f4f4;
  padding-bottom: 32px;
}
.page_body:has(.page_pagination),
.page_body:has(.social_row) {
  padding-bottom: 0;
}
.page_pagination,
.page_body .social_row {
  background: #f5f4f4;
  min-height: 32px;
}
.page_pagination_row,
.page_body .social_row ul {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
}
.page_body .social_row ul {
  justify-content: flex-start;
  padding-left: 16px;
}
.page_pagination_row li {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0.0025em;
  color: #15281f;
  width: 24px;
  margin-left: 8px;
}
.page_pagination_row li:first-child {
  margin-left: 0;
}
.page_pagination_row li.active {
  color: #a4a4a4;
}
/* .page_wrap:has(.news_list_wrap) {
  background: #f7f7f7;
} */
.news_list_wrap {
  /* display: grid; */
  gap: 32px;
  grid-template-columns: auto 328px;
  min-height: 400px;
  padding-left: 16px;
  background: #fff;
  max-width: 1000px;
  width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.news_list_wrap .page_content p {
  margin: 12px 0;
}
.news_list_wrap .page_content .aktual_data{
  padding-top: 16px;
}
.news_list_row {
  margin: 16px 0;
}
.news_list_image {
  width: 100%;
  max-width: 328px;
  height: 200px;
  float: left;
  margin: 16px;
}
.news_list_text .aktual_data {
  margin: 0;
}
.news_list_image img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
  object-position: top;
}
.news_list_row .h4 {
  text-align: center;
  margin: 0;
  padding: 0;
}
.news_list_row:has(.h4) .news_list_text {
  padding: 0;
}
.page_wrap a.link_item {
  text-decoration-line: underline;
  color: #324ea9;
}
.news_list_wrap .text {
  margin-bottom: 16px;
}
.block_row {
  margin: 24px 0;
  border: 1px solid #d12338;
  border-radius: 4px;
}
.block_row .block_title {
  padding: 8px 16px;
  border-radius: 4px;
  text-align: end;
  background: #e2f1f3;
}
.block_text {
  padding: 12px 16px;
}
.spisoc_row,
.page_wrap ol {
  margin-top: 10px;
}
.spisoc_row li,
.page_wrap ol {
  position: relative;
  margin-bottom: 12px;
  padding-left: 25px;
}
.page_wrap ol li {
  position: relative;
  list-style: none;
  margin: 10px 0;
  padding-left: 32px;
}
.page_wrap ol {
  counter-reset: myCounter;
  padding-left: 0;
}
.page_wrap ol li:before {
  counter-increment: myCounter;
  content: counter(myCounter);
  position: absolute;
  left: 6px;
  top: -2px;
  font-size: 19px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.029px;
  color: #e16062;
  text-align: center;
}
.spisoc_row li::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  background-image: url(../image/SVG/fox.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -9px;
}
.link_row span {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 0.001em;
  color: #6e6e6e;
  margin-right: 8px;
}
.turn_row {
  background: #e2f1f3;
  border-radius: 3px;
  padding: 16px;
  margin-bottom: 32px;
}
.turn_row .title_form {
  text-align: center;
  padding-bottom: 22px;
}
.ttitle_form p.text {
  color: #454545;
}
.title_form p.s2 {
  font-weight: 400;
  color: #8c1825;
}
hr {
  width: 100%;
  border: 1px solid #c3c3c3;
  border-radius: 1px;
  margin: 16px 0;
}
.input_row {
  margin-bottom: 16px;
  width: 100%;
}
.page_content p img {
  margin: 0 12px;
}
.input_group {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
}
.checkbox-group input.checkbox {
  width: 24px;
  height: 24px;
  border: 1px solid #c3c3c3;
  border-radius: 4px;
}
.checkbox-group {
  display: flex;
  align-items: center;
}
.checkbox-group .label_checkbox {
  padding-left: 20px;
}
.btn_row {
  margin-top: 35px;
}
.news_row.guest_row .news_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.news_item .news_text .h6{
  height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.news_text .h6 a {
  text-decoration: none;
  color: var(--neitral-3);
  overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: auto;

}
.news_row._tiles .news_text .h6 a,
.news_row._tiles .news_text .h6 a,
.news_row._tiles .news_item .news_text .text{
display: flex;
}
.news_row.guest_row .news_btn {
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -12px;
}
.balloon_wrap {
  width: 360px;
  background: #ffffff;
}
.balloon_title {
  text-align: end;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  color: #454545;
  padding-bottom: 3px;
}
.balloon_wrap {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  padding: 14px 16px 11px 16px;
  position: relative;
}
.balloon_row {
  display: flex;
  justify-content: space-between;
}
.balloon_wrap:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 20px;
  height: 20px;
  background: #ffffff;
  transform: rotate(45deg);
  margin-left: -10px;
  z-index: 2;
}
.balloon_text {
  flex: 1 1 auto;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.0015em;
  color: #1b1b1b;
  text-align: start;
  padding: 0 11px 0 0;
}
.balloon_row .balloon_image {
  flex: 0 0 90px;
}
.balloon_text span {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.0025em;
  color: #454545;
  border-right: 1px solid #454545;
  padding-right: 8px;
  margin-right: 8px;
}
.balloon_text span:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}
.guest_row {
  position: relative;
  margin-bottom: 32px;
}
.guest_form_row {
  position: absolute;
  top: 16px;
  width: calc(100% - 32px);
  margin: 0 16px;
  background: #ffffff;
  border: 1px solid #c3e4e9;
  border-radius: 4px;
  padding: 16px;
}
.guest_form_row .h2 {
  text-align: center;
}
.rukovodstvo_text li {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.rukovodstvo_text li:last-child {
  margin-bottom: 0;
}
.rukovodstvo_item_row,
.contact__item_row,
.contact__rukovodstvo {
  display: flex;
  margin-bottom: 12px;
  background: #FFF;
  height: 100%;
}
.rukovodstvo_image {
  flex: 0 0 208px;
  max-width: 208px;
}
.rukovodstvo_image img {
  width: 100%;
  border-radius: 4px;
}

.contacts__info{
  display: flex;
  flex-direction: column;
}
.rukovodstvo_text {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16px;
}

.rukovodstvo_text .h3 {
  color: #1b1b1b;
  padding-bottom: 4px;
}
.resurs_text .text {
  color: #454545;
}
/* блок с карточками контактами */
.contact__rukovodstvo{
  gap: 16px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.contact__item{
  background: white;
    border-radius: 4px;
    border: 1px solid var(--Neitral--3, #F5F4F4);
    padding-left: 7px;
    padding-right: 7px;
}
.contact__item_row{
  padding: 9px;
  gap: 16px;
}
.contact__item .rukovodstvo_text{
  padding: 0;
  gap: 16px;
}
.contact__item .rukovodstvo_text p{
margin: 0 !important;
}
.contact__rukovodstvo .rukovodstvo_image{
  flex-basis: auto;
  max-width: 80px;
  height: 104px;
}
.contact__info{
  max-width: 424px;
  width: 100%;
}
.contact__info .rukovodstvo_text .h6{
  color: var(--neitral-2);
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.contact__rukovodstvo .info_block .position{
  color: var(--neitral-2);
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.15px;
  text-transform: uppercase;
}
.contact__rukovodstvo .info_block{
  display: flex;
    flex-direction: column;
    gap: 16px;
}
/* Accordion ------------------------*/
.accordion {
  margin: 0;
  padding: 0;
  list-style: none;
}
.accordion .rukovodstvo_item:last-child {
  margin-bottom: 0;
}
.link,
.accordion_item {
  border-radius: 4px;
  margin: 16px 0;
  transition: all 0.4s ease-in-out;
}
@media(max-width: 600px){
  .accordion._tiles{
    grid-template-columns: 1fr;
  }
}
/* Элемент label который запускает открыть/закрыть. */
.spojler,
.accordion_trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  border-radius: 4px;
  text-align: center;
  background: #E2E2E2;
  padding: 14px 0;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
/* меняем цвет фона у активного переключателя */
.accordion_toggle:checked ~ .accordion_trigger {
  background: #f7f7f7;
}
/* эти элементы radio/checkbox всегда должны быть скрыты. */
.accordion_toggle {
  position: absolute;
  display: none;
}
/* скрытое содержание аккордеона.*/
.accordion_target {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
  padding: 0;
  background-color: #ffffff;
  border-radius: 4px;
}
/** когда переключатель checked на radio/checkbox, показать содержимое аккордеона.*/
.accordion_toggle:checked ~ .accordion_row .accordion_target {
  position: static;
  width: auto;
  height: auto;
  clip: auto;
  margin: auto;
  padding: 16px;
  overflow: visible;
  transition: all 0.4s ease-in-out;
}
/* анимация при появлении блоков с содержанием */
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.accordion_item .accordion_trigger,
.rukovodstvo_item .accordion_item .accordion_trigger span {
  position: relative;
}
.accordion_item .accordion_trigger.text {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.03px;
  font-family: 'Noto Serif', sans-serif;
  color: var(--neitral-3);
}
.spojler {
  position: relative;
}
.hide_text {
  display: none;
  margin: 16px;
}
.link.opened > .hide_text {
  display: block;
}
.spojler::after,
.accordion_item .accordion_trigger::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 14px;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #727272;
  border-right: 2px solid #727272;
  border-radius: 0;
  transform: rotate(45deg);
}
.rukovodstvo_item .accordion_trigger::after {
  content: none;
}
p.spojler {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.016px;
  margin: 0;
  padding: 16px;
  padding-right: 48px;
}
.link.opened > .spojler::after,
.accordion_toggle:checked ~ .accordion_row .accordion_trigger::after {
  top: 50%;
  border-bottom: 2px solid transparent;
  border-right: 2px solid transparent;
  border-top: 2px solid #727272;
  border-left: 2px solid #727272;
  transform: rotate(45deg);
}
.rukovodstvo_item .accordion_item .accordion_trigger span::after {
  content: "";
  position: absolute;
  right: -24px;
  top: 7px;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #727272;
  border-right: 2px solid #727272;
  border-radius: 0;
  transform: rotate(45deg);
}
.rukovodstvo_item
  .accordion_toggle:checked
  ~ .accordion_row
  .accordion_trigger
  span::after {
  top: 40%;
  border-bottom: 2px solid transparent;
  border-right: 2px solid transparent;
  border-top: 2px solid #727272;
  border-left: 2px solid #727272;
  transform: rotate(45deg);
}
.rukovodstvo_item .accordion_row .s1 {
  margin-bottom: 10px;
}
.rukovodstvo_item .accordion_row ul li {
  position: relative;
  padding-left: 26px;
}
.rukovodstvo_item .accordion_row ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  background-image: url(../image/SVG/forward.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
.rukovodstvo_text p.text {
  margin-bottom: 8px;
}
.rukovodstvo_item {
  margin-bottom: 32px;
  max-width: 688px;
  margin: 0 auto;
  width: 100%;
  /* border-bottom: 1px solid lightgrey; */
}
.accordion_target .aktual_data,
.inner_row .aktual_data {
  color: #1b1b1b;
  margin-bottom: 8px;
}
.accordion_target ul {
  margin-top: 16px;
}
.accordion_target ul li {
  margin-bottom: 16px;
}
.accordion_target ul li:last-child {
  margin-bottom: 0;
}
.second_map {
  margin-bottom: 20px;
}
.mode_title {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 0.001em;
  color: #454545;
}
.mode_row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 10px 0;
}
.mode_row ul {
  display: inline-flex;
  margin-right: 18px;
}
.mode_row li {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0.0025em;
  color: #15281f;
  width: 32px;
  height: 32px;
  border: 1px solid #93d5dc;
  margin-left: -1px;
  background: #ffffff;
}
.inner_row .s2 {
  font-weight: 400;
  padding-top: 10px;
}
.inner_row .s1 {
  padding-bottom: 10px;
}
.spisoc_block li,
.page_content ul li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 16px;
  display: flex;
}

.spisoc_block li::after,
.page_content ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  background-image: url(../image/SVG/mark.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
.page_content.sport_detail ul.info_row li::after,
.page_content.sport_detail .mode_row ul li::after {
  content: none;
}
.page_content.sport_detail ul.info_row li,
.page_content.sport_detail .mode_row ul li {
  padding-left: 0;
}
.page_content.sport_detail .mode_row ul li,
.page_content.sport_detail .mode_row ul {
  margin-bottom: 0;
}
.page_content .info_block li {
  padding-left: 0;
}
.page_content .info_block li a {
  text-decoration: none;
  color: #1b1b1b;
}
.page_content .info_block li svg path {
  fill: #588ecb;
}
.page_content .info_block li::after {
  content: none;
}
.inner_row ul {
  margin-bottom: 16px;
}
.inner_row .accordion_trigger {
  flex-wrap: wrap;
}
.inner_row .accordion_trigger span {
  display: block;
  width: 100%;
}
.photo_row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.photo_row .photo_item {
  max-width: 320px;
}
.photo_row .photo_item img {
  width: 100%;
  border-radius: 4px;
}
.menu__wrapper .info_row {
  display: none;
}
@media (max-width: 1500px) {
  .attention_row {
    grid-template-columns: 57% 43%;
  }
}
@media (max-width: 1200px) {
  .menu__wrapper .info_row {
    display: block;
    position: fixed;
    top: 60px;
    right: 0;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.15),
      0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    transform: translateX(105%);
    transition: all 0.4s ease;
  }
  .menu__wrapper .info_row.opened {
    transform: translateX(0);
  }
  .menu__wrapper:has(.info_row.opened) .contact_row svg {
    transform: rotate(90deg);
    transition: all 0.4s ease;
  }
  .contact_row {
    display: flex;
  }
  .info_row li {
    margin-left: 0;
  }
}
@media (max-width: 1300px) {
  .news_container_row {
    gap: 16px;
    grid-template-columns: 23% auto 328px;
  }
  .page_row {
    display: grid;
    gap: 16px;
    /* grid-template-columns: 250px auto 328px; */
  }
  .footer_map {
    flex: 0 0 500px;
    max-width: 500px;
  }
}
@media (max-width: 1200px) {
  .header__nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 304px;
    height: 100%;
    background: #f5f4f4;
    transition: all 0.4s ease;
    box-shadow: 2px 2px 16px 0px rgba(0, 0, 0, 0.15),
      1px 1px 3px 0px rgba(0, 0, 0, 0.3);
    padding: 8px 0px;
    overflow-y: scroll;
    transform: translateX(-105%);
    z-index: 20;
  }
  .header__nav::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .header__nav .title-sub.parent .submenu {
    display: none;
  }
  .header__nav .header__menu {
    display: block;
  }
  .header__nav.open-menu {
    transform: translate(0);
  }
  .navbar .nav-menu.opened {
    transform: translate(0);
  }
  .header__nav .title-sub.home_page_menu {
    display: none;
  }
  .menu-burger {
    position: relative;
    display: flex;
    align-items: center;
    width: 74px;
    height: 24px;
  }
  .menu-burger__header span,
  .menu-burger__header:after,
  .menu-burger__header:before {
    position: absolute;
    left: 0;
    height: 2px;
    width: 22px;
    margin-left: -6px;
    background: #727272;
  }
  .menu-burger__header span {
    top: 10px;
  }
  .menu-burger__header:after,
  .menu-burger__header:before {
    content: "";
  }
  .menu-burger__header:after {
    bottom: 6px;
  }
  .menu-burger__header:before {
    top: 4px;
  }
  .menu-burger__header.open-menu span {
    opacity: 0;
  }
  .menu__wrapper .mobile {
    display: block;
  }
  .menu__wrapper .home_page_menu {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .menu__wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 56px;
  }
  .menu-burger .menu-burger__text {
    margin-left: 26px;
  }
  .title-sub a {
    min-height: 48px;
    padding: 0;
  }
  .header__nav .header__menu {
    margin: 0;
  }
  .header__menu .title-sub.has-sub:has(.active-menu) .submenu {
    width: 304px;
    margin-left: 0;
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
  .header__menu .title-sub.has-sub:hover {
    background: transparent;
  }
  .header__nav .title-sub:hover > a {
    color: #1f1f1f;
  }
  .header__menu .title-sub.has-sub:has(.active-menu) {
    background: #bc2426;
  }
  .header__menu .title-sub.has-sub:has(.active-menu) > a {
    color: #fff;
  }
  .header__menu .title-sub.has-sub:hover::before {
    transform: none;
  }
  .header__menu .title-sub.has-sub:has(.active-menu)::before {
    transform: rotate(180deg);
  }
  .header__nav .title-sub.has-sub .submenu_list {
    width: fit-content;
    padding: 8px 16px;
  }
  .header__nav .title-sub.has-sub .submenu {
    display: none;
    position: relative;
    top: 0;
    right: auto;
    left: 0;
    width: 100%;
    height: fit-content;
    max-height: fit-content;
    background: #ffffff;
    border-top: none;
    box-shadow: none;
    transform: none;
    margin: 0;
    opacity: 1;
    visibility: visible;
    z-index: 999999;
  }
  .header__nav ul li {
    margin-bottom: 8px;
  }
  html[lang="be"] .header__menu .title-sub.has-sub:nth-child(2) .submenu_list,
  html[lang="be"] .header__menu .title-sub.has-sub:nth-child(4) .submenu_list,
  .header__menu .title-sub.has-sub:nth-child(2) .submenu_list,
  .header__menu .title-sub.has-sub:nth-child(4) .submenu_list,
  .header__menu .title-sub.has-sub:nth-child(6) .submenu_list {
    width: 100%;
    height: auto;
    display: block;
  }
  .header__menu .title-sub.has-sub:nth-child(2) .submenu_list li,
  .header__menu .title-sub.has-sub:nth-child(4) .submenu_list li,
  .header__menu .title-sub.has-sub:nth-child(6) .submenu_list li {
    width: 100%;
  }
  .header__menu .title-sub.has-sub:nth-child(2) .submenu_list li a,
  .header__menu .title-sub.has-sub:nth-child(4) .submenu_list li a,
  .header__menu .title-sub.has-sub:nth-child(6) .submenu_list li a {
    width: 100%;
  }
  html[lang="be"] .header__nav .title-sub.has-sub:nth-child(2) .submenu,
  .header__nav .title-sub.has-sub:nth-child(2) .submenu,
  .header__nav .title-sub.has-sub:nth-child(6) .submenu {
    right: auto;
    left: 0;
    transform: none;
  }
  .header__nav .title-sub.has-sub::before {
    top: 28px;
  }
  .header__menu .title-sub.has-sub {
    padding-right: 42px;
    margin-bottom: 8px;
  }
  .submenu_list a:hover {
    background: transparent;
    color: #1b1b1b;
  }
  .contact_row {
    order: 4;
    justify-content: start;
    border: none;
    padding: 0;
  }
  .language_row ul {
    justify-content: end;
    width: 100%;
  }
  .form-search {
    width: 100%;
  }
  .slider_menu_row {
    flex-direction: column;
  }
  .attention_item{
    width: calc(100% - 32px );
  }
}
@media (max-width: 1150px) {
  .news_container_row {
    grid-template-columns: 1fr 1fr;
  }
  .news_column {
    padding-bottom: 0;
  }
  .footer_row {
    display: block;
  }
  .footer_map {
    max-width: 100%;
    margin-top: 32px;
  }
  .news_ntn {
    position: relative;
  }
  .nav_column li a {
    padding-left: 0;
  }
  .news_row._tiles{
    gap: 16px;
  }
  .contact__item_row{
    flex-direction: column;
    justify-content: space-between;
        height: 100%;
  }
  
}
@media (max-width: 1100px) {
  .logo_row .h4 {
    /* font-size: 24px; */
    line-height: 32px;
  }
  .logo_image_row .logo_image {
    flex: 0 0 40px;
    max-width: 40px;
    
  }
 .news_item .news_text .news_data{
  margin-bottom: 0;
 }
 .news_row{
  gap: 16px;
 }
 .news_row .news_item .news_image{
  height: 336px;
 }
 .slider_social_row.slick-slider .slick-list{
  margin: 0 60px;
 }
}
@media (max-width: 992px) {
  .news_list_row {
    display: flex;
    flex-direction: column;
  }
  .news_list_text {
    padding-left: 0;
  }
  .news_list_image {
    flex: auto;
  }
  .news_list_wrap {
    grid-template-columns: 1fr;
    gap: 0;
    padding-right: 16px;
  }
  .index_news.news_row{
  flex-wrap: wrap;
 }
 .index_news.news_row .news_item{
  width: 100%;
  max-width: unset;
 }
  .news_list_wrap .menu-sidebar__row {
    width: calc(100% + 64px);
    margin-left: -32px;
  }
  .aktual_column {
    order: 1;
    height: auto;
  }
  .logo_image_row {
    flex-direction: column;
    gap: 12px;
  }
  .header_topbar_row .logo_row {
    align-items: center;
  }
  .logo_image_row .logo_image {
    flex: 0 0 40px;
    max-width: 40px;
    height: 40px;
  }
  .inform_row {
    grid-template-columns: 1fr;
  }
  .news_container_row {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .news_container_row .nav_column {
    order: 3;
    border-right: none;

    margin-right: -16px;
  }
  .news_column {
    order: 2;
    padding-bottom: 0;
  }
  .aktual_column .aktual_item {
    margin-top: 16px;
  }
  .attention_row {
    grid-template-columns: 100%;
    margin: 0 -15px;
  }
  .attention_wrap::after {
    content: none;
  }
  .page_row {
    display: block;
  }
  .page_row .nav_column ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .page_row .nav_column {
    padding: 16px 0;
  }
  .attention_column {
    padding: 16px;
  }
  .attention_item {
    max-width: 100%;
    /* margin-bottom: 16px;
    padding-right: 16px; */
  }
  .attention_column::after {
    right: 0;
    width: 0;
    height: 0%;
    background-color: transparent;
  }
  /* inner */
  .menu-sidebar__row {
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-right: -16px;
    padding: 16px;
  }
  .page_row .nav_column {
    margin-right: -16px;
    padding-right: 16px;
  }
  .page_content {
    padding: 16px;
    padding-top: 0;
  }
}
@media (max-width: 786px) {
  .header {
    height: 115vh;
    height: 115lvh;
    height: 1094px;
  }
  .slider_wrap {
    height: 115lvh;
    min-height: 115vh;
    height: 1094px;
  }
  .gallery__wrapper {
    flex-direction: column;
    gap: 21px;
  }
  .logo_row .h4 {
    /* font-size: 19px; */
    line-height: 20px;
    /* font-weight: 700; */
    letter-spacing: 0.029px;
  }
  .header_topbar_top {
    width: 100%;
    padding-top: 400px;
    height: 115vh;
    height: 115lvh;
    height: 1094px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-top: 0px;
    padding-left: 16px;
  }
  .header_topbar_row {
    position: relative;
    z-index: 99;
    padding-left: 0px;
  }
  .language_row {
    position: absolute;
    left: 0;
    width: 100%;
  }
  .header_topbar_row .logo_row {
    padding: 40px 0 72px;
    
  }
  .logo_row .h4{
    margin-right: 0px;
  }
  .index_news.news_row,
  .slider_social_row.slick-slider{
    padding-bottom: 16px;
  }
  body section .h4{
    padding: 8px 0 20px;
  }
  .header_topbar_top::after {
    background: linear-gradient(
      0deg,
      #fff 28.9%,
      rgba(255, 255, 255, 0.8) 44.9%,
      rgba(255, 255, 255, 0) 56.4%
    );
    height: 120vh;
    height: 120lvh;
    height: 1094px;
  }
 
  .header_topbar_top_row {
    justify-content: space-between;
  }
  .language_row ul li:last-child {
    display: none;
  }
  .form-search {
    /* position: absolute;
    left: 0;
    bottom: 16px; */
  }
  .header_topbar_wrap {
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.95) 0%,
      rgba(255, 255, 255, 0.8) 56.4%,
      rgba(255, 255, 255, 0.3) 100%
    );
    height: 230px;
  }

  .director {
    margin-top: 54px;
  }
 
  .director__text {
    padding-left: 0;
    
  }
  .director__text a{
    bottom: 0;
  }
  .header_topbar_top::before {
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 36.4%,
      rgba(255, 255, 255, 0.8) 56.9%,
      rgba(255, 255, 255, 0.8) 100%
    );
    width: 100%;
  }
  .director__text a {
    right: 0;
  }
  .news_nav .news_nav_item a {
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
    letter-spacing: 0.013px;
  }
  .slider_social_row.slick-slider .slick-list {
    margin: 0 16px;
  }
  .news_item {
    flex-direction: column;
    height: fit-content;
    margin-bottom: 16px;
  }
  .news_item .news_image {
    max-width: calc(100% + 32px);
    height: 224px;
    /* margin-left: -16px;
    margin-right: -16px; */
  }
  .index_news.news_row .news_item .news_image{
    margin-left: auto;
    margin-right: auto;
  }
  .news_item .news_text {
    padding-left: 0;
  }
  .news_item .news_btn {
    right: 0;
  }
  .news_nav {
    overflow-x: auto;
  }
  .news_nav::-webkit-scrollbar {
    height: 0;
    width: 0;
  }
  .resurs_wrap {
    padding-bottom: 0;
  }
  .info_block {
    margin-bottom: 16px;
  }
  .footer {
    padding: 16px 0;
  }
  .footer_item {
    margin: auto;
  }
  .footer_column {
    padding-right: 0;
  }
  .footer__developer {
    position: static;
    margin-top: 16px;
  }
 
  .slider_social_item .social_title {
    top: 28px;
  }
  .slider_social_item .social_title.h6 {
    font-weight: 400;
  }
  .slider_social_item .social_text{
    /* max-width: 184px; */
    max-height: 348px;
    top: 44px;
    left: 44px;
  }
  .slider_social_item .preview-text, .news_row._tiles .news_item .news_text .text{
  display: -webkit-box;
    -webkit-line-clamp: 11;
  }
  .slider_social_wrap .slick-arrow{
    position: absolute;
    z-index: 2;
  }
  .slider_social_row.slick-slider .slick-slide{
    margin: 0;
  }
  .slider_social_wrap .slick-prev{
    left: 0;
  }
  .slider_social_wrap .slick-next{
    right: 0;
  }
  .slider_social_wrap .h4{
    max-width: 320px;
  }
  .form_group {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .attention_slider_row .attention_slider_item {
    flex-direction: column;
    height: 240px;
  }
  .attention_slider_row .attention_slider_image {
    flex: 0 0 100%;
    max-width: 100%;
    max-height: 128px;
  }
  .attention_slider_row .attention_slider_text {
    min-height: 100px;
    font-size: 19px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.029px;
    padding: 0;
  }
  .attention_slider_item {
    padding: 16px;
  }
  .attention_item {
    padding: 8px;
    min-width: calc(350px - 16px);
    width: 100%;
  }
  .attention_row{
    margin: 0;
  }
  .resurs_row.slick-slider .slick-list {
    margin: 0 16px;
  }
  .slider_social_item img {
    height: 408px;
  }
  .breadcrumb-nav .breadcrumb {
    flex-wrap: wrap;
  }
  .breadcrumb-item.active {
    text-align: center;
  }
  .news_row._tiles{
    grid-template-columns: 1fr;
  }
  .contact__item_row{
    flex-direction: row;
  }
}
@media (max-width: 500px) {
   .slider_item_background .desktop{
    display: none;
  }
  .slider_item_background .mobile{
    display: flex;
    background-image: url('/bitrix/templates/main_template/image/img/mobile_bg.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 688px;
  }
  .menu-sidebar__item a{
text-align: center;
  }
  .news_row .news_item .news_text .h6{
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
  }
  .news_row._tiles .news_item .news_text,
  .slider_social_item .social_text{
    max-width: 184px;
    max-height: 348px;
    top: 44px;
    left: 44px;
  }
  
  .contact__item_row{
    flex-direction: column;
  }
  .news_list_image {
    height: 170px;
  }
  .slider_menu_row .slider_menu_item {
    margin: 0 auto;
  }
  .page_row .nav_column ul {
    grid-template-columns: 1fr;
  }
  .footer_item {
    width: 100%;
  }
  .appial-button {
    width: 100%;
    text-align: center;
  }
  .footer_map {
    margin-top: 0;
  }
  .footer_row {
    position: relative;
    padding-bottom: 340px;
  }
  .footer_column {
    position: static;
  }
  .footer__developer {
    width: 100%;
  }
  .footer_item {
    position: absolute;
    bottom: 60px;
    flex-direction: column;
    gap: 12px;
  }
  footer .social_row:not(:last-child),
  footer .footer_item,
  .footer__developer{
    position: absolute;
  }
  .footer__developer{
    bottom: 0;
  }
  .footer_item .secondary-button{
    width: 100%;
  }
  footer .social_row:not(:last-child){
    position: absolute;
    bottom: 182px;
    gap: 8px;
  }
  footer .social_row .social_row{
    padding-top: 0px;
    padding-bottom: 16px;
  }
  .attention_text.h6 {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.023px;
  }
  .header_topbar_top::after {
    height: 710px;
        top: auto;
    background: linear-gradient(0deg, #FFF 92.13%, rgba(255, 255, 255, 0.00) 100%);
  }
  .working-hours-wrapper{
    margin-top: 8px;
  }
  .header_topbar_top .info_row{
    padding-top: 8px;
  }
  .header_topbar_top .info_block{
    border-top: 1px solid grey;
    padding-bottom: 0;
        margin-bottom: 0;
  }
  .director__text{
    padding-right: 0px;
  }
	.director__text:last-child{
	padding-right: 48px;
}
  }
  @media(max-width: 360px){
    .slider_item_background .mobile{
    width: 360px;
    height: 524px;
    margin-top: -76px;
  }
  .director__title{
padding-right: 6px;
  }
}
/* Таблица */
table {
  /* display: block; */
  width: 100%;
  max-width: 687px;
  border-collapse: collapse;
  margin: 20px 0;
  overflow-x: auto;
}
table tr td {
  padding: 14px 16px;
  border: 1px solid #c3c3c3;
}
table tr:first-child {
  background: #f0f5fa;
}
table.map-columns tr:first-child {
  background: #fff;
}
table tr:first-child td {
  text-align: center;
  margin: 0;
}
table tr:first-child td p {
  margin: 0;
}
.page_wrap table tr td p:first-child {
  margin-top: 0;
}
.page_wrap table tr td p:last-child {
  margin-bottom: 0;
}

/* Иконки документов */
.page_body a[href$=".pdf"],
.page_body a[href$=".doc"],
.page_body a[href$="docx"],
.page_body a[href$="zip"],
.page_body a[href$="rar"],
.page_body a[href$=".jpg"],
.page_body a[href$="jpeg"],
.page_body a[href$="png"],
.page_body a[href$="gif"] {
  position: relative;
  display: block;
  padding: 14px 14px 14px 32px;
  margin:  0;
  min-height: 48px;
}
.page_body a[href$=".pdf"]::after,
.page_body a[href$=".doc"]::after,
.page_body a[href$="docx"]::after,
.page_body a[href$="zip"]::after,
.page_body a[href$="rar"]::after,
.page_body a[href$=".jpg"]::after,
.page_body a[href$="jpeg"]::after,
.page_body a[href$="png"]::after,
.page_body a[href$="gif"]::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 25px;
  height: 25px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 555;
}
.page_body a[href$=".pdf"]::after {
  background-image: url(../image/img/pdf.svg);
}
.page_body a[href$=".doc"]::after {
  background-image: url(../image/img/doc.svg);
}
.page_body a[href$="docx"]::after {
  background-image: url(../image/img/docx.svg);
}
.page_body a[href$="zip"]::after,
.page_body a[href$="rar"]::after {
  background-image: url(../image/img/archive.svg);
}
.page_body a[href$=".jpg"]::after {
  background-image: url(../image/img/jpg.svg);
}
.page_body a[href$="jpeg"]::after {
  background-image: url(../image/img/jpeg.svg);
}
.page_body a[href$="png"]::after {
  background-image: url(../image/img/png.svg);
}
.page_body a[href$="gif"]::after {
  background-image: url(../image/img/video-file.svg);
}
/* убираем там, где они не нужны */
ul li a[href$=".pdf"]::after,
ul li a[href$=".doc"]::after,
ul li a[href$="docx"]::after,
ul li a[href$="zip"]::after,
ul li a[href$="rar"]::after,
ul li a[href$=".jpg"]::after,
ul li a[href$="jpeg"]::after,
ul li a[href$="png"]::after,
ul li a[href$="gif"]::after,
.gall-list a[href$=".jpg"]::after,
.gall-list a[href$=".jpeg"]::after,
.gall-list a[href$=".png"]::after,
.gallery-item  a[href$=".jpg"]::after,
.gallery-item  a[href$=".jpeg"]::after,
.gallery-item  a[href$=".png"]::after {
  content: none;
}
ul li a[href$=".pdf"],
ul li a[href$=".doc"],
ul li a[href$="docx"],
ul li a[href$="zip"],
ul li a[href$="rar"],
ul li a[href$=".jpg"],
ul li a[href$="jpeg"],
ul li a[href$="png"],
ul li a[href$="gif"] {
  padding: 0;
  margin: 0;
}

/* Страница поиска */
.search-page form {
  display: flex;
  max-width: 768px;
  margin: 20px 0;
}
.search-page form input[type="text"],
.search-page form select {
  width: 100%;
  height: 48px;
  font-size: 16px;
  line-height: 20px;
  color: #1b1b1b;
  background: #ffffff;
  border: 1px solid #c3c3c3;
  border-radius: 4px;
  padding: 14px 52px 14px 16px;
  margin-right: 16px;
}
.search-page form input[type="submit"] {
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  letter-spacing: 0.0125em;
  color: #ffffff;
  text-transform: uppercase;
  border: none;
  outline: none;
  background: #bc2426;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.15), 1px 1px 2px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  padding: 14px 16px 12px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.search-page form input[type="submit"]:hover {
  background: #ac1d16;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.15), 1px 1px 2px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
}
font.notetext {
  color: #1b1b1b;
}

/* Рабочие часы --------------------------------- */
.working-hours-wrapper {
  position: relative;
  width: fit-content;
  padding-bottom: 16px;
  border-bottom: 2px solid #fff;
}
.working-hours-wrapper:hover .dates {
  opacity: 1;
  visibility: visible;
}
.dates {
  position: absolute;
  top: 36px;
  left: 0;
  z-index: 55;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.15), 1px 1px 2px rgba(0, 0, 0, 0.3);
  padding: 12px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
body:has(.page_wrap) .dates{
  position: static;
  visibility: visible;
  opacity: 1;
  box-shadow: none;
}
.working-hours-wrapper > .dates > .dates-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 1em;
}
body:has(.page_wrap) .dates .dates-list{
  display: flex;
  list-style: none;
}
body:has(.page_wrap) .dates .dates-list li::after{
  content: none;
}
.working-hours-wrapper > .dates > .dates-list > .dates-list-item,
body:has(.page_wrap) .dates .dates-list li {
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.004em;
  color: #1F1F1F;
  text-transform: uppercase;
  background: #ffffff;
  border: 1px solid #727272;
  padding: 5px;
}
.working-hours-wrapper > .dates > .dates-list > .dates-list-item.active,
body:has(.page_wrap) .dates .dates-list li.active {
  color: #727272;
  background: #E2E2E2;
}
body:has(.page_wrap) .dates .dates-list li{
  margin-bottom: 0;
}
body:has(.page_wrap) .dates-working-hours{
  font-size: 20px; 
  font-weight: 500; 
  line-height: 26px;
  font-family: "Noto Serif", sans-serif;
}
body:has(.page_wrap) .dates{
  flex-direction: row;
  gap: 16px;
  justify-content: center; 
  align-items: center;
}
.working-hours-wrapper
  > .dates
  > .dates-list
  > .dates-list-item:not(:first-child) {
  margin-left: -1px;
}
.working-hours-wrapper p {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.001em;
  color: #525252;
  margin-top: 8px;
  margin-bottom: 0;
  padding: 0;
}

/* Куки ----------------------------- */
.cookiesBlockAtevi {
  justify-content: space-between;
  max-height: fit-content !important;
  padding: 16px 32px !important;

  z-index: 99999 !important;
}
.cookiesBlockAtevi .info_atevi {
  position: static !important;
  max-width: 900px !important;
}
.buttonAtevi {
  margin-left: 10px !important;
  white-space: nowrap;
}
.cookiesBlockAtevi .buttonAtevi button {
  position: absolute;
  right: 160px;
  top: 30%;
  cursor: pointer;
}
.not-agree {
  position: absolute;
  right: 32px;
  bottom: 27%;
  min-width: auto;
  min-height: 23px;
  font-size: 13px;
  line-height: 140%;
  font-weight: 600;
  border: 1px solid #000;
  border-radius: 6px;
  padding: 10px 12px;
  transition: all 0.4s ease-in-out;
}
.not-agree:hover {
  background-color: #e2e2e2;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1230px) {
  .cookiesBlockAtevi {
    padding: 16px !important;
    padding-bottom: 72px !important;
  }
  .cookiesBlockAtevi .info_atevi {
    max-width: 100% !important;
  }
  .cookiesBlockAtevi .buttonAtevi button {
    left: 16px;
    right: auto;
    top: auto;
    bottom: 16px;
  }
  .not-agree {
    right: auto;
    bottom: 16px;
    left: 125px;
  }
}
@media (max-width: 450px) {
  .buttonAtevi {
    margin-left: 0px !important;
    margin-top: 15px !important;
  }
	.slider_social_item .social_title.h6{
	word-break: normal;
        hyphens: auto;
}
}

/* Галерея */
/* Галерея */
.gallery-block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
justify-content: center;
  gap: 16px;
}
.gallery-block img {
  width: 328px;
  height: 248px;
  object-fit: cover;
  border-radius: 3px;
}
/* --внутри */
.page_content .gall-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.page_content .gall-list img {
  width: 100%;
  height: 200px;
  border-radius: 4px;
}
.gall-item {
  position: relative;
}
.gall-name {
  position: absolute;
  left: 12px;
  bottom: 0;
  font-size: 19px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.029px;
  background: rgba(227, 227, 227, 0.9);
  border-radius: 4px;
  padding: 8px 12px;
  z-index: 99;
}
.gall-item a {
  padding-left: 0;
  margin: 0;
}
/* -- главная */
.gallery__wrapper {
  display: flex;
  gap: 32px;
}
.gallery__wrapper .gallery__item {
  pointer-events: none;
}
.gallery__item {
  position: relative;
  display: block;
  width: 100%;
  height: 280px;
}
.gallery__item .h6 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 104px;
  padding: 16px;
  padding-left: 60px;
  background: linear-gradient(
    180deg,
    #f7f7f7 0%,
    rgba(247, 247, 247, 0.81) 32.4%,
    rgba(247, 247, 247, 0.8) 41.9%,
    rgba(247, 247, 247, 0) 100%
  );
}
.gallery__item .h6::before {
  content: url(../image/SVG/video.svg);
  position: absolute;
  left: 16px;
  top: 16px;
}
.gallery__item img {
  height: 100%;
  object-fit: cover;
}
.gallery__btn {
  display: flex;
  justify-content: center;
  margin: 24px 0;
}
@media (max-width: 992px) {
  .gallery__item {
    height: 200px;
  }
}

/* Карта сайта ---------------------------------- */
.map-columns {
  max-width: 100%;
}
.map-level-1 {
  text-align: left;
}

/* Google переводчик ---------------------- (ЗДЕСЬ НЕТ) */
.page {
  display: flex;
  min-height: 100vh;
}
/* Фиксируем позицию body, которую меняет панель гугла*/
body {
  position: static !important;
  top: 0 !important;
}
/* Прячем панель гугла */
.skiptranslate {
  display: none !important;
}
.VIpgJd-yAWNEb-VIpgJd-fmcmS-sn54Q {
  background: none !important;
  box-shadow: none !important;
}
.content {
  text-align: center;
  margin: auto;
}

/* Выборы */
.main-banner img {
  height: 100px;
  object-fit: contain;
}
@media (max-width: 1200px) {
  body:has(.main-banner img) .menu__wrapper .info_row {
    top: 165px;
  }
}
@media (max-width: 768px) {
  .main-banner img {
    height: 50px;
    object-fit: contain;
  }
  body:has(.main-banner img) .menu__wrapper .info_row {
    top: 115px;
  }
  .attention_row{
    gap: 16px;
  }
  .qr_telegram,
  .qr_instagram{
    display: none;
  }
  .header__wrapper{
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.90) 19.58%, rgba(255, 255, 255, 0.50) 100%);
  }
  .header_topbar_row .logo_row{
    padding-bottom: 16px;
  }
  footer .social_row:not(:last-child){
    flex-direction: column;
  }
  footer .social_row .social_row{
    flex-direction: row;
  }
  footer .social_row .instagram,
  footer .social_row .telegram{
    display: block;
  }
  footer #map{
    height: 140px !important;
  }
 
}
/* Версия для слабовидящих */
.special .header_topbar_top,
.special .slider_menu_row .slider_menu_item a,
.special .slider_social_item a,
.special .menu-sidebar__item a,
.special .slider_menu_row,
.special .container_slider,
.special .investment_wrap *,
.special .attention_wrap *,
.special .container,
.special .breadcrumb-nav *,
.special .header_topbar_top *,
.special .aktual_column .primary-button *,
.special .resurs_row *,
.special .arrow_up * {
  background: transparent !important;
}
.special .investment_wrap {
  background: linear-gradient(
      180deg,
      #e3e3e3 0%,
      rgba(255, 255, 255, 0.5) 46.62%
    ),
    url(../image/img/investicii.png) !important;
}
.special .dates,
.special .invest-control {
  background: #ffffff !important;
}
.special .aktual_column .primary-button,
.special .arrow_up,
.special #invest .invest-button {
  background: #c4c4c4 !important;
}
.special .menu-sidebar__item.active,
.special .page_body,
.special .breadcrumb-nav,
.special .resurs_wrap {
  background: #f5f4f4 !important;
}
.special .slider_social_wrap {
  background: #cfcfcf !important;
}
.special .slider_social_wrap .container,
.special .slider_social_wrap .slider_social_row,
.special .slider_social_wrap .slick-list,
.special .slider_social_wrap .slick-track,
.special .slider_social_wrap .slick-slide,
.special .slider_social_wrap .slider_social_item {
  background: transparent !important;
}
.special .footer_map *,
.special ymaps * {
  background: unset !important;
  color: unset !important;
  border-color: transparent !important;
}
