body {
    background-color: #f3f4f6;
}

.header {
    display: none;
    background-color: #E40527;
    padding: 25px 20px 40px;
}

.header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.logotypes {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.disabled-btn {
    background-color: #9c9797 !important;
    cursor: default !important;
}

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

.site-detail-header-logo {
    display: block;
    max-width: 143px;
    max-height: 58px;
    object-fit: contain;
}

.contacts {
    font-weight: 500;
    padding: 8px 14px;
    border: 1px solid #efefef80;
    border-radius: 10px;
    transition: all 0.2s ease-in;
    z-index: 10;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.contacts:hover {
    background-color: #fff;
    color: #ff0000;
}

.contacts-link {
    padding: 0 5px;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.container {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 !important;
    box-sizing: border-box;
}

.event-detail {
    margin-top: 140px;
}

.breadcrumbs {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    text-decoration: underline;
    color: #99A1AF;
    word-break: break-word;
}

.breadcrumbs > a > span {
    color: #6A7282;
}

.event-info {
    padding: 32px;
    border-radius: 16px;
    background-color: #fff;
}

.event-detail-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2;
    text-transform: uppercase;
    flex-wrap: wrap;
    gap: 15px;
    color: #101828;
}

.country-flag {
    border-radius: 8px;
    width: 48px;
    height: 32px;
    object-fit: cover;
    flex-shrink: 0;
}

.event-detail-main {
    display: flex;
    margin-top: 25px;
    gap: 25px;
    flex-wrap: wrap;
    flex-direction: column;
    position: relative;
}

.event-detail-image {
    width: 240px;
    height: 240px;
    object-fit: cover;
    border-radius: 8px;
    flex-shrink: 0;
}

.event-detail-info {
    position: relative;
    flex: 1;
    min-width: 0;
    width: 100%;
}

.event-detail-top {
    display: flex;
    flex-direction: column;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.3;
    color: #323232;
}

.event-detail-date {
    text-decoration: underline;
    display: block;
}

.event-detail-industry {
    display: block;
    color: #6A7282;
}

.event-detail-description {
    margin-top: 15px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
    color: #4A5565;
    text-align: justify;
    margin-bottom: 20px;
}

.event-detail-action > input {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    line-height: 1.2;
    color: #fff;
    background-color: #CE1413;
    padding: 10px 24px;
    border-radius: 22px;
    transition: .3s;
    border: none;
    cursor: pointer;
    font-size: 14px;
    width: auto;
    display: inline-block;
}

.event-detail-action > input:hover {
    background-color: #a60f0f;
}

.indicators {
    margin-top: 30px;
}

.indicators-wrapper {
    color: #111827;
    padding: 38px 40px 42px;
    background-color: #fff !important;
    border-radius: 20px;
}

.indicators_title {
    color: #111827;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.1;
}

.indicators-list {
    margin-top: 28px;
    display: flex;
    justify-content: space-between;
    gap: 24px;
}

.indicators-item {
    width: calc((100% - 48px) / 3);
    min-height: 162px;
    padding: 18px 16px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 58px;
    line-height: 1;
    text-align: center;
    background-color: #F7F7F7;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.indicators-item_top {
    font-size: 36px;
    line-height: 1;
    color: #111827;
    display: flex;
    align-items: baseline;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 10px;
    text-align: center;
}

.indicator-number {
    font-size: inherit;
    line-height: inherit;
}

.indicator-measure,
.indicators-item_measure {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font-weight: 700;
    max-width: 100%;
    word-break: break-word;
}

.indicators-item_bottom {
    font-size: 16px;
    color: #9CA3AF;
    line-height: 1.45;
    font-weight: 400;
    max-width: 100%;
    word-break: break-word;
}

.video-section {
    margin-top: 60px;
    position: relative;
    width: 100%;
    height: 100%;
    margin-bottom: 60px;
    padding: 0 60px;
}

.background-video {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 14px;
}

.background-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1;
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
}

.background-video .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.50);
    z-index: 2;
    pointer-events: none;
}

.interesting-section {
    margin-top: 40px;
    background-color: #f5f5f5;
}

.btn-more {
    cursor: pointer;
    padding: 10px 20px;
    color: #fff;
    border-radius: 22px;
    background-color: #E31E24;
    transition: .3s;
    text-decoration: none;
    display: inline-block;
    border: none;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    box-sizing: border-box;
}

.btn-more:hover {
    background-color: #a60f0f;
    color: #fff;
}

.interesting-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 30px;
    gap: 15px;
    text-align: center;
    width: 100%;
}

.interesting-title > h3 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    text-transform: uppercase;
    margin: 0;
    width: 100%;
    text-align: center;
}

.interesting-title > a {
    font-family: 'Inter', sans-serif;
    color: #7E798E;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    text-decoration: underline;
    text-align: center;
    width: 100%;
    display: block;
}

.interesting-carousel {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
}

.carousel-container {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.carousel-track {
    display: flex;
    gap: 30px;
    transition: transform 0.3s ease;
    width: max-content;
    margin: 0 auto;
    justify-content: center;
}

.event-card {
    flex: 0 0 231px;
    width: 300px;
    transition: transform 0.3s ease;
    display: flex;
    justify-content: center;
}

.event-card.hidden {
    display: none;
}

.event-item {
    display: flex;
    flex-direction: column;
    width: 300px;
    background-color: #fff;
    border-radius: 8px;
    height: 100%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin: 0;
}

.event-item-top {
    height: 228px;
    position: relative;
    overflow: hidden;
    background-color: #7E798E;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.event-item-base-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: #e3e3e3;
}

.event-item-corner-svg {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
    width: 46px;
    height: 58px;
    pointer-events: none;
}

.event-item-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: auto;
    padding: 15px;
    background-color: #fff;
    border-radius: 0 0 8px 8px;
}

