/* Color variables */
:root {
	--neitral-3: #1B1B1B;
	--neitral-2: #454545;
	--neitral-1: #6E6E6E;
	--neitral-0: ;
	--neitral--1: #c3c3c3;
	--neitral--2: #E3E3E3;
	--neitral--3: #F7F7F7;
	--main-3: #360907;
	--main-2: #7E1610;
	--main-1: #C7221A;
  --main-0: #E54138;
  --main--2: #F8CBC9;
  /* --main-15: #497434;
	
	--main--1: #A0CC8F;
	 */
	--main--3: #FDEEED;
	--accent-3: #292300;
	--accent-2: #474747;
	--accent-1: #707070;
	--accent-0: #A3A3A3;
	--accent--1: #C9C0BB;
	--accent--2: #E4E0DD;
	--accent--3: #EDEBE9;
	--no: ;
	--yes: ;
	--link: ;
}
/* *{
  outline: 1px solid red;
} */
/* 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: "Fira Sans";
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 20px;
  letter-spacing: 0.08px;
  overflow-x: hidden;
}
body .h1, body .h2, body .h3, body .h4, body .h5, body .h6,
.director__title .s2, .news_item .news_text .h6,
.news_nav .news_nav_item a, .inform_item .inform_title .h6,
.aktual_item .aktual_text .s1,
.slider_social_item .social_title,
.gallery__video .gall-item:first-child .gallery__item .h6,
.structure .h4{
  font-family: "Nunito Sans";
}
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: 37px;
  line-height: 52px;
  letter-spacing: 0.085px;
  color: var(--main-3);
}

body .h5 {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}
body .h6 {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0.03px;
}
body section .h4 {
  text-align: center;
  padding: 21px 0;
}
body .page_content h2,
body .page_content h3,
body .page_content h4,
body .page_content h5,
body .page_content h6 {
  padding: 8px 0;
}
.page_content .h4 {
  text-align: start;
  padding: 13px 0;
  margin: 0;
  color: var(--neitral-2);
font-size: 37px;
font-weight: 400;
line-height: 52px;
letter-spacing: 0.093px;
}
/* Иконки телефонов, адресов, сайтов, эл.почты */
.tel:not(:has(svg)), .address:not(:has(svg)), .email:not(:has(svg)), .mail:not(:has(svg)), .e-mail:not(:has(svg)), .website:not(:has(svg)){
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;

  span{
  color: var(--neitral-2, #454545);
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.035px;
  }
}
a.tel:not(:has(svg)), a.address:not(:has(svg)), a.email:not(:has(svg)), a.mail:not(:has(svg)), a.e-mail:not(:has(svg)), a.website:not(:has(svg)){
  color: var(--neitral-3, #1B1B1B);
  font-family: "Fira Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
  letter-spacing: 0.08px;
  text-decoration: none;
}
.tel:not(:has(svg))::before, 
.address:not(:has(svg))::before, 
.email:not(:has(svg))::before, 
.mail:not(:has(svg))::before, 
.e-mail:not(:has(svg))::before, 
.website:not(:has(svg))::before{
  content: '';
  width: 24px;
  height: 24px;
  background-size: contain;
    background-repeat: no-repeat;
  flex-shrink: 0;
}
.tel:not(:has(svg))::before{
  background-image: url(../image/SVG/office-phone.svg);
}
.address:not(:has(svg))::before{
  background-image: url(../image/SVG/address.svg);
}
.email:not(:has(svg))::before, 
.mail:not(:has(svg))::before, 
.e-mail:not(:has(svg))::before{
  background-image: url(../image/SVG/email-sign.svg);
} 
.website:not(:has(svg))::before{
  background-image: url(../image/SVG/web.svg);
}
.phones p:not(:first-child) .tel:not(:has(svg))::before{
  content: none;
}
.attention-banner{
  height: 86px;
  width: 100%;
  background: white;
  position: relative;
  z-index: 99;
  max-width: 1300px;
  margin: 0 auto;
}
.attention-banner img{
  object-fit: contain;
    height: 86px;
}
/* Выборы */
.main-banner{
  height: 84px;
  background: white;
    height: 86px;
    box-shadow: 2px 2px 16px 0 rgba(0, 0, 0, 0.15), 1px 1px 3px 0 rgba(0, 0, 0, 0.30);
}
.main-banner img {
  object-fit: contain;
}

.s1 {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.016px;
}
.s2 {
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.014px;
}
.page_body {
  overflow-x: hidden;
}
.page_wrap p {
  margin: 12px 0;
}
/* --кнопки и текст */
.contact_row,
.btn,
.language_row li {
  font-size: 14px;
  font-weight: 500;
  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: 3px;
}
.btn.icon{
  padding: 9px 12px;
}
.aktual-more .btn.icon{
  padding-top: 10px;
  padding-bottom: 10px;
}
.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: linear-gradient(101deg, #A3A3A3 0%, #C9C0BB 100%);
  color: var(--main-2);
  box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.15), 1px 1px 2px 0 rgba(0, 0, 0, 0.30);
}
.primary-button:hover,
.primary-button:focus {
  background: linear-gradient(101deg, #C9C0BB 0%, #A3A3A3 100%);
  transition: all 0.4s ease-in-out;
  box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.15), 1px 1px 2px 0 rgba(0, 0, 0, 0.30);
}
.primary-button:active {
  background: var(--accent--2);
  transition: all 0.4s ease-in-out;
}
.secondary-button {
  border: 2px solid #A3A3A3;
  color: var(--main-2);
  background: transparent;
}
.secondary-button_light{
  border: 2px solid #C9C0BB;
  color: var(--main--2);
}

.secondary-button:hover,
.secondary-button:focus {
  border-radius: 3px;
  background: var(--accent--3);
  border: 2px solid #C9C0BB;
  transition: all 0.4s ease-in-out;
}
.secondary-button:active {
  background: var(--accent--2);
  transition: all 0.4s ease-in-out;
  border: 2px solid var(--accent-0);
}
.thirdy-button {
  color: var(--main-2);
  padding: 10px 8px;
  background: transparent;
}
.thirdy-button.icon{
  padding: 9px 8px 9px 34px;
  transition: all 0.4s ease-in-out;
}
.thirdy-button:focus {
  background: var(--accent--3);
  transition: all 0.4s ease-in-out;
}
@media(hover: hover){
  .thirdy-button:hover{
    background: var(--accent--3);
    transition: all 0.4s ease-in-out;
    padding: 8px;
  }
  .thirdy-button.icon:hover{
  padding: 9px 8px 9px 34px;
}
}
.thirdy-button:active {
  background: var(--accent--2);
  transition: all 0.4s ease-in-out;
}
.primary-button.icon,
.secondary-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: 4px;
  vertical-align: middle;
}
.desktop {
  display: block;
}
.mobile,
.contact_row {
  display: none;
}
body blockquote {
  display: inline-block;
  padding: 11px 16px 0px 16px;
  border-radius: 3px;
  border: 1px solid var(--neitral--2);
}
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: 3px;
  background: #e3e3e3;
}
/* --кнопка вверх */
.arrow_up {
  position: fixed;
  right: 16px;
  bottom: 16px;
  width: 40px;
  height: 40px;
  border-radius: 32px;
  background: var(--main-1);
  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: var(--main-0);
  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: var(--main-2);
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.15), 0px 1px 3px 0px rgba(0, 0, 0, 0.30);
  border-bottom: 2px solid var(--main-2);
  /* z-index: 1111; */
}
.menu:has(.header__nav .title-sub.has-sub:not(:first-child):hover){
  border-bottom: 2px solid var(--main-3);
}

.header__menu .title-sub:not(.home_page_menu) > a {
  display: block;
  height: 48px;
    padding: 17px 16px;
  color: #FFF;
  text-transform: uppercase;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px
}
.header__menu .title-sub.has-sub {
  padding-right: 32px;
}
.header__menu > .title-sub.has-sub >.submenu{
  visibility: hidden;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 56px;
    left: 50%;
    transform: translate(-50%, 0px);
    transition: opacity 0.2s ease, visibility 0.1s ease;
    z-index: 10;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.08px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.30), 0px 6px 16px 0px rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    height: 0;
}
.down-menu{
  width: 100%;
    background: #fff;
    transition: all 0.4s ease;
    position: relative;
    height: auto;
    z-index: 2;
}
.down-menu .submenu{
  margin: 0 auto;
  width: 100%;
  max-height: 470px;
  height: fit-content;
  overflow: hidden;
}

