.breadcrumbsWrap--event {
    border-bottom: none;
    margin-bottom: 23px;
}

.breadcrumbsList--event {
    border-bottom: 1px solid #D0D0D0;
    padding-left: 103px;
}

.b-container--event-page {
    width: 100%;
    max-width: 1207px;
}

.b-event {
    padding-top: 23px;
    padding-bottom: 19px;
}

@media (max-width: 1279px) {
    .b-container--event-page {
        max-width: 817px;
    }
}

@media (max-width: 767px) {
    .breadcrumbsList--event {
        padding-left: 0;
        border-bottom: none;
    }

    .breadcrumbsWrap--event {
        margin-top: 9px;
        margin-bottom: 30px;
    }

    .b-event {
        padding-top: 30px;
    }
}

.b-event__title {
    font-family: 'CoreRhino65Bold';
    font-size: 24px;
    line-height: 32px;
    font-weight: normal;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: 0 0 16px;
}

.b-event__top-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 21px;
}

.b-event__image-wrap {
    // max-width: 621px;
    width: 100%;
    // height: 348px;
    margin-bottom: 10px;
}

.b-event__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.b-event__bottom-wrap {
    max-width: 621px;
    width: 100%;
}

.b-event__date {
    font-size: 13px;
    line-height: 16px;
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
}

.b-event__date::before {
    content: '';
    background: url('/img/event-page/calendar-black.svg') no-repeat center / contain;
    width: 15px;
    height: 14px;
    position: absolute;
    top: 1px;
    left: -2px;
}

.b-event__text-block {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 20px;
}

.b-event__text-block--rent {
    margin: 0 0 52px;
}

.b-event__paragraph {
    margin: 0;
}

.b-event__content {
    flex-grow: 1;
    margin-right: 29px;
}

@media (max-width: 1279px) {
    .b-event__content {
        flex-grow: 0;
        margin-right: 15px;
    }
}

@media (max-width: 1023px) {
    .b-event__content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    .b-event {
        padding-bottom: 39px;
    }

    .b-event--rent {
        padding: 0 0 33px;
    }

    .b-event__top-wrap {
        flex-direction: column;
        margin-bottom: 16px;
    }

    .b-event__top-wrap--rent {
        margin: 0 0 29px;
    }

    .b-event__content {
        margin-right: 0;
    }

    .b-event__image-wrap {
        max-width: none;
        height: 288px;
        margin-bottom: 11px;
    }

    .b-event__title {
        font-size: 19px;
        line-height: 24px;
        margin: 0 0 19px;
        letter-spacing: 0.5px;
        margin-left: 3px;
    }

    .b-event__date {
        font-size: 13px;
        line-height: 16px;
        margin-bottom: 20px;
    }

    .b-event__date::before {
        top: 2px;
        left: -2px;
    }

    .b-event__text-block {
        margin: 0 0 20px;
    }

    .b-event__text-block--rent {
        margin: 0 0 32px;
    }
}

/* ---------Блок b-tag--------- */

.b-tag {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.b-tag__link {
    height: 24px;
    min-width: 88px;
    border: 1px solid #8775CD;
    text-decoration: none;
    font-family: 'CoreRhino65Bold';
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #8775CD;
    display: inline-block;
    margin-right: 8px;
    padding: 5px 11px;
    position: relative;
}

.b-tag__link::before {
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #8775CD;
    width: 0;
    height: 100%;
    box-sizing: border-box;
    z-index: -1;
    transition: all 0.5s ease;
}

.b-tag__link:hover::before {
    width: 100%;
}

.b-tag__link:hover {
    color: #fff;
    z-index: 1;
}

.b-tag__link:last-child {
    margin-right: 0;
}

@media (max-width: 1023px) {
    .b-tag {
        order: -1;
        margin-bottom: 8px;
    }

}

@media (max-width: 767px) {

    .b-tag__link {
        margin-right: 8px;
        padding: 4px 11px;
    }

    .b-tag__link--small {
        min-width: 89px;
    }
}

/* -------Блок b-buy-block-------- */

.b-buy-block {
    border: 1px solid #EAEAE9;
    border-radius: 2px;
    padding: 25px 25px 30px 21px;
    max-width: 286px;
    width: 100%;
    margin-left: 29px;
}

.b-buy-block__current {
    display: flex;
    align-items: flex-start;
    margin-bottom: 7px;
}

.b-buy-block__count {
    font-family: 'CoreRhino65Bold';
    color: #440099;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0.5px;
    margin-right: auto;
}

.b-buy-block__text {
    font-size: 13px;
    line-height: 16px;
    color: #828282;
    width: 89px;
    margin-top: 4px;
}

.b-buy-block__wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 11px;
}

