/*
Theme Name: Экспочел
Author: ЮУКВЦ «Экспочел»
Author URI: http://expochel.ru
Description: Тема для ЮУКВЦ «Экспочел».
Version: 2.0.3
Text Domain: exponew
*/

:root {
    --expo-lightblue: #0039AC;
    --expo-blue: #002878;
    --expo-cyan: #00877C;
    --expo-gray: #F3F3F3;
    --expo-text: #000000;
    --expo-nav: #262626;
    --arrow-white: url('data:image/svg+xml,<svg width="31" height="18" viewBox="0 0 31 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 8.99953H30.0003L19.5 1.5M19.5 16.5L26.9998 12.0002" stroke="white" stroke-width="1.6" stroke-linejoin="bevel"/></svg>');
    --arrow-dark: url('data:image/svg+xml,<svg width="31" height="18" viewBox="0 0 31 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 8.99953H30.0003L19.5 1.5M19.5 16.5L26.9998 12.0002" stroke="black" stroke-width="1.6" stroke-linejoin="bevel"/></svg>');
    --arrow-tns: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M22 11.9999H2L9 6.99976M9 16.9998L4.00037 13.9999" stroke="black" stroke-width="1.6" stroke-linejoin="bevel"/></svg>')
}

body {
    font-family: 'Brutal Type', sans-serif;
    line-height: 1.4;
    word-break: break-word;
}

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

hr {
    margin: 0;
    opacity: 1;
}

a {
    color: var(--expo-blue);
}

a:hover {
    color: #444;
    text-decoration: none
}

.text-color-primary {
    color: var(--expo-blue);
}

.bg-primary {
    background-color: var(--expo-blue) !important;
}

.screen-reader-shortcut, .screen-reader-text, .grecaptcha-badge {
    display: none;
}

.title {
    text-transform: uppercase;
}

h1, .h1 {
    font-size: 3rem;
    margin-bottom: 1em;
}

h2, .h2 {
}

h3, .h3 {
}

h4, .h4 {
}

h5, .h5 {
}

h6, .h6 {
}

embed, iframe, object, video {
    max-width: 100%
}

.highlight {
    width: 100%;
    max-width: 1440px;
    background-color: var(--expo-gray);
    padding: 80px 0;
    margin: auto;
    border-radius: 1.5rem;
}


.move-to-top {
    border: 1px solid #000;
    outline: none;
    cursor: pointer;
    z-index: 99999;
    position: fixed;
    display: none;
    background-color: white;
    right: 25px;
    bottom: 25px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background-image: var(--arrow-dark);
    background-size: 65%;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(-90deg);
}

.move-to-top:focus, .move-to-top:hover, .move-to-top:visited {
    background-color: #000;
    color: #fff;
    list-style: none;
    text-decoration: none;
    outline: none;
    background-image: var(--arrow-white);
}

/*Header */
.main-navigation {
    background-color: white;
    position: relative;
    margin-top: 18px;
    margin-bottom: 60px;
}

.navbar {
    padding: .75rem 0;
}

.navbar .navbar-nav .nav-link {
    color: var(--expo-nav);
    font-weight: 300;
    font-size: 18px;
    --bs-navbar-nav-link-padding-x: 1.25rem;
}

.navbar .navbar-nav .active > .nav-link {
    text-decoration: underline;
    color: var(--expo-blue);
}

.navbar .navbar-nav .nav-link:hover {
    color: var(--expo-blue);
}

.main-navigation #logo img,
.main-navigation #logo svg {
    height: 50px;
    fill: var(--expo-blue);
    width: 250px;
}

.dropdown-menu .nav-link {
    color: #212529 !important;
}

.dropdown-menu {
    min-width: 16rem;
    padding: 0 0.5rem 0.5rem 0.5rem;
    margin: 0;
    background-color: #fff;
    border: none;
    border-radius: 0;
    box-shadow: 2px 2px 8px 2px #49505738;
}

.header-phone {
    font-size: 1.125rem;
    color: var(--expo-text);
    text-decoration: none;
    display: flex;
    align-items: center;
}

.header-phone svg {
    height: 1em;
    width: 1em;
    margin-right: .75rem;
}

.header-phone:hover {
    color: var(--expo-blue);
    fill: var(--expo-blue);
}

/* Кнопки */

.more-link, .btn-main {
    --arrow-bg: var(--expo-blue);
    --btn-height: 44px;
    font-weight: 600;
    --bs-btn-color: #393939;
    min-height: var(--btn-height);
    display: inline-flex;
    align-items: center;
    line-height: 1.1;
    text-decoration: none;
    border-radius: var(--btn-height);
    position: relative;
    --bs-btn-hover-color: var(--arrow-white);
}

.more-link {
    --bs-btn-padding-x: 0;
    --bs-btn-padding-y: 0;
    text-transform: uppercase;
    border: 0;
}

.more-link:after, .btn-main:after {
    content: "";
    display: inline-flex;
    width: var(--btn-height);
    height: var(--btn-height);
    border-radius: 50%;
    background-image: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 15H20.17L14.58 9.41L16 8L24 16L16 24L14.59 22.59L20.17 17H8V15Z" fill="white"/></svg>');
    background-color: var(--arrow-bg);
    background-repeat: no-repeat;
    background-position: center;
}

.more-link:after {
    margin-left: 1rem;
}

.btn-main {
    background-color: var(--arrow-bg);
    text-align: center;
    margin-right: var(--btn-height);
    --bs-btn-padding-x: 2rem;
    --bs-btn-color: white;
    --bs-btn-border-color: var(--arrow-bg);
    --bs-btn-hover-color: var(--arrow-bg);
    --bs-btn-hover-border-color: var(--arrow-bg);
}