.down-menu .submenu::after{
  position: absolute;
  top: 0;
  content: '';
  width: 100%;
  right: 0;
  background-size: contain;
  height: 100%;
    width: 100%;
    background-position-x: right;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}
.down-menu .submenu.zero::after{
  background-image: url('../image/photo/region.png');
}
.down-menu .submenu.first::after{
  background-image: url('../image/photo/vlast.png');
}
.down-menu .submenu.second::after{
  background-image: url('../image/photo/economica.png');
}
.down-menu .submenu.third::after{
  background-image: url('../image/photo/soc-sfera.png');
}
.down-menu .submenu.second .submenu_list,
.down-menu .submenu.forth .submenu_list,
.down-menu .submenu.first .submenu_list,
.down-menu .submenu.third .submenu_list,
.down-menu .submenu.fifth .submenu_list{
  /* columns: 2; */
  width: 944px;
  display: flex;
    flex-wrap: wrap;
    height: max-content;
}

.down-menu .submenu_list{
  position: relative;
    max-width: 1440px;
    width: 100%;
    height: 100%;
    padding: 8px;
    z-index: 5555;
    transition: all 0.4s ease;
}
.down-menu .submenu.forth::after{
  background-image: url('../image/photo/sluzbi.png');
}
.down-menu .submenu.fifth::after{
  background-image: url('../image/photo/investoram.png');
}
.down-menu .container{
  max-height: 0;
  min-height: 0;
  transition: all 0.4s ease;
  position: static;
  
  /* padding: 0 240px;
  max-width: unset; */
}
.down-menu .container.active{
  height: max-content;
    min-height: 272px;
max-height: 470px;
    transition: all 0.4s ease;
}
.down-menu .submenu li{
  width: 472px;
}
.down-menu .submenu.first li,
.down-menu .submenu.third li,
.down-menu .submenu.forth li,
.down-menu .submenu.second li,
.down-menu .submenu.fifth li{
  width: 50%;
}
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: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: 700px;
  height: 400px;
  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: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: fit-content;
}
.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%;
  transform: translateY(-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.has-sub > .submenu {
  position: absolute;
  top: 100%;
  left: 50%;
  border-radius: 3px;
  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_header{
  display: none;
}

.news_data,
.resurs_text,
.menu-burger__text {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.004em;
  color: #454545;
}
@media(hover){
  .header__nav .title-sub:not(:first-child):hover {
    background: var(--main-3);
    transform: translateY(4px);
    transition: all 0.4s ease-out;
    border-radius: 4px 4px 0 0;
  }
  .header__nav .title-sub:hover > a {
    color: #fff;
  }
  .header__nav .title-sub:hover::before {
    transform: rotateX(180deg) translateY(50%);
  }
  .header__nav .title-sub.has-sub:hover .submenu {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s ease-in-out;
}
 }
/* 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 .working-hours-wrapper {
  display: none;
}
body:has(.main-banner) header{
padding-top: 90px;
}
.header {
  width: 100vw;
  overflow: hidden;
  background-color: var(--neitral--3);
}
.header__wrapper {
  top: 0;
  width: 100%;
  left: 0;
  z-index: 111;
}
.header_topbar_top {
  left: 0;
  max-width: 448px;
  min-width: 260px;
  height: 100%;
  padding-bottom: 24px;
}
.header_topbar_top::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 170%;
  right: 0;
  height: 100vh;
  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 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 22px 0;
  border-top: 1px solid var(--neitral--1) ;
}
.header_topbar_top .language_row ul {
  display: flex;
  align-items: center;
}
.header_topbar_top .info_row li{
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
  letter-spacing: 0.08px;
}

.header_topbar_top .info_row span{
  color: var(--neitral-2);
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.035px;
}
.header_topbar_row {
  display: flex;
  justify-content: space-between;
}
/* --карта сайта */
.icon_map {
  padding-right: 24px;
  margin-right: 24px;
  border-right: 1px solid #e2e2e2;
}
/* --Языки */
.language_row {
  display: flex;
  padding-bottom: 10px;
  margin-top: 4px;
}
.language {
  display: flex;
  align-items: center;
}
.language_row li {
  color: var(--main-2);
  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 76px;
  max-width: 76px;
  height: auto;
  margin-right: 16px;
}
.logo_image_row,
.language_row{
  padding-top: 10px;
  padding-bottom: 10px;
}
.logo_image {
  display: block;
  width: 100%;
  height: 100%;
}
.header_topbar_row .logo_row {
  display: flex;
}
.header_topbar_top_row{
  display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.logo_image_row,
.logo_link_row,
.logo .socials,
.footer .socials {
  display: flex;
}
.logo_link_row{
  flex-direction: column;
  gap: 6px;
  padding-top: 10px;
    padding-bottom: 10px;
}
.logo .socials,
.footer .socials{
  gap: 24px;
}
.footer .socials{
  position: absolute;
    right: 32px;
    top: 0;
}
.logo_row .h4 {
  font-size: clamp(1.375rem, 1.0625rem + 1.3889vw, 2.3125rem);
  color: var(--main-3);
}
.logo_image img {
  width: 100%;
}
/* --поиск */
.search{
  display: flex;
  position: relative;
  margin-bottom: 4px;
}
.search .btn-search{
  display: flex;
  position: static;
  height: 48px;
    padding: 12px;
    margin-right: -12px;
}
.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;
  position: absolute;
  transition: 0.5s;
  width: 0;
  opacity: 0;
  right: 0;
}
.form-search.open{
  width: 280px;
        transition: 0.5s;
        opacity: 1;
}
.form-search > button,
.form-search > input{
  display: none;
}
.form-search.open > button,
.form-search.open > input{
  display: block;
}
.form-search input::placeholder {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.005em;
  color: #a4a4a4;
}
.form-search input:focus-visible {
  outline: none;
}
.mobile-info{
  display: none;
  flex-direction: column-reverse;
  gap: 16px;
}
.form-search button {
  background: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  cursor: pointer;
  outline: none;
  border: none;
  width: 48px;
  height: 48px;
  padding: 12px;
}
.form-search input {
  width: 100%;
  height: 48px;
  background: #ffffff;
  border: 1px solid #c3c3c3;
  border-radius: 3px;
  padding: 13px 52px 11px 16px;
}
.search .btn-search::after{
  content: url(/image/SVG/search.svg);
  width: 24px;
  height: 24px;
  display: flex
;
}
/* --Председатель */
.director{
  padding-bottom: 16px;
}
.director .director__row img {
  width: 88px;
  height: 88px;
  border-radius: 88px;
    flex-shrink: 0;
    object-fit: cover;
}
.director__row {
  display: flex;
  gap: 16px;
}
.director__title {
  padding-top: 16px;
}
.director__title .s2{
font-size: 17px;
font-style: normal;
line-height: 20px; /* 117.647% */
letter-spacing: 0.026px;
}
.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: 14px;
  line-height: 18px;
  letter-spacing: 0.035px;
  padding: 8px 0px 12px;
  padding-right: 40px;
  /* margin-bottom: 24px; */
  border-bottom: 1px solid #fff;
}
.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: 0px;
  bottom: 0px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Баннеры под слайдером ------------ */
.submenu_list a {
  min-height: 48px;
  display: flex;
  align-items: center;
  color: #1b1b1b;
  padding: 8px;
}
.submenu_list a:hover {
  background: var(--main-1);
  color: #fff;
}
.resurs_item .resurs_text {
  color: #1b1b1b;
}
.aktual_data {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.015em;
  color: var(--neitral-1);
  margin-bottom: 15px;
}
.aktual-more{
  margin: 24px auto;
}
.news_list_tex .aktual_data {
  color: var(--neitral-1);
}

.nav_column ul li {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.slider_wrap .nav_column{
  height: 100%;
  padding: 8px;
}
.slider_wrap .nav_column ul{
  display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.info_block li span,
.info_row li span{
  font-size: 14px;
  line-height: 18px;
}
.nav_column ul li {
  margin-bottom: 5px;
}
.nav_column ul li:last-child {
  margin-bottom: 0;
}
.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 {
 /* background-color: var(--main--3); */
  position: relative;
  /* height: calc(100vh - 56px); */
  overflow: hidden;
}
.slider_wrap .container{
 display: flex;
 padding: 0 8px;
}
.inform_row .container{
  padding: 0;
}
.slider__column_left{
  max-width: 344px;
  min-width: 240px;
    width: 100%;
    background: var(--accent--1);
    position: relative;
}
.slider__column_left::before{
  content: '';
  background: var(--accent--1);
  position: absolute;
  width: 1080px;
    display: block;
    height: 100%;
    content: '';
    position: absolute;
    left: -1080px;
    top: 0;
}
.slider__column_right{
  padding: 16px 0 0 0;
}
.slider__row_top{
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  padding-left: 32px;
}
.main__slider{
  width: 100%;
    /* height: 342px !important; */
}

.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;
}
.actual_slider{
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px;
}
.main-banner{
  position: absolute;
  top: 0;
  width: 100%;
}
body:has(.attention-banner) .main-banner{
  top: 90px;
}
.main-banner .actual_slider{
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
  height: 86px;
}

.slider_menu_row {
  display: flex;
  justify-content: center;
}
.slider_menu_row .slider_menu_item {
  position: relative;
  gap: 16px;
  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: 3px;
  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: 3px;
  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;
}

.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; */
}

/* Inform banners */
.inform_wrap {
  position: relative;
  background: var(--neitral--2);
  z-index: 999;
}
.inform_wrap .container{
  padding-right: 0;
}
.inform_wrap::after,
.inform_wrap::before{
  content: '';
  background-color: var(--neitral--2);
  position: absolute;
  width: 100%;
  height: 100%;
    bottom: 0;
    max-width: 360px;
}
.inform_wrap::after{
  right: -360px;
}

.inform_row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
  display: flex;
    justify-content: space-between;
    width: 100%;
}

