

.xxx-event-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    border-radius: 5px;
    border: 1px solid #E8ECEF;
    background: #F6F9FC;
    padding: 20px;
    margin-left: 40px;
    margin-right: 40px;
}

.xxx-event-info__top-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px 20px;
    padding: initial;
    list-style: none;
}

.xxx-articles .xxx-event-info__top-list {
    margin-bottom: initial;
}

.xxx-event-info__top-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    min-width: 24%;
    color: #333E50;
    font-size: 16px;
    line-height: 150%;
}

.xxx-event-info__bottom-content.icon:before,
.xxx-event-info__top-item.icon:before {
    font-size: 26px;
    color: #9299A2;
    font-family: "bankiros" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.xxx-event-info__top-item.icon:first-child:before {
    content: "\e946";
}

.xxx-event-info__top-item.icon:nth-child(2):before {
    content: "\e90e";
}

.xxx-event-info__top-item.icon:nth-child(3):before {
    content: "\e96a";
}

.xxx-event-info__bottom-content.icon:before {
    content: "\e99f";
    margin-right: 10px;
}

.xxx-event-info__bottom-title {
    color: #333E50;
    font-size: 18px;
    margin-bottom: 10px;
}

.xxx-event-info__bottom-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px;
}

.xxx-event-info .xxx-g-terms__item {
    border-radius: 50px;
    border: 1px solid #DADEE2;
    background: #FFF;
    color: #388EC3;
    line-height: 1;
    padding: 11px 15px;
    margin-bottom: 8px;
}

.xxx-event-info .xxx-g-terms__item:hover {
    color: #7bc057;
}