.btn-main:after {
    position: absolute;
    left: 100%;
    background-image: var(--arrow-white);
    background-size: 50% auto;
}

.btn-main.btn-lg {
    --bs-btn-padding-x: 4rem;
    --btn-height: 72px;
    --bs-btn-font-size: 1.5rem;
}

.header-social {
    display: flex;
    text-decoration: none;
    background-color: var(--expo-blue);
    color: #fff !important;
    width: 44px;
    height: 44px;
    font-size: 20px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin-right: 1.25rem;
}

.header-social:last-child {
    margin-right: 0;
}

.header-social svg {
    height: 55%;
    width: 55%;
    object-fit: contain;
}

.hs-youtube:hover {
    background-color: #cd201f;
}

.hs-odnoklassniki:hover {
    background-color: #EE8208;
}

.hs-vk:hover {
    background-color: #507299;
}


/* Архив */

.highlight-archive {
    margin-bottom: 120px;
    margin-top: 60px;
}

.nav-pills {
    gap: 1rem normal;
}

.nav-pills .nav-link {
    border: 1px solid var(--expo-text);
    border-radius: 50px;
    color: var(--expo-text);
    padding: .5rem 2rem;
}

.nav-pills .nav-link:hover, .nav-pills .show > .nav-link:hover {
    color: var(--expo-blue);
    border-color: var(--expo-blue);
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: var(--expo-blue);
    text-align: center;
    border-color: var(--expo-blue);
}


.archive-expo-row {
    --bs-gutter-x: 2.5rem;
    --bs-gutter-y: 3rem;
}

.archive-expo-card {
    background-color: white;
    border-radius: 1rem;
    padding: 1.5rem;
    height: 100%;
    position: relative;
}

.archive-expo-card .card-title {
    text-transform: uppercase;
    font-size: 1.25rem;
    min-height: 120px;
    margin-bottom: 1rem;
}

.archive-expo-card .card-title a {
    color: var(--expo-text);
    text-decoration: none;
}

.archive-expo-card .card-title a:before {
    content: "";
    position: absolute;

}

.archive-expo-card .card-title a:hover {
    color: var(--expo-blue);
}

.archive-row {
    --bs-gutter-x: 3.5rem;
    --bs-gutter-y: 3.75rem;
}

.archive-expo-card .card-subtitle {
    margin-top: auto;
}

/* */
.events-row {
    --bs-gutter-y: 2.5rem;
    --bs-gutter-x: 2rem;
}

.event-card {
    display: flex;
    min-height: 320px;
    height: 100%;
    position: relative;
}

.event-card__info {
    display: flex;
    flex-direction: column;
    height: 100%;
    flex-grow: 1;
    border-radius: 1rem;
    padding: 1.5rem;
    background-color: white;
    position: relative;
}

.event-card__edit {
    position: absolute;
    color: var(--expo-text);

}

.event-card__link {
    display: flex;
    flex-direction: column;
    width: 56px;
    flex-shrink: 0;
    height: 100%;
    justify-content: center;
}

.event-card__logo {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: var(--expo-blue);
    padding: 6px;
    flex-shrink: 0;
}

.event-card__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.event-card__title {
    font-size: 1.5rem;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: uppercase;
    transition: .2s linear color;
}

.event-card__text-primary {
    font-size: 1.5rem;
    margin-bottom: 0;
    line-height: 1.3;
}

.event-card__text-secondary {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    margin-bottom: 0;
    color: #6B6B6B;
    line-height: 1.2;
}

.event-card__button {
    position: relative;
    background-color: var(--expo-blue);
    flex-grow: 1;
    color: white;
    text-align: center;
    display: grid;
    border-radius: 100px;
    align-items: center;
    line-height: 1;
    text-decoration: none;
    padding-top: 0;
    justify-content: center;
    transition: .2s linear padding;
}

.event-card__button span {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
}

.event-card__button:before {
    background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.00012 11.9998H22.0003L15.0001 7.00015M15.0001 17.0002L20 14.0003" stroke="white" stroke-width="1.6" stroke-linejoin="bevel"/></svg>');
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 2rem;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 24px;
    transition: .2s linear height;
}

.event-card__edit {
    position: absolute;
    width: 16px;
    left: -12px;
    top: 2rem;
    z-index: 10;
    line-height: 1;
    transform: rotate(-180deg);
    writing-mode: vertical-rl;
    text-decoration: none;
    font-size: 12px;
}

.event-card__edit:hover {
    color: var(--expo-blue);
}

.event-card__title-wrapper {
    margin-bottom: 1.5rem;
}

.event-card__date-wrapper {
    margin-top: auto;
    margin-bottom: 1rem;
}

.event-card__url {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    font-size: 0;
    line-height: 0;
    opacity: 0;
}

.event-card__url:hover ~ .event-card__info .event-card__title {
    color: var(--expo-blue);
}

.event-card__url:hover ~ .event-card__link .event-card__button {
    padding-top: 2rem;
}

.event-card__url:hover ~ .event-card__link .event-card__button:before {
    height: 24px;
}

/* Записи */

.post-card {
    padding: 24px;
    border: 1px solid var(--expo-text);
    border-radius: 1.25rem;
    min-height: 300px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.post-card .card-title {
    font-size: 1.75rem;
    margin-bottom: 1rem;
}

.post-card .card-title a {
    color: var(--expo-text);
    text-decoration: none;
}

.post-card .card-title a:before {
    content: "";
    position: absolute;
}

.post-card .card-title a:hover {
    color: var(--expo-blue);
}

.post-card .card-subtitle {
    margin-top: auto;
}

/* Главная */

.frontpage-header {
    margin-top: 3.75rem;
    margin-bottom: 5rem;
    min-height: calc(100vh - 200px);
    height: 1px;
    fill: var(--expo-blue);
    display: flex;
    align-items: center;
    justify-content: center;
}

.frontpage-header svg {
    width: 100%;
    height: 100%;
}

.frontpage-about {
    margin-bottom: 3.75rem;
}

.frontpage-about .fp-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 0;
    text-transform: uppercase;
    color: var(--expo-blue);
    line-height: 1.7;
}