.inform_row .inform_item:not(:last-child)::after{
  content: '';
  background: var(--neitral--1);
  position: absolute;
  width: 1px;
  top: 16px;
  bottom: 16px;
  right: 0;
}
.inform_row .inform_item {
  position: relative;
  min-height: 255px;
  border-radius: 3px;
  padding: 16px 8px;
  width: 100%;
  padding-left: 16px;
}
.inform_item .inform_title{
display: flex;
align-items: center;
gap: 16px;
padding-top: 16px;
padding-bottom: 8px;
margin-right: 172px;
}
.inform_item .inform_item_icon {
  flex: 0 0 40px;
  max-width: 40px;
}
.inform_item .inform_item_text {
  flex: 1 1 auto;
  padding: 0 24px 0 0;
  margin-top: 16px;
}
.inform_item .inform_title .h6 {
  color: var(--neitral-3);
  width: fit-content;
  font-weight: 400;
  font-family: "Nunito Sans", sans-serif;
  font-size: 26px;
  line-height: 34px;
}
.inform_item .inform_item_text .text {
  display: flex;
  align-items: center;
  min-height: 48px;
  margin-bottom: 8px;
}
.inform_item .inform_item_text .text:hover{
  color: #115679;
  text-decoration: underline;
}
.inform_item .inform_item_text .text:last-child {
  margin-bottom: 0;
}
.inform_item .btn {
  position: absolute;
  right: 8px;
  margin-right: 8px;
  margin-top: 11px;
  top: 20px;
}

.page_row .nav_column,
.menu-sidebar__row,
.news_container_row .nav_column {
  position: relative;
  /* border-right: 1px solid #e2e2e2; */
  background: var(--accent--1);
  padding: 16px 0;
  max-width: 224px;
  top: -48px;
    height: calc(100% + 48px);
}
.news_wrap{
  background: white;
  overflow: hidden;
}
.page_row .nav_column.hidden{
  background-color: transparent;
}
.page_row .nav_column.hidden::before{
  display: none;
}
.news_container_row .news_column .news_row.open{
  display: flex !important;
  gap: 32px;
}
.page_row .nav_column p {
  margin: 0;
}
.menu-sidebar__row {
  padding: 8px;
  /* border-left: 1px solid var(--accent--1); */
 width: 240px;
  background: var(--accent--1);
  max-width: unset;
    flex-shrink: 0;
}
.page_row .nav_column::before,
.news_container_row .nav_column::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100vw;
  width: 100vw;
  height: 100%;
  background-color: var(--accent--1);
}
.menu-sidebar__row::before {
  content: "";
  position: absolute;
  top: 0;
  right: -100vw;
  width: 100vw;
  height: 100%;
  background-color: var(--accent--1);
}
.menu-sidebar__row::after,
.nav_column::after{
content: "";
    position: absolute;
    left: 0;
    top: -99%;
    width: 1000%;
    height: 100%;
    background-color: var(--accent--1);
}
.nav_column::after{
  left: unset;
  right: 0;
}
.nav_column li a,
.container_slider ul li a {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  width: 100%;
  min-height: 48px;
}
.container_slider ul li img{
  width: 24px;
height: 24px;
margin-right: 16px;
}
.nav-column.info_row{
  position: absolute;
    z-index: 10;
    background: var(--main--1);
    display: none;
}
div.nav_column svg,
div.nav_column img {
  width: 24px;
  margin-right: 16px;
}
.news_column {
  position: relative;
  padding-bottom: 56px;
  width: 100%;
}
.news_nav {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 16px 0 16px 0;
  column-gap: 32px;
  border-bottom: 2px solid var(--main-1);
  position: relative;
}
.news_nav::after,
.news_nav::before{
  content: '';
  width: 100%;
  height: 100%;
  border-bottom: 2px solid var(--main-1);
  position: absolute;
  bottom: -2px;
}
.news_nav::after{
  right: -100%;

}
.news_nav::before{
  left: -100%;
}
.news_nav .news_nav_item {
  position: relative;
  /* max-width: 400px; */
  width: 100%;
}
.news_nav .news_nav_item a {
  display: block;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.016px;
  padding: 11px 24px;
  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: var(--accent-2);
  border-radius: 3px 3px 0px 0px;
}
.news_nav .s1.activ {
  color: #ffffff;
  background: var(--main-1);

}
.news_item {
  position: relative;
  display: flex;
  height: 176px;
  background: #ffffff;
  border-radius: 3px;
  margin-bottom: 16px !important;
}
.page_content .news_item:not(.favorite){
  height: 100%;
  max-height: 174px;
}
.news__left .news_item:not(:last-child)::after,
.page_content:has(.news_row .news_item.favorite) .news_item:not(:last-child)::after{
  content: '';
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: -8px;
  margin-bottom: 8px;
  background-color: var(--neitral--1);
  border-radius: 1px;
}
.page_content:has(.news_row .news_item.favorite) .news_item:not(:last-child)::after{
  background-color: var(--accent--1);
  bottom: -16px;
  margin-bottom: 16px;
}
.news_item.announce{
  background: var(--accent--3);
  flex-direction: row-reverse;
}
.page_content .news_item.announce::after,
.page_content .news_item.favorite::after{
  content: none;
}
.page_content .news_item .news_btn{
  margin-left: -8px;
}
.news__left{
  max-width: 704px;
  width: 100%;

}
.news_item:last-child {
  margin-bottom: 0;
}
.news__right{
  width: 688px;
  flex-shrink: 0;
}
.news_item .news_image {
  flex: 0 0 232px;
  max-width: 232px;
  height: 144px;
}
.page_content:has(.news_row .news_item.favorite) .news_item .news_image,
.category-8 .news_item .news_image{
  display: none;
}
.news_item.favorite{
  height: auto;
}
.page_content .news_item.favorite .news_image{
  display: flex !important;
  flex: 0 0 235.915px;
  max-width: 235.915px;
  height: 336px;
}
.page_content .news_item.announce .news_image{
  display: flex !important;
}
.news__left .news_item .news_image{
  display: none;
}
.news__right_favorite .news_item{
  height: 336px;
  
}

