﻿body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
  padding: 0; 
  margin: 0; 
  } 
table {
  border-spacing: 0;
  border-collapse: collapse;
}
fieldset,img {  
  border: 0; 
  } 
address,caption,cite,code,dfn,em,strong,th,var { 
  font-weight: normal; 
  font-style: normal; 
  }
caption,th { 
  text-align: left; 
  } 
/* h1,h2,h3,h4,h5,h6 {
  font-size: 100%; 
  } */
q:before,q:after { 
  content:''; 
  } 
abbr,acronym { border: 0; 
  } 

:root {
    --color-black: #000000;
    --color-white: #FFFFFF;
    --font-jost: 'Jost', sans-serif;
    --main-text-color: #233778;
}

* {
    box-sizing: border-box;
}

html, body {
    width: 100%;
    height: 100%;
}

html {
    font-size: 10px;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: var(--font-jost);
    color: #000;
    position: relative;
}

body {
    font-family: var(--font-jost);
    font-size: 1.6rem;
}

.--overflow-h {
    overflow: hidden !important;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

svg {
    vertical-align: top;
}

a {
    color: currentColor;
    text-decoration: none;
}

a:not([class]) {
    text-decoration: none;
}

a:not([class]):hover {
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

[style*='background-image'] {
    background: no-repeat center;
    background-size: cover;
}

.--visible-mobile {
    display: none !important;
}

.container {
    max-width: 1166px;
    width: 100%;
    margin: 0 auto;
    padding: 0 18px;
}

.app {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: 100%;
}

.--app-inner {
    background: var(--color-white);
    /*background: linear-gradient(212.48deg, rgba(0, 138, 255, 0.36) 31.03%, rgba(12, 139, 252, 0.36) 33.23%, rgba(77, 145, 236, 0.36) 44.22%, rgba(98, 113, 167, 0.36) 54.67%, rgba(92, 74, 133, 0.36) 64.56%, rgba(122, 80, 125, 0.36) 73.35%, rgba(120, 58, 102, 0.36) 80.5%, rgba(120, 64, 98, 0.36) 86%), linear-gradient(299.6deg, rgba(0, 138, 255, 0.36) -1.33%, rgba(12, 139, 252, 0.36) 2.37%, rgba(77, 145, 236, 0.36) 20.83%, rgba(98, 113, 167, 0.36) 38.37%, rgba(92, 74, 133, 0.36) 54.99%, rgba(122, 80, 125, 0.36) 69.76%, rgba(120, 58, 102, 0.36) 81.76%, rgba(120, 64, 98, 0.36) 90.99%), linear-gradient(180deg, rgba(0, 25, 45, 0.59) 0%, rgba(0, 80, 147, 0.2124) 100%);*/
    /*background: rgba(82, 78, 78, 1) linear-gradient(212.48deg, rgba(0, 138, 255, 0.36) 31.03%, rgba(12, 139, 252, 0.36) 33.23%, rgba(77, 145, 236, 0.36) 44.22%, rgba(98, 113, 167, 0.36) 54.67%, rgba(92, 74, 133, 0.36) 64.56%, rgba(122, 80, 125, 0.36) 73.35%, rgba(120, 58, 102, 0.36) 80.5%, rgba(120, 64, 98, 0.36) 86%);*/
}

.content-wrap {
    max-width: 1346px;
    /*max-width: 1280px;*/
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
}

.header {
    background-image: linear-gradient(360deg, rgba(15, 35, 52, 0.8) -2.13%, rgba(20, 85, 128, 0.5) 100%), url("../images/site2024/bg-mini.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 39px 0 120px;
    background-color: #00192D;
    position: relative;
}

.header__wrap {
    /*height: 90vh;*/
    display: flex;
    flex-direction: column;
}

.--header-short {
    background: linear-gradient(90.42deg, #1A669A 0.41%, #183650 99.69%);
    height: auto;
    min-height: auto;
    padding: 26px 0 34px;
}

.--header-short .header__wrap {
    height: auto;
}

.header__topline {
    display: flex;
    justify-content: space-between;
    padding: 0 6.5%;
}

.header__logo {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-right: 6.5%;
}

.header__logo img {
    max-width: 131px;
}

.header__menu {
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
}


.contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    color: #fff;
    font-size: 3.2rem;
    padding: 0;
    margin-bottom: 20px;
}

.contacts a:hover {
    color: #fff;
    text-decoration: none;
    outline: none;
}

.header__content {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    color: #fff;
    column-gap: 20px;
    padding: 30px 6.5% 0;
}

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

.--header__contacts-mobile {
    display: none;
}

.header__info {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.header__contacts:not(.--header__contacts-mobile) {
    display: flex;
}


.header__contacts a + a {
    margin-top: 5px;
}

/*.header__exhibition {
    padding: 0 0 0 6.5%;
}*/

.header__exhibition-address {
    
}

.exhibition__about-date {
    font-size: 5rem;
    font-weight: 500;
    color: #56c3e8;
}

.exhibition__about-address {
    font-size: 4rem;
    line-height: 1.4;
    margin-top: 30px;
}

.header__contacts-text {
    position: relative;
    z-index: 2;
}

.exhibition__about-name {
    font-size: 6.4rem;
    line-height: 1.4;
    font-weight: 700;
    text-transform: uppercase;
    max-width: 850px;
}

.header__register {
    margin-top: 30px;
    text-align: left;
}

.header__register a {
    display: inline-block;
}

.exhibition__register {
    position: absolute;
    right: 6.5%;
    margin: 0 0 20px !important;
}

.exhibition__register-button {
    display: inline-flex;
    border: 2px solid #FFFFFF;
    color: #fff;
    text-decoration: none;
    font-size: 2.4rem;
    font-weight: 500;
    padding: 19px 55px;
    border-radius: 74px;
    cursor: pointer;
    /*cursor: default;*/
    white-space: nowrap;
    transition: all .2s ease;
}

.exhibition__register-button:hover {
    /*background: rgba(0,0,0, .2);*/
    background: #56c3e8;
    color: var(--color-white);
    border-color: #56c3e8;
}

.exhibition__register-button:active {
    transform: scale(1.05);
}

/* Menu */
.hamburger {
    display: none;
}

.hamburger:not(.open) .menu__close {
    display: none;
}

.menu {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    color: var(--color-white);
}

.menu__mobile-header {
    display: none;
}

.menu__list {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.menu__item {
    position: relative;
}

.menu__item.--dropdown {
    padding-right: 34px;
}

.menu__item > a, .menu__item > span {
    color: var(--color-white);
    cursor: pointer;
    font-weight: 500;
    font-size: 2.4rem;
    text-transform: uppercase;
}

.menu__item a:hover, .menu__item span:hover, .menu__item a:focus {
    color: var(--color-white);
}

.menu__item:hover > a, .menu__item:hover > span {
    color: #56c3e8;
    text-decoration: none;
}

.menu__item a.active, .menu__item span.active {
    text-decoration: underline;
}

.--dropdown > a:after, .--dropdown > span:after {
    content: "";
    display: block;
    background: url('data:image/svg+xml,<svg width="17" height="10" viewBox="0 0 17 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1.5L8.5 8.5L16 1.5" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    top: calc(50% - 5px);
    width: 17px;
    height: 10px;
}

.--dropdown > a:hover:after, .--dropdown > span:hover:after {
    background: url('data:image/svg+xml,<svg width="17" height="10" viewBox="0 0 17 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1.5L8.5 8.5L16 1.5" stroke="%2356c3e8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat;
}

.menu__sub {
    display: none;
    position: absolute;
    left: 0;
    background: linear-gradient(90.42deg, #1A669A 0.41%, #183650 99.69%);
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.25);
    border-radius: 11px;
    padding: 0 14px;
    font-size: 2rem;
    line-height: 1.3;
    font-weight: 300;
    min-width: 210px;
    z-index: 2;
}

.menu__item:hover .menu__sub {
    display: block;
}

.menu__sub-item {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.63)
}

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

.main {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    flex-grow: 1;
}

.main__wrap {
    width: 100%;
    background-image: url("http://api-cms.pro-paradigma.ru/storage/media/doroga/2026/03/ea4a49032bf747aab9b5fbd140db471b.png"), url("http://api-cms.pro-paradigma.ru/storage/media/doroga/2026/03/ea4a49032bf747aab9b5fbd140db471b.png");
    background-repeat: repeat-x;
    background-position: top 40px center, bottom 40px center;
    padding: 100px 0;
}

.--app-inner .main__wrap {
    width: 100%;
    background-image: url("/images/site2024/arrow-bg-inner-right.png"), url("/images/site2024/arrow-bg-inner-left.png");
    background-repeat: repeat-x;
    background-position: top 40px center, bottom 40px center;
    padding: 100px 0;
}

.index-section__title {
    font-family: var(--font-jost);
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    color: #233778;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.index-section__title a:hover {
    color: #233778;
    text-decoration: none;
}

/* About new */

.start-page__about {
    display: flex;
    gap: 70px;
    margin: 30px 0 80px;
    align-items: center;
}

.start-page__about .index-section__title {
    text-align: left;
}


.start-page__about-column {
    width: 60%;
}

.start-page__about-column:first-child {
    width: 40%;
}

.about__date {
    font-size: 128px;
    font-weight: 500;
    color: #133658;
    line-height: 1.25;
}

.about__desc {
    font-size: 23px;
    font-weight: 500;
    color: var(--main-text-color);
    margin-bottom: 20px;
}

.about__desc p {
    margin-bottom: 16px;
}

.about__desc span {
    color: #56c3e8;
}

.about__desc-mobile {
    display: none;
}

.round-button {
    border: 2px solid #56c3e8;
    border-radius: 74px;
    font-size: 24px;
    font-weight: 500;
    color: #56c3e8;
    padding: 17px 70px;
    transition: all .2s ease;
}

.--round-button-inverse {
    background: #56c3e8;
    color: #FFF!important;
}

.--round-button-inverse:hover {
    box-shadow: 0px 1px 5px 0px rgb(0, 0, 0, .5);
}

.--round-button-sm {
    padding: 8px 20px;
    border-radius: 54px;
    font-size: 20px;
}

.--round-button-w-icon {
    display: inline-flex;
    column-gap: 25px;
    align-items: center;
    text-transform: uppercase;
}

.round-button:hover {
    border: 2px solid #56c3e8;
    color: #FFF;
    background: #56c3e8;
    text-decoration: none;
}

/* About stats */
.road-stats {
    background-color: #183752;
    padding: 50px 0;
    color: var(--color-white);
    background-image: url(https://api-cms.pro-paradigma.ru/storage/media/doroga/2026/03/549ccf4298a24b0baefdbd50ef3534de.png), url(https://api-cms.pro-paradigma.ru/storage/media/doroga/2026/03/549ccf4298a24b0baefdbd50ef3534de.png);
    background-repeat: no-repeat;
    background-position: center left 7%, center right 7%;
    margin-bottom: 80px;
}

.road-stats .index-section__title {
    color: var(--color-white);
}

.road-stats__list {
    display: flex;
    column-gap: 5%;
    margin-bottom: 20px;
}

.road-stats__item {
    width: 33.333%;
    font-size: 23px;
    font-weight: 500;
    text-align: center;
}

.road-stats__item-value {
    color: #56c3e8;
    font-size: 96px;
    line-height: 1.2;
    font-weight: 500;
    border-bottom: 2px solid #769AB7;
    padding-bottom: 10px;
    margin-bottom: 10px;
    white-space: nowrap;
}

.sup-star {
    color: #56c3e8;
    vertical-align: super;
}

.road-stats__notice {
    opacity: .63;
    text-align: right;
}

.road-stats__notice a {
    color: currentColor;
    text-decoration: underline;
}

.road-stats__notice a:hover {
    text-decoration: none;
}


@media (max-width: 1760px) {
    .road-stats {
        background-position: center left 2%, center right 2%;
    }
}

@media (max-width: 1600px) {
    .road-stats__list {
        display: flex;
        column-gap: 50px;
        margin-bottom: 20px;
    }

    .road-stats__wrap {
        max-width: 85%;
        margin: 0 auto;
    }
}

@media (max-width: 1440px) {
    .road-stats {
        background-position: center left 2%, center right 2%;
        background-size: auto 80px, auto 80px;
    }

    .road-stats__wrap {
        max-width: 80%;
        margin: 0 auto;
    }

    .road-stats__item {
        font-size: 20px;
    }

    .road-stats__item-value {
        font-size: 60px;
    }
}

@media (max-width: 991px) {
    .index-section__title {
        font-size: 24px;
    }

    .road-stats__list {
        flex-direction: column;
        gap: 50px;
    }

    .road-stats__item {
        width: 100%;
    }

    .road-stats__wrap {
        max-width: 70%;
    }
}


@media (max-width: 600px) {
    .index-section__title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .road-stats__wrap {
        max-width: 70%;
    }

    .road-stats__item-value {
        font-size: 24px;
        border-width: 1px;
    }

    .road-stats__item {
        font-size: 16px;
    }

    .road-stats__notice {
        font-size: 14px;
        margin: 0 -20px;
    }

    .road-stats {
        background-position: center left 5%, center right 5%;
        background-size: auto 50px, auto 50px;
        margin-bottom: 30px;
    }
}

/* About */
.road-info {
    padding: 80px 0 100px;
}

.road-info .content-wrap {
    max-width: 1290px;
}

.road-info__title {
    text-align: center;
    margin-bottom: 64px;
}


.road-info__title-text {
    font-size: 6.4rem;
    font-weight: 600;
    line-height: 1.4;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.road-info__about .road-info__text-title {
    margin-bottom: 30px;
}

.road-info__title-sub {
    font-size: 2.4rem;
}

.road-info__columns {
    display: grid;
    grid-auto-flow: column;
    grid-template-areas:
        "about photo"
        "about video";
    gap: 20px;
    grid-template-columns: 2fr 1fr;
}

.road-info__columns-col {
    position: relative;
    color: var(--color-white);
    overflow: hidden;
}

.road-info__columns-col:hover, .road-info__columns-col:focus {
    text-decoration: none;
    color: var(--color-white);
}

.road-info__about {
    grid-area: about;
}

.road-info__photo {
    grid-area: photo;
}

.road-info__video {
    grid-area: video;
}

.road-info__img {
    display: block;
    position: relative;
    height: 100%;
}

.road-info__img img {
    position: absolute;
    left: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: transform .5s ease;
}

.road-info__columns-col:hover img {
    transform: scale(1.1);
}

.road-info__img:before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    padding-top: 74.5%;
}

.road-info__text {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 25px 30px;
}

.road-info__about .road-info__text {
    right: auto;
    left: 0;
}

.road-info__text > span {
    display: block;
}

.road-info__text-title {
    font-size: 2.4rem;
    text-transform: uppercase;
}

.road-info__text-desc {
    font-size: 3.1rem;
}

main section {
    padding: 1em 2em !important;
}

.main-news {
    background: linear-gradient(299.6deg, #008AFF -1.33%, #0C8BFC 2.37%, #4D91EC 20.83%, #8396DF 38.37%, #AC99D6 54.99%, #CB9CCE 69.76%, #DD9ECA 81.76%, #E49FC9 90.99%);
}

.main-news__title {
    color: #fff;
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-news__title-text {
    font-size: 4rem;
    font-weight: 500;
}

.link-with-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.4rem;
    color: var(--color-white);
    text-decoration: none;
    transition: all .2s ease;
}

.link-with-arrow:hover {
    color: var(--color-white);
    text-decoration: none;
    opacity: .85;
}

.link-with-arrow:after {
    content: "";
    background: url("/images/site2024/arrow-right.svg") no-repeat center;
    display: inline-block;
    width: 13px;
    height: 24px;
    margin-left: 15px;
}

.main-news .slick-slide {
    margin: 0 15px;
}

.main-news .slick-list {
    margin: 0 -15px;
}

.main-news__slider-item video {
    width: 100%;
    aspect-ratio: 427 / 239;
}

.main-news__slider-item a,
.main-news__slider-item a:hover {
    color: var(--color-white);
    text-decoration: none;
    outline: none;
}

.slider-item__img,
.slider-item__date,
.slider-item__text {
    display: block;
}

.slider-item__img {
    position: relative;
    overflow: hidden;
    margin-bottom: 18px;
}

.slider-item__img:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    /*padding-bottom: 56%;*/
}

.slick-slide .slider-item__img:before {
    padding-bottom: 56%;
}

.slider-item__img img[src=""] {
    content: url("../images/site2024/news-1.png");
}

.slider-item__date {
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.6rem;
}

.slider-item__text {
    font-size: 2rem;
    font-weight: 300;
}

.slider-arrow {
    position: absolute;
    transform: translate(0, -50%);
    top: 50%;
    display: block;
    cursor: pointer;
    width: 55px;
    height: 55px;
    background-image: url("../images/site2024/slide-arrow_l.svg");
    background-repeat: no-repeat;
    background-size: 55px;
    z-index: 1;
}

.icon-arrow-slider-left {
    left: 10px;
}

.icon-arrow-slider-right {
    right: 10px;
    transform: rotate(180deg) translate(0, 50%);
}

.slick-disabled {
    opacity: .3;
    cursor: default;
}

.video {
}

.--video-w-preview {
    position: relative;
}

.video__preview {
    cursor: pointer;
}

.slick-list .video__preview img {
    position: absolute;
}

.video__preview img {
    left: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.video__preview::before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    padding-top: 75%;
    /*aspect-ratio: 427 / 239;*/
}

.index-media .video__preview::before {
    padding-top: 65%;
}

.video__preview::after {
    content: "";
    display: block;
    background: url("../images/site2024/video/icon-play.svg") no-repeat center;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 89px;
    height: 57px;
    opacity: .9;
    transition: all .2s ease;
}

.video__preview:hover::after {
    opacity: .85;
    /*transform: translate(-50%, -50%) scale(1.1)*/
}

.play .video__preview {
    visibility: hidden;
}

.video__source {
    display: none;
    visibility: hidden;
}

.play .video__source {
    visibility: visible;
    display: block;
}

.partners img {
    transition: all .2s ease;
}

.partners img:hover {
    transform: scale(1.05);
    /*filter: grayscale(1);*/
}

.organizers img {
    max-width: 80%;
    margin: 0 auto;
}

.organizers .logo-partner1 {
}

.organizers .logo-partner2 {
    max-width: 65%;
}

.organizers .logo-partner3 {
    max-width: 100%;
}

.others img {
    max-width: 100%;
    margin: 0 auto;
}

.partners__title {
    font-size: 4rem;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 600;
    color: var(--main-text-color);
}

.others {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 120px;
    column-gap: 20px;
}

.organizers__list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 100px;
}

.support, .operator {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50%;
}

.others .partners__title {
    margin-bottom: 18px;
}

.footer {
    background: linear-gradient(90.42deg, #1A669A 0.41%, #183650 99.69%);
    padding: 100px 0 29px;
}

.footer-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--color-white);
}

.footer-content__logo img {
    max-width: 143px;
}

.footer-content__contacts {
    font-size: 2.5rem;
    line-height: 1.4;
    text-align: right;
}

.footer-content__contacts a:hover {
    color: currentColor;
    text-decoration: none;
}

.footer-content__contacts-email {
    margin: 11px 0 22px;
}

.footer-content__contacts-social {
    display: flex;
    column-gap: 12px;
    justify-content: flex-end;
}

.footer-content__contacts-social a {
    transition: all .2s ease;
}

.footer-content__contacts-social a:hover {
    opacity: .85;
}

.footer-content__contacts-social img {
    max-width: 36px;
}

.fancybox-button.fancybox-button--share {
    display: none !important;
}

.footer__politic {
    color: var(--color-white);
    text-align: center;
    max-width: 830px;
    margin: 0 auto;
    margin-top: 12px;
    font-size: 1.7rem;
    font-weight: 300;
}

.footer__politic a {
    text-decoration: underline;
}

.footer__politic a:hover, .footer__politic a:focus {
    text-decoration: none;
    color: var(--color-white);
}

.footer-menu__list {
    display: grid;
    /*grid-template-columns: repeat(2, 1fr);*/
    grid-auto-flow: column;
    grid-template-rows: repeat(2, 1fr);
    gap: 7px 90px;
    font-size: 2.2rem;
    font-weight: 400;
}

.footer-menu__list a:hover {
    color: var(--color-white);
}

/* Body content */
.main > .container {
    position: relative;
    margin-bottom: 60px;
}

.content_wp::before {
    content: "";
    display: block;
    position: absolute;
    border-radius: 30px;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 1 !important;
    background: linear-gradient(136.35deg, #1F4F84 9.9%, #583F61 91.95%);
    z-index: -1;
}

/* Programm */
.--w-programm {
    position: relative;
}

.programm-link {
    position: absolute;
    right: 30px;
    top: 15px;
}

.programm-link a {
    border-radius: 8px;
    background: #1A669A;
    padding: 10px 20px;
    text-decoration: none;
    color: #fff;
    font-family: 'Jost';
    font-size: 16px;
    transition: all .2s ease;
}

.programm-link a:hover {
    background: #1A669A;
}

.content_wp hr {
    color: var(--color-white) !important;
    background-color: var(--color-white) !important;
}

/* Exhibition */

.exhibition hr {
    color: var(--color-white) !important;
    background-color: var(--color-white) !important;
}

.exhibition::before {
    content: "";
    display: block;
    position: absolute;
    border-radius: 30px;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 1 !important;
    background: linear-gradient(136.35deg, #1F4F84 9.9%, #583F61 91.95%);
    z-index: -1;
}

.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 2.2rem;
    margin-bottom: 20px;
}

.breadcrumbs + .page-bg {
    margin-top: 40px;
}

.breadcrumbs__separate {
    display: inline-block;
    background: url("../images/site2024/separate-arrow.svg") no-repeat center;
    background-size: contain;
    width: 16px;
    height: 11px;
    margin: 0 10px;
}

.breadcrumbs__item {
    color: #769AB7;
    list-style-type: none;
}

.breadcrumbs__item a {
    text-decoration: none;
}

.breadcrumbs__item:not(span):hover {
    color: var(--main-text-color);
    text-decoration: none;
}

.breadcrumbs__item a:not(span):hover {
    color: var(--main-text-color);
    text-decoration: none;
}


.page-title {
    font-size: 3.4rem;
    font-weight: 500;
    margin-bottom: 13px;
}

.--page-title-middle {
    color: var(--main-text-color);
    margin-bottom: 50px;
    text-align: center;
}

.--page-title-middle > h1, h1.--page-title-middle {
    display: flex;
    column-gap: 20px;
    align-items: center;
    justify-content: center;
}

.--page-title-middle > h1:after, .--page-title-middle > h1:before {
    content: "";
    background: url('data:image/svg+xml,<svg width="31" height="16" viewBox="0 0 31 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20.4604 15.1094H23.8761L30.4999 7.60958L23.8761 0.109375H20.4604L27.0847 7.60958L20.4604 15.1094Z" fill="%23769AB7"/><path d="M10.5396 15.1094H13.9548L20.579 7.60958L13.9548 0.109375H10.5396L17.1638 7.60958L10.5396 15.1094Z" fill="%23769AB7"/><path d="M0.5 15.1094H3.91521L10.5395 7.60958L3.91521 0.109375H0.5L7.1247 7.60958L0.5 15.1094Z" fill="%23769AB7"/></svg>');
    display: inline-flex;
    width: 30px;
    height: 15px;
}

h1.--page-title-middle:after, h1.--page-title-middle:before {
    content: "";
    background: url('data:image/svg+xml,<svg width="31" height="16" viewBox="0 0 31 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20.4604 15.1094H23.8761L30.4999 7.60958L23.8761 0.109375H20.4604L27.0847 7.60958L20.4604 15.1094Z" fill="%23769AB7"/><path d="M10.5396 15.1094H13.9548L20.579 7.60958L13.9548 0.109375H10.5396L17.1638 7.60958L10.5396 15.1094Z" fill="%23769AB7"/><path d="M0.5 15.1094H3.91521L10.5395 7.60958L3.91521 0.109375H0.5L7.1247 7.60958L0.5 15.1094Z" fill="%23769AB7"/></svg>');
    display: inline-flex;
    width: 30px;
    height: 15px;
}

h1.--page-title-middle:after, .--page-title-middle > h1:after {
    transform: rotate(180deg);
}


.page-bg {
    background: var(--color-white);
    /*border-radius: 30px;*/
    padding: 40px 0;
    color: var(--main-text-color);
    margin-bottom: 100px;
}

.page-bg.pages {
    padding: 0 0 40px;
    margin-bottom: 0;
}

.content_wp p {
    margin-bottom: 16px;
}

.content_wp ul {
    padding-left: 40px;
    margin-bottom: 16px;
}

.content-post {
    font-size: 20px;
}

.page-bg a:not([class]) {
    text-decoration: underline;
}

.page-bg a:not([class]):hover {
    color: #5791eb;
}

.pages hr, .page-bg hr {
    border-color: var(--color-white);
}

.pages h1 {
    font-size: 4rem;
    margin: 20px 0 40px;
}

.pages h2 {
    font-size: 3rem;
    margin: 10px 0 30px;
}

.pages h3 {
    font-size: 2.4rem;
    margin: 10px 0 20px;
}

.pages ul li, .pages ol li {
    padding-bottom: 16px;
}

.pages ul, .pages ol {
    padding-left: 40px;
}

.pages p {
    margin-bottom: 16px;
}

.exhibition {
    color: var(--main-text-color);
    margin-bottom: 40px;
}

/* News */
.news {
    color: var(--color-white);
}

.news__title {
    font-size: 4rem;
    font-weight: 600;
    margin-bottom: 65px;
    text-align: center;
}

.news__date {
    font-size: 1.6rem;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 13px;
}

.news__content {
    font-size: 2rem;
    margin-bottom: 40px;
}

.news__content p {
    margin-bottom: 15px;
}

.news__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px;
}

.news-item {
    background: linear-gradient(136.35deg, #1F4F84 9.9%, #583F61 91.95%);
    padding: 40px 25px;
    border-radius: 30px;
    color: var(--color-white);
}

.news-item:hover {
    color: var(--color-white);
    text-decoration: none;
    outline: none;
}

.news-item__img {
    position: relative;
    overflow: hidden;
    margin-bottom: 18px;
}

.news-item__img:before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    padding-top: 61.5%;
}

.news-item__img img {
    position: absolute;
    left: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: transform .5s ease;
}

.news-item:hover .news-item__img img {
    transform: scale(1.05);
}

.news-item__date {
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.6rem;
    margin-bottom: 10px;
}

.news-item__desc {
    font-size: 2rem;
    font-weight: 400;
}

/* Media */
.page-media h1 {
    color: var(--main-text-color);
    margin-bottom: 65px;
}

@media (max-width: 991px) {
    .programm-link {
        right: 30px;
        top: -2px;
    }
}
@media (max-width: 768px) {
    .programm-link a {
        font-size: 14px;
        padding: 10px 16px;
    }

    .programm-link {
        right: 30px;
        top: -2px;
    }

    .page-media .content-post {
        padding: 0;
    }

    .page-media .media__albums {
        margin: 0 -15px 30px;
    }
}

/* participation */
.participation {
    color: var(--color-white);
    margin-bottom: 40px;
}

.participation__title {
    font-size: 4rem;
    font-weight: 600;
    margin-bottom: 65px;
    text-align: center;
}

.participation__types {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.participation__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    background: rgba(25, 88, 132, 0.64);
    padding: 42px 100px 28px 48px;
    border-radius: 20px;
    color: var(--color-white);
    transition: all .2s ease;
    cursor: no-drop;
}

.participation__item + .participation__item {
    margin-top: 14px;
}

.participation__item:before {
    content: "";
    display: inline-block;
    background: url("../images/site2024/participation-clock.svg") no-repeat center;
    background-size: contain;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 48px;
    top: 50%;
    transform: translate(0, -50%);
}

.participation__item:hover, .participation__item:focus {
    color: var(--color-white);
    text-decoration: none;
    outline: none;
}

.participation__item.active {
    background: linear-gradient(136.35deg, #1F4F84 9.9%, #183751 91.95%);
    cursor: pointer;
}

.participation__item.active:before {
    content: "";
    display: inline-block;
    background: url("../images/site2024/participation-arrow.svg") no-repeat center;
    background-size: contain;
    width: 44px;
    height: 16px;
    position: absolute;
    right: 48px;
    top: 50%;
    transform: translate(0, -50%);
}

.participation__item.active:hover {
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.13);
}

.participation__item-title {
    text-transform: uppercase;
    font-size: 2.5rem;
    font-weight: 500;
}

.participation__item-text {
    font-size: 2rem;
}


@media (max-width: 768px) {
    .participation__title {
        font-size: 2rem;
        margin-bottom: 35px;
    }

    .participation__item {
        padding: 28px 90px 28px 28px;
    }

    .participation__item + .participation__item {
        margin-top: 10px;
    }

    .participation__item-title {
        font-size: 1.8rem;
    }

    .participation__item-text {
        font-size: 1.6rem;
    }

    .participation__item:before {
        width: 24px;
        height: 24px;
    }

    .participation__item.active:before {
        width: 34px;
        height: 12px;
    }
}

@media (max-width: 480px) {

    .participation__item {
        padding: 16px 58px 16px 16px;
    }

    .participation__item-title {
        font-size: 2rem;
    }

    .participation__item-text {
        font-size: 1.6rem;
    }

    .participation__item:before {
        width: 24px;
        height: 24px;
        right: 16px;
    }

    .participation__item.active:before {
        width: 34px;
        height: 12px;
        right: 16px;
    }
}

/* Gallery */

.video_img video {
    display: none;
}

.content-post {
}

.content-post table {
    border-collapse: collapse;
    border: none;
    border-spacing: 0;
}

.content-post table tr {
    border: none !important;
}

.content-post table td {
    border: none;
    border-top: 1px solid var(--main-text-color);
    border-bottom: 1px solid var(--main-text-color);
}

.content-post strong {
    font-weight: 700;
}

.content-post table {
}

/* Form */
.request_forma {
    width: 100%;
    background: linear-gradient(136.35deg, #1F4F84 9.9%, #583F61 91.95%);
    border-radius: 30px;
    padding: 40px;
    color: var(--color-white);
    margin: 0 auto 100px;
    max-width: 500px;
}

.rf_top_info {
    width: 230px;
}

.rf_top {
    padding: 15px 0 20px;
    text-align: center;
}

.rft_title {
    font-size: 3.2rem;
}

.rf_top_info p {
    font-size: 1.8rem;
    line-height: 25px;
}

.rf_top_info p span {
    display: block;
    font-weight: 700;
    color: #0B6BC4;
    font-size: 22px;
    margin-top: 10px;
}

.request_form {
    padding: 20px 0 30px;
}

.rf_title {
    color: #a0a0a0;
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    position: relative;
    margin-bottom: 32px;
}

.rf_title:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #e6e6e6;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
}

.rf_title span {
    display: inline-block;
    background: #fff;
    position: relative;
    z-index: 100;
    padding-right: 40px;
}

.rf_input {
    width: 100%;
    height: 50px;
    border: 1px solid rgba(0, 0, 0, 0.29);
    font-size: 1.8rem;
    padding-left: 20px;
    outline: none;
    color: #000;
}

.rf_input:focus {
    border: 1px solid #000000;
}

.rf_input:focus::placeholder {
    color: #000;
}

.rfb_w1 {
    width: 48%;
}

.rfb_w2 {
    width: 100%;
    margin-bottom: 20px;
}

.rf_line {
    margin-bottom: 9px;
}

.rfb_w3 {
    width: 30%;
}

.rfb_w4 {
    width: 65%;
}

.rf_dop_title {
    padding-top: 40px;
}

.rf_attention {
    padding-left: 20px;
    border-left: 3px solid #1D74C7;
    margin-top: 40px;
    margin-bottom: 25px;
}

.rf_attention p {
    font-size: 1.5rem;
    margin-bottom: 9px;
}

.rf_attention p:last-child {
    margin-bottom: 0;
}

.add_file_btn {
    display: block;
    width: 188px;
    height: 50px;
    font-size: 1.4rem;
    background: rgba(242, 242, 242, 0.62) url("../images/ico21.png") no-repeat 10px center;
    text-align: center;
    line-height: 50px;
    padding-left: 15px;
}

.rf_dop_title_p1 {
    padding-top: 34px;
    position: relative;
}

.pavilion {
    width: 100%;
    background: #f2f2f2;
    font-size: 1.5rem;
    font-weight: 700;
}

.pavilion_left {
    width: 64px;
}

.p_h1 {
    height: 134px;
}

.p_h2 {
    height: 134px;
}

.p_h3 {
    height: 64px;
}

.pl_title {
    font-size: 1.3rem;
    margin-bottom: 14px;
}

.p_check {
    padding-left: 40px;
    position: relative;
    height: 23px;
    margin-bottom: 10px;
}

.p_check input[type='radio'] {
    display: none;
}

.p_check input[type='radio'] + label:before {
    content: '';
    width: 23px;
    height: 23px;
    display: block;
    background: url("../images/check3.png") no-repeat;
    margin-right: 10px;
    cursor: pointer;
    position: absolute;
    top: -2px;
    left: 0;
}

.p_check input[type='radio']:checked + label:before {
    background-position: 0 -23px;
}

.p_check label {
    font-size: 1.5rem;
}

.p_check label span {
    font-weight: 700;
}

.pavilion_right {
    margin-left: 30px;
    padding-top: 2px;
}

.pavilion_block {
    margin-bottom: 20px;
}

.dt_right {
    font-size: 1.5rem;
    margin-left: auto;
    background: #fff;
    position: relative;
    z-index: 100;
}

.dt_right p {
    margin-left: 60px;
}

.rf_dop_title_l1:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #e6e6e6;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
}

.fbl_text {
    font-size: 15px;
}

.fee_block {
    height: 70px;
    border-bottom: 1px solid #ccc;
}

.fb_left .p_check {
    margin-bottom: 0;
}

.fb_price {
    font-size: 2rem;
    font-weight: 700;
    color: #1D74C7;
    margin-right: 20px;
}

.ab_input {
    width: 278px;
    height: 50px;
    border: 1px solid rgba(0, 0, 0, 0.29);
    font-size: 1.8rem;
    padding-left: 20px;
    outline: none;
    color: #000;
}

.ab_input:focus {
    border: 1px solid #000000;
}

.ab_input:focus::placeholder {
    color: #000;
}

.ab_title {
    font-size: 1.5rem;
    margin-bottom: 25px;
}

.fee_wp {
}

.area_block span:not(.text-danger) {
    font-size: 1.8rem;
    margin-left: 10px;
    color: #909090;
}

.markup_block {
    width: 20%;
    text-align: center;
}

.markup_block p {
    font-size: 1.6rem;
}

.markup_block p span {
    display: block;
    color: #1D74C7;
    font-size: 22px;
    margin-top: 15px;
}

.area_block {
    padding-top: 40px;
    margin-bottom: 38px;
}

.markup_line {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding-top: 28px;
    padding-bottom: 25px;
    margin-bottom: 30px;
}

.ml_title {
    font-size: 1.5rem;
    margin-bottom: 26px;
}

.config_block {
    width: 50%;
    margin-bottom: 47px;
}

.p_check1 {
    padding-left: 40px;
    position: relative;
    height: 23px;
    margin-bottom: 10px;
}

.p_check1 input[type='checkbox'] {
    display: none;
}

.p_check1 input[type='checkbox'] + label:before {
    content: '';
    width: 23px;
    height: 23px;
    display: block;
    background: url("../images/check4.png") no-repeat;
    margin-right: 10px;
    cursor: pointer;
    position: absolute;
    top: 2px;
    left: 0;
}

.rf_final_check .p_check1 input[type='checkbox'] + label:before {
    top: -2px;
}

.p_check1 input[type='checkbox']:checked + label:before {
    background-position: 0 -23px;
}

.p_check1 input[type='radio'] {
    display: none;
}

.p_check1 input[type='radio'] + label:before {
    content: '';
    width: 23px;
    height: 23px;
    display: block;
    background: url("../images/check4.png") no-repeat;
    margin-right: 10px;
    cursor: pointer;
    position: absolute;
    top: 2px;
    left: 0;
}

.p_check1 input[type='radio']:checked + label:before {
    background-position: 0 -23px;
}

.p_check1 label {
    font-size: 1.8rem;
}

.p_check1 label img {
}

.p_check1 label span {
    font-weight: 700;
}

.c_title {
    font-size: 1.5rem;
    margin-bottom: 40px;
}

.p_check1 label i {
    font-style: normal;
    width: 190px;
    display: inline-block;
    vertical-align: middle;
}

.c_attention {
    font-size: 1.3rem;
    color: #909090;
    padding-top: 15px;
}

.config_wp {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 37px;
    margin-bottom: 38px;
}

.rf_final_check label {
    font-size: 1.5rem;
}

.rf_final_check a {
    font-size: 1.5rem;
    color: #1D74C7;
}

.rf_btn {
    width: 100%;
    display: block;
    background: none;
    border: 3px solid #FFFFFF;
    color: #fff;
    text-decoration: none;
    font-size: 2.4rem;
    font-weight: 500;
    padding: 10px 40px;
    cursor: pointer;
    white-space: nowrap;
    transition: all .2s ease;
}

.rf_btn:hover {
    background: var(--color-white);
    color: var(--color-black);
}

.rf_final_check {
    margin-bottom: 27px;
}

.rf_w_text p {
    font-size: 1.3rem;
    line-height: 16px;
    color: #808080;
    margin-bottom: 15px;
}

.rf_ti_pay1 {
    padding-top: 20px;
}

.rf_ti_pay1 p {
    font-size: 24px;
}

.rf_ti_pay1 p span {
    font-size: 32px;
    font-weight: 400;
    margin-top: 20px;
}

.rf_lang p {
    width: 48%;
    font-size: 2rem;
}

.rf_lang {
    margin-bottom: 20px;
    padding-right: 207px;
}

.rf_block .select2-container {
    width: 411px !important;
}

.rf_block .select2-container--default .select2-selection--single {
    border: 1px solid var(--main-text-color);
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 16px;
    line-height: 40px;
    color: #808080;
    height: 40px;
}

.rf_block .select2-container--default .select2-selection--single .select2-selection__arrow {
    background: url("../images/ico22.png") no-repeat center center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    filter: grayscale(1) invert(1);
}

.select2-results__option {
    padding: 0 20px;
    min-height: 50px;
    font-size: 1.8rem;
    line-height: 25px;
    display: flex;
    align-items: center;
}

.select2-search--dropdown {
    padding: 4px 20px 4px 20px;
}

.reg_text {
    font-size: 1.5rem;
    padding-top: 30px;
    margin-bottom: 40px;
}

.rf_btn_m1 {
    margin-bottom: 0;
}

.rf_top_info p i {
    display: block;
    font-style: normal;
    font-size: 1.4rem;
}

.rf_subtitle {
    font-size: 1.5rem;
    margin-bottom: 35px;
}

.rft_m1 {
    margin-bottom: 10px;
}

/* Participant catalog */
.participant__filter {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}

.participant__filter-selects {
    display: flex;
    column-gap: 24px;
    margin-bottom: 24px;
}

.participant__select {
    width: 50%;
}

.participant__select .select2-container--default .select2-selection--single {
    background: transparent;
    border: 1px solid var(--main-text-color);
    border-radius: 9px;
    outline: none;
}

.participant__select .select2-selection__clear {
    display: none;
}

.select2-container .select2-selection--single .select2-selection__rendered, .select2-results {
    font-family: var(--font-jost);
}

.select2-results__option {
    padding: 0 14px;
    min-height: 36px;
    font-size: 1.6rem;
    line-height: 20px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #34648E;
    color: white;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: none;
    border-radius: 9px;
}

.select2-container {
    outline: none;
}

.participant__search {
    position: relative;
}

.participant__search input {
    width: 100%;
    background: transparent;
    border: 1px solid var(--main-text-color);
    border-radius: 9px;
    outline: none;
    padding: 7px 50px 7px 10px;
    color: var(--main-text-color);
}

.participant__search input::placeholder {
    color: rgba(35, 55, 120, 0.75);
}

.participant__search input:focus {
    outline: none;
}

.participant__search-button {
    position: absolute;
    right: 10px;
    top: 7px;
    background-color: transparent;
    background-image: url("../images/site2024/participants/icon-search.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 35px;
    height: 25px;
    cursor: pointer;
    border: none;
}

.participant__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}

.participant__item {
    display: flex;
    width: 50%;
    padding: 0 12px;
    margin-bottom: 24px;
}

.participant__item-link {
    display: flex;
    column-gap: 24px;
    color: var(--color-white);
    background: linear-gradient(90.42deg, #1A669A 0.41%, #183650 99.69%);
    border-radius: 24px;
    width: 100%;
    padding: 23px 26px;
    outline: none;
}

.participant__item-link:hover,
.participant__item-link:active,
.participant__item-link:focus {
    color: var(--color-white);
    text-decoration: none;
    outline: none;
}

.participant__item-img {
    background: var(--color-white);
    border-radius: 19px;
    position: relative;
    overflow: hidden;
    min-width: 230px;
}

.participant__item-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 90%;
    height: 90%;
    object-fit: contain;
    transform: translate(-50%, -50%);
}

.participant__item-img:before {
    content: "";
    display: block;
    padding-bottom: 54%;
    width: 100%;
    height: 100%;
}

.participant__item-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.participant__title {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 12px;
}

.participant__position {
    display: flex;
    column-gap: 12px;
    align-items: center;
    white-space: nowrap;
}

.participant__position a {
    color: var(--color-white);
}

.participant__position a:hover {
    color: #eee;
    text-decoration: none;
}

.participant__position-pavillion {
    background: #1A669A;
    padding: 2px 20px;
    border-radius: 5px;
    font-size: 2rem;
    font-weight: 300;
}

.participant__position-stand {
    padding-left: 36px;
    font-size: 2rem;
    font-weight: 300;
    position: relative;
}

.participant__position-stand:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
    background-image: url("../images/site2024/participants/icon-mark.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 26px;
    height: 26px;
    cursor: pointer;
    border: none;
    filter: brightness(0) invert(1);
}

/* Detail */
.participant__header {
    display: flex;
    justify-content: space-between;
}

.participant__header-img {
    background: var(--color-white);
    border-radius: 19px;
    position: relative;
    overflow: hidden;
    min-width: 230px;
}

.participant__header-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 90%;
    height: 90%;
    object-fit: contain;
    transform: translate(-50%, -50%);
}

.participant__header-img:before {
    content: "";
    display: block;
    padding-bottom: 54%;
    width: 100%;
    height: 100%;
}

.participant__detail .participant__title {
    font-size: 3rem;
    font-weight: 500;
    margin-bottom: 15px;
}

.participant__category {
    font-size: 2rem;
    font-weight: 300;
    margin-bottom: 15px;
    color: var(--main-text-color);
    display: inline-block;
    transition: all .2s ease;
}

.participant__category:hover {
    color: var(--main-text-color);
    text-decoration: none;
    opacity: 0.85;
}

.participant__description {
    margin: 36px 0;
    font-size: 2rem;
}

.participant__contacts {
    display: flex;
    flex-wrap: wrap;
    column-gap: 14px
}

.participant__contacts > span {
    font-size: 2rem;
    font-weight: 500;
}

.participant__contacts > a {
    position: relative;
    color: var(--main-text-color);
    text-decoration: none;
    outline: none;
    font-size: 2rem;
    font-weight: 400;
    transition: all .2s ease;
    padding-left: 40px;
}

.participant__contacts > a:hover {
    opacity: .85;
}

.participant__contacts a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
    background-repeat: no-repeat;
    background-size: contain;
    width: 26px;
    height: 26px;
    cursor: pointer;
}

.participant__contacts .participant__contacts-phone:before {
    background-image: url("../images/site2024/participants/icon-phone.svg");
}

.participant__contacts .participant__contacts-mail:before {
    background-image: url("../images/site2024/participants/icon-mail.svg");
}

.participant__contacts .participant__contacts-site:before {
    background-image: url("../images/site2024/participants/icon-site.svg");
}

/* Partners */

/* Partners list */
.partners__filter {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}

.partners__filter-selects {
    display: flex;
    column-gap: 24px;
    margin-bottom: 24px;
}

.partners__select {
    width: 50%;
}

.partners__select .select2-container--default .select2-selection--single {
    background: transparent;
    border: 1px solid var(--main-text-color);
    border-radius: 9px;
    outline: none;
}

.partners__select .select2-selection__clear {
    display: none;
}

.partners__search {
    position: relative;
}

.partners__search input {
    width: 100%;
    background: transparent;
    border: 1px solid var(--main-text-color);
    border-radius: 9px;
    outline: none;
    padding: 7px 50px 7px 10px;
    color: var(--main-text-color);
}

.partners__search input::placeholder {
    color: var(--main-text-color);
}

.partners__search input:focus {
    outline: none;
}

.partners__search-button {
    position: absolute;
    right: 10px;
    top: 7px;
    background-color: transparent;
    background-image: url("../images/site2024.partnerss/icon-search.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 35px;
    height: 25px;
    cursor: pointer;
    border: none;
}

.partners__group {
    margin-bottom: 30px;
}

.partners__group-title {
    color: var(--main-text-color);
    font-size: 3.4rem;
    font-weight: 500;
    margin-bottom: 23px;
}

.partners__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}

.partners__item {
    display: flex;
    width: 33.333%;
    padding: 0 12px;
    margin-bottom: 24px;
}

.partners__item-link {
    display: flex;
    flex-direction: column;
    row-gap: 18px;
    color: #FFF;
    background: linear-gradient(90.42deg, #1A669A 0.41%, #183650 99.69%);
    border-radius: 30px;
    width: 100%;
    padding: 23px 26px;
    outline: none;
    transition: all .2s ease;
}

.partners__item-link:hover,
.partners__item-link:active,
.partners__item-link:focus {
    color: #c7d5ff;
    text-decoration: none;
    outline: none;
}

.partners__item-img {
    background: #FFF;
    border-radius: 19px;
    position: relative;
    overflow: hidden;
    min-width: 230px;
}

.partners__item-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80%;
    height: 80%;
    object-fit: contain;
    transform: translate(-50%, -50%);
}

.partners__item-img:before {
    content: "";
    display: block;
    padding-bottom: 41%;
    width: 100%;
    height: 100%;
}

.partners__item-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.partners__item-title {
    font-size: 2.1rem;
    line-height: 1.5;
    font-weight: 500;
    text-transform: uppercase;
}


.smi__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}

.smi__item {
    display: flex;
    width: 33.333%;
    padding: 0 12px;
    margin-bottom: 24px;
}

.smi__item-link {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    color: var(--color-white);
    background: linear-gradient(136.35deg, #1F4F84 9.9%, #583F61 91.95%);
    border-radius: 30px;
    width: 100%;
    padding: 23px 26px;
    outline: none;
}

.smi__item-link:hover,
.smi__item-link:active,
.smi__item-link:focus {
    color: var(--color-white);
    text-decoration: none;
    outline: none;
}

.smi__item-date {
    font-size: 1.6rem;
    color: rgba(255, 255, 255, 0.5);
}

.smi__item-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.smi__item-title {
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 400;
}

.smi-detail {
    margin-bottom: 40px;
}

.smi__content {
    font-size: 2rem;
}

.smi__date {
    font-size: 1.6rem;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 13px;
}

.smi__source {
    margin-top: 10px;
}

.smi__source a {
    text-decoration: none;
}

.smi__source a:hover {
    text-decoration: underline;
}

.smi__content p {
    margin-bottom: 15px;
}

/* Index blocks */

.index-content .content-wrap {
    max-width: 1346px;
}

.top-banner {
    display: flex;
    margin: 48px 0;
    position: relative;
    height: 247px;
}

.top-banner a:hover {
    text-decoration: none;
}

.top-banner__left, .top-banner__right {
    display: block;
    position: absolute;
    width: 65%;
    height: 247px;
}

.top-banner__left {
    left: 0;
    top: 0;
    /*clip-path: polygon(0 0, 100% 0%, 50% 100%, 0% 100%);*/
    /*clip-path: polygon(0 0, 50% 0%, 100% 100%, 0% 100%);*/
    clip-path: polygon(0 0, 62% 0%, 95% 100%, 0% 100%);
    background-position: left center;
    background-size: contain;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    transition: all .3s ease-out;
}

.top-banner__right {
    right: 0;
    top: 0;
    /*clip-path: polygon(50% 0, 100% 0%, 100% 100%, 0% 100%);*/
    /*clip-path: polygon(0 0, 100% 0%, 100% 100%, 50% 100%);*/
    clip-path: polygon(9% 0%, 100% 0%, 100% 100%, 42% 100%);
    background-position: right center;
    background-size: contain;
    justify-content: flex-end;
    align-items: center;
    display: flex;
    transition: all .3s ease-out;
}

.top-banner__left:hover, .top-banner__right:hover {
    opacity: .9;
}

.top-banner__content {
    color: var(--color-white);
    display: flex;
    flex-direction: column;
    max-width: 62%;
}

.top-banner__left .top-banner__content {
    align-items: flex-start;
    padding-left: 3%;
    text-align: left;
}

.top-banner__right .top-banner__content {
    align-items: flex-end;
    padding-right: 3%;
    text-align: right;
}

.top-banner__date {
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
    font-size: 34px;
    font-weight: 700;
}

.top-banner__title {
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
    font-size: 34px;
    font-weight: 500;
    line-height: 1;
    padding: 15px 0;
}

.top-banner__more {
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
    font-size: 23px;
    font-weight: 500;
    text-decoration: underline;
}

.top-banner a:hover .top-banner__more {
    text-decoration: none;
}

.index-news__main {
    position: relative;
    margin-bottom: 22px;
}

.index-news__main:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    padding-top: 77%;
}

.index-news__main a {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.index-news__main-bg {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 38, 84, 0.51);
    transition: all .2s ease-in-out;
}

.index-news__main:hover .index-news__main-bg {
    background: rgba(0, 38, 84, 0.8);
}

.index-news__main-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 16px;
    width: 100%;
    color: var(--color-white);
    display: flex;
    flex-direction: column;
}

