@font-face {
    src: url("../fonts/sf-ui-display-black.otf");
    font-family: 'display';
    font-weight: 900;
}

@font-face {
    src: url("../fonts/sf-ui-display-bold.otf");
    font-family: 'display';
    font-weight: bold;
}

@font-face {
    src: url("../fonts/sf-ui-display-medium.otf");
    font-family: 'display';
    font-weight: normal;
}

@font-face {
    src: url("../fonts/sf-ui-display-light.otf");
    font-family: 'display';
    font-weight: 100;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'display', sans-serif;
}

*:active, *:focus {
    outline: none !important;
}

html, body {
     overflow-x: hidden;
}

body.modal-open {
    padding-right: 0 !important;
}

body {
    background: linear-gradient(180deg, rgba(239, 239, 239, 0.69) 61.8%, rgba(239, 239, 239, 0) 96.8%);
}

.show--delay-1s {
    opacity: 0;
    animation: showOpacity 1s 1s forwards;
}

.no-wrap {
    white-space: nowrap;
}

@keyframes showOpacity {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.news-container::-webkit-scrollbar {
    width: 8px;
}

.news-container::-webkit-scrollbar-thumb {
    border: 15px solid rgba(255, 255, 255, 0.8);
    border-radius: 10px;
}

.news-container::-webkit-scrollbar:hover {
    background: rgba(0, 0, 0, 0.4);
}

body.compensate-for-scrollbar {
    margin-right: 0 !important;
}

.hidden-scrollbar::-webkit-scrollbar {
    display: none;
}

/************* СТИЛИ ОТ BOOTSTRAP *************/
.invalid-feedback {
    font-size: 12px;
    margin-top: 3px;
    color: indianred;
    text-align: center;
}

.list-unstyled {
    list-style: none;
}

.border-15 {
    border-radius: 15px !important;
}

.ml-2px {
    margin-left: 2px;
}

/************* /СТИЛИ ОТ BOOTSTRAP *************/

/************* RECAPTCHA *************/
.g-recaptcha {
    transform: scale(0.7);
    transform-origin: left top;
}

.g-recaptcha iframe {
    border-radius: 25px;
}

/************* /RECAPTCHA *************/

/************* OVERALL *************/
/*a:hover {
    color: initial;
}*/

a.orange-link {
    color: #FFA828;
}

a.blue-link {
    color: #2B84FA;
}

.main-container {
    width: 1015px;
    padding: 30px 32px 0px;
    flex-shrink: 0;
}

.list-unstyled {
    list-style: none;
}

button[disabled] {
    background: #ccc;
    cursor: not-allowed;
    border: none;
}

button[disabled]:hover {
    background: #ccc;
}

.btn:focus, .btn:active {
    outline: none !important;
    box-shadow: none !important;
}

.wp {
    width: 1440px;
    margin: 0 auto;
}

.w-100p {
    width: 100%;
}

.display-ib {
    display: inline-block;
}

.display-b {
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.hidden {
    display: none;
}

.hidden-large {
    display: none;
}

.show-tablet {
    display: none;
}

.mt-60 {
    margin-top: 60px;
}

.mt-30 {
    margin-top: 30px;
}

.no-decoration:hover {
    text-decoration: none;
}

/************* /OVERALL ************/

/************* BUTTONS *************/
.btn {
    padding: 10px 30px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    font-weight: bold;
    border-radius: 250px;
    transition: background .3s, color .3s;
    cursor: pointer;
    display: inline-block;
}

.disabled-button {
    background-color: #E5E5E5 !important;
    cursor: not-allowed !important;
}

/************* /BUTTONS ************/

/************* MENU *************/
.menu--container {
    position: absolute;
    width: 100%;
    background: rgba(73, 80, 87, 1);
    z-index: -1;
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 60px 20px 40px;
    border-radius: 30px;
    display: none;
}

.menu--column {
    width: 25%;
}

.menu--container-item {
    display: block;
    font-size: 14px;
    font-weight: 100;
    padding: 10px 0px;
    color: #fff;
}

.menu--container-item_disabled {
    pointer-events: none;
    color: #ccc !important;
    opacity: .5;
}

/************* /MENU ************/

/************* HEADER *************/
#header {
    display: flex;
    position: relative;
    overflow: hidden;
}

.header-container {
    z-index: 3;
}


/*
.header {
    background-color: #fff;
}
*/

.header--all-pages-bg {
    background-image: url("../img/bg_pages.png");
    background-size: cover;
}

.header--all-pages-bg {
    background-color: #575757 !important;
}

/*.header--all-pages-bg .logo--title,
.header--all-pages .btn,
.header--all-pages--title,
.header--all-pages--btn-return {
    color: #343a40;
}*/
/*.header--all-pages--btn-return {
    border-color: #343a40;
}*/

.header--all-pages .header--logo {
    width: 60px;
    margin-right: 10px;
}

.header--all-pages .logo-name--1 {
    font-size: 30px;
}

.header--all-pages .logo-name--2 {
    height: 60px;
    width: 1px;
    border-width: 1px;
}

.header--video {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
}

.header--wp {
    display: flex;
}

.header--bg {
    margin-left: -270px;
}

.header--bg-img {
}

.menu {
    display: flex;
    max-width: 837px;
    position: relative;
    z-index: 5;
    cursor: pointer;
    width: 100%;
}

.menu:hover .menu--container {
    display: flex;
}

.menu--container-main {
    display: flex;
    padding: 13px 0;
    width: 100%;
    background: #FFA828;
    border-radius: 27px;
}

.menu--item {
    font-size: 16px;
    color: #000;
    transition: color .3s;
    cursor: pointer;
    font-weight: bold;
    width: 21.3%;
    margin-left: 20px;
}

.menu--container-item:hover {
    text-decoration: underline;
    /* font-weight: bold; */
    color: #fff;
}

.menu--item:hover {
    color: #fff;
}

.burger-menu {
    position: absolute;
    right: 0;
    top: 0px;
}

.burger-menu-item {
    width: 27px;
    height: 1px;
    background: #fff;
    margin: 11px 0;
    display: block;
}

.logo-container {
    display: flex;
    /*margin-top: 58px;*/
    position: relative;
    align-items: center;
}

.header--logo {
    margin-right: 14px;
    width: 109px;
}

.logo--title {
    display: flex;
    align-items: center;
    color: #fff;
}

.logo-name--1 {
    font-size: 46px;
    font-weight: 300;
    line-height: 1;
}

.logo-name--2 {
    width: 5px;
    height: 80px;
    border: 2px solid #2B84FA;
    transform: rotate(14deg);
    margin: 0 15px;
    background: #2B84FA;
}

.newlogo-name--1, .newlogo-name--3 {
    font-size: 46px;
    text-transform: uppercase;
    color: #fff;
}
.newlogo-name--2 {
    background: #fff;
}
.newlogo-name--3 {
    font-size: 39px;
}

.address-container {
    margin-left: 120px;
}

.address--date {
    font-size: 20px;
    line-height: 42px;
    color: #2B84FA;
    font-weight: bold;
    color: #fff;
}

.address--place {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.register-container {
    margin-top: 40px;
}

.register--header {
    font-weight: 800;
    font-size: 60px;
    text-transform: uppercase;
    line-height: 120%;
    color: #fff;
}

.register--buttons {
    margin-top: 52px;
}

.register--btn-registration {
    background: #2B84FA;
    border: transparent;
    color: #fff;
    /*margin-right: 28px;*/
}

.register--btn-registration:hover {
    background: #FC6A31;
}

.register--btn-results {
    border: 1px solid #FC6A31;
    color: #FC6A31;
    background: transparent;
}

.register--btn-results:hover {
    background: #FC6A31;
    color: #fff;
}

/************* HEADER FOR ALL PAGES EXCEPT HOME ************/
.header--all-pages {
    margin-bottom: 30px;
}

.header--all-pages .logo--title {
    margin-right: 50px;
}

/************* /HEADER FOR ALL PAGES EXCEPT HOME ************/

/************* /HEADER ************/


/************* ARTICLES *************/
.articles {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.articles--item {
    width: 31%;
    position: relative;
    margin-bottom: 45px;
    min-height: 330px;
    cursor: pointer;
    transition: background-color .4s;
}

.articles--item-square {
    background: #44D69B;
    padding: 20px 18px;
    cursor: pointer;
    transition: background .3s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 305px;
}

.articles--item-square:hover {
    background: #2B84FA;
}

.articles--item-date {
    font-size: 16px;
    color: #fff;
    margin-bottom: 8px;
}

.articles--item--top-container {
    display: flex;
    align-items: center;
    height: 150px;
    position: relative;
    margin-top: -30px;
}

.articles--item-header {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    margin-top: 0px;
}

.articles--item-header_black {
    color: #000;
}

.articles--item-right_radius {
    border-radius: 40px 178px 178px 0px;
    padding: 32px 31px 17px;
}

.articles--item-title {
    font-size: 11px;
    text-transform: uppercase;
}

.articles--item-img-container {
    width: 72px;
    height: 72px;
    border-radius: 50%;
}

.articles--item-img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.articles--item--header {
    font-size: 18px;
    font-weight: bold;
    line-height: 120%;
    text-transform: uppercase;
    margin-top: 15px;
}

.articles--item-name_speaker {
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 20px;
}

.articles--item-position {
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
    margin-top: 10px;
}

.articles--item-top_right_radius {
}

.articles--item-content {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
}

.articles--item-caption {
    font-size: 14px;
    text-transform: uppercase;
}

.articles--item-top_bottom_radius {
    border-radius: 0px 86px;
    padding: 33px 48px;
    background: url('../img/articles3.png'), #FC6A31;
    background-repeat: no-repeat;
}

.articles--item-subheader {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 9px;
}

.articles--item-1 {
}

.articles--item-2 {
    background: #FFA828;
}

.articles--item-2:hover {
    background: #FC6A31;
}

.articles--item-3 {
    background: #2B84FA;
    border-radius: 0px 178px 0px 40px;
    padding: 29px 35px;
}

.articles--item-3:hover {
    background: #FC6A31;
}

.articles--item-3 .articles--item-header {
    margin-bottom: 26px;
    font-size: 16px;
    font-weight: 900;
}

.articles--item-3 .articles--item-content {
    margin-bottom: 21px;
}

.articles--item-4 {
}

.articles--item-5 {
}

.articles--item-6 {
    background: #FC6A31;
}

.articles--figures-1 {
    position: absolute;
    top: -20px;
    left: 0;
}

.articles--figures-2 {
    position: absolute;
    left: 48%;
    top: 23%;
    z-index: -1;
}

.articles--figures-3 {
    position: absolute;
    right: 70px;
    bottom: 40px;
}

/************* /ARTICLES ************/


/************* PREVIOUS RIF *************/
.previous-rif2019 {
    position: relative;
}

.prevrif--header {
    font-size: 40px;
    font-weight: 800;
    text-transform: uppercase;
}

.prevrif--video-figures1 {
    position: absolute;
    left: 30%;
    top: 0;
    z-index: -2;
}

.prevrif--video-container {
    width: 78%;
    position: relative;
    z-index: 1;
    height: 417px;
    border-radius: 40px;
    margin-left: 20%;
}

.prevrif--button-container {
    /*margin-top: 113px;*/
    display: inline-block;
    position: relative;
}

.prevrif--button-shadow-1 {
    animation: prevrif-button 1.5s infinite linear;
}

.prevrif--button-shadow-2 {
    animation: prevrif-button 1.5s .2s infinite linear;
}

.prevrif--button-shadow-3 {
    animation: prevrif-button 1.5s .4s infinite linear;
}

@keyframes prevrif-button {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    75% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}


.prevrif--button {
    border-radius: 37px;
    background: #FFA828;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    padding: 8px 43px;
    border: 2px solid #FFA828;
    cursor: pointer;
    transition: .3s;
}

.prevrif--button:hover {
    background: #44D69B;
    border-color: #44D69B;
}

.prevrif--button-shadow {
    width: 100%;
    height: 100%;
    border: 1px solid #000;
    position: absolute;
    border-radius: 37px;
    top: 0;
    left: 0;
    z-index: -1;
}

.prevrif--button-shadow-1 {
    left: 15px;
    top: 10px;
    transition: opacity .3s .3s;
}

.prevrif--button-shadow-2 {
    border: 1px solid rgba(0, 0, 0, 0.34);
    top: 20px;
    left: 31px;
    transition: opacity .3s .4s;
}

.prevrif--button-shadow-3 {
    border: 1px solid rgba(0, 0, 0, 0.13);
    top: 31px;
    left: 50px;
    transition: opacity .3s .5s;
}

.prevrif--figures-1 {
    position: absolute;
    top: -110px;
    left: 540px;
    z-index: -2;
}

.prevrif--video {
    margin-top: 25px;
    position: relative;
}

.prevrif--video-caption_block_container {
    width: 50%;
    position: absolute;
    left: 54%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.prevrif--video-caption_block {
    background: #2B84FA;
    width: 100%;
    height: 100%;
    padding: 78px 46px;
    border-top-left-radius: 150px;
    border-bottom-left-radius: 150px;
    z-index: 2;
}

.prevrif--video-caption_shadow {
    width: 39%;
    height: 343px;
    border: 1px solid #000;
    position: absolute;
    border-top-left-radius: 150px;
    border-bottom-left-radius: 150px;
    z-index: -1;
    top: 0;
    right: 30px;
}

.prevrif--video-caption_shadow-1 {
    opacity: .8;
    transform: translate(0, 15px);
}

.prevrif--video-caption_shadow-2 {
    opacity: .6;
    transform: translate(-26px, -53px);
}

.prevrif--video-caption_shadow-3 {
    opacity: .4;
    transform: translate(-56px, -97px);
}

.prevrif--video-caption_shadow-4 {
    opacity: .2;
    transform: translate(-88px, -147px);
}

.prevrif--video-caption_title {
    text-align: center;
    display: inline-block;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
}

/************* /PREVIOUS RIF ************/

/************* FLAGS CONTAINER *************/
.flags-container {
    display: flex;
    align-items: flex-start;
    /* margin-bottom: -210px; */
}

.flags24 {
    position: relative;
    width: 50%;
}

.flags24--img {
    height: 457px;
}

.flags24--caption {
    font-weight: 900;
    font-size: 18px;
    position: absolute;
    bottom: 56px;
    left: 280px;
}

.flags-result {
    width: 50%;
    text-align: center;
}

.flags-result--title {
    text-align: left;
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 110px;
    margin-left: 110px;
}

.circle_dates {
    width: 760px;
    position: relative;
    right: -240px;
    top: -160px;
    z-index: -1;
    display: none;
}

.circle_dates img {
    width: 100%;
}

/************* /FLAGS CONTAINER ************/


/************* RIF 2019 *************/
.rif2019-container {
}

.rif2019--infographics-figures1 {
    position: absolute;
    right: 40px;
    z-index: -2;
    top: 0;
}

.rif2019--infographics-figures2 {
    position: absolute;
    left: 40px;
    top: -90%;
    z-index: -2;
}

.rif2019--infographics {
    position: relative;
    display: flex;
    margin-bottom: 50px;
}

.rif2019--infographics--items {
    width: 55%;
    flex-shrink: 0;
}

.rif2019--infographics--item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    transition: .5s;
    position: relative;
    justify-content: space-around;
}

.rif2019--infographics--item:hover {
    z-index: 2;
}

.rif2019--infographics--item:hover .rif2019--infographics--img-container {
    transform: scale(1.5);
}

.rif2019--infographics--item:hover .rif2019--infographics--caption {
    font-weight: 900;
    margin-left: 60px;
    color: #333;
}

.rif2019--infographics--img-container {
    width: 156px;
    flex-shrink: 0;
    transition: .5s;
}

.rif2019--infographics--img {
    width: 100%;
    border-radius: 50%;
    height: 100%;
}

.rif2019--infographics--caption {
    font-size: 20px;
    margin-left: 50px;
    width: 310px;
    transition: margin-left .5s;
}

.rif2019--infographics--svg-container {
    display: flex;
    align-items: center;
    width: 53%;
}

.rif2019--infographics--svg-img {
    margin-left: -30px;
}

/************* /RIF 2019 ************/

/************* MAP OF EVENT *************/
.mapofevent--wp {
    position: relative;
    z-index: 1;
}

.mapofevent-container {
    position: relative;
}

.mapofevent--button {
    font-size: 20px;
    background-color: #2B84FA;
    color: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border: transparent;
    padding: 20px 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mapofevent--button:hover {
    background-color: #FC6A31;
}

.mapofevent--img {
    width: 100%;
}

/************* /MAP OF EVENT ************/

/************* GALLERY *************/
.gallery-container {
    margin-top: 167px;
    position: relative;
    z-index: 0;
}

.gallery-container .prevrif--button-container {
    /*margin-top: 230px;*/
}

.gallery--bg {
    height: 854px;
}

.gallery--img {
    position: absolute;
    mix-blend-mode: darken;
}

.gallery--img1 {
    left: 0;
    top: -90px;
}

.gallery--img2 {
    left: 520px;
    top: -90px;
}

.gallery--img3 {
    left: 772px;
    top: -120px;
}

.gallery--img4 {
    left: 1150px;
    top: 200px;
}

.gallery--img5 {
    left: 1360px;
    mix-blend-mode: unset;
    top: -70px;
}

.gallery--img6 {
    top: 357px;
    left: 200px;
    /* z-index: -1; */
}

.gallery--img7 {
    left: 530px;
    top: 160px;
}

.gallery--img8 {
    left: 870px;
    top: 440px;
}

.gallery--button-container {
    text-align: center;
    z-index: 2;
    /*margin-top: -95px;*/
    position: relative;
}

/************* /GALLERY ************/

/************* AUTH *************/
.auth-container {
    margin-top: 130px;
    width: 102%;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.auth--login-container {
    padding: 70px 140px 70px 146px;
    text-align: center;
    background-color: #FC6A31;
    border-radius: 0 50px 50px 0;
    color: #fff;
    display: inline-block;
    flex: 12;
}

.login--title {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    line-height: 27px;
}

.login--button {
    background-color: #2B84FA;
    border-radius: 37px;
    border: 1px solid #2B84FA;
    color: #fff;
    padding: 8px 46px;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    margin: 24px;
    cursor: pointer;
    transition: .3s;
}

.login--button:hover {
    background-color: #FFA828;
    border-color: #FFA828;
}

.login--description {
    color: #fff;
    font-size: 18px;
    font-weight: 100;
    line-height: 27px;
    text-align: center;
    width: 300px;
    margin: 0 auto;
}

.auth--register-container {
    background-color: #44D69B;
    padding: 40px 47px 40px 20px;
    width: 72%;
    border-radius: 50px 0px 0px 50px;
    display: inline-block;
    margin-left: -90px;
}

.auth--register-form-input-container {
    padding: 0 5px;
}

.auth--title {
    font-weight: 700;
    font-size: 24px;
    line-height: 21px;
    margin-bottom: 24px;
    color: #333;
    padding-left: 20px;
}

.auth--register-row {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.auth--register-row1 {
}

.auth-container .auth--register-input {
    width: 100%;
}

.auth--register-input {
    padding: 10px 16px;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #000;
    color: #495057;
    line-height: 24px;
    width: 100%;
    font-size: 16px;
    /*margin-bottom: 20px;*/
}

.auth--register-input--width-auto {
    width: auto;
}

#auth-container .auth--register-input {
    border-color: #fff;
}

.auth--register-input::placeholder {
    color: #828282;;
    font-weight: 100;
    font-size: 16px;
}

.auth--register-form {
    width: 63%;
    display: grid;
    grid-template-rows: repeat(5, 1fr);
    grid-template-columns: repeat(3, 1fr);
}

.auth--register-form-input-container-photo {
    grid-row: 2 / 5;
    grid-column: 3 / 4;
}

.auth--register-pd {
    font-size: 10px;
    line-height: 13px;
    color: #fff;
    margin-left: 30px;
    font-weight: 300;
}

.auth--register-link {
    color: #2B84FA;
}

.auth--register-row2 {
}

.auth--register-row3 {
    justify-content: initial;
    margin-top: 10px;
    align-items: center;
    grid-column: 1 / 4;
}

.auth--register-code {
    grid-column-start: 1;
    grid-column-end: 3;
}

.auth--register-column {
}

.auth--register-photo_column {
    width: 100%;
    border: 1px solid #fff;
    border-radius: 8px;
    padding: 16px;
    grid-row-start: 2;
    grid-row-end: 4;
    grid-column-start: 3;
}

.register--photo_column-title {
    color: #fff;
    line-height: 24px;
    margin-bottom: 16px;
}

.register--photo_column-caption {
    opacity: .8;
    font-weight: 500;
    color: #fff;
    font-size: 10px;
    line-height: 19px;
    margin-bottom: 8px;
    margin-top: 8px;
}

.auth--register-submit {
    background-color: #2B84FA;
    border: 1px solid #2B84FA;
    color: #fff;
    border-radius: 37px;
    padding: 13px 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    text-align: center;
    cursor: pointer;
    transition: .3s;
    width: 216px;
}

.auth--register-submit:hover {
    box-shadow: none;
    background-color: #FC6A31;
    border-color: #FC6A31;
}

.auth--register-column-inputs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 65.5%;
    align-items: flex-start;
}

.auth--register-input_file {
    width: 100%;
    color: #fff;
    font-size: 16px;
}


input[type="file"]::-webkit-file-upload-button:hover {
    background-color: #FC6A31;
    cursor: pointer;
}

input[type="file"]::-webkit-file-upload-button {
    background: #2B84FA;
    color: #fff;
    padding: 5px 15px;
    border-radius: 37px;
    border-color: transparent;
    transition: background .2s;
}

/************* /AUTH ************/

/************* PARTNERS *************/
.btn.partners-item-more {
    display: none;
}

.partners-container {
    margin-top: 75px;
}

.partners--header {
    font-weight: 700;
    color: #212529;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 40px;
}

.partners--subheader {
    color: #212529;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 32px;
}

.partners--container {
    width: 100%;
    display: grid;
    grid-template-rows: 3fr;
    grid-template-columns: repeat(6, 1fr);
}

.partners--item {
    text-align: center;
    margin-bottom: 40px;
}

.partners--logo {
    width: 116px;
    height: 64px;
    object-fit: contain;
    object-position: center center;
}

.partners--caption {
    color: #767676;
    margin-top: 16px;
    font-weight: 300;
    font-size: 16px;
    text-align: center;
}

/************* /PARTNERS ************/

/************* FOOTER *************/
.footer-container {
    width: 100%;
    background: #000;
    padding: 40px 0;
}

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

.footer--buttons {
}

.footer--button {
    border-radius: 28px;
    display: inline-block;
    color: #212529;
    cursor: pointer;
    font-size: 16px;
    background: #fff;
    padding: 12px 22px;
    font-weight: 300;
    transition: .3s;
    text-align: center;
}

.footer--button:hover {
    background: #e8e8e8;
}

.footer--button-yellow {
    margin-right: 24px;
    background: #e6b803;
}

.footer--button-yellow:hover {
    background: #c99d03;
}

.footer--socials {
    display: flex;
}

.footer--social {
    margin: 0 10px;
    cursor: pointer;
}

.footer--history {
    margin: 40px 0;
}

.footer--history-title {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 16px;
}

.footer--history-items {
}

.footer--history-item {
    font-size: 16px;
    color: #767676 !important;
    font-weight: 300;
    margin: 2px 11px;
    display: inline-block;
}

.footer--history-item-active {
    color: #fff !important;
}

.footer--history-item-active:hover {
    text-decoration: none !important;
}


.footer--history-item:hover {
    text-decoration: underline;
    color: #333333;
}

.footer--mark {
}

.footer--mark-row {
    color: #767676;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

/************* /FOOTER ************/

/************* NEWS CONTAINER *************/
.news-container--close {
    /* position: absolute; */
    /* bottom: 0px; */
    /* right: -15px; */
    /* background: #FE4344; */
    /* border-radius: 50%; */
    /* width: 58px; */
    /* height: 58px; */
    /* box-shadow: 0px 4px 25px #E8444F; */
    /* width: 10px; */
    /* height: 20px; */
    padding: 14px 8px;
}

.bell--close-hidden {
    display: none;
}

.news-container--close:not(.bell--close-hidden) + .bell--img {
    display: none;
}

.news-container--close-item {
    width: 30px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 24%;
}

.news-container--close-item-1 {
    transform: rotate(45deg);
}

.news-container--close-item-2 {
    transform: rotate(-45deg);
}

.news-container {
    position: fixed;
    top: 20px;
    left: 77%;
    z-index: 2;
    width: 305px;
    height: 100%;
    overflow-y: scroll;
    padding: 0 10px 30px;
}

.news-container--show {
    animation: showLeftOpacity .5s forwards;
}

.news-container--hide {
    animation: hideLeftOpacity .5s forwards;
}

.profile-container {
    background: #fff;
    padding: 22px;
    border-radius: 10px;
    box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.2);
    max-width: 365px;
    margin: 0 auto;
    position: relative;
}

.profile--header {
    display: flex;
}

.profile--img-container {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
}

.profile--img {
    width: 100%;
    border-radius: 50%;
    height: 100%;
    object-fit: cover;
}

.profile--desc {
    margin-left: 22px;
}

.profile--name {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
}

.profile--post {
    font-size: 18px;
    font-weight: 100;
    margin-top: 10px;
    line-height: 1;
}

.profile--buttons {
    margin-top: 25px;
}

.profile--button {
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-radius: 250px;
    margin-bottom: 12px;
    font-weight: lighter;
    cursor: pointer;
    transition: .3s;
    display: inline-block;
    line-height: 1;
}

.profile--button-blue {
    background-color: #2B84FA;
}

.profile--button-blue:hover {
    background-color: #FC6A31;
}

.profile--button-green {
    background-color: #44D69B;
}

.profile--button-green:hover {
    background-color: #FFA828;
}

.profile--button-yellow {
    background-color: #FFA828;
}

.profile--button-yellow:hover {
    background-color: #44D69B;
}

.thequestion-container {
    /* background-color: #fff; */
    margin: 0 auto;
    /* padding: 10px 0; */
    border-radius: 10px;
    text-align: center;
    margin-top: 17px;
    width: 100%;
    display: block;
    /* box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.2); */
    max-width: 365px;
}

.notifi-container {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
    max-width: 365px;
    margin: 0 auto;
}

.auth-button-for-guest {
    max-width: 365px;
    margin: 0 auto;
}

.auth-button-for-guest .btn {
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
}

.notifi--header {
    padding: 16px 23px;
    background-color: #E5E5E5;
    font-weight: bold;
    font-size: 15px;
    border-radius: 10px 10px 0 0;
    margin-top: 25px;
}

.notifi--items {
    font-weight: 100;
}

.notifi--item {
    padding: 16px 23px;
    border-bottom: 1px solid #E5E5E5;
    display: block;
}

.notifi--title {
    font-size: 16px;
    line-height: 1.3;
}

.notifi--to {
    margin-top: 18px;
    color: #818181;
    font-size: 14px;
    line-height: 1;
}

.notifi--more {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 20px;
    cursor: pointer;
}

.notifi--circle {
    width: 10px;
    height: 10px;
    background: #58C3EC;
    border-radius: 50%;
    margin: 0 9px;
    transition: margin .3s;
}

.notifi--more:hover .notifi--circle {
    margin: 0 6px;
}

/************* /NEWS CONTAINER ************/

/************* BELL *************/
.bell-container {
    width: auto;
    height: auto;
    background-color: #FE4344;
    border-radius: 40px;
    box-shadow: 0px 4px 25px #E8444F;
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 40px;
    right: 40px;
    cursor: pointer;
    z-index: 6;
    padding: 10px 20px;
    color: #fff;
}

.bell--img {
}

/************* /BELL ************/

/************* MOBILE MENU *************/
.menu-mobile--show {
    animation: showLeftOpacity .5s forwards;
}

.menu-mobile--hide {
    animation: hideLeftOpacity .5s forwards;
}

@keyframes showLeftOpacity {
    0% {
        left: 100%;
        opacity: 0;
    }
    1% {
        left: 0;
        opacity: 0;
    }
    100% {
        left: 0;
        opacity: 1;
    }
}

@keyframes hideLeftOpacity {
    0% {
        left: 0;
        opacity: 1;
    }
    99% {
        opacity: 0;
        left: 0;
    }
    100% {
        opacity: 0;
        left: 100%;
    }
}

.mobile-menu {
    position: fixed;
    top: 0;
    left: 100%;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 7;
    padding: 32px 16px 24px;
    overflow-y: scroll;
}

.mobile-menu--close {
    position: absolute;
    right: 20px;
    font-weight: 100;
    font-size: 40px;
    top: 20px;
    width: 30px;
    height: 30px;
    transform: translateY(50%);
}

.mobile-menu--title {
    font-size: 30px;
    font-weight: 100;
    margin-bottom: 30px;
    color: #212529;
}

.mobile-menu--button {
    background-color: #a98386;
    color: #fff;
    cursor: pointer;
    padding: 10px 12px;
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 28px;
}

#mobile-menu .panel {
    margin: 8px 0;
}

#mobile-menu .panel-heading {
    transition: background .3s;
}

#mobile-menu .panel-heading.in {
    background-color: #a98386;
}

.mobile-menu--menu {
}

.mobile-menu--item {
    display: block;
    color: #e8444f;
    font-weight: 100;
    font-size: 20px;
    margin: 20px 10px;
}

.mobile-menu--buttons {
    margin-top: 42px;
}

.mobile-menu--button-red {
    background-color: #e8444f;
}

.mobile-menu--close-item {
    width: 30px;
    height: 1px;
    background: #333;
    position: absolute;
    top: 50%;
    left: 0;
}

.mobile-menu--close-item:nth-child(1) {
    transform: rotate(-45deg);
}

.mobile-menu--close-item:nth-child(2) {
    transform: rotate(45deg);
}

/************* /MOBILE MENU ************/

/************* АНИМАЦИЯ ПЕЧАТАЮЩЕГОСЯ ТЕКСТА ************/
.animate-text-opacity {
    animation: showTextOpacity .5s forwards;
}

.animate-text-opacity-hide {
    animation: hideTextOpacity .3s forwards;
}

@keyframes hideTextOpacity {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes showTextOpacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/************* /АНИМАЦИЯ ПЕЧАТАЮЩЕГОСЯ ТЕКСТА ************/

/************* АККОРДЕОН ДЛЯ МОБИЛЬНОГО МЕНЮ ************/
.panel-collapse {
    display: none;
    padding-bottom: 20px;
}

/************* /АККОРДЕОН ДЛЯ МОБИЛЬНОГО МЕНЮ ************/

/************* ЛИЧНЫЙ КАБИНЕТ ************/

/************* КУПОНЫ ************/
.my-basket-coupon-form .auth--register-input {
    width: auto;
    margin-bottom: 0;
}

/************* /КУПОНЫ ************/

/************* /ЛИЧНЫЙ КАБИНЕТ ************/


/************* СТРАНИЦА НОВОСТЕЙ ************/
.news-item--speaker-photo {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    overflow: hidden;
    object-fit: cover;
    flex-shrink: 0;
}

.news-item--speaker-info {
    margin-left: 30px;
}

.news-item--speaker-name {
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
}

.news-item a {
    color: #FFA828;
}

.news-item a:hover {
    text-decoration: underline;
}

/************* /СТРАНИЦА НОВОСТЕЙ ************/

/************* АККОРДЕОН ************/
.accordion-container {
    position: relative;
    height: auto;
}

.accordion-content {
    display: none;
}

/************* /АККОРДЕОН ************/

/************* СТРАНИЦА ПРОГРАММА ************/
.nprogram {
    margin: 0 auto;
    /* width: 1440px; */
    position: relative;
    overflow: visible;
}

.nprogram--nav {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    position: sticky;
    top: 0px;
    background: #f4f4f4;
    position: -webkit-sticky;
    z-index: 4;
}

.nprogram--pages-buttons {
    border: 1px solid #2B84FA;
    border-radius: 250px;
    /* margin-right: 30px; */
}

.nprogram--page-button {
    padding: 10px 20px;
    cursor: pointer;
    font-weight: bold;
    border-radius: 250px;
    transition: .3s;
    border: 1px solid transparent;
    /* font-size: 11px; */
}

.nprogram--page-button:hover {
    color: #2B84FA;
}

.nprogram--page-button-active {
    background: rgba(43, 132, 250, 0.2);
    border: 1px solid #2B84FA;
}

.nprogram--nav-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.nprogram--filter {
    margin-left: 15px;
    position: relative;
    z-index: 5;
}

.nprogram--filter-block {
    display: none;
    position: absolute;
    background: #fff;
    padding: 30px;
    border-radius: 7px;
    top: 20px;
    right: 0;
    z-index: 3;
    width: 640px;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.2);
}

.nprogram--filter-block-items {
    display: flex;
    justify-content: space-between;
}

.nprogram--filter-block-item {
}

.nprogram--filter-block-buttons {
    text-align: right;
    margin-top: 20px;
}

.nprogram--filter-button-reset {
    border: 1px solid #FC6A31;
    color: #FC6A31;
    margin-right: 15px;
}

.nprogram--filter-button-reset:hover {
    background: #FC6A31;
    color: #fff;
}

.nprogram--filter-button-show {
    background: #2B84FA;
    color: #fff;
    border: 1px solid #2B84FA;
}

.nprogram--filter-button-show:hover {
    background: transparent;
    color: #2B84FA;
}

.nprogram--filter-button {
    background: #FC6A31;
    color: #fff;
    z-index: 5;
}

.nprogram--filter-button-arrow {
    margin-left: 7px;
}

.nprogram--filter-button-arrow path {
    transition: .3s;
}

.nprogram--filter-block--section-types {
    display: flex;
    flex-direction: column;
    width: 200px;
}

.nprogram--filter-block--hubs {
    flex: 1;
    padding: 0 30px 0 0;
    /* display: flex; */
    /* flex-wrap: wrap; */
}

.nprogram--filter-button:hover .nprogram--filter-button-arrow path {
    stroke: #000;
}

.nprogram--filter-block-hub {
    color: #2B84FA;
    border: 1px solid #2B84FA;
    border-radius: 20px;
    padding: 2px 20px;
    cursor: pointer;
    transition: .2s;
}

.nprogram--filter-block-hub:hover {
    background: rgba(43, 132, 250, 0.15);
}

.nprogram--filter-block-hub-input:checked + .nprogram--filter-block-hub {
    background: #2B84FA;
    color: #fff;
}

.nprogram--fav {
    background: #cecece;
    /* width: 80px; */
    border-radius: 250px;
    padding: 10px 14px;
    margin-left: 15px;
    cursor: pointer;
    position: relative;
    height: 45px;
    transition: background .2s;
}

.nprogram--fav-caption {
    color: #fff;
    font-weight: bold;
    margin-left: 35px;
    transition: .3s;
}

.nprogram--fav.active .nprogram--fav-caption {
    margin-left: 0;
    margin-right: 35px;
}

.nprogram--fav-button {
    width: 35px;
    height: 35px;
    background: #FFA828;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 5px;
    transition: left .3s;
}

#nprogram--toggle-favorite.active {
    background: #FFA828;
}