.event-item-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    color: #323232;
    text-transform: uppercase;
    margin: 8px 0;
    font-family: 'Inter', sans-serif;
    text-align: center;
    word-break: break-word;
}

.event-item-date {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 500;
    color: #99A1AF;
    font-family: 'Inter', sans-serif;
    text-align: center;
}

.event-item-date img {
    width: 14px;
    height: 14px;
}

.event-item-industry {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 15px;
    color: #99A1AF;
    font-family: 'Inter', sans-serif;
    text-align: center;
    word-break: break-word;
}

.event-item-buttons {
    margin-top: auto;
    text-align: center;
}

.carousel-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #E40527;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: all 0.3s ease;
    flex-shrink: 0;
    position: absolute;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-prev {
    left: -23px;
}

.carousel-next {
    right: -23px;
}

.carousel-btn:hover:not(:disabled) {
    background-color: #c00420;
    transform: translateY(-50%) scale(1.05);
}

.carousel-btn:disabled {
    background-color: #cccccc;
    cursor: not-allowed;
    opacity: 0.6;
}

.carousel-btn svg {
    width: 20px;
    height: 20px;
}

.carousel-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 30px;
    width: 100%;
}

.carousel-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    background-color: #ddd;
    cursor: pointer;
    padding: 0;
    transition: all 0.3s ease;
}

.carousel-dot.active {
    background-color: #E40527;
    transform: scale(1.2);
}

.carousel-dot:hover {
    background-color: #c00420;
}

.footer {
    margin-top: 90px;
    background-color: #E6E7EB;
}

.footer-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 20px;
    gap: 30px;
}

.footer-logo {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
    text-align: center;
}

.footer-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    width: 100%;
}

.footer-social {
    text-align: center;
    width: 100%;
}

.footer-social > span {
    font-family: 'Inter', sans-serif;
    color: #9A9A9A;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    display: block;
}

.social-list {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 15px;
    flex-wrap: wrap;
}

.footer-logo_link {
    display: inline-block;
    transition: fill 0.3s;
}

.footer-logo_link:hover path {
    fill: #ff004f;
}

.confidential-link {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    color: #9a9a9a;
    text-decoration: underline;
    text-align: center;
    display: block;
    margin-top: 20px;
}

.footer-bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #333;
    opacity: 0.5;
    font-size: 12px;
    text-align: center;
    gap: 10px;
    width: 100%;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.social-list a {
    display: inline-block;
    transition: transform 0.3s ease;
}

.social-list a:hover {
    transform: translateY(-3px);
}

.social-list svg {
    transition: fill 0.3s ease;
}

.social-list a:hover svg path {
    fill: #E40527;
}

.footer-logo img {
    max-width: 180px;
    height: auto;
    transition: opacity 0.3s ease;
}

.footer-logo img:hover {
    opacity: 0.8;
}

.popup,
.popup-notifications,
.popup-success {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(50px);
    justify-content: center;
    align-items: center;
    z-index: 1001;
}

.popup-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 1187px;
    background-color: #fff;
    padding: 30px;
    border-radius: 20px;
}

.popup-content > img {
    background-color: #D9D9D9;
    border-radius: 21px;
    width: 72px;
    height: 72px;
    margin-bottom: 17px;
}

.popup-content_title {
    width: 100%;
    overflow-wrap: anywhere;
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    text-align: center;
    color: #323232;
    margin-bottom: 10px;
}

.main-popup_title {
    text-align: left;
}

.main-popup_description {
    display: flex;
    justify-content: flex-start;
    text-align: left !important;
}

.popup-content_description {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #666666;
    margin-bottom: 29px;
    text-align: center;
}

.icon-warning:before {
    content: '\e905';
}

.application-inputs_wrapper {
    position: relative;
}

.inputBlock__error {
    position: absolute;
    top: 15px;
    right: 17px;
    opacity: 0;
    transition: all .3s ease;
}

.inputBlock__error-active {
    opacity: 1 !important;
}

.message {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    color: #FF004F;
}

.application-form_inputs {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    grid-column-gap: 20px;
    grid-row-gap: 29px;
    margin-bottom: 17px;
}

.application-input_name {
    position: absolute;
    z-index: 10;
    top: 8px;
    left: 24px;
}

.application-form_field {
    width: 356px;
    height: 70px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    padding: 13px 24px 0;
    background-color: #F3F4F6;
    color: #7E798E;
    border-radius: 20px;
}

.application-form_field::placeholder,
.__select__title {
    color: #BBBBBB;
    font-size: 16px !important;
    font-weight: 500;
}

.submit-button {
    width: 356px;
    height: 70px;
    background-color: #E40427;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
    border-radius: 12px;
    transition: all .3s ease;
}

.submit-button:hover {
    background-color: #bb181d;
}

.button-disabled {
    cursor: inherit;
}

.checkbox.contact-form_checkbox label {
    border-color: #7E798E;
}

.checkbox.error label {
    border-color: #FF004F !important;
}

.application-form_bottom {
    display: flex;
    flex-direction: column;
    grid-gap: 5px;
}

.contact-form_checkbox label {
    border-color: #7E798E;
}

.checkbox.error label {
    border-color: #FF004F !important;
}

.application-form_checkboxes {
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
    color: #7E798E;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
}

.form-checkbox {
    flex-direction: row;
    justify-content: flex-start;
}