.index-news__main-date {
    font-size: 2.7rem;
    font-weight: 600;
    margin-bottom: 12px;
}

.index-news__main-title {
    font-weight: 500;
    font-size: 2.7rem;
}

.index-news {
    margin-bottom: 80px;
}

.index-news__cols {
    display: flex;
    flex-direction: column;
}

.index-news__cols:hover {
    text-decoration: none;
}

.index-news__col-content {
/*    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;*/
    padding: 20px 30px;
    background: #183752;
}

.index-news__list {
    display: flex;
    justify-content: space-between;
    column-gap: 30px;
}

.index-news__list-item {
    width: 33.333%;
    background: #183752;
}

.index-news__col-content > span {
    display: block;
}

.index-news__list-date {
    display: flex!important;
    align-items: center;
    column-gap: 10px;
    margin-top: 15px;
    color: #769AB7;
}

.index-news__list-date > span {
    display: inline-flex;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1;
}

.index-news__list-desc {
    font-weight: 500;
    font-size: 2.3rem;
    line-height: 1.17;
    color: var(--color-white);
}

.index-news__col-img {
    position: relative;
    overflow: hidden;
}

.index-news__col-img img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    width: 100%;
    transition: all .4s ease;
}

.index-news__col-img:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    padding-bottom: 66%;
}

