:root {
    --black-color: #101010;
}



.margin_section_bottom {
    margin-bottom: 110px;
}

.small-margin_section_bottom {
    margin-bottom: 62px;
}

.section-title {
    font-weight: 600;
    font-size: 40px;
    line-height: 1.4;
    color: #101010;
    margin-bottom: 50px;
}

.section-title--nomargin{
    margin-bottom: 0px;
}

.section-title--white{
    color: #fff;
}

.section-title a{
    color: #101010;
    transition: all .3s ease-out;
    text-decoration: none;
}

.section-title--white a{
    color: #FFFFFF;
}

.section-title a:hover{
    color: #DF2926;
}

.press-more-link{
    display: flex;
    gap: 25px;
    align-items: center;
    text-decoration: unset;
    transition: all .3s ease-out;
    flex-shrink: 0;
}

.press-more-link__text{
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #707070;
    text-decoration: unset;
    transition: all .3s ease-out;
}

.press-more-link__image{
    display: flex;
}

.press-more-link .press-more-link__image svg path, .press-more-link .press-more-link__image svg circle{
    transition: all .3s ease-out;
}

.press-more-link:hover .press-more-link__text{
    color:#DF2926;
}

.press-more-link:hover .press-more-link__image svg path{
    fill:#DF2926;
}
.press-more-link:hover .press-more-link__image svg circle{
    stroke:#DF2926;
}


@media (max-width:480px){

    
    .section-title{
        line-height: 1.2;
        font-size: 30px;
        margin-bottom: 10px;
    }

    .section-title a{
        width: 5px;
        display: table;
        white-space: pre-wrap;
        white-space: -moz-pre-wrap;
        white-space: -pre-wrap;
        white-space: -o-pre-wrap;
        word-wrap: break-word;
    }

    .margin_section_bottom{
        margin-bottom: 60px;
    }
}


.press-page-wrapper{
    padding-top: 252px !important;
}

.press-page-wrapper .stage-background__main-image--mobile{
    display: none;
}

@media (max-width:480px){
    .press-page-wrapper{
        padding-top: 90px !important;
    }

    .press-page-wrapper .stage-background__main-image--mobile{
        display: block;
        background-image: url("../images/press_center/press_mobile_bg_element.jpg");
        background-position: right center !important;
        -webkit-background-size: cover !important;
        -moz-background-size: cover !important;
        background-size: cover !important;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        
    }
}

/*Меню*/

.press-menu-top{
border-top: 1px solid #d5d5d5;
border-bottom: 1px solid #d5d5d5;

margin-top: 40px;
margin-left: -28px;
margin-right: -28px;
z-index: -1;
position: relative;
}

.press-menu-top__desctop-hidden{
    display: none;
}


.press-menu-top__list{
    display: flex;
    gap: 50px;
    padding: 21px 0;
    overflow: auto;
    flex-wrap: nowrap;
    width: 100%;
}

.press-menu-top__item{
    flex: 0 0 auto;
}

a.press-menu-top__link{
    font-weight: 250;
    font-size: 15px;
    line-height: 120%;
    color: #101010;
    text-decoration: none;
    white-space: nowrap;
}

a.press-menu-top__link:hover{
    color: #df2926;
}

.header_theme_light .press-menu-top{
    border-top: 1px solid rgba(255, 255, 255, 0.5);
border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.header_theme_light a.press-menu-top__link{
    color:#FFFFFF;
}

.header_theme_light a.press-menu-top__link:hover{
    color: #df2926;
}


@media (max-width:480px){
    .press-menu-top{
        margin-top: 20px;
    }
    /* .press-menu-top .stage{
        padding-right: 0;
    } */

    .press-menu-top__list{
        padding: 11px 0;
        gap: 30px;
        overflow-x: overlay;
    }

    .press-menu-top__list::-webkit-scrollbar {
        -webkit-appearance: none;
        height: 3px;
      }
      
      .press-menu-top__list::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background-color: rgba(0,0,0,.5);
        -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
      }

    .press-menu-top__desctop-hidden{
        display: block;
    }
}


/*Hero блок*/
.hero {
    padding-top: 252px;

}

.hero__wrapper {
    display: flex;
    gap: 20px;
    background: url("../images/press_center/press_lines.png");
    background-repeat: no-repeat;
    background-position-y: center;
    padding-bottom: 80px;
}

.hero__left {
    flex: auto;
}

.hero__title {
    font-weight: 600;
    font-size: 60px;
    line-height: 1.1;
    color: var(--black-color);
}


.hero__right {
    flex: 0 0 797px;
    display: flex;
    flex-direction: column;
    gap: 45px;
}


.hero__description {
    font-weight: 300;
    font-size: 30px;
    line-height: 1.4;
    color: #707070;
    padding-left: 152px;
}

.hero__quote {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #101010;
    position: relative;
    padding-left: 152px;
}


.hero__quote::before {
    content: "";
    font-weight: 600;
    font-size: 200px;
    line-height: 1;
    color: #271117;
    position: absolute;
    top: -24px;
    left: 0;
}



@media (max-width:480px){
    .hero {
        padding-top: 130px;
    
    }

    .hero__wrapper{
        flex-direction: column;
        background: none;
        padding-bottom: 45px;
    }

    .hero__right{
        flex: auto;
        gap: 18px;
    }

    .hero__title{
        font-size: 35px;
        line-height: 189%;
    }

    .hero__description{
        padding-left: 0;
        font-size: 18px;
    }

    .hero__quote{
        padding-left: 0;
        font-size: 15px;
    }

    .hero__quote::before{
        display: none;
    }
}



/*Бегущая строка*/
.run-line {
    position: relative;
    width: 100vw;
    max-width: 100%;
    height: 100px;
    overflow-x: hidden;
    background: #df2926;
}

.run-line__track {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 32s linear infinite;

    font-weight: 700;
    font-size: 60px;
    line-height: 140%;
    color: #fff;

    display: flex;
    align-items: center;
    height: 100%;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@media (max-width:480px){
    .run-line{
        height: 70px;
    }
    .run-line__track{
        font-size: 40px;
    }
}



/*Меню на главной*/

.press-menu {
    margin-top: 80px;
    margin-bottom: 110px;
}

.press-menu__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);    
    gap: 30px;
}

.press-menu__item {
    height: 203px;
    border-radius: 101px;
    border: 1px solid #101010;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-decoration: unset;
    position: relative;
}


.press-menu__item:hover {
    background: url("../images/press_center/menu_bg.png") #271117;
    background-repeat: no-repeat;

}

.press-menu__title {
    font-weight: 600;
    font-size: 30px;
    line-height: 140%;
    color: #101010;
    transition: all .3s ease-out;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    white-space: nowrap;
}

.press-menu__item:hover .press-menu__title {
    color: #FFFFFF;
    top: 35%;
}