.application-input_error {
    position: absolute;
    left: 24px;
    bottom: 0;
    font-size: 11px;
    color: #E40427;
}

.application-form_link {
    text-decoration: underline;
}

.application-form_agreement {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 9px;
}

.close-popup {
    position: absolute;
    top: 25px;
    right: 25px;
}

.close-popup_success {
    color: #fff;
    background-color: #E40427;
    border-radius: 12px;
    font-weight: 500;
    font-size: 16px;
    padding: 14px 40px;
}

.close-popup_success:hover {
    background-color: #C71049;
}

.pagination {
    display: flex;
    justify-content: center;
}

.pagination-button,
.pagination-button_past,
.pagination-hide_button,
.pagination-hide_button-past {
    width: 100%;
    height: 56px;
    border: 1px solid #E40427;
    color: #E40427;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    border-radius: 10px;
    transition: all .3s ease;
}

.pagination-hide_button {
    display: none;
}

.pagination-button:hover,
.pagination-button_past:hover,
.pagination-hide_button:hover,
.pagination-hide_button-past:hover {
    background-color: #E40427;
    color: #fff;
}

.inputBlock__error {
    top: 10px !important;
    right: 13px !important;
}

.form-contact {
    position: relative;
    width: 100%;
    padding: 32px 0 41px;
    background-color: #fff;
}

.form-contact_container {
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    max-width: 1440px;
}

.form-contact_wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    z-index: 10;
    padding: 0 20px;
}

.form-contact_content {
    backdrop-filter: blur(15px);
}

.form-contact_contact {
    background-color: #EDECEC82;
    z-index: 5;
}

.form-contact_bg {
    position: absolute;
    top: -32px;
    right: -106px;
}

h1 {
    display: flex;
    justify-content: center;
}

.__select {
    position: relative;
}

.__select[data-state="active"] .__select__title::before {
    transform: translate(-3px, -50%) rotate(-45deg);
}

.__select[data-state="active"] .__select__title::after {
    transform: translate(3px, -50%) rotate(45deg);
}

.__select[data-state="active"] .__select__content {
    opacity: 1;
}

.__select[data-state="active"] .__select__label + .__select__input + .__select__label {
    max-height: 40px;
    border-top-width: 1px;
}

.__select__title {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    cursor: pointer;
}

.__select__title::before,
.__select__title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    display: block;
    width: 10px;
    height: 2px;
    transition: all 0.3s ease-out;
    background-color: #333333;
    transform: translate(-3px, -50%) rotate(45deg);
}

.__select__title::after {
    transform: translate(3px, -50%) rotate(-45deg);
}

.__select__title:hover::before,
.__select__title:hover::after {
    background-color: #D8093A;
}

.reset {
    display: flex;
    width: 230px;
    margin: 0 auto 10px;
    border: solid 1px #c7ccd1;
    border-radius: 5px;
    transition: all 0.2s ease-out;
    cursor: pointer;
    font-weight: bold;
    background-color: #ffffff;
    color: #333333;
}

.reset:hover {
    background-color: #D8093A;
    color: #ffffff;
}

.__select__content {
    display: none;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    left: 3px;
    top: 60px;
    z-index: 8;
}

.__select__input {
    display: none;
}

.__select__input:checked + label {
    background-color: #dedede;
}

.__select__input:disabled + label {
    opacity: 0.6;
    pointer-events: none;
}

.__select__label {
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    max-height: 0;
    padding: 0 16px;
    transition: all 0.2s ease-out;
    cursor: pointer;
    overflow: hidden;
}

.__select__label + input + .__select__label {
    border-top: 0 solid #C7CCD160;
}

.__select__label:hover {
    background-color: #D8093A !important;
    color: #ffffff;
}

.container-carousel {
    width: 100%;
    max-width: 960px;
    padding: 20px 22px 24px;
    background: #fff;
    border-radius: 20px;
    margin: 30px auto 0;
    box-sizing: border-box;
}

.material-carousel-section {
    width: 100%;
    background-color: transparent;
    overflow: hidden;
    margin-top: 0;
    border-radius: 0;
}

.material-carousel-section--vertical,
.material-carousel-section--video {
    background: transparent;
}

.material-carousel-section_title {
    color: #101828;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    line-height: 28px;
    padding: 0 40px 20px 10px;
}

.material-carousel-container {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 60px;
    box-sizing: border-box;
}

.material-carousel-container--vertical {
    display: flex;
    gap: 24px;
    align-items: center;
    padding: 0 10px 10px;
}

.material-carousel-wrapper {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    border-radius: 0;
}

.material-carousel-track {
    display: flex;
    transition: transform 0.3s ease-in-out;
    width: 100%;
}

.material-carousel-slide {
    flex: 0 0 100%;
    min-width: 100%;
    width: 100%;
    display: none;
    position: relative;
}

.material-carousel-slide.active {
    display: block;
}