.index-news__cols:hover .index-news__col-img img {
    transform: scale(1.1);
}

.index-quotes__item {
    position: relative;
}

.slick-slide .index-quotes__item img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.index-materials {
    width: 40%;
}

.index-materials__item:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    padding-bottom: 87.753%;
}

.index-materials__item {
    position: relative;
    display: block;
}

.index-materials__item img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all .4s ease;
}

.index-materials__item:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    padding-bottom: 87.753%;
}

.index-materials__link {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    line-height: 1;
    text-decoration: none;
    position: absolute;
    top: 15%;
    transform: translate(-50%, -50%);
    left: 50%;
    font-size: 30px;
    font-weight: 500;
    color: var(--color-white);
    width: 100%;
    text-align: center;
}

.index-materials__item:hover img {
    filter: brightness(0.7);
}

.index-materials__item:hover .index-materials__link {
    text-decoration: none;
}

.media-section {
    overflow: hidden;
    margin-bottom: 80px;
}

.index-media .index-media__item {
    overflow: hidden;
    transition: transform 0.3s ease;
    transform-origin: center center;
    will-change: transform;
}

/*.index-media .slick-slide {
    box-sizing: border-box;
    transition: transform 0.3s ease;
    transform-origin: center center;
    will-change: transform;
}*/