#nprogram--toggle-favorite.active .nprogram--fav-button {
    background: #fff;
    left: calc(100% - 45px);
    /* right: 5px; */
}

#nprogram--toggle-favorite.active .nprogram--fav-button path {
    fill: #FFA828;
}


.nprogram--txt-button {
    background: #44D69B;
    color: #fff;
}

.nprogram--item {
    /* display: none; */
}

.nprogram--item.active {
    display: block;
}


/************* СЕТКА МЕРОПРИЯТИЙ ************/
.nprogram--grid {
    position: relative;
    margin-top: 40px;
    width: 100%;
}

.nprogram--grid-timeline {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.nprogram--grid-timeline-ingrid {
    position: absolute;
    left: 0;
    margin-top: 50px;
}

.nprogram--dates {
    /* display: flex; */
    margin: 0;
    /* margin-left: 40px; */
}

.nprogram--dates-ingrid {
    overflow: visible;
}

.nprogram--dates-container {
    position: relative;
    margin-top: 40px;
}

.nprogram--dates-container-item-day {
    /*height: 33%;*/
    /* padding-top: 580px; */
    transition: .2s;
}

.nprogram--dates-item {
    color: #2B84FA;
    padding: 11px 21px;
    left: 0;
    border-radius: 20px;
    font-weight: bold;
    z-index: 2;
    border: 1px solid rgb(43, 132, 250);
    cursor: pointer;
    transition: .3s;
    background: #fff;
    bottom: 50px;
    margin: 0 6px;
    position: sticky;
    top: 190px;
}

.nprogram--dates-item:hover {
    background: rgba(43, 132, 250, .2);
}

.nprogram--dates-item.active {
    background: #2B84FA;
    color: #fff;
}

.nprogram--dates-item-1 {
}

.nprogram--dates-item-2 {
    /* top: 130px; */
    /* transform: translateY(660px); */
    /* bottom: 401px; */
    /* min-height: 300px; */
}

.nprogram--dates-item-3 {
    /* top: 190px; */
}

.nprogram--timeline-graph {
    position: absolute;
    left: 0;
    display: grid;
    font-size: 14px;
    min-height: 500px;
    min-height: 100%;
    padding-left: 130px;
    /* padding-right: 120px; */
    width: 100%;
    top: 0;
    height: 5000px;
}

.nprogram--timeline-graph-time-container {
    width: 100%;
    display: grid;
    padding-left: 130px;
    /* background: #fff; */
    position: sticky;
    top: 150px;
    z-index: 3;
    overflow-x: scroll;
    padding-right: 120px;
    pointer-events: none;
}

.nprogram--timeline-graph-item {
    border-left: 1px solid #BDBDBD;
    /* margin-top: 30px; */
    position: relative;
    /* width: 200px; */
    /* max-width: 200px; */
    width: 125px;
    /* overflow: visible; */
    height: 100%;
}

.nprogram--timeline-item {
    min-height: 500px;
    padding-top: 10px;
    overflow: visible;
    margin-left: 130px;
    position: relative;
    /* padding-right: 100px; */
}

.nprogram--timeline-graph-time {
    color: #828282;
    /* position: absolute; */
    top: -30px;
    left: -1px;
    /* z-index: 3; */
    background: #f3f3f3;
    z-index: 2;
    padding: 5px;
    /*transition: .005s;*/
    width: 125px;
}

.nprogram--timeline-day {
    padding-bottom: 40px;
}

.nprogram--timeline-row {
    display: grid;
    margin-bottom: 20px;
}

.nprogram--timeline-row-color1 .nprogram--timeline-section {
    background-color: #FC6A31;
}

.nprogram--timeline-row-color2 .nprogram--timeline-section {
    background-color: #FFA828;
}

.nprogram--timeline-row-color3 .nprogram--timeline-section {
    background-color: #2B84FA;
}

.nprogram--timeline-row-color4 .nprogram--timeline-section {
    background-color: #44D69B;
}

.nprogram--timeline-section {
    text-align: center;
    background: #2B84FA;
    color: #fff;
    height: 60px;
    font-size: 14px;
    display: flex;
    margin-bottom: 7px;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: opacity .3s;
    overflow: hidden;
}

.nprogram--timeline-section[data-isfavorite] .nprogram--timeline-section-isfavorite-icon {
    display: block;
}

.nprogram--timeline-section-isfavorite-icon {
    position: absolute;
    right: 5px;
    top: 0;
    display: none;
}

.nprogram--timeline-section .nprogram--timeline-section-title {
    max-height: 40px;
    overflow: hidden;
    padding: 0 10px;
}

.nprogram--timeline-section-technical {
    background: #dbdbdb !important;
    color: #000;
    font-size: 10px;
}

.nprogram--timeline-wrap {
    position: relative;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    /* margin-top: -20px; */
}

.nprogram--grid.without-after::after {
    opacity: 0;
}

.nprogram--grid::after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 200px;
    right: 0;
    top: 0;
    /* z-index: 2; */
    background: linear-gradient(to right, transparent, rgb(243, 243, 243));
    pointer-events: none;
    transition: opacity .2s;
}