.material-carousel-thumbnails {
    flex: 0 0 210px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.material-carousel-thumbnails-wrapper {
    height: 428px;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.material-carousel-thumbnails-track {
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: transform 0.3s ease;
}

.material-carousel-thumbnail {
    width: 100%;
    height: 134px;
    cursor: pointer;
    border-radius: 12px;
    overflow: hidden;
    opacity: 1;
    transition: all 0.3s ease;
    position: relative;
}

.material-carousel-thumbnail.active {
    opacity: 1;
    border-color: #D1D5DB;
    box-shadow: none;
}

.material-carousel-thumbnail:hover {
    opacity: 0.9;
}

.thumbnail-image img,
.thumbnail-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumbnail-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.material-carousel-prev-thumb,
.material-carousel-next-thumb {
    background: white;
    border: 1px solid #E40527;
    border-radius: 50%;
    cursor: pointer;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.material-carousel-prev-thumb:hover,
.material-carousel-next-thumb:hover {
    background: #E40527;
}

.material-carousel-prev-thumb:hover svg path,
.material-carousel-next-thumb:hover svg path {
    stroke: white;
}

.material-carousel-main {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
}

.material-carousel-main-content {
    flex: 1;
    position: relative;
    border-radius: 14px;
    overflow: hidden;
}

.material-carousel-main-slide {
    display: none;
    width: 100%;
    height: 100%;
}

.material-carousel-main-slide.active {
    display: block;
}

.carousel-image img,
.carousel-video video {
    width: 100%;
    height: 428px;
    object-fit: cover;
    border-radius: 14px;
}

.material-carousel-prev-main,
.material-carousel-next-main {
    background: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    width: 42px;
    height: 42px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}

.material-carousel-prev-main {
    left: -21px;
}

.material-carousel-next-main {
    right: -21px;
}

.material-carousel-prev-main:hover,
.material-carousel-next-main:hover {
    background: #F9FAFB;
    transform: translateY(-50%) scale(1.05);
}

.material-carousel-prev-main:hover svg path,
.material-carousel-next-main:hover svg path {
    stroke: #333;
}

.material-carousel-prev,
.material-carousel-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #EDEEF2;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
}

.material-carousel-prev:hover,
.material-carousel-next:hover {
    background-color: #E40527;
}

.material-carousel-prev:hover svg path,
.material-carousel-next:hover svg path {
    stroke: #EDEEF2;
}

.material-carousel-prev {
    left: 5px;
}

.material-carousel-next {
    right: 5px;
}

.material-carousel-prev svg,
.material-carousel-next svg {
    width: 24px;
    height: 24px;
}

.video-player-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #fff;
    padding: 0 10px;
}

.video-player-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}

.video-player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    border-radius: 14px;
}

.video-player-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.1) 100%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: opacity 0.3s ease;
    pointer-events: none;
    border-radius: 14px;
}

.video-top-info {
    padding: 8px;
}

.video-country {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(0, 0, 0, 0.6);
    padding: 3px 12px;
    border-radius: 30px;
    backdrop-filter: blur(4px);
}

.video-country img {
    width: 24px;
    height: 16px;
    object-fit: cover;
    border-radius: 2px;
}

.video-country span {
    color: white;
    font-size: 14px;
    font-weight: 500;
}

.video-center-info {
    text-align: center;
    padding: 0 20px;
}

.video-title {
    color: white;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 12px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.video-description {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    max-width: 80%;
    margin: 0 auto;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.video-bottom-info {
    padding: 20px;
    display: flex;
    justify-content: flex-end;
}

.video-duration {
    display: flex;
    align-items: center;
    gap: 6px;
    background: rgba(0, 0, 0, 0.6);
    padding: 6px 12px;
    border-radius: 30px;
    backdrop-filter: blur(4px);
}

.video-duration span {
    color: white;
    font-size: 14px;
}

.video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: none;
    border: none;
    cursor: pointer;
    transition: opacity 0.3s ease, transform 0.2s ease;
    z-index: 10;
    pointer-events: auto;
}

.video-play-button:hover {
    transform: translate(-50%, -50%) scale(1.05);
}

.video-play-button svg circle {
    transition: fill 0.2s ease;
}

.video-play-button:hover svg circle {
    fill: #c00420;
}

.video-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    z-index: 20;
    border-radius: 14px;
}

