.content{
    text-align: left;
}
/* Buttons */
button{
    cursor: pointer;
}
.btn-red{ background: #E31E24; }
.btn-dark{background: #333333;}
.btn-white{background-color: white;border: #333333 solid 1px; color:#333333}
.wb-button{
    min-width: 172px;
    height: 40px;
    border-radius: 8px;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    padding: 0 10px;
}

/* Texts */
.text{
    text-align: left;
    font-size: 17px;
    line-height: 24px;
    color: #636E72;
}
.h1{
    text-align: left;
    font-size: 32px;
    line-height: 110%;
    color: #000;
//color: #333333;
    font-weight: 600;
}

/* Underline */
.underline{
    opacity: 0.2;
    border: 1px solid #333333;
}

/* Block 5 reasons .. */
.reasons {
    padding: 30px 28px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.reasons-text{
    width: 50%;
}
.reasons-subtitle{
    text-align: left;
    color: #000;
//color: #333333;
    margin: 15px 0 30px;
}
.reasons-img{
    width: 50%;
}
.reasons-img img{
    display: block;
    width: 100%;
    max-width: 480px;
    height: auto;
    margin:0 auto;
}


.tablet_horizontal{
    display: none !important;
}
.mobile_horizontal{
    display: none !important;
}
.mobile_vertical{
    display: none !important;
}
.webinars_title{
    font-weight: 500;
    font-size: 26px;
    line-height: 37px;
    letter-spacing: 0.01em;
    color: #000000;
    padding: 40px 0;
    text-align: center;
}
/*nearest webinar */
.empty_webinar{
    box-shadow: 0px 4px 20px rgba(51, 51, 51, 0.1);
    border-radius: 16px;
    background: #FFFFFF;
    position: relative;
    display: flex;
    max-width: 900px;
    margin: 0 auto;
}
.empty_img{
    display: flex;
    width: 50%;
    align-items: center;
}
.empty_img img{
    max-width: 100%;
}
.empty_text{
    display: flex;
    text-align: left;
    width: 50%;
    font-size: 24px;
    color: rgba(51, 51, 51, 0.5);
    align-items: center;
    padding-right: 50px;
}
.webinar{
    box-shadow: 0px 4px 20px rgba(51, 51, 51, 0.1);
    border-radius: 16px;
    padding: 24px;
    background-image: linear-gradient(35deg, rgba(227, 30, 36, 0) 59.78%, rgba(227, 30, 36, 0.4) 99.51%);
    border-image-slice: 1;
    position: relative;
    z-index:0;
}
.webinar:before {
    content: '';
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
    background-color: #fff;
    border-radius: 15px;
    box-sizing: border-box;
    z-index: -1;
}
.webinar:not(:last-child){
    margin-bottom: 30px;
}
.webinar:not(:first-child) .webinar-label{
    display: none;
}
.webinar-label{
    position: absolute;
    top:-14px;
    right:20px;
    width: 132px;
    height:28px;
    background: #FFFFFF;
    border: 1px solid rgba(227, 30, 36, 0.4);
    border-radius: 20px;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    color:#E31E24;
    display:flex;
    align-items: center;
    justify-content: center;
}
.counter-photo{
    background: url('/i/img/webinars_eu/image5.png') no-repeat;
    background-size: 100% 100%;
    border-radius: 16px; ;
}
.counter-block{
    position: relative;
    width: 356px;
    height: 232px;
}
.webinar-text{
    width: calc(100% - 380px);
    padding-left: 24px;
}
.webinar-title{
    text-align: left;
    font-size: 22px;
    line-height: 24px;
    color: #333333;
    padding-top: 8px;
}
.counter-content{
    position: absolute;
    top:20px;
    left:0;
    right: 0;
    bottom: 0;
}
.counter-block_counter{
    background: rgba(51, 51, 51, 0.4);
    display: flex;
    justify-content: space-between;
    width: 66%;
    height: 48px;
    margin-left: -24px;
    padding: 10px 7px 10px 18px;
    color: #fff;
}
.counter-block_counter div{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.counter-label{
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 300;
    line-height: 16px;
    width:121px;
    height: 28px;
    margin-left: -24px;
    font-size: 14px;
    margin-bottom: 4px;
}
.counter-block_value{
    font-weight: 300;
    font-size: 40px;
    line-height: 40px;
}
.counter-block_text{
    font-weight: 300;
    font-size: 10px;
    line-height: 10px;
}

.webinar-author{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 42px;
    margin: 9px 0;
}
.webinar-author img{
    border-radius: 50%;
    margin-right: 16px;
    width: 36px;
    height: 36px;
    background: #cacbbb;
}
.webinar-author span{
    font-size: 16px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.8);
}
.webinar-description{
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.5);
}

.webinar-bottom{
    background: rgba(51, 51, 51, 0.05);
    margin-top: 36px;
    height: 44px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
}
.webinar-button{
    width: 25%;
    height: 44px;
    border-radius: 8px;
    color: white;
    font-size: 18px;
    line-height: 20px;
}
.webinar-bottom div{
    display: flex;
    align-items: center;
}
.webinar-bottom > div:first-of-type{
    padding-left: 13px;
}
.webinar-bottom > div:last-of-type > img{border-radius: 50%; max-width: 18px;}
.webinar-date{
    font-size: 18px;
    line-height: 20px;
    color: #E31E24;
    margin-left: 14px;
}
.webinar-time{
    font-size: 18px;
    line-height: 18px;
    color: #333333;
    margin-left: 8px;
}
.webinar-flag{
    font-weight: 300;
    font-size: 18px;
    line-height: 18px;
    color: #333333;
    margin-right: 8px;
}
.webinar-flag-3{
    padding-left: 0 !important;
    padding-right: 10px;
}


/* webinar for beginers */
.webinar_container{
    display: flex;
    flex-wrap: wrap;
    padding-top: 16px;
}
.webinar-2{
    box-shadow: 0px 4px 20px rgba(51, 51, 51, 0.1);
    border-radius: 16px;
    padding: 24px;
    position: relative;
    margin-right: 16px;
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    width: calc(50% - 112px);
    max-width: 50%;
}
.webinar-2:nth-child(even) {
    margin-right: 0;
}
.webinar-top{
    display: flex;
}
.webinar-top-2{
    display: flex;
    margin-bottom: 20px;
}
.webinar-2:last-child{
    margin-right: 0;
}
.counter-block-2{
    position: relative;
    width: 184px;
    height: 160px;
}
.counter-photo-2{
    background: url('/i/img/webinars_eu/image3.png') no-repeat;
    background-size: 100% 100%;
    border-radius: 16px; ;
}
.counter-photo-3{
    background: url('/i/img/webinars_eu/image33.jpg') no-repeat;
    background-size: 100% 100%;
    border-radius: 16px; ;
}
.counter-content-2{
    position: absolute;
    top:18px;
    left:0;
    right: 0;
    bottom: 0;
    color: #fff;
}
.record-label2{
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 300;
    width:137px;
    height: 28px;
    margin-left: -24px;
    font-size: 12px;
    line-height: 14px;
}
.webinar-text-2{
    width: calc(100% - 200px);
    padding-left: 16px;
}
.webinar-title-2{
    text-align: left;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    padding-top: 8px;
}
.webinar-author-2{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 28px;
    margin: 14px 0 10px;
}
.webinar-author-2 img{
    border-radius: 50%;
    margin-right: 8px;
    background: #cacbbb;
}
.webinar-author-2 span{
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.8);
}
.webinar-description-2{
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.5);
}
.webinar-bottom-2{
    background: rgba(51, 51, 51, 0.05);
    margin-top: auto;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    width: 100%;
}
.webinar-bottom-5{
    background: rgba(51, 51, 51, 0.05);
    margin: 20px 0 36px;
    height: 40px;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    width: 400px;
}
.button_show_500{
    display: none;
}
.webinar-bottom-2 div{
    display: flex;
    align-items: center;
}
.webinar-bottom-2 > div:first-of-type{
    padding-left: 13px;
}
.webinar-bottom-2 > div:last-of-type > img{border-radius: 50%;}
.webinar-bottom-5 div{
    display: flex;
    align-items: center;
}
.webinar-bottom-5 > div:first-of-type{
    padding-left: 12px;
}
.webinar-bottom-5 > div:last-of-type > img{border-radius: 50%;}
.webinar-date-4{
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    margin-left: 12px;
}
.webinar-date-2{
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    margin-left: 13px;
}
.webinar-time-2{
    font-size: 16px;
    line-height: 16px;
    color: #333333;
    margin-left: 8px;
}
.webinar-button-2{
    width: 25%;
    height: 40px;
    border-radius: 8px;
    color: white;
    font-size: 16px;
    line-height: 20px;
}

/*Block 5 reasons 2 */
.reasons-2{
    position: relative;
    background: white;
    margin-top: 50px;
    padding-left: 60px;
}
.layer{
    padding-bottom: 40px;
}
.reasons_img{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80%;
    max-width: 762px;
    margin-left: 20%;
}
.reasons-2 ul li{
    background: url('/i/img/webinars_eu/check_01.svg') no-repeat left center;
    display: flex;
    align-items: center;
    text-align: left;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: rgba(51, 51, 51, 1);
    padding-left: 38px;
    margin: 16px 0;
}
.reasons-title{
    text-align: left;
    font-size: 24px;
    line-height: 24px;
    color: #333333;
    padding: 80px 0 30px;
}
.reasons-bottom{
    text-align: left;
    padding: 40px 0;
    padding-left: 60px;
    font-size: 22px;
    font-weight: bold;
    line-height: 130%;
    text-transform: uppercase;
    color: #333333;
}

/** Record **/
.recordings{
    background: transparent;
}
.recording-title{
    font-weight: 500;
    font-size: 26px;
    line-height: 37px;
    letter-spacing: 0.01em;
    color: #000000;
    padding: 40px 0;
    text-align: center;
}
.recording-title-new {
    font-weight: 500;
    font-size: 26px;
    line-height: 37px;
    letter-spacing: 0.01em;
    color: #000000;
    padding: 40px 0;
}
.record-title{
    text-align: left;
    font-size: 20px;
    line-height: 24px;
    color: #333333;
}
.record-label{
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    padding: 0 24px;
    height: 28px;
    margin: 24px 0 16px;
}
.record-label-1{
    background: #344C70;
}
.record-label-2{
    background: #357034;
}
.record-label-3{
    background: #333333;
}
.see-all{
    display: inline-block;
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    color: rgba(51, 51, 51, 0.6);
    padding-top: 24px;
    cursor: pointer;
}
.see-all span{
    text-decoration: underline;
}

.recording-lang-select {
    color: inherit;
    border: 1px solid #333;
    border-radius: 8px;
    padding: 5px 20px;
}

.dd-select {
    border-color: #333;
    border-radius: 8px;
}
.dd-option img {
    width: 18px;
}
.und_selector {
    display: flex;
    align-items: center;
}
.und_selector span {margin-right: 5px; font-size: 13px; opacity: .5}

.title_selector {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 735px){
    .title_selector {
        flex-direction: column;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1550px){
    .webinar-flag{
        display: none;
    }
    .reasons-2 {
        padding-left: 40px;
    }
    .reasons-bottom{
        padding-left: 40px;
    }
    .reasons_img{
        top: unset;
        bottom: 0;
        transform: unset;
    }
}
@media screen and (max-width: 1500px){
    .desktopto_tablet_horizontal{
        display: none;
    }
    .webinar {
        padding: 20px;
    }
    .webinar-2 {
        padding: 20px;
    }
    .webinar-top-2{
        display: block;
    }
    .counter-block-2 {
        width: 100%;
        height: 120px;
        max-width: 312px;
    }
    .counter-photo-2 {
        background: url('/i/img/webinars_eu/image2.png') no-repeat;
    }
    .counter-photo-3 {
        background: url('/i/img/webinars_eu/image22.jpg') no-repeat;
    }
    .counter-label{
        margin-left: -20px;
    }
    .record-label2{
        margin-left: -20px;
    }
    .counter-block_counter{
        margin-left: -20px;
    }
    .webinar-text-2 {
        width: 100%;
        padding-left: 0;
        padding-top: 33px;
    }
    .webinar-title-2 {
        line-height: 22px;
    }
    .webinar-bottom{
        margin-top: 28px;
    }
    .webinar-bottom-2{
        padding-right: 15px;
    }
    .tablet_horizontal{
        display: flex !important;
    }
    .tablet_horizontal_button > .webinar-button-2{
        margin: 0 auto;
        width: 120px;
        margin-top: 16px;
        font-size: 14px;
    }
    .webinar-flag{
        display: block;
    }
    .reasons-2{
        padding-left: 0;
    }
    .reasons-bottom{
        padding-left: 0;
    }
    .reasons-2 ul li {
        width: 40%;
    }
    .see-all{
        padding-top: 12px;
    }
    .reasons-text {
        width: 100%;
        display: flex;
        align-items: center;
        padding-bottom: 24px;
    }
    .reasons-img {
        width: 70%;
        margin-left: -10%;
    }
    .reasons {
        padding: 30px 24px 0;
        align-items: normal;
    }
}
@media screen and (max-width: 768px){
    .reasons-2{
        background: url('/i/img/webinars_eu/webinar_reasons.png') no-repeat right bottom;
        background-size: 100%;
    }
    .reasons-2 ul li {
        width: unset;
    }
    .layer{
        padding-bottom: 30px;
        background: rgba(255, 255, 255, 0.8);
    }
    .reasons_img{
        display: none;
    }
    .reasons-bottom{
        padding: 30px 0;
    }
}
@media screen and (max-width: 735px){
    .empty_text {
        font-size: 16px;
    }
    .webinar {
        padding: 16px;
    }
    .counter-block {
        width: 256px;
        height: 124px;
    }
    .counter-photo {
        background: url('/i/img/webinars_eu/image0.png') no-repeat;
    }
    .counter-content {
        top: 8px;
    }
    .counter-label {
        width: 80px;
        height: 24px;
        margin-left: -16px;
        font-size: 10px;
        margin-bottom: 0;
    }
    .counter-block_counter {
        margin-left: -16px;
        width: 215px;
    }
    .webinar-label {
        width: 100px;
        height: 20px;
        font-size: 8px;
        line-height: 10px;
    }
    .webinar-author img{
        width: 24px;
        height: 24px;
    }
    .webinar_container {
        display: block;
    }
    .webinar-bottom-3{
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: center
    }
    .webinar-bottom-3 div{
        display: flex;
        align-items: center;
        margin-bottom: 12px;
    }
    .webinar-bottom-3 div:last-child{
        margin-bottom: 0;
    }
    .webinar-bottom-3 div span{
        padding-left: 10px;
    }
    .webinar-bottom-3 > div:last-of-type > img{border-radius: 50%;}
    .webinar-date-3{
        font-size: 12px;
        line-height: 16px;
        color: #E31E24;
    }
    .webinar-time-3, .webinar-flag-3{
        font-size: 12px;
        line-height: 12px;
        color: #333333;
    }
    .webinar-text-3{
        width: calc(100% - 283px);
        padding-left: 27px;
    }
    .webinar-2{
        margin-right: 0;
        margin-bottom: 12px;
        padding: 16px;
        width: unset;
        max-width: unset;
    }
    .webinar-2:last-child{
        margin-bottom: 0;
    }
    .webinar-top-2 {
        display: flex;
    }
    .webinar-title-2 {
        font-size: 14px;
        line-height: 18px;
        padding-top: 0;
    }
    .webinar-text-2 {
        width: calc(100% - 136px);
        padding-left: 16px;
        padding-top: 0;
    }
    .webinar-author-2 span {
        font-size: 10px;
        line-height: 12px;
    }
    .webinar-description-2 {
        font-size: 12px;
        line-height: 130%;
    }
    .non_mobile_horizontal{
        display: none !important;
    }
    .mobile_horizontal{
        display: block !important;
    }
    .webinar-bottom-2 {
        height: 36px;
        margin: 0 -16px;
        border-radius: 0 8px 8px 0;
        margin-top: 12px;
        padding-right: 0;
    }
    .webinar-bottom-5{
        margin: 12px 0 24px;
        height: 36px;
        display: flex;
        width: 100%;
    }
    .webinar-button-2 {
        width: 128px;
        height: 36px;
        font-size: 14px;
    }
    .webinar-date-4{
        font-size: 12px;
        line-height: 16px;
        margin-left: 8px;
    }
    .webinar-bottom-5 div span{
        font-size: 12px;
        line-height: 16px;
    }
    .webinar-date-2 {
        font-size: 12px;
        line-height: 16px;
    }
    .webinar-time-2 {
        font-size: 12px;
        line-height: 12px;
    }
    .record-label2 {
        width: 101px;
        height: 24px;
        margin-left: -16px;
        font-size: 10px;
        line-height: 16px;
    }
    .counter-photo-2 {
        background: url('/i/img/webinars_eu/image1_1.png') no-repeat;
    }
    .counter-photo-3 {
        background: url('/i/img/webinars_eu/image11.jpg') no-repeat;
    }
    .counter-block-2 {
        width: 120px;
        height: 98px;
    }
    .webinar-title {
        font-size: 14px;
        line-height: 18px;
        padding-top: 20px;
    }
    .webinar-bottom-4{
        width: 144px;
    }
    .webinar-button {
        width: 128px;
        height: 36px;
        font-size: 14px;
        margin-left: 16px;
    }
    .webinar-description {
        font-size: 12px;
        line-height: 130%;
    }
    .webinar-author-2 {
        margin: 6px 0;
    }
    .mobile_flex_horizontal{
        display: flex !important;
    }
    .webinar_flex_description{
        width: calc(100% - 144px);
    }
    .reasons-2 ul li{
        width: calc(100% - 32px);
        font-size: 12px;
        line-height: 130%;
        color: #000;
        padding-left: 32px;
        background-size: 18px 18px;
    }
    .reasons-title{
        font-size: 16px;
        line-height: 130%;
        padding-top: 0;
    }
    .reasons-bottom{
        font-size: 14px;
    }
    .see-all{
        font-size: 10px;
        line-height: 10px;
        padding-top: 24px;
    }
    .record-title {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 8px;
    }
    .record-label {
        margin: 20px 0 8px;
    }
    .wb-button {
        min-width: 128px;
        height: 36px;
        font-size: 12px;
        line-height: 20px;
        color: #333333;
    }
    .mobile_conditional{
        display: none;
    }
    .recording-title {
        font-size: 16px;
        line-height: 130%;
        padding-top: 20px;
        padding-bottom: 16px;
    }
    .reasons {
        padding: 30px 0 0;
    }
    .reasons-text {
        padding-bottom: 20px;
    }
    .h1 {
        font-size: 28px;
    }
    .reasons-subtitle {
        font-size: 14px;
        line-height: 130%;
        margin: 16px 0 0;
    }
    .reasons-img {
        width: 100%;
        margin-left: unset;
    }
    .text {
        font-size: 14px;
        line-height: 130%;
    }
    .webinars_title{
        font-size: 18px;
        line-height: 130%;
        padding: 20px 0 23px;
    }
}
/*@media screen and (max-width: 500px){
    .webinar-bottom-5 {
        width: calc(100% - 15px);
        padding-right: 15px;
    }
    .button_hide_500{
        display: none;
    }
    .button_show_500{
        display: block;
        text-align: center;
        margin-top: -10px;
        margin-bottom: 20px;
    }
}*/
@media screen and (max-width: 500px){
    .empty_webinar{
        display: block;
    }
    .empty_img {
        width: 100%;
    }
    .empty_text {
        width: calc(100% - 40px);
        padding: 20px;
    }
}
@media screen and (max-width: 455px){
    .mobile_vertical{
        display: block !important;
    }
    .mobile_vertical > .webinar-button-2 {
        margin: 16px auto 6px;
    }
    .non_mobile_vertical{
        display: none !important;
    }
    .webinar-top{
        display: block;
    }
    .counter-block {
        width: 100%;
        max-width: 256px;
        height: 124px;
    }
    .webinar-author-2 {
        margin: 10px 0;
    }
    .mobile_flex_horizontal {
        display: block !important;
    }
    .webinar_flex_description{
        width: 100%;
    }
    .webinar-bottom-4 {
        width: 100%;
        padding: 16px 0 4px;
    }
    .webinar-button {
        margin: 0 auto;
    }
    .webinar-bottom{
        margin: 12px -16px 0;
        border-radius: 0;
        padding-right: 20px;
    }
    .webinar-bottom div span{
        padding-left: 10px;
    }
    .webinar-text-4 {
        width: calc(100% - 140px);
        padding-left: 20px;
    }
    .webinar-bottom-3 div{
        margin-bottom: 8px;
    }
    .webinar-title-2 {
        padding-top: 20px;
    }
    .see-all{
        padding-top: 28px;
    }
    .mobile_conditional{
        display: block;
    }
    .recording-title {
        padding-bottom: 20px;
    }
    .h1 {
        font-size: 24px;
    }
    .reasons-img {
        padding: 28px 0;
    }
    .reasons-text {
        display: block;
        padding-bottom: 0;
    }
    .webinars_title{
        font-size: 16px;
        line-height: 130%;
        padding: 36px 0 23px;
    }
    .layer{
        padding-bottom: 20px;
    }
    .reasons-bottom{
        padding: 20px 0;
    }
}