.index-media .slick-slide:not(.slick-active) .index-media__item {
    box-sizing: border-box;
    transform: scale(0.85);
    transition: transform 0.3s ease;
    transform-origin: center center;
    will-change: transform;
}

.index-media .slick-current.slick-active .index-media__item {
    transform: scale(1);
}

/*.index-media .index-media__item {
    width: 100% !important;
    max-width: 1286px;
}
*/
.index-media .slick-list {
    margin: 0 -100%;
    padding: 0 100%;
}

@media (max-width: 1400px) {
    .index-media .slick-list {
        margin: 0;
        padding: 0;
    }

/*    .index-media .slick-slide {
        width: 100% !important;
        max-width: 1000px;
    }*/
}

@media (max-width: 768px) {
/*    .index-media .slick-list {
        margin: 0 -20%;
        padding: 0 20%;
    }*/
}

/*.index-media .slick-slide {
    width: auto !important;
    max-width: none;
}*/

.index-media {
    /*margin-top: 30px;*/
}

.index-media__item {
    position: relative;
}

.index-media__item-img {
    position: relative;
}

.index-media__item-title {
    text-align: center;
    font-size: 25px;
    font-weight: 500;
    position: absolute;
    left: 0;
    bottom: 50px;
    right: 0;
    z-index: 2;
    color: var(--color-white);
    transition: opacity .3s ease;
    opacity: 1;
}