.video-control-play-pause {
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-progress {
    flex: 1;
    height: 4px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
    cursor: pointer;
    position: relative;
}

.video-progress-bar {
    width: 0%;
    height: 100%;
    background: #E40527;
    border-radius: 2px;
    position: relative;
}

.video-current-time,
.video-total-time {
    color: white;
    font-size: 13px;
    min-width: 40px;
}

.header-dynamic {
    display: flex;
    justify-content: center;
    opacity: 0;
}

.header-dynamic.visible {
    opacity: 1;
}

.header-dynamic.hidden {
    opacity: 0;
}

.header-dynamic_wrapper {
    max-width: 960px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 120;
    top: 0;
    left: auto;
    position: fixed;
    padding: 21px 25px;
    background-color: #E40427;
    border-radius: 10px;
    width: 97%;
}

.header-dynamic_logo {
    display: flex;
    align-items: flex-start;
}

.header-dynamic_logo > img:nth-child(1) {
    width: 100px;
    height: 34px;
    cursor: pointer;
}

.header-dynamic_logo > img:nth-child(2) {
    height: 34px;
    cursor: pointer;
}

.header-dynamic_buttons {
    display: flex;
    grid-gap: 4px;
}

.header-dynamic_buttons > a {
    text-decoration: none;
    width: 234px;
    flex: 1;
    background-color: transparent;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    padding: 14px 21px;
    border-radius: 12px;
    transition: 0.3s ease;
    color: #fff;
    border: 1px solid #efefef80;
}

.header-dynamic_buttons > a:hover {
    background-color: #fff;
    color: #FF004F;
}

@media screen and (max-width: 480px) {
    .event-detail-image {
        width: 100%;
    }

    .application-form_inputs {
        grid-row-gap: 10px;
    }

    .application-form_field {
        height: 58px;
    }

    .submit-button {
        height: 58px;
    }
}

@media screen and (max-width: 380px) {
    .application-form_field {
        width: 100%;
    }

    .submit-button {
        width: 100%;
    }

    .application-inputs_wrapper {
        width: 100%;
    }
}

@media (min-width: 481px) {
    .header {
        padding: 30px 30px 50px;
    }

    .contacts {
        font-size: 15px;
        padding: 9px 16px;
    }

    .contacts-link {
        font-size: 15px;
    }

    .event-detail-title {
        font-size: 26px;
    }

    .event-detail-main {
        flex-direction: row;
        min-height: auto;
    }

    .event-detail-action > input {
        width: auto;
    }

    .interesting-title {
        flex-direction: row;
        align-items: center;
        text-align: left;
    }

    .interesting-title > h3,
    .interesting-title > a {
        text-align: left;
        width: auto;
    }

    .interesting-title > a {
        margin-left: auto;
    }

    .carousel-btn {
        position: absolute;
    }

    .btn-more {
        width: auto;
        padding: 10px 20px;
    }

    .footer-wrapper {
        padding: 40px 30px;
        gap: 40px;
    }

    .footer-social > span {
        font-size: 18px;
    }

    .confidential-link {
        font-size: 16px;
    }

    .footer-bottom {
        font-size: 14px;
        flex-direction: row;
        justify-content: space-between;
    }
}

@media (min-width: 769px) {
    .header {
        padding: 45px 56px 70px;
    }

    .breadcrumbs {
        font-size: 20px;
    }

    .event-detail-title {
        font-size: 36px;
    }

    .event-detail-main {
        margin-top: 40px;
        gap: 46px;
        flex-direction: row;
    }

    .event-detail-top {
        gap: 60px;
        flex-direction: row;
    }

    .video-section {
        margin-top: 100px;
        margin-bottom: 100px;
    }

    .event-item-title {
        text-align: left;
    }

    .event-item-date {
        justify-content: flex-start;
        text-align: left;
    }

    .event-item-industry {
        text-align: left;
    }

    .event-item-buttons {
        text-align: left;
    }

    .btn-more {
        padding: 12px 23px;
        font-size: 16px;
    }

    .footer-wrapper {
        padding: 40px;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }

    .footer-left {
        flex-direction: row;
        align-items: flex-start;
        gap: 100px;
        width: auto;
    }

    .footer-logo {
        align-items: flex-start;
        text-align: left;
    }

    .footer-social {
        text-align: left;
        width: auto;
    }

    .social-list {
        justify-content: flex-start;
    }

    .confidential-link {
        text-align: left;
        margin-top: 0;
    }

    .footer-social > span {
        font-size: 20px;
    }

    .social-list {
        gap: 25px;
        margin-top: 25px;
    }

    .footer-bottom {
        flex-direction: row;
        justify-content: space-between;
        font-size: 16px;
    }
}

@media (min-width: 1025px) {
    .footer-wrapper {
        padding: 40px 140px;
    }
}

@media (max-width: 1024px) {
    .indicators-wrapper {
        padding: 32px 30px 36px;
    }

    .indicators_title {
        text-align: left;
    }

    .indicators-list {
        margin-top: 22px;
    }

    .indicators-item {
        min-height: 170px;
        font-size: 48px;
    }

    .indicators-item_bottom {
        font-size: 14px;
    }

    .indicator-measure,
    .indicators-item_measure {
        font-size: inherit;
    }

    .header-dynamic_buttons > button,
    .header-dynamic_buttons > a {
        width: 165px;
        font-size: 12px;
        padding: 14px 10px;
    }
}

@media (max-width: 896px) and (orientation: landscape) {
    .indicators-list {
        flex-wrap: wrap;
        justify-content: center;
    }

    .indicators-item {
        flex: 0 1 calc(33.333% - 20px);
        min-width: 160px;
    }
}

@media (max-width: 768px) {
    .indicators {
        margin-top: 50px;
    }

    .indicators-wrapper {
        padding: 25px 25px 50px 25px;
        border-radius: 20px;
    }

    .indicators_title {
        text-align: center;
    }

    .indicators-list {
        margin-top: 40px;
        flex-wrap: wrap;
    }

    .indicators-item {
        font-size: 40px;
        flex: 1 1 calc(50% - 20px);
        min-width: 200px;
        min-height: 145px;
    }

    .indicators-item_bottom {
        font-size: 14px;
    }

    .indicator-measure,
    .indicators-item_measure {
        font-size: inherit;
    }

    .background-video video::-webkit-media-controls {
        display: none !important;
    }

    .background-video video::-webkit-media-controls-enclosure {
        display: none !important;
    }

    .background-video video::-webkit-media-controls-panel {
        display: none !important;
    }

    .background-video video::-webkit-media-controls-play-button {
        display: none !important;
    }

    .background-video video::-webkit-media-controls-start-playback-button {
        display: none !important;
    }

    .background-video video::-webkit-media-controls-timeline {
        display: none !important;
    }

    .background-video video::-webkit-media-controls-current-time-display {
        display: none !important;
    }

    .background-video video::-webkit-media-controls-time-remaining-display {
        display: none !important;
    }

    .background-video video::-webkit-media-controls-mute-button {
        display: none !important;
    }

    .background-video video::-webkit-media-controls-toggle-closed-captions-button {
        display: none !important;
    }

    .background-video video::-webkit-media-controls-volume-slider {
        display: none !important;
    }

    .material-carousel-container {
        padding: 0 50px;
    }

    .material-carousel-container--vertical {
        flex-direction: column;
        align-items: center;
    }

    .material-carousel-prev,
    .material-carousel-next {
        width: 40px;
        height: 40px;
    }

    .carousel-image,
    .carousel-video {
        aspect-ratio: 4 / 3;
        max-height: none;
    }

    .material-carousel-main-content,
    .material-carousel-main-slide {
        aspect-ratio: auto;
    }

    .material-carousel-main-content {
        height: clamp(220px, 56vw, 420px);
    }

    .material-carousel-main-slide {
        width: 100%;
        height: 100%;
    }

    .carousel-image,
    .carousel-video,
    .carousel-image img,
    .carousel-video video {
        width: 100%;
        height: 100%;
    }

    .carousel-image img,
    .carousel-video video {
        display: block;
    }

    .material-carousel-thumbnails {
        flex-direction: row;
        flex: auto;
        order: 2;
    }

    .material-carousel-thumbnails-wrapper {
        height: auto;
        width: calc(100% - 80px);
        overflow-y: hidden;
    }

    .material-carousel-thumbnails-track {
        flex-direction: row;
    }

    .material-carousel-thumbnail {
        width: 80px;
        height: 50px;
        flex-shrink: 0;
    }

    .material-carousel-prev-thumb,
    .material-carousel-next-thumb {
        transform: rotate(90deg);
    }

    .material-carousel-main {
        order: 1;
    }

    .video-title {
        font-size: 18px;
    }

    .video-description {
        font-size: 12px;
        max-width: 90%;
    }

    .video-play-button svg {
        width: 45px;
        height: 45px;
    }

    .video-country span {
        font-size: 12px;
    }

    .video-duration span {
        font-size: 12px;
    }

    .video-controls {
        padding: 12px;
    }

    .container-carousel {
        padding: 20px;
    }

    .material-carousel-section_title {
        font-size: 20px;
    }
}

@media (max-width: 580px) {
    .indicators {
        margin-top: 40px;
    }

    .indicators-wrapper {
        padding: 20px 20px 40px 20px;
        border-radius: 16px;
    }

    .indicators_title {
        text-align: center;
        word-break: break-word;
    }

    .indicators-list {
        margin-top: 22px;
        flex-direction: column;
        gap: 14px;
    }

    .indicators-item {
        font-size: 34px;
        width: 100%;
        text-align: center;
        min-height: 130px;
        padding: 16px 12px;
    }

    .indicators-item_top {
        margin-bottom: 8px;
    }

    .indicators-item_bottom {
        font-size: 14px;
    }

    .indicator-measure,
    .indicators-item_measure {
        font-size: inherit;
    }
}

@media (max-width: 480px) {
    .indicators {
        margin-top: 30px;
    }

    .indicators-wrapper {
        padding: 15px 15px 30px 15px;
        border-radius: 12px;
    }

    .indicators_title {
        line-height: 1.3;
    }

    .indicators-list {
        margin-top: 20px;
    }

    .indicators-item {
        font-size: 30px;
        min-height: 120px;
        padding: 14px 10px;
    }

    .indicators-item_top {
        margin-bottom: 6px;
    }

    .indicators-item_bottom {
        font-size: 13px;
    }

    .indicator-measure,
    .indicators-item_measure {
        font-size: inherit;
    }

    .carousel-btn {
        display: none;
    }

    .carousel-track {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;
    }

    .event-card {
        flex: 0 0 100%;
        max-width: 280px;
        width: 100%;
        margin: 0 auto;
        justify-content: center;
    }

    .event-item {
        width: 100%;
        max-width: 280px;
        margin: 0 auto;
    }

    .event-item-title,
    .event-item-date,
    .event-item-industry {
        text-align: center;
    }

    .event-item-date {
        justify-content: center;
    }

    .event-item-buttons {
        text-align: center;
    }

    .event-detail-action {
        position: relative;
        bottom: auto;
        margin-top: 30px;
        text-align: center;
        width: 100%;
    }

    .material-carousel-container {
        padding: 0 40px;
    }

    .material-carousel-prev,
    .material-carousel-next {
        width: 36px;
        height: 36px;
    }

    .carousel-image,
    .carousel-video {
        aspect-ratio: 4 / 3;
        max-height: none;
    }

    .material-carousel-main-content,
    .material-carousel-main-slide {
        aspect-ratio: auto;
    }

    .material-carousel-main-content {
        height: clamp(200px, 62vw, 320px);
    }

    .social-list {
        gap: 15px;
    }

    .social-list svg {
        width: 30px;
        height: 30px;
    }

    .footer-logo img {
        max-width: 150px;
        height: auto;
    }
}

@media (max-width: 360px) {
    .indicators-wrapper {
        padding: 12px 12px 24px 12px;
        border-radius: 10px;
    }

    .indicators-item {
        font-size: 26px;
    }

    .indicators-item_bottom {
        font-size: 13px;
    }

    .indicator-measure,
    .indicators-item_measure {
        font-size: inherit;
    }

    .header {
        padding: 20px 15px 30px;
    }

    .header-wrapper {
        flex-direction: column;
        gap: 15px;
    }

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

    .contacts {
        width: 100%;
        text-align: center;
        padding: 10px;
    }

    .event-detail-title {
        font-size: 20px;
        text-align: center;
        justify-content: center;
    }

    .event-detail-top {
        text-align: center;
    }

    .event-detail-date,
    .event-detail-industry {
        display: block;
        width: 100%;
    }

    .event-detail-description {
        text-align: center;
    }

    .event-detail-action {
        text-align: center;
    }

    .interesting-title > h3,
    .interesting-title > a {
        text-align: center;
        width: 100%;
    }

    .carousel-track {
        gap: 15px;
    }

    .event-card {
        max-width: 260px;
    }

    .video-section {
        margin: 40px 0;
    }

    .footer-wrapper {
        padding: 25px 15px;
    }

    .footer-social > span {
        font-size: 14px;
    }

    .confidential-link {
        font-size: 12px;
    }

    .social-list {
        gap: 12px;
    }

    .social-list svg {
        width: 25px;
        height: 25px;
    }
}

@media (max-width: 320px) {
    .indicators {
        margin-top: 25px;
    }

    .indicators-wrapper {
        padding: 10px 10px 20px 10px;
        border-radius: 8px;
    }

    .indicators_title {
        font-size: 16px;
    }

    .indicators-item {
        font-size: 22px;
    }

    .indicators-item_bottom {
        font-size: 12px;
    }

    .indicator-measure,
    .indicators-item_measure {
        font-size: inherit;
    }

    .event-detail-title {
        font-size: 18px;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 10px;
    }

    .event-detail-top {
        gap: 10px;
    }

    .event-detail-description {
        text-align: justify;
    }

    .interesting-title > h3 {
        font-size: 20px;
    }

    .interesting-title > a {
        font-size: 15px;
    }

    .event-item-top {
        height: 140px;
    }

    .event-item-title {
        font-size: 15px;
    }

    .event-item-date {
        font-size: 12px;
    }

    .event-item-industry {
        font-size: 12px;
    }

    .btn-more {
        padding: 8px 16px;
        font-size: 13px;
    }

    .event-card {
        max-width: 240px;
    }

    .footer-wrapper {
        padding: 20px 10px;
    }

    .footer-social > span {
        font-size: 13px;
    }

    .confidential-link {
        font-size: 11px;
    }

    .footer-bottom {
        font-size: 11px;
        flex-direction: column;
        gap: 8px;
    }

    .social-list svg {
        width: 22px;
        height: 22px;
    }
}

@media (max-width: 770px) {
    .header {
        display: block;
    }

    .event-detail {
        margin-top: 46px;
    }

    .header-dynamic_wrapper {
        display: block;
        width: 100%;
        top: unset;
        bottom: 0;
        padding: 11px 13px;
    }

    .header-dynamic_wrapper > img{
        display: none;
    }

    .header-dynamic_buttons > button,
    .header-dynamic_buttons > a {
        font-size: 13px;
        padding: 14px 13px;
    }

    .header-dynamic_logo {
        display: none;
    }

    .header-dynamic_buttons {
        justify-content: center;
    }
}

@media (max-width: 375px) {
    .header-dynamic_buttons > button,
    .header-dynamic_buttons > a {
        font-size: 10px;
        padding: 9px 7px;
    }
}

@supports (-webkit-touch-callout: none) {
    .background-video video {
        max-width: 100%;
        max-height: 100%;
        object-fit: cover;
    }

    .background-video video::-webkit-media-controls-panel {
        display: none !important;
        opacity: 0 !important;
        pointer-events: none !important;
    }
}


/* Карусель событий - только стрелки */
.interesting-carousel {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
}

.carousel-container {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.carousel-track {
    display: flex;
    gap: 30px;
    transition: transform 0.3s ease;
    width: max-content;
    margin: 0 auto;
    justify-content: center;
}

.event-card {
    flex: 0 0 231px;
    width: 300px;
    transition: transform 0.3s ease;
    display: flex;
    justify-content: center;
}

.event-card.hidden {
    display: none;
}

.event-item {
    display: flex;
    flex-direction: column;
    width: 300px;
    background-color: #fff;
    border-radius: 8px;
    height: 100%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin: 0;
}

.event-item-top {
    height: 228px;
    position: relative;
    overflow: hidden;
    background-color: #7E798E;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.event-item-base-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: #e3e3e3;
}

.event-item-corner-svg {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
    width: 46px;
    height: 58px;
    pointer-events: none;
}

.event-item-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: auto;
    padding: 15px;
    background-color: #fff;
    border-radius: 0 0 8px 8px;
}

.event-item-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    color: #323232;
    text-transform: uppercase;
    margin: 8px 0;
    font-family: 'Inter', sans-serif;
    text-align: center;
    word-break: break-word;
}