.nprogram--timeline-section-modal {
    width: 110%;
    min-height: 80px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity .3s;
    color: #000;
    text-align: left;
    padding: 10px;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.2);
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.nprogram--timeline-section:hover {
    overflow: visible;
}

.nprogram--timeline-section:hover .nprogram--timeline-section-modal {
    opacity: 1;
    z-index: 3;
}

.nprogram--timeline-section-modal-fav-button {
    margin-top: 5px;
    cursor: pointer;
    color: #FC6A31;
    position: relative;
    padding: 7px 0;
}

.nprogram--timeline-section-modal-fav-button span {
    margin-left: 5px;
}

.nprogram--timeline-section-modal > span:hover {
    color: #FC6A31;
}

.nprogram--timeline-section-modal-fav-button-active {
    color: #2B84FA;
}

/************* /СЕТКА МЕРОПРИЯТИЙ ************/


/************* ФОРУМ ************/
.nprogram--forum-container {
    width: 100%;
}

.nprogram--forum-accordion {
    display: flex;
    width: 100%;
}

.nprogram--forum-accordion-buttons {
    width: 140px;
    overflow: visible;
}

.nprogram--forum-accordion-button {
    /* top: 0 !important; */
}

.nprogram--forum-accordion-buttons-sticky {
    position: sticky;
}