.index-media .slick-slide:not(.slick-active) .index-media__item-title {
    opacity: 0;
}

.index-media__item-title svg {
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
}

.slick-slide .index-media__item-img img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.index-media__item-img:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    padding-bottom: 65%;
    position:relative;
    z-index: 1;
}

.slick-current.slick-active .index-media__item-img:before {
    /*background: linear-gradient(90deg, rgba(36, 43, 87, 0) 0%, rgba(36, 43, 87, 0.8) 100%);*/
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}

.slick-slide .index-media__item-img:before {
    background: rgba(36, 43, 87, 0.8);
}

.index-media .--video-w-preview {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.index-media .video__preview::before {
    z-index: 1;
    position: relative;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}

.index-media .video__preview::after {
    z-index: 1;
}

.index-media .video__source video {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.index-media .video__source {
    position: relative;
}

.index-media .video__source:before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    padding-top: 65%;
}

.bottom-banners__columns {
    display: flex;
    column-gap: 30px;
}

.index-tass {
    width: 60%;
}

.index-tass__content {
    position: relative;
    display: block;
    overflow: hidden;
}

.index-tass__content:before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    padding-bottom: 58.5%;
    position: relative;
    z-index: 1;
    background: linear-gradient(360deg, rgba(1, 2, 41, 0.8) -2.13%, rgba(3, 7, 143, 0.8) 100%);
}