.event-item-date {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 500;
    color: #99A1AF;
    font-family: 'Inter', sans-serif;
    text-align: center;
}

.event-item-date img {
    width: 14px;
    height: 14px;
}

.event-item-industry {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 15px;
    color: #99A1AF;
    font-family: 'Inter', sans-serif;
    text-align: center;
    word-break: break-word;
}

.event-item-buttons {
    margin-top: auto;
    text-align: center;
}

.carousel-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #E40527;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: all 0.3s ease;
    flex-shrink: 0;
    position: absolute;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
}

/* Десктоп - 3 карточки */
@media (min-width: 1001px) {
    .carousel-prev {
        left: -23px;
    }

    .carousel-next {
        right: -23px;
    }
}

/* Планшеты и ноутбуки - 2 карточки (1000px и ниже) - смещаем стрелки чтобы не выходили за экран */
@media (max-width: 1000px) {
    .carousel-prev {
        left: 10px;
    }

    .carousel-next {
        right: 10px;
    }
}

@media (max-width: 900px) {
    .carousel-prev {
        left: 8px;
    }

    .carousel-next {
        right: 8px;
    }
}

@media (max-width: 800px) {
    .carousel-prev {
        left: 5px;
    }

    .carousel-next {
        right: 5px;
    }
}

@media (max-width: 768px) {
    .carousel-prev {
        left: 5px;
    }

    .carousel-next {
        right: 5px;
    }

    .carousel-btn {
        width: 36px;
        height: 36px;
    }

    .carousel-btn svg {
        width: 18px;
        height: 18px;
    }

    .carousel-track {
        gap: 20px;
    }

    .event-card {
        width: 260px;
    }

    .event-item {
        width: 260px;
    }

    .event-item-top {
        height: 200px;
    }
}