.frontpage-about .fp-subtitle {
    font-size: 28px;
    color: var(--expo-blue);
    line-height: 1.6;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.frontpage-about .fp-text {
    line-height: 1.4;
    color: #393939;
}

.frontpage-about hr {
    margin-bottom: 5rem;
}

.frontpage-expolist {
    margin-top: 120px;
    margin-bottom: 60px;
}

.frontpage-cta {
    margin-top: 120px;
    margin-bottom: 60px;
    font-size: 1.75rem;
    line-height: 1.2;
}

.frontpage-cta hr {
    margin-bottom: 3rem;
}

.frontpage-cta p {
    margin-bottom: 2.5rem;
}

.frontpage-news {
    margin-top: 120px;
    margin-bottom: 120px;
}

.frontpage-logo {
    margin-top: 120px;
    margin-bottom: 32px;
}

.frontpage-logo svg {
    width: 360px;
    height: 72px;
    fill: var(--expo-blue);
}

.frontpage-gallery picture {

}

.footer-copyright {
    font-size: 12px;
    padding-top: 2.5rem;
    margin-bottom: .875rem;
    padding-left: .75rem;
}

.footer-form {
    margin-top: 2.5rem;
    margin-right: 7rem;
}

.form-title {
    font-weight: 600;
    font-size: 1.25rem;
    text-transform: uppercase;
}

.footer-form .row {
    --bs-gutter-y: 1.5rem;
    --bs-gutter-x: 2.75rem;
}

.policy {
    line-height: 1.2;
    font-size: 10px;
    text-align: right;
    margin-top: 0.5rem;
    opacity: .5;
}

.form-control {
    padding: 0 0 1rem 0;
    line-height: 1.4;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #7C7C7C;
    border-radius: 0;
}

.form-control::placeholder {
    text-transform: uppercase;
    font-size: 12px;
}

.form-control:focus {
    border-color: var(--expo-blue);
    outline: 0;
    box-shadow: none;
}

.wpcf7-form-control-wrap {
    font-size: 12px;
}

.wpcf7-list-item {
    margin-left: 0;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    font-size: 14px;
}


.footer-menu {
    margin-top: 2.5rem;
    margin-left: 1rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.menu-title {
    opacity: .5;
    text-transform: uppercase;
}

.social-row {
    margin-bottom: 44px;
    display: flex;
    margin-top: auto;
}

.navbar-toggler {
    border-radius: 0;
    padding: .25rem;
}

.nav-links {
    margin-bottom: 120px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: .5rem;
    margin-top: 4rem;
}

.nav-links .page-numbers {
    border: 1px solid #002878;
    color: #002878;
    border-radius: 50px;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
}

.nav-links .page-numbers.current {
    font-weight: bold;
    border-width: 2px;
}

.nav-links .page-numbers.dots {
    opacity: .2;
    color: var(--expo-text);
    border-color: var(--expo-text);
}

.nav-links .page-numbers.next,
.nav-links .page-numbers.prev {
    color: var(--expo-blue);
    border-color: var(--expo-blue);
}

.nav-links .page-numbers:not(.current):not(.dots):hover {
    color: white;
    background-color: var(--expo-blue);
}

.post-thumbnail {
    width: 100%;
    aspect-ratio: 21/9;
    margin-bottom: 1rem;
    text-align: center;
}

.post-thumbnail img {
    height: 100%;
    object-fit: contain;
    object-position: center;
}

/* Шаблон мероприятия*/

.row-expo {
    --bs-gutter-x: 3.75rem;
}

.event-title {
    font-size: 80px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}

.event-subtitle {
    color: #828282;
    font-weight: 600;
    font-size: 36px;
    line-height: 1;
    text-transform: uppercase;
}

.event-photo {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
}

.event-logo {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    width: 100px;
    height: 100px;
    object-fit: contain;
    filter: drop-shadow(3px 3px 20px #00000044);
}

.event-info-sticky {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    position: sticky;
    top: 1rem;
}

.event-info-block {
    background-color: var(--expo-blue);
    border-color: var(--expo-blue);
    border: 1px solid;
    border-radius: 1rem;
    color: white;
    padding: 1.5rem;
}

.event-info-block .text-title {
    font-size: 1.25rem;
    margin-bottom: 0;
}

.event-info-block .text-subtitle {
    font-size: 14px;
    margin-bottom: 0;
    font-family: 'Inter', sans-serif;
}

.event-contacts-block {
    border: 1px solid;
    border-color: var(--expo-blue);
    border-radius: 1rem;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
}

.event-contacts-block > *:last-child {
    margin-bottom: 0 !important;
}

.event-contacts-block .block-name {
    font-size: 1.5rem;
    text-transform: uppercase;
    line-height: 1.4;
}


.event-contacts-block .contact-info {
    margin-top: .5rem;
    margin-bottom: 1.5rem;
    font-size: 14px;
    display: flex;
    flex-direction: column;
}

.event-contacts-block .contact-post {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: .25rem;
    text-transform: uppercase;
    color: #393939;
}

.event-contacts-block .text-title {
    font-size: 14px;
    margin-bottom: 0;
    color: var(--expo-text);
    text-decoration: none;
}

.event-contacts-block .text-subtitle {
    font-size: 12px;
}

.info-buttons {
    display: grid;
    gap: .5rem;
}

.event-sponsors-block {
    border: 1px solid;
    border-color: var(--expo-blue);
    border-radius: 1rem;
    padding: 1.5rem;
    position: relative;
    overflow: hidden;
}

.event-sponsors-block a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.event-sponsors-block img {
    max-height: 200px;
    object-fit: contain;
}


.section-title {
    line-height: 1;
    text-transform: uppercase;
    font-size: 36px;
    margin: 5rem 0 2rem 0;
}

.organizer-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.organizer-item {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: unset;
    text-decoration: none;
    color: inherit;
}

.organizer-logo {
    height: 68px;
    width: auto;
    max-width: 170px;
    object-fit: contain;
    object-position: left center;
}

.organizer-name {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    width: auto;
    flex-grow: 1;
    display: flex;
    line-height: 1.5;
}

.organizer-logo.no-text {
    max-width: 300px;
}

.support-row {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 2rem;
}

.support-photo {
    height: 100px;
    width: 90px;
    object-fit: contain;
    flex-shrink: 0;
    object-position: center;
}

.support-name {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    flex-grow: 1;
    display: flex;
    line-height: 1.5;
    margin-bottom: 0;
}

.support-sub {
    font-size: 12px;
    line-height: 1.15;
    margin-bottom: 0;
    margin-top: .25rem;
}


.participant-slider-wrapper {
    position: relative;
}

.participant-slider-wrapper .tns-controls {
    position: relative;
    height: 44px;
    margin-top: 1rem;
}

.participant-slider-wrapper .tns-controls button {
    bottom: 0;
}

.participant-slider-wrapper .tns-controls button[data-controls="next"] {
    right: 0;

}

.participant-slider {
}

.participant {
    display: flex;
    flex-direction: column;
    transition: .25s linear filter;
    filter: grayscale(1);
    width: 100%;
    height: 180px;
    min-height: 60px;
    flex-grow: 1;

    border: 1px solid;
    border-color: var(--expo-blue);
    border-radius: 1rem;
    padding: 1rem;
}

.participant:hover {
    filter: grayscale(0);
}

.participant-name {
    flex-grow: 1;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    word-break: break-word;
    text-align: center;
    height: 100%;
    width: auto;
}

.participant-name img {
    height: 100%;
    width: auto;
    object-fit: contain;
}

.participant-info {
    display: flex;
    gap: 1.5rem;
    margin-top: 10px;
}

.participant-fields {
    width: 250px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    flex-shrink: 0;
}

.participant-fields img {
    width: 100%;
}

.participant-desc {
    line-height: 1.15;
}

.participant-desc *:last-child {
    margin-bottom: 0;
}


.participant-title-container {
    position: relative;
    margin-top: -60px;
    width: 100%;
    z-index: 1;
    min-height: 80px;
    padding: 16px 32px 16px 0;
    display: flex;
    align-items: center;
}

.participant-title {
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 900;
}


.video-pills {
    gap: .75rem;
    margin-bottom: 1.5rem;
}

.video {
    overflow: hidden;
    border-radius: 1rem;
    aspect-ratio: 16/9;
}

.video > * {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
}


.gallery-wrapper {
    overflow: hidden;
    border-radius: 2rem;
}

.tns-controls button {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    padding-top: 3px;
    padding-left: 0;
    padding-right: 2px;
    outline: none;
    box-shadow: none;
    background-color: white;
    color: black;
    border: 1px solid black;
    position: absolute;
    left: unset;
    right: 76px;
    bottom: 24px;
    background-image: var(--arrow-tns);
    background-position: center;
    background-size: 70%;
    background-repeat: no-repeat;
}

.tns-controls button[data-controls="next"] {
    padding-left: 2px;
    padding-right: 0;
    left: unset;
    right: 24px;
    transform: scaleX(-1);
}

.program-pills {
    gap: 1.5rem;
    justify-content: center;
    z-index: 10;
    background-color: var(--expo-gray);
    position: sticky;
    top: 0rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
}

.program-container {
    width: 100%;
    background-color: var(--expo-gray);
    padding: 24px 40px 40px 40px;
    margin: auto;
    border-radius: 1.5rem;
}

.program-event {
    background-color: white;
    padding: 1.5rem;
    display: block;
    cursor: default;
    font-size: 16px;
    margin-top: 2.5rem;
    border-radius: 1rem;
    line-height: 1.3;
    text-decoration: none;
    color: inherit;
}

.program-event:first-child {
    margin-top: 1.5rem;
}

.event__time {
    font-size: 1.5rem;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 0;
}

.event__place {
    font-size: 1rem;
    color: #6B6B6B;
    margin: 0;
}


.event__name {
    margin: 1.5rem 0 0 0;
    display: inline-flex;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.5rem;
}

.event__subinfo {
    margin: 1.5rem 0 0;
    line-height: 1.5;
}

.event__subinfo .has_photo {
    display: flex;
    flex-direction: column;
    order: 99;
    justify-content: flex-end;
}

.event__speaker {
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom: 0;
}

.event__photo img {
    object-fit: cover;
    border-radius: 1rem;
}

.event__subheader {
    font-size: 1rem;
    color: #6B6B6B;
    margin-bottom: .25rem;
}


.program-event__info {
    position: relative;
}


.collapsible {
    cursor: pointer;
    position: relative;
}

.collapsible .program-event__info {
    padding-right: 44px;
}

.collapsible .program-event__info:after {
    content: "";
    background-image: var(--arrow-white);
    background-color: var(--expo-blue);
    position: absolute;
    right: 0;
    top: calc(100% + 1.5rem);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-position: center;
    background-size: 66%;
    background-repeat: no-repeat;
    transition: .2s linear transform;
    z-index: 1;
}

.collapsible-expanded .program-event__info:after {
    transform: rotate(90deg);
}

#program .content {
    margin-top: 1.25rem;
    padding: 2rem 0 0 0;
    max-height: 5rem;
    overflow: hidden;
    transition: max-height .2s ease-out;
    position: relative;
}

#program .content:before {
    content: "";
    display: block;
    position: absolute;
    width: 64%;
    height: 1px;
    background-color: #7C7C7C;
    left: 18%;
    top: 0;
}

#program .content *:last-child {
    margin-bottom: 0;
}

