
@media (max-width: 1500px) {
  .attention_row {
    grid-template-columns: 57% 43%;
  }
  .news__right_announce .news_image{
    max-width: 160px;
  }
}
@media (max-width: 1400px) {
 
  .slider_menu_row .slider_menu_item {
    width: 170px !important;
  }
  .slider__column_right{
    width: calc(100% - 240px);
  }
  .slider_wrap .nav_column ul{
    justify-content: flex-start;
  }
  .inform_item .inform_title{
    flex-wrap: wrap;
  }
  .slider__buttons{
    flex-direction: column;
  }
  .slider__row_top{
    align-items: flex-start;
  }
  .slider_social_row.slick-slider .slick-slide{
    margin: 32px 8px 0 8px;
  }
  .slider_social_item .social_title{
    padding: 0px 8px;
  }
  .slider_social_item .social_title{
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.015px;
  }
}

@media (max-width: 1300px) {
  .news_container_row {
    gap: 16px;
    grid-template-columns: 23% auto 328px;
  }
  .page_row:has(.nav_column) {
    display: grid;
    gap: 16px;
    grid-template-columns: 250px auto 328px;
  }
  .footer_map {
    flex: 0 0 588px;
    max-width: 588px;
  }
  
  
}

@media (max-width: 1230px) {
  .cookiesBlockAtevi {
    padding: 16px !important;
    padding-bottom: 72px !important;
  }
  .cookiesBlockAtevi .info_atevi {
    max-width: 100% !important;
  }
  .cookiesBlockAtevi .buttonAtevi button {
    left: 16px;
    right: auto;
    top: auto;
    bottom: 16px;
  }
  .not-agree {
    right: auto;
    bottom: 16px;
    left: 125px;
  }
}
@media (max-width: 1200px) {
  .slider_wrap .container_slider {
    display: none;
  }
  .container_slider {
    position: static;
    width: 280px;
    padding: 0;
  }
  .slider_menu_row .slider_menu_item {
    width: 100% !important;
    height: auto !important;
    flex-direction: row;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    padding: 10px 16px;
    background: none;
  }
  .container_slider .slick-track {
    display: flex;
    flex-direction: column;
    margin: 0;
    width: 100% !important;
  }
  .container_slider .slick-slide {
    width: 100% !important;
    padding-bottom: 0;
  }
  .slider_menu_item .slider_menu_icon {
    margin-right: 20px;
  }
  .slider_menu_item p {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.08px;
    color: #1b1b1b;
    height: auto;
    padding: 0;
    text-align: left;
  }
  .menu__wrapper .contact_row svg {
    margin: 0;
    transition: all 0.4s ease;
  }
  .slider_wrap .container{
    padding: 0 16px;
  }
  .nav-column.info_row{
    display: block;
    position: fixed;
    top: 60px;
    right: 0;
    border-radius: 3px;
    background: var(--accent--1);
    box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.15),
      0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    transform: translateX(105%);
    transition: all 0.4s ease;
    overflow-y: auto;
        height: 100vh;
  }
  .slider__column_left{
    display: none;
  }
  .nav-column.info_row.opened {
    transform: translateX(0);
    z-index: 10000;
  }
  
  .menu__wrapper:has(.info_row.opened) .contact_row svg
  .nav-column.info_row.opened .contact_row svg{
    transform: rotate(90deg);
    transition: all 0.4s ease;
  }
  .main__slider,
  .header_topbar_top{
    max-width: 50%;
  }
  .contact_row {
    display: flex;
  }
  .info_row li {
    margin-left: 0;
  }
  .slider_social_wrap .container{
    grid-template-columns: 100%;
  }
  .slider_social_wrap .gallery,
  .slider_social_row.slick-slider{
    margin: 0 auto;
  }
  .slider_social_row::before{
    display: none;
  }

  .header__nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 304px;
    height: 100%;
    background: #FFF;
    transition: all 0.4s ease;
    box-shadow: 2px 2px 16px 0px rgba(0, 0, 0, 0.15),
      1px 1px 3px 0px rgba(0, 0, 0, 0.3);
    
    overflow-y: scroll;
    transform: translateX(-105%);
    z-index: 2000;
  }
  .header__nav::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .header__nav .title-sub.parent .submenu {
    display: none;
  }
  .header__nav .header__menu {
    display: block;
    padding: 8px;
  }
  .header__nav.open-menu {
    transform: translate(0);
  }
  .navbar .nav-menu.opened {
    transform: translate(0);
  }
  .header__nav .title-sub.home_page_menu {
    display: none;
  }
  .menu-burger {
    position: relative;
    display: flex;
    align-items: center;
    width: 24px;
    height: 24px;
  }
  .menu-burger__header span,
  .menu-burger__header:after,
  .menu-burger__header:before {
    position: absolute;
    left: 0;
    height: 2px;
    width: 24px;
    background: #A3A3A3;
  }
  .menu-burger__header span {
    top: 10px;
  }
  .menu-burger__header:after,
  .menu-burger__header:before {
    content: "";
  }
  .menu-burger__header:after {
    bottom: 6px;
  }
  .menu-burger__header:before {
    top: 4px;
  }
  .menu-burger__header.open-menu span {
    opacity: 0;
  }
  .menu__wrapper .mobile {
    display: block;
  }
  .menu__wrapper .home_page_menu {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);

    svg path{
      fill: #A3A3A3;
    }
  }
  .contact_row svg path{
      fill: #A3A3A3;
    }
  .menu__wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 56px;
  }
  .menu-burger .menu-burger__text {
    margin-left: 26px;
    display: none;
  }
  .title-sub a {
    min-height: 48px;
    padding: 0;
  }
  .header__nav .header__menu {
    margin: 0;
  }
  .header__menu .title-sub.has-sub:has(.active-menu) .submenu {
    width: 304px;
    margin-left: 0;
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
  .header__menu .title-sub.has-sub:has(.active-menu)::after{
    transform: rotateX(180deg) translateY(50%);
  }
  .header__menu .title-sub.has-sub:hover {
    background: transparent;
  }
  .header__nav .title-sub:hover > a {
    color: #1f1f1f;
  }
  .header__menu .title-sub.has-sub:has(.active-menu) {
    background: var(--accent--2);
    border-radius: 3px;
  }
  
  .header__menu .title-sub.has-sub:has(.active-menu) > a {
    color: #1B1B1B;
  }
  
  .header__nav .title-sub.has-sub::before{
    transition: none;
  }
  .header__menu .title-sub.has-sub:has(.active-menu)::before {
    background-image: url(../image/SVG/expand-arrow_dark.svg);
    
  }
  .header__nav .title-sub.has-sub .submenu_list {
    width: fit-content;
    padding: 8px 16px;
  }
  .header__nav .title-sub.has-sub .submenu {
    display: none;
    position: relative;
    top: 0;
    right: auto;
    left: 0;
    width: 100%;
    height: fit-content;
    max-height: fit-content;
    background: #ffffff;
    border-top: none;
    box-shadow: none;
    transform: none;
    margin: 0;
    opacity: 1;
    visibility: visible;
    z-index: 999999;
  }
  .header__nav ul li {
    margin-bottom: 8px;
  }
  html[lang="be"] .header__menu .title-sub.has-sub:nth-child(2) .submenu_list,
  html[lang="be"] .header__menu .title-sub.has-sub:nth-child(4) .submenu_list,
  .header__menu .title-sub.has-sub:nth-child(2) .submenu_list,
  .header__menu .title-sub.has-sub:nth-child(4) .submenu_list,
  .header__menu .title-sub.has-sub:nth-child(6) .submenu_list {
    width: 100%;
    height: auto;
    display: block;
  }
  .header__menu .title-sub.has-sub:nth-child(2) .submenu_list li,
  .header__menu .title-sub.has-sub:nth-child(4) .submenu_list li,
  .header__menu .title-sub.has-sub:nth-child(6) .submenu_list li {
    width: 100%;
  }
  .header__menu .title-sub.has-sub:nth-child(2) .submenu_list li a,
  .header__menu .title-sub.has-sub:nth-child(4) .submenu_list li a,
  .header__menu .title-sub.has-sub:nth-child(6) .submenu_list li a {
    width: 100%;
  }
  html[lang="be"] .header__nav .title-sub.has-sub:nth-child(2) .submenu,
  .header__nav .title-sub.has-sub:nth-child(2) .submenu,
  .header__nav .title-sub.has-sub:nth-child(6) .submenu {
    right: auto;
    left: 0;
    transform: none;
  }
  .header__nav .title-sub.has-sub::before {
    top: 24px;
  }
  .header__menu .title-sub.has-sub {
    padding-right: 42px;
    margin-bottom: 8px;
  }
  .submenu_list a:hover {
    background: transparent;
    color: #1b1b1b;
  }
  .contact_row {
    order: 4;
    justify-content: start;
    border: none;
    padding: 0;
  }
  .language_row ul {
    justify-content: end;
    width: 100%;
    margin-top: 8px;
  }
  .header_topbar_top_row{
    padding-right: 16px;
  }
  .form-search {
    width: 100%;
  }
  .slider_menu_row {
    flex-direction: column;
  }
  .inform_wrap::before{
        left: -360px;
        }
  .header__menu .title-sub:not(.home_page_menu) > a{
    color: #1B1B1B;
  }
  .header__nav .title-sub.has-sub::before{
    background-image: url(../image/SVG/expand-arrow_dark.svg);
  }
  .header__nav_header{
    display: flex;
    justify-content: space-between;
    background: var(--main-2);
    padding: 16px;
    align-items: center;
    svg path{
      fill:#A3A3A3;
      
    }
  }
  .nav_column{
    display: none;
  }
  .nav-column.info_row.opened{
    display: block;
  }
  .slider__column_right{
    margin: 0 auto;
    width: 100%;
  }
  .slider__row_top{
    padding-left: 0;
  }
  .main__slider{
    background: white;
    
  }
  .page_row.page_row:has(.nav_column){
    grid-template-columns: auto 250px;
  }
  .page_row .page_content{
    padding-left: 16px;
  }
  body:has(.main-banner img) .menu__wrapper .info_row {
    top: 165px;
  }
  .news__right{
    flex-shrink: 1;
  }
  .company__item .item-info .phones p:not(:first-child){
    float: none;
  }
  .company__item .tel:not(:has(svg))::before, 
    .company__item .address:not(:has(svg))::before, 
    .company__item .email:not(:has(svg))::before, 
    .company__item .mail:not(:has(svg))::before, 
    .company__item .e-mail:not(:has(svg))::before, 
    .company__item .website:not(:has(svg))::before{
      width: 18px;
      height: 18px;
    }

    .company__item .item-info .info_row p{
      margin-top: 0px;
    }
    .company__item .item-info .phones p:not(:first-child):not(:last-child)::after{
      content: none;
    }
    .page_wrap .container:has(.page_row .nav_column) .breadcrumb-nav{
      padding-left: 16px;
    }
    /* .breadcrumb-nav .breadcrumb{
      max-width: calc(100% - 256px);
    } */
}