.press-menu__description {
    opacity: 0;
    height: 0;
    transition: all .3s ease-out;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #101010;
    max-width: 315px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.press-menu__item:hover .press-menu__description {
    opacity: 1;
    height: auto;
    color: #FFFFFF;
    top: 65%;
}



@media (max-width:480px){
    .press-menu{
        margin-top: 60px;
        margin-bottom: 60px;
        display: none;
    }
   .press-menu__list{
        grid-template-columns: 1fr;
        gap: 15px;
   }

   .press-menu__item{
        height: 120px;
   }

   .press-menu__title{
    font-size: 22px;
   }
}


/*Доклады*/
.reports__items {
    display: flex;
    gap: 30px;
   
}

.reports__big-card {
    display: flex;
    flex-direction: column;
    flex: 0 0 870px;
}

.reports__big-card--reverse .report__video{
    margin-bottom: 40px;
}

.reports__card{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.reports__info {
    display: flex;
    gap: 35px;
    align-items: center;
    margin-bottom: 10px;
}

.reports__info--small{
    gap: 25px;
}

.reports__data {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.4;
    color: #707070;
}

.reports__author a {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.4;
    color: #101010;
    text-decoration: none;
}

.reports__conferense {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.4;
    color: #707070;
    margin-bottom: 10px;
    display: flex;
}

.reports__conferense a {
    display: inline-block;
    color: #101010;
    text-decoration: none;
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .3s ease-out;
}
.reports__conferense a:hover{
    color: #DF2926;
}


.reports__files-list{
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
}

.reports__files-item a{
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #101010;
}

.report__title {
    font-weight: 600;
    font-size: 25px;
    line-height: 1.4;
    color: #101010;
    margin-bottom: 40px;
    cursor: pointer;
}

.report__title--noaction:hover{
    color: #101010 !important;
    cursor: default;
}

.report__title--small {
    font-weight: 400;
    font-size: 18px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
    cursor: pointer;
    transition: all .3s ease-out;
}

.report__title:hover{
    color: #DF2926;
}

.report__video {
    position: relative;
    width: 100%;
    /* width: 870px;
    height: 518px; */
   /*  padding-bottom: 51%; */
}

 .report__video iframe {
   aspect-ratio: 16 / 9;
   width: 100%;
}

.reports__small-cards .swiper-wrapper{
    flex: 1;
    gap: 40px;
    display: flex;
    flex-direction: column;
    height: auto;
}

.reports__item{
    display: flex;
    gap: 30px;
}

.reports__item--mobile{
    display: none;
}

.reports__video-image {
    box-sizing: border-box;
    flex: 0 0 83px;
    cursor: pointer;
}

.reports__video-image svg circle, .reports__video-image svg path{
    transition: all .3s ease-out;
}

.reports__video-image:hover svg circle{
    fill:#DF2926;
    stroke: transparent;
}

.reports__video-image:hover svg path{
    fill:#FFF;
}

.reports__header{
    display: flex;
    gap: 50px;
    align-items: center;
    margin-bottom: 50px;
}

.reports__tags{
    margin-bottom: 50px;
}


.reports__more{
    display: flex;
    justify-content: end;
}


.reports__filter-select .select2-selection--single{
    border: 0;
    border-bottom: 1px solid #df2926;
    border-radius: 0;
    min-height: 40px;
    transition: all .3s ease-out;
}

.reports__filter-select .select2-selection--single .select2-selection__arrow{
    display: none;
}



  .reports__filter-select .select2-container ul li::before{
    display: none;
  }

  .reports__filter-select .select2-container ul li{
   margin-bottom: 0;
  }

  .reports__filter-select .select2-container .select2-selection--multiple{
    border: 0;
    border-bottom: 1px solid #df2926;
    border-radius: 0;
    min-height: 40px;
    transition: all .3s ease-out;
  }

/*   .reports__filter-select .select2-container .select2-search{
    width: 100% !important;
    box-sizing: border-box;
    padding-left: 0;
    }
  .reports__filter-select .select2-container .select2-search__field{
    width: 100% !important;
    box-sizing: border-box;
  } */

/*   .reports__filter-select .select2-container .select2-selection__rendered{
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
  }

  .reports__filter-select .select2-container .select2-selection--multiple .select2-selection__rendered li{
    overflow: unset;
    flex: 0 0 auto;
  } */


  .reports__filter-select .select2-container .select2-selection__placeholder{
    color: #101010;
    font-size: 15px;
    line-height: 140%;   
  }

  .reports__filter-select .select2-container--disabled .select2-selection__placeholder{
    color: rgba(16, 16, 16, 0.3);    
  }


  .reports__filter-select .select2-container .select2-search__field::-webkit-input-placeholder {
    color: #101010;
    font-size: 15px;
    line-height: 140%;   
    font-family: '_museo', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    transition: all .3s ease-out;
  }
  .reports__filter-select .select2-container .select2-search__field:-moz-placeholder {
    color: #101010;
    font-size: 15px;
    line-height: 140%;   
    font-family: '_museo', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    transition: all .3s ease-out;
  }
  .reports__filter-select .select2-container .select2-search__field::-moz-placeholder {
    color: #101010;
    font-size: 15px;
    line-height: 140%;   
    font-family: '_museo', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    transition: all .3s ease-out;
  }
  .reports__filter-select .select2-container .select2-search__field:-ms-input-placeholder {
    color: #101010;
    font-size: 15px;
    line-height: 140%;   
    font-family: '_museo', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    transition: all .3s ease-out;
  }



  .select2_report-list .select2-results__option{ 
    display: flex;
    align-items: center;
  }

  /*
  .select2_report-list .select2-results__option:before {
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 20px;
    width: 20px;
    border: 2px solid #DF2926;
    border-radius: 4px;
    background-color: #fff;
    margin-right: 20px;    
    color: #DF2926;
    top: unset;
  }
  .select2_report-list .select2-results__option.select2-results__option--selected:before {
    content: "\2713";
    color: #DF2926;
    background-color: #FFF;
    border: 2px solid #DF2926;
    font-weight: bold;
  }
  .select2_report-list .select2-container--default .select2-results__option[aria-selected=true] {
      background-color: #fff;
  }
  .select2_report-list .select2-container--default .select2-results__option--highlighted[aria-selected] {
      background-color: #eaeaeb;
      color: #272727;
  }
  .select2_report-list .select2-container--default .select2-selection--multiple {
      margin-bottom: 10px;
  }
  .select2_report-list .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
      border-radius: 4px;
  }
  .select2_report-list .select2-container--default.select2-container--focus .select2-selection--multiple {
      border-color: #f77750;
      border-width: 2px;
  }
  .select2_report-list .select2-container--default .select2-selection--multiple {
      border-width: 2px;
  }
  .select2_report-list .select2-container--open .select2-dropdown--below {
      
      border-radius: 6px;
      box-shadow: 0 0 10px rgba(0,0,0,0.5);
  
  }
*/

.reports__filter-select .select2-container--default .select2-selection--single .select2-selection__clear{
    margin-right: 30px !important;
}

.reports__filter-select .select2-container--open{
    border-radius: 10px 10px 0 0;
}

.reports__filter-select .select2-container--open .select2-selection--multiple{
    border-radius: 10px 10px 0 0;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.25);
    border-bottom: 0;
}

.select2_report-list{
    border-radius: 0 0 10px 10px;
    border: 0;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.25);
}