.index-tass__content img {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: transform .3s ease-in-out;
}

.index-tass__content:hover img {
    transform: scale(1.2);
}

.index-tass a {
    display: block;
    color: var(--color-white);
    text-transform: uppercase;
    position: relative;
}

.index-tass__title {
    position: absolute;
    display: inline-block;
    left: 50%;
    top: 15%;
    transform: translate(-50%, -50%);
    font-family: var(--font-jost);
    font-size: 23px;
    font-weight: 600;
    color: var(--color-white);
    text-transform: none;
    white-space: nowrap;
    z-index: 2;
}

.video-vk {
    position: relative;
    padding-bottom: 56%;
    height: 0;
    overflow: hidden;
    margin-bottom: 20px;

}

.video-vk iframe,
.video-vk object,
.video-vk embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Pagination */

.pagination {
    font-size: 2.4rem;
    justify-content: flex-end;
}

.pagination > li > a, .pagination > li > span {
    color: rgba(35, 55, 120, 0.5);
    background: none;
    border-color: transparent;
}

.page-item.disabled .page-link {
    color: rgba(35, 55, 120, 0.5);
    background-color: transparent;
    border-color: transparent;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: var(--main-text-color);
    border-color: transparent;
    background-color: transparent;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    color: var(--main-text-color);
    border-color: transparent;
    background-color: transparent;
}

.page-item.active .page-link {
    color: var(--main-text-color);
    border-color: transparent;
    background-color: transparent;
}