.news__right_favorite .news_item .news_image{
  width: 235.915px;
  height: 100%;
}
.news_item .news_image img {
  width: 100%;
  height: 100%;
  border-radius: 3px;
  object-fit: cover;
  object-position: top;
}
.news_item .news_text {
  flex: 1 1 auto;
  padding: 9px 48px 12px 16px;
}
.news_text p {
  margin: 0;
}
.news_item .news_text .h6 {
  font-style: normal;
font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: auto;
}
.news_item .news_text .text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: auto;
}
.news__right_announce .news_item .news_text .text{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: auto;
}
.news__right_favorite .news_item .news_text .text{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  height: auto;
}
.news_item .news_text .news_data {
  margin-top: 3px;
  margin-bottom: 15px;
}
.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_wrap .news_item .news_btn{
position: absolute;
    right: unset;
    left: 8px;
    bottom: 16px;
}
.news_item .news_btn {
  /* position: absolute; */
  right: 12px;
  bottom: 12px;
}
.news_ntn {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  margin: 24px 0;
}
.news__right_favorite .news_item .news_text,
.news__right_announce .news_text{
  position: relative;
}
.news__right_announce .news_item{
  background: var(--neitral--3);
  flex-direction: row-reverse;
    margin-bottom: 0px !important;
    /* padding: 16px; */
    height: 198px;
}
.news__right_announce .news_btn{
  position: absolute;
    left: 8px;
}
.news__right_announce .news_image{
  max-width: 272px;
  width: 100%;
  height: 166px;
  flex: unset;
  flex-shrink: 0;
  border-radius: 3px;
  padding: 16px 16px 0 0;
}
/* .category-1 .news_item, .category-3 .news_item,
.category-55 .news_item, .category-57 .news_item,
.category-52 .news_item, */
.inform__categories .news_item{
  flex-direction: row-reverse;
  align-items: center;
  max-width: 432px;
  width: 100%;
  margin-bottom: 0px !important;
  height: 128px;
}
/* .category-3 .news_item .news_btn, 
.category-1 .news_item .news_btn,
.category-3 .news_item .news_data, 
.category-1 .news_item .news_data,
.category-55 .news_item .news_data,
.category-57 .news_item .news_data,
.category-52 .news_item .news_data,
.category-54 .news_item .news_data,
.category-55 .news_item .news_btn,
.category-57 .news_item .news_btn,
.category-52 .news_item .news_btn, */
.inform__categories .news_item .news_btn{
  display: none;
}
/* .category-3 .news_item .news_text,
.category-1 .news_item .news_text,
.category-55 .news_item .news_text,
.category-57 .news_item .news_text,
.category-52 .news_item .news_text, */
.inform__categories .news_item .news_text{
  display: flex;
    min-height: 48px;
    max-height: 108px;
    height: 100%;
    padding: 12px 32px 12px 24px;
    align-items: center;
    gap: 10px;
    border-radius: 3px;
    background: var(--accent--2);
    flex: 1 0 0;
    align-self: stretch;
    margin: auto 0;
}
/* .category-3 .news_item .news_image,
.category-1 .news_item .news_image,
.category-55 .news_item .news_image,
.category-57 .news_item .news_image,
.category-52 .news_item .news_image, */
.inform__categories .news_item .news_image{
  flex: 0 0 128px;
  max-width: 128px;
  height: 128px;
  margin-left: -24px;
  border-radius: 3px;
  background: var(--main-1);
	z-index: 2;

}
/* .category-3 .news_item .news_image img,
.category-1 .news_item .news_image img,
.category-55 .news_item .news_image img,
.category-57 .news_item .news_image img,
.category-52 .news_item .news_image img, */
.inform__categories .news_item .news_image img{
  width: 120px;
  height: 120px;
  border-radius: 3px;
  object-fit: cover;
  object-position: center;
  background-position: center;
  margin: 4px;
}
/* .category-3.news_row,
.category-1.news_row,
.category-55.news_row,
.category-57.news_row,
.category-52.news_row, */
.inform__categories.news_row{
  display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}
/* .category-3 .news_item .news_text .h6,
.category-1 .news_item .news_text .h6,
.category-55 .news_item .news_text .h6,
.category-57 .news_item .news_text .h6,
.category-52 .news_item .news_text .h6, */
.inform__categories .news_item .news_text .h6{
  color: var(--main-3);
/* Subtitle 1 */
font-family: "Nunito Sans";
font-size: 17px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 117.647% */
letter-spacing: 0.026px;
}
.gallery .gallery__video{
  width: 448px;
}
.gallery__video .news_item:not(:first-child) .news_image{
  display: none;
}
.gallery__video .news_item:not(:first-child) .news_text .text{
  display: none;
}
.gallery__video .news_item{
  background-color: transparent;
  border: none;
  border-bottom: 1px solid var(--neitral--2);
  
}
.gallery__video .news_item:not(:first-child){
  min-height: 48px;
max-height: 174px;
height: fit-content;
}
.gallery__video .news_item:not(:first-child) .news_btn{
  
  font-size: 0;
  line-height: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  width: 48px;
  height: 48px;
}
.gallery__video .news_item:not(:first-child) .news_btn:hover{
  background-color: transparent;
  cursor: pointer;
}
.gallery__video .news_item:not(:first-child) .news_btn a::after,
.structure .structure__item-list .news_item .news_btn a::after{
    content: '';
    display: flex;
    background: url(../image/SVG/forward_24.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 48px;
    height: 48px;
    padding: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%)translateY(-50%);
}
/* .structure .read-more,
.gallery__video .read-more{
  display: none;
}
.news_wrap .read-more-btn{
  display: none;
} */
.page_wrap .gallery-block{
  display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-top: 32px;
}
.page_wrap .gallery-block .gallery-item{
  width: 328px;
    height: 248px;
}
.page_wrap .gallery-block .gallery-item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news_list_wrap .page_content{
  display: flex;
    flex-direction: column;
}
.gallery__video .news_item:not(:first-child) .news_btn:hover::after,
.structure .structure__item-list .news_item .news_btn:hover::after{

  background: url(../image/SVG/forward_24_yellow.svg);
  
}
.gallery__video .news_item .news_text .news_data{
  display: none;
  margin: 0;
}
.gallery__video .news_item:not(:first-child) .news_text .h6{
  color: var(--neitral-3);
  /* Body 1 */
  font-family: "Fira Sans";
  font-size: 16px;
  line-height: 20px; /* 125% */
  letter-spacing: 0.08px;
}
.gallery__photo .news_item .news_text .h6{
  display: none;
}
.gallery__video .news_item:first-child .news_text .h6{
  position: absolute;
  z-index: 111111;
}
.gallery__video .news_item:first-child .news_text .h6 a{
  color: #FFF;
}
.gallery__video .news_item:first-child .news_text{
  position: relative;
}
.gallery__video .news_item:first-child .news_image::after{
  content: "";
  opacity: 0.4;
  background: var(--main-3, #111C0D);
  position: absolute;
}
.gallery__video .news_item:first-child{
  position: relative;
  background: transparent;
  height: 280px;
  border: none;
}
.gallery__video .news_item:first-child .news_image{
  position: absolute;
  z-index: 6;
  width: 100%;
  max-width: 448px;
  height: 280px;
  
}
.gallery__video .news_item:first-child .news_btn,
.gallery__video .news_item:first-child .news_text .news_data{
  display: none;
}

.gallery__video .news_item:first-child .news_image::before{
 content: '';
 background: url('../image/SVG/play.svg');
  z-index: 7;
    top: 50%;
    left: 50%;
    transform: translateX(-50%)translateY(-50%);
    position: absolute;
    width: 48px;
    height: 48px;
    flex-shrink: 0;
}
.gallery__video .news_item:first-child .news_image::before:hover{
  cursor: pointer;
}
.news_image.hidden img,
.news_image.hidden::before,
.news_image.hidden {
    opacity: 0;
    transition: opacity 0.5s;
    display: none;
}

.gallery .video-thumbnail,
.gallery iframe {
    opacity: 0;
    transition: opacity 0.5s;
}
/* .page_content .news_list_row .video-thumbnail, 
.page_content .news_list_row iframe, */
.news_item.show-media .video-thumbnail,
.news_item.show-media iframe {
    opacity: 1;
}
.gallery__photo .news_item .news_text{
  display: none;
}
.gallery__photo .news_item{
  background: transparent;
  width: 328px;
  height: 210px;
  border: none;
}
.gallery__photo .news_item .news_image{
  max-width: unset;
  flex: 0 0 100%;
  width: 100%;
    height: 100%;
    position: relative;
}
.gallery__photo .news_item .news_image a{
  position: block;
  /* width: 100%;
  height: 100%;
  display: flex;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0; */
}
.news_row.category-99 .news_text .text,
.news_row.category-105 .news_text .text,
.news_row.category-109 .news_text .text,
.news_row.category-108 .news_text .text{
display: none;
}
/* Актуальная информация ------------------- */
.aktual_column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 568px;
  width: 100%;
}
.aktual_column .aktual_item {
  /* border: 1px solid #1b1b1b;
  border-radius: 3px; */
  background: #fff;
  /* margin-top: 32px; */
  display: flex !important;
  height: 312px !important;
  gap: 16px;
}
.aktual_item .aktual_text .s1 {
  padding-top: 24px;
  color: var(--neitral-2);
font-size: 22px;
font-style: normal;
font-weight: 700;
line-height: 28px; /* 127.273% */
letter-spacing: 0.033px;
margin-bottom: 3px;
overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: auto;
}
.aktual_item .preview-text{
  font-family: "Fira Sans";
font-size: 14px;
line-height: 18px; /* 128.571% */
letter-spacing: 0.035px;

overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: auto;
}
.aktual-list{
  padding: 0 48px;
  position: relative;
  height: 312px;
  overflow: hidden;
}
.aktual-list .slick-arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  border-radius: 3px;
background:  var(--neitral--1);
  font-size: 0;
  width: 48px;
  border: transparent;
}
.slick-arrow svg path{
  fill: #C7221A;
}
.aktual-list .slick-prev{
  left: 0;
}
.aktual-list .slick-next{
  right: 0;
}
.aktual-list .slick-prev::after{
  content: url( '/bitrix/templates/main_template/image/SVG/chevron_left.svg');
  width: 24px;
height: 24px;
flex-shrink: 0;

}
.aktual-list .slick-next::after{
  content: url('/bitrix/templates/main_template/image/SVG/chevron_right.svg') ;
  width: 24px;
height: 24px;
flex-shrink: 0;

}
.aktual_item .aktual_image{
  width: 184px;
    height: 100%;
    flex-shrink: 0;
}
.aktual_item .aktual_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aktual_item .btn {
  position: absolute;
    right: 8px;
    bottom: 0;
    margin: 8px;
}
.aktual_column .primary-button {
  margin: 16px 0;
}
.news_container_row {
  /* display: grid; */
  display: flex;
  gap: 32px;
  grid-template-columns: 328px auto 328px;
}
.slider_social_wrap {
  background: var(--accent--3);
  position: relative;
  overflow: hidden;
}
.slider_social_wrap .container{
  display: flex;
  justify-content: space-between;
  /* display: grid;
    grid-template-columns: 40% 57%;
    justify-content: space-between; */
}
.slider_social_row{
  position: relative;
  background: var(--accent--3);
  
}
.slider_social_wrap .gallery{
  max-width: 808px;
    width: 100%;
}
.slider_social_row::before{
  content: '';
    background: var(--accent--3);
    position: absolute;
    width: 1080px;
    display: block;
    height: 100%;
    content: '';
    position: absolute;
    left: -1080px;
    top: 0;
}