.nprogram--forum-accordion-button {
    /* position: relative; */
    top: 0;
    display: inline-block;
    margin-bottom: 10px;
}

.nprogram--forum-accordion-button-1 {
}

.nprogram--forum-accordion-button-2 {
}

.nprogram--forum-accordion-button-3 {
}

.nprogram--forum-accordion-container {
    flex: 1;
    width: 100%;
}

.nprogram--forum-accordion-day {
}

.nprogram--forum-accordion-section {
    margin-bottom: 30px;
    width: 100%;
    border-bottom: 1px solid #BDBDBD;
}

.nprogram--forum-accordion-header {
    display: grid;
    grid-template-columns: 150px 1fr 210px;
    /* border-bottom: 1px solid #BDBDBD; */
    padding-bottom: 7px;
    width: 100%;
}

.nprogram--forum-accordion-time {
    font-size: 20px;
    font-weight: bold;
}

.nprogram--forum-accordion-title {
    font-size: 20px;
    font-weight: bold;
}

.nprogram--forum-accordion-favorite {
}

.nprogram--forum-accordion-content {
    display: grid;
    grid-template-columns: 150px 1fr 210px;
}

.nprogram--forum-accordion-content-center {
    grid-column: 2 / 3;
}

.nprogram--forum-accordion-place {
    color: #828282;
    font-size: 18px;
    margin-top: 13px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}