@media(max-width: 1190px){
  .main-banner .actual_slider{
    overflow-x: auto;
    scrollbar-width: none;
    gap: 16px;
    height: 135px;
  }
  body:has(.main-banner) header {
    padding-top: 136px;
}
  .main-banner{
    box-shadow: none;
    height: 136px;
  }
  .main-banner .actual_slider{
    padding-bottom: 16px;
    padding-left: 16px;
    padding-top: 16px;
    gap: 8px;
  }
  .main-banner .actual_slider::-webkit-scrollbar{
    display: none;
    
  }
  .main-banner .attention_item{
    box-shadow: 2px 2px 16px 0 rgba(0, 0, 0, 0.15), 1px 1px 3px 0 rgba(0, 0, 0, 0.30);
  }
  .attention_item:not(:last-child):after{
    background-color: transparent
  }
  .main-banner .attention_item{
    height: 104px;
  }
  
  }

  @media (max-width: 1150px) {
  .news_container_row {
    grid-template-columns: 1fr 1fr;
  }
  
  .footer_row {
    display: block;
  }
  .footer_column{
    padding-bottom: 56px;
  }
  .footer_map {
    max-width: 100%;
    margin-top: 32px;
  }
 
  .nav_column li a {
    padding-left: 0;
  }
  .logo_row .h4{
    font-size: 22px;
    font-weight: 600;
  }
}