.collapsible .content:after {
    content: "";
    opacity: 1;
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 3rem;
    background: linear-gradient(0deg, white, transparent);
    transition: .2s linear opacity;
    user-select: none;
    pointer-events: none;
}

.collapsible.collapsible-expanded .content:after {
    opacity: 0;
}


.partner-header {
    text-transform: uppercase;
    margin-top: 2rem;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}

.partner-big-row {
    margin-top: 1.5rem;
}

.partner-big-title {
    font-weight: 600;
    font-size: 1.25rem;
    text-transform: uppercase;
}

.partner-big-title a {
    color: var(--expo-text);
}

.partner-big-description {
    font-weight: 300;
}

.partner-big-description :last-child {
    margin-bottom: 0;
}


.bottom-partners {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    padding-bottom: 1rem;
    gap: 0.5rem;
    margin: auto;
}

.bottom-partners .partner img {
    max-height: 100px;
    max-width: 100px;
}

.bottom-partners .partner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.partners-row {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 2rem;
}

.partner-title {
    text-align: center;
    font-size: 15px;
    line-height: 1.15;
}

.partner-logo {
    filter: grayscale(1);
    transition: .25s linear filter;
}

.partner-logo:hover {
    filter: grayscale(0);
}

.partner-logo img {
    object-fit: contain;
    width: auto;
    max-height: 64px;
}