.slider_social_wrap::after{
  content: '';
    background: var(--accent--3);
    position: absolute;
    width: 1080px;
    display: block;
    height: 100%;
    content: '';
    position: absolute;
    right: -1080px;
    top: 0;
}
.slider_social_item {
  position: relative;
  display: flex !important;
  border-radius: 3px;
  border: 2px solid var(--accent-1);
  background: #FFF;
  transition: all 0.4s ease-in-out;
  height: 152px;
  margin-bottom: 24px;
}
.slider_social_item:hover{
  border: 2px solid var(--main-1);
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.15), 2px 2px 3px 0 rgba(0, 0, 0, 0.30);
  transition: all 0.4s ease-in-out;
}
.slider_social_item a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  color: var(--main-3);
}
.slider_social_item .social_title {
  /* position: absolute; */
  top: 32px;
  left: 16px;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  padding: 0px 16px;
  transition: all 0.4s ease-in-out;
  /* height: 123px; */
  /* display: flex; */
  height: auto;
    align-items: center;
    color: var(--main-3);
    font-size: 17px;
    line-height: 20px; /* 117.647% */
    letter-spacing: 0.026px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    align-self: center;
}
/* .slider_social_item:hover .social_title {
  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;
  
  transition: all 0.4s ease-in-out;
} */
.slider_social_item img {
  max-width: 224px;
  height: auto;
  
  object-fit: cover;
  /* margin: 16px 0; */
  transition: all 0.4s ease-in-out;
}
/* .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;
  width: 100%;
}
.slick-arrow {
  cursor: pointer;
}
/* .slider_social_row.slick-slider .slick-list {
  margin: 0 80px;
} */
.slider_social_row.slick-slider .slick-slide {
  margin: 32px 16px 0 16px;
}
.slider_social_row.slick-slider .slick-slide  > div{
  display: flex;
  gap: 32px;
}
.slider_social_row .slick-dots li{
  position: relative;
}
.slider_social_row .slick-dots li:hover{
  cursor: pointer;
}
.slider_social_row .slick-dots{
  display: flex;
    gap: 8px;
    justify-content: center;
    /* flex-direction: column; */
    padding: 0px 24px 24px 24px;
}
.slider_social_row .slick-dots li::after{
content: '';
width: 16px;
height: 16px;
border-radius: 50%;
display: flex;
}
.slider_social_row .slick-dots li.slick-active::after{
  background-color: var(--main-0);
}
.slider_social_row .slick-dots li::after{
  background-color: #fff;
}

/* Модуль Инвестиции ---------------------------------- */
.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;
}



/* Разработка -------------- */
.footer__developer {
  position: absolute;
  bottom: 0;
  width: 250px;
}
.footer__developer h6 {
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.15px;
  color: #aaaa;
  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 .secondary-button_light{
  display: flex;
    align-items: center;
    gap: 8px;
    padding: 9px 16px 9px 12px;
    border: 2px solid #A3A3A3;
    
    svg path{
transition: 0.4s ease;
    }
}
.footer .secondary-button_light:hover{
  border: 2px solid #C9C0BB;
  background: var(--accent--3);
  color: var(--main-2);
  svg path{
    fill: var(--main-2);
  }
}
/* Баннеры под инвестициями ----------- (НЕ АКТИВНЫ) */
.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: #cfcfcf;
  overflow-x: hidden;
}
.attention_row {
  position: relative;
  display: grid;
  grid-template-columns: 60% 43%;
}
.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: 3px;
  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: 3px;
  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;
}

.main-banner .attention_text{
  color: var(--neitral-3);
  font-family: "Fira Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
  letter-spacing: 0.035px;
}
.attention_slider_image {
  flex: 0 0 208px;
  max-width: 208px;
}
.attention_slider_image img {
  width: 100%;
  max-height: 128px;
  border-radius: 3px;
  object-fit: cover;
}
.attention_image img {
  width: 100%;
  border-radius: 3px;
}
.attention_slider_text,
.attention_text {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4px 1px 4px 32px;
}
.main-banner .attention_text{
  padding: 16px 8px;
}
.attention_text {
  color: #494949;
}
.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: 86px;
  /*max-width: 536px;*/
  min-width: 248px;
  background: #ffffff;
  flex-grow: 1;
  /* border-right: 1px solid #e2e2e2; */
  /* border-radius: 3px; */
  /* margin-bottom: 32px; */
  padding: 0 32px 0 16px;
  transition: all 0.4s ease-in-out;
  /* box-shadow: 2px 2px 16px 0 rgba(0, 0, 0, 0.15), 1px 1px 3px 0 rgba(0, 0, 0, 0.30); */
}
.main-banner .attention_item{
  /* max-width: 240px; */
  height: 86px;
  gap: 16px;
  /* border-color: var(--neitral--2); */
  padding: 8px;
  min-height: unset;
  flex: 1 0 0;
  position: relative;
}
.attention_item:not(:last-child):after{
  content: '';
  background-color: var(--neitral--2);
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.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-radius: 3px;
  transition: all 0.4s ease-in-out;
}
.main-banner .attention_item:hover{
  border-color: var(--neitral--2);
  box-shadow: 2px 2px 16px 0px rgba(0, 0, 0, 0.15), 1px 1px 3px 0px rgba(0, 0, 0, 0.30);
}

