.tcenter-intro {
    position: relative;

    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/tc-intro-bg2.png) no-repeat;
    background-size: cover;

    margin-bottom: 100px;
}

.container--intro {
    width: 100%;
    max-width: 1252px;
}

.tcenter-intro__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 105px 0;
}

.hexagons {
    position: absolute;
    left: 50px;
    top: -180px;

    width: 974px;
    height: 1013px;

    background: url(../img/intro-hexagons.png) no-repeat;
    background-size: cover;

    pointer-events: none;
}

.tcenter-intro__ava {
    display: flex;
    align-items: center;
    justify-content: center;

    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 464px;
    height: 382px;

    background: url(../img/speaker-bg.png) no-repeat;
    background-size: cover;
}
.tcenter-intro__ava img{
    max-width: 100%;
    border-radius: 50%;
    border: 2px solid #e8e8e8;
}
.tcenter-intro__info {
    width: 100%;
    max-width: 620px;
}

.intro-info__leading {
    width: 129px;
    height: 33px;

    font-weight: 800;
    font-size: 16px;
    line-height: 130%;
    color: #F75000;

    padding: 6px 20px;
    margin-bottom: 16px;

    background: #FFFFFF;
}

.intro-info__name {
    font-weight: 700;
    font-size: 60px;
    line-height: 130%;
    text-transform: uppercase;
    color: #FFFFFF;

    margin-bottom: 31px;
}

.intro-info__descr {
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    color: #FFFFFF;

    margin-bottom: 60px;
}

.intro-info__sub {
    display: flex;
    align-items: center;
}

.intro-info__sub-descr {
    width: 100%;
    max-width: 322px;

    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    color: #FFFFFF;

    margin-right: 31px;
}

.sub-btn {
    width: 100%;
    max-width: 263px;
    height: 40px;
    z-index: 3;

    display: flex;
    align-items: center;
    justify-content: center;

    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    color: #FFFFFF;

    background: #F75000;
    border: 1px solid #F75000;
    box-shadow: 0px 5px 10px rgba(184, 184, 184, 0.25);

    transition: all 0.1s linear;
}

.sub-btn:hover , .sub-btn.active {
    background: #fff;
    border: 1px solid #fff;
    color: #F75000;
}
.sub-btn.active:hover {
    background: #F75000;
    border: 1px solid #F75000;
    color: #Fff;
}

.events {
    margin-bottom: 100px;
}

.events__heading {
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    color: #333333;

    margin-bottom: 25px;
}

.events-content {
    width: 100%;
    max-width: 1140px;
    min-height: 355px;

    display: flex;

    background: #FFFFFF;
    box-shadow: 0px 0px 21px 1px rgba(7, 7, 7, 0.1);
}

.events-data {
    display: flex;
    flex-direction: column;

    width: 480px;

    padding: 50px 50px 40px 50px;

    border-right: 1px solid #E5E5E5;
}

.events-data__online {
    width: 95px;
    height: 29px;

    font-size: 14px;
    line-height: 29px;
    color: #FFFFFF;
    text-align: center;

    background: #F75000;

    margin-bottom: 25px;
}
.events-data__online.offline{
    background: #4e4e4e;
}

.events-data__category {
    position: relative;

    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    color: #F75000;

    margin-bottom: 17px;
}

.events-data__category::after {
    content: "";
    position: absolute;

    left: 0;
    bottom: -11px;

    width: 83px;
    height: 1px;

    background: #F75000;

}

.events-data__date {
    font-weight: 600;
    font-size: 16px;
    color: #333333;
}

.events-data__time {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #333333;

    margin-bottom: 30px;
}

.events-data__price {
    display: flex;
    align-items: center;

    margin-top: auto;
}

.events-data__price-new {
    font-weight: 700;
    font-size: 30px;
    line-height: 41px;
    text-transform: uppercase;
    color: #F75000;

    margin-right: 30px;
}

.events-data__price-old {
    position: relative;

    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    text-transform: uppercase;
    color: #333333;
}

.events-data__price-old::after {
    content: "";
    position: absolute;
    left: -5px;
    top: 45%;

    width: 72px;
    height: 2px;

    background: #F75000;
    transform: rotate(-14.06deg);
}