.modal-expo {
    background: unset;
    border: 0;
}

.modal-expo-info {
    background-color: var(--expo-blue);
    color: white;
    border-radius: 32px;
    padding: 44px;
    fill: white;
    height: 100%;
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 3.5rem);
    position: sticky;
    top: 1.75rem;
}

.modal-expo-info svg {
    margin-top: auto;
}

.modal-expo-info .section-title {
    margin: 0;
}

.modal-expo-info .section-subtitle {
    font-size: 1.25rem;
    margin-bottom: .5rem;
    margin-top: 0;
    text-transform: uppercase;
}

.modal-expo-form {
    background-color: white;
    border-radius: 32px;
    position: relative;
    padding: 80px 44px 44px 44px;
}

.modal-expo-form .policy {
    margin-bottom: 0;
    text-align: left;
}

.modal-expo-form .btn-close {
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: 44px;
    height: 44px;
    border: 1px solid;
    border-radius: 50%;
    z-index: 2;
}

.form-event-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.form-event-checkbox {
    width: calc(50% - .75rem);
    display: flex;
    flex-shrink: 0;
    gap: .5rem;
    align-items: flex-start;
}

.form-event-checkbox input {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.form-event-checkbox .form-event-date {
    font-size: 12px;
    color: #6B6B6B;
    margin-bottom: 0.25rem;
}

.form-event-checkbox .form-event-name {
    font-size: 12px;
    line-height: 1.15;
    margin-bottom: 0;
}

.expo-nearest {
    margin-top: 120px;
    margin-bottom: 120px;
}

.page-index {
    padding: 24px;
    border-radius: 36px;
    border: 1px solid var(--expo-blue);
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.page-index .index-title {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-bottom: 1rem;
}

.page-index ol {
    padding-left: 1.5rem;

}

.page-index ol li {
    margin-top: .75rem;
    padding-left: 0.75rem;
    line-height: 1.4;
}

.page-index ol li a {
    text-decoration: none;
    color: var(--expo-text);
}

.greetings-person {
    background-color: #F3F3F3;
    border-radius: 1rem;
    overflow: hidden;
}

.greetings-person-text {
    padding: .75rem;
    line-height: 1.2;
}

.greetings-person-name {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: .5rem;
}

.greetings-person-title {
    font-size: 13px;
    margin-bottom: 0;
}

.directions-text {

}

.directions-text ul {
    list-style-type: none;
}

.directions-text li:before {
    --mask: url('data:image/svg+xml,<svg stroke="inherit" viewBox="0 0 20 28" xmlns="http://www.w3.org/2000/svg"><path d="M2.5 15L6.96429 21.5L17.5 5.25" fill="none" stroke="black" stroke-width="1.6"/></svg>');
    width: 1em;
    height: 1.4em;
    content: '';
    position: absolute;
    left: -1.5em;
    -webkit-mask: var(--mask) no-repeat 50% 50%;
    mask: var(--mask) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: var(--expo-blue);
}

.directions-text li {
    position: relative;
}

/* О нас */

.page-template-page-about {
    overflow-x: hidden;
}

.page-template-page-about .event-contacts-block {
    border-color: var(--arrow-dark);
    margin-top: -1px;
    margin-right: -1px;
}

.page-template-page-about .event-contacts-block a:not(.btn) {
    text-decoration: none;
    color: var(--expo-text);
}

.page-template-page-about .advantages {
    color: white;
    background-color: var(--expo-blue);
    padding: 80px 40px;
    border-radius: 32px;
    margin: 60px -40px;
}

.page-template-page-about .header {
    font-size: 1.5rem;
    margin-bottom: 3rem;
    text-align: center;

}

.page-template-page-about .advantages-row {
    --padding-x: 92px;
    --padding-b: 72px;
    --padding-t: 48px;
    --before-w: 48px;
    display: grid;
    padding: 0 var(--padding-x);
    grid-template-columns: 1fr 1fr;
    counter-reset: section;
}

.page-template-page-about .advantages-row .elem {
    padding: var(--padding-t) var(--padding-x) var(--padding-b);
    border: 1px solid white;
    background-color: var(--expo-blue);
    position: relative;
}

.page-template-page-about .advantages-row .elem:before {
    counter-increment: section;
    position: absolute;
    border: 1px solid white;
    right: 0;
    content: "00" counter(section);
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    height: 150px;
    top: -1px;
    left: calc(100% - 1px);
    width: var(--before-w);
    z-index: 1;
    font-size: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border-radius: 1rem 0 0 1rem;
    background-color: var(--expo-blue);
    border-right-color: transparent;
    border-right: none;
}

.page-template-page-about .advantages-row .elem:after {
    position: absolute;
    width: calc(var(--before-w) / 2);
    height: calc(var(--before-w) / 2);
    border: 1px solid white;
    content: "";
    top: 148px;
    right: calc(var(--before-w) / -2);
    display: flex;
    border-radius: 1rem 0 0 0;
    background-color: var(--expo-blue);
    z-index: 3;
    border-right: none;
    border-bottom: none;
}

.page-template-page-about .advantages-row .elem-title {
    font-size: 1.25rem;
    line-height: 1.25;
    display: flex;
    align-items: center;
}

.page-template-page-about .advantages-row .elem-title:before {
    content: "";
    background-image: url('data:image/svg+xml,<svg width="60" height="60" viewBox="0 0 60 60" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="59" height="59" rx="29.5" stroke="white"/><path d="M21 31.2L26.3571 39L39 19.5" stroke="white" stroke-width="1.6"/></svg>');
    display: inline-block;
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    margin-right: 1rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}


.page-template-page-about .advantages-row .elem span {
    width: calc(var(--before-w) / 2);
    height: calc(var(--before-w) / 2);
    position: absolute;
    top: 148px;
    left: calc(100% - 1px);
    background-color: var(--expo-blue);
    z-index: 2;
}


.page-template-page-about .advantages-row .elem-1 {
    border-radius: 20px 0 0 20px;
    margin-left: calc(-1 * var(--padding-x));
    margin-right: var(--padding-x);
    padding-right: 40px;
}

.page-template-page-about .advantages-row .elem-2 {
    margin-left: calc(var(--padding-x) * -1 - 1px);
    margin-right: var(--padding-x);
    padding-right: 40px;
}

.page-template-page-about .advantages-row .elem-3 {
    border-radius: 20px 0 20px 20px;
    margin-top: -2rem;
}

.page-template-page-about .advantages-row .elem-4 {
    margin-top: -2rem;
    margin-left: -1px;
    border-radius: 0 0 20px 20px;
}


#cookie-banner {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: var(--expo-gray);
    z-index: 100;
}

.cookie-container {
    padding-top: 12px;
    padding-bottom: 12px;
    font-weight: 250;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 1rem;
}


#promo-banner{
    position: sticky;
    top: 1.75rem;
    margin-bottom: 2rem;
    z-index: 100;
    background-color: var(--bs-white);
}
#promo-banner.shown{
    position: relative;
    top: 0;
}

