.events-content-block {
    margin: 60px auto 0;
    max-width: 1139px;
    border-radius: 15px;
    border: 2px solid #FF1B1B;
    box-shadow: 0 0.5px 4px 0 rgba(0, 0, 0, 0.25);
    padding: 22px 27px 24px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.events-link:hover {
    box-shadow: 5px 5px 10px 0 rgba(86, 86, 86, 0.35);
}

.events-link {
    border-radius: 0 20px 20px 0;
    background: linear-gradient(270deg, #EA7878 0%, #FF6200 100%);
    max-width: 360px;
    position: relative;
    height: 128px;
    padding: 18px 43px 16px 28px;
}

.events-link a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.events-link p {
    color: #FFF;
    font-family: Montserrat;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0 0 40px 0;
}

.events-link span {
    color: #FF4D4D;
    background: #FFFFFF;
    padding: 8px 27px;
    text-align: center;
    font-family: Roboto;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    border-radius: 24px;
}

.events-info {
    display: flex;
    align-items: center;
}

.each-info-block {
    position: relative;
    border-radius: 20px;
    border: 1px solid transparent;
    background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #FF1B1B 0%, #FFAE00 100%) border-box;
    padding: 13px 15px 33px;
    width: 254px;
    height: 114px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-left: 36px;
}

.each-info-block:before {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, #FF1B1B 0%, #FFAE00 100%);
    width: 93px;
    height: 1px;
    top: 44px;
}

.each-info-block span {
    display: block;
    color: #000;
    font-family: Roboto;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    position: relative;
}

.each-info-block span:before {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    background: url(../img/icons/time.svg);
    left: -20px;
    top: 0;
}

.each-info-block p {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin: 29px 0 0 0;
    height: 68px;
    display: flex;
    align-items: center;
}

.each-info-block img {
    position: absolute;
    left: -13px;
    top: 71px;
}

@media screen and (max-width: 1230px) {
    .each-info-block {
        margin: 0 10px;
        height: 135px;
    }
    .events-info {
        display: block;
    }
    .events-content-block {
        max-width: 709px;
        margin: 60px auto 0;
    }
    .events-link {
        height: 149px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 18px 35px 16px 28px;
        width: 323px;
    }
    .events-link p {
        font-size: 23px;
        max-width: 315px;
    }
    .events-link span {
        max-width: 56px;
        padding: 5px 27px;
    }
    .events-info .slick-prev {
        top: 75% !important;
        left: 39%!important;
        z-index: 1;
    }
    .events-info .slick-next {
        right: 35% !important;
        top: 75% !important;
        z-index: 1;
    }
    .events-info .slick-list {
        width: 303px!important;
    }

}

@media screen and (max-width: 767px) {
    .events-content-block {
        flex-direction: column;
        max-width: 292px;
        padding: 22px 29px 24px 0;
    }
    .events-link {
        width: auto;
        height: auto;
        padding: 18px 0 16px 28px;
    }
    .events-link p {
        font-size: 21px;
        max-width: 100%;
        font-weight: 500;
        margin: 0 0 20px 0;
    }
    .events-info {
        margin: 23px 0 0 44px;
    }
    .events-info .slick-prev {
        top: 68% !important;
        left: 35% !important;
    }
    .events-info .slick-next {
        top: 68% !important;
        right: 39% !important;
    }
    .each-info-block p {
        font-size: 12px;
        height: auto;
    }
    .each-info-block {
        width: 244px;
        padding: 13px 10px 23px;
    }
}