.attention_image {
  flex: 0 0 96px;
  max-width: 96px;
  height: 60px;
}
.attention_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-banner .attention_image{
  height: 32px;
  max-width: 48px;
  flex: 0 0 48px;
}
.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 {
  border-top: 2px solid var(--main-0);
  padding-bottom: 24px;
}
.resurs_row.slick-slider {
  display: flex;
  align-items: center;
}
.resurs_row.slick-slider .slick-list {
  margin: 0 72px;
}
.resurs_row .slick-arrow{
  width: 48px;
    height: 48px;
    background: var(--neitral--2);
    flex-shrink: 0;
    border-radius: 3px;
    padding: 12px;
}
.resurs_item {
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 3px;
  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: 3px;
  transition: all 0.4s ease-in-out;
}
.resurs_image {
  max-width: 88px;
  margin: 0 auto;
}
.resurs_text {
  padding-top: 8px;
  text-align: center;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 18px;
letter-spacing: 0.035px;
}
.resurs_row.slick-slider .slick-slide {
  margin: 0 16px;
}

/* Footer ------------------------------------------------ */
.footer {
  background: var(--main-2);
  padding: 32px 0;
  color: #FFF;
line-height: 20px; /* 125% */
letter-spacing: 0.08px;
}
.footer_row {
  display: flex;
}
.footer_map {
  flex: 0 0 688px;
  max-width: 688px;
}
.footer_map .map_row {
  border-radius: 3px;
}
.footer_column {
  flex: 1 1 auto;
  padding-right: 32px;
  position: relative;
}
.footer_column p {
  padding-bottom: 24px;
}
.footer_column ul li {
  padding-bottom: 12px;
}
.footer_column ul li:last-child {
  padding: 0;
}
.info_block li span {
  margin-left: 8px;
}
.footer_item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: fit-content;
  margin-left: auto;
  position: absolute;
    right: 32px;
    bottom: 0;
}
.footer_item .appial-button img,
.slider__buttons .appial-button img {
  position: relative;
  /* top: 5px; */
  width: 18px;
  margin-right: 8px;
}
.slider__buttons{
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
}
.footer_item .secondary-button {
  width: 100%;
  text-align: center;
  padding: 5px 16px 10px 12px;
}
.footer_item .secondary-button.icon svg {
  position: relative;
  top: 4px;
  left: auto;
  margin-right: 8px;
}
.appial-button {
  /* border: 2px solid #f5f4f4; */
  background: #fff;
  color: var(--main-2);
  padding: 9px 16px 9px 12px !important;
  box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.15), 1px 1px 2px 0 rgba(0, 0, 0, 0.30);
  border-radius: 3px;
  line-height: 14px;
    height: 36px;
  transition: all 0.4s ease-in-out;
  display: flex;
    align-items: center;
    img{
      top: unset;
    }
}
 .appial-button:hover {
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.15), 2px 2px 3px 0 rgba(0, 0, 0, 0.30);
  
}
/*.appial-button:active {
  background: #727272;
  transition: all 0.4s ease-in-out;
} */

/*---------------------------------second_page-------------------------------*/
.page_content a {
  color: #085d91;
  text-decoration: underline;
}
.page_content {
  margin-bottom: 16px;
}

.header__wrapper.inner {
  position: inherit;
}
.header__wrapper.inner .header_topbar_top {
  display: none;
}

/* Breadcrumbs -------------------- */
.breadcrumb-nav {
  padding: 15px 0;
  max-width: calc(100% - 250px);
}
.breadcrumb-nav .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  /* align-items: center;
  justify-content: center; */
  /* max-width: 912px;
  max-width: 685px; */
  
}
.breadcrumb-item {
  position: relative;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.0025em;
  color: var(--main-2);
  max-width: 1000px;
}
.breadcrumb-item a::after {
  content: ">";
  padding: 0 16px;
}
.breadcrumb-item.active {
  color: #6e6e6e;
}
.page_row{
  display: flex;
  gap: 32px;
  display: grid;
  grid-template-columns: auto 208px;
}
.page_row .page_content{
  max-width: 1152px;
  width: 100%;
  /* margin-right: 32px;
  padding-left: 16px; */
}
.page_row:has(.nav_column) {
  display: grid;
  gap: 32px;
  grid-template-columns: 224px auto 250px;
  background: #fff;
}
.page_row:has(.nav_column) .page_content {
  max-width: 967px;
  width: 100%;
  /* max-width: calc(100% - 256px - 250px); */
}
.page_wrap .container:has(.page_row .nav_column) .breadcrumb-nav{
  padding-left: 256px;
  max-width: 856px;
  max-width: calc(100% - 350px);
}
.menu-sidebar__item a {
  display: flex;
  align-items: center;
  justify-content: start;
  min-height: 48px;
  padding: 8px 16px;
  text-align: start;
  color: var(--neitral-3);
  margin-bottom: 8px;
}
.menu-sidebar__item.active .menu-sidebar_submenu a{
justify-content: center;
text-align: center;
}
.menu-sidebar__item:hover {
  background: #ffffff;
}
.menu-sidebar__item{
border-radius: 3px;
position: relative;
  z-index: 1;
}
.menu-sidebar__item.active {
  background: var(--accent-0);
  
}
.menu-sidebar__item:has(.menu-sidebar_submenu)::after{
  content: " ";
    position: absolute;
    top: 22px;
    right: 24px;
    width: 24px;
    height: 24px;
    background-image: url(../image/SVG/expand-arrow_dark.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: all 0.4s ease-out;
}
.menu-sidebar__item:has(.menu-sidebar_submenu) a{
  padding-right: 32px;
}
.menu-sidebar__item.active:has(.menu-sidebar_submenu){
padding: 8px;
}
.menu-sidebar__item.active:has(.menu-sidebar_submenu)::after{
  transform: rotateX(180deg);
}
/* .menu-sidebar__item.active > .menu-sidebar_submenu{
  background: var(--accent--2);
} */
.menu-sidebar__item.active > .menu-sidebar_submenu .s2{
  font-weight: 400;
  border-radius: 3px;
}
.menu-sidebar__item.active > .menu-sidebar_submenu .s2.active{
  background: var(--accent--2);
}
/* .menu-sidebar_submenu {
  padding-bottom: 3px;
} */

.page_body:has(.page_pagination),
.page_body:has(.social_row) {
  padding-bottom: 0;
}
.page_pagination:has(.page_pagination_row),
.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_body .social_row svg path{
  fill: #C7221A;
}
.page_pagination_row li {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.0025em;
  color: var(--main-2);
  width: 24px;
  margin-left: 8px;
}
.page_pagination_row li:first-child {
  margin-left: 0;
}
.page_pagination_row li.active {
  color: #a4a4a4;
}
.page_wrap{
min-height: 540px;
}
.page_wrap:has(.news_list_wrap) {
  background: #f7f7f7;
}
.news_list_wrap {
  display: grid;
  gap: 32px;
  grid-template-columns: auto 208px;
  min-height: 400px;
  padding-left: 16px;
  background: #fff;
}
.news_list_wrap .page_content p {
  margin: 12px 0;
}
.news_list_row {
  margin: 16px 0;
}
.news_list_image {
  width: 100%;
  max-width: 328px;
  height: 200px;
  float: left;
  margin: 0 16px 16px 0;
}
.news_list_text .aktual_data {
  margin: 0;
}
.news_list_image img {
  width: 100%;
  height: 100%;
  border-radius: 3px;
  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: 3px;
}
.block_row .block_title {
  padding: 8px 16px;
  border-radius: 3px;
  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 var(--accent--2);
  border-radius: 1px;
  margin: 16px 0;
}
.input_row {
  margin-bottom: 16px;
  width: 100%;
}
.page_content p img {
  /* margin: 0 12px; */
  margin: 12px;
  max-width: 100%;
}
.input_group {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
}
.checkbox-container{
  display: flex;
}
.checkbox-container input{
  width: 24px;
  height: 24px;
  border: 1px solid #c3c3c3;
  border-radius: 3px;
}
.checkbox-container {
  display: flex;
  align-items: center;
}
.checkbox-container  .label_checkbox {
  padding-left: 20px;
}
.btn_row {
  margin-top: 35px;
}
.news_row.guest_row .news_text {
  /* display: flex;
  flex-direction: column;
  justify-content: center; */
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.news_text .h6 a {
  text-decoration: none;
  color: #454545;
  transition: all 0.4s ease;
}
.news_text .h6 a:hover{
  text-decoration: underline;
}
.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: 3px;
  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 {
  display: flex;
  margin-bottom: 12px;
}
.rukovodstvo_image {
  flex: 0 0 136px;
  max-width: 136px;
  height: 208px;
}
.rukovodstvo_image img {
  width: 100%;
    height: 100%;
    border-radius: 3px;
    object-fit: cover;
}
.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;
}
/* Accordion ------------------------*/
.accordion {
  margin: 0;
  padding: 0;
  list-style: none;
}
.accordion .rukovodstvo_item:last-child {
  margin-bottom: 0;
}
.link,
.accordion_item {
  border: 1px solid var(--accent--2);
  border-radius: 3px;
  margin: 16px 0;
  transition: all 0.4s ease-in-out;
}
/* Элемент label который запускает открыть/закрыть. */
.spojler,
.accordion_trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 1px solid var(--accent--2);
  border-radius: 3px;
  text-align: center;
  background: var(--accent--2);
  padding: 14px 0;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
/* меняем цвет фона у активного переключателя */
.accordion_toggle:checked ~ .accordion_trigger {
  background: var(--accent--2);
}
/* эти элементы 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: 3px;
}
/** когда переключатель 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: 15px;
  line-height: 18px;
  letter-spacing: 0.023px;
}
.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 var(--main-2);
  border-right: 2px solid var(--main-2);
  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 var(--main-2);
  border-left: 2px solid var(--main-2);
  transform: rotate(45deg);
}
.rukovodstvo_item .accordion_item .accordion_trigger span::after {
  content: "";
  position: absolute;
  right: -24px;
  top: 1px;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid var(--main-2);
  border-right: 2px solid var(--main-2);
  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 var(--main-2);
  border-left: 2px solid var(--main-2);
  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/mark-sword.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;
}
.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;
  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;
}
.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-sword.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: var(--accent-0);
}
.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%;
}
ul.info_row_contacts li::after{
  content: none;
}
ul.info_row_contacts li a{
  text-decoration: none;
  color: inherit;
}
ul.info_row_contacts li a:hover{
  text-decoration: underline;
}
.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: 3px;
}
.menu__wrapper .info_row,
.nav-column.info_row {
  display: none;
}

/* Таблица */
table {
  display: block;
  width: 100%;
  max-width: 100%;
  /* max-width: 687px; */
  /* max-width: 896px; */
  border-collapse: collapse;
  margin: 20px 0;
  overflow-x: auto;
}
table tr td {
  padding: 14px 16px;
  border: 1px solid #c3c3c3;
}
table th {
  background: var(--main--3);
  padding: 8px;
}
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;
}