@media (max-width: 1100px) {
  .logo_row .h4 {
    font-size: 24px;
    line-height: 32px;
  }
  .logo_image_row .logo_image {
    flex: 0 0 60px;
    max-width: 60px;
  }
 
   .aktual_column .aktual_item{
    gap: 0px;
   }
  
  .aktual_item .aktual_text{
    padding: 16px;
  }
 .inform_item:not(:last-child) .inform_item_text{
    padding-bottom: 8px;
 }
  
}
@media (max-width: 992px) {
    .slider__row.slider__row_top{
            flex-direction: column;
    }
    .main__slider, .header_topbar_top{
        max-width: unset;
    }
  #invest .invest-controls {
    justify-content: space-between;
  }
  #invest .invest-control {
    width: 48%;
  }
  .inform_row .inform_item:not(:last-child):after{
    height: 1px;
    left: 0;
    right: 16px;
    bottom: 0;
    top: unset;
    width: 100%;
  }
  .inform_item .inform_title{
    padding-top: 8px;
    margin-right: 156px;
  }
 
  .inform_item .inform_item_text{
    margin-top: 12px;
  }
  .inform_row{
    gap: 16px;
  }
  .news_nav::after, .news_nav::before{
    content: none;
  }
  
  .news_list_row {
    display: flex;
    flex-direction: column;
  }
  .news_list_text {
    padding-left: 0;
  }
  .news_list_image {
    flex: auto;
  }
  .news_list_wrap {
    grid-template-columns: 1fr;
    gap: 0;
    padding-right: 16px;
  }
  .news_list_wrap .menu-sidebar__row {
    width: calc(100% + 64px);
    margin-left: -32px;
  }
  .aktual_column {
    order: 1;
    height: auto;
  }
  .logo_image_row {
    flex-direction: column;
    gap: 12px;
  }
  .header_topbar_row .logo_row {
    align-items: center;
  }
  .logo_image_row .logo_image {
    flex: 0 0 40px;
    max-width: 40px;
    width: 40px;
    
  }
  .inform_row {
    grid-template-columns: 1fr;
    flex-direction: column;
    gap: 8px;
  }
  .news_container_row {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .news_container_row .nav_column {
    order: 3;
    border-right: none;

    margin-right: -16px;
  }
  .news_column {
    order: 2;
    padding-bottom: 0;
  }
 
  .attention_row {
    grid-template-columns: 100%;
    margin: 0 -15px;
  }
  .attention_wrap::after {
    content: none;
  }
  
  .page_row .nav_column {
    padding: 16px 0;
  }
  .attention_column {
    padding: 16px;
  }
  .attention_item {
    max-width: 100%;
    margin-bottom: 16px;
    padding-right: 16px;
  }
  .main-banner .attention_item{
    margin-bottom: 0;
  }
  .attention_column::after {
    right: 0;
    width: 0;
    height: 0%;
    background-color: transparent;
  }
  
  /* inner */
  /* .menu-sidebar__row {
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-right: -16px;
    padding: 16px;
  } */
  .page_row .nav_column {
    margin-right: -16px;
    padding-right: 16px;
  }
  .page_content {
    padding: 16px;
    padding-top: 0;
  }
  .news_container_row .news_column .news_row.open{
    flex-direction: column-reverse;
  }
  .news__left{
    padding-bottom: 80px;
    max-width: unset;
  }
  .news__right_favorite .news_item .news_image{
    width: 136px;
    height: 192px;
    flex: unset;
    flex-shrink: 0;
    
  }
  .news__right_favorite .news_text,
  .news__right_announce .news_text{
    padding-right: 16px;
  }
  .news__right_favorite .news_item{
    height: 192px;
  }
  .news__right_favorite .news_item{
    flex-direction: row-reverse;
  }
  .news__right{
    width: 100%;
  }
  .news__right_announce .news_item{
    flex-direction: row;
  }
  .gallery__item {
    height: 200px;
  }
  .footer .socials,
  .footer_item{
    right: 16px;
  }
   .slider__buttons{
    padding-top: 8px;
    gap: 16px;
  }
  .page_content .h4{
    font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  }
 
   .form-container .inline-group input,
   .form-container .inline-group select{
        flex: 0 0 33.333%;}
   
    
}