.b-buy-block__amount-btn {
    border: none;
    height: 21px;
    width: 21px;
    background-color: #EAEAE9;
    font-family: 'CoreRhino65Bold';
    font-size: 19px;
    line-height: 24px;
    color: #AFB1B5;
    padding: 0;
}

.b-buy-btn-disabled {
    opacity: 0.3;
    cursor: default;
}

.b-buy-block__amount-field .product-item-amount-field {
    border: none;
    font-family: 'CoreRhino65Bold';
    font-size: 19px;
    line-height: 24px;
    color: #000;
    text-align: center;
    width: 28px;
}

.b-buy-block__amount-field .product-item-amount-field::-webkit-outer-spin-button,
.b-buy-block__amount-field .product-item-amount-field::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.b-buy-block__amount-description {
    font-family: 'CoreRhino65Bold';
    font-size: 19px;
    line-height: 24px;
    color: #a8a8a8;
}

.b-buy-block__bonus-wrap {
    display: flex;
    align-items: flex-start;
    margin: 0 0 10px;
}

.b-buy-block__bonus {
    font-family: 'CoreRhino65Bold';
    font-size: 13px;
    line-height: 16px;
    color: #440099;
    position: relative;
    padding-right: 24px;
}

.b-buy-block__bonus::after {
    content: '';
    background: url('/img/lk/bonus-purple.svg') no-repeat center / cover;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    right: 6px;
}

.b-buy-block__bonus-text {
    font-size: 11px;
    line-height: 16px;
    color: #440099;
}

.b-buy-block__btn {
    width: 100%;
    max-width: 288px;
    background-color: #440099;;
    color: #fff;
    border: none;
    padding: 10px 33px 6px 8px;
    font-family: 'CoreRhino65Bold';
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    position: relative;
	text-decoration: none;
}

.b-buy-block__btn--icon::after {
    content: '';
    background: url('/img/events/cart.svg') no-repeat center / contain;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 61px;
}

.b-buy-block__count-text {
    font-size: 13px;
    line-height: 16px;
    color: #AFB1B5;
    width: 75px;
    margin-bottom: 3px;
}

.b-buy-block__count-text--disabled {
    display: none;
}

@media (max-width: 1279px) {
    .b-buy-block {
        margin-left: 15px;
    }
}