.reports__custom-checkbox{
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.reports__filter-checkbox{
    margin-bottom: 30px;
}

.reports__custom-checkbox + label{
    display: flex;
    align-items: center;
}

.reports__custom-checkbox + label::before{
    content: "";
    width: 21px;
    height: 21px;
    border: 2px solid #df2926;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.reports__custom-checkbox:checked + label::before{   
    content: "\2713";
    color: #DF2926;
    font-weight: bold;
}

.reports__custom-checkbox + label span{
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #101010;
}

.reports__filter-select .select2-container{
    position: relative;
}
.reports__filter-select .select2-container::after{
    content: "";
    background-image: url("../images/press_center/filter-arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    right:  3px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    transition: all .3s ease-out;
}

.reports__filter-select .select2-container.select2-container--open::after{
    transform: translateY(-50%) rotate(180deg);
}


.reports__filter-select .select2-container--disabled .select2-selection--multiple{
    border-bottom: 1px solid rgba(223, 41, 38, 0.3);
    background-color: #FFF;
}

.reports__filter-select .select2-container--disabled::after{
    opacity: 0.3;
}


.reports__filter-select .select2-container--disabled .select2-search__field::-webkit-input-placeholder {
    color: rgba(16, 16, 16, 0.3);    
  }
  .reports__filter-select .select2-container--disabled .select2-search__field:-moz-placeholder {
    color: rgba(16, 16, 16, 0.3);
   
  }
  .reports__filter-select .select2-container--disabled .select2-search__field::-moz-placeholder {
    color: rgba(16, 16, 16, 0.3);
   
  }
  .reports__filter-select .select2-container--disabled .select2-search__field:-ms-input-placeholder {
    color: rgba(16, 16, 16, 0.3);
    
  }

.reports__filter{
    display: grid;
    gap:30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-bottom: 40px;
    align-items: flex-end;
}


.reports__filter-item .button{
    width: 100%;
}


.reports__sort-wrapper{
   /*  margin-bottom: 60px; */
    display: flex;
    justify-content: end;
    gap: 20px;
}

.reports__sort-wrapper .sort_list{
    flex: none;
}


.reports__year-filter{
    position: relative;
}

.reports__year-title{
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #101010;
    display: flex;
    gap: 10px;
    cursor: pointer;
}

.reports__year-title svg{
    transition: all .3s ease-out;
}

.reports__year-title.open svg{
    transform: rotate(180deg);
}

.reports__year-list{
    opacity: 0;
    transition: all .3s ease-out;
    position: absolute;
    /* bottom: 0; */
    right: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.2);
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    width: max-content;
    align-items: end;
}

.reports__year-list.show{
    
    opacity: 1;
}

.reports__year-item{
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #101010;
    padding: 7px 21px;
    text-decoration: none;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
    text-align: right;
}

.reports__year-item:hover, .reports__year-item.active{
    background: #f2f4f4;
}

/* .reports__year-list.show + .reports__year-title svg{
    transform: rotate(180deg);
} */


.reports__nofound{
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    color: #101010;
    display: flex;
    justify-content: center;
}


.reports-page__list{
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
}


.reports__item .report__video{
    display: none;
}

@media (max-width:1200px){

    .reports__items{
        display: block;
       /*  flex-direction: column; */
    }
    .reports{
        margin-top: 60px;
    }
    .reports__big-card{
        flex: 0 1 65%;
    }

    .reports__small-cards .swiper-wrapper{
        flex: 1 0 35%;       
    }

    .report__video{
        width: 100%;
        height: auto;
    }

    .report__video{
        position: relative;
    aspect-ratio: 16 / 9; 
    container-type: size;
    }

    .report__video:after {
        content: "";
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: calc(100% - 14cqh);
        clip-path: polygon(0% 0%, 0% 100%, 44% 100%, 44% 49%, 56% 49%, 56% 67%, 0% 67%, 0% 100%, 100% 100%, 100% 0%); 
    }

    .report__video iframe {
        width: 100%;
        aspect-ratio: 16 / 9;
        height: auto;
    }

    
}   


@media (max-width:1200px){
    .reports__video-image{
        display: none;
    }
}

@media (max-width:480px){

    .reports__header{
        justify-content: space-between;
    }

    .reports__small-cards .swiper-wrapper{       
        height: 100%;
        flex-direction: row;
        gap:unset;
    }


    .reports__list{
        flex-direction: column;
    }

    .reports__big-card{
        flex: auto;
    }

    .report__video{
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
    }

    .report__video iframe {
        aspect-ratio: 16 / 9;
        width: 100%;
        height: auto;
    }

    .report__title{
        font-size: 20px;
        margin-bottom: 20px;
    }

    .report__title--small:hover{
        color: #101010 !important;
    }

    .reports__video-image{
        display: none;
    }

    .reports__more{
        display: none;
    }

    .reports__filter{
        grid-template-columns: 1fr;
    }

    .reports__list{
        grid-template-columns: 1fr !important;
    }

   /*  .reports__tags{
        width: 100vw;
    } */

    .reports__small-cards__pagination{
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }

    .reports__small-cards__pagination .swiper-pagination-bullet-active{
        background: #DF2926;
    }

    .reports__item{
        flex-direction: column;
    }

    .reports__item--mobile{
        display: flex;
    }

    .reports__big-card{
        display: none;
    }

    .reports__head-info{
        display: none;
    }

    .reports__item .report__video{
        display: block;
    }
}

/*Теги сортировки*/


.tags_round {
    border: 1px solid #ECECEC;
    padding: 5px 15px;
    border-radius: 20px;
}

.tags_round_list .tag-list__item {
    margin: 0 6px 1.5rem;
}

.tags_round_list .tag_gray {
    color: #000000;
    line-height: inherit;
}

.tags_round_list .tag_gray:hover {
    color: #df2926;
}

.cnt_gray {
    color: rgba(0, 0, 0, 0.5);
    padding-left: 5px;
    font-size: 12px;
    line-height: 27px;
}

.tags_name_bl {
    line-height: normal;
    font-weight: 600;
    padding-top: 8px;
}

.-text-color_red-800 {
    color: #df2926 !important;
}

.tag-list_collapse .tag-list__list:after {
    background: unset !important;
}

.tag-list__all {
    color: #000000;
    text-decoration: underline;
}

.tags_round_list {
    margin-left: -7px;
}

.sort_item a {
    border-bottom: 1px dashed #8b8b8b;
}


.sort_item a.-text-color_red-800 {
    border-bottom: 1px dashed #df2926;
}



.sort_item.icon-up a:after {
    content: '↑';
}

.sort_item.icon-down a:after {
    content: '↓';
}


/* .tags_round_list{
    overflow: auto !important;
} */

@media (max-width: 800px) {
   /*  .tags_round {
        border: unset;
        padding: unset;
    } */

    .tags_name_bl {
        padding-top: 2px;
    }
}


/*Новости и конференции секция*/

.news-conf{
    position: relative;
    padding: 48px 0;
    overflow: hidden;
}

.news-conf__bg{
    background: #fff9f9;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -59%;
    width: 100vw;
    z-index: -1;
}

.news-conf__wrapper{
    display: flex;
    gap: 30px;
}

.news-conf__header{
    display: flex;
    gap: 50px;
    align-items: center;
    margin-bottom: 40px;
}


.news-conf__news{
    flex: 0 auto;
}

.news-conf__conf{
    flex: 0 0 420px;
}


@media (max-width:480px){

    .news-conf{
        padding-top: 0;
        padding-bottom: 0;
    }

    .news-conf__header{
        justify-content: space-between;
    }

    .news-conf__bg{
        display: none;
    }

    .news-conf__wrapper{
        flex-direction: column;
    }


    /* .news-conf__header .press-more-link{
        display: none;
    } */


    .news-conf__header{
        margin-bottom: 50px;
    }

}


/*Новости на главной*/
.press-news .swiper-wrapper{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.press-news__item{
    display: flex;
    flex-direction: column;
    text-decoration: unset;
}

.press-news__image{
    margin-bottom: 30px;
    display: flex;
}

.press-news__image img {
    object-fit: cover;
    width: 100%;
    height: 250px;
    object-position: center;
}

.press-news__date{
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #707070;
    margin-bottom: 10px;
}

.press-news__title{
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #101010;
    text-decoration: unset;
    transition: all .3s ease-out;
}

.press-news__item:hover .press-news__title{
    color: #DF2926;
}




/*конференция на главной*/
.press-conf{
    position: relative;
    border-radius: 19px;
    /* height: 100%; */
    /* max-height: 385px; */
   /*  height: 385px; */
   height: 250px;
    overflow: hidden;
    display: flex;
    text-decoration: unset;
}

.press-conf__bg{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    
}


.press-conf__bg-video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.press-conf__bg iframe{
    width: 100%;
    aspect-ratio: 16 / 9;
    z-index: 100;
    position: relative;
}



/* .press-conf__bg::before{
    content: "";
    position: absolute;
    height: 255px;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0) 100%);
    z-index: 10;
    transition: all .3s ease-out;
    opacity: 1;
}

.press-conf:hover .press-conf__bg::before{
    opacity: 0;
}


.press-conf__bg::after{
    content: "";
    position: absolute;
    top:0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.62);
    z-index: 10;
    transition: all .3s ease-out;
    opacity: 0;
}

.press-conf:hover .press-conf__bg::after{
    opacity: 1;
} */

.press-conf__content{
    display: flex;
    position: relative;
    height: 100%;
}

.press-conf__data{
    position: absolute;
    top: 25px;
    left: 0;
    background: #DF2926;
    border-radius: 0 18px 18px 0;

    font-weight: 400;
    font-size: 15px;
    line-height: 1.4;
    color: #fff;   
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px 8px 12px;
}

.press-conf__bottom{
    align-self: end;
    padding: 0 12px 25px 12px;
}

.press-conf--index{
    flex-direction: column;
    height: auto;
    gap: 30px;
}

.press-conf--index .press-conf__bg{
    position: static;
    height: 250px;
    width: 100%;
}

.press-conf--index .press-conf__bottom{
    align-self: baseline;
    padding: 0;
}

.press-conf--index .press-news__title:hover{
    color: #DF2926;
}

.press-conf__title{
    margin-bottom: 10px;
}

.press-conf__title a{
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    color: #fff;
    text-decoration: none;    
    transition: all .3s ease-out;
}

.press-conf__title a:hover{
    color: #DF2926;
}

.press-conf__description{
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #fff;
    /* -webkit-line-clamp: 2; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /* overflow: hidden;
    text-overflow: ellipsis; */
}

.news-conf__more-mobile{
    display: none;
}


@media (max-width:480px){

    .news-conf__conf{
        display: none;
        flex: 1;
    }

    .press-conf{
        flex-direction: column;
        height: 100%;
        
    }

    .press-conf__bg{
        
        height: 264px;
        position: relative;
        border-radius: 19px;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .press-conf__bottom{
        padding: 0;
    }

    .press-conf__title a{
        font-size: 18px;
        color: #101010;
    }

    .press-conf__description{
        font-size: 16px;
        color: #101010;
    }


    .news-conf__more-mobile{
        margin-top: 60px;
        display: flex;
        justify-content: flex-end;
    }

    .press-news .swiper-wrapper{
        display: flex;        
        gap: unset;
    }
}


/*Баннер соц сетей*/
.soc-seti-banner__wrapper{
    background: url("../images/press_center/soc_banner_bg.png");
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 52px;
    padding-left: 100px;
    position: relative;
    height: 330px;
    box-sizing: border-box;
    overflow: hidden;
}

.soc-seti-banner__title{
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    color: #fff;
    margin-bottom: 20px;
    max-width: 375px;
}

.soc-seti-banner__title span{
    border-radius: 100%;
    border: 2px solid #df2926;
}

.soc-seti-banner__subtitle{
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #fff;
    max-width: 334px;
}

.soc-seti-banner__samolet-1{
    position: absolute;
    left: 462px;
    top: -47px;
}

.soc-seti-banner__samolet-2{
    position: absolute;
    right: 5px;
    bottom: -49px;
}


.soc-button{
    background: #FFFFFF;
    width: 211px;
    height: 60px;
    border-radius: 30px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.35);
    display: flex;
    position: absolute;
    text-decoration: none;
    align-items: center;
    transition: all .3s ease-out;
}

.soc-button--tg{
    transform: rotate(-14deg);
    top: 167px;
    left: 462px;
}


.soc-button--tc{
    transform: rotate(10deg);
    top: 65px;
    left: 663px;
}

.soc-button--vk{
    transform: rotate(3deg);
    top: 183px;
    left: 828px;
}

.soc-button--vc{
    transform: rotate(25deg);
    top: 75px;
    left: 1003px;
}

.soc-button:hover{
    transform:unset !important;
}



.soc-button__red-circle{
    border-radius: 100%;
    background: #df2926;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 56px;
    margin-left: 2px;
    
}

.soc-button__title{
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #101010;
    flex: 1 0 auto;   
    padding-left: 16px;
}


.soc-button:hover .soc-button__title{
    color: #DF2926;
}

@media (max-width:1200px){
    .soc-seti-banner__wrapper{
        padding-top: 58px;
        padding-left: 50px;
    }


    .soc-button--tg{
        left: 373px;
    }

    .soc-button--tc{
        left: 546px;
    }

    .soc-button--vk{
        left: 715px;
    }

    .soc-button--vc{
        left: 805px;
    }

}

@media (max-width:1000px){
    .soc-seti-banner__wrapper{
        padding: 74px 15px;
        background: url('../images/press_center/soc_banner_bg_mob.png');
        background-size: cover;
        min-height: 744px;
        position: relative;
    }


    .soc-seti-banner__wrapper::before{
        content: "";
        background-image: url("../images/press_center/samolet_1.png");
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        left: 55%;
        width: 144px;
        height: 86px;
    }

    .soc-seti-banner__wrapper::after{
        content: "";
        background-image: url("../images/press_center/samolet_2.png");
        background-repeat: no-repeat;
        position: absolute;
        bottom: 0;
        left: 10px;
        width: 162px;
        height: 128px;
    }

    .soc-seti-banner__title{
        font-size: 30px;
    }

    .soc-seti-banner__subtitle{
        font-size: 16px;
    }


    .soc-button--tg, .soc-button--tg:hover{
        top: 274px;
        left:50%;
        transform: translateX(-50%) rotate(-8deg) !important;
   }

    .soc-button--tc, .soc-button--tc:hover{
        top: 379px;
        left:calc(50% + 22px);
        transform: translateX(-50%) rotate(4deg) !important;
    }

    .soc-button--vk, .soc-button--vk:hover{
        top: 468px;
        left:calc(50% - 22px);
        transform: translateX(-50%) rotate(-4deg) !important;
    }

   .soc-button--vc, .soc-button--vc:hover{
        top: 568px;
        left:50%;
        transform: translateX(-50%) rotate(14deg) !important;
   }

}


/*Наши публикации*/

.publications{
    background: #fff9f9;
    padding: 110px 0;

}

.publications__header{
    display: flex;
    gap: 50px;
    align-items: center;
    margin-bottom: 40px;
}


.publications__list{
    display: flex;
    justify-content: space-between;
    gap: 10px;
}



.publications__big-card{
    order: 1;
    flex: 0 0 870px;    
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    min-height: 530px;
    text-decoration: none;
}
.publications__source{
    width: 52px;
    height: 52px;
    position: absolute;
    top: 22px;
    left: 22px;
}

.publications__source img{
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.2);
    border-radius: 100%;
}

.publications__content{
    margin: 0 22px 22px;
    align-self: flex-end;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 19px;
    padding: 14px 27px;
    width: 100%;
}

.publications__data{
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #707070;
    margin-bottom: 10px;
}

.publications__title, .publications__title a{
    text-decoration: none;
    font-weight: 600;
    font-size: 25px;
    line-height: 140%;
    color: #101010;
    transition: all .3s ease-out;
}


.publications__link{
    position: relative;
    display: block;
}

.publications__link span{
    max-width: 660px;
    display: inline-block;

    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .3s ease-out;
}

.publications__big-card:hover .publications__title span{
    color:#DF2926;
}

.publications__title .publications__arrow svg path{
    transition: all .3s ease-out;
}

.publications__big-card:hover .publications__arrow svg path{
    fill: #DF2926;
}

.publications__arrow{
    position: absolute;
    right: 0;
    top: 0;    
}

.publications__small-cards{
    order: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    flex: 0 420px;
    text-decoration: none;
}

.publications__item{
    position: relative;
    background: #FFFFFF;
    border: 1px solid #f9d4d4;
    padding: 24px;
    text-decoration: none;
}

.publications__item--hidden{
    display: none;
}

.publications__small-cards-source{
    width: 52px;
    height: 52px;
    position: absolute;
    top: 14px;
    right: 14px;
    border-radius: 100%;
}
.publications__small-cards-source img{
    transition: all .3s ease-out;
    border-radius: 100%;
}
.publications__small-cards-source:hover img{
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.2);
}

