.events-main__oldtitle {
    font-size: 36px;
    line-height: 1;
    font-family: "Manrope-Extrabold";
    font-weight: normal;
    margin: 0;
    margin-bottom: 40px;
}

@media(max-width: 1900px) {
    .events-main__oldtitle {
        font-size: 32px;
    }
}

@media(max-width: 1023px) {
    .events-main__oldtitle {
        font-size: 24px;
    }
}


.events-main {
    display: flex;
    flex-direction: column;
}

.events-main-header {
    margin-bottom: 40px;
}

.events-main-header-block {
    display: flex;
    flex-direction: column;
}

.events-main-block__ .events-main-header__title {
    font-size: 50px;
    font-family: "proximanovaregular";
    color: #000;
    line-height: 1.3;
}

.events-main-header__title h1 {
    font-size: inherit;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.events-main__text-top {
    margin-bottom: 50px;
}

.events-main__text-bottom {
    margin-top: 50px;
}

.events-main__items {
    display: flex;
    flex-direction: column;
    max-width: 1310px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.events-main__items:nth-child(2) {
    margin-top: 50px;
}

.events-main__items_item {
    display: flex;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #bcc8da;
}

.events-main__items_item_date {
    display: flex;
    flex: none;
    align-items: center;
    padding: 15px;
    width: 142px;
    height: 142px;
    margin-right: 40px;
    border: 1px solid #bcc8da;
}

.events-main__items_item_date_date {
    font-size: 31px;
    font-family: "Manrope-Regular";
    color: #000;
    line-height: 1.1;
}

.events-main__items_item_date_year {
    font-size: 20px;
    font-family: "Manrope-Regular";
    color: #000;
    line-height: 1.429;
}

.events-main__items_item_content {
    padding-top: 20px;
    margin-right: 40px;
}

.events-main__items_item_content_title {
    font-size: 25px;
    font-family: "Manrope-Regular";
    color: #000;
    line-height: 1.6;
}

.events-main__items_item_content_title a {
    text-decoration: none;
    color: #000;
}

.events-main__items_item_content_title a span {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
    background-position: 0 1.2em;
    background-repeat: repeat-x;
    background-size: 1px 1px;
}

.events-main__items_item_content_title a:hover span {
    background-image: none;
}

.events-main__items_item_content_status {
    display: flex;
    align-items: center;
    margin-top: 60px;
}

.events-main__items_item_content_status span {
    display: flex;
    align-items: center;
}

.events-main__items_item_info {
    display: flex;
    flex: none;
    flex-direction: column;
    width: 330px;
    margin-left: auto;
    padding-top: 25px;
}

.events-main__items_item_info_block {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-family: "Manrope-Regular";
    color: #000;
    margin-bottom: 15px;
}

.events-main__items_item_info_block_img {
    display: flex;
    flex: none;
    align-items: flex-start;
    width: 25px;
    margin-right: 10px;
}

.events-main__items_item_info_button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 280px;
    height: 55px;
    margin-top: 20px;
    background: #0094d1;
    padding: 5px;
    color: #fff;
    text-decoration: none;
    border-radius: 35px;
    font-size: 16px;
    font-family: "Manrope-Bold";
    color: white;
    letter-spacing: 0.32px;
}

.events-main__items_item_info_button a {
    text-decoration: none;
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.events-main__items_item_info_button span {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7));
    background-position: 0 1.3em;
    background-repeat: repeat-x;
    background-size: 1px 1px;
}

.events-main__items_item_info_button a:hover span {
    background-image: none;
}

.events-main-nav {
    display: flex;
    align-items: center;
    max-width: 1310px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.events-main-nav__pag {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: -6px;
    margin-right: 50px;
}

.events-main-nav .cmsl_pagenav_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.events-main-nav__pag a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: none;
    border: 1px solid #a0b1ca;
    border-radius: 50%;
    opacity: 1;
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 2px;
    margin-top: 2px;
    font-size: 18px;
    font-family: "Manrope-Regular";
    color: #a0b1ca;
    text-decoration: none;
}

.events-main-nav__pag span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: none;
    border: 1px solid #1babfc;
    border-radius: 50%;
    opacity: 1;
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 2px;
    margin-top: 2px;
    font-size: 18px;
    font-family: "Manrope-Regular";
    color: #1babfc;
    text-decoration: none;
}

.events-main-nav__pag a:hover {
    border: 1px solid #1babfc;
    color: #1babfc;
}

.events-main-nav__pag a.active {
    border: 1px solid #1babfc;
    color: #1babfc;
}

.events-main-nav__past {
    margin-left: auto;
    flex: none;
    font-size: 16px;
    font-family: "Manrope-Bold";
    color: #000;
}

.events-main-nav__past a {
    display: flex;
    align-items: center;
    color: #000;
    text-decoration: none;
}

.events-main-nav__past a img {
    margin-right: 10px;
}

.events-main-nav__past a span {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
    background-position: 0 1.2em;
    background-repeat: repeat-x;
    background-size: 1px 1px;
}

.events-main-nav__past a:hover span {
    background-image: none;
}


.events-item {
    display: flex;
    max-width: 1310px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    padding-right: 15px;
}

.events-item__left {
    width: 865px;
    margin-right: 40px;
}

.events-item__left_title {
    font-size: 42px;
    font-family: "Manrope-Extrabold";
    color: #000;
    line-height: 1.31;
}

.events-item__left_photo {
    margin-top: 40px;
}

.events-item__left_photo img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.events-item__left_text {
    margin-top: 45px;
    font-family: "Manrope-Regular";
    color: #000;
    line-height: 1.778;
}

