.eventhero {
    overflow: hidden;
    height: calc(100vh - 96px);
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    min-height: 670px;
    max-height: 800px;
}
.eventhero__img {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 448px;
    height: auto;
    pointer-events: none;
}
.eventhero__main {
    position: relative;
    z-index: 10;
    color:var(--dark);
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    justify-content: flex-start;
}







.event-featured {
    padding-top: 10rem;
}
.event-featured__banner {
    display: block;
}
.event-featured__placeholder,
.event-featured__banner img{
    height: auto;
    width: 100%;
    display: block;
    border-radius: 1rem;
}

.evsummit {
    padding-top: 13rem;
    padding-bottom: 18rem;
}
.evsummit__date {
    align-items: center;
}
.evsummit__day {
    font-weight: bold;
    font-size: 80px;
    line-height: 1;
}
.evsummit__month {
    padding-left: 3rem;
    text-transform: uppercase;
}
.evsummit__info {
    align-items: center;
}
.evsummit__logo {
    width: 220px;
    height: auto;
}
.evsummit__logo img{
    display: block;
    width: 100%;
    height: auto;
}
.evsummit__descr {
    padding-left: 8rem;
}
.evsummit__blocks {
    justify-content: space-between;
    align-items: stretch;
}
.evsummblock {
    display: block;
    width: calc(50% - 15px);
    background: #FFFFFF;
    border: 1px solid var(--grey2);
    box-sizing: border-box;
    border-radius: 10px;
    transition: box-shadow 0.2s ease;
    color:#000;
    text-decoration: none;
    padding: 5rem;
    min-height: 360px;
    background-position: right bottom;
    background-repeat: no-repeat;
}
.evsummblock:hover{
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
    color:#000;
    text-decoration: none;
}
.evsummblock--speaker {
    background-image: url(../img/events/b3-speaker-bg.svg);
}
.evsummblock--join {
    background-image: url(../img/events/b3-online-bg.svg);
}
.evsummblock__title {
    font-weight: 700;
    position: relative;
    padding-right: 40px;
    display: inline-block;
}
.evsummblock__title::after{
    content:"";
    display: block;
    transition: transform 0.3s ease;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: url(../img/events/icon-arrow.svg) center 60% no-repeat;
}
.evsummblock:hover .evsummblock__title::after{
    transform: translateX(3px);
}
.evsummblock__descr{
    max-width: 375px;
}
.evsummblock__list {
    max-width: 30rem;
}


.evsummit__twobanners{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}
.evsummit__twobannerslink{
    display: block;
    width: 100%;
    height: auto;
}
.evsummit__twobannerslink img{
    display: block;
    width: 100%;
    height: 100%;
}



.event-planet {
    overflow: hidden;
    background: var(--blue2);
    color:#fff;
    padding-top: 11rem;
    padding-bottom: 13rem;
}
.event-planet__wrap {
}
.event-planet__main {
    max-width: 62rem;
    width: 50%;
}
.event-planet__pic {
    position: absolute;
    right: -15px;
    top: -25px;
}


.event-virtual {
    padding-top: 13rem;
}
.eventvirt {
    background: url(../img/events/b5-bg.svg) var(--blue4) right center no-repeat;
    background-size: 505px;
    border-radius: 1rem;
    min-height: 20rem;
    align-items: center;
    padding: 3rem 0;
}
.eventvirt__left {
    padding-left: 5rem;
    max-width: 755px;
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    justify-content: center;
}
.eventvirt__right {
    margin-left: auto;
    margin-right: 10rem;
    flex-shrink: 0;
    width: 20rem;
    height: 6rem;
}
.eventvirt__right .button {
    width: 100%;
    height: 100%;
}


.event-virtbot {
    padding-top: 8rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
    grid-gap:40px 30px;
}
.event-virtbot__col {
    min-width: 0;
}
/* .event-virtbot__col--long{
    grid-row: span 2;
} */
.event-recording {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: calc(168 * 3px + 4rem);
    grid-auto-rows: auto;
    grid-gap: 2rem;
}
.event-recorditem {
    border-radius: 1rem;
    display: block;
    height: 168px;
}
.event-recpic {
    display: block;
    height: 100% !important;
    max-height: none;
    border-radius: 1rem;
    object-fit: cover;
    object-position: 10% center;
}
.event-recbutton,
.event-recmorebutton {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
    padding: 0 10px;
    height: 40px;
}
.event-recbutton i{
    display: flex;
    width: 24px;
    height: 24px;
    border-radius: 100px;
    background: var(--blue);
    transition: all 0.2s ease;
}
.event-recbutton i svg{
    display: block;
    margin: auto;
    fill:#fff;
    transform: translateX(20%);
    transition: all 0.2s ease;
}
.event-recbutton:hover i{
    background-color: #fff;
}
.event-recbutton:hover i svg{
    fill:var(--blue);
}
.event-recbutton span{
    display: block;
    padding-left: 10px;
}
.event-virtbot__gray {
    color:var(--grey5);
}
.event-dynamicsect {
    border-radius: 1rem;
    max-width: 500px;
}
.event-dynamicsect .fz20{
    font-weight: 400;
    padding-top: 2rem;
}
.event-dynamicsect__pic{
    width: 168px;
    height: 168px;
    object-fit: contain;
    height: auto;
    display: block;
}
.event-recmorebutton {
    margin-top: 2rem;
    padding-left: 35px;
    padding-right: 35px;
}


