.top-right-image,
.event-formats-component,
.regular-practice-component,
.qualified-teachers-component {
    width: 33.3%;
}

.community-component,
.event-access-component {
    width: 50%;
}

.top-left-column {
    width: 66.6%;
}

.socials {
    margin-top: 5.55vw;
}

.social {
    align-items: center;
    height: 100%;
    border-radius: 16px;
    font-size: 1.11vw;
}

.theme-block {
    line-height: 3.33vw;
}

.theme-block-describe,
.theme-block-describe-reverse {
    width: 100%;
    font-size: 20px;
}

.back-item {
    justify-content: flex-start;
    padding-left: 3vw;
}

.back-item-reverse {
    justify-content: flex-end;
    padding-right: 3vw;
}

.info-block,
.info-block-reverse {
    justify-content: center;
    gap: 24px;
    width: 71%;
}

@media(max-width: 992px) {
    .info-block,
    .info-block-reverse {
        gap: 16px;
    }
}

.icon-block {
    margin-right: 30px;
    width: calc(3vw + 10px);
    height: calc(3vw + 10px);
}
@media(max-width: 992px) {
    .icon-block {
        margin-right: 20px;
    }
}

.icon-block svg, .icon-block img {
    max-width: 100%;
}

@media(max-width: 992px) {
    .icon-block-reverse {
        margin-right: 20px;
    }
}

.but-day,
.but-online,
.but-time {
    padding: 12px 16px;
    font-size: 16px;
    line-height: 1;
}

@media(max-width: 992px) {
    .but-day,
    .but-online,
    .but-time {
        padding: 8px 12px;
        font-size: 12px;
    }
}

.link-to-event {
    display: inline-block;
    margin-left: 0;
    margin-right: auto;
    padding: 10px 32px;
    border: 1px solid #6752CE;
    border-radius: 68px;
    font-size: 16px;
    line-height: 24px;
    color: #6752CE !important;
    background-color: transparent;
    transition: .2s;
}

.link-to-event svg path {
    transition: .2s;
}

.link-to-event:active,
.link-to-event:hover {
    color: #ffffff !important;
    background-color: #6752CE;
}

.link-to-event:hover svg path {
    fill: #ffffff;
}

.swiper-info-block .link-to-event {
    margin-top: 16px;
}

.nav-item--submenu {
    position: relative;
}

.nav-item--submenu > .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-item .nav-item__submenu-arrow path {
    transition: .2s;
}

.nav-item--submenu.nav-item--show-submenu .nav-item__submenu-arrow path
.nav-item--submenu:hover .nav-item__submenu-arrow path {
    fill: #F2C130;
}

/*.nav-item--submenu.nav-item--show-submenu .nav-item__submenu-arrow path {*/
/*    fill: #F2C130;*/
/*}*/

@media(min-width: 768px) {
    .nav-item--submenu:hover .nav-item__submenu-arrow {
        transform: rotate(180deg);
    }

    .nav-item--submenu:hover .header-sub-menu {
        opacity: 1;
        visibility: visible;
    }
}

@media(max-width: 767px) {
    .nav-item--submenu.nav-item--show-submenu .nav-item__submenu-arrow {
        transform: rotate(180deg);
    }

    .nav-item--submenu.nav-item--show-submenu .header-sub-menu {
        display: flex;
        visibility: visible;
        opacity: 1;
        min-width: auto;
    }

    .header-sub-menu {
        display: none;
    }
}

.nav-item__submenu-arrow {
    display: block;
    width: 14px;
    height: 8px;
    margin-left: 16px;
}

.header-sub-menu {
    opacity: 0;
    visibility: hidden;
    transform: translateZ(0);
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 9;
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 393px;
    padding: 16px 24px;
    border-radius: 8px;
    background-color: #2C324D;
    transition: .2s;
}
@media(max-width: 767px) {
    .header-sub-menu {
        position: static;
        display: none;
    }
}

a.header-sub-menu__item {
    display: flex;
    align-items: center;
    min-height: 40px;
    font-family: Rubik, serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #ffffff;
    transition: .2s;
}

.header-sub-menu__item:hover {
    color: #F2C130;
}

.header-sub-menu__badge {
    display: inline-block;
    margin-left: 8px;
    padding: 2px 8px;
    border-radius: 100px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #ffffff;
    background-color: #6D5CF9;
}