.events-descr {
    display: flex;
    flex-direction: column;

    width: 100%;
    max-width: 680px;

    padding: 30px 50px 40px 50px;
}

.events-descr__heading {
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    color: #333333;

    margin-bottom: 15px;
}

.events-descr__text {
    font-size: 18px;
    line-height: 25px;
    color: #333333;

    margin-bottom: 23px;
}

.events-descr__text p+p {
    margin-top: 5px;
}

.events__reg , .events-descr .card__btn {
    width: 100%;
    max-width: 360px;
    height: 49px;
    margin-top: auto;
    font-size: 14px;
    line-height: 49px;
}

.tcenter-intro__ava--mob {
    display: none;

    margin: 0 auto 60px;
}
.f-comp__soc-item{
    height: 40px;
    width: 40px;
}
.market-form{
    width: 100%;
    max-width: 263px;
}
.upComingWrapper{
    display: flex;
    justify-content: flex-start;
}
.upComingWrapper .training-center__card {
    width: 24%;
    margin: 0 0.5%;
}
@media (max-width: 1023px) {
    .tcenter-intro__ava {
        display: none;
    }

    .tcenter-intro__ava--mob {
        display: flex;
    }

    .tcenter-intro__inner {
        justify-content: center;
        padding: 50px 0;
    }

    .intro-info__descr {
        margin-bottom: 50px;
    }

    .hexagons {
        left: 20px;
        top: 60px;
    }
}


@media (max-width: 768px) {
    .events-data {
        padding: 30px;
    }

    .events-descr {
        padding: 30px;
    }
    .upComingWrapper {
        flex-wrap: wrap;
    }
    .upComingWrapper .training-center__card {
        width: 48%;
        margin: 0 0.5%;
    }
}

@media (max-width: 575px) {
    .events-content {
        flex-direction: column;
    }
    .upComingWrapper{
        display: block;
    }
    .upComingWrapper .training-center__card {
        width: 99%;
        margin: 12px 0.5%;
    }

    .events-data {
        width: 100%;

        padding: 20px 45px 35px 20px;

        border-right: none;
        border-bottom: 1px solid #E5E5E5;
    }

    .events-descr {
        padding: 35px 20px 20px 20px;
    }

    .events-descr__heading {
        font-size: 20px;

        margin-bottom: 10px;
    }

    .events-descr__text {
        font-size: 14px;

        margin-bottom: 40px;
    }

    .events__reg {
        max-width: unset;
    }

    .events__heading {
        font-size: 26px;

        margin-bottom: 20px;
    }

    .events {
        margin-bottom: 80px;
    }

    .tcenter-intro {
        margin-bottom: 80px;
    }

    .intro-info__leading {
        width: 112px;
        height: 30px;

        font-size: 14px;
    }

    .intro-info__name {
        font-size: 30px;

        margin-bottom: 23px;
    }

    .intro-info__descr {
        font-size: 16px;

        margin-bottom: 25px;
    }

    .tcenter-intro__ava {
        width: 90vw;
        max-width: unset;
        height: 74vw;
    }

    .tcenter-intro__ava img {
        max-width: 90%;
    }

    .intro-info__sub {
        flex-direction: column;
    }

    .intro-info__sub-descr {
        margin-right: 0;
        margin-bottom: 20px;

        font-size: 16px;
    }

    .sub-btn {
        max-width: 365px;
    }

    .hexagons {
        left: -178px;
        top: -87px;
        opacity: 0.5;
    }
}

@media (max-width: 450px) {
    .hexagons {
        left: -320px;
        top: -130px;
        opacity: 0.3;
    }

    .intro-info__sub {
        align-items: center;
    }

    .tcenter-intro__ava img {
        max-width: 77%;
    }

    .tcenter-intro {
        text-align: center;
    }

    .intro-info__leading {
        margin: 0 auto 16px;
    }

    .ag-face__social {
        justify-content: center;
    }
}

@media (max-width: 375px) {
    .tcenter-intro__ava--mob img {
        max-width: 75%;
    }
}

@media (max-width: 320px) {
    .tcenter-intro__ava--mob img {
        max-width: 77%;
    }
}