/* RESPONSIVE */

@media (max-width: 1399px) {

    h1, .h1 {
        font-size: 2.75rem;
    }

    .event-card {
        min-height: 300px;
    }

    .footer-form {
        margin-right: 5rem;
    }

    .event-title {
        font-size: 72px;
    }

    .program-container {
        padding: 16px 32px 32px 32px;
    }

    .program-event:first-child {
        margin-top: 1rem;
    }


    .page-template-page-about .advantages-row {
        --padding-x: 74px;
        --padding-b: 56px;
        --padding-t: 42px;
    }
}

@media (max-width: 1199px) {
    .frontpage-about hr {
        margin-bottom: 4rem;
    }

    h1, .h1 {
        font-size: 2.5rem;
    }

    .event-card__title, .event-card__text-primary {
        font-size: 1.375rem;
    }

    .post-card {
        padding: 20px;
    }


    .footer-form {
        margin-right: 2rem;
    }

    .row-expo {
        --bs-gutter-x: 3.25rem;
    }

    .archive-expo-row {
        --bs-gutter-x: 2rem;
        --bs-gutter-y: 2rem;
    }

    .archive-expo-card .card-title {
        min-height: 100px;
    }

    .event-title {
        font-size: 58px;
    }

    .organizer-item {
        gap: 0.5rem;
    }

    .organizer-name {
        font-size: 11px;
        font-weight: 500;
        line-height: 1.4;
    }

    .organizer-logo {
        height: 64px;
    }

    .organizer-row {
        gap: 1rem 0.75rem;
    }

    .section-title {
        margin-top: 3rem;
        font-size: 32px;
    }

    .support-photo {
        height: 90px;
        width: 80px;
    }

    .support-row {
        --bs-gutter-x: 1.25rem;
        --bs-gutter-y: 1.5rem;
    }

    .support-name {
        line-height: 1.3;
    }

    .btn-main {
        text-align: left;
        --bs-btn-padding-x: 1rem;
    }

    .event-contacts-block, .event-info-block {
        padding: 1.25rem;
    }


    .program-event {
        padding: 1rem;
        margin-top: 1.5rem;
    }

    .event-contacts-block .btn-main {
        --btn-height: 32px;
        font-size: 13px;
    }

    .event__time, .event__name {
        font-size: 1.25rem;
    }

    .modal-expo-info {
        padding: 24px;
        border-radius: 24px;
    }

    .modal-expo-form {
        padding: 60px 24px 24px 24px;
        border-radius: 24px;
    }

    .modal-expo-form .btn-close {
        width: 32px;
        height: 32px;
    }

    .modal-expo-info h2 {
        font-size: 1.5rem;
    }

    .modal-expo-info .section-subtitle {
        font-size: 1rem;
    }

    .modal-expo-info .section-title {
        font-size: 28px;
    }

    .expo-nearest {
        margin-top: 100px;
        margin-bottom: 100px;
    }

    .page-template-page-about .advantages-row {
        --padding-x: 48px;
        --before-w: 32px;
    }

    .page-template-page-about .advantages-row .elem-title {
        font-size: 1.125rem;
    }

    .page-template-page-about .advantages-row .elem-title:before {
        width: 48px;
        height: 48px;
    }
}