@media (max-width: 1278px) {
    .b-buy-block {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .b-buy-block {
        border: none;
        max-width: none;
        padding: 0;
        width: 100%;
    }

    .b-buy-block__current {
        margin-bottom: 10px;
        margin-left: 2px;
        align-items: flex-end;
    }

    .b-buy-block__text {
        width: 146px;
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 3px;
    }

    .b-buy-block__count {
        font-size: 19px;
        line-height: 24px;
        min-width: 79px;
        margin-right: 5px;
    }

    .b-buy-block__bonus-wrap {
        flex-direction: row;
        align-items: center;
        margin: 0 0 11px;
    }

    .b-buy-block__amount-btn {
        width: 16px;
        height: 16px;
        font-size: 13px;
        line-height: 16px;
    }

    .b-buy-block__amount-field .product-item-amount-field {
        font-size: 13px;
        line-height: 16px;
        width: 21px;
    }

    .b-buy-block__amount-description {
        font-size: 13px;
        line-height: 16px;
        margin-left: 3px;
    }

    .b-buy-block__bonus {
        font-size: 13px;
        line-height: 16px;
        padding-right: 23px;
    }

    .b-buy-block__bonus::after {
        top: 50%;
        transform: translateY(-50%);
        right: 7px;
    }

    .b-buy-block__bonus-text {
        font-size: 11px;
        padding-right: 0;
    }

    .b-buy-block__wrap {
        margin-bottom: 6px;
    }

    .b-buy-block__wrap--rent {
        margin: 0 0 15px;
    }

    .b-buy-block__btn {
        padding: 11px 33px 6px 8px;
        max-width: none;
    }

    .b-buy-block__btn::after {
        right: 50%;
        transform: translate(55px, -50%);
    }

    .b-buy-block__count-text {
        font-size: 11px;
        min-width: 65px;
        margin-bottom: 2px;
        text-align: right;
    }

    .b-buy-block__count-text span {
        margin-left: 5px;
    }
}

/* ------------Блок b-date--------------- */

.b-date--event {
    min-width: 228px;
    width: 100%;
    height: 38px;
    margin-bottom: 31px;
}

.b-date__input-field--event {
    height: 50px;
}

.b-date__input--event {
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    padding: 30px 2px 19px 0;
    border-top: 1px solid rgba(208, 208, 208, 0.5);
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    color: #000;
    font-size: 13px;
    line-height: 16px;
}

.b-date__input-label--event {
    display: block;
    font-family: 'CoreRhino45Regular',sans-serif;
    font-size: 11px;
    line-height: 16px;
    color: #828282;
    left: -1px;
    top: 4px;
}

.b-date__input-field--event:hover .b-date__input-label--event,
.b-date__input-field--event:active .b-date__input-label--event,
.b-date__input-field--event:focus .b-date__input-label--event {
    color: #828282;
}

.b-date__input--event:hover,
.b-date__input--event:active,
.b-date__input--event:focus {
    background: transparent;
    color: #000;
}

.b-date__close-wrap {
    position: absolute;
    bottom: 25px;
    right: 5px;
}

.b-date__close--event {
    position: relative;
    width: 16px;
    height: 14px;
}

.b-date__close--event::before {
    content: '';
    background: url('/img/event-page/calendar-blue.svg') no-repeat center / contain;
    width: 16px;
    height: 14px;
    position: absolute;
    top: 0;
    right: 0;
}

.b-date__input--event:hover,
.b-date__input--event:active,
.b-date__input--event:focus {
    box-shadow: none;
}

@media (max-width: 767px) {

    .b-date--event {
        height: 50px;
        margin-bottom: 30px;
        min-width: unset;
        /* max-width: 288px; */
    }
    
    .b-date__input--event {
        font-size: 12px;
        line-height: 16px;
        padding: 20px 2px 16px 5px;
    }

    .b-date__close-wrap {
        bottom: 34px;
        right: 5px;
    }

    .b-date__input-field--event:hover .b-date__close--event::before,
    .b-date__input-field--event:active .b-date__close--event::before,
    .b-date__input-field--event:focus .b-date__close--event::before {
        background: url('/img/event-page/calendar-blue.svg') no-repeat center / contain;
    }

    .b-date__input-label--event {
        left: 4px;
    }

    .b-date__input-field--event {
        height: 57px;
    }

    .b-date__close--event {
        width: 13px;
        height: 13px;
    }

    .b-date__close--event::before {
        width: 13px;
        height: 13px;
    }
}

/* -----------Блок b-datetime------------- */

.b-datetime {
    min-width: 236px;
    width: 100%;
}

.b-time {
    margin: 0 0 8px;
}

.b-time__form {
    position: relative;
}

.b-time__label {
    font-size: 11px;
    line-height: 16px;
    color: #828282;
    position: absolute;
    top: -14px;
    left: 0;
    /* z-index: 1; */
}

.b-time-select {
    display: none;
}

@media (max-width: 1279px) {
    
    .b-datetime {
        margin: 0 0 15px;
    }
}

@media (max-width: 767px) {
    
    .b-datetime {
        margin-bottom: 16px;
        /* max-width: 288px; */
        min-width: unset;
        margin-top: 11px;
    }

    .b-time {
        margin: 0 0 16px;
    }
}

/* ------------Блок select2-------------------- */

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    width: 100% !important;
    max-width: 241px;
    height: auto;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    color: #000;
    font-size: 13px;
    line-height: 16px;
    /* padding: 18px 0 8px; */
    padding: 10px 0 8px;
    overflow: hidden;
}