.eventyoucity {
    padding-top: 11rem;
}
.eventyoucity__wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 3rem;
    grid-auto-rows: auto;
}
.eventyoucity__item {
    border: 1px solid var(--grey3);
    box-sizing: border-box;
    border-radius: 1rem;
    padding: 3rem 2.7rem 10rem;
    position: relative;
    min-height: 280px;
}
.eventyoucity__icon {
    width: 32px;
    height: 32px;
}
.eventyoucity__icon img{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 100px;
}
.eventyoucity__town {
    padding-top: 2rem;
}
.eventyoucity__town span{
    display: block;
}
.eventyoucity__action {
    position: absolute;
    bottom: 3rem;
    left: 2.7rem;
}
.eventyoucity__action .button{
    width: 95px;
    height: 40px;
}
.eventyoucity__action .button img{
    margin-right: 1rem;
}
.eventyoucity__action .button:hover img{
    filter: brightness(0) invert(1);
}
.eventyoucity__last {
    background: var(--grey);
    padding: 4rem 3rem;
    border-radius: 1rem;
}
.eventyoucity__last small{
    display: block;
    font-size: initial;
    padding-bottom: 1rem;
}
.eventyoucity__last small:last-child{
    padding-bottom: 0;
}


.eventupcoming {
    padding-top: 130px;
}
.eventupcoming__wrap {
    position: relative;
}
.eventcomingitem {
    border-radius: 1rem;
    border: 1px solid var(--grey3);
    background: #fff;
    margin-bottom: 2rem;
    padding: 4rem;
    padding-right: 2rem;
}
.eventcomingitem:last-child{
    margin-bottom: 0;
}
.eventcomingitem__left {
    flex-basis: 15%;
    flex-shrink: 1;
    flex-grow: 0;
}
.eventcomingitem__num {
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
}
.eventcomingitem__month {
    text-transform: uppercase;
    margin-top: 6px;
}
.eventcomingitem__year {
    display: block;
    color:var(--grey4);
}
.eventcomingitem__main {
    flex-basis: 50%;
    flex-shrink: 1;
    flex-grow: 0;
    padding-right: 3rem;
}
.eventcomingitem__title {
    max-width: 55rem;
}
.eventcomingitem__more {
    display: inline-block;
    text-decoration: none;
    line-height: 2.8rem;
    margin-top: 2rem;
}
.eventcomingitem__right {
    margin-left: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
    grid-gap: 7px 20px;
    width: 410px;
}
.eventcomingitem__mic {
    flex-basis: 50%;
    flex-shrink: 0;
    flex-grow: 0;
}
.eventcomingitem__speaker{
    min-height: 32px;
    padding-top: 4px;
    padding-left: 36px;
    background: url(../img/events/icon-mic.svg) left top no-repeat;
    background-size: 32px;
}
.eventcomingitem__loc {
    flex-basis: 50%;
    flex-shrink: 0;
    flex-grow: 0;
}
.eventcomingitem__locblock{
    padding-left: 38px;
    min-height: 32px;
    background: url(../img/events/icon-loc.svg) left top no-repeat;
    padding-top: 4px;
}
.eventcomingitem__locblock img{
    display: block;
    height: 32px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    margin-top: -4px;
}
.eventcomingitem__camera {
    margin-top: 0px;
    color:var(--grey4);
    padding-left: 36px;
    line-height: 36px;
    background: url(../img/events/icon-camera.svg) left center no-repeat;
    margin-left: 8px;
}
.eventcomingitem__address{
    margin-top: 0px;
    color:var(--grey4);
    padding-top: 1rem;
}
.eventcomingitem__complextitle {
    align-items: center;
    max-width: 55rem;
}
.eventcomingitem__logo {
    width: 69px;
    height: 69px;
    border-radius: 200px;
    margin-right: 1.5rem;
}