/* Мобильные - 1 карточка (580px и ниже) */
@media (max-width: 580px) {
    .carousel-prev {
        left: 10px;
    }

    .carousel-next {
        right: 10px;
    }

    .carousel-btn {
        width: 32px;
        height: 32px;
    }

    .carousel-btn svg {
        width: 16px;
        height: 16px;
    }

    .carousel-track {
        gap: 0;
        justify-content: center;
    }

    .event-card {
        width: 280px;
    }

    .event-item {
        width: 280px;
    }

    .event-item-top {
        height: 210px;
    }
}

@media (max-width: 480px) {
    .carousel-prev {
        left: 8px;
    }

    .carousel-next {
        right: 8px;
    }

    .carousel-btn {
        width: 28px;
        height: 28px;
    }

    .carousel-btn svg {
        width: 14px;
        height: 14px;
    }

    .event-card {
        width: 260px;
    }

    .event-item {
        width: 260px;
    }

    .event-item-top {
        height: 195px;
    }

    .event-item-title {
        font-size: 16px;
    }

    .event-item-date {
        font-size: 12px;
    }

    .event-item-industry {
        font-size: 12px;
    }
}

@media (max-width: 400px) {
    .carousel-prev {
        left: 5px;
    }

    .carousel-next {
        right: 5px;
    }

    .carousel-btn {
        width: 26px;
        height: 26px;
    }

    .event-card {
        width: 240px;
    }

    .event-item {
        width: 240px;
    }

    .event-item-top {
        height: 180px;
    }
}

