.footer_size12{
  font-size:12px;
}
.support.white:before,.support.white:after {content:none}
.support.white{
    color:black
}
.upper {
    text-transform: uppercase;
}
.events_section__inner {
    padding-bottom: 80px;
}
.events__filters {
    width: max-content;
    display: flex;
}
.events__filters__item {
    padding: 20px 40px;
    cursor: pointer;
    color: black;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 24px;
    border: 1px solid #dcdcdc;
    background-color: white;
    text-decoration: none;
}
.events__filters .events__filters__item:first-child {
    border-radius: 50px 0 0 50px;
}
.events__filters .events__filters__item:last-child {
    border-radius: 0 50px 50px 0;
}
.events__filters__item.active {
    background-color: #d20a8e;
    color: #fff;
    border: none;
}
.events_list__item {
    display: flex;
    margin-bottom: 30px;
}
.events_list__item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .25);
}
.events_list__item__date {
    background-color: #e9e9f4;
    text-align: center;
    min-height: 240px;
    width: 210px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.events_list__item__date_day {
    padding-top: 30px;
    color: #d1098e;
    font-size: 48px;
    line-height: 30px;
}
.events_list__item__date_month {
    color: #000;
    font-size: 19px;
    font-weight: 400;
    margin-top: 9px;
    line-height: 24px;
    text-transform: uppercase;
}
.events_list__item__date_year {
    color: #000;
    font-size: 14px;
    line-height: 18px;
}
.events_list__item__date_time {
    padding: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #323694;
    width: 75px;
    margin: auto;
}
.events_list__item__date_type {
    display: flex;
    align-items: center;
    justify-content: center;
}
.events_list__item__date_type_ico {
    width: 35px;
}
.events_list__item__date_type_name {
    text-transform: uppercase;
}
.events_list__item__information {
    padding: 0 13px;
    font-size: 16px;
    font-weight: 400;
    background-color: #fff;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.events_list__item__title {
    padding-top: 30px;
    color: #414141;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 10px;
}
.events_list__item__description {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.events_list__item__description p {
    margin: 0 0 10px 0;
}
.events_list__item__addition_info {
    display: flex;
    justify-content: space-between;
}
.events_list__item__addition_info__left {
    display: flex;
}
.events_list__item__addition_info__speaker {
    display: flex;
}
.events_list__item__addition_info__speaker_ico {
    width: 25px;
}
.events_list__item__addition_info__speaker_name {
    font-weight: 400;
    font-style: italic;
    padding: 0 20px 0 5px;
}
.events_list__item__addition_info__price {
    margin-bottom: 7px;
    padding-left: 10px;
    padding-right: 20px;
    text-transform: uppercase;
    position: relative;
}
.events_list__item__addition_info__price:after {
    right: 0;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-right: 15px solid #fff;
    content: "";
    position: absolute;
}
.events_list__item__addition_info__price.free {
    background-color: #7bc591;
    color: white;
}
.events_list__item__addition_info__price.notfree {
    background-color: #323694;
    color: white;
}
.events_list__item__addition_info__detail_btn {
    display: flex;
    align-items: center;
    background-color: #d1098e;
    border: 1px solid #b20879;
    text-transform: uppercase;
    color: white;
    text-decoration: none;
    padding: 0 5px;
}
.events_list__item__addition_info__detail_btn:hover {
    color: white;
    background-color: #b20879;
}
.events_list__item__addition_info__detail_btn__text {
    padding-right: 5px;
}
.events_list__item__addition_info__detail_btn__ico {
    width: 12px;
    height: 12px;
    background-color: #b20879;
    border-radius: 50%;
    flex: 0 0 12px;
    font-size: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.events__pagination {
    float: left;
    margin: 0;
    display: inline-block;
    width: 39%;
}
.events__pagination ul {
    display: inline-block;
    margin-bottom: -15px;
}

.events__pagination ul li {
    display: table-cell;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}
.events__pagination ul li:before {
    background-color: transparent;
}
.events__pagination ul li a, .events__pagination ul li span {
    display: table-cell;
    border-radius: 0;
    color: #000;
    width: 38px;
    height: 38px;
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
    text-transform: uppercase;
    border: 1px solid #ddd;
    padding: 5px 14px;
    background-color: #fff;
    margin: 0 -1px;
    float: left;
    text-decoration: none;
}
.events__pagination ul li.active span {
    background-color: #1a1c73;
    color: #fff;
}
.events_list__item__date_type_ico.inner {
    width: 50px;
}
.events_list__item__date_type_name.inner {
    color: white;
    font-size: 25px;
    padding-left: 20px;
}
.events_list__item__date_type_ico.inner svg {
    fill: white;
    stroke: white;
}
.event_name {
    color: white;
    font-size: 40px;
    line-height: 45px;
    text-align: center;
}
.event_date {
    background-color: #30358e;
    display: flex;
    border-radius: 6px;
    color: white;
    justify-content: space-between;
    align-items: center;
    padding: 13px 40px 11px;
}
.event_date__calendar {
    display: flex;
    font-size: 24px;
    line-height: 24px;
    align-items: center;
}
.event_date__ico {
    width: 30px;
}
.event_date__ico svg {
    stroke: white;
    fill: white;
}
.event_date__date {
    padding-left: 15px;
}
.event_date .events_list__item__addition_info__price:after {
    border-top: 13px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 15px solid #30358e;
}
.event_register_btn__wrapper {
    display: flex;
    justify-content: center;
}
.event_register_btn {
    border-radius: 2px;
    border: 1px solid #b20879;
    background-color: #d1098e;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    display: inline-block;
    padding: 18px 42px;
    margin: auto;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 20px;
    max-width: 365px;
    min-width: 340px;
    text-align: center;
    cursor: pointer;
}
.event__speaker_item {
    padding: 36px 0;
    border-radius: 10px;
    border: 1px solid #c1c1c1;
    background-color: #fff;
    margin-bottom: 25px;
    display: flex;
}
.event__speaker_item__photo {
    width: 20%;
    padding: 0 2%;
    float: left;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
.event__speaker_item__name_wrapper {
    display: flex;
}
.event__speaker_item__name {
    color: #000;
    background-repeat: no-repeat;
    padding-left: 25px;
    margin-top: 0;
    margin-bottom: 22px;
    font-size: 19px;
}
.event__speaker_item__list ul > li {
    padding-left: 20px;
}
.event__speaker_item__list ul > li:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background-color: #e40c75;
    position: absolute;
    left: 0;
    top: 8px;
}
.section.products.form {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.event__form {
    display: flex;
    color: white;
}
.event__form_left, .event__form_right {
    width: 50%;
}
.event__form_left {
    padding-right: 30px;
}
.event__form_right {
    padding-left: 30px;
}
.event__form__type {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 43px;
    text-transform: uppercase;
}
.event__form__title {
    font-size: 36px;
    font-weight: 400;
    line-height: 40px;
    margin-top: 25px;
    margin-bottom: 53px;
    padding-right: 30px;
}
.event__form__date__wrapper {
    margin-bottom: 40px;
}
.event__form__header {
    font-size: 36px;
    font-weight: 400;
    line-height: 40px;
    margin-top: 43px;
}
.event__form__subheader {
    margin-top: 15px;
    font-size: 18px;
    font-style: italic;
    line-height: 30px;
}
.event__form_right form {
    display: flex;
    flex-direction: column;
}
.event__form_right form input {
    background-color: white;
    margin-bottom: 15px;
    padding: 10px 10px;
    max-width: 365px;
}
.event__form_right form input.submit {
    height: 56px;
    border-radius: 2px;
    border: 1px solid #b20879;
    background: #d1098e;
    width: 90%;
    max-width: 365px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    cursor: pointer;
}
.hidden-pc {
    display: none;
}
@media (max-width: 990px) {
    .hidden-pc {
        display: block;
        text-decoration: none;
        color: black;
    }
    .button.button_outline.button_xs {
        margin-bottom: 40px;
    }
    .section__title.index_page {
        max-width: 340px;
    }
    .section__title.index_page2 {
        max-width: 200px;
    }
    .product-promo__bottom {
        margin-top: 0;
    }
    .product-promo__content .button {
        margin-top: 0;
    }
    .section.section_sm .section__inner {
        padding: 0 0 30px 0;
    }
    .section__inner.products__top .row .col-md-8 .section__title {
        margin-top: 20px;
    }
    .section__inner.products__top.hidden {
        display: none;
    }
    .section.products .section__inner.products__top {
        padding-bottom: 0;
    }
    .event_name {
        font-size: 28px;
    }
    .event__form {
        flex-direction: column;
        align-items: baseline;
    }
    .event__form_right {
        padding-left: 0;
    }
    .event__form_left {
        padding-right: 0;
    }
    .event_date {
        flex-direction: column;
    }
    .event__form_left, .event__form_right {
        width: 100%;
    }
    .event__form__title, .event__form__header {
        font-size: 24px;
        line-height: 30px;
    }
    .event__form__header, .event__form__type {
        margin-top: 10px;
    }
    .event_register_btn {
        margin-bottom: 10px;
    }
    .events_list__item__addition_info__price {
        margin-top: 10px;
        margin-bottom: 0;
    }
    .event_register_btn {
        min-width: 310px;
    }
    .events_list__item__addition_info__left {
        flex-direction: column;
    }
    .events_list__item__addition_info {
        flex-direction: column;
    }
    .events_list__item__addition_info__right {
        margin-top: 10px;
        width: 135px;
    }
    .events_list__item__addition_info__price {
        width: 135px;
    }
    .events_section__inner {
        padding-bottom: 20px;
        padding-top: 0;
    }
    .section.learn-more {
        margin-top: 40px;
    }
}