@media (max-width: 991px) {

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

    #primary-menu-wrap {
        order: 9;
    }

    .more-link, .btn-main, .event-contacts-block .btn-main {
        --btn-height: 38px;
        font-size: 1rem;
    }

    .nav-links .page-numbers {
        width: 38px;
        height: 38px;
    }

    .frontpage-about .fp-title {
        font-size: 1.75rem;
    }

    .frontpage-about .fp-subtitle {
        font-size: 24px;
        margin-bottom: 1rem
    }

    h1, .h1 {
        font-size: 2rem;
    }

    .event-card__title, .event-card__text-primary {
        font-size: 1.25rem;
    }

    .event-card {
        min-height: 240px;
    }

    .archive-row {
        --bs-gutter-x: 2.5rem;
        --bs-gutter-y: 2rem;
    }

    .post-card {
        min-height: 250px;
    }

    .btn-main.btn-lg {
        --bs-btn-padding-x: 2rem;
        --btn-height: 56px;
        --bs-btn-font-size: 1.25rem;
    }

    .frontpage-news {
        margin-top: 100px;
        margin-bottom: 100px;
    }

    .frontpage-expolist {
        margin-top: 100px;
        margin-bottom: 50px;
    }

    .header-social {
        width: 38px;
        height: 38px;
        margin-right: 1rem;
    }

    .highlight-archive {
        margin-bottom: 100px;
        margin-top: 50px;
    }

    .event-title {
        font-size: 46px;
    }

    .row-expo {
        --bs-gutter-y: 1.5rem;
        --bs-gutter-x: 1.5rem;
    }

    .section-title {
        font-size: 28px;
    }

    .organizer-row {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 1rem .5rem;
    }

    .organizer-logo {
        height: 54px;
    }

    .organizer-logo.no-text {
        max-width: 170px;
    }

    .modal-expo-info svg {
        max-width: 300px;
        max-height: 90px;
        margin: 1rem auto auto auto;
    }

    .modal-expo-form, .modal-expo-info {
        border-radius: 0;
        padding: 1rem;
    }

    .modal-expo-form {
        padding-top: 3rem;
    }

    .modal-expo-form .btn-close {
        width: 24px;
        height: 24px;
        top: 0.75rem;
        right: 0.75rem;
    }

    .modal-expo-info h2 {
        text-align: center;
        margin-bottom: 1rem;
    }

    .modal-expo-info .section-subtitle {
        margin: 0 auto;
        text-align: center;
        max-width: 400px;
    }

    .modal-expo-info .section-title {
        text-align: center;
    }

    .expo-nearest {
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .page-template-page-about .advantages-row {
        --padding-b: 32px;
        --padding-t: 32px;
    }


    .page-template-page-about .advantages-row .elem {
        padding-right: 30px;
    }

    .page-template-page-about .advantages-row .elem-3,
    .page-template-page-about .advantages-row .elem-4 {
        margin-top: -1.5rem;
    }


}