@media (max-width: 1200px) {
    .index-materials__link, .index-tass__title {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .index-materials__link, .index-tass__title {
        font-size: 16px;
    }

    .index-media__item .index-media__item-title {
        bottom: 16px;
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .rf_top {
        padding: 15px 0;
        text-align: center;
    }

    .request_form {
        padding: 15px 0 !important;
    }

    .rft_title {
        font-size: 2.8rem;
        padding-top: 0;
    }

    .rf_btn.rf_btn_m1 {
        width: 100% !important;
        font-size: 2rem;
        height: auto !important;
        line-height: 1 !important;
    }

    .pagination {
        font-size: 1.6rem;
        justify-content: flex-start;
    }
}


@media (max-width: 1740px) {
    .exhibition__about {
        font-size: 3rem;
    }

    .exhibition__about-name {
        font-size: 4.4rem;
    }
}

@media (max-width: 1680px) {
    .menu__item > a, .menu__item > span {
        font-size: 2rem;
    }

    .menu__item.--dropdown {
        padding-right: 26px;
    }
}

@media (max-width: 1367px) {
    .header__logo {
        padding-right: 5.5%;
    }

    .header__content {
        padding-left: 5.5%;
        padding-right: 5.5%;
    }

    .menu__item > a, .menu__item > span {
        font-size: 1.8rem;
    }

    .menu__item.--dropdown {
        padding-right: 24px;
    }

    .menu__sub {
        padding: 0 16px;
        font-size: 1.8rem;
    }

    .menu__sub-item {
        padding: 8px 0;
        margin: 8px 0;
    }

    .--dropdown > a:after {
        top: calc(50% - 3px);
        width: 12px;
        height: 7px;
    }

    .exhibition__register {
        right: 5.5%;
    }

    .contacts {
        font-size: 2.8rem;
    }

    .header__exhibition-address {
        font-size: 2.8rem;
    }

    .exhibition__about-name {
        font-size: 3.4rem;
    }

    .exhibition__register-button {
        font-size: 2rem;
        padding: 18px 30px;
    }

    .about__title {
        font-size: 4.4rem;
        margin-bottom: 44px;
    }

    .about__text {
        column-gap: 100px;
        font-size: 2.4rem;
    }

    .about__date {
        font-size: 100px;
    }

    .round-button {
        border-radius: 74px;
        font-size: 24px;
        color: #56c3e8;
        padding: 12px 50px;
    }

    .main-news__title {
        margin-bottom: 40px;
    }

    .main-news__title-text {
        font-size: 3rem;
    }

    .partners__title {
        font-size: 3.4rem;
        margin-bottom: 30px;
    }

    .others .partners__title {
        margin-bottom: 18px;
    }

    .organizers__list {
        column-gap: 40px;
    }

    .content-wrap {
        max-width: 1280px;
    }

    .footer-content__contacts {
        font-size: 2.8rem;
    }

    .footer-content__contacts {
        font-size: 2rem;
    }

    .footer-content__contacts-social img {
        max-width: 32px;
    }

    .footer-content__logo img {
        max-width: 131px;
    }
}

@media (max-width: 1280px) {
    .slider-arrow {
        background-position: center;
    }

/*    .header__wrap {
        height: 85vh;
    }*/

    .organizers__list {
        column-gap: 50px;
    }

    .others {
        margin-top: 80px;
        column-gap: 50px;
    }

    .participant__list {
        margin: 0;
    }

    .participant__item {
        width: 100%;
    }
}

@media (max-width: 1200px) {
    .hamburger {
        display: block;
    }

    .header__menu {
        justify-content: flex-end;
        align-items: center;
    }

    .menu {
        display: none;
        left: 0;
        top: 0;
        background: linear-gradient(90.42deg, #1A669A 0.41%, #183650 99.69%);
    }

    .menu__mobile-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 9px 30px 0;
        margin-bottom: 40px;
    }

    .menu__logo img {
        max-width: 100px;
    }

    .menu.open {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 100;
        display: block;
        height: 100%;
        width: 100%;
        overflow-y: auto;
    }

    .menu__list {
        flex-direction: column;
    }

    .menu__item {
        padding: 0 24px;
        width: 100%;
    }

    .menu__item + .menu__item, .menu__sub-item + .menu__sub-item {
        border-top: 1px solid rgba(255, 255, 255, 0.64);
    }

    .menu__item > a, .menu__item > span, .menu__sub-item a {
        display: flex;
        width: 100%;
        padding: 24px 0;
        justify-content: center;
        align-items: center;
    }

    .menu__item > a:after, .menu__item > span:after {
        margin-left: 10px;
        position: static;
    }

    .menu__sub {
        position: static;
        background: rgba(0, 0, 0, 0.24);
        box-shadow: none;
        margin: 0 -24px;
        padding: 0;
    }

    .menu__sub-item {
        border-bottom: none;
        margin: 0;
        padding: 0;
    }

    .menu__sub-item a:hover {
        text-decoration: none;
    }

    .top-banner__left, .top-banner__right {
        background-size: auto;
    }

    .top-banner__date, .top-banner__title {
        font-size: 28px;
    }
    
    .top-banner__more {
        font-size: 20px;
    }

    .road-info__text-desc {
        font-size: 2rem;
    }

    .road-info__title-text {
        font-size: 4.6rem;
    }

    .footer-menu__list {
        gap: 5px 80px;
        font-size: 2rem;
    }
}

@media (max-width: 1100px) {
    .exhibition__register {
        position: static;
    }

    .exhibition {
        column-gap: 50px;
    }

    .exhibition__about {
        font-size: 2rem;
    }

    .exhibition__about-name {
        font-size: 3.4rem;
    }

    .exhibition__register-button {
        font-size: 1.8rem;
        padding: 10px 20px;
    }
}

@media (max-width: 991px) {
    .header__logo {
        padding: 0 30px 0 0;
    }

    .header__topline {
        padding: 0 30px;
    }

    .header__content {
        padding: 30px 0 0;
    }

    .header__logo {
        padding: 0;
    }

    .logo img {
        max-width: 100px;
    }

    .--app-inner .logo img {
        max-width: 100px;
    }

    .--header-short {
        padding: 9px 0;
    }

    .header:not(.--header-short) {
        padding: 9px 0 40px;
        min-height: 450px;
    }

    .header__contacts {
        display: none!important;
    }

    .header__exhibition-address {
        width: 100%;
    }

    .exhibition__about-address {
        position: static;
    }

    .header__register {
        margin-top: 40px;
    }

    .pages h2 {
        font-size: 2.4rem;
    }

    section {
        padding: 80px 0;
    }

    .exhibition__about-name {
        font-size: 3rem;
    }

    .header__exhibition-address {
        font-size: 2.4rem;
    }

    .contacts {
        font-size: 2.3rem;
    }


    .about__title {
        font-size: 4rem;
    }

    .road-info__text-title {
        font-size: 2rem;
    }

    .road-info__text-desc {
        font-size: 1.8rem;
    }

    .about__date {
        font-size: 80px;
    }

    .about__desc {
        font-size: 20px;
    }

    .round-button {
        border-radius: 74px;
        font-size: 16px;
        padding: 10px 20px;
    }

    .partners__title {
        font-size: 3.0rem;
        margin-bottom: 30px;
    }

    .others {
        margin-top: 60px;
        column-gap: 200px;
    }

    .page-title {
        font-size: 2.4rem;
    }

    .news__list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .news-item {
        padding: 30px 15px;
    }

    .footer__politic {
        font-size: 1.2rem;
    }

    .partners__group-title {
        font-size: 2.3rem;
    }

    .partners__item {
        width: 50%;
    }

    .partners__item-title {
        font-size: 1.6rem;
    }

    .index-grid__title {
        font-size: 2rem;
    }

    .index-news__main-date {
        font-size: 2rem;
    }

    .index-news__main-title {
        font-size: 2rem;
    }

    .index-news__list {
        flex-direction: column;
        gap: 30px;
    }

    .index-news__list-item {
        width: 100%;
    }

    .index-news__list-date {
        column-gap: 4px;
    }

    .index-news__list-date > span {
        font-size: 1.4rem;
    }

    .index-news__list-date svg {
        width: 22px;
    }

    .index-news__list-desc {
        font-size: 1.6rem;
    }
}

@media (max-width: 768px) {
    .top-banner {
        margin: 20px 0;
        height: 150px;
    }

    .top-banner__left, .top-banner__right {
        background-size: auto 100%;
        height: 150px;
    }

    .top-banner__date, .top-banner__title {
        font-size: 14px;
    }

    .top-banner__more {
        font-size: 12px;
    }

    .start-page__about-column:first-child, .start-page__about-column {
        width: 100%;
    }

    .start-page__about, .start-page__about .index-section__title {
        text-align: center;
    }

    .round-button svg {
        width: 20px;
    }

    .about__desc {
        text-align: left;
        font-size: 14px;
    }

    .--hidden-mobile {
        display: none !important;
    }

    .--visible-mobile {
        display: block !important;
    }

    section {
        padding: 40px 0;
    }

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

    .content-wrap {
        padding: 0 30px;
    }

    .header__topline {
        padding: 0 30px;
    }

    .header__content {
        padding: 30px 0 0;
    }

    .logo {
        width: 100%;
    }

    .header__logo, .header__contacts {
        padding: 0 15px;
    }

    .header__info {
        margin: 0 0 20px;
    }

    .header__logo {
        padding: 0;
    }

    .header:not(.--header-short) {
        min-height: 180px;
    }

    .exhibition__about-address {
        font-size: 1.8rem;
    }

    .--header__contacts-mobile {
        display: block;
        margin-top: 30px;
    }

    .header__contacts:not(.--header__contacts-mobile) {
        display: none;
    }

    .header__contacts {
        align-items: flex-end;
    }

    .exhibition {
        column-gap: 50px;
        flex-direction: column;
        align-items: flex-start;
    }

    .header__exhibition-address {
        font-size: 1.6rem;
    }

    .exhibition__about {
        font-size: 1.6rem;
    }

    .exhibition__about-name {
        font-size: 2.4rem;
        font-weight: 500;
        margin-bottom: 15px;
    }

    .exhibition__about-date {
        font-size: 20px;
    }

    .contacts {
        margin-bottom: 40px;
        font-size: 2.3rem;
    }

    .header__register {
        text-align: center;
    }

    .exhibition__register-button {
        border-width: 1px;
        padding: 10px 20px 8px;
    }

    .start-page__about {
        margin: 0 0 30px;
    }

    .about__title {
        font-size: 2.8rem;
        margin-bottom: 5px;
    }

    .about__text {
        flex-direction: column;
        column-gap: 0;
        row-gap: 28px;
        font-size: 1.6rem;
    }

    .about__text-desc {
        max-width: none;
        text-align: center;
    }

    .road-info__text-title {
        font-size: 2.4rem;
    }

    .road-info__about .road-info__text-title {
        margin-bottom: 0;
    }

    .road-info__text-desc {
        display: none !important;
    }

    .road-info__text {
        position: absolute;
        bottom: 0;
        right: 0;
        padding: 18px;
    }

    .organizers img {
        max-width: none;
        margin: 0 auto;
    }

    .others img {
        max-width: 100%;
        margin: 0 auto;
    }

    .footer-menu__list {
        grid-template-rows: repeat(2, 1fr);
        gap: 5px 20px;
        font-size: 1.6rem;
    }

    .pages h1 {
        font-size: 2.4rem;
        margin: 10px 0 30px;
    }

    .pages h2 {
        font-size: 2rem;
        margin: 5px 0 20px;
    }

    .pages h3 {
        font-size: 2rem;
    }

    .main-news {
        padding: 40px 0 67px;
    }

    .main-news__title {
        margin-bottom: 20px;
    }

    .main-news__title-text {
        font-size: 2rem;
    }

    .main-news__title-link {
        display: none;
    }

    .slider-item__img {
        margin-bottom: 0;
    }

    /*    .slider-item__date, .slider-item__text {
        display: none;
    }
*/
    .slider-item__date {
        font-size: 1.4rem;
    }

    .slider-item__text {
        font-size: 1.6rem;
    }

    .slider-arrow {
        width: 29px;
        height: 29px;
        background-size: 29px 29px;
        top: 50%;
    }

    .icon-arrow-slider-left {
        left: 6px;
    }

    .icon-arrow-slider-right {
        right: 6px;
    }

    .partners__title {
        font-size: 1.7rem;
        margin-bottom: 18px;
    }

    .organizers__list {
        flex-wrap: wrap;
        column-gap: 0;
        margin: 0 -15px;
    }

    .organizers__list-item img {
        max-width: 135px;
        margin: 0 auto;
    }

    .organizers .logo-partner2 {
        max-width: 135px;
    }

    .organizers .logo-partner3 {
        max-width: 135px;
    }

    .others .logo-partner5 {
        max-width: 80%;
    }

    .organizers__list-item {
        display: flex;
        min-width: 50%;
        flex: 1;
        padding: 0 15px;
        justify-content: center;
    }

    .organizers__list-item:first-child {
        min-width: 100%;
        margin-bottom: 30px;
    }

    .others {
        margin-top: 45px;
        column-gap: 30px;
    }

    .breadcrumbs {
        font-size: 1.6rem;
    }

    .breadcrumbs__separate {
        width: 22px;
        height: 12px;
    }

    .page-bg {
        padding: 15px;
        margin: 0 -15px 30px;
    }

    .page-title {
        font-size: 2rem;
    }

    .news__title {
        font-size: 3rem;
        margin-bottom: 35px;
    }

    .news__content {
        font-size: 1.6rem;
    }

    .news-item__desc {
        font-size: 1.6rem;
    }

    .content-post table {
        font-size: 1.4rem;
    }

    .participant__detail .participant__title {
        font-size: 2rem;
    }

    .participant__category {
        font-size: 1.6rem;
    }

    .participant__description {
        margin: 22px 0;
    }

    .participant__header-img {
        margin: 0 0 22px;
    }

    .participant__contacts {
        flex-direction: column;
        column-gap: 0;
        padding-bottom: 10px;
    }

    .participant__contacts > span, .participant__contacts > a {
        font-size: 1.6rem;
        margin-top: 10px;
    }

    .partners__group-title {
        font-size: 2rem;
    }

    .partners > a {
        font-size: 1.6rem;
        margin-top: 10px;
    }

    .partners__item-link {
        border-radius: 20px;
    }

    .partners__item-title {
        font-size: 1.3rem;
    }

    .partners__item-img {
        border-radius: 9px;
    }

    .smi__item {
        width: 50%;
    }

    .index-grid__title {
        font-size: 1.6rem;
    }

    .index-news__main-date {
        font-size: 1.5rem;
    }

    .index-news__main-title {
        font-size: 1.2rem;
    }

    .index-news__list-date > span {
        padding: 4px 7px;
        font-size: 1.3rem;
    }

    .bottom-banners__columns {
        flex-direction: column;
        gap: 15px;
    }

    .index-materials__item:before {
        padding-bottom: 58.7%;
    }

    .index-materials, .index-tass {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .news__list {
        grid-template-columns: repeat(1, 1fr);
        margin: 0 -15px;
    }

    .index-media__item .index-media__item-title {
        bottom: 16px;
        font-size: 12px;
        line-height: 1.2;
    }

    .road-info {
        padding: 80px 0;
    }

    .road-info__columns {
        /*display: grid;
        grid-auto-flow: row;
        grid-template-areas:
            "about "
            "photo"
            "video";
        gap: 20px;
        grid-template-columns: 1fr;*/
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .road-info__img img {
        position: static;
    }

    .road-info__img:before {
        display: none;
    }

    .road-info__title {
        margin-bottom: 40px;
    }

    .road-info__about .road-info__text {
        right: 0;
        left: auto;
    }

    .road-info__title-text {
        font-size: 2.8rem;
    }

    .road-info__title-sub {
        font-size: 1.6rem;
    }

    .footer {
        padding: 24px 0;
    }

    .footer-content__logo {
        margin-bottom: 30px;
    }

    .footer-content {
        flex-direction: column;
    }

    .footer-content__contacts {
        text-align: center;
    }

    .footer-content__contacts-social {
        justify-content: center;
    }

    .footer-menu {
        margin-bottom: 20px;
    }

    .footer-content__logo img {
        max-width: 90px;
    }

    .footer-content__contacts-email {
        font-size: 16px;
    }

    .participant__filter-selects {
        flex-direction: column;
        column-gap: 0;
        margin-bottom: 12px;
    }

    .participant__select {
        width: 100%;
    }

    .participant__select + .participant__select {
        margin-top: 12px;
    }

    .participant__list {
        margin: 0 -12px;
    }

    .participant__item {
        padding: 0;
    }

    .participant__item-info {
        padding-left: 11px;
    }

    .participant__item-link {
        display: flex;
        column-gap: 0;
        padding: 21px 10px;
    }

    .participant__item-img img {
        width: 90%;
        height: 100px;
    }

    .participant__item-img {
        margin-bottom: 16px;
        max-width: 122px;
        min-width: 122px;
    }

    .participant__title {
        font-size: 1.6rem;
    }

    .participant__position-pavillion, .participant__position-stand, .participant__description {
        font-size: 1.6rem;
    }

    .participant__item .participant__position {
        flex-direction: column;
        align-items: flex-start;
    }

    .participant__item .participant__position-stand {
        margin-top: 7px;
    }

    .participant__position-stand:before {
        top: -1px;
    }

    .participant__header {
        display: flex;
        flex-direction: column;
    }

    .participant__header-img {
        margin: 15px 0 auto;
    }

    .partners__filter-selects {
        flex-direction: column;
        column-gap: 0;
        margin-bottom: 12px;
    }

    .partners__select {
        width: 100%;
    }

    .partners__select + .partners__select {
        margin-top: 12px;
    }

    .partners__list {
        margin: 0 -12px;
    }

    .partners__item {
        padding: 0;
        width: 100%;
    }

    .partners__item-img img {
        width: 90%;
        height: 90%;
    }

    .partners__item-img:before {
        padding-bottom: 24%;
    }

    .partners__item-link {
        padding: 21px 28px;
    }

    .smi__list {
        margin: 0 -12px;
    }

    .smi__item {
        padding: 0;
        width: 100%;
    }

    .smi__item-link {
        padding: 21px 28px;
    }

    .smi__item-date {
        font-size: 1.4rem;
    }

    .smi__item-title {
        font-size: 1.6rem;
    }

    .index-grid {
        flex-direction: column;
        column-gap: 0;
    }

    .grid-left, .grid-right {
        width: 100%;
    }

    .index-tass__content:before {

    }
}

@media (max-width: 480px) {
    .exhibition__about-address {
        font-size: 1.3rem;
    }

    .media-section, .index-news {
        margin-bottom: 30px;
    }

    .top-banner__left {
        background-position: left -150px center;
    }

    .main__wrap {
        width: 100%;
        background-image: url(/images/site2024/arrow-bg.png), url(/images/site2024/arrow-bg.png);
        background-size: 300% auto, 300% auto;
        background-position: top 30px center, bottom 30px center;
        padding: 80px 0;
    }

    .--app-inner .main__wrap {
        width: 100%;
        background-image: url("/images/site2024/arrow-bg-inner-right.png"), url("/images/site2024/arrow-bg-inner-left.png");
        background-size: 300% auto, 300% auto;
        background-position: top 30px center, bottom 30px center;
        padding: 80px 0;
    }
}

.modal-back {
    display: flex;
    margin-top: 30px;
    justify-content: center;
}

.modal-center { 
    text-align: center;
}

/* ГАЛЕРЕИ */
.content-block--gallery {
  padding: 20px 0; /* Отступы сверху и снизу */
  background-color: #f8f8f8; /* Легкий фон для секции */
  font-family: Arial, sans-serif; /* Базовый шрифт */
  color: #333; /* Цвет текста по умолчанию */
}

/* Стили для контейнера сетки галереи */
.content-block__gallery-grid {
  display: grid; /* Используем CSS Grid для раскладки */
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); /* Автоматически подстраиваемые колонки */
  gap: 20px; /* Отступы между элементами сетки */
  max-width: 1200px; /* Максимальная ширина сетки */
  margin: 0 auto; /* Центрирование сетки */
  padding: 0 15px; /* Горизонтальные отступы внутри контейнера */
}

/* Стили для отдельного элемента галереи (картинка + подпись) */
.content-block__gallery-item {
  position: relative; /* Для позиционирования подписи */
  display: flex; /* Для выравнивания содержимого */
  flex-direction: column; /* Элементы внутри будут располагаться вертикально */
  background-color: #fff; /* Белый фон для элемента */
  border: 1px solid #ddd; /* Легкая рамка */
  border-radius: 8px; /* Скругленные углы */
  overflow: hidden; /* Обрезка содержимого, если оно выходит за рамки */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Легкая тень */
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* Плавные переходы */
}

.content-block__gallery-item:hover {
  transform: translateY(-5px); /* Небольшой подъем при наведении */
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); /* Усиление тени при наведении */
}

/* Стили для изображения внутри элемента галереи */
.content-block__gallery-item img {
  width: 100%; /* Занимает всю ширину родительского элемента */
  height: 400px; /* Фиксированная высота для единообразия */
  object-fit: cover; /* Обрезка изображения для заполнения контейнера */
  display: block; /* Убираем лишний пробел под изображением */
  border-bottom: 1px solid #eee; /* Разделитель между изображением и подписью */
}

/* Стили для подписи к изображению */
.content-block__gallery-item figcaption {
  padding: 15px; /* Внутренние отступы */
  font-size: 1.1em; /* Размер шрифта */
  font-weight: bold; /* Жирный шрифт */
  text-align: center; /* Выравнивание текста по центру */
  color: #555; /* Цвет текста подписи */
  min-height: 40px; /* Минимальная высота для единообразия */
  display: flex; /* Используем flexbox для центрирования */
  align-items: center; /* Выравнивание по центру по вертикали */
  justify-content: center; /* Выравнивание по центру по горизонтали */
  background-color: #fafafa; /* Чуть светлее фон для подписи */
}

/* Адаптивность для меньших экранов */
@media (max-width: 768px) {
  .content-block__gallery-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); /* Изменяем минимальную ширину колонок */
    gap: 15px; /* Уменьшаем отступы */
  }

  .content-block__gallery-item img {
    height: 180px; /* Уменьшаем высоту изображений */
  }

  .content-block__gallery-item figcaption {
    font-size: 1em; /* Уменьшаем размер шрифта */
    padding: 10px; /* Уменьшаем отступы */
  }
}

