/* =====================*/
/*  EVENTS PAGE         */
/* ==================== */
.events-page__main {
    padding-top: 100px;
}

.events-page__bread-scrum {
    margin-bottom: 40px;
}

.main__videos {
    padding-bottom: 40px;
}

/*===== event-list ==========*/
.events-page__event-list {
    padding-bottom: 40px;
}

.event-list__container {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
}

.event-card {
    padding: 60px 40px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.event-card img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event-card-mask {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.event-card-mask-purple {
    background: rgba(3, 17, 66, 0.8);
}

.event-card-mask-red {
    background: rgba(31, 1, 1, 0.8);
}

.event-card-mask-green {
    background: rgba(5, 34, 1, 0.8);
}

.event-card__body {
    position: relative;
    z-index: 20;
    display: flex;
    flex-wrap: wrap;
}

.event-card__header {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 50%;
    padding-right: 50px;
}

.event-card__header h3 {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 110%;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 40px;
}

.event-card__header h3:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80%;
    height: 1px;
    background-color: #fff;
}

.event-card__btns {
    display: flex;
    column-gap: 20px;
}

.event-card .btn {
    width: 170px;
}

.event-data-list {
    flex: 0 0 50%;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    padding-left: 20px;
}

.event-data-item {
    display: flex;
}

.event-data__title {
    flex: 0 0 30%;
    color: #FFF;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 140%;
}

.event-data__value {
    flex: 0 0 70%;
    padding-left: 10px;
    color: #FFF;
    font-size: 1.5rem;
    line-height: 140%;
}

.event-card__discription {
    flex: 0 0 100%;
    display: flex;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
    padding-top: 60px;
    row-gap: 30px;
}

.event-card__discription p {
    flex: 0 0 50%;
    padding: 0 20px;
    color: #FFF;
    font-size: 1rem;
    line-height: 140%;
}

@media (max-width: 967px) {
    .event-card__header {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: 100%;
        padding-right: 50px;
        margin-bottom: 60px;
    }

    .event-data-list {
        flex: 0 1 650px;
        padding-left: 0px;
    }
}

@media (max-width: 767px) {
    .event-card__discription {
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
        row-gap: 30px;
        margin-right: 0px;
        margin-left: 0px;
        padding-top: 60px;
    }

    .event-card__discription p {
        flex: 1 1 auto;
        padding: 0 00px;
        color: #FFF;
        font-size: 1rem;
        font-weight: 600;
        line-height: 140%;
    }
}

@media (max-width: 467px) {
    .event-card {
        padding: 30px 20px;
    }

    .event-card__header {
        padding-right: 0px;
    }

    .event-card__header h3 {
        font-size: 2rem;
    }

    .event-card__btns {
        display: flex;
        flex-direction: column;
        row-gap: 20px;
    }

    .event-card .btn {
        width: 100%;
    }

    .event-data__title {
        flex: 0 0 30%;
        font-size: 1rem;
    }

    .event-data__value {
        flex: 0 0 70%;
        padding-left: 10px;
        font-size: 1rem;
    }
}



/* =====================*/
/*  EVENT PAGE         */
/* ==================== */
.event-page__main {
    padding-top: 100px;
}

.event-page__event-card {
    padding-bottom: 40px;
}

.event-page .btn {
    width: 70%;
}

/* =====  .other-events =========  */
.other-events {
    padding: 40px 0;
}

.other-events__title {
    max-width: 500px;
    margin-bottom: 30px;
}

.other-event__list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
    row-gap: 40px;
}

.other-event__item {
    flex: 0 0 50%;
    padding-left: 20px;
    padding-right: 20px;
}

.other-events__event-shot-card {
    height: 100%;
}

.other-events .event-body {
    row-gap: 0px;
}

.event-shot-card__date {
    font-size: 1rem;
    line-height: 130%;
    color: #EFF3F8;
    margin-bottom: 15px;
}

.event-shot-card__event-title {
    margin-bottom: 15px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 130%;
    color: #EFF3F8;
}

.event-shot-card__date span {
    font-size: 1rem;
    font-weight: 600;
    color: #EFF3F8;
    padding-right: 10px;
}

.event-card__event-title {
    font-size: 1.5rem;
    line-height: 120%;
    font-weight: 600;
    color: #EFF3F8;
    padding-right: 10px;
    margin-bottom: 20px;
}

.event-shot-card__shot-discription {
    font-size: 1rem;
    line-height: 140%;
    color: #EFF3F8;
    padding-right: 10px;
    margin-bottom: 40px;
}

.event-card__btns {
    display: flex;
    width: 100%;
}

.event-shot-card .event-card__btns {
    justify-content: end;
}

.other-events .btn {
    width: 250px;

}

@media (max-width: 700px) {
    .other-events__title {
        font-size: 2rem;
    }

    .other-event__list {
        flex-direction: column;
        row-gap: 30px;
        margin-left: 0;
        margin-right: 0;
    }

    .other-event__item {
        flex: 1 1 auto;
        padding-left: 0px;
        padding-right: 0px;
    }
}



/* =====================*/
/*  EVENT REGISTRATION PAGE */
/* ==================== */

.event-registration-page .event-card__body {
    display: flex;
    flex-wrap: wrap;
    row-gap: 40px;
}

.other-events__event-shot-card .event-card__body {
    row-gap: 0px;
    height: 100%;
}

.event-registration-page .event-card__header {
    flex: 0 0 50%;
}

.event-card__event-data {
    flex: 0 0 50%;
}

.regist-from__form {
    flex: 0 0 100%;
    display: flex;
}

.regist-from__question {
    flex: 0 0 50%;
    padding-right: 20px;
}

.regist-from__question label {
    padding-right: 30px;
    color: #FAFCFF;
    font-size: 1.5rem;
    line-height: 120%;
    font-weight: 600;
    letter-spacing: 0.24px;
    display: inline-block;
    margin-bottom: 20px;
}

.regist-from__form .textarea textarea {
    height: 220px;
}

.regist-from__user-data-list {
    flex: 0 0 50%;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.checkbox {
    flex-shrink: 0;
    flex-grow: 1;
    flex-basis: auto;
    display: flex;
    flex-direction: row-reverse;
    text-align: center;
    justify-content: start;
}

.regist-from__form .btn {
    width: 100%;
}

@media (max-width: 967px) {
    .event-registration-page .event-card__header {
        flex: 0 0 100%;
        margin-bottom: 0;
    }

    .event-registration-page .event-card__event-title {
        margin-bottom: 0;
    }

    .event-registration-page .event-card__event-data {
        flex: 0 0 100%;
    }

    .regist-from__form {
        flex-direction: column;
        row-gap: 40px;
    }

    .regist-from__question {
        flex: 0 0 auto;
        padding-right: 0px;
    }

    .regist-from__user-data-list {
        flex: 0 0 auto;
        padding-left: 00px;
        display: flex;
        flex-direction: column;
        row-gap: 20px;
    }

    .event-card__event-data {
        flex: 0 0 100%;
    }
}

@media (max-width: 550px) {
    .event-registration-page .event-card {
        padding: 40px 20px;
    }

    .event-registration-page .event-data__title,
    .event-registration-page .event-data__value {
        font-size: 1rem;
    }

    .regist-from__question label {
        padding-right: 0px;
        color: #FAFCFF;
        font-size: 1.25rem;
        line-height: 130%;
        font-weight: 600;
        letter-spacing: 0.18px;
    }

}