@media (max-width: 360px) {
    .carousel-prev {
        left: 3px;
    }

    .carousel-next {
        right: 3px;
    }

    .carousel-btn {
        width: 24px;
        height: 24px;
    }

    .event-card {
        width: 220px;
    }

    .event-item {
        width: 220px;
    }

    .event-item-top {
        height: 165px;
    }

    .event-item-title {
        font-size: 14px;
    }
}

@media (max-width: 320px) {
    .carousel-prev {
        left: 2px;
    }

    .carousel-next {
        right: 2px;
    }

    .carousel-btn {
        width: 22px;
        height: 22px;
    }

    .event-card {
        width: 200px;
    }

    .event-item {
        width: 200px;
    }

    .event-item-top {
        height: 150px;
    }

    .event-item-title {
        font-size: 13px;
    }

    .event-item-date {
        font-size: 11px;
    }

    .event-item-industry {
        font-size: 11px;
    }
}

/* Десктоп - стили для заголовка и текста */
@media (min-width: 769px) {
    .interesting-title {
        flex-direction: row;
        align-items: center;
        text-align: left;
    }

    .interesting-title > h3,
    .interesting-title > a {
        text-align: left;
        width: auto;
    }

    .interesting-title > a {
        margin-left: auto;
    }

    .event-item-title {
        text-align: left;
    }

    .event-item-date {
        justify-content: flex-start;
        text-align: left;
    }

    .event-item-industry {
        text-align: left;
    }

    .event-item-buttons {
        text-align: left;
    }
}

.header-dynamic {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 1000;
}

.header-dynamic.hidden {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.header-dynamic.visible {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
}

@media (max-width: 768px) {
    .material-carousel-container--vertical {
        flex-direction: column;
        padding: 0;
        gap: 16px;
    }

    .material-carousel-main {
        order: 1;
        width: 100%;
    }

    .material-carousel-thumbnails {
        order: 2;
        width: 100%;
        flex: none;
        overflow: hidden;
    }

    .material-carousel-thumbnails-wrapper {
        width: 100%;
        height: auto;
        overflow: visible;
    }

    .material-carousel-thumbnails-track {
        display: flex;
        flex-direction: row;
        gap: 12px;
        width: 100%;
        justify-content: space-between;
    }

    .material-carousel-thumbnail {
        flex: 1;
        width: 0;
        min-width: 0;
        height: auto;
        aspect-ratio: 16 / 9;
        cursor: pointer;
        border-radius: 8px;
        overflow: hidden;
        opacity: 0.6;
        transition: opacity 0.2s ease;
    }

    .material-carousel-thumbnail.active {
        opacity: 1;
        outline: 2px solid #E40527;
        outline-offset: 0;
    }

    .material-carousel-thumbnail:nth-child(n+4) {
        display: none;
    }

    .thumbnail-image,
    .thumbnail-video {
        width: 100%;
        height: 100%;
    }

    .thumbnail-image img,
    .thumbnail-video video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .material-carousel-prev-thumb,
    .material-carousel-next-thumb {
        display: none;
    }

    .material-carousel-prev-main,
    .material-carousel-next-main {
        width: 32px;
        height: 32px;
    }

    .material-carousel-prev-main {
        left: 8px;
    }

    .material-carousel-next-main {
        right: 8px;
    }
}

@media (max-width: 768px) {
    .header-dynamic_buttons a {
        font-size: 0;
    }
    .header-dynamic_buttons a::before {
        content: attr(data-text-mobile);
        font-size: 14px;
    }
}
@media (min-width: 769px) {
    .header-dynamic_buttons a::before {
        content: attr(data-text-desktop);
        font-size: 14px;
    }
}