@media (max-width: 480px) {
  .content-block__gallery-grid {
    grid-template-columns: 1fr; /* Одна колонка на очень маленьких экранах */
    gap: 10px; /* Еще уменьшаем отступы */
  }

  .content-block--gallery {
    padding: 15px 0; /* Уменьшаем отступы секции */
  }
}

/* ТАБЛИЦЫ */
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 24px 0;
  background: #ffffff;
  color: #1f2937;
  font-size: 14px;
  line-height: 1.5;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  overflow: hidden; /* Этот overflow относится к самой таблице (скругляет углы), а не к прокрутке. */
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

caption {
  caption-side: top;
  text-align: left;
  padding: 0 0 10px;
  font-size: 13px;
  font-weight: 600;
  color: #6b7280;
}

thead {
  background: linear-gradient(180deg, #f9fafb 0%, #f3f4f6 100%);
}

tbody {
  background: #ffffff;
}

tfoot {
  background: #f9fafb;
}

tr {
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

thead tr {
  border-bottom: 1px solid #e5e7eb;
}

tbody tr {
  border-bottom: 1px solid #f1f5f9;
}

tbody tr:last-child {
  border-bottom: none;
}

tbody tr:hover {
  background: #f8fbff;
}

th,
td {
  padding: 14px 16px;
  text-align: left;
  vertical-align: middle;
}

th {
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #374151;
}

td {
  color: #111827;
}

th:not(:last-child),
td:not(:last-child) {
  border-right: 1px solid #f3f4f6;
}

tbody tr:nth-child(even) {
  background: #fcfcfd;
}

tbody tr:nth-child(even):hover {
  background: #f4f8ff;
}

/* compact variation if needed */
table.table-compact th,
table.table-compact td {
  padding: 10px 12px;
  font-size: 13px;
}

/* bordered / stronger variation */
table.table-bordered {
  border: 1px solid #dbe3ee;
}

table.table-bordered th,
table.table-bordered td {
  border: 1px solid #e5e7eb;
}

/* striped helper */
table.table-striped tbody tr:nth-child(odd) {
  background: #fafafa;
}

table.table-striped tbody tr:nth-child(odd):hover {
  background: #f3f8ff;
}

/* sticky header */
table.table-sticky thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  background: #f9fafb;
  box-shadow: inset 0 -1px 0 #e5e7eb;
}

/* responsive wrapper (was .table-wrap, now .content-block__table-wrap) */
.content-block__table-wrap {
  width: 100%;
  overflow-x: auto; /* Главное свойство для горизонтальной прокрутки */
  -webkit-overflow-scrolling: touch; /* Для плавной прокрутки на iOS */
  margin: 24px 0;
  border-radius: 14px; /* Применяем border-radius к контейнеру, чтобы сохранить скругления */
}

/* Сброс внешних стилей таблицы при нахождении внутри .content-block__table-wrap,
   поскольку обертка уже управляет margin и border-radius */
.content-block__table-wrap table {
  margin: 0;
  min-width: 640px; /* Установите минимальную ширину таблицы, чтобы она действительно прокручивалась */
  border: none; /* Убираем внешнюю границу с самой таблицы, если она есть у .content-block__table-wrap */
  border-radius: 0; /* Убираем border-radius с таблицы, если он есть у .content-block__table-wrap */
  box-shadow: none; /* Убираем тень с таблицы, если она есть у .content-block__table-wrap */
}

.content-block__table-wrap::-webkit-scrollbar {
  height: 10px;
}

.content-block__table-wrap::-webkit-scrollbar-track {
  background: #eef2f7;
  border-radius: 999px;
}

.content-block__table-wrap::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 999px;
}

.content-block__table-wrap::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

/* links inside table */
table a {
  color: #2563eb;
  text-decoration: none;
  font-weight: 500;
}

table a:hover {
  color: #1d4ed8;
  text-decoration: underline;
}

/* form controls inside table */
table input,
table select,
table textarea {
  width: 100%;
  max-width: 100%;
  padding: 10px 12px;
  font: inherit;
  color: #111827;
  background: #ffffff;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

table input:focus,
table select:focus,
table textarea:focus {
  border-color: #60a5fa;
  box-shadow: 0 0 0 4px rgba(96, 165, 250, 0.18);
}

table input:disabled,
table select:disabled,
table textarea:disabled {
  background: #f3f4f6;
  color: #9ca3af;
  cursor: not-allowed;
}

/* buttons inside table */
table button,
table .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 14px;
  font: inherit;
  font-weight: 600;
  color: #ffffff;
  background: linear-gradient(180deg, #3b82f6 0%, #2563eb 100%);
  border: none;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(37, 99, 235, 0.22);
  transition: transform 0.15s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

table button:hover,
table .btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(37, 99, 235, 0.26);
}

table button:active,
table .btn:active {
  transform: translateY(0);
}

table button:disabled,
table .btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  box-shadow: none;
}

/* badges / statuses */
table .badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

table .badge-success {
  color: #166534;
  background: #dcfce7;
}

table .badge-warning {
  color: #92400e;
  background: #fef3c7;
}

table .badge-danger {
  color: #991b1b;
  background: #fee2e2;
}

table .badge-info {
  color: #1e3a8a;
  background: #dbeafe;
}

/* numeric align helper */
table .text-right,
table td.text-right,
table th.text-right {
  text-align: right;
}

table .text-center,
table td.text-center,
table th.text-center {
  text-align: center;
}

/* selected row */
table .is-selected,
table tr.is-selected {
  background: #eff6ff !important;
}

/* loading state */
table .is-loading td {
  color: #9ca3af;
}

/* empty state cell */
table .table-empty {
  padding: 28px 16px;
  text-align: center;
  color: #6b7280;
  font-size: 14px;
}

/* mobile tweaks */
@media (max-width: 768px) {
  table {
    font-size: 13px;
    /* Если .content-block__table-wrap имеет border-radius, тогда у самой таблицы его можно убрать или изменить */
    /* border-radius: 12px; */
  }

  th,
  td {
    padding: 12px;
  }

  th {
    font-size: 12px;
  }

.content-block__table-wrap {
    width: 300px;
}
}