@media (max-width: 767px) {
    .main-navigation #logo svg {
        height: 40px;
        fill: var(--expo-blue);
        width: 200px;
    }

    .navbar {
        padding: 0.5rem 0;
    }

    .main-navigation {
        margin-top: 0;
        margin-bottom: 1.25rem;
    }

    .frontpage-header {
        margin-top: 2.5rem;
        margin-bottom: 3rem;
        min-height: calc(100vh - 300px);
    }

    .frontpage-about hr {
        margin-bottom: 2rem;
    }

    .frontpage-about .fp-title {
        font-size: 1.5rem;
    }

    .frontpage-about .fp-subtitle {
        font-size: 18px;
    }

    .frontpage-expolist, .highlight-archive {
        margin-top: 80px;
        margin-bottom: 40px;
    }

    .highlight {
        padding: 40px 0;
    }

    .frontpage-cta {
        margin-top: 60px;
        margin-bottom: 30px;
        font-size: 1.5rem;
    }

    .frontpage-news {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .post-card {
        min-height: 200px;
    }

    .post-card .card-title {
        font-size: 1.5rem;
    }

    .frontpage-logo {
        margin-top: 60px;
        margin-bottom: 32px;
    }

    .frontpage-logo svg {
        width: 280px;
        height: 56px;
    }

    .event-title {
        font-size: 42px;
    }

    .organizer-row {
        grid-template-columns: 1fr 1fr;
        gap: 1.5rem;
    }

    .event__time, .event__name {
        font-size: 1.125rem;
    }

    .event__name {
        margin-top: 1rem;
    }

    .event__place {
        font-size: .75rem;
    }

    .program-container {
        padding: 0 16px 16px 16px;
    }

    .program-event:first-child {
        margin-top: 0;
    }

    .program-pills {
        padding-bottom: 1rem;
        padding-top: 1rem;
    }

    .program-pills {
        gap: 1rem;
    }

    .nav-pills .nav-link {
        padding: 0.375rem 1.5rem;
    }

    .expo-nearest {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .page-template-page-about .advantages-row {
        grid-template-columns: 1fr;
    }

    .page-template-page-about .advantages-row .elem:before {
        font-size: 1rem;
    }

    .page-template-page-about .advantages-row .elem-1 {
        border-radius: 1rem 0 0 1rem;
    }

    .page-template-page-about .advantages-row .elem-2 {
        margin-left: 0;
        margin-right: 0;
        margin-top: -1px;
    }

    .page-template-page-about .advantages-row .elem-3 {
        margin-left: calc(var(--padding-x) * -1);
        margin-right: var(--padding-x);
        border-radius: 1rem 0 1rem 1rem;
    }

    .page-template-page-about .advantages-row .elem-4 {
        border-radius: 1rem 0 1rem 1rem;
    }

    .page-template-page-about .header {
        margin-bottom: 1.5rem;
        font-size: 1rem;
    }
}

@media (max-width: 575px) {

    .main-navigation {
        margin-bottom: 1rem;
    }

    .header-phone {
        font-size: 13px;
    }

    .header-phone svg {
        margin-right: 0.375rem;
    }

    .main-navigation #logo svg {
        width: 136px;
    }

    .frontpage-header {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .archive-row, .events-row {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 2rem;
    }

    .footer-menu {
        margin-top: 1.5rem;
        margin-left: 0;
    }

    .footer-form {
        margin-right: 0;
        margin-top: 1.5rem;
    }

    .form-title {
        font-size: 1rem
    }

    .footer-form .row {
        --bs-gutter-y: 1rem;
        --bs-gutter-x: 1.5rem;
    }

    .header-social {
        margin-right: 0.5rem;
        width: 32px;
        height: 32px;
    }

    h1, .h1 {
        font-size: 1.5rem;
    }

    .frontpage-about .fp-title {
        font-size: 1.25rem;
    }

    .frontpage-about .fp-subtitle {
        font-size: 17px;
        line-height: 1.5;
        margin-top: 0.25rem;
    }

    .event-card {
        min-height: 200px;
    }

    .event-card__info {
        border-radius: 0.75rem;
        padding: 1rem;
    }

    .event-card__title-wrapper {
        margin-bottom: 1rem;
    }

    .event-card__title, .event-card__text-primary {
        font-size: 1.125rem;
    }

    .event-card__link {
        width: 42px;
    }

    .event-card__logo {
        width: 42px;
        height: 42px;
    }

    .event-card__button {
        font-size: 13px;
    }

    .frontpage-expolist, .highlight-archive {
        margin-top: 60px;
        margin-bottom: 30px;
    }

    .frontpage-cta {
        font-size: 1.25rem;
    }

    .frontpage-cta hr {
        margin-bottom: 1.5rem;
    }

    .more-link, .btn-main {
        --btn-height: 36px;
        font-size: 14px;
    }

    .nav-links {
        margin-top: 2rem;
        margin-bottom: 60px;
        gap: .25rem;
    }

    .nav-links .page-numbers {
        width: 32px;
        height: 32px;
        font-size: 13px;
    }

    .btn-main.btn-lg {
        --bs-btn-padding-x: 1.25rem;
        --btn-height: 42px;
        --bs-btn-font-size: 1rem;
    }

    .post-card {
        min-height: unset;
        padding: 16px;
        border-radius: 1rem;
    }

    .post-card .card-title {
        font-size: 1.25rem;
    }

    .post-card .card-subtitle {
        font-size: 14px;
    }

    .footer-menu .nav-link {
        font-size: 12px;
    }

    .form-control {
        padding: 0 0 0.5rem 0;
    }

    .menu-title {
        text-transform: uppercase;
        font-size: 12px;
        margin-bottom: 0.75rem;
    }

    .archive-expo-row {
        --bs-gutter-x: 1rem;
        --bs-gutter-y: 1rem;
    }

    .archive-expo-card .card-title {
        min-height: 60px;
    }

    .archive-expo-card {
        padding: 1.25rem;
    }

    .nav-pills-years {
        justify-content: space-evenly;
    }

    .nav-pills .nav-link {
        text-align: center;
        padding: 0.375rem 1rem;
    }

    .nav-pills-years .nav-link {
        width: 85px;
    }

    .event-title {
        font-size: 7vw;
        line-height: 1.15;
    }

    .event-subtitle {
        font-size: 5vw;
    }

    .organizer-row {
        gap: .75rem .25rem;
    }

    .organizer-item {
        gap: 0.25rem;
        justify-content: center;
    }

    .organizer-logo {
        height: 48px;
    }

    .organizer-name {
        font-size: 8px;
    }

    .gallery-wrapper {
        border-radius: 1rem;
    }

    .tns-controls button {
        width: 36px;
        height: 36px;
        bottom: 16px;
        right: 60px;
    }

    .tns-controls button[data-controls="next"] {
        right: 16px;
    }

    .partners-row {
        --bs-gutter-y: 1.5rem;
        --bs-gutter-x: 1.5rem;
    }

    .expo-nearest {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .page-template-page-about .advantages-row {
        padding-left: 0;
        padding-right: 2rem;
        --padding-x: 1.5rem;
        --padding-t: 1.5rem;
        --padding-b: 1.5rem;
    }

    .page-template-page-about .advantages-row .elem {
        margin: 0;
        margin-top: -1px;
        border-radius: 0;
    }

    .page-template-page-about .advantages-row .elem-1 {
        border-top-left-radius: 1rem;
    }

    .page-template-page-about .advantages-row .elem-4 {

        border-bottom-left-radius: 1rem;
        border-bottom-right-radius: 1rem;
    }

    .page-template-page-about .advantages {
        padding: 1.5rem 0.75rem;
        border-radius: 0;
        margin: 60px -12px;
    }

    .participant-info {
        flex-direction: column;
        align-items: center;
    }

    .cookie-container{
        flex-direction: column;
    }
}