.select2-container--open{
    background: #FFFFFF;
    border: 1px solid #D0D0D0;
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.select2-container--focus {
    border: none;
    border-bottom: 1px solid #D0D0D0;
    border-radius: 0;
    box-shadow: none;
}

.selection,
.select2-selection {
    width: 100%;
    display: block;
    position: relative;
    outline: 0 !important;
    outline-offset: 0;
}

.select2-search__field {
    display: none;
}

.select2-results__option {
    font-size: 13px;
    line-height: 16px;
    padding: 16px;
}

.select2-results__option:hover {
    background-color: rgba(234, 234, 233, 0.5);
}

.select2-results__option:active {
    background-color: rgba(234, 234, 233);
}

.select2-selection__arrow {
    content: '';
    background: url('/img/event-page/select-arrow.svg') no-repeat center / contain;
    width: 8px;
    height: 6px;
    position: absolute;
    top: 7px;
    right: 9px;
}

.select2-container--open .select2-selection__arrow {
    content: '';
    background: url('/img/event-page/select-arrow-up.svg') no-repeat center / contain;
    width: 8px;
    height: 6px;
    position: absolute;
    top: 7px;
    right: 9px;
}

.select2-results__options {
    margin-top: -18px;
    height: 242px;
    overflow-y: scroll;
}

.select2-results__option--selected {
    background-color: rgba(234, 234, 233);
}

.select2-results__option--disabled {
    opacity: 0.3;
}

@media (max-width: 767px) {

    .select2-container {
        display: flex;
        width: auto  !important;
        max-width: none;
    }

    .select2-selection__arrow,
    .select2-container--open .select2-selection__arrow {
        width: 9px;
        top: 5px;
        right: 11px;
    }
}

/* ---------------b-rent --------------*/

.b-rent__wrap {
    display: flex;
    margin: 0 0 18px;
}

.b-rent__inner {
    width: calc(100% / 2);
}

.b-rent__btn[type=radio] {
    display: none;
}

.b-rent__inner label {
    display: inline-block;
    cursor: pointer;
    user-select: none;
    font-family: 'CoreRhino65Bold';
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    padding: 6px;
    border: 1px solid #440099;
    width: 100%;
    height: 28px;
}

.b-rent__btn:not(:disabled):not(:checked) + label:hover,
.b-rent__btn:checked + label {
    background-color: #440099;
    color: #ffffff;
    cursor: pointer;
}

.b-rent__title {
    font-size: 11px;
    line-height: 16px;
    color: #828282;
    margin: 0 0 4px;
}

@media (max-width: 767px) {

    .b-rent__wrap {
        margin: 0 0 23px;
    }

    .b-rent__title {
        margin: 0 0 8px;
    }
}

.b-event-list__text--bold {
    font-family: 'CoreRhino65Bold';
}

@media (max-width: 767px) {

    .b-event-list li {
        font-size: 16px;
        line-height: 22px;
        margin: 0 0 2px;
    }
}

.b-buy-block__title {
    font-size: 11px;
    line-height: 16px;
    color: #828282;
    margin: 0 0 3px;
}

@media (max-width: 767px) {
    .b-buy-block__title {
        margin: 0 0 6px;
    }
    
}

.b-skate-rental {
    margin: 0 0 15px;
}

.b-skate-rental__title {
    font-family: 'CoreRhino65Bold';
    font-size: 19px;
    line-height: 24px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #000000;
    margin: 0 0 24px;
}

.b-table th,
.b-table td {
    width: 178px;
    height: 56px;
    border-bottom: 1px solid #EAEAE9;
}

.b-table th {
    text-align: left;
    font-size: 16px;
    line-height: 22px;
}

.b-table td {
    font-size: 16px;
    line-height: 24px;
}

.b-table .b-table__heading {
    font-family: 'CoreRhino65Bold';
    font-size: 12px;
    line-height: 16px;
    height: 48px;
}

.b-table td span {
    margin-right: 8px;
}

@media (max-width: 1023px) {

    .b-skate-rental__wrap {
        min-width: 288px;
        width: 100%;
        overflow-x: auto;
    }

    .b-table {
        width: 1030px;
    }

    .b-skate-rental__wrap::-webkit-scrollbar {
        display: none;
    }

    .b-skate-rental__wrap {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .b-table th,
    .b-table td {
        width: 206px;
        height: 48px;
        padding-left: 8px;
    }
}