.events {
    padding: 0 !important;
}

.events-detail__title {
    margin-bottom: 45px;
    color: #212128;
    font-family: 'Arsenal', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.events-detail__content-title {
    margin-bottom: 18px;
    color: #212128;
    font-family: 'Arsenal', sans-serif;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.46px;
}

.events-detail__content-desc p {
    margin-top: 0;
    color: #585865;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
}

.events-detail__content-desc p:not(:last-of-type) {
    margin-bottom: 7px;
}

.events-detail__content-desc b {
    font-weight: 500;
}

.events-detail__main {
    padding-top: 89px;
    padding-bottom: 89px;
    background: url(/local/templates/.default/images/corporate-service/events-detail.png) no-repeat center center;
}

.events-detail__slider {
    position: relative;
}

.events-detail__slider-buttons {
    bottom: 0;
    right: 0;
    z-index: 10;
    display: flex;
    flex-direction: row-reverse;
}

.events-detail__slider .swiper-slide {
    line-height: 0;
}

.events-detail__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 70px;
    height: 46.5px;
    border: none;
    outline: none;
}

.events-detail__content img {
    max-width: 100%;
}

.events-detail__review {
    padding-top: 86px;
    padding-bottom: 85px;
    background: #EEEEF2;
}

.events-detail__review-title {
    margin-bottom: 18px;
    color: #212128;
    font-family: 'Arsenal', sans-serif;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.46px;
}

.events-detail__review-text {
    color: #585865;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
}

.events-detail__review img {
    max-width: 350px;
}

.events-detail__review-text b {
    font-weight: 500;
}

.events-detail__backlink {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 13px;
    margin: 0 auto;
    margin-top: 45px;
    width: 100%;
    max-width: 258px;
    height: 50px;
    border-radius: 6px;
    background: #F3522D;
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.14px;
    text-transform: uppercase;
    text-decoration: none;
}

#file_video{
    position: relative;
    cursor: pointer;    
}

#file_video a{
    display: none;
}

#link_video{
    position: relative;
}

#link_video a{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 30;
}

@media (max-width: 992px) {

    #file_video a{
        display: none;
    }
   
    .events-detail__slider {
        text-align: center;
    }

    .events-detail__slider-buttons {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        gap: 0 30px;
        position: relative;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .events-detail__arrow_prev {
        order: 1;
    }

    .events-detail__arrow_next {
        order: 2
    }

    .events-detail__main {
        padding-bottom: 0;
    }

    .events-detail__review {
        padding-top: 40px;
    }

    .events-detail__review-text {
        margin-bottom: 30px;
    }

    .events-detail__main {
        padding-top: 30px;
    }

    .events-detail__title {
        margin-bottom: 30px;
        font-size: 23px;
    }
}