.eventspast {
    padding-top: 13rem;
    padding-bottom: 10rem;
}
.eventspast__tablinks {
    align-items: stretch;
    height: 4rem;
    margin-top: 1rem;
}
.eventpast__link {
    display: block;
    margin-right: 1rem;
    width: 10rem;
    background: #fff;
    border-radius: 1rem;
    border:none;
    cursor: pointer;
    font-size: 1.6rem;
    line-height: 1;
    text-align: center;
}
.eventpast__link:not(.active):hover{
    background: var(--grey);
}
.eventpast__link.active{
    background: #000;
    color:#fff;
}
.eventspast__tabs {
    margin-top: 5rem;
    overflow: hidden;
    position: relative;
}
.eventspast__tabs.isloading{
    min-height: 414px;
}
.eventspast__tabs.isloading::after{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url(../img/loader.svg) var(--grey) center center no-repeat;
    background-size: 6rem;
    z-index: 10;
    display: block;
    content:"";
}
.eventspast__tabwrap{
    display: none;
}
.eventspast__tabwrap.active{
    display: block;
}
.eventspast__tab{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 3rem;
    padding-bottom: 3rem;
}
.eventspast__morewrap{
    display: block;
    overflow: hidden;
    transition: height 0.5s ease;
    height: 0;
}
.eventcard {
    display: flex;
    flex-flow: column nowrap;
    align-items: stretch;
    justify-content: flex-start;
    background: #FFFFFF;
    border: 1px solid var(--grey3);
    box-sizing: border-box;
    border-radius: 10px;
    padding: 3rem;
    transition: box-shadow 0.2s ease;
    min-height: 36rem;
}
.eventcard:hover{
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.05);
}
.eventcard__title{
    font-weight: 700;
    font-size: 2rem;
    line-height: 3rem;
}
.eventcard__date {
    line-height: 1;
    white-space: nowrap;
    color:var(--grey5);
}
.eventcard__info {
    margin-top: auto;
}
.eventcard__descr{
    margin: 0;
    flex-grow: 1;
    line-height: 1.5;
    opacity: 0.8;
    font-size: 90%;
}
.eventcard__speaker {
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 0px;
    font-size: 14px;
    line-height: 20px;
    padding-left: 38px;
    background: url(../img/events/icon-mic.svg) left top no-repeat;
    background-size: 24px;
    min-height: 40px;
}
.eventcard__speaker--one{
    padding-top: 3px;
}
.eventcard__speaker small{
    display: block;
    font-size: 14px;
    line-height: 18px;
    color:var(--grey4);
}
.eventcard__loc {
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    justify-content: center;
    margin-top: 6px;
    font-size: 14px;
    line-height: 18px;
    padding-left: 38px;
    min-height: 24px;
    background: url(../img/events/icon-loc.svg) left top no-repeat;
    background-size: 24px;
}
.eventcard__button {
    margin-top: 3rem;
    width: 16rem;
    font-size: 14px;
    height: 4rem;
}
.eventspast__bottom{
    text-align: center;
}
.eventspast__more {
    display: inline-block;
    margin: 0 auto;
}












@media (max-width:1299px){
    .eventhero__img{
        right: 0px;
    }
    .eventhero__main .h2{
        font-size: 5.4rem;
        line-height: 1.25;
    }
    .evsummblock__descr{
        max-width: 350px;
    }
} /* END MEDIA 1299px */



@media (max-width:1199px){
    .eventhero__main{
        max-width: calc(100% - 350px);
    }
    .eventhero__img{
        width: 350px;
    }
    .eventhero__main .h2{
        font-size: 4.6rem;
    }
    .eventhero{
        height: calc(100vh - 80px);
        min-height: 400px;
    }
    .evsummit{
        padding-top: 10rem;
        padding-bottom: 10rem;
    }
    .evsummit__descr br{
        display: none;
    }
    .evsummit__descr{
        padding-left: 4rem;
    }
    .evsummblock{
        padding: 4rem 2rem;
        background-size: 50%;
        min-height:auto;
    }
    .evsummblock__descr{
        max-width: 60%;
    }
    .event-planet__pic img{
        width: 400px;
    }
    .eventyoucity__wrap{
        grid-gap: 15px;
        grid-template-columns: 1fr 1fr;
    }
    .eventyoucity__item{
        min-height: auto;
    }
    .eventcomingitem__right{
        grid-template-columns: 1fr;
        width: 25%;
        flex-shrink: 0;
        grid-gap: 2rem;
    }
    .eventcomingitem__main{
        flex-grow: 1;
    }
    .eventcomingitem__logo{
        width: 6rem;
        height: 6rem;
    }
    .eventspast__tab{
        grid-gap: 2rem;
    }
    .eventcard{
        min-height: auto;
        padding: 3rem 2rem;
    }
    .eventcard__title{
        font-size: 2rem;
        line-height: 1.3;
    }
} /* END MEDIA 1199px */