.nprogram--forum-accordion-place-select {
    color: #2B84FA;
    background: rgba(43, 132, 250, 0.2);
    border-radius: 250px;
    padding: 0px 14px;
    border: 1px solid #2B84FA;
}

.nprogram--forum-accordion-place-reset {
    margin-left: 7px;
    display: none;
}

.nprogram--forum-accordion-place-select .nprogram--forum-accordion-place-reset {
    display: block;
}

.nprogram--forum-accordion-desc {
    margin-top: 18px;
    color: #2B2A29;
}

.nprogram--forum-accordion-more {
    background: #2B84FA;
    color: #fff;
    padding: 6px 13px;
    margin-top: 9px;
}

.nprogram--forum-accordion-participants-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 30px;
}

.nprogram--forum-accordion-participants-item {
    position: relative;
    margin-bottom: 20px;
}

.nprogram--forum-accordion-participants-item:hover .nprogram--forum-accordion-participants-modal {
    opacity: 1;
    z-index: 3;
}

.nprogram--forum-accordion-participants-name {
    font-weight: bold;
}

.nprogram--forum-accordion-participants-company {
    font-size: 14px;
    color: #9A9A9A;
}

.nprogram--forum-accordion-participants-modal {
    position: absolute;
    background: #fff;
    width: 100%;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    opacity: 0;
    transition: .3s;
    z-index: 2;
    padding: 15px;
    display: flex;
    align-items: center;
    top: -20px;
}

.nprogram--forum-accordion-participants-modal {
}

.nprogram--forum-accordion-participants-modal-avatar {
    width: 60px;
    height: 60px;
    margin-right: 20px;
    flex-shrink: 0;
}

.nprogram--forum-accordion-participants-modal-avatar-img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

img.nprogram--forum-accordion-participants-modal-avatar-img {
}

.nprogram--forum-accordion-participants-modal-info .nprogram--forum-accordion-participants-name {
    color: #2B84FA;
}

/************* /ФОРУМ ************/


/************* ФЕСТИВАЛЬ ************/
body[data-curpage~="#nprogram--festival"] .nprogram--filter {
    display: none;
}

/************* /ФЕСТИВАЛЬ ************/

/************* СТРАНИЦА СЕКЦИИ ************/
.nprogram--section-grid-container {
    display: grid;
    grid-template-columns: 1fr 300px;
}

.nprogram--section-speakers {
    padding-left: 30px;
}

.nprogram--section-rounds {
}

.nprogram--section-presenters {
    grid-column: 1 / 3;
}

.nprogram--section-name {
    color: #2B84FA;
    font-size: 16px;
}

.nprogram--section-presenters-item {
    border: 1px solid #B6B6B6;
}

.object-fit-cover {
    width: 100%;
    height: 100%;
}

