.tabs-item,
.tabs-btn-right .tabs-btn {
    font-size: 11px;
    font-weight: 700;
}
.tabs-item:before {
    display: none;
}
.tabs-items {
    background: #fff;
    border-radius: 7px;
    height: 45px;
    display: none;
    pointer-events: auto;
    padding: 0 10px;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.tabs-item {
    font-weight: 600;
    font-size: 16px;
    color: #c43660;
    padding: 0px 17px;
    letter-spacing: 0;
}
.tabs-btn {
    background: transparent;
    color: #ffffff;
    padding: 0 14px;
    border-radius: 5px;
}
body[data-mobile='items'] .tabs-btn[data-type="items"], body[data-mobile='scheme'] .tabs-btn[data-type="scheme"], body[data-mobile='events'] .tabs-btn[data-type="events"], body[data-mobile='certificates'] .tabs-btn[data-type="certificates"] {
    color: #ffffff;
    background: #525354;
}
.tabs-btn:hover {
    background: #e8e8e82b;
}
.tabs-btn-right {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 7px;
    padding: 2px;
    background: black;
    gap: 2px;
}
.event-bottom .event-right {
    display: none;
}
div#userform-event .userline-btn {
    display: none;
}

#userform-event .event-right {
    display: none;
}

div#userform-event .text-hide .userline-text-wrapper {
    background: transparent;
}
div#userform-event .text-hide {
    margin-bottom: 10px;
}
div#userform-event  .text-hide .userline-text-wrapper {
    height: auto;
    color: #ffffff;
    -webkit-transition: height 0.25s;
    -o-transition: height 0.25s;
    transition: height 0.25s;
}
div#userform-event  span.text-points {
    display: none;
}
.event .event-date {
    padding: 0 10px 10px;
}
.event-bottom {
    margin-top: -20px;
}
.userline-event-content {
    margin-bottom: 0;
}
.event-name {
    -webkit-line-clamp: 6;
    margin-bottom: 30px;
}
.event-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
}
div#userform-event .image-default:before {
    padding-top: 100%;
}
div#userform-event .image-height .image-front {
    height: 100%;
    max-height: none;
    top: 0;
}
#leftmodal[data-type="reservation"] .userline-standart h2, #leftmodal[data-type="event"] .userline-standart h2 {
    display: none;
}
.leftmodal-wrapper[data-type="event"] {
    padding-top: 0;
}
.event-img {
    width: 100%;
    height: auto;
    padding-bottom: 100%;
    margin: 0;
    border-radius: 8px;
}
.event {
    padding: 3px;
}
.event-name {
    -webkit-line-clamp: 3;
    margin-bottom: 0px;
    padding: 14px 12px;
    height: auto;
}
.event-bottom {
    margin-top: 0;
    padding: 0;
    opacity: 0.8;
}
.event-price {
    display: none;
}
@media (max-width: 1100px) {

    .tabs-item span {
        font-size: 14px;
    }
.tabs-item {
    padding: 12px 10px;
}
}

@media (max-width: 700px) {
.tabs-items {
    border-radius: 0;
}
      .tabs-item span {
        margin-top: 0px;
        font-size: 16px;
        white-space: nowrap;
    }
}