.publications__small-cards-content{
    display: flex;
    flex-direction: column;
    max-width: 319px;
}

.publications__title--small{
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #101010;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .3s ease-out;
}

.publications__item:hover .publications__title--small{
    color: #DF2926;
}

.publications__tags {
    margin-bottom: 50px;
}

.publications__more{
    margin-top: 27px;
    max-width: 420px;
    display: flex;
    justify-content: end;
}

.publications__more--max{
    max-width: unset;
}

@media (max-width:1200px){
    .publications__big-card{
        flex: 0 1 65%;
    }

    .publications__small-cards{
        flex: 1 0 35%;
    }

    .publications__arrow{
        display: none;
    }
}

@media (max-width:480px){
    .publications{
        padding: 60px 0;
    }

    .publications__header{
        justify-content: space-between;
    }

    .publications__list{
        flex-direction: column;
        gap: 10px;
    }

    .publications__big-card:not(.publications__big-card--first){
        order: 0;
        flex: 0 0 436px;
        background-image: none !important;
        flex: auto;
        min-height: auto;

        position: relative;
        background: #FFFFFF;
        border: 1px solid #f9d4d4;
        padding: 24px;
        text-decoration: none;

    }

    .publications__big-card:not(.publications__big-card--first) .publications__source{
        width: 52px;
        height: 52px;
        position: absolute;
        top: 14px;
        right: 14px;
        border-radius: 100%;
        left: auto;
    }

    .publications__big-card:not(.publications__big-card--first) .publications__content{
        display: flex;
        flex-direction: column;
        max-width: 319px;
        margin: 0;
        padding: 0;
        background: transparent;
    }

    .publications__big-card .publications__title, .publications__big-card .publications__title a{
        font-size: 18px;
        font-weight: 400;  
    }

   


    .publications__small-cards{
        order: 1;
    }

    /* .publications__big-card{
        flex: 0 0 436px;
    } */

    .publications__arrow{
        display: none;
    }

    .publications__title a{
        font-size: 18px;
    }

    .publications__link span{
        -webkit-line-clamp: 3;
    }

    /* .publications__tags{
        width: 100vw;
    } */

    .publications__more{
        margin-top: 54px;
    }
}

/*Наши публикации раздел*/
.publications-page{
    display: flex;
    justify-content: space-between;
    gap: 30px;
   
}


.publications__filter{
    display: flex;
    justify-content: end;
    margin-bottom: 50px;
}

.publications__filter-wrapper{
    position: relative;
    display: flex;
    gap: 30px;
    align-items: center;
}

.publications__filter-text{
    display: flex;
    gap: 10px;
    align-items: center;
    cursor: pointer;
}

.publications__filter-text svg path, .publications__filter-text svg{
    transition: all .3s ease-out;
}

.publications__filter-text.active svg{
    transform: rotate(180deg);
}

.publications__filter-text:hover svg path, .publications__filter-text.active svg path{
    stroke: #DF2926;
}

.publications__filter-dropdown{
    display: flex;
    gap: 16px;
    position: absolute;
    right: 0;
    top: 30px;   
    flex-direction: column;
    align-items: end;
    padding: 20px;
    background-color: #FFF;
    border-radius: 20px;
    z-index: -1;
    min-width: 225px;
    opacity: 0;
    transition: all .3s ease-out;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.2);
    max-height: 240px;
    overflow-y: auto;
}

.publications__filter-dropdown::-webkit-scrollbar {
    width: 10px;
    background-color: transparent
}

.publications__filter-dropdown::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 10px;
    background-clip: padding-box;
    border: solid transparent;
    border-width: 3px;
}

@media (hover: hover) {
    .publications__filter-dropdown:hover::-webkit-scrollbar-thumb{
        background-color: rgba(0, 0, 0, 0.1);
    }

    .publications__filter-dropdown::-webkit-scrollbar-thumb:hover {
        border-width:0
    }
}

.publications__filter-dropdown.show{
    opacity: 1;
    z-index: 100;
}

.publications__filter-dropdown .tag-list__item{
    margin: 0;
}

.publications__filter-dropdown-item{
    color: #101010;
    transition: all .3s ease-out;
    text-decoration:none;
    font-size: 15px;
    line-height: 1.4;
}

.publications__filter-dropdown-item:hover, .publications__filter-dropdown-item.selected{
    color: #DF2926;
}

.publications-page__sidebar{
    flex: 1 0 31.82%;
    opacity: 0;
    transition: all .3s ease-out;
}

.publications-page__sidebar--visible{
    opacity: 1;
}

.publications-page__content{
    flex: 0 1 65.91%;
}

.publications__list--page{    
    gap: 50px;
    flex-direction: column;    
    margin-bottom: 50px;
}

.publications__list--nomarg{
    margin-bottom:0 !important;
}


.publications__list--page .publications__big-card{
    flex: auto;
    min-height: 340px;
    height: 100%;
    order: unset;
}


@media (max-width:480px){
    .publications-page{
        flex-direction: column;
    }

    .publications-page__sidebar{
        opacity: 1;
        margin-bottom: 60px;
        display: none;
    }

    .publications__list--page{
        gap: 10px;
    }

    .publications__list--page .publications__big-card{
        min-height: auto;
    }

}




/*Наши исследования*/

.researches__header{
    display: flex;
    gap: 50px;
    align-items: center;
    margin-bottom: 40px;
}

