

/* Start:/local/templates/new_main/components/bitrix/news/calendar/style.css?17859072446849*/
.event-list-container {
    background: #2F3739;
    padding: 50px 0 80px;
    border-radius: 40px 40px 0px 0px;
}
.calendar-page .header_relative {
    position: absolute;
}
.calendar-page .header__logo svg > path:first-child {
    fill: #fff;
}
.calendar-page .header_relative .header-nav__link {
    color: #fff;
}
.calendar-page .breadcrumbs {
    padding: 0 0 34px;
}
body.calendar-page {
    background: url(/local/templates/new_main/img/content/calendar/calendar-page-left.png) no-repeat 0 0, url(/local/templates/new_main/img/content/calendar/calendar-page-right.png) no-repeat right 0, #181818;
    padding: 160px 0 0;
    color: #fff;
}
.calendar-page .breadcrumbs__item {
    color: #fff;
}
.calendar-page h1 {
    font-size: 50px;
    line-height: 54px;
    font-weight: bold;
    margin: 0 0 30px;
}
.event-item {
    padding: 1px;
    border-radius: 16px;
    background: linear-gradient(to right,  #c4f0ff 0%,#ffeb9b 100%);
}
.vebinar {
    background: linear-gradient(to right,  #c4f0ff 0%,#5F00CC 100%);
}
.konferenciya {
    background: linear-gradient(to right,  #c4f0ff 0%,#49A8C9 100%);
}
.seminar {
    background: linear-gradient(to right,  #c4f0ff 0%,#69DE9F 100%);
}
.event-item__inner {
    height: 100%;
    border-radius: 16px;
    background: #495860;
    padding: 34px 25px 25px;
    font-size: 14px;
    line-height: 15px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.event-item__inner-main {
    display: flex;
    flex-direction: column;
    flex: 1;
    width: 100%;
}
.event-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 40px;
}
.event-item__name {
    font-size: 30px;
    line-height: 37px;
    font-weight: bold;
    margin: 0 0 10px;
}
.event-item__info {
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.event-item__info-left {
    display: grid;
    gap: 20px;
    padding: 20px 0 0;
}
.event-item__info-right {
    display: grid;
    gap: 10px;
    margin: 0 -25px 0 0;
}
.event-item__label, .event-item__format {
    padding: 8px 10px;
    background: rgba(47, 55, 57, 0.2);
    border-radius: 100px 0px 0px 100px;    
}
.event-item__format {
    background: #C4F0FF;
    color: #2F3739;
}
.event-item__type {
    font-weight: bold;
    text-transform: uppercase;
    color: #FFEB9B;
    /* margin: 0 0 20px; */
}
.event-item__organizer {
    font-weight: bold;
    color: #fff;
    /* margin: 0 0 54px; */
}
.vebinar .event-item__type {
    color: #D7B6F4;
}
.konferenciya .event-item__type {
    color: #87BDCF;
}
.seminar .event-item__type {
    color: #BBFEC1;
}
.event-item__city {
    font-size: 30px;
    line-height: 32px;
    font-weight: bold;
    margin: auto 0 10px;
}
.startsmile-logo {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.event-item__logo {
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 0;
}
.event-item__date-time {
    display: flex;
    gap: 20px;
    margin: 0 0 20px;
}
.event-item__button {
    font-size: 16px;
    line-height: 22px;
    padding: 7px 15px;
    text-align: center;
    display: inline-block;
    background: #49A8C9;
    border-radius: 50px;
    width: 100%;
    max-width: 183px;
    margin: auto 0 0;
}
.event-filter {
    display: flex;
    gap: 30px;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 33px;
}
.event-filter__select {
    position: relative;
}
.event-filter__select-text {
    padding: 6px 57px 6px 35px;
    position: relative;
    border-radius: 50px;
    background: #C4F0FF1A;
    cursor: pointer;
}
.event-filter__select-text::after {
    content: "";
    position: absolute;
    border-top: #fff 8px solid;
    border-left: transparent 5px solid;
    border-right: transparent 5px solid;
    top: 13px;
    right: 35px;
}
.event-filter__select-sub {
    position: absolute;
    min-width: 100%;
    top: 100%;
    margin: 2px 0 0;
    padding: 10px 35px 5px;
    border-radius: 10px;
    background: #181818;
    left: 0;
    z-index: 10;
    white-space: nowrap;
    display: none;
}
.event-filter__select-item {
    margin: 0 0 5px;
    cursor: pointer;
}
.event-filter__button {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #2F3739;
    background: #FFF;
    padding: 6px 35px;
    line-height: 19px;
    border-radius: 50px;
}
.event-filter__more {
    font-size: 14px;
    font-weight: bold;
    display: flex;
    gap: 30px;
    margin: 0 0 46px;
}
.event-filter__more .active {
    text-decoration: underline;
}
.calendar-show-more {
    background: linear-gradient(to right,  #c4f0ff 0%,#49a8c9 100%);
    position: relative;
    font-size: 23px;
    line-height: 31px;
    border-radius: 50px;
    padding: 2px;
    color: #C4F0FF;
}
.calendar-show-more span {
    display: block;
    padding: 16px 48px;
    white-space: nowrap;
    background: #2F3739;
    border-radius: 50px;
}

@media (max-width: 1024px) {
    .event-list {
        grid-template-columns: repeat(2, 1fr);
    }
    .event-filter {
        flex-wrap: wrap;
    }
}
@media (max-width: 700px) {
    .event-list {
        grid-template-columns: 1fr;
    }
    .calendar-page h1 {
        font-size: 32px;
        line-height: 32px;
        margin: 0 0 40px;
    }
}
@media (max-width: 375px) {
    .event-filter {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    body.calendar-page {
        padding: 120px 0 0;
        background: url(/local/templates/new_main/img/content/calendar/calendar-page-left.png) no-repeat 0 0, url(/local/templates/new_main/img/content/calendar/calendar-page-right.png) no-repeat right 110%, #181818;
    }
    .event-list-container {
        background: none;
    }
    .event-list {
        gap: 40px;
    }
    .event-item__name {
        font-size: 22px;
        line-height: normal;
    }
    .event-item__city {
        font-size: 22px;
        line-height: normal;
    }
    .event-item__inner {
        background: #363F45;
        padding: 34px 12px 20px;
    }
    .event-item__logo {
        position: static;
        margin: 0 0 25px;
    }
    .event-item__info-right {
        position: absolute;
        right: 0;
        margin: 0;
        top: 57%
    }
    .event-item__button {
        max-width: none;
    }
    .event-filter__more {
        flex-direction: column;
        gap: 15px;
        font-size: 18px;
        margin: 0 0 10px;
    }
}
/* End */


/* Start:/local/templates/new_main/components/bitrix/news/calendar/bitrix/news.list/.default/style.css?1785734699150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */
/* /local/templates/new_main/components/bitrix/news/calendar/style.css?17859072446849 */
/* /local/templates/new_main/components/bitrix/news/calendar/bitrix/news.list/.default/style.css?1785734699150 */