/* Иконки документов */
a[href$=".pdf"],
a[href$=".doc"],
a[href$="docx"],
a[href$="zip"],
a[href$="rar"],
a[href$=".jpg"],
a[href$="jpeg"],
a[href$="png"],
a[href$="gif"] {
  position: relative;
  display: block;
  padding-left: 32px;
  margin: 16px 0;
}
a[href$=".pdf"]::after,
a[href$=".doc"]::after,
a[href$="docx"]::after,
a[href$="zip"]::after,
a[href$="rar"]::after,
a[href$=".jpg"]::after,
a[href$="jpeg"]::after,
a[href$="png"]::after,
a[href$="gif"]::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 555;
}
a[href$=".pdf"]::after {
  background-image: url(../image/img/pdf.svg);
}
a[href$=".doc"]::after {
  background-image: url(../image/img/doc.svg);
}
a[href$="docx"]::after {
  background-image: url(../image/img/docx.svg);
}
a[href$="zip"]::after,
a[href$="rar"]::after {
  background-image: url(../image/img/archive.svg);
}
a[href$=".jpg"]::after {
  background-image: url(../image/img/jpg.svg);
}
a[href$="jpeg"]::after {
  background-image: url(../image/img/jpeg.svg);
}
a[href$="png"]::after {
  background-image: url(../image/img/png.svg);
}
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 {
  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: 3px;
  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: 3px;
  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: 3px;
  transition: all 0.4s ease-in-out;
}
font.notetext {
  color: #1b1b1b;
}

/* Рабочие часы --------------------------------- */
.working-hours-wrapper {
  position: relative;
  width: fit-content;
  flex: 1 0 0;
    display: flex;
    justify-content: center;
  /* padding-top: 24px;
  border-top: 1px solid #fff; */
  .thirdy-button.icon{
    position: relative;
  }
}
@media(hover: hover){
  .working-hours-wrapper:hover .dates {
    opacity: 1;
    visibility: visible;
  }
}

.dates {
  position: absolute;
  top: 36px;
  left: 0;
  z-index: 1550;
  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;
}
.working-hours-wrapper > .dates > .dates-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 1em;
}
.working-hours-wrapper > .dates > .dates-list > .dates-list-item {
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.004em;
  color: var(--neitral--1);
  text-transform: uppercase;
  background: #ffffff;
  padding: 5px;
}
.working-hours-wrapper > .dates > .dates-list > .dates-list-item.active {
  color: var(--main-3);
  background: var(--main--3);
  border: 1px solid var(--neitral--2);
}
.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;
}



/* Галерея */
/* --внутри */
.page_content .gall-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.page_content .gall-list img {
  width: 100%;
  height: 200px;
  border-radius: 3px;
}
.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: 3px;
  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-sections{
  display: flex;
    gap: 32px;
    justify-content: space-between;
}

.gallery-sections .gall-list{
  display: flex;
  flex-direction: column;
}
.gallery__photo .gall-item{
  height: 210px;
  width: 328px;
}
.gallery__photo .gall-item img{
  height: 210px;
}
.gallery__photo .gallery__item {
  position: relative;
  display: block;
  width: 100%;
  height: 210px;
}
.gallery__video .gall-item img{
  display: none;
}
.gallery__video .gall-item:first-child img{
  display: block;
  width: 448px;
height: 280px;
flex-shrink: 0;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 3;
}
.gallery__video .gall-item:first-child .gall-item__content{
  position: relative;
}

.gallery__video .gall-item:first-child span{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%)translateY(-50%);
  z-index: 4;
  width: 48px;
  height: 48px;
}
.gallery__video .gall-item:first-child .gallery__item .h6{
z-index: 8;
color: #FFF;
font-size: 22px;
font-style: normal;
font-weight: 700;
line-height: 28px; /* 127.273% */
letter-spacing: 0.033px;
}
.gallery__video .gall-item:first-child span::after{
  content: '';
  background: url('../image/SVG/play.svg');
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  position: absolute;
}
.gallery__item .h6 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 104px;
  padding: 16px;
  padding-left: 60px;
  
}
.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;
}

/* Карта сайта ---------------------------------- */
.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;
}