.researches__outer-wrapper{
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.swiper.researches__list .swiper-wrapper{
   align-items: stretch;
}

.swiper.researches__list .swiper-slide{
    height: auto;
}

.researches__left{
    flex: 0 0 870px;
}

.researches__right{
    flex: 0 0 420px;
    display: flex;
    align-items: flex-end;
}

.researches__tags{
    margin-bottom: 50px;
}

.researches__item{
    display: flex;
    flex-direction: column;
    height: 100%;
}

.researches__item-header{
    display: flex;
    gap: 35px;
    margin-bottom: 10px;
    align-items: center;
    max-width: 78%;
}


.researches__data{
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #707070;
}

.researches__author a{
    text-decoration: none;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #101010;
}

.researches__title{
    margin-bottom: 40px;
}

.researches__title a{
    font-weight: 600;
    font-size: 25px;
    line-height: 140%;
    color: #101010;    
    max-width: 78%;
    transition: all .3s ease-out;
    text-decoration: none;
    display: block;
}

.researches__title a:hover{
    color: #DF2926;
}

.researches__content{
    min-height: 518px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 28px;
    display: flex;
    box-sizing: border-box;
    margin-top: auto;
}

.researches__white-block{
    background: rgba(255, 255, 255, 0.95);
    padding: 40px 30px;
    max-width: 392px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
}

.researches__text, .researches__text p{
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #707070;
}

.researches__links{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.researches__href{
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #101010;
}


.researches__wrapper{
    position: relative;
}

.researches__nav{
    display: flex;
    gap: 23px;
    position: absolute;
    right: 0;
    top: 45px;
    z-index: 10;
}

.researches__nav .researches__arrow-next{
    cursor: pointer;   
}

.researches__nav .researches__arrow-next svg path{
    transition: all .3s ease-out;
}

.researches__nav .researches__arrow-next:hover svg path{
    fill:#DF2926
}


.researches__nav .researches__count{
    width: auto;
}

.researches__nav .researches__count{
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #707070;
}

.researches__nav .researches__count .swiper-pagination-current{
    color: #101010;
    
}

.researches__more-mobile{
    display: none;
}

@media (max-width:1200px){
.researches__left{
    flex: 0 1 65%;
}

.researches__right{
    /* flex: 1 0 35%; */
    display: none;
}
}

@media (max-width:480px){
    /* .researches__header .press-more-link{
        display: none;
    } */

    .researches__header{
        justify-content: space-between;
    }
   

    .researches__outer-wrapper{
        flex-direction: column;
        gap: 60px;
    }


    .researches__left{
        flex: auto;
    }

    .researches__nav{
        display: none;
    }

    .researches__item-header{
        max-width: unset;
    }
    .researches__title a{
        max-width: unset;
        font-size: 20px;
    }

    .researches__title{
        margin-bottom: 30px;
    }


    .researches__content{
        padding: 15px;
        min-height: 436px;
    }

    .researches__white-block{
        padding: 29px 14px;
    }

    .researches__more-mobile{
        display: flex;
        justify-content: flex-end;
        margin-top: 54px;
    }

    /* .researches__tags{
        width: 100vw;
    } */
}


/*Подписка на ТГ*/
.subcribe-tg{
    background-image: url('../images/press_center/subcribe_tg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 19px;
    padding: 84px 40px 100px;
    display: flex;
    flex-direction: column;
    height: 518px;
    box-sizing: border-box;
    justify-content: space-between;
    transition: opacity .3s ease-out;
}

.subcribe-tg__small{
    padding: 40px;
    height: 100%;
    background-position: 0 -9px;
    justify-content: end;
    gap: 15px;
}

.subcribe-tg__small .button__content{
    width: 153px;
    padding: 0 19px;
}

.subcribe-tg__small .banner-btn{
    height: 51px;
    width: 153px
}

.subcribe-tg__small .button__title{
    padding: 13px 0;
}

.subcribe-tg__small .subcribe-tg__title{
   margin-bottom: 15px;
}

.subcribe-tg__title{
    font-weight: 600;
    font-size: 30px;
    line-height: 140%;
    color: #fff;
    margin-bottom: 25px;
}

.subcribe-tg__subtitle{
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #fff;
}


@media (max-width:480px){
    .subcribe-tg{
        border-radius: 0;
        background-image: url('../images/press_center/subcribe_tg_mob.png');
        height: 498px;
        padding: 65px 15px 126px;
        position: relative;
    }

    .subcribe-tg::before{
        content: "";
        background-image: url("../images/press_center/samolet_3.png");
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        left: 55%;
        width: 144px;
        height: 86px;
    }

    .subcribe-tg::after{
        content: "";
        background-image: url("../images/press_center/samolet_4.png");
        background-repeat: no-repeat;
        position: absolute;
        bottom: 0;
        left: 10px;
        width: 200px;
        height: 165px;
    }


    .subcribe-tg__button .button{
        background: #fee !important;
        width: 100%;
    }

    .subcribe-tg__button .button__title-text{
        color: #df2926;
    }
}

/*Внутренняя кухня*/


.kitchen__header{
    display: flex;
    gap: 50px;
    align-items: center;
    margin-bottom: 40px;
}

.kitchen__list .swiper-wrapper{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

.kitchen__item{
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 19px;
    background: #f2f4f4;
    text-decoration: none;
}

.kitchen-slider__nav{
    display: none;
}


.kitchen__item--big{
    grid-column: 1 / 3;
}

.kitchen__item--big--right {
    grid-column: 2 / 4;
}

.kitchen__soc-seti{
    grid-column: 1 / 4;
}


.kitchen__image{
    height: 250px;
}

.kitchen__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.kitchen__item--big .kitchen__image{
    height: 350px;
    overflow: hidden;
}

.kitchen__item--big .kitchen__image img{
    width: 100%;
    object-fit: cover;
    height: 350px;
}

.kitchen__date{
    position: absolute;
    top: 0;
    left: 0;
    background: #FFFFFF;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #101010;
    padding: 15px;
    display: flex;
    align-items: center;
}

.kitchen__date span{
    font-weight: 700;
    font-size: 25px;
    margin-right: 7px;
    transition: all .3s ease-out;
}




.kitchen__content{
    padding: 30px 30px 60px;
}

.kitchen__item--big .kitchen__content{
    flex-grow: 1;
}

.kitchen__title{
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #101010;    
    text-decoration: none;
    transition: all .3s ease-out;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.kitchen__item:hover .kitchen__title, .kitchen__item:hover .kitchen__date span{
    color: #df2926;
}

.kitchen__title{
    margin-bottom: 10px;
}

.kitchen__description, .kitchen__description p{
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #707070;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.kitchen__pagination{
    display: none;
}



@media (max-width:480px){
   /*  .kitchen__header .press-more-link{
        display: none;
    } */

    .kitchen__header{
        justify-content: space-between;
    }


    .kitchen__list .swiper-wrapper{
        display: flex;
        gap: unset;
    }

    .kitchen-slider__nav{        
        margin-bottom: 20px;
        display: flex;
        justify-content: end;        
    }

    .kitchen__pagination{
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }

    .kitchen__pagination .swiper-pagination-bullet-active{
        background: #DF2926;
    }
}




/*Наша команда*/

.press-team{
    background: linear-gradient(141deg, #101010 0%, #260100 98%);
    padding: 110px 0;
}

.press-team__header{
    display: flex;
    gap: 50px;
    align-items: center;
    margin-bottom: 40px;
}

.press-team__list .swiper-wrapper{
    align-items: stretch;
}

.press-team__slide{
    background: #FFFFFF;
    border-radius: 19px;
    padding: 25px 30px 30px 25px;
    display: flex;
    gap: 20px;
    box-sizing: border-box;
    height: auto;
}

.press-team__slide--gray{
    background: #f2f4f4;
}

.press-team__image{    
    overflow: hidden;
    height: 110px;
    width: 110px;
    flex: 0 0 110px;
}

.press-team__image img{
    border-radius: 100%;
    object-fit: cover;
    aspect-ratio: 1;
}


.press-team__content{
    display: flex;
    flex-direction: column;
}

.press-team__title a{
    font-weight: 600;
    font-size: 25px;
    line-height: 120%;
    color: #101010;
    text-decoration: none;
    word-spacing: 30000px;
    transition: all .3s ease-out;
}

.press-team__title a:hover{
    color: #DF2926;
}

.press-team__title{
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 25px;
}

.press-team__description{
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #707070;
    margin-bottom: 15px;
}

.press-team__buttons{
    display: flex;
    gap: 10px;
}

.press-team__button{
    border: 1px solid #d5d5d5;
    border-radius: 18px;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #707070;
    padding: 7px 18px;
    text-decoration: none;
    transition: all .3s ease-out;
}

.press-team__button:hover{
    background: #271117;
    color: #fff;

    border: 1px solid transparent;
}

.press-team__nav{
    display: flex;
    justify-content: flex-end;
    margin-top: 40px;
}

.press-team__count{
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: rgba(255, 255, 255, 0.5);
    margin-right: 23px;
    width: auto;
}

.press-team__count .swiper-pagination-current{
    color:#FFFFFF;
}

.press-team__arrow-next{
    cursor: pointer;
}

.press-team__nav .press-team__arrow-next svg path{
    transition: all .3s ease-out;
}

.press-team__nav .press-team__arrow-next:hover svg path{
    fill:#DF2926
}


.press-news-detail__foto-modal {
    display: none; 
    position: fixed;
    z-index: 100000; 
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9); 
    justify-content: center;
    align-items: center;
}

.press-news-detail__foto-modal-image {
    margin: auto;
    display: block;
    width: 50%; 
    height: 85%;
}

.press-news-detail__foto-modal-close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

@media (max-width:1200px){
    .press-team__buttons{
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }
    .press-team__button{
        width: fit-content;
    }
}

@media (max-width:480px){
   /*  .press-team__header .press-more-link{
        display: none;
    } */

    .press-team__header{
        justify-content: space-between;
    }


    .press-team__slide{
        flex-direction: column;
    }


    .press-team__image{
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .press-team__content{
        align-items: center;
    }

    .press-detail-team{
        background: #f2f4f4;
        border-radius: 19px;
    }

    .press-detail-team .press-team__content{
        margin-top: 0;
    }

    .press-detail-team .press-team__slide--big{
        padding: 32px 18px 40px;
        background: transparent;
    }

    .press-detail-team .press-team__slide--big .press-team__head-top{
        padding: 0;
    }

    .press-team__title{
        text-align: center;
    }

    .press-team__buttons{
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }
    .press-team__button{
        width: fit-content;
    }
}



/*Раздел новости*/
.press-news-section{
    display: flex;
    gap: 30px;
    margin-bottom: 50px;
    grid-template-columns: 1fr 1fr;
}

.press-news-section--end{
    align-items: flex-end;
}

.press-news-section__card{
    flex: 0 1 65.91%;
    display: flex;
    flex-direction: column;
}

.press-news-section__subscribe{
    flex: 1 0 31.82%;
    align-self: flex-end;
}


.press-news-section__image{
    flex-grow: 1;
    margin-top: 40px;
}

.press-news-section__image a{
    display: flex;
}

.press-news-section__image img{
    width: 100%;
}

.press-news-section__date{
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #707070;
    margin-bottom: 10px;
}

.press-news-section__title a{
    font-weight: 600;
    font-size: 25px;
    line-height: 140%;
    color: #101010;
    text-decoration: none;
    transition: all .3s ease-out;
}

.press-news-section__title a:hover{
    color: #DF2926;
}


.press-news-list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 30px;
    margin-bottom: 50px;
}

.press-news-list__image{
    margin-bottom: 30px;
}

.press-news-list__image img{
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    overflow: hidden;
}


.press-news-list__date{
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #707070;
    margin-bottom: 10px;
}


.press-news-list__title a{
    text-decoration: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #101010;
    transition: all .3s ease-out;
}

.press-news-list__title a:hover{
    color: #DF2926;
}


.press-news-list__soc-seti{
    grid-column: 1 / 4;
}



.press-news-top{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    align-items: center;
}

.press-news-top__filter{
    display: flex;
    gap: 20px;
}

.press-news-top__filter-item{
    border-radius: 9px;   
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all .3s ease-out;
    padding: 16px;
    cursor: pointer;
    text-decoration: none;
}


.press-news-top__filter-item.active{
    border: 1px solid #d5d5d5;
}

.press-news-top__filter-name{
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #101010;
}


.press-news-top__filter-item:hover{
    border: 1px solid #d5d5d5;

}

.press-news-top__svg{
    display: flex;
}

.press-news-top__filter-item .press-news-top__svg svg path{
    transition: all .3s ease-out;
}

.press-news-top__filter-item:hover .press-news-top__svg svg path, .press-news-top__filter-item.active .press-news-top__svg svg path{
    stroke:#DF2926
}



.press-news-top__sort{
    display: flex;
    gap: 30px;
}

.press-news-top__sort-item{
    display: flex;
    gap: 10px;
    text-decoration: none;
}

.press-news-top__date-filter{
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    text-align: right;
    color: #101010;
    position: relative;
    cursor: pointer;
}

.press-news-top__date-filter label{
    cursor: pointer;
}

.press-news-top__date-svg{
    display: flex;
    align-items: center;
}


.press-news-top__date-picker{
    opacity: 0;
    border: 0;
    padding: 0;
    margin: 0;
    outline: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.press-news-top__sort-item--asc .press-news-top__date-svg svg{
    transform: rotate(180deg);
}


.press-news-top__sort-item .press-news-top__date-svg svg path{
    transition: all .3s ease-out;
}

.press-news-top__sort-item:hover .press-news-top__date-svg svg path{
    stroke:#DF2926;

}





.air-datepicker-cell.-selected-.-focus-{
    background: rgba(223,41,38,1);
}

.air-datepicker-cell.-in-range-{
    background: rgba(223,41,38, 0.2);
}

.air-datepicker-cell.-in-range-.-focus-{
    background: rgba(223,41,38, 0.3);
}

.air-datepicker-body--day-name{
    color:#DF2926;
}


.air-datepicker-cell.-range-to-, .air-datepicker-cell.-range-from-{
    border: 1px solid #DF2926;
    background: rgba(223,41,38, 0.2);
}

.air-datepicker-cell.-selected-, .air-datepicker-cell.-selected-.-current-{
    background: rgba(223,41,38, 0.9);
}

.air-datepicker-cell.-current-{
    color:#DF2926;
}


@media (max-width:1000px){
    .press-news-list{
        grid-template-columns: 1fr 1fr;
    }

    .press-news-list__soc-seti {
        grid-column: auto;
    }
}

@media (max-width:480px){
    .press-news-section{
        flex-direction: column;
    }

    .press-news-list{
        grid-template-columns: 1fr;
    }

    .press-news-list__soc-seti {
        grid-column: 1;
    }

    .press-news-top{
        flex-direction: column;
        align-items: flex-start;
    }

    .press-news-top__filter{
        overflow: auto;
        flex-wrap: nowrap;
        margin-bottom: 15px;
        padding-bottom: 15px;
        width: 100%;
    }

    .press-news-top__filter-item{
        flex: 0 0 auto;
    }

    .press-news-top__sort{
        /* flex-direction: column; */
        width: 100%;
        align-items: center;
    }

    .press-news-top__filter-item{
        border: 1px solid #d5d5d5;
    }

     .press-news-section__subscribe{
        display: none;
    } 
}


/*Новость детально*/
.press-news-detail{
    display: flex;
    gap: 30px;
    margin-bottom: 110px;
}

.press-news-detail--nmb{
    margin-bottom: 0;
}

.press-news-detail__sidebar{
    flex: 1 0 31.82%;
}

.press-news-detail__content{
    flex: 0 1 65.91%;
}


.press-news-detail__sidebar-title{
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    color: #101010;
    margin-bottom: 50px;
}


.press-news-detail__sidebar-list{
    display: flex;
    flex-direction: column;
    gap: 50px;
    height: 100%;
}


a.press-news__link-back{
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #fff;
    text-decoration: none;
    display: flex;
    gap: 10px;
    align-items: center;
}


@media (max-width:480px){
    .press-news-detail{
        flex-direction: column;
    }

    .press-news-detail__sidebar-title{
        font-size: 30px;
    }
}



/*Конференции страница*/
.press-news-conf__wrapper{
    display: flex;
    gap: 30px;
    margin-bottom: 110px;
}


.press-news-conf__sidebar{
    flex: 1 0 31.82%;
}
.press-news-conf__content {
    width: 65.91%;
}

.press-news-conf__list{
    flex: 0 1 65.91%;

    display: flex;
    flex-direction: column;
    gap: 50px;
}


.press-conf--big{
    height: auto;
    border-radius: unset;
    overflow: unset;
    flex-direction: column;
    gap: 40px;
}

.press-conf__top{
    position: relative;
    /* height: 340px; */
    aspect-ratio: 16 / 9;
    width: 100%;
    border-radius: 19px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.press-conf--big .press-conf__bottom{
    align-self: unset;
}

.press-conf--big .press-conf__title a{
    font-weight: 600;
    font-size: 25px;
    line-height: 140%;
    color: #101010;
    text-decoration: none;
}

.press-conf--big .press-conf__title a:hover{
    color:#DF2926;
    transition: all .3s ease-out;
}

.press-conf--big .press-conf__description{
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #707070;
}

.press-conf__team-list{
    margin-top: 15px;
    display: flex;
    gap: 35px;
}

.press-conf__team-item a{
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #101010;
    text-decoration: none;
}

.press-conf__files-list{
    margin-top: 15px;
    display: flex;
    gap: 35px;
}

.press-conf__files-item a{
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #101010;
}


.press-conf__hr{
    height: 0px;
    margin: 0 30px;    
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.press-conf__video-list-border-top {
    width: 95%;
    position: absolute; 
    top:74%; 
    right:0;
    left:0;
    bottom:0; 
    border-top:1px solid white; 
    margin: 0 auto;
}
.press-conf__video-list{
    width: 100%;
    position: absolute; 
    top:74%; 
    right:0;
    left:0;
    bottom:0; 
    background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}
.press-conf__video-list .swiper-wrapper{
    z-index:0;
    width:95%;
    margin: 0 auto;
}
.press-conf-detail__video-list-wrapper{
    padding:0 26px ; 
    position: relative;
    height: 170px;
    width: 100%;
}
.press-conf-detail__video-list{
    width: 100%;
    position: absolute; 
}

/* .press-conf__video-list{    
    display: flex;
    gap: 30px;

    padding: 0;

    overflow-x: auto;
    overflow-y: hidden;  
    flex-wrap: nowrap;   
    position: relative;
} */

/* .press-conf__video-list .swiper-wrapper{
    display: flex;
    gap: 30px;
    padding: 0;
} */

/* .press-conf__video-list::before{
    content: "";
    width: calc(100% - 60px);
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
} */



.press-conf__video-list::-webkit-scrollbar {
   width: 0;
   height: 0;
  }

.press-conf__video-item{
    display: flex;
    gap: 20px;
    align-items: center;
    /* flex: 0 0 325px; */
    text-decoration: none;

}

.press-conf__video-svg{
     flex: 0 0 auto; 
}


.press-conf__video-item .press-conf__video-svg svg rect{
    opacity: 0;
    transition: all .3s ease-out;
}

.press-conf__video-item.play .press-conf__video-svg svg rect{
    opacity: 1;
}

.press-conf__video-svg svg path{
    transition: all .3s ease-out;
    opacity: 1;
}

.press-conf__video-item.play .press-conf__video-svg svg path{
    opacity: 0;
}

.press-conf__video-title{
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #ffffff;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-decoration: none;    
    transition: all .3s ease-out;
}

.press-conf__video-item:hover .press-conf__video-title{
    color: #DF2926;
}


.press-conf__video-item:hover .press-conf__video-svg svg path,
.press-conf__video-item:hover .press-conf__video-svg svg rect,
.press-conf__video-item:hover .press-conf__video-svg svg circle{
 transition: all .3s ease-out;
}

.press-conf__video-item:hover .press-conf__video-svg svg path,
.press-conf__video-item:hover .press-conf__video-svg svg rect{
    fill:#DF2926;    
}

.press-conf__video-item:hover .press-conf__video-svg svg circle{
    stroke: #DF2926;
}

.press-news-conf__nav{
    display: none;
}

.press-news-conf__sidebar .press-news-conf__reports-list .swiper-wrapper{
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin-bottom: 50px;
}

.press-news-conf__reports-item--team{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
}

.press-news-conf__reports-item--team .press-news-conf__reports-video{
    margin-bottom: 0;
    margin-top: 20px;
}

.press-news-conf__sidebar-header{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 30px;
}


.press-news-conf__sidebar-title a{
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    color: #101010;
    text-decoration: none;
    transition: all .3s ease-out;
}

.press-news-conf__sidebar-title a:hover{
    color: #DF2926;
}

.press-news-conf__sidebar-link{
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #707070;
    text-decoration: none;
}

.press-news-conf__reports-video{
    margin-bottom: 30px;
}

.press-news-conf__reports-video iframe{
    width: 100%;
    aspect-ratio: 16 / 9;
}

.press-news-conf__reports-video img {
    object-fit: cover;
    object-position: center;
    height: auto;
   width: 100%;
    aspect-ratio: 16 / 9;
}


.press-news-conf__reports-video-wrapper{
    position: relative;
    display: flex;

}

.press-news-conf__reports-video-btn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.press-news-conf__reports-info{
    display: flex;
    gap: 35px;
    margin-bottom: 10px;
    align-items: center;
}

.press-news-conf__reports-date{
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #707070;
        flex-shrink: 0;
}

.press-news-conf__reports-author a{
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #101010;
    text-decoration: none;
}

.press-news-conf__reports-files{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
}

.press-news-conf__reports-file a{
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #101010;
}

.press-news-conf__reports-title a{
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #101010;
    transition: all .3s;
    text-decoration:none;
     text-decoration-color: rgba(223, 41, 38, 0.2);
}

.press-news-conf__reports-title a:hover{
    color: #df2926;
    text-decoration: none;

}



.press-conf__pagination{
    display: none;
}


@media (max-width:480px){
    .press-news-conf__content {
        width: 100%;
    }
    .press-conf__video-title {
        padding-right: 10px;
    }
    .press-news-conf__list{
        margin-bottom: 30px;
    }
    .press-news-conf__wrapper{
        flex-direction: column;
        margin-bottom: 60px;
    }

    .press-conf__top{
        /* height: 440px; */
        height: auto;
    }

    .press-conf--big .press-conf__bg{
        position: absolute;
        height: auto;
        aspect-ratio: 16 / 9;
    }

    .press-conf__team-list{
        flex-direction:column;
        gap: 10px;
    }

    .press-conf__files-list{
        flex-direction:column;
        gap: 10px;
    }

    .press-news-conf__nav{
        display: flex;
        justify-content: end;
        margin-bottom: 20px;
    }

    .press-news-conf__reports-list .swiper-wrapper{
        display: flex !important;
        flex-direction: row !important;
        gap: unset !important;
        
    }


    .press-news-conf__sidebar .subcribe-tg{
        display: none;
    }

    .press-news-conf__pagination{
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }

    .press-news-conf__pagination .swiper-pagination-bullet-active {
        background: #DF2926;
    }


        .press-conf__pagination {
            display: flex;
            justify-content: center;
            margin-top: 20px;
        }

        .press-conf__pagination .swiper-pagination-bullet-active {
            background: #DF2926;
        }


        .press-news-conf__reports-video{
            position: relative;
            aspect-ratio: 16 / 9; 
            container-type: size;
        }

        .press-news-conf__reports-video:after {
            content: "";
            position: absolute;
            z-index: 1;
            top: 0;
            left: 0;
            width: 100%;
            height: calc(100% - 14cqh); // show controls
            clip-path: polygon(0% 0%, 0% 100%, 44% 100%, 44% 49%, 56% 49%, 56% 67%, 0% 67%, 0% 100%, 100% 100%, 100% 0%); // show play button
        }
}


.list-items__item_date--red{
    background: #df2926;
    border-radius: 18px;
    color:#FFF;
    font-size: 15px;
line-height: 140%;
    padding: 7px 13px;
}


.press-conf__detail-nav{
    display: flex;
    gap: 23px;
    align-items: center;
    justify-content: end;
    margin-top: 40px;
}

.press-conf__detail-count{
    color:#707070;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    width: auto;
}

.press-conf__detail-count .swiper-pagination-current{
    color:#101010;
}

.press-conf__detail-arrow-next, .press-conf__detail-arrow-prev{
    cursor: pointer;
    display: flex;
    align-items: center;
    opacity: 1;
    transition: all .3s ease-out;
}

.press-conf__detail-arrow-prev.swiper-button-disabled, .press-conf__detail-arrow-next.swiper-button-disabled{
    opacity: 0;
}


.press-conf__detail-arrow-next svg path, .press-conf__detail-arrow-prev svg path{
    transition: all .3s ease-out;
    cursor: pointer;
}

.press-conf__detail-arrow-next:hover svg path, .press-conf__detail-arrow-prev:hover svg path{
    fill:#DF2926;
}


.press-conf__slider-wrapper{
    margin-bottom: 80px;
}


.press-news-detail__team{
    margin-bottom: 50px;
}

.press-news-detail__section-tab-buttons{
    display: flex;
    gap: 13px;
    align-items: center;
    margin-bottom: 50px;
}

.press-news-detail__section-tab-button{
    border: 1px solid #d5d5d5;
    border-radius: 25px;
    padding: 12px 18px;
    cursor: pointer;
    font-size: 16px;
    line-height: 1.6;
    color: #101010;
    transition: .3s;
}

.press-news-detail__section-tab-button.active{
    color: #df2926;
}

.press-news-detail__section-tab-content{
   display: none;
}

.press-news-detail__section-tab-content.active{
display: block;
}

.press-news-detail__sidebar-files-wrapper{
    border: 1px solid #f9d4d4;
    padding: 45px 30px;
    margin-bottom: 50px;
}

.press-news-detail__sidebar-files-title{
    font-weight: 600;
    font-size: 30px;
    line-height: 120%;
    color: #101010;
    margin-bottom: 30px;
}

.press-news-detail__sidebar-files-list{
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.press-news-detail__sidebar-files-item a{
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #101010;

}

.press-news-detail__publications{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.press-news-detail__publications-more{
    margin-top: 50px;
    text-align: center;
}


/*Исследования страница*/

.press-news-detail__neightboring{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 110px;
}

.press-news-detail__neightboring-prev, .press-news-detail__neightboring-next{
    display: flex;
    flex-direction: column;
}

.press-news-detail__neightboring-desc{
    font-weight: 300;
    font-size: 15px;
    line-height: 140%;
    color: #df2926;
    margin-bottom: 40px;
}

.press-news-detail__neightboring-info{
    display: flex;
    gap: 25px;
    margin-bottom: 10px;
    align-items: center;
}

.press-news-detail__neightboring-date{
    font-weight: 400;
font-size: 15px;
line-height: 140%;
color: #707070;
}

.press-news-detail__neightboring-author a{
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #101010;
    text-decoration: none;
}

.press-news-detail__neightboring-title a{
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #101010;
    text-decoration: none;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}



.press-news-detail__detail-mob-info{
    display: none;
}

@media (max-width:480px){
    .press-news-detail__detail-mob-info{
        display: flex;
        flex-direction: column;
        margin-bottom: 50px;
    }

    .press-news-detail__detail-mob-info .press-news-detail__sidebar-team{
        width: 100%;
        margin-bottom: 50px;
    }

    .press-news-detail__sidebar{
        display: none;
    }


    .press-news-detail__neightboring{
        grid-template-columns: 1fr;
        margin-top: 60px;
    }
}



/*Внутренная кухня*/

.press-kitchen-list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 30px;
    margin-bottom: 50px;
}


.press-news-detail__content--full{
    flex: 0 0 100%;
}

.press-news-detail__text{
    max-width: 870px;
    margin: 0 auto 0 0;
    margin-bottom: 80px;
}

.press-news-detail__dop{
    margin-top: 110px;
}

.press-news-detail__slider-wrapper{
    margin-bottom: 50px;
}
.press-news-detail__nav{
    display: flex;
    gap: 23px;
    align-items: center;
    justify-content: end;
    margin-top: 30px;
}
.press-news-detail__count{
    display: flex;
    color: #707070;
    font-weight: 400;
    font-size: 15px;
    width: auto;
    min-width: 25px;
}

.press-news-detail__count .swiper-pagination-current{
    color: #101010;
}

.press-news-detail__arrow-next{
    display: flex;
    align-items: center;
    cursor: pointer;
}

.press-news-detail__arrow-next svg path{
    transition: all .3s ease-out;
}

.press-news-detail__arrow-next:hover svg path{
   fill: #DF2926;
}

.press-news-detail__arrow-prev{
    display: flex;
    align-items: center;
    cursor: pointer;
    transform: rotate(180deg);
    transition: all .3s ease-out;
}

.press-news-detail__arrow-prev.swiper-button-disabled{
    opacity: 0;
    visibility: hidden;
}

.press-news-detail__arrow-prev svg path{
    transition: all .3s ease-out;
}

.press-news-detail__arrow-prev:hover svg path{
   fill: #DF2926;
}


.press-news-detail__slide{
    height: 263px;
}

.press-news-detail__slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.press-news-detail__video-wrapper iframe{
    width: 100%;
    aspect-ratio: 16 / 9;
}


.press-news-detail__foto-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.press-news-detail__foto-grid-item{
    height: 255px;
    overflow: hidden;
    display: flex;
    cursor: pointer;
}
.press-news-detail__video-grid-item {
    height: 263px;
    overflow: hidden;
    display: flex;
    cursor: pointer;
}

.press-news-detail__foto-grid-item img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.press-news-detail_video-item-pop-link {
    display: flex;
    flex-grow: 1;
}
.press-news-detail_video-item {
    flex-grow: 1;
    object-fit: cover;
}



@media (max-width:480px){
    .press-kitchen-list{
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .press-kitchen-list .subcribe-tg {
        display: none;
    }

    .kitchen__item--big, kitchen__item--big--right, .kitchen__soc-seti{
        grid-column: 1;
    }



    .press-news-detail__foto-grid{
        grid-template-columns: 1fr;
    }

}



/*Команда*/

.press-detail__wrapper{
    display: grid;
    grid-template-columns: auto 420px;
    gap: 30px;
}

.press-detail__wrapper__right{
    /*margin-bottom: 80px;*/
}

.press-team__description{
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #101010;
}


.press-detail-team{
    /*margin-bottom: 100px;*/
   
}

.press-team__slide--big{
    padding: 60px;

}

.press-team__slide--big .press-team__head-top{
    display: flex;
    gap: 30px;
    align-items: center;
    width: 100%;
}

.press-team__slide--big .press-team__content{
    flex-direction: row;
    gap: 20px;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.press-team__slide--big .press-team__image{
    height: 195px;
    width: 195px;
    flex: 0 0 195px;
}

.press-team__slide--big .press-team__image img{
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1;
}

.press-team__slide--big .press-team__description{
    color: #707070;
    font-size: 16px;
}

.press-team__head-bottom{
    border-top: 1px solid #d5d5d5;
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 0 60px;
}

.press-team__head-bottom-item a{
    font-size: 16px;
    line-height: 1.4;
    color: #101010;
    text-decoration: none;
    transition: .3s;
}
.press-team__head-bottom-item a:hover{
    color: #DF2926;
}

.press-team__info{
    display: flex;
    flex-direction: column;
    flex: 1;
}

.press-team__staj{
    flex: 0 auto;
}

.press-team__staj-wraaper{
    padding: 16px 14px;
    background-color: #DF2926;
    border-radius: 32px;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #fff;
    white-space: nowrap;
}

@media (max-width:768px){
    .press-news-detail__publications{
        grid-template-columns: 1fr;
    }
}

@media (max-width:480px){
    .press-detail__wrapper{
        grid-template-columns: 1fr;
    }

    .press-detail__wrapper__right{
        display: none;
    }

    .press-team__description{
        font-size: 15px;
        text-align: center;
    }
    .press-team__slide--big{
        background-color: #FFF;
    }
    .press-team__slide--big .press-team__content{
        flex-direction: column;
    }

    .press-team__slide--big .press-team__image {
        height: 100%;
        width: 100%;
        flex: auto;
    }

    .press-team__slide--big .press-team__title{
        font-weight: 600;
        font-size: 25px;
    }

    .press-team__slide--big .press-team__info{
        align-items: center;
    }


    .press-team__slide--big .press-team__head-top{
        flex-direction: column;
        padding: 0 20px;
    }

    .press-team__head-bottom{
        overflow: hidden;
        overflow-x: auto;
        gap: 20px;
        padding: 0;
    }

    .press-team__head-bottom-item{
        flex-shrink: 0;
    }

    .press-team__slide--big .press-team__description{
        text-align: center;
    }

    .press-news-detail{
        margin-bottom: 0;
    }

}






/*Доклады*/

.press-reports-page__list{
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin-bottom: 110px;
}

.press-reports-page__item{
    display: flex;
    gap: 40px;
    flex-direction: column;
}

.press-reports-page__head{
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.press-reports-page__info{
    display: flex;
    gap: 35px;   
    align-items: center;
}

.press-reports-page__date{
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #707070;
}

.press-reports-page__author a{
    text-decoration: none;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #101010;
}

.press-reports-page__conf{
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #707070;
}

.press-reports-page__conf a{
    text-decoration: none;
    color: #101010;
}

.press-reports-page__files{
    display: flex;
    gap: 20px;
}

.press-reports-page__files-item a{
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #101010;
}


.press-reports-page__title{
    font-weight: 600;
    font-size: 25px;
    line-height: 140%;
    color: #101010;
    cursor: pointer;
}





.press-reports-page__wrapper{
    display: flex;
    justify-content: space-between;
    gap: 30px;
}


.press-reports-page__reports-list{
    flex: 1 0 31.82%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.press-reports-page__item--even .press-reports-page__reports-list{
    order: 1;
}

.press-reports-page__reports-item{
    display: flex;
    gap: 30px;
}

.press-reports-page__play-btn{
    flex: 0 0 83px;
    cursor: pointer;
}

.press-reports-page__reports-info{
    flex-grow: 1;
}

.press-reports-page__author a{
    text-decoration: none;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #101010;
    margin-bottom: 18px;
}

.press-reports-page__title{
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #101010;

    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.press-reports-page__title--big{
    font-weight: 600;
    font-size: 25px;
    line-height: 140%;
    color: #101010;
    cursor: pointer;
}

.press-reports-page__reports-files{
    display: none;
}


.press-reports-page__video{
    flex: 0 1 65.91%;
}



.press-reports-page__video iframe{
    width: 100%;
    aspect-ratio: 16 / 9;
}



@media (max-width: 480px){
    .press-reports-page__wrapper{
        flex-direction: column;
    }

    .press-reports-page__reports-list{
        order: 1;
    }

    .press-reports-page__play-btn{
        display: none;
    }
}



.review-card--press-team .review-card:hover{
    -webkit-box-shadow:unset !important;
    box-shadow:unset !important;
}

/* .review-card--press-team .review-card__bottom{
    align-items: center;
} */

.review-card--press-team .review-card__factoids{
    width: fit-content;
}

/*
.review-card--press-team .review-card{
    flex-direction: row;
    padding: 40px;
    gap: 30px;
}

.review-card--press-team .review-card__top{
    margin-bottom: 0;
    align-items: end;
}

.review-card--press-team .review-card__bottom{
    flex-shrink: 0;
    flex-basis: 308px;
    justify-content: center;
}

.review-card--press-team .review-card__title{
    font-size: 25px !important;
}

.review-card--press-team .review-card__tags .tag-list .tag_gray{
    font-size: 16px !important;
}

.review-card--press-team .review-card__factoids .review-card__graf{
    width: 138px !important;
}*/

.press-detail__reviews .swiper-wrapper{
    display: flex;
    flex-direction: column;
}

.press-detail__reviews .carousel-nav{
    display: none;
}

.press-detail__reviews-item{
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #d5d5d5;
}

.press-detail__reviews-item:last-child{
    border-bottom:none;
}

.press-detail__reviews-logo{
    margin-bottom: 10px;
}

.press-detail__reviews-logo img{
    max-height: 40px;
}

.press-detail__reviews-title{
    font-weight: 600;
    font-size: 25px;
    line-height: 1.2;
    color: #101010;
    margin-bottom: 25px;
}

.press-detail__reviews-desc{
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    color: #101010;

}

.press-detail__reviews-file{
    margin-top: 20px;
    display: flex;
    gap: 11px;
    align-items: center;
}



.press-detail__reviews-file .person-item__data{
    font-size: 18px;
    line-height: 1.4;
    color: #101010;
}


.press-news-detail__section-title {   
    margin-bottom: 50px;
}

.team-want-same{
    margin-bottom: 80px;
}

.sect-mgb-80{
    margin-bottom: 80px;
}

@media (max-width:480px){
    .team-want-same{
        display: none;
        margin-top: 0px;
        margin-bottom: 50px;
    }

    .press-news-detail__section-title {   
        margin-bottom: 30px;
    }

    .sect-mgb-80{
        margin-bottom: 50px;
    }

    .press-detail__reviews .swiper-wrapper{
        flex-direction: row;
    }

    .press-detail__reviews .carousel-nav{
        display: flex;
    }
    .press-detail__reviews {
        margin-bottom: 50px;
    }

    .press-detail__reviews-item{
        border-bottom: unset;
    }
}


.press-news-top__date-picker{
    opacity: 0;
    border: 0;
    padding: 0;
    margin: 0;
    outline: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.press-news-top__date-reset{
    background: none;
    border: none;
    padding: 2px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
    margin-left: 5px;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.press-news-top__date-reset:hover{
    background: rgba(223, 41, 38, 0.1);
}

.press-news-top__date-reset:hover svg path{
    stroke: #DF2926;
}

.press-news-list__empty{
    text-align: center;
    margin-top: 50px;
}

.press-news-list__empty-title{
    font-weight: 400;
    font-size: 18px;
}

.press-team__tabs{
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 50px;
    list-style: none;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    flex-wrap: wrap;
 }

.press-team__tabs-item {
    list-style: none;
    padding: 0 15px;
    margin: 0;
    border-radius: 32px 27px 27px 32px;
    border: 1px solid #df2926;
    background-color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #df2926;
    transition: .3s;
    cursor: pointer;
    text-decoration: none;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.press-team__tabs-item:before{
    display: none !important;
}

.press-team__tabs-item:hover{
    background-color: #df2926;
    color: #fff;
}

.press-team__tabs-item.active{
    background-color: #df2926;
    color: #fff;
    cursor: default;
}

.press-team__content{
    position: relative;
    overflow: hidden;
}

.press-team__content-item{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(20px);
    transition: all 0.4s ease-in-out;
    z-index: 1;
    margin-top: 80px;
}

.press-team__content-item.active{
    opacity: 1;
    visibility: visible;
    position: relative;
    transform: translateY(0);
    z-index: 2;
}

.press-team__content-item-wrapper{
    transition: opacity 0.3s ease-in-out;
}

/* Мобильные стили для табов */
@media (max-width:480px){
    .press-team__tabs{
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 30px;
        justify-content: center;
    }
    
    .press-team__tabs-item{
        font-size: 14px;
        padding: 0 12px;
        height: 38px;
    }
    
    .press-team__content-item{
        transform: translateY(15px);
    }
}


.keisi_page--press-team{
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.keisi_page--press-team .review-card{
    flex-direction: row;
    gap: 30px;
    min-height: 385px;
    justify-content: space-between;
}

.keisi_page--press-team .review-card__top{
    flex: 0 0 428px;
    margin-bottom: 0;
    align-self: end;
}

.keisi_page--press-team  .review-card__bottom{
    flex: 0 0 394px;
    align-self: center;
}

.keisi_page--press-team .review-card__factoids{
    gap: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.keisi_page--press-team .review-card__factoids .review-card__graf{
    margin-right: 0 !important;
    width: auto !important;
}

.keisi_page--press-team .keisi_item_logo{
    display: none;
}

.keisi_page--press-team .review-card__logo{
    display: none;
}

@media (max-width:480px){ 
    .keisi_page--press-team .review-card{
        min-height: 345px;
    }

    .keisi_page--press-team .review-card__bottom{
        display: none;
    }
    .keisi_page--press-team .review-card__top{
        flex: 0 0 100%;
        height: 100%;
        align-self: start;
    }
}

.press-team__content-item-text{
    margin-bottom: 70px;
}

/* Стили для блока team-interesting */
.team-interesting {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 50px;
}

.team-interesting__item {
    overflow: hidden;
    height: 385px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0;
    position: relative;
    text-decoration: none;
}

.team-interesting__item:before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.team-interesting__date {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #FFFFFF;
    z-index: 2;
}

.team-interesting__content {
    padding: 40px;
    z-index: 2;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: end;
    gap: 20px;
    height: 100%;
    box-sizing: border-box;
}

.team-interesting__title {
    font-weight: 400;
    font-size: 25px;
    line-height: 140%;
    color: #FFFFFF;
    text-decoration: none;
    transition: all .3s ease-out;
}

.team-interesting__description{
    max-width: 605px;
}

.team-interesting__description, .team-interesting__description p {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #FFFFFF;
}

.team-interesting__item:hover .team-interesting__title,
.team-interesting__item:hover .team-interesting__date span {
    color: #df2926;
}

.press-team__show-more{
    display: flex;
    justify-content: center;
    margin-bottom: 70px;
    margin-top: 50px;
}

.press-detail__reviews-list-team{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.press-detail__reviews-list-team .press-detail__reviews-item{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
}

.press-detail__reviews-list-team .press-detail__reviews-file{
    margin-top: auto;
    padding-top: 20px;
}

.publications__big-card--team{
    order: unset;
    min-height: 340px;
}

.publications__item--small-team{
    display: none;
}

.review-card:hover .team-page__keisi-title{
    transition: all .3s ease-out;
    color: #DF2926;
}


@media (max-width:480px) {
    .team-interesting {
        gap: 20px;
        margin-bottom: 60px;
    }
    
    .team-interesting__item {
        height: 300px;
    }
    
    .team-interesting__content {
        padding: 20px 20px 40px;
    }
    
    .team-interesting__title {
        font-size: 16px;
    }
    
    .team-interesting__description {
        font-size: 14px;
    }

    .publications__item--small-team{
        display: block;
    }

    .publications__item--small-team .publications__small-cards-source{
        width: 38px;
        height: 38px;
    }

    .publications__big-card--team{
        display: none;
    }

    .press-detail__reviews-list-team{
        grid-template-columns: 1fr;
    }

    .reports-page__list{
        grid-template-columns: 1fr !important;
    }

    .publications__big-card--first{
        display: flex !important;
        min-height: 436px !important;

    }

    .publications__big-card--first .publications__content{
        margin: 15px !important;
        padding: 19px 14px !important;
    }

    .publications__big-card--team{
        margin-bottom: 0 !important;
    }

    .publications__item--first{
        display: none !important;
    }
}

.publications__big-card--team{
    margin-bottom: 50px;
}

.publications__item--small-team{
    margin-bottom: 0;
}


@media (max-width:480px) {
    .team-interesting {
        gap: 20px;
        margin-bottom: 60px;
    }
    
    .team-interesting__item {
        height: 300px;
    }
    
    .team-interesting__content {
        padding: 20px 20px 40px;
    }
    
    .team-interesting__title {
        font-size: 16px;
    }
    
    .team-interesting__description {
        font-size: 14px;
    }

    .publications__item--small-team{
        display: block;
    }

    .publications__item--small-team .publications__small-cards-source{
        width: 38px;
        height: 38px;
    }

    .publications__big-card--team{
        display: none;
    }

    .press-detail__reviews-list-team{
        grid-template-columns: 1fr;
    }

    .reports-page__list{
        grid-template-columns: 1fr !important;
    }

    /*.publications__big-card--first{
        display: block;
    }

    .publications__item--first{
        display: none;
    }*/
}

.tg-popup{
    display: none;
}

@media (max-width:480px){
    .tg-popup{
        display: block;
        position: fixed;
        bottom: 160px;
        right: 16px;
        width: 106px;
        height: 106px;
        background-image: url('/local/templates/kokoc/img/tg-popup.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-color: linear-gradient(180deg, #271117 0%, #5e1c1f 100%);;
        border-radius: 100%;
        z-index: 1000;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .tg-popup__close{
        position: absolute;
        top: 4px;
        right: 4px;
        width: 23px;
        height: 23px;
        cursor: pointer;
        z-index: 1001;
        background-color: #fff;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

/* Стили для мобильного модального окна подписки на Telegram */
.tg-modal-mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

.tg-modal-mobile__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.tg-modal-mobile__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    width: 320px;
    position: relative;
}

.tg-modal-mobile__close {
    position: absolute;
    top: 45px;
    right: 15px;
    z-index: 10;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
    transition: background 0.3s ease;
}

.tg-modal-mobile__close:hover {
    background: rgba(255, 255, 255, 0.2);
}

.tg-modal-mobile__close svg {
    width: 12px;
    height: 12px;
}

.tg-modal-mobile__close svg path {
    stroke: #ffffff;
}

.tg-modal-mobile__body {
    position: relative;
}

.tg-modal-mobile__body .subcribe-tg__small .banner-btn{
    height: 79px;
}

.tg-modal-mobile__body .subcribe-tg__small .button__content{
    width: 100%;
}

/* Блокируем скролл body когда модальное окно открыто */
body.modal-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
}