@media (max-width:992px){
    .eventhero{
        height:auto;
        max-height: none;
        padding: 8rem 0;
    }
    .eventhero__main{
        max-width: none;
        text-align: center;
        align-items: center;
    }
    .eventhero__img{
        position: relative;
        right: auto;
        transform:none;
        margin: 5rem auto 0;
        display: block;
        width: 300px;
    }
    .event-planet__pic{
        right: 0;
    }
    .event-planet__pic img{
        width: 270px;
    }
    .event-virtbot{
        display: flex;
        grid-gap: 0;
        flex-flow: column nowrap;
        align-items: stretch;
    }
    .event-virtbot__col{
        width: auto;
        padding-bottom: 2rem;
    }
    .event-virtbot__col:nth-child(2){
        order:3;
        padding-top: 3rem;
    }
    .event-virtbot__col:last-child{
        order:5;
    }
    .event-recording{
        width: auto;
        max-width: none;
    }
    .event-virtbot__gray{
        min-height: auto;
    }
    .event-dynamicsect{
        order:5;
    }
    .eventcomingitem{
        padding: 2rem;
    }
    .eventcomingitem__num{
        font-size: 4rem;
    }
    .eventcomingitem__month{
        font-size: 1.4rem;
        margin-top: 0;
    }
    .eventspast__tabs{
        margin-top: 3rem;
    }
    .eventcard__button{
        width: 20rem;
    }
} /* END MEDIA 992px */









@media (max-width:767px){
    .eventhero{
        padding-top: 6rem;
    }
    .eventhero__main .h2{
        font-size: 4rem;
    }
    .eventhero__main br{
        display: none;
    }
    .eventhero__img{
        width: 90%;
    }
    .event-featured__banner{
        padding-top: 3rem;
    }
    .evsummit{
        padding-top: 8rem;
        padding-bottom: 8rem;
    }
    .evsummit__day{
        font-size: 7rem;
    }
    .evsummit__month{
        padding-left: 2rem;
    }
    .evsummit__info{
        padding-top: 2rem;
        flex-flow: column nowrap;
        align-items: stretch;
    }
    .evsummit__logo{
        width: 150px;
        height: 150px;
    }
    .evsummit__descr{
        padding-left: 0;
        padding-top: 2rem;
    }
    .evsummit__blocks{
        flex-flow: column nowrap;
        align-items: stretch;
    }
    .evsummblock{
        width: auto;
        margin-bottom: 2rem;
        background-size: 40%;
    }
    .evsummblock__listtitle{
        padding-top: 1.5rem;
    }
    .evsummblock__title::after{
        height: 95%;
    }

    .evsummit__twobanners{
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 15px;
    }

    .event-planet{
        padding: 6rem 0 7rem;
    }
    .event-planet__main{
        width: auto;
    }
    .event-planet__wrap{
        flex-flow: column-reverse nowrap;
        align-items: stretch;
    }
    .event-planet__main .h5{
        padding-top: 2rem;
    }
    .event-planet__pic{
        position: relative;
        top: 0;
        width: 200px;
        margin: 0 0 3rem;
    }
    .event-planet__pic img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .event-virtual{
        padding-top: 8rem;
        padding-bottom: 8rem;
    }
    .eventvirt{
        padding: 4rem 2rem;
        flex-flow: column nowrap;
        align-items: stretch;
        background-image: none;
    }
    .eventvirt__left{
        align-items: stretch;
        padding-left: 0;
    }
    .eventvirt__right{
        margin-left: 0;
        margin-top: 3rem;
    }
    .event-recording{
        grid-template-columns: 1fr;
    }
    .event-recorditem{
        height: 240px;
    }
    .eventyoucity{
        padding-top: 0;
    }
    .eventyoucity__wrap{
        grid-template-columns: 1fr;
        padding-top: 2rem;
    }
    .eventupcoming{
        padding-top: 10rem;
    }
    .eventupcoming__wrap{
        padding-top: 1rem;
    }
    .eventupcoming .h4{
        padding-bottom: 3rem;
    }
    .eventcomingitem{
        flex-flow: column nowrap;
    }
    .eventcomingitem__year{
        padding-top: 0;
    }
    .eventcomingitem__main{
        padding-right: 0;
        padding-top: 3rem;
    }
    .eventcomingitem__right{
        width: auto;
        margin: 3rem 0 0;
    }
    .eventspast .capstext{
        padding-bottom: 3rem;
    }
    .eventspast__tablinks{
        margin-right: -15px;
        margin-left: -15px;
        padding-left: 15px;
        padding-right: 15px;
        overflow-x: auto;
        padding-bottom: 15px;
        height: 6rem;
    }
    .eventpast__link{
        width: 70px;
        flex-shrink: 0;
    }
    .eventspast__tab{
        grid-template-columns: 1fr;
    }
    .eventspast__bottom{
        padding-top: 0rem;
    }
} /* END MEDIA 767px */