/* Версия для слабовидящих */
.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;
}
/* структурные подразделения на главной */
.structure .structure__item-list{
  display: grid  ;
      grid-template-columns: repeat(2, 1fr);
      column-gap: 32px;
      row-gap: 8px;
      padding-bottom: 16px;
}
.structure .structure__item-list .news_item{
  min-height: 48px;
  max-height: 174px;
  height: fit-content;
  border: none;
      margin-bottom: 0px !important;
}
.structure .structure__item-list .news_item .news_image{
  display: none;
}
.structure .structure__item-list .news_item .news_btn{
  position: absolute;
  font-size: 0;
  line-height: 0;
  background-color: transparent;
    cursor: pointer;
}
.structure .h4{
  color: var(--main-3);
text-align: center;
font-size: 37px;
line-height: 52px;
letter-spacing: 0.093px;
}

.structure .structure__item-list .news_item .news_text{
padding: 6px 48px 6px 8px;
}
.structure .structure__item-list .news_item .news_text .h6 a,
.structure .structure__item-list .news_item .news_text .h6{
  color: var(--neitral-3);
  font-family: "Fira Sans";
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.08px;
  font-style: normal;
}
.structure__item-list .news_item .news_text .h6{
  min-height: 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;

}
.structure .structure__item-list .news_item .news_btn{
  top: 50%;
  transform: translateY(-50%);
}
.structure .structure__item-list .news_item .news_text .news_data{
  margin: 0;
}
.structure .structure__item-list .news_item:hover .news_text .h6 a{
  color:  #115679;
  text-decoration: underline;
}

.structure .structure__item-list .news_item:hover .news_btn a::after{
  background: url(../image/SVG/forward_24_gray.svg);
}
.special .structure .structure__item-list .news_item:hover .news_btn a::after{
  content: none;
}

/* санатории */
.company__item .item-info{
  display: flex;
  gap: 16px;
}
.company__item .item-info .info_row p{
  margin-top: 8px;
  margin-bottom: 8px;
}
.company__item .item__img{
  width: 328px;
  height: 200px;
  flex-shrink: 0;
  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.company__item .item-info .phones p:not(:first-child){
  float: left;
  position: relative;
}
.company__item .item-info .phones p:not(:first-child):not(:last-child){
padding-right: 8px;
  margin-right: 8px;
}
.company__item .item-info .phones p:not(:first-child):not(:last-child)::after{
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: lightgray;
}
.item__gallery{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;

  .photo_item{
    max-width: 328px;
    min-width: 200px;
    height: 248px;
    width: 100%;

    img{
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
}
.company__item .rukovodstvo_item .text-title{
  color: var(--neitral-3);
  font-size: 10px;
  font-weight: 400;
  line-height: 12px; /* 120% */
  letter-spacing: 0.15px;
  text-transform: uppercase;
}
.company__item .accordion_item .rukovodstvo_item .tel:not(:has(svg))::before {
    background-image: url(../image/SVG/office-phone-dark.svg);
    width: 18px;
    height: 18px;
}
.company__item .accordion_item .rukovodstvo_item_row{
  margin-bottom: 0px;
}
.company__item .item__description{
  padding-top: 20px;
}
.company__item .accordion_item .rukovodstvo_item{
  margin-bottom: 0px;

  .h6{
    color: var(--neitral-3);
    font-family: "Nunito Sans";
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.026px;
  }
  p{
    margin-top: 0px;
  }
}

/* google translate */
#google_translate_element{width:300px;float:right;text-align:right;display:block}
.goog-te-banner-frame.skiptranslate { display: none !important;} 
body { top: 0px !important; }
#goog-gt-tt{display: none !important; top: 0px !important; } 
.goog-tooltip .skiptranslate{display: none !important; top: 0px !important; } 
.activity-root { display: hide !important;} 
.status-message { display: hide !important;}
.started-activity-container { display: hide !important;}

.skiptranslate {display: none !important;} 
body > .skiptranslate > iframe,
body > .skiptranslate .skiptranslate,
body > .skiptranslate .skiptranslate body{
 display: none !important;
 opacity: 0 !important;
 visibility: hidden !important;
 position: absolute;
 left: -99999px;
 width: 0px !important;
 height: 0px !important;
}
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf {
 display: none !important;
}

/* form */


.form-container {
        max-width: 1152px;
        margin: 30px auto;
        background: #e6e6e6;
        padding: 20px;
        border-radius: 5px;}
        .required-text {
        text-align: center;
        color: #800000;
        font-size: 14px;
        margin-bottom: 15px;
    }
    .form-container label {
        display: block;
        margin-top: 4px;
        margin-bottom: 8px;
        font-size: 14px;
        float: left;
    width: 230px;
    text-align: left;
    padding-right: 16px;
    }
   .form-container  input, select {
        padding: 10px;
        margin-bottom: 15px;
        border: 1px solid #ccc;
        border-radius: 3px;
        box-sizing: border-box;
    }
   .form-container  .inline-group {
        display: flex;
        gap: 5px;
        width: 100%;
    }
   .form-container  .inline-group select{
      flex: 0 0 80%;
    }
   .form-container  .inline-group input {
        flex: 0 0 10%;
    }
  .form-container   .checkbox-containerbox-container {
        display: flex;
        align-items: center;
        gap: 10px;
        margin: 15px 0;
        font-size: 14px;
        width: fit-content;
    }
  .form-container .btn {
        display: block;
        margin: 0 auto;
        padding: 10px 20px;
        background: linear-gradient(101deg, #A3A3A3 0%, #C9C0BB 100%);
        color: var(--main-2);
        border: none;
        border-radius: 3px;
        cursor: pointer;
        box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.15), 1px 1px 2px 0 rgba(0, 0, 0, 0.30);;
        font-size: 14px;
        text-transform: uppercase;
    }
    
    select{
      position: relative;
    }
    select:after {
    content: url(../image/SVG/expand-arrow_dark.svg)!important;
    border: none!important;
    right: 12px;
    top: 16px!important;
    transition: .4s;
    width: 24px!important;
    height: 24px!important;
    position: absolute;
}
form > div:not(:last-child) {
  padding-bottom: 8px;
  padding-top: 8px;
    border-bottom: 1px solid #fff;
}
form > div:last-of-type {
  padding-bottom: 8px;
    border-bottom: 1px solid transparent;
}
form p{
  margin-bottom: 16px !important;
}
form input:not(input.btn),form textarea, select {
    border: 1px solid var(--Neitral--1);
    padding: 16px 12px 16px 16px;
    width: 100%;
    background: #fff;
    color: var(--neitral-1)
}

form input:not(input.btn) {
    height: 48px
}
form label {
    color: var(--neitral-2);
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: .048px;
    padding-left: 16px
}
form .checkbox-container label,form .radio label, form .checkbox-container label,form .radio label {
    color: var(--neitral-3);
    position: relative;
    padding-left: 40px
}
form .checkbox-container:not(:last-child),form .radio:not(:last-child),form .checkbox-container:not(:last-child),form .radio:not(:last-child) {
    margin-bottom: 12px
}
 form .checkbox-container label:before,form .radio label:before,form .checkbox-container label:before,form .radio label:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border: var(--neitral--1) solid 1px;
    background-color: white;
    position: absolute;
    left: 0
}
form .radio label:before,form .radio label:before {
    border-radius: 50%
}
form input[type=radio],form input[type=checkbox],form input[type=radio],input[type=checkbox] {
    display: none;
    position: absolute;
    z-index: 1;
    opacity: 0;
    left: 0
}

form .radio input[type=radio]:checked+label:before,form input[type=checkbox]:checked+label:before,form .radio input[type=radio]:checked+label:before,form input[type=checkbox]:checked+label:before {
    border: var(--Main-0) solid 1px
}

form input[type=checkbox]:checked+label:before,form input[type=checkbox]:checked+label:before {
    background-color: var(--Main-0);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath stroke='white' fill='none' d='m4.5 12 5.333 5L20.5 7'/%3E%3C/svg%3E")
}

form .radio input[type=radio]:checked+label::after,form .radio input[type=radio]:checked+label::after {
    content: '';
    background-color: var(--Main-0);
    width: 12px;
    height: 12px;
    display: flex;
    position: absolute;
    top: 4px;
    border-radius: 50%;
    left: 4px
}

form input[type=text],form input[type=text] {
    margin-bottom: 2px
}

form fieldset .radio,form fieldset .radio {
    float: left
}

form fieldset .radio:not(:last-child),form fieldset .radio:not(:last-child) {
    margin-right: 45px
}