/************* /СТРАНИЦА СЕКЦИИ ************/

/************* /СТРАНИЦА ПРОГРАММА ************/

/************* ПРОГРАММА 2.0 ************/
.program2--description {
    color: #2B2A29;
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 52px;
}

.program2--subtitle {
    font-size: 20px;
    font-weight: bold;
    color: #2B2A29;
}

.program2--request-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 39px;
}

.program2--request-steps--item {
    margin-bottom: 50px;
}

.program2--request-steps--item-img {
}

.program2--request-steps--item-text {
    margin-top: 28px;
}

.program2--steps-container {
    display: flex;
    margin-top: 0px;
    justify-content: space-between;
}

.program2--steps-item {
    width: 32%;
    padding: 40px;
    text-align: center;
    background: #2B84FA;
    color: #fff;
    border-radius: 95px;
}

.program2--steps-item-top {
    display: flex;
}

.program2--steps-item-number {
    font-size: 77px;
    line-height: 1;
    position: relative;
    margin-left: 20px;
}

.program2--steps-item-step {
    font-size: 26px;
    transform: rotate(90deg);
    display: inline-block;
    top: 24px;
    position: absolute;
    left: 29px;
}

.program2--steps-item-title {
    font-size: 23px;
    margin-left: 30px;
    text-align: left;
}

.program2--steps-item-duration {
    font-size: 14px;
    text-align: center;
}

.program2--steps-item1 {
}

.program2--steps-item1 .program2--steps-item-step {
    left: 15px;
}

.program2--steps-item2 {
    background: #FC6A31;
    border-radius: 0px 250px 250px 0px;
}

.program2--steps-item3 {
    background: #FFA828;
    border-radius: 0px 0px 0px 95.5px;
}


.orange-title {
    color: #FC6A31;
}

.yellow-title {
    color: #FFA828;
}

.green-title {
    color: #44D69B;
}

.program2--sections-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 70px 0;
}

.program2--sections-item {
    padding: 25px;
    border: 1px solid #DBDBDB;
    border-radius: 50px;
    width: 97%;
    position: relative;
    margin-bottom: 20px;
}

.program2--sections-item:nth-of-type(n+2) {
    justify-self: flex-end;
}

.program2--sections-item--title {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 150%;
}

.program2--sections-item--description {
    overflow: hidden;
}

.program2--sections-item--line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-height: 24px !important;
    height: 100%;
}

.program2--sections-item--speakers-container {
    margin-top: 30px;
}

.program2--sections-item-block--title {
    font-weight: 800;
    text-transform: uppercase;
}

.program2--sections-item--population {
    margin-top: 20px;
}

.program2--sections-item--organization {
    margin-top: 20px;
}

.program2--sections-item--organization-flex {
    display: grid;
    grid-template-columns: 1fr;
}

.program2--sections-item--organization-flex-column-1 {
    grid-template-columns: 1fr;
}

.program2--sections-item--organization-flex-column-1 .program2--sections-item--organization--vote-button {
    width: 100%;
}

.program2--sections-item--organization--speaker {
    display: flex;
}

.program2--sections-item--organization--speaker--avatar {
}

.program2--sections-item--organization--speaker--avatar-img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 50%;
}

.program2--sections-item--organization--speaker--info {
    margin-left: 20px;
}

.program2--sections-item--organization--speaker--name {
    font-weight: bold;
}

.program2--sections-item--organization--speaker--job {
    font-size: 14px;
    color: #9A9A9A;
}

.program2--sections-item--organization--vote-button-container {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    justify-content: flex-start;
    margin-top: 20px;
}

.program2--sections-item--organization--vote-button {
    background: #FFA828;
    color: #fff;
}

.program2--sections-item-block-speaker-item:not(:last-of-type):after {
    content: ",";
    display: inline-block;
}

.program2--sections-item--winner {
    background: #2B84FA;
    color: #fff;
}

.program2--sections-item--winner .program2--sections-item-block--title {
    color: #fff;
}

.program2--sections-item--winner .program2--sections-item--organization--speaker--job {
    color: #fff;
}

.program2--sections-item--winner .nprogram--forum-accordion-more {
    background: #FC6A31;
}

.program2--apply-request {
    font-size: 25px;
    padding: 20px 70px;
    margin-bottom: 50px;
}

.program2--sections-item--organization--vote-button-apply {
    padding-left: 0;
}

.program2--sections-item--winner-caption {
    font-weight: bold;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.program2--sections-item--winner-caption--icon {
    width: 15px;
    height: 15px;
    margin-right: 4px;
}

/************* /ПРОГРАММА 2.0 ************/

/************* РИФ ОНЛАЙН НА ГЛАВНОЙ ************/
.online-container {
    width: 790px;
    margin: 0 auto;
    background: #44D69B;
    border-radius: 116px;
    padding: 70px;
    position: relative;
}

.online--title {
    font-size: 40px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
}

.online--description {
    font-size: 20px;
    line-height: 120%;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 30px;
}

.online--bg {
    right: -100%;
    position: absolute;
    left: 90%;
    top: -240px;
    z-index: -1;
}

.online--btn-connect {
    margin-top: 20px;
}

.online--logo-container {
    background: #fff;
    display: inline-block;
    padding: 30px 40px;
    border-radius: 92px;
    position: absolute;
    right: -20%;
    bottom: -60px;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.2);
}

/************* /РИФ ОНЛАЙН НА ГЛАВНОЙ ************/

/************* РИФ.ОНЛАЙН В ЛИЧНОМ КАБИНЕТЕ ************/
.my_online-container {
    width: 720px;
    background: #44D69B;
    padding: 30px;
    border-radius: 20px;
}

.my_online--title {
    font-size: 20px;
    line-height: 24px;
}

.my_online--img {
}

.my_online--buttons {
    margin-top: 40px;
}

.my_online--button-orange {
    background: #FC6A31;
    color: #fff;
}

.my_online--button-orange:hover {
    background: transparent;
}

.my_online--button {
    padding: 10px 50px;
    margin-bottom: 10px;
}

.my-card--green {
    background: #44D69B;
}

.my-card--blue {
    background: #2B84FA;
}

.my-card--orange {
    background: #FC6A31;
}

.my-card--yellow {
    background: #FFA828;
}

.my-menu-item-status .text-muted {
    color: #fff !important;
}

/************* /РИФ.ОНЛАЙН В ЛИЧНОМ КАБИНЕТЕ ************/

/************* РИФ ОНЛАЙН ТАБЛИЦА ************/
.ocal-container {
    margin-bottom: 70px;
}

.ocal--header {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
    /* margin-bottom: 45px; */
}

.ocal--activities-container {
}

.ocal--activities-item {
    background: rgb(218, 218, 218);
    border-radius: 50px;
    padding: 40px;
    margin-bottom: 40px;
}

.ocal--activities-item .ocal--hubs {
    margin-left: 20px;
}

.ocal--activities-item-past {
    border: 1px solid #DBDBDB;
    background: #FFF;
}

/*.ocal--activities-item-past .ocal--datetime,
.ocal--activities-item-past .ocal--title,
.ocal--activities-item-past .ocal--description,
.ocal--activities-item-past .ocal--hubs,
.ocal--activities-item-past .ocal--speakers-container {
    opacity: 0.6;
}*/
.ocal--datetime {
    display: flex;
    font-weight: bold;
    align-items: center;
    flex-wrap: wrap;
}

.ocal--date {
    margin-bottom: 10px;
}

.ocal--time {
    margin-bottom: 10px;
}

.ocal--separator {
    color: #ccc;
    margin: 0 20px;
    font-weight: 100;
    margin-bottom: 10px;
}

.ocal--title {
    font-size: 28px;
    margin-top: 18px;
    text-transform: uppercase;
    font-weight: bold;
    display: flex;
    align-items: center;
    overflow-wrap: anywhere;
}

.ocal--title-flex1 {
    flex: 1;
}

.ocal--description {
    margin-top: 15px;
    position: relative;
    overflow: hidden;
}

.ocal--sections-item--line-clamp {
    /* -webkit-line-clamp: 2; */
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    max-height: 100px !important;
}

.ocal--activities-item-past .ocal--sections-item--line-clamp.ocal--description:after {
    background: linear-gradient(0deg, #fff 8%, transparent);
}

.ocal--sections-item--line-clamp.ocal--description::after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(218, 218, 218, 1) 8%, rgba(255, 255, 255, 0) 50%);
}

.ocal--hubs {
    /* margin-top: 40px; */
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    /* margin-left: 20px; */
}

.ocal--hub {
    color: #2B84FA;
    text-transform: uppercase;
    border: 1px solid #2B84FA;
    border-radius: 20px;
    padding: 5px 18px;
    margin-bottom: 10px;
    position: relative;
    transition: .3s;
}

.ocal--hub-active {
    background: #2B84FA;
    color: #fff;
    display: flex;
    align-items: center;
    padding-right: 40px;
}

.ocal--hub-active:after {
    content: "x";
    display: inline-block;
    color: #fff;
    font-weight: bold;
    margin-left: 10px;
    font-size: 21px;
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-56%);
}

.ocal--hub:not(:last-child) {
    margin-right: 10px;
}

.ocal--speakers-container {
    margin-top: 30px;
}