.events-item__left_text p {
    margin-bottom: 30px;
}

.events-item__left_text p:last-child {
    margin-bottom: 0;
}

.events-item__right {
    width: 365px;
    margin-left: auto;
}


.events-item__right_info {
    display: flex;
    flex-direction: column;
    width: 330px;
    padding-top: 35px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 40px;
    border: 1px solid #bcc8da;
}

.events-item__right_info_date {
    margin-left: auto;
}

.events-item__right_info_date_date {
    font-size: 35px;
    font-family: "Manrope-Regular";
    color: #000;
}

.events-item__right_info_date_year {
    margin-bottom: 60px;
    font-size: 20px;
    font-family: "Manrope-Regular";
    color: #000;
}

.events-item__right_info_block {
    display: flex;
    font-size: 16px;
    font-family: "Manrope-Regular";
    color: #000;
    margin-bottom: 15px;
}

.events-item__right_info_block_img {
    display: flex;
    align-items: center;
    width: 25px;
    margin-right: 10px;
}

.events-item__right_info_button {
    margin-top: 30px;
}

.events-item__right_info_button a {
    width: 280px;
    height: 110px;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 44px;
    font-size: 18px;
    font-family: "Manrope-Light";
    color: black;
    line-height: 1.389;
    letter-spacing: 0.48px;
    text-decoration: none;
    transition: 0.3s;
}

.events-item__right_info_button a::before {
    position: absolute;
    content: '';
    width: 110px;
    height: 110px;
    border-radius: 50%;
    left: 0px;
    top: calc(50% - 55px);
    background: #ed190f;
    z-index: -1;
}

.events-item__right_info_button span {
    display: flex;
    align-items: center;
}

.events-item__right_info_button i {
    display: inline-flex;
    width: 37px;
    height: 22px;
    margin-right: 10px;
    background-image: url(/themes/images/porjects-btn.jpg.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: contain;
    transition: 0.3s;
}

.events-item__right_other {
    margin-top: 120px;
}

.events-item__right_other_title {
    font-size: 30px;
    font-family: "Manrope-Bold";
    color: #000;
    line-height: 1.067;
}

.events-item__right_other_items {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}

.events-item__right_other_items_item {
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #bcc8da;
    text-decoration: none;
}

.events-item__right_other_items_item:last-child {
    border-bottom: 0px solid #000;
}

.events-item__right_other_items_item:hover span {
    background-image: none;
}

.events-item__right_other_items_item_title {
    font-size: 20px;
    font-family: "Manrope-Regular";
    color: rgb(0, 0, 0);
    line-height: 1.6;
}

.events-item__right_other_items_item_title span {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
    background-position: 0 1.3em;
    background-repeat: repeat-x;
    background-size: 1px 1px;
}

.events-item__right_other_items_item_date {
    margin-top: 10px;
    font-size: 16px;
    font-family: "Manrope-Regular";
    color: rgba(0, 0, 0, 0.5);
    line-height: 1.6;
}

.events-item__left_gallery {
    margin-top: 50px;
}

.events-item__left_gallery_item_photo {
    position: relative;
    display: block;
    width: 33.33%;
    padding-left: 7.5px;
    padding-right: 7.5px;
    margin-bottom: 15px;
    text-decoration: none !important;
    padding-top: 63%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

@media (max-width: 1279px) {
    .events-main__items_item_content_title {
        font-size: 21px;
    }
}

@media (max-width: 1023px) {
    .events-main__items_item {
        flex-direction: column;
    }

    .events-main__items_item_date {
        width: 100%;
        height: 90px;
    }

    .events-main__items_item_date_date {
        font-size: 24px;
    }

    .events-main__items_item_date_year {
        font-size: 16px;
    }

    .events-main__items_item_content_title {
        font-size: 18px;
    }

    .events-main__items_item_content_status {
        margin-top: 20px;
    }

    .events-main__items_item_info {
        margin-left: 0;
    }

    .events-main__items_item_info_block {
        font-size: 14px;
        margin-bottom: 7px;
    }

    .events-main__items_item_info_block_img {
        width: 17px;
    }

    .events-main-nav {
        flex-direction: column;
    }

    .events-main-nav__pag {
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }

    .events-main-nav__pag a {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }

    .events-main-nav__past {
        margin-top: 35px;
        font-size: 14px;
        margin-left: 0;
        background-image: none;
        
    }

    .events-main-nav__past a span {
        background-image: none;
        text-decoration: underline;
    }

    .events-item__right_info_block_img {
        width: 17px;
    }

    .events-main__items_item_info_button {
        width: 240px;
        height: 45px;
        font-size: 14px;
    }

    .events-item {
        flex-direction: column;
    }

    .events-item__left {
        width: 100%;
    }

    .events-item__left_title {
        font-size: 30.4px;
    }

    .events-item__right_other_title {
        font-size: 24px;
    }

    .events-item__right {
        width: 100%;
        margin-top: 50px;
    }

    .events-item__right_info {
        width: 100%;
    }

    .events-main__items_item_info {
        width: 100%;
    }

    .events-item__right_other_items_item_title {
        font-size: 16px;
    }

}

@media (max-width: 479px) {
    .events-item__left_title {
        font-size: 22.5px;
    }

    .events-item__right_other_title {
        font-size: 21px;
    }

    .events-item__right_info {
        margin-bottom: 7px;
    }

    .events-item__right_info_date_year {
        margin-bottom: 10px;
    }

    .events-main__items_item_content_title {
        font-size: 17px;
    }

    .events-main__items_item_info_button {
        margin-left: auto;
        margin-right: auto;
    }
}