@media (max-width: 786px) {
  .breadcrumb-nav{
    padding: 16px;
  }
  .breadcrumb-nav,
  .page_wrap .container:has(.page_row .nav_column) .breadcrumb-nav{
    max-width: 100%;
  }
.page_row,
.page_row.page_row:has(.nav_column) {
    display: flex;
    flex-wrap: wrap;
  }
 
   .mobile-info{
    display: flex;
    bottom: 8px;
    left: 8px;
    z-index: 1000;
    
   }
   .slider__buttons_top{
    justify-content: space-between;
   }
   .aktual-list .slick-arrow{
    width: 56px;
   }
  .gallery__wrapper {
    flex-direction: column;
    gap: 21px;
  }
  .logo_row .h4 {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.033px;
  }
  .header .socials{
    position: absolute;
    top: 16px;
    left: 0;
    z-index: 3;
  }
  .language_row ul{
    margin-top: 8px;
  }
  .header_topbar_top {
    width: 100%;
  }
  .slider__row_top {
        flex-direction: column;
        align-items: flex-start;
    }
 
  .main__slider, .header_topbar_top{
    max-width: unset;
  }
  .header_topbar_row {
    position: relative;
    z-index: 99;
  }
  
  .language_row {
    position: absolute;
    left: 0;
    width: 100%;
  }
  .header_topbar_row .logo_row {
    padding: 56px 200px 0px 0px;
    gap: 16px;
  }
  .logo_image_row .logo_image{
    margin-right: 0;
  }
  .header_topbar_top::after {
    background: linear-gradient(
      0deg,
      #fff 28.9%,
      rgba(255, 255, 255, 0.8) 44.9%,
      rgba(255, 255, 255, 0) 56.4%
    );
    height: 120vh;
    height: 120lvh;
  }
  .header .info_row{
    display: none;
  }
  .header .info_row.open{
    display: flex;
    position: absolute;
    flex-direction: column;
    bottom: 0;
    left: 16px;
    border-radius: 3px;
    padding: 16px;
    background: #fff;
    z-index: 1001;
    box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.15), 1px 1px 2px rgba(0, 0, 0, 0.3);
  }
 
  .aktual_data{
    margin-bottom: 15px;
  }

  .header_topbar_top{
    margin-bottom: 0;
  }
  .aktual_column .aktual_item,
  .aktual_item .aktual_text .s1{
    margin-top: 0;
  }

   .search{
    position: absolute;
    bottom: 0;
   }
  .form-search{
    width: 200px;
  }
  .header_topbar_top_row {
    justify-content: space-between;
  }
  .language_row ul li:last-child {
    display: none;
  }

  header .dates {
    bottom: 0;
    top: unset;
  }
  .search .btn-search{
    display: none;
  }
  header .dates.open{
    opacity: 1;
    visibility: visible;
    z-index: 10000;
    opacity: 1;
        right: 0;
  }
  .form-search > input,
  .form-search > button{
    display: block;
  }
  .form-search{
    position: relative;
    opacity: 1;
  }
  .header_topbar_wrap {
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.95) 0%,
      rgba(255, 255, 255, 0.8) 56.4%,
      rgba(255, 255, 255, 0.3) 100%
    );
    height: 230px;
  }
 .aktual_column .aktual_item{
    padding: 0 16px;
  }
  .director__title {
    padding-top: 8px;
}
.director__title .s2{
  font-weight: 400;
}
.director__title p{
  margin-top: 4px;
}
  .director__text {
    padding-left: 0;
    padding-bottom: 0;
  }
  .header_topbar_top::before {
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 36.4%,
      rgba(255, 255, 255, 0.8) 56.9%,
      rgba(255, 255, 255, 0.8) 100%
    );
    width: 100%;
  }
  .director__text a {
    right: 0;
    bottom: -12px;
  }
  .news_nav .news_nav_item a {
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
    letter-spacing: 0.013px;
  }
  .slider_social_row.slick-slider .slick-list {
    margin: 24px 0 0 0;
  }
  .news_item {
    flex-direction: column;
    height: fit-content;
    margin-bottom: 16px;
  }
  .news_item .news_image {
    max-width: calc(100% + 32px);
    height: 224px;
    margin-left: -16px;
    margin-right: -16px;
  }
  .news__right_announce .news_item .news_image{
    max-width: 96px;
    height: 96px;
    margin: 0;
  }
  .news_wrap .news_item .news_btn{
    position: static;
    margin-left: -8px;
  }
  .news__right_announce .news_item{
    height: auto;
  }
  .aktual_text,
  .aktual_item .aktual_text .s1{
    padding: 0;
  }
  .news_item .news_text {
    padding-left: 16px;
    padding-right: 16px;
  }
  .news_container_row .news_column .news_row.open{
    gap: 16px;
  }
  .news__left{
    padding-bottom: 78px;
  }
  
  .news_ntn{
    margin: 24px auto;
    left: 50%;
    transform: translateX(-50%);

  }
  .news_item .news_btn {
    right: 0;
  }
  .news_nav {
    overflow-x: auto;
  }
  .news_nav::-webkit-scrollbar {
    height: 0;
    width: 0;
  }
  .resurs_wrap {
    padding-bottom: 0;
  }
  .info_block {
    margin-bottom: 16px;
  }
  .footer {
    padding: 16px 0;
  }
  .footer_column .footer_item {
    margin: auto;
    bottom: -8px;
  }
  .footer_column {
    padding-right: 0;
  }

  .slider_social_item .social_title {
    top: 28px;
  }
  .form_group {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .news__right_announce .news_item{
    display: block;
  }
  .news__right_announce .news_image{
    float: left;
    margin-left: 0;
    margin-right: 16px;
  }
  .attention_slider_row .attention_slider_item {
    flex-direction: column;
    height: 240px;
  }
  .attention_slider_row .attention_slider_image {
    flex: 0 0 100%;
    max-width: 100%;
    max-height: 128px;
  }
  .attention_slider_row .attention_slider_text {
    min-height: 100px;
    font-size: 19px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.029px;
    padding: 0;
  }
  .attention_slider_item {
    padding: 16px;
  }
  .attention_item {
    padding: 16px;
  }
  .resurs_row.slick-slider .slick-list {
    margin: 0 16px;
  }
  
  .breadcrumb-nav .breadcrumb {
    flex-wrap: wrap;
  }
  /* .breadcrumb-item.active {
    text-align: center;
  } */
  .news__right_favorite .news_item .news_text .text{
    -webkit-line-clamp: 1;
    line-clamp: 1;
  }
  .slider_social_row.slick-slider .slick-slide{
    margin: 8px;
  }
  .gallery-sections{
    flex-direction: column;
    gap: 0;
  }
  .gallery__section{
    margin: 0 auto;
  }
  .gallery__photo .news_item{
    max-width: 328px;
    width: 100%;
  }
  .gallery__photo .news_item .news_image{
    margin: 0;
    height: 96px;
  }
  .gallery__photo .news_item{
    height: 96px;
  }
  .gallery__photo{
    display: grid;
    grid-template-columns: 156px 156px;
    gap: 16px;
    padding-bottom: 86px;
    position: relative;
  }
  .gallery__photo .gallery__btn{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
 .main-banner{
  box-shadow: transparent
 }
  .main-banner .attention_item{
    box-shadow: 2px 2px 16px 0 rgba(0, 0, 0, 0.15), 1px 1px 3px 0 rgba(0, 0, 0, 0.30);
    padding-left: 16px;
  }
   .gallery__video .news_item .news_image{
    margin-left: 0;
    margin-right: 0;
  }
  .structure .structure__item-list{
    grid-template-columns: 100%;
    padding-bottom: 16px;
  }
  .structure .news_item .news_text{
    padding-right: 48px;
  }
  .menu-sidebar__row::after{
    content: none;
  }
}
@media (max-width: 768px) {
  body .h4,
  .page_content .h4 {
    font-size: 23px;
    line-height: 30px;
  }
    #invest .invest-control {
    width: 98%;
  }
  #invest .invest-controls {
    justify-content: center;
    height: auto !important;
    padding-bottom: 16px;
    margin: 0;
  }
  #invest .invest-table {
    margin-top: 216px;
  }
  .main__slider, .header_topbar_top {
        max-width: unset;
    }
    .slider_wrap .container{
      padding: 0 16px;
    }
    .main-banner .attention_image{
    height: 48px;
  }
  .main-banner img {
    height: 48px;
    object-fit: contain;
  }
  body:has(.main-banner img) .menu__wrapper .info_row {
    top: 115px;
  }
  .company__item .item-info{
    flex-wrap: wrap;
  }
  .page_content{
    padding: 0;
  }
  .footer .socials{
    right: 0px;
  }
  .page_row.page_row:has(.nav_column){
    display: flex;
    flex-wrap: wrap;
  }
  .page_row .nav_column, .menu-sidebar__row, .news_container_row .nav_column{
    top: unset;
    height: auto;
  }
  .menu-sidebar__row{
    width: calc(100% + 32px);
    margin-left: -16px;
  }
  
  .breadcrumb-nav .breadcrumb{
      max-width: 100%;
    }
    .inform__categories.news_row{
      display: flex;
      flex-wrap: wrap;
    }
    .news__right_favorite .h6{
      font-size: 22px;
      font-style: normal;
      font-weight: 700;
      line-height: 28px
    }
    .news_nav{
      gap: 0px;
    }
    .news__left .news_item:not(:last-child)::after{
      bottom: unset;
      margin-bottom: 0px;
      margin-top: 0px;
    }
}
@media (max-width: 600px) {
    .aktual_column .aktual_item{
        display: flex !important;
        flex-direction: column-reverse;
        justify-content: space-between;
    }
     .aktual_item .preview-text{
    -webkit-line-clamp: 1;
    line-clamp: 1;
  }
  .aktual_item .aktual_text{
    padding: 0;
  }
  .aktual_item .btn{
    display: none;
  }
  .aktual_item .aktual_image{
    width: 100%;
    height: 136px;
  }
  #invest .invest-control {
    width: 100%;
  }
   .page_row .page_content,
   .breadcrumb-nav,
   .page_wrap .container:has(.page_row .nav_column) .breadcrumb-nav{
    padding-left: 0;
  }
}
@media (max-width: 500px) {
  .news_list_image {
    height: 170px;
  }
  
  .slider_menu_row .slider_menu_item {
    margin: 0 auto;
  }
.slider_social_row .slick-dots{
  padding: 0;
  margin: 0px 24px 24px 24px;
  overflow: hidden;
  justify-content: flex-start;
}
  .page_row .nav_column ul {
    grid-template-columns: 1fr;
  }
  .footer_item {
    width: 100%;
  }
 
  .inform_row .inform_item,
  .inform_row{
    padding: 0;
    min-height: 236px;
  }
  .inform_item .inform_title .h6{
      font-size: 26px;
  font-weight: 400;
  line-height: 34px;
  }
  .inform_item .btn{
    margin-right: 0;
    right: 0;
    margin-top: 0;
    top: 12px;
  }
  .inform_item .inform_title{
    gap: 16px;
  }
  .appial-button {
   /* margin-bottom: 12px; */
    text-align: center;
  }
  .footer_map {
    margin-top: 0;
  }
  .footer_row {
    position: relative;
    padding-bottom: 65px;
  }
  .footer_column {
    position: static;
  }
  .footer__developer {
    position: absolute;
    width: 100%;
  }
  .footer_item {
    position: absolute;
    bottom: 60px;
    right: unset;
  }
  
  .director {
    padding-bottom: 42px;
}
  .director__text{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    padding-top: 16px;
  }
  .header_topbar_top .info_row{
    padding: 22px 0;
  }
  .header_topbar_top .info_row span{
    padding-left: 32px;
    display: block;
    margin-top: 4px;
  }
  .header_topbar_top{
    padding-bottom: 0;
  }
 
  .aktual-list{
    padding: 0 56px;
  }
  .aktual_column .aktual_item {
        padding: 0px 16px;
    }
.aktual_text, .aktual_item .aktual_text .s1,
.aktual_item .aktual_text{
  padding: 0;
}
.slider_wrap > .container{
  padding: 0;
}
.header_topbar_top{
  padding: 0 16px;
}
  .attention_text.h6 {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.035px;
    gap: 8px;
  }
  .header_topbar_row .logo_row{
    padding-right: 16px;
    padding-bottom: 40px;
    padding-top: 48px;
  }
  .search,
  .form-search{
      width: 100%;
  }
  .search{
    width: calc(100% + 32px);
    margin-left: 0;
    left: -16px;
    right: 0;
    margin-bottom: 0px;
  }
  .header .socials{
    left: 0;
  }
  .logo_image_row{
    padding-bottom: 16px;
    padding-top: 16px;
    gap: 4px;
  }
  .logo_link_row{
    padding-bottom: 11px;
  }
   .slider_social_item{
height: 128px;
   }
  .slider_social_item img{
    max-width: 128px;
    
  }
  .slider_social_row .slick-dots li::after{
    width: 16px;
    height: 16px;
  }
  .slider_social_row.slick-slider .slick-slide{
    margin: 0;
  }
  .slider_social_row.slick-slider .slick-list{
    margin: 16px 0 0 0;
  }
  
  .news_nav{
    width: calc(100% + 32px);
    margin-left: -16px;
  }
  .gallery-sections{
    gap: 0;
  }
  .gallery__video .news_item:first-child .news_image{
    height: 100%;
  }
  .news_nav .news_nav_item a{
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.026px;
    padding: 12px 24px;
  }
  .news_item .news_text{
    padding: 16px 0 0 0;
  }
  .news_container_row .news_column .news_row.open{
    gap: 24px;
  }
  .structure .structure__item-list .news_item .news_text .h6{
    min-height: 34px;
  }
  .gallery__video .news_item:first-child{
    height: 205px;
  }
  .gallery__video .news_item:first-child .text{
    height: 205px;
    overflow: hidden;
  }
  .gallery__video .news_item:not(:first-child) .news_text{
    padding-right: 56px;
  }
  .gallery .gallery__video{
    max-width: 448px;
    width: 100%;
  }
  .resurs_row.slick-slider .slick-list{
    height: 188px;
  }
  .resurs_row.slick-slider .slick-list{
    margin: 0 auto;
  }
  .resurs_wrap .container{
    padding: 0;
  }
  .resurs_row .slick-arrow{
    width: 56px;
    height: 56px;
    padding: 16px;
  }
  .resurs_row.slick-slider .slick-slide{
    margin: 0 auto;
  }
  body section .h4{
    font-size: 26px;
    font-weight: 400;
    line-height: 34px;
  }
  .footer_column .text{
    margin-right: 56px;
  }
  .footer_column .info_row{
    padding-bottom: 32px;
  }
  .info_row li span{
    display: block;
  }

  .footer_item{
    bottom: unset;
    top: 224px;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
  }
  .structure .h4{
    font-size: 26px;
  line-height: 34px;
  padding: 27px;
  }
.structure .structure__item-list .news_item .news_text{
  padding-left: 0px;
}

 .inform_wrap > .container {
        padding: 16px 8px 16px 16px;
    }

  .aktual_item .aktual_text .s1{
    padding-top: 0px;
  }
}
@media (max-width: 480px) {
  #invest .invest-button {
    padding: 0 60px;
  }
}
@media (max-width: 450px) {
  .buttonAtevi {
    margin-left: 0px !important;
    margin-top: 15px !important;
  }
}