.ocal--speakers-container-row {
    display: flex;
    flex-wrap: wrap;
}

.ocal--speakers-participant-round {
    width: 200px;
    padding: 15px;
}

.ocal--speakers-title {
    color: #FC6A31;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
}

.ocal--speakers-list {
}

.ocal--speakers-item {
    display: flex;
    /* align-items: center; */
}

.ocal--speakers-item:not(:last-child) {
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 20px;
}

.ocal--speakers--info {
    display: flex;
    /* align-items: center; */
}

.ocal--speakers--desc {
    flex: 1;
    padding: 0 20px 0 0;
}

.ocal--speakers--img-container {
    width: 64px;
    height: 64px;
    overflow: hidden;
    border-radius: 50%;
    flex-shrink: 0;
}

.ocal--speakers--img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ocal--speakers--name {
    font-weight: bold;
    line-height: 1;
    margin-left: 9px;
    width: 190px;
}

.ocal--speakers--job {
    font-size: 14px;
    color: #9A9A9A;
    font-weight: 100;
    margin-top: 5px;
}

.ocal--speakers--presentation--info {
    padding: 0 30px;
    flex: 1;
}

.ocal--speakers--presentation--title {
    font-weight: bold;
    color: #2B84FA;
    margin-bottom: 15px;
}

.ocal--speakers--presentation {
    /* width: 210px; */
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.ocal--speakers--presentation-icon {
    margin-right: 10px;
}

.ocal--speakers--presentation--caption {
}

.ocal--speakers--presentation--caption-text {
    color: #44D69B;
    font-weight: bold;
    white-space: nowrap;
}

.ocal--speakers--presentation--caption-text-blue {
    color: #2B84FA;
}

.ocal--video-button {
    cursor: pointer;
}

.ocal--speakers--presentation--caption-size {
    font-size: 12px;
}

.ocal--buttons {
    margin-top: 40px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.ocal--btn-orange {
    background: #FFA828;
    color: #fff;
    margin-right: 20px;
    margin-bottom: 10px;
}

.ocal--btn-blue {
    background: #2B84FA;
    color: #fff;
    margin-bottom: 10px;
}

.ocal--btn-green {
    background: #44D69B;
    color: #fff;
    margin-right: 20px;
    margin-bottom: 10px;
    white-space: nowrap;
}

.ocal--more-block-container:hover .ocal--more-block {
    opacity: 1;
    pointer-events: initial;
}

.ocal--more-block-container {
    position: relative;
}

.ocal--more-block {
    width: 450px;
    position: absolute;
    background: #fff;
    border: 1px solid #DBDBDB;
    border-radius: 20px;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.2);
    padding: 30px;
    margin-top: 10px;
    pointer-events: none;
    opacity: 0;
    transition: .7s;
}

.ocal--feedback-container {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 8;
}

.ocal--feedback-form {
    width: 100%;
    max-width: 500px;
    background: #fff;
    padding: 70px 50px 40px;
    border-radius: 20px;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

.ocal--feedback-header {
    font-size: 20px;
    margin-bottom: 15px;
}

.ocal--feedback-close, .ocal--video-close {
    position: absolute;
    right: 10px;
    top: 20px;
    cursor: pointer;
    font-size: 26px;
    font-weight: 100;
    background: #2B84FA;
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ocal--video-close {
    color: #fff;
    font-size: 35px;
    /* font-weight: bold; */
    z-index: 2;
}

.ocal--feedback--status-message {
    font-size: 18px;
    margin-top: 10px;
}

#ytplayer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    border: 1px solid #000;
}

.ocal--section--button-radius path {
    transition: .3s;
}

/*.ocal--section--button-radius.ocal--favorite-button-container--active {
    background: #FFA828;
}*/

.ocal--favorite-button-container--active path {
    fill: #FFA828;
    stroke-width: 0;
}

.ocal--section--button-radius.ocal--favorite-button-container--active:hover {
    background: #de9223;
}

.ocal--section--button-radius {
    display: inline-flex;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #BDBDBD;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: .3s;
    margin-left: 11px;
    cursor: pointer;
}

.ocal--section--button-radius:hover {
    background: #ccc;
}

.ocal--share-link-container {
    text-transform: lowercase;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.ocal--share-link {
    text-decoration: underline;
    margin-left: 10px;
}

.ocal--fav-button {
    margin-bottom: 0;
}

.ocal--header-container {
    margin-bottom: 45px;
}

.ocal--btn-copy {
    margin-bottom: 0;
}

.ocal--copy-success {
    margin-left: 20px;
    font-size: 13px;
}

.ocal--calendar-hubs-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 20px;
    margin-top: 30px;
}

.ocal--calendar-hubs-item {
    width: 50%;
    flex-shrink: 1;
}

.ocal--calendar-hubs--hubs {
    /* padding-left: 50px; */
}

.ocal--calendar-container { /* max-width: 380px; */
    width: 380px !important;
    margin-right: 50px;
    margin-bottom: 30px;
}

.ocal--calendar-nav {
    display: flex;
}

.ocal--calendar-nav--arrow {
    background: #2B84FA;
    display: inline-flex;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    align-items: center;
    padding: 0 12px;
    transition: .3s;
}

.ocal--calendar-nav--arrow:not(.ocal--calendar-nav--arrow--disabled):hover {
    cursor: pointer;
    background: #266ad4;
}

.ocal--calendar-nav--arrow-left {
}

.ocal--calendar-nav--arrow-right {
    transform: scaleX(-1);
}

.ocal--calendar-nav--month {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: #2B84FA;
    font-size: 30px;
    font-weight: bold;
}

.ocal--calendar--list-container {
    position: relative;
    margin-top: 30px;
}

.ocal--calendar--list {
    background: #2B84fa;
    border-radius: 50px;
    /* margin-top: 30px; */
    display: flex;
    flex-wrap: wrap;
    padding: 30px;
    transition: .3s;
}

.ocal--calendar--list:not(.ocal--calendar--list-select) {
    position: absolute;
    top: 0;
    opacity: 0;
    pointer-events: none;
}

.ocal--calendar--list-select-opacity {
    opacity: 1;
    z-index: 3;
}

.ocal--calendar--item {
    background: #F2F2F2;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin: 0 5px 15px;
    transition: .2s;
}

.ocal--calendar--item-empty {
    background: none;
}

.ocal--calendar--item-empty:hover {
    background: none !important;
}

.ocal--calendar--item:hover {
    cursor: pointer;
    background: #ccc;
}

.ocal--calendar-hubs-item .ocal--hub:hover {
    transform: scale(1.1);
}

.ocal--calendar--item-activity {
    background: #44D69B;
}

.ocal--calendar--item-select {
    background: #FC6A31;
}

.ocal--activities--group-date {
    font-weight: bold;
    margin-bottom: 20px;
    margin-left: 0px;
    font-size: 29px;
    text-transform: uppercase;
}

.ocal--calendar-nav--arrow--disabled {
    background: #ccc;
    cursor: not-allowed;
}

.online--sections-description {
    display: flex;
    /* margin-bottom: 30px; */
    align-items: center;
    flex-wrap: wrap;
    flex: 1;
    margin-left: 40px;
    transition: transform .4s;
    transform: scale(1);
}

.online--sections-description.hidden {
    display: none;
}

.online--sd--desc-container {
    display: flex;
    /* flex-direction: column; */
    /* flex: 1; */
    width: 100%;
    justify-content: space-between;
}

.online--sd--number-container {
    display: flex;
    align-items: center;
}

.online--sd--number {
    font-size: 30px;
    background: #44D69B;
    border-radius: 10px;
    padding: 0px 8px;
}

.online--sd--desc {
    font-size: 12px;
    text-transform: uppercase;
    margin-left: 10px;
}

.online--sd--duration {
    text-transform: uppercase;
    margin-top: 6px;
}

.online--sd--header {
    /* margin-left: 50px; */
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 100;
}

.online--sd--header strong {
    font-size: 35px;
    display: block;
}

.online--sd--ytb-btn-btn {
    padding: 10px 30px !important;
}

.online--current-section {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    margin-top: 50px;
    align-items: center;
    flex-wrap: wrap;
}

.online--cs--title {
    font-size: 30px;
}

.online--cs--time {
    font-size: 20px;
}

.online__header-container {
    display: flex;
    align-items: center;
}

.online__header-logo-container {
    display: flex;
}

.online__header-logo-container.logo--title .online__header-logo--caption-separator {
    background: #fff;
}

.online__header-logo-img {
}

.online__header-logo--caption {
    margin-left: 15px;
}

.online__header-logo--caption-title {
    font-size: 19px;
    white-space: nowrap;
}

.online__header-logo--caption-separator {
    width: 100%;
    height: 1px;
    background: #fff;
}

.online__header-logo--caption-subtitle {
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    white-space: nowrap;
}

.online__header-menu-container {
    width: 50px;
    height: 50px;
    position: relative;
    /* overflow: hidden; */
    margin-left: 40px;
}

.online__header-menu-container.hover .online__header-menu-overflow {
    width: 700px;
    height: 420px;
}

.online__header-menu-container.hover .online__header-menu--burger-button {
    /* pointer-events: none; */
    background: transparent;
}

.online__header-menu-container.hover .online__header-menu--burger-button-item:nth-of-type(1) {
    transform: rotate(45deg) translate(2px, -2px);
    transform-origin: top left;
}

.online__header-menu-container.hover .online__header-menu--burger-button-item:nth-of-type(2) {
    transform: rotate(-45deg) /*translate(1px, -1px)*/;
    /* transform-origin: top right; */
}

.online__header-menu-container.hover .online__header-menu--burger-button-item:nth-of-type(3) {
    opacity: 0;
}

.online__header-menu--burger-button {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    background: #FFA828;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: 12px 0;
    transition: .3s;
}

.online__header-menu--burger-button-item {
    width: 50%;
    height: 1px;
    background: #000;
    transition: .3s;
}

.online__header-menu--list {
    width: 700px;
    /* width: 100%; */
    /* overflow: hidden; */
    position: absolute;
    right: 0;
    top: 0;
}

.online__header-menu-overflow {
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    overflow: hidden;
    border-bottom-left-radius: 50px;
    z-index: 1;
    /* opacity: 0; */
    transition: width .6s, height .6s;
}

.online__header-menu-overflow .menu--container {
    display: flex;
}

.online--virushack {
    color: #fff;
    text-shadow: 1px 0 0 #FF4F12, -1px 0 0 #FF4F12, 0 1px 0 #FF4F12, 0 -1px 0 #FF4F12, 1px 1px #FF4F12, -1px -1px 0 #FF4F12, 1px -1px 0 #FF4F12, -1px 1px 0 #FF4F12;
}

.online--virushack .online--virus {
    color: #7700FF;
    text-shadow: none;
    text-transform: uppercase;
}

.online--rostelekom-logo {
    margin-left: auto;
}

.online--virus-dot {
    color: #000;
    text-shadow: none;
}

.online__header {
    position: sticky;
    top: 0;
    background: #f3f3f3;
    z-index: 1;
}

.online__header-submenu {
}
.online__header-submenu-list {
    display: flex;
    padding-bottom: 0px;
    flex-wrap: wrap;
    width: 100%;
}
.online__header-submenu-item {
    padding: 0 5px 10px 5px;
    flex: 1 0 auto;
    color: #333;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    cursor: pointer;
    transition: .3s;
    margin-top: 11px;
    white-space: nowrap;
    border-bottom: 2px solid rgba(51, 51, 51, .2);
    text-align: center;
}
.online__header-submenu-item:hover {
    color: #2B84FA;
}
.online__header-submenu-item.active {
    color: #2B84FA;
}

.online__header-submenu-item.active:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #2B84FA;
    bottom: -2px;
    left: 0;
    position: absolute;
}

.online--videos {}
.online--videos-container {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
.online--videos-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 76%;
    margin-right: 40px;
}
.online--videos-item {
    position: relative;
    width: 30%;
}
.online--videos-background {
    width: 100%;
}
.online--videos-item-iframe {
    position: absolute;
    top: 0;
    left: 0;
}
.online--videos-links-container {flex: 1;}
.online--videos-links-link {
    cursor: pointer;
    transition: .3s;
}
.online--videos-links-link-logo {
    width: 120px;
    margin-bottom: 11px;
}
.online--videos-links-channel-caption {
    font-weight: bold;
}
.online--videos-links-channel {
    background: #C6C6C6;
    border-radius: 10px;
    padding: 29px 20px;
    text-align: center;
    display: block;
    transition: .3s;
}
.online--videos-links-channel:hover {
    background: #b6b6b6;
}
.online--videos-links-videos {
    font-weight: bold;
    text-align: center;
    background: rgba(43, 132, 250, .2);
    border-radius: 10px;
    padding: 15px;
    margin-top: 20px;
    display: block;
    transition: .3s;
}
.online--videos-links-videos:hover {
    background: rgba(0, 108, 255, 0.3);
}
.online--videos-item-title {
    color: #2B2A29;
    font-weight: bold;
    margin-top: 13px;
}
.online--videos-item-date {
    font-size: 14px;
    color: #2B2A29;
    opacity: .5;
    margin-top: 10px;
}

.slick-list,
.slick-track {
    height: 100%;
    min-height: 440px;
}
.slick-slide {
    outline: none
}

.online--next-section-slider {
    width: 100%;
    height: 570px;
}

.online--next-section-item {
    width: 100%;
    height: 100%;
    background: #EDEDED;
    border-radius: 50px;
    position: relative;
    min-height: 440px !important;
}

.online--next-section-item-container {
    width: 100%;
    height: 100%;
    padding: 80px;
    position: relative;
    z-index: 2;
    padding-right: 230px;
    min-height: inherit;
}

.online--next-section-item-logo-speakers {
    display: flex;
    align-items: center;
}

.online--next-section-item-bg {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 1;
}

.online--next-section-item-subtitle {
    text-transform: uppercase;
    font-weight: 100;
    margin-top: 65px;
    font-size: 20px;
}
.online--next-section-item-subtitle-speakers {
    margin-top: 0;
    margin-left: 100px;
}
.online--next-section-item-subtitle-start {
    margin-top: 100px;
}
.online--next-section-item-header {
    font-size: 45px;
    line-height: 1.1;
    font-weight: bold;
    text-transform: uppercase;
    width: 800px;
    margin-top: 40px;
}
.online--next-section-item-header-start {
    font-size: 64px;
}

.online--next-section-item-speakers-list {}
.online--next-section-item-speakers-list-column {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    justify-content: space-between;
}
.online--next-section-item-speakers-list-row {
    display: flex;
    justify-content: space-between;
    margin-top: 28px;
}
.online--next-section-item-speakers-list-column .online--next-section-item-speakers-item {
    width: 30%;
}
.online--next-section-item-speakers-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}
.online--next-section-item-speakers-avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
}
.online--next-section-item-speakers-list-row .online--next-section-item-speakers-avatar {
    width: 89px;
    height: 89px;
}
.online--next-section-item-speakers-list-row .online--next-section-item-speakers-info {
    margin-top: 20px;
}
.online--next-section-item-speakers-avatar-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.online--next-section-item-speakers-info {
    width: 200px;
}
.online--next-section-item-speakers-first-name {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 900;
}
.online--next-section-item-speakers-last-name {
    font-size: 20px;
    line-height: 1;
}
.online--next-section-item-speakers-work {
    font-size: 14px;
    color: #2B84FA;
    margin-top: 10px;
}
/************* /РИФ ОНЛАЙН ТАБЛИЦА ************/

/************* ВСПЛЫВАЮЩИЙ ПОПАП ДЛЯ ФОРМЫ РЕГИСТРАЦИИ ************/
.register-popup--container {
    overflow-y: scroll;
}
.register-popup--form {
    background: none;
    max-width: 700px;
    padding: 0px;
}

.register-popup--container .auth-container {
    flex-direction: column;
    margin-top: 0;
}

.register-popup--container .auth--register-container {
    width: 100%;
    margin-left: 0;
    border-radius: 50px;
    margin-top: -40px;
    padding-top: 20px;
}

.register-popup--container .auth--login-container {
    padding: 20px;
    width: 100%;
    border-radius: 50px 50px 0 0;
    padding-top: 20px;
    padding-bottom: 60px;
}

.register-popup--container .auth--title {
    margin-bottom: 25px;
    display: block;
}

.register-popup--container .register-popup--link {
    cursor: pointer;
    text-align: center;
}

.register-popup--container .register-popup--set {
    position: relative;
    height: auto;
}

.register-popup--container .register-popup--content {
    position: relative;
    height: auto;
    display: none;
}

.register-popup--container .auth--register-form {
    width: 100%;
}

.register-popup--close {
    background: #fff;
    border-radius: 50%;
    color: #333;
    line-height: 1;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 100;
}
/************* /ВСПЛЫВАЮЩИЙ ПОПАП ДЛЯ ФОРМЫ РЕГИСТРАЦИИ ************/

.btn-official-channel {
    color: #fff;
    padding-top: 0;
}

.btn--orange {
    background: #FC6A31;
    color: #fff;
    transition: .3s;
}

.btn--orange:hover {
    background: #2B84FA;
    border-color: #2B84FA;
}


.my__card_ofline {
    /* display: flex; */
    align-items: center;
    color: #fff;
    /* flex-direction: column; */
    position: relative;
    /* height: 130%; */
    /* margin: 0 auto; */
    /* max-width: 325px; */
    margin: 0 auto;
    min-height: 240px;
}
.my__card_ofline_1 {
    height: 70%;
    background: #2B84FA;
    padding: 6px 20px;
    border-radius: 20px 0 0 20px;
    font-size: 22px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transform-origin: top left;
    text-align: center;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.my__card_ofline_2 {
    height: 85%;
    /* transform: rotate(-90deg); */
    background: #44D69B;
    font-size: 22px;
    padding: 6px 20px;
    position: absolute;
    border-radius: 20px 0 0 20px;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    transform-origin: top left;
    text-align: center;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.my__card_ofline_3 {
    /* transform: rotate(90deg); */
    width: 250px;
    height: 100%;
    background: #FFA828;
    position: relative;
    padding: 30px;
    font-size: 30px;
    border-radius: 20px;
    margin-left: 77px;
    display: flex;
    flex-direction: column;
}

.round-20 {
    border-radius: 20px;
}
