@charset "UTF-8";
@font-face {
    font-family: GraphikRegular;
    src: url(../fonts/Graphik-Regular-Web.eot);
    src: local("☺"), url(../fonts/Graphik-Regular-Web.eot?#iefix) format("embedded-opentype"), url(../fonts/Graphik-Regular-Web.woff2) format("woff2"), url(../fonts/Graphik-Regular-Web.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: GraphikMedium;
    src: url(../fonts/Graphik-Medium-Web.eot);
    src: local("☺"), url(../fonts/Graphik-Medium-Web.eot?#iefix) format("embedded-opentype"), url(../fonts/Graphik-Medium-Web.woff2) format("woff2"), url(../fonts/Graphik-Medium-Web.woff) format("woff");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: GraphikSemi;
    src: url(../fonts/Graphik-Semibold-Web.eot);
    src: local("☺"), url(../fonts/Graphik-Semibold-Web.eot?#iefix) format("embedded-opentype"), url(../fonts/Graphik-Semibold-Web.woff2) format("woff2"), url(../fonts/Graphik-Semibold-Web.woff) format("woff");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: GraphikBold;
    src: url(../fonts/Graphik-Bold-Web.eot);
    src: local("☺"), url(../fonts/Graphik-Bold-Web.eot?#iefix) format("embedded-opentype"), url(../fonts/Graphik-Bold-Web.woff2) format("woff2"), url(../fonts/Graphik-Bold-Web.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: KazimirRegular;
    src: url(../fonts/KazimirText-Regular_web.eot);
    src: local("☺"), url(../fonts/KazimirText-Regular_web.eot?#iefix) format("embedded-opentype"), url(../fonts/KazimirText-Regular_web.woff2) format("woff2"), url(../fonts/KazimirText-Regular_web.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: KazimirSemi;
    src: url(../fonts/KazimirText-SemiBold_web.eot);
    src: local("☺"), url(../fonts/KazimirText-SemiBold_web.eot?#iefix) format("embedded-opentype"), url(../fonts/KazimirText-SemiBold_web.woff2) format("woff2"), url(../fonts/KazimirText-SemiBold_web.woff) format("woff");
    font-weight: 600;
    font-style: normal
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
    overflow-y: scroll;
}
body {
    background-color: #1D1F22;
}
.wrapper {
    background-color: #1D1F22;
    z-index: -12;
    color: #fff;
    padding: 0 30px;
}
.wrapper-nav {
    position: fixed;
    z-index: 1000;
    width: 100%;
    background-color: transparent;
}
.wrapper.-white {
    background-color: #fff;
    color: #1E1E1E;
}
.wrapper.-red {
    background-color: #901414;
}
.block {
    max-width: 1630px;
    margin: 0 auto;
    font-family: GraphikRegular, sans-serif;
    font-size: 18px;
    padding-top: 60px;
    padding-bottom: 60px;
}
.block.-top-120 {
    padding-top: 120px;
}
.block.-bottom-120 {
    padding-bottom: 120px;
}
.block-header {
    font-size: 65px;
    line-height: 69px;
    position: relative;
    margin-bottom: 80px;
}

.block-header::before {
    display: block;
    clear: both;
    content: '';
    position: absolute;
    left: -55px;
    top: -25px;
    height: 112px;
    width: 120px;
    background-color: #fff;
    opacity: 0.05;
}
.block-header.-black::before {
    background-color: #696969;
    opacity: 0.06;
}
@media (max-width: 800px) {
    .block-header {
        font-size: 50px;
        line-height: 55px;
    }
}
@media (max-width: 560px) {
    .block-header {
        font-size: 45px;
        line-height: 50px;
    }
    .block-header::before {
        height: 90px;
    }
}

/* LightGallery */
.lg-toolbar button, .lg-toogle-thumb {
    background-color: transparent;
    border: 0;
}
#lg-counter {
    font-family: GraphikRegular, sans-serif;
}
.lg-outer .lg-thumb-item {
    border: none;
    border-radius: 0;
}
.lg-outer {
    padding-top: 60px;
}

/* Splide Slider */
.splide__pagination__page {
    background-color: transparent;
    border: 1px solid #C0BCB8;
    width: 10px;
    height: 10px;
    opacity: 1;
}

.splide__pagination__page.is-active {
    background-color: #C0BCB8;
    transform: scale(1);
}

/* block menu */
.menu {
    padding-top: 22px;
    padding-bottom: 22px;
}
.menu--fixed {
    padding-top: 10px;
    padding-bottom: 10px;
}
.wrapper-nav--fixed {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
    z-index: 10000000000000;
    background-color: #1D1F22;
}
.menu_logo {
    display: flex;
}
.menu_logo--fixed {
    display: none;
}
.menu_logo-img--ml {
    margin-right: 79px;
}
.menu_logo-img.-ra {
    max-width: 227px;
}
.logo-title {
    display: none;
}
.logo-title-date {
    color: #C0BCB8;
}
.logo-title--fixed {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    text-decoration: none;
}
.menu-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.menu-block--inactive {
    display: none;
}
.menu_nav {
    display: flex;
    align-items: center;
}
.menu_nav-reg {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #C0BCB8;
    margin-right: 38px;
    margin-bottom: 3px;
    transition: all ease-in-out .3s;
}
.menu_nav-reg:hover {
    color: #fff;
}
.menu_nav-reg--fixed {
    border: none;
    background-color: #DF2027;
    border-radius: 3px;
    padding: 2px 20px;
    color: #FFFFFF;
    margin-right: 30px;
    text-align: center;
    opacity: 1;
    border-bottom: none;
    margin-bottom: 0;
    transition: all ease-in-out .3s;
}
.menu_nav-reg--fixed:hover {
    background-color: #C61D23;
}

.menu_nav-button {
    border: none;
    background-color: #1D1F22;
    width: 39px;
    height: 39px;
    cursor: pointer;
    opacity: 0.5;
    transition: all ease-in-out .3s;
    z-index: 100;
}
.menu_nav-button:hover {
    opacity: 1;
}
.menu_nav-button.menu-button {
    flex-shrink: 0;
}
.menu_nav-button.menu-button img{
  height: 39px;
  width: 39px;
}
.menu_visibility {
    display: none;
}
.menu_visibility--active {
    display: block;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10000000000000;
}
.menu_visibility--fixed {
    height: 39px;
}
.menu_visibility-ul {
    display: flex;
    justify-content: space-between;
    padding: 0;
    position: relative;
    top: -2px;
}
.menu_visibility-list {
    list-style: none;
    margin-right: 45px;
}
.menu_visibility-link {
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #C0BCB8;
    transition: all ease-in-out .3s;
    cursor: pointer;
}
.menu_visibility-link:hover {
    color: #fff;
}
.menu_visibility-button {
    border: none;
    background-color: #1D1F22;
    cursor: pointer;
}
.menu_visibility-button > img {
    height: 24px;
    width: 24px;

}

@media (max-width: 1710px) {
    .menu_visibility-list {
        margin-right: 22px;
    }
}
@media (max-width: 1440px) {
    .menu_visibility-link {
        font-size: 12px;
    }

}
@media (max-width: 1258px) {
    .menu_visibility--active {
        flex-direction: column-reverse;
        align-items: flex-end;
        margin-top: 3px;
    }
    .menu_visibility.menu_visibility--fixed.menu_visibility--active {
        margin-top: 63px;
    }
    .menu_visibility-ul {
        flex-direction: column;
        align-items: flex-end;
        margin-top: 20px;
    }
    .menu_visibility-link {
        font-size: 18px;
    }
    .menu_visibility-list {
        margin-bottom: 10px;
        margin-right: 5px;
    }
    .menu_visibility--fixed {
        height: 440px;
    }

}
@media (max-width: 1200px) {
    .menu_logo-img--ml {
        margin-right: 35px;
    }
    .menu_logo-img {
        height: 46px;
    }
}
@media (max-width: 830px) {
    .logo-title--fixed {
        width: 50%;
    }
}
@media (max-width: 750px) {
    .menu_logo-img {
        height: 37px;
    }
    .menu_logo-img--ml {
        margin-right: 20px;
    }
}
@media (max-width: 625px) {
    .menu_logo-img {
        display: none;
    }
    .menu_visibility-link {
        font-size: 16px;
    }
}
@media (max-width: 599px) {
    .logo-title--fixed {
        display: none;
    }
    .menu_nav {
        margin-left: auto;
    }
}
@media (max-width: 349px) {
    .menu_visibility-link {
        font-size: 14px;
    }
}

/*  block hero */
.wrapper.header {
    background-image: url(../img/bg_main.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-size: cover;
    background-position-y: 46%;
}
.hero {
    min-height: 100vh;
    padding-top: 185px;
}
.hero_subtittle {
    font-family: GraphikRegular, sans-serif;
    font-size: 30px;
    line-height: 34px;
    color: #FFFFFF;
}
.hero_title {
    margin-top: 23px;
    font-family: GraphikRegular, sans-serif;
    font-size: 78px;
    line-height: 95px;
    color: #FFFFFF;
    z-index: 100;
    position: relative;
    left: -6px;
    width: 80%;
}
.hero .hero_reg {
    display: flex;
    align-items: center;
    margin-top: 53px;
    position: relative;
    z-index: 100;
}
.hero_reg-button {
    padding: 13px 58px ;
    background-color: #DF2027;
    border: 1px solid #1D1F22;
    border-radius: 3px;
    color: #fff;
    font-size: 21px;
    text-decoration: none;
    margin-right: 46px;
    z-index: 100;
    transition: all ease-in-out .3s;
}
.hero_reg-button:hover {
    background-color: #C61D23;
}
.hero_reg-date {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 27px;
    color: #FFFFFF;
    z-index: 100;
}
.hero .hero-background {
    display: none;
    position: absolute;
    content: '';
    height: 407px;
    background-image: url(../img/bg_cover.svg);
    background-repeat: no-repeat;
    background-position-x: center;
    max-width: 100%;
    top: 237px;
    right: 0;
    left: 0;
    z-index: 1;
}
.hero_timer {
    position: relative;
    z-index: 200;
    height: 90px;
    display: none;
}

/* timer */
.hero .time {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.hero .time div {
    width: 90px;
    height: 90px;
    border: 2px solid #fff;
    border-radius:50%;
    display: flex;
    flex-direction: column;
    text-align: center;
    background-color: #1d1f22;
}
.hero .time div p:first-child {
    font-size: 2em;
}
.hero .time div p:last-child {
    font-size:.7em;
}
.hero .time > span {
    margin:15px;
    font-size:1.4em;
}


.dots {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    z-index: 10;
}
.dots::before {
    content: '';
    position: absolute;
    top: -3px;
    width: 15px;
    height: 15px;
    background: var(--color);
    border-radius: 50%;
    box-shadow: 0 0 20px var(--color), 0 0 60px var(--color);
}
.hero_info-block {
    display: flex;
    /*width: 370px;*/
    justify-content: space-between;
}
.hero_info-block > div:not(:last-child) {
    margin-right: 80px;
}
.hero .hero_info {
    display: flex;
    justify-content: space-between;
}
.hero_info-text.-chat-icon img {
    position: relative;
    top: 3px;
}
.hero_info-text.-map-icon img {
    position: relative;
    top: 7px;
}
.hero_info-text-one {
    display: flex;
    align-items: center;
    font-size: 50px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.hero_info-text-one span {
    font-size: 21px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 15px;
    margin-top: 10px;
    margin-left: 10px;
}
.hero_info-text-two {
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
}
.hero_info-text-two--size {
    max-width: 380px;
}
.hero_info-text--block {
    display: flex;
    align-items: flex-start;
}
.hero_info-text-img {
    margin-right: 10px;
}
.hero_info-text-two--date {
    font-size: 29px;
    line-height: 35px;
    color: #FFFFFF;
}
.hero_info-button {
    align-self: center;
    opacity: 0.7;
    transition: all ease-in-out .3s;
}
.hero_info-button:hover {
    opacity: 1;
}
.parallax-image {
    height: 184px;
    background-color: transparent;
}
.hero_info-text.hero_info-text--block.-map-icon.-mobile {
    display: none;
}
.hero-logo-mobile {
    display: none;
}
.hero_info-text-two.hero_info-text-two--size ul {
    margin: 0;
    padding-left: 10px;
}
.hero_survey-block {
    background-color: #fff;
    border-radius: 3px;
    padding: 15px 50px;
    color: #1d1f22;
    position: relative;
    top: -15px;
    margin-right: 30px;
}
.hero_survey-block a {
    background-color: #fff;
    color: #1d1f22;
    border-radius: 3px;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #1d1f22;
    display: inline-block;
    transition: all ease-in-out .3s;
    width: 100%;
}
.hero_survey-block a:hover {
    background-color: #df2027;
    color: #fff;
    border-color: #df2027;
}
.block-hero-wrapp{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.events-button-read {
    background-color: #DF2027;
    border: 1px solid #DF2027;
    border-radius: 3px;
    padding: 10px 20px;
    color: #FFFFFF;
    text-align: center;
    transition: all ease-in-out .3s;
    width: 100%;
    max-width: 330px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}

.events-button-read:hover {
    background-color: #C61D23;
    border: 1px solid #C61D23;
}



.events-button-read--mobile{
    display: none;
}




@media (max-width: 1710px) {
    .hero_title {
        font-size: 60px;
        line-height: 65px;
    }
    .hero_info-text-one {
        font-size: 40px;
        margin-bottom: 0;
    }
    .hero_info-text-two {
        font-size: 18px;
    }
    .hero_info-button {
        width: 50px;
    }
    .hero_info-text-two--date {
        font-size: 18px;
        line-height: 24px;
    }
    .hero_info-text {
        margin-right: 20px;
    }
    .hero_info-text-two--mt {
        margin-top: 0;
    }
    hero_info-text.-map-icon img {
        top: 4px;
    }
}
@media (max-width: 1545px) {
    .hero-logo-mobile {
        display: flex;
        flex-direction: row;
        margin-bottom: 50px;
    }
    .menu_logo-img {
        display: none;
    }
    .hero-logo-mobile .menu_logo-img {
        display: block;
    }
    .hero {
        padding-top: 100px;
    }
}
@media (max-width: 1258px) {
    .hero_title {
        font-size: 50px;
        line-height: 58px;
    }
    .hero {
        padding-top: 145px;
    }
    .hero .hero-background {
        top: 200px;
    }
    .hero_info-text-one {
        display: flex;
    }
    .hero_info-text-one {
        font-size: 35px;
    }
    .hero_info-text-two--date {
        width: 178px;
        font-size: 18px;
    }
    .hero_info-block {
        margin-right: 10px;
    }
    .hero_survey-block {
        padding: 10px 15px;
    }
    .hero_info-text-two.-participants {
        padding-bottom: 20px;
    }
}
@media (max-width: 1000px) {
    .hero .hero_info {
        flex-direction: column;
        align-items: flex-start;
    }
    .hero_info-text-two.hero_info-text-two--mt.-participants, .hero_info-text-two.hero_info-text-two--mt.-topspeakers {
        position: relative;
        top: 10px;
    }
    .hero_info-text {
        display: flex;
        align-items: start;
    }
    .hero_info-text-one {
        margin-right: 16px;
    }
    .hero_info-text-two--size {
        width: 100%;
    }
    .hero_info-block {
        width: 100%;
        margin-bottom: 30px;
    }
    .hero_info-text-two--size {
        margin-bottom: 30px;
    }
    .hero_info-button {
        margin-left: 46%;
        margin-top: 30px;
    }
    .hero_info-text.hero_info-text--block.-map-icon {
        display: none;
    }
    .hero_info-text.hero_info-text--block.-map-icon.-mobile {
        display: flex;
    }
    .hero_info-text-two--date.-mobile {
        width: 100%;
    }
    .hero_info-text.-map-icon img {
        top: 3px;
    }
    .hero_info-button {
        display: none;
    }
    .hero_info-block {
        flex-wrap: wrap;
    }
    .hero_info-text.hero_info-text--block.-chat-icon {
        margin-top: 50px;
    }
    .hero_survey-block {
        top: 0;
        margin-top: 40px;
        margin-right: 0;
    }
    .hero_info-text.-top-participants {
        flex-direction: column;
    }
}
@media (max-width: 904px) {
    .hero_title {
        font-size: 45px;
        line-height: 54px;
        left: -2px;
    }
    .hero .hero-background {
        top: 170px;
    }
    .hero_info-text-two.hero_info-text-two--mt {
        align-self: center;
    }
    .hero_info-text-two.hero_info-text-two--mt.-participants, .hero_info-text-two.hero_info-text-two--mt.-topspeakers {
        top: 0;
    }
    .hero_reg-date {
        font-size: 16px;
        line-height: 21px;
    }
}
@media (max-width: 750px) {
    .hero_title {
        font-size: 38px;
        left: -3px;
    }
    .hero .hero-background {
        background-position: left;
    }
    .hero .time {
        justify-content: flex-start;
    }
    .hero .time div p:first-child {
        font-size: 1em;
    }
    .hero .time div {
        width: 65px;
        height: 65px;
        border: 1px solid #fff;
        padding-top: 5px;
    }
    .hero .hero_reg {
        flex-direction: column;
        align-items: flex-start;
    }
    .hero_reg-date {
        margin-top: 15px;
    }
    .hero_survey-block {
        width: 100%;
        text-align: center;
    }
    .wrapper.header {
        background-position-y: 100%;
    }
    .hero_title {
        margin-top: 5px;
    }
    .hero_info-text-img {
        display: none;
    }
    .hero_info-text-two.hero_info-text-two--size.-list {
        padding-left: 20px;
    }
    .hero_info-text.-topspeakers {
        margin-top: 0;
    }
    .hero .hero_info {
        padding: 25px 0;
    }

    .block-hero-wrapp{

        flex-direction: column-reverse;
    }
    .events-button-read {
        display: none;


    }
    .events-button-read--mobile{
        display: block;
        font-size: 20px;
        line-height: 26px;
        color: #fff;
        text-decoration: none;
        border-bottom: 1px solid #C0BCB8;
        margin-right: 38px;
        margin-bottom: 50px;
        transition: all ease-in-out .3s;
    }
    .hero {
        padding-top: 100px;
    }



}
@media (max-width: 625px) {
    .hero_title {
        font-size: 32px;
        line-height: 35px;
    }
    .hero_info-text-one {
        font-size: 35px;
    }
    .hero_info-block {
        width: 95%;
    }
    /*.hero-logo-mobile {
        display: flex;
        flex-direction: row;
        margin-bottom: 50px;
    }*/
    .hero-logo-mobile img:first-child {
        margin-right: 20px;
    }
    .hero-logo-mobile .menu_logo-img {
        display: block;
    }
    .hero {
        padding-top: 100px;
    }
    .hero_info-text-two {
        font-size: 14px;
        line-height: 20px;
    }
    .hero_info-text-img {
        margin-right: 12px;
    }
    .hero_info-text.-map-icon img {
        top: -2px;
    }
    .hero_info-text-one {
        margin-right: 0;
    }
}
@media (max-width: 525px) {
    .hero_title {
        font-size: 25px;
        line-height: 30px;
    }
    .hero_reg-button {
        margin-right: 20px;
        padding: 5px 40px;
        font-size: 16px;
    }
    .hero_reg-date {
        font-size: 16px;
    }
    .hero_info-block {
        flex-direction: column;
    }
    .hero_subtittle {
        font-size: 14px;
    }
    .hero_info-block > div:not(:last-child) {
        margin-right: 0;
    }
}
@media (max-width:430px) {
    .hero_title {
        font-size: 23px;
        width: 95%;
    }
    .hero_reg-button {
        padding: 5px 20px;
    }
    .hero .hero_reg {
        flex-direction: column-reverse;
        align-items: flex-start;
        margin-top: 35px;
    }
    .hero_reg-button {
        margin-right: 0;
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }
    .hero_reg-date {
        margin-bottom: 10px;
    }
    .hero .time > span {
        margin: 4px;
        font-size: 12px;
    }
}
@media (max-width:360px) {
    .hero_timer {
        display: none;
    }
    .hero .hero_info {
        border-top: none;
    }
    .menu_logo-img {
        height: 30px;
    }
}
@media (max-width:320px) {
    .hero_title {
        font-size: 20px;
        line-height: 35px;
        margin-top: 5px;
    }
    .hero_subtittle {
        font-size: 20px
    }
}
@media (max-width: 560px) {
    .block-header {
        font-size: 45px;
    }
}
@media (max-width: 443px) {
    .block-header {
        font-size: 35px;
        margin-bottom: 45px;
    }
}
/*
@media (max-height: 760px) {
    .hero_title {
        font-size: 45px;
        line-height: 54px;
    }
    .block.hero {
        padding-top: 160px;
    }
}
@media (max-height: 700px) {
    .hero_title {
        font-size: 32px;
        line-height: 35px;
    }
    .block.hero {
        padding-top: 160px;
    }
    .hero_timer {
        margin-top: 45px;
    }
}

@media (max-width: 1350px) and (max-height: 770px) {
    .hero_title {
        font-size: 45px;
        line-height: 54px;
    }
    .block.hero {
        padding-top: 160px;
    }
}
@media (max-width: 1300px) and (max-height: 800px) {
    .hero_title {
        font-size: 32px;
        line-height: 35px;
    }
    .block.hero {
        padding-top: 160px;
    }
}*/
@media (max-width: 512px) and (max-height: 700px) {
    .block.hero {
        padding-top: 90px;
    }
    .hero_title {
        font-size: 25px;
        line-height: 30px;
    }
    .hero_reg-button {
        border: 10px solid #1d1f22;
    }
}

/* partners */
.slider-partners .splide {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.slider-partners .splide__pagination {
    position: relative;
    flex-wrap: nowrap;
    justify-content: flex-end;
    padding-right: 0;
    padding-left: 40px;
    top: -25px;
}
.slider-partners-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    position: relative;
    width: 100%;
    justify-content: space-between;
    align-items: baseline;
}
.slider-partners-general-wrapper {
    flex-shrink: 0;
    width: 280px;
    margin-right: 70px;
}
.slider-partners-general__img img {
    width: 255px;
    /* margin-bottom: 48px;*/
}
.js-slider-partners {
    width: 78%;
}
.slider-partners-wrapper.-ie {
    justify-content: flex-start;
}
.slider-partners-wrapper.-ie .splide__pagination {
    position: absolute;
    top: -200px;
}

.slider-partners-general__descr, .slider-partners .slide-descr {
    color: #565656;
    border-top: 1px solid #E3E3E3;
    font-size: 16px;
    padding-top: 15px;
    margin-top: 15px;
}

.slider-partners-general-wrapper.-temp-noslider {
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: center;
}


@media (max-width: 1560px) {
    .js-slider-partners {
        width: 65%;
    }
}
@media (max-width: 1232px) {
    .js-slider-partners {
        width: 65%;
    }
    .slider-partners-general__descr div {
        width: 100px;
    }
}
@media (max-width: 1020px) {
    .slider-partners-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
    .slider-partners-general__descr div {
        width: 100%;
    }
    .js-slider-partners {
        width: 100%;
        margin-top: 70px;
    }
    .slider-partners-general-wrapper.-temp-noslider {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .slider-partners-general-wrapper.-temp-noslider > div:not(:last-child) {
        margin-bottom: 70px;
    }
}
@media (max-width: 620px) {
    .slider-partners .splide {
        display: block;
    }
    .slider-partners .splide__pagination {
        padding-left: 0;
        top: 27px;
        margin-bottom: 20px;
        justify-content: flex-start;
    }
}



/*  programm  */
#programm {
    /*background-image: url(../img/bg_program.svg);*/
    background-image: url(../img/bg_sep_3.svg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 98%;
    padding-bottom: 422px;
    background-size: 107%;
}
.programm-pdf {
    width: 46px;
    height: 46px;
    display: inline-block;
}
.programm-header {
    display: inline-block;
    margin-right: 38px;
}
.programm-section {
    border-bottom: 1px solid #525252;
    padding-bottom: 33px;
    padding-top: 40px;
    transition: all ease-in-out .3s;
}
.programm-section:first-child {
    padding-top: 0;
}
.programm-section_btn {
    background: #DF2027;
    border-radius: 3px;
    padding: 5px 23px;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    margin-right: 30px;
    min-width: 140px;
    display: inline-block;
    text-align: center;
}
.programm-section_title {
    margin-top: 23px;

    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 40px;
    color: #FFFFFF;
}
.programm-section_subtitle {
    font-size: 18px;
    line-height: 22px;
    color: #C0BCB8;
    opacity: 0.8;
}
.programm-section_block {
    display: flex;
    align-items: baseline;
}
.programm-section--down {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.programm-section-line--active {
    border-bottom: none;
}
.title-set-wrapper__headers {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
}
.btn-down_one {
    background-image: url(../icon/arrow_down_gray.svg);
    border: none;
    height: 26px;
    width: 53px;
    background-repeat: no-repeat;
    cursor: pointer;
    background-color: #1D1F22;
    flex-shrink: 0;
    margin-left: 20px;
}
.btn-down_one--active {
    background-image: url(../icon/arrow_up_gray.svg);
}
.btn-down_two {
    background-image: url(../icon/arrow_down_gray.svg);
    border: none;
    height: 26px;
    width: 53px;
    background-repeat: no-repeat;
    cursor: pointer;
    background-color: #1D1F22;
    flex-shrink: 0;
    margin-left: 20px;
}
.btn-down_two--active {
    background-image: url(../icon/arrow_up_gray.svg);
}
.btn-down_three {
    background-image: url(../icon/arrow_down_gray.svg);
    border: none;
    height: 26px;
    width: 53px;
    background-repeat: no-repeat;
    cursor: pointer;
    background-color: #1D1F22;
    flex-shrink: 0;
    margin-left: 20px;
}
.btn-down_three--active {
    background-image: url(../icon/arrow_up_gray.svg);
}
.btn-down_four {
    background-image: url(../icon/arrow_down_gray.svg);
    border: none;
    height: 26px;
    width: 53px;
    background-repeat: no-repeat;
    cursor: pointer;
    background-color: #1D1F22;
    flex-shrink: 0;
    margin-left: 20px;
}
.btn-down_four--active {
    background-image: url(../icon/arrow_up_gray.svg);
}
.programm-person-descr > span {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
    color: #ABA6A2;
}
.programm-person-descr > span > a {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
    color: #FFFFFF;
}
.programm-visibility {
    display: none;
}
.programm-visibility--active {
    display: block;
    margin-top: 20px;
}
.programm-visibility-two {
    display: none;
}
.programm-visibility-two--active {
    display: block;
}
.programm-visibility-three {
    display: none;
}
.programm-visibility-three--active {
    display: block;
}
.programm-visibility-four {
    display: none;
}
.programm-visibility-four--active {
    display: block;
}
.programm-moder {
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 34px;
    color: #FFFFFF;
    margin-bottom: 35px;
}
.programm-moder.-comoder {
    margin-top: 40px;
}
.programm-person-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 35px;
}
.programm-person-wrapper:last-child {
    margin-bottom: 40px
}
.programm-person-photo {
    width: 73px;
    height: 73px;
    margin: 0 25px 0 0;
    flex-shrink: 0;
}
.programm-person-photo> a > img {
    width: auto;
    height: auto;
    position: relative;
}
.programm-person-photo> a {
    width: 73px;
    height: 73px;
    overflow: hidden;
    border-radius: 50%;
    display: block;
}
.programm-subtitle {
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 34px;
    color: #FFFFFF;
    margin-top: 50px;
    margin-bottom: 20px;
}
.programm-ul {
    padding-left: 0;
    margin: 0;
    margin-bottom: 40px;
    margin-left: 19px;
}
.programm-ul li:not(:last-child) {
    padding-bottom: 5px;
}
.programm-text-grey {
    font-size: 18px;
    line-height: 26px;
    color: #ABA6A2;
}
.programm-set {
    display: flex;
    justify-content: space-between;
    margin-right: 70px;
}
.programm-set_block {
    width: 45%;
    margin-top: 37px;
}
.programm-set_block.-left-line {
    border-left: 1px solid #37383a;
    padding-left: 35px;
}
.title-set-wrapper {
    display: flex;
    align-items: center;
}
.programm-section--two {
    display: block;
}
/*.programm-section_title--set {
    flex: 1;
    margin-right: 7%;
}*/
.programm-section_title.-mobile-tab-active {
    display: none;
    margin-top: 0;
}
.programm-person-topic {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
    color: #ABA6A2;
}
.programm-pdf {
    display: inline-block;
    position: relative;
    top: 3px;
}
.title-set-wrapper__headers > * {
    width: 45%;
}
@media (max-width: 1200px) {
    .programm-section_title {
        font-size: 23px;
        line-height: 34px;
    }
}
@media (max-width: 1000px) {
    .title-set-wrapper__headers {
        flex-direction: column;
        margin-right: 50px;
    }
    .programm-section_title.-mobile-tab-active {
        display: block;
        padding-bottom: 37px;
    }
    .title-set-wrapper__headers > * {
        width: 100%;
    }
    .programm-set {
        flex-direction: column;
        margin-right: 0;
    }
    .programm-set_block {
        width: 100%;
    }
    .programm-set_block.-left-line {
        border-left: 0;
        border-top: 1px solid #37383a;
        padding-left: 0;
        padding-top: 80px;
    }
}
@media (max-width: 750px) {
    .programm-section_title {
        font-size: 20px;
    }
    .programm-section_subtitle {
        font-size: 16px;
    }
}

@media (max-width: 580px) {
    .programm-pdf {
        width: 38px;
        height: 38px;
    }
    .programm-text-grey {
        font-size: 16px;
    }
    .programm-section_block {
        flex-direction: column;
    }
}

@media (max-width: 530px) {
    .programm-section_title {
        font-size: 18px;
        line-height: 28px;
    }
    .programm-pdf {
        position: relative;
        top: 4px;
    }
}

@media (max-width: 443px) {
    .programm-section--down {
        flex-direction: column;
        align-items: flex-start;
    }
    .btn-down_one {
        align-self: center;
        margin-top: 40px;
    }
    .programm-section_title {
        width: 100%;
    }
    .title-set-wrapper {
        flex-direction: column;
    }
    .title-set-wrapper__headers {
        margin: 0;
    }
    .btn-down_two, .btn-down_three {
        margin-top: 40px;
    }
}

/*  description */
.description .description-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.description .description-wrapper__left {
    font-size: 18px;
    width: 45%;
    flex-shrink: 0;
}
#aboutforum .description-wrapper__left {
    width: 40%;
}
#forwhom .description-wrapper__left {
    width: 47%;
}
.description .description-wrapper__right {
    padding-top: 10px;
    width: 45%;
}
.description .description-wrapper__right > div {
    font-size: 24px;
    line-height: 33px;
    padding-bottom: 20px;
}
.description .description-wrapper__right > div:last-child {
    margin-bottom: 0;
}
.description-details-wrapper {
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
    max-width: 1100px;
    align-items: center;
}
.description-details-icon {
    opacity: 0.3;
    flex-shrink: 0;
}
.description-details-text {
    font-size: 25px;
    line-height: 38px;
    margin-left: 30px;
}

@media (max-width: 1150px) {
    .description .description-wrapper__left {
        font-size: 18px;
        line-height: 26px;
    }
    .description .description-wrapper__right > div {
        font-size: 20px;
        line-height: 30px;
    }
    .description .description-wrapper {
        flex-direction: column;
    }
    .description .description-wrapper__left {
        width: 100%;
        margin-bottom: 40px;
    }
    .description .description-wrapper__right {
        width: 100%;
    }
    .description .description-wrapper__right > div {
        padding-right: 0;
    }
}

/*  yourtopic  */
.yourtopic {
    display: flex;
    justify-content: space-between;
}
.yourtopic a {
    color: #fff;
}
.yourtopic-header {
    margin-top: 30px;
}
.yourtopic-text {
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 40px;
    color: #FFFFFF;
    width: 90%;
}
.yourtopic-form-block {
    width: 90%;
    max-width: 20em;
    height: 2.5em;
    position: relative;
    margin-bottom: 50px;
}
.yourtopic-form {
    width: 620px;
}
.yourtopic-form-input {
    position: absolute;
    height: 100%;
    width: 620px;
    background: #901414;
    border: none;
    border-bottom: 1px solid #fff;
    outline: none;
    color: #fff;
}
.yourtopic-block.-success-info {
    display: none;
    flex-shrink: 0;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    font-size: 24px;
}
.yourtopic-block.-success-info > div {
    padding: 0 30px;
}
.tab-registration-success-info {
    display: none;
    flex-shrink: 0;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    font-size: 24px;
}
.tab-registration-success-info.-smi {
    background-color: transparent;
}
.tab-registration-success-info > div {
    padding: 0 30px;
}
.yourtopic-form-label {
    position: absolute;
    color: #fff;
    font-weight: 700;
    font-size: 21px;
    opacity: 0.7;
    font-family: GraphikSemi, sans-serif;
    left: 0em;
    top: 2px;
    cursor: text;
    transition: top 350ms ease-in, font-size 350ms ease-in;
}

input[type="text"]:focus ~ .yourtopic-form-label,
.yourtopic-form-input:not(:placeholder-shown).yourtopic-form-input:not(:focus) ~ .yourtopic-form-label {
    top: -0.9em;
    font-size: 0.75rem;
    padding: 0 0.125em;
}
.yourtopic-ckeck-text {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    opacity: 0.7;
    margin-bottom: 40px;
}
.yourtopic-form-ckeck {
    display: flex;
}
.yourtopic-ckeck {
    width: 24px;
    height: 24px;
    margin-right: 42px;
}

.yourtopic-ckeck[type="checkbox"] {
    background-color: #fff;
    border-radius: 5px;
}
.yourtopic-btn {
    background: #FFFFFF;
    border-radius: 5px;
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 18px;
    line-height: 22px;
    color: #000;
    border: none;
    width: 100%;
    cursor: pointer;
    transition: all ease-in-out .3s;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
    text-align: center;
}
.yourtopic-btn:hover, .yourtopic-btn:focus {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}

/* form style */
.yourtopic-form-group {
    position: relative;
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
}
.yourtopic-form-group input {
    height: 1.9rem;
}
.yourtopic-form-group .control-label {
    position: absolute;
    top: 0.25rem;
    pointer-events: none;
    z-index: 1;
    color: #fff;
    font-size: 21px;
    font-weight: normal;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
    opacity: 0.7;
    font-family: GraphikSemi, sans-serif;
}
.yourtopic-form-group .bar {
    position: relative;
    border-bottom: 0.0625rem solid #fff;
    display: block;
}
/*.form-group .bar::before {
  content: '';
  height: 0.125rem;
  width: 0;
  left: 50%;
  bottom: -0.0625rem;
  position: absolute;
  background: #337ab7;
  -webkit-transition: left 0.28s ease, width 0.28s ease;
  transition: left 0.28s ease, width 0.28s ease;
  z-index: 2;
}*/
.yourtopic-form-group input {
    display: block;
    background: none;
    font-size: 21px;
    border-width: 0;
    border-color: transparent;
    line-height: 1.9;
    width: 100%;
    color: transparent;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
    box-shadow: none;
    font-family: GraphikRegular, sans-serif;
    height: 50px;
}

.yourtopic-form-group input:focus,
.yourtopic-form-group input:valid,
.yourtopic-form-group input.form-file,
.yourtopic-form-group input.has-value {
    color: #fff;
}
.yourtopic-form-group input:focus ~ .control-label,
.yourtopic-form-group input:valid ~ .control-label,
.yourtopic-form-group input.form-file ~ .control-label,
.yourtopic-form-group input.has-value ~ .control-label {
    font-size: 0.8rem;
    color: #fff;
    top: -1rem;
    left: 0;
}
.yourtopic-form-group input:focus {
    outline: none;
}
.yourtopic-form-group input:focus ~ .control-label {
    color: #fff;
    opacity: 0.5;
}
.yourtopic-form-group input:focus ~ .bar::before {
    width: 100%;
    left: 0;
}

.yourtopic-label {
    margin-bottom: 40px;
}
.checkbox {
    cursor: pointer;
    display: flex;
    align-items: center;
}
.checkbox__input {
    position: absolute;
    width: 1.375em;
    height: 1.375em;
    opacity: 0;
    cursor: pointer;
}
.checkbox-ie-fix {
    position: relative;
    background-color: #901414;
    width: 3px;
    height: 3px;
    top: 13px;
    left: 3px;
}

.yourtopic-checkbox {
    display: flex;
    margin-bottom: 40px;
}
.checkbox__icon {
    width: 1.375em;
    height: 1.375em;
    flex-shrink: 0;
    overflow: visible;
    border: 1px solid #fff;
    border-radius: 3px;
}
.check-visibl {
    margin-right: 22px;
    margin-top: 6px;
}
.checkbox__icon .tick {
    stroke-dasharray: 20px;
    stroke-dashoffset: 20px;
    transition: stroke-dashoffset 0.2s ease-out;
}
.checkbox__input:checked + .checkbox__icon .tick {
    stroke-dashoffset: 0;
}
.checkbox__label {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    opacity: 0.7;
}
@media (max-width: 1300px) {
    .yourtopic {
        flex-direction: column;
    }
    .yourtopic-text {
        width: 100%;
    }
}
@media (max-width: 750px) {
    .yourtopic-text {
        font-size: 18px;
        line-height: 32px;
    }
    .yourtopic-form {
        width: 100%;
    }
}
@media (max-width: 480px) {
    .yourtopic-text {
        font-size: 18px;
        line-height: 26px;
    }
    .yourtopic-form-label {
        font-size: 17px;
    }
}
/*parallax-image--two  */
.parallax-image-2 {
    height: 350px;
    background-color: transparent;
}

/*interview-text */
.interview {
    /* padding-top: 100px;
     padding-bottom: 100px;*/
}
.interview-wrapper {
    display: flex;
}
.interview-text {
    font-size: 24px;
    line-height: 33px;
    color: #1E1E1E;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #cecece;
}
.interview-descr:last-child {
    margin-bottom: 0;
}
.interview-block--one {
    width: 60%;
    margin-right: 138px;
}
.interview-block--two {
    width: 40%;
}
.interview-descr.-list {
    font-size: 24px;
    line-height: 33px;
    color: #333;
    margin-bottom: 25px;
    background-position-y: center;
    background-repeat: no-repeat;
}
.interview-descr.-slogan {
    font-family: GraphikSemi, sans-serif;
    font-size: 30px;
    margin-bottom: 55px;
    margin-top: 100px
}
.interview-descr.-header {
    font-size: 26px;
    margin-bottom: 55px;
    color: #333;
}
.research-descr-icon {
    width: 70px;
    flex-shrink: 0;
    opacity: 0.3;
}
.research-descr-wrapper {
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
}
.research-descr-text {
    margin-left: 30px;
}

/* interview items */
.interview-interview-item {
    display: flex;
    flex-direction: column;
}
.interview-interview-item:not(:last-child) {
    margin-right: 20px;
}
.interview-interview-item-photo {
    display: flex;
    flex-direction: row;
}
.interview-interview-item-photo__photo {
    max-width: 100px;
    flex-shrink: 0;
    margin-right: 30px;
}
.interview-interview-item-header {
    font-size: 25px;
    line-height: 32px;
    font-family: GraphikMedium, sans-serif;
}
.interview-interview-item-description {
    padding: 20px 30px;
    background-color: #f2f1f9;
    border-radius: 3px;
}
.interview-interview-item-link {
    background-color: #DF2027;
    border-radius: 3px;
    padding: 5px 20px;
    color: #FFFFFF;
    margin-right: 30px;
    text-align: center;
    opacity: 1;
    border-bottom: none;
    margin-bottom: 0;
    transition: all ease-in-out .3s;
    width: 100%;
    max-width: 250px;
    cursor: pointer;
    margin-top: 20px;
}
.interview-interview-item-link:hover {
    background-color: #C61D23;
}
.interview-interview-block.-mobile {
    display: none;
}
/* table */
.interview-table-quote {
    background-color: #f2f1f9;
    padding: 20px 30px;
}
.interview-table .interview-interview-item-photo__photo {
    width: 100px;
    padding-bottom: 20px;
}
.interview-table .interview-interview-item-header {
    padding-bottom: 20px;
}
.interview-interview-block.-notmobile {
    margin-top: 120px;
}

/* interview research */
.interview-research-item {
    display: flex;
    flex-direction: row;
    margin-bottom: 120px;
    max-width: 1200px;
    width: 100%;
}
.interview-research-item.-presentation {
    margin-bottom: 70px;
}
.interview-research-item__text {
    width: 100%;
}
.interview-research-item__img {
    flex-shrink: 0;
    width: 75px;
    margin-right: 50px;
    opacity: 0.3;
}
.interview-research-text-header {
    font-size: 35px;
    line-height: 42px;
    font-family: GraphikMedium, sans-serif;
    margin-bottom: 45px;
}
.interview-research-text-header-person {
    font-size: 25px;
    line-height: 32px;
    font-family: GraphikMedium, sans-serif;
    margin-bottom: 45px;
}
.interview-research-text-description {
    margin: 30px 0 45px;
}
.interview-research-text-subheader {
    color: #888;
    margin-bottom: 10px;
}
.interview-research-button-read {
    background-color: #DF2027;
    border: 1px solid #DF2027;
    border-radius: 3px;
    padding: 5px 20px;
    color: #FFFFFF;
    margin-right: 30px;
    text-align: center;
    transition: all ease-in-out .3s;
    width: 100%;
    max-width: 330px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}
.interview-research-button-read:hover {
    background-color: #C61D23;
    border: 1px solid #C61D23;
}
.interview-research-button-pdf {
    border-radius: 3px;
    padding: 5px 20px;
    text-align: center;
    transition: all ease-in-out .3s;
    width: 100%;
    max-width: 330px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #ccc;
    color: #8c8c8c;
}
.interview-research-button-pdf:hover {
    border: 1px solid #1E1E1E;
    color: #1E1E1E;
}

@media (max-width: 1200px) {
    .interview-wrapper {
        flex-direction: column;
    }
    .interview-block:first-child {
        margin-bottom: 50px;
    }
    .interview-block--two {
        width: 100%;
    }
    .interview-block--one {
        width: 100%;
    }
    .interview-interview-block.-notmobile {
        display: none;
    }
    .interview-interview-block.-mobile {
        display: flex;
        flex-direction: column;
        /*margin-top: 100px;*/
    }
    .interview-interview-block.-mobile .interview-interview-item:not(:last-child) {
        margin-bottom: 70px;
    }
    .interview-interview-item-photo {
        align-items: center;
        margin-bottom: 30px;
    }
    .interview-interview-item:not(:last-child) {
        margin-right: 0;
    }
    .interview-research-text-header {
        font-size: 25px;
        line-height: 32px;
    }
    .interview-research-item__img {
        width: 45px;
    }
    .interview-research-item {
        margin-bottom: 90px;
    }
}
@media (max-width: 850px) {
    .interview-research-button-pdf {
        margin-top: 15px;
    }
    .interview-descr.-list {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 20px;
    }
    .interview-descr.-header {
        font-size: 20px;
        line-height: 26px;
    }
    .interview-descr.-slogan {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 15px;
        margin-top: 75px;
    }
}
@media (max-width: 780px) {
    .interview-text {
        font-size: 20px;
        line-height: 30px;
    }
    .interview .block-header {
        margin-bottom: 50px;
    }
    .interview-interview-item-header {
        font-size: 22px;
        line-height: 28px;
    }
    .interview-interview-item-photo__photo {
        width: 70px;
    }
    .interview-interview-item-description {
        font-size: 16px;
    }
}
@media (max-width: 560px) {
    .interview-research-item__img {
        display: none;
    }
}

/* for whom  */
/*#forwhom {
    background-image: url(../img/bg_forwhom2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.forwhom-items__item {
    background: rgba( 0, 0, 0, 0.5 );
    backdrop-filter: blur( 8.5px );
    -webkit-backdrop-filter: blur( 8.5px );
    border: none;
}*/
.forwhom .forwhom-items {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
}
.forwhom .forwhom-items__item {
    width: 31%;
    border-radius: 3px;
    border: 1px solid rgba(192, 188, 184, 0.16);
    padding: 35px 50px 20px 50px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.forwhom .forwhom-item__header {
    text-transform: uppercase;
    font-size: 28px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
}
.forwhom .forwhom-item__description {
    color: #C0BCB8;
    opacity: 0.7;
    line-height: 24px;
    font-size: 18px;
    width: 100%;
}
.forwhom .forwhom-item__img img {
    display: inline;
}

@media (max-width: 1140px) {
    .forwhom .forwhom-items {
        flex-direction: column;
    }
    .forwhom .forwhom-items__item {
        width: 100%;
    }
    .forwhom .forwhom-items__item:not(:last-child) {
        margin-bottom: 20px;
    }
    .forwhom .forwhom-item__description {
        font-size: 16px;
    }
    .forwhom .forwhom-item__img img {
        max-width: 50px;
    }
}

@media (max-width: 560px) {
    .forwhom .forwhom-items__item {
        padding: 30px 20px;
    }
}

/* js-block-slider-photo */
.js-block-slider-photo {
    position: relative;
}
.js-block-slider-photo .js-slider-photo__controls {
    position: absolute;
    right: 127px;
    top: -103px;
    height: 30px;
}
.js-block-slider-photo .js-slider-photo__controls > div {
    display: inline-block;
}
.js-block-slider-photo .js-slider-photo__previous {
    background-image: url('../icon/arrow_left_white.svg');
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: center;
    background-position-y: center;
    background-size: 30%;
    cursor: pointer;
    opacity: 0.7;
    transition: all ease-in-out .3s;
}
.js-block-slider-photo .js-slider-photo__next {
    background-image: url('../icon/arrow_right_white.svg');
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: center;
    background-position-y: center;
    background-size: 30%;
    cursor: pointer;
    opacity: 0.7;
    transition: all ease-in-out .3s;
}
.js-block-slider-photo .js-slider-photo__previous:hover, .js-block-slider-photo .js-slider-photo__next:hover {
    opacity: 1;
}
.js-block-slider-photo .tns-nav button {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border: 1px solid #c0bcb8;
    background-color: transparent;
    padding: 0; /* IE fix */
    float: left; /* FF fix */
}
.js-block-slider-photo .tns-nav button:focus, .js-block-slider-photo .tns-nav button:active, .js-block-slider-photo .tns-nav button:hover {
    border: 1px solid #c0bcb8;
    background-color: #c0bcb8;
}
.js-block-slider-photo .tns-nav button.tns-nav-active {
    background-color: #c0bcb8;
}
.js-block-slider-photo .tns-nav button:not(:last-child) {
    margin-right: 10px;
}
.js-block-slider-photo .tns-nav {
    display: inline-block;
    position: absolute;
    top: -94px;
    right: 127px;
    margin-right: 30px;
}
.js-block-slider-photo .js-slider__photo a {
    cursor: pointer;
}
.slider-photo .block-header {
    margin-bottom: 0;
}

@media (max-width: 900px) {
    /*.js-block-slider-photo .tns-nav {
        position: absolute;
        top: -62px;
        right: inherit;
        left: 0;
        margin-left: 67px;
        margin-right: inherit;
        margin-right: inherit;
    }*/
    .js-block-slider-photo .tns-nav {
        display: none;
    }
}
@media (max-width: 420px) {
    .js-block-slider-photo .js-slider-photo__controls {
        display: none;
    }
}


/* infopartners */
.infopartners {
    position: relative;
    padding-bottom: 70px;
}
.infopartners .slider {
    width: 100%;
}
.infopartners .navigation .slick-dots {
    display: inline;
    width: inherit;
}
.infopartners .splide__pagination__page {
    margin: 0;
    margin-left: 10px;
}
.infopartners .splide {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.infopartners .splide .splide__track {
    width: 90%;
}
.infopartners .splide__pagination {
    position: relative;
    flex-wrap: nowrap;
    justify-content: flex-end;
    padding-right: 0;
    top: -30px;
}
.infopartners .infopartners-subheader {
    color: #565656;
    border-top: 1px solid #E3E3E3;
    font-size: 16px;
    padding-top: 15px;
    margin-top: 15px;
}
.infopartners .slide-descr {
    color: #565656;
    border-top: 1px solid #E3E3E3;
    font-size: 16px;
    padding-top: 15px;
    margin-top: 15px;
}

@media (max-width: 1000px) {
    .infopartners .splide {
        display: block;
    }
    .infopartners .splide .splide__track {
        width: 100%;
    }
    .infopartners .splide__pagination {
        position: absolute;
        /*top: 153px;*/
        top: -230px;
    }
}
@media (max-width: 560px) {
    .infopartners .splide__pagination {
        position: absolute;
        /*top: 144px;*/
    }
}
@media (max-width: 494px) {
    .infopartners .splide__pagination {
        position: absolute;
        /*top: 130px;*/
    }
}
@media (max-width: 480px) {
    .infopartners .splide__pagination {
        position: absolute;
        /*top: 96px;
        left: 0;
        right: inherit;
        padding-left: 0;*/
    }
    .infopartners .splide__pagination__page {
        margin-left: 0;
        margin-right: 10px;
    }
    .infopartners .infopartners-subheader {
        padding-top: 55px;
    }
}

/* speakers */
.slider-speakers-bg {
    position: absolute;
    height: 500px;
    width: 100%;
    padding-top: 160px;
}
.slider-speakers {
    position: relative;
}
.slider-speakers .js-speakers__switcher {
    width: 48px;
    height: 48px;
    background-image: url('../icon/speaker_menu.svg');
    background-repeat: no-repeat;
    cursor: pointer;
    opacity: 0.7;
    margin-left: 30px;
    transition: all ease-in-out .3s;
    position: relative;
    top: 8px;
}
.slider-speakers .js-speakers__switcher.-list {
    background-image: url('../icon/speaker_menu2.svg');
}
.slider-speakers .js-speakers__switcher:hover, .slider-speakers .js-speakers__switcher:focus {
    opacity: 1;
}
.slider-speakers .js-speakers-header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: baseline;
}
.slider-speakers .js-speakers-tabs {
    display: flex;
    flex-direction: row;
    align-items: baseline;
}
.slider-speakers .js-speakers-control {
    position: relative;
    right: -9px;
    top: 60px;
}
.slider-speakers .js-slider-speakers-controls > div {
    display: inline-block;
}
.slider-speakers .js-slider-speakers-controls__previous {
    background-image: url('../icon/arrow_left_white.svg');
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: center;
    background-position-y: center;
    background-size: 30%;
    cursor: pointer;
    opacity: 0.7;
    transition: all ease-in-out .3s;
}
.slider-speakers .js-slider-speakers-controls__next {
    background-image: url('../icon/arrow_right_white.svg');
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: center;
    background-position-y: center;
    background-size: 30%;
    cursor: pointer;
    opacity: 0.7;
    transition: all ease-in-out .3s;
}
.slider-speakers .js-slider-photo__previous:hover, .js-block-slider-photo .js-slider-photo__next:hover {
    opacity: 1;
}
.slider-speakers .tns-nav button {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border: 1px solid #c0bcb8;
    background-color: transparent;
    padding: 0; /* IE fix */
    float: left; /* FF fix */
}
.slider-speakers .tns-nav button:focus, .js-block-slider-photo .tns-nav button:active, .js-block-slider-photo .tns-nav button:hover {
    border: 1px solid #c0bcb8;
    background-color: #c0bcb8;
}
.slider-speakers .tns-nav button.tns-nav-active {
    background-color: #c0bcb8;
}
.slider-speakers .tns-nav button:not(:last-child) {
    margin-right: 10px;
}
.slider-speakers .tns-nav {
    display: inline-block;
    position: absolute;
    top: 220px;
    right: 0;
    margin-right: 22px;
}
.slider-speakers .speaker-name {
    font-size: 24px;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 15px;
    overflow: visible;
    white-space: nowrap;
}
.slider-speakers .speaker-position {
    font-size: 18px;
    color: #C0BCB8;
    transition: all ease-in-out .3s;
    border-top: 1px solid #C0BCB8;
    padding-top: 20px;
    opacity: 0.7;
}
.slider-speakers .speaker-item:hover > .speaker-position {
    opacity: 1;
}
.slider-speakers .speakers-list-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.slider-speakers .speakers-list-col {
    width: 49%;
}
.slider-speakers .speakers-list-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #373333;
    min-height: 125px;
}
.slider-speakers .speakers-list-item:first-child {
    margin-top: 0;
}
.slider-speakers .speakers-list-item__photo {
    margin-right: 30px;
    flex-shrink: 0;
}
.slider-speakers .speakers-list-item__descr div:last-child {
    color: #C0BCB8;
    opacity: 0.7;
    transition: all ease-in-out .3s;
}
.slider-speakers .speakers-list-item:hover > .speakers-list-item__descr div:last-child {
    opacity: 1;
}
#js-speakers-tab1 img {
    border-radius: 3px;
}

@media (max-width: 1520px) {
    .slider-speakers .speaker-name {
        font-size: 22px;
    }
}
@media (max-width: 1500px) {
    .slider-speakers .speakers-list-col {
        width: 48%;
    }
}
@media (max-width: 1480px) {
    .slider-speakers .speakers-list-item {
        height: 150px;
    }
    .slider-speakers .speaker-name {
        width: 100px;
        overflow: visible;
        white-space: normal;
    }
    .slider-speakers-bg {
        padding-top: 200px;
    }
}
@media (max-width: 1000px) {
    .slider-speakers .speakers-list-wrapper {
        flex-direction: column;
    }
    .slider-speakers .speakers-list-col {
        width: 100%;
    }
    .slider-speakers .speakers-list-item__descr div:last-child {
        font-size: 16px;
    }
    .slider-speakers .speakers-list-item {
        height: inherit;
        min-height: inherit;
        margin-top: 20px;
        padding-bottom: 20px;
        align-items: center;
    }
}
@media (max-width: 780px) {
    .slider-speakers-bg {
        padding-top: 250px;
    }
    .slider-speakers .js-speakers-header {
        flex-direction: column;
        padding-bottom: 20px;
    }
    .slider-speakers .js-speakers-control {
        width: 100%;
        text-align: right;
    }
    .slider-speakers .block-header {
        margin-bottom: 40px;
    }
    .slider-speakers .tns-nav {
        top: 166px;
    }
    .slider-speakers .js-speakers-tabs {
        width: 100%;
        justify-content: space-between;
    }
    .slider-speakers .js-speakers__switcher {
        position: relative;
        right: -10px;
    }
    .slider-speakers .speaker-position {
        font-size: 16px;
    }
    #speakers {
        background-position-y: 40%;
    }
}

@media (max-width: 560px) {
    .slider-speakers .js-speakers__switcher {
        top: 10px;
    }
    .slider-speakers .tns-nav {
        top: 165px;
    }
}

@media (max-width: 450px) {
    .slider-speakers .js-speakers__switcher {
        top: 10px;
    }
    .slider-speakers .tns-nav {
        display: none;
    }
}

/* price */
.price-item-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.price-item {
    flex-basis: 100%;
    width: 0;
    color: #fff;
    background-color: #272933;
    border-radius: 3px;
    padding: 25px 30px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.price-item:not(:last-child) {
    margin-right: 20px;
}
.price-item__descr {
    font-size: 16px;
}
.price-item__number {
    font-size: 26px;
    border-top: 1px solid #818287;
    padding-top: 25px;
    margin-top: 15px;
}
/*.price-item__number .filler {
    display: none;
}*/
.price-item-rub {
    opacity: 0.5;
    font-size: 20px;
}
.price-description {
    font-size: 16px;
    color: #C0BCB8;
    padding-top: 50px;
}
.price-description.-td {
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.price-description.-td img {
    padding-bottom: 5px;
}
.price-packages-header {
    margin-top: 23px;
    font-size: 25px;
    line-height: 40px;
    color: #FFFFFF;
    margin-top: 70px;
    margin-bottom: 30px;
}

.price-main {
    background-color: #272933;
    border-radius: 3px;
    padding: 25px 30px 30px;
}
.price-main.price-packages th {
    border-top: none;
}
.price-main .price-cell.-first {
    margin-top: 20px;
}
.price-main .price-cell {
    text-align: center;
    padding: 0 10px;
}

/* table */
.price-packages table {
    width: 100%;
}
.price-packages th {
    text-align: left;
    border-bottom: 1px solid #525252;
    border-top: 1px solid #525252;
    padding-bottom: 20px;
    padding-top: 20px;
    font-weight: normal;
}
.price-row-descr {
    padding: 12px 0;
    max-width: 800px;
    color: #C0BCB8;
    transition: all ease-in-out .3s;
}
.price-row-descr.-first {
    margin-top: 20px;
}
.price-packages td {
    transition: all ease-in-out .3s;
    border-bottom: 1px solid #525252;
}
.price-packages tr:hover td {
    border-bottom: 1px solid #fff;
}
.price-packages tr:hover .price-row-descr {
    color: #fff;
}
.price-packages img {
    width: 25px;
}
.price-packages-name {
    padding: 0 20px;
    width: 200px;
    text-align: center;
}
.price-cell {
    display: flex;
    justify-content: center;
}

/*mobile*/
.price-packages-mobile {
    display: none;
}
.price-packages-mobile-name {
    font-size: 16px;
}
.price-packages-mobile-blocks-item {
    font-size: 14px;
}
.price-packages-mobile-blocks-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 40px;
}
.price-packages-mobile-blocks-item {
    flex-basis: 100%;
    width: 0;
    color: #fff;
    background-color: #901414;
    border-radius: 3px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.price-packages-mobile-blocks-item:not(:last-child) {
    margin-right: 5px;
}
.price-packages-mobile-blocks-item.-hollow {
    background-color: #1d1f22;
}
.price-main.-list.price-packages {
    display: none;
}
.price-main-list-item__header.price-packages-header {
    margin-top: 0;
    margin-bottom: 20px;
}
.price-main-list-item table {
    font-size: 16px !important;
}
.price-main-list-item .price-main-list-item__head, .price-main-list-item .price-main-list-item__data {
    padding-bottom: 10px;
    padding-top: 10px;
}
.price-main-list-item .price-main-list-item__head {
    padding-right: 20px;
}
.price-main.-list.price-packages {
    margin-bottom: 30px;
}

@media (max-width: 1450px) {
    .price-item__number div {
        width: 100px;
    }
    .price-item__number .filler {
        display: block;
    }
}
@media (max-width: 1220px) {
    .price-item-wrapper {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .price-item {
        flex-basis: 30%;
        margin-bottom: 20px;
    }
}
@media (max-width: 1200px) {
    .price-packages table {
        font-size: 14px;
    }
    .price-packages-name {
        width: 150px;
    }
}
@media (max-width: 1000px) {
    .price-main.price-packages {
        display: none;
    }
    .price-main.-list.price-packages {
        display: block;
    }
}
@media (max-width: 970px) {
    .price-item {
        flex-basis: 45%;
        margin-bottom: 20px;
    }
    .price-packages-name {
        width: inherit;
    }
}
@media (max-width: 680px) {
    .price-item {
        flex-basis: 100%;
        margin-bottom: 20px;
        margin-right: 0 !important;
    }
    .price-packages-name {
        padding: 0px 5px;
    }
    .price-packages table {
        display: none;
    }
    .price-packages-mobile {
        display: block;
    }
    .price-main-list-item table {
        display: table !important;
        font-size: 14px !important;
    }
}

/* contacts */
.contacts {
    padding-bottom: 50px;
}
.contacts-title {
    margin-bottom: 61px;
}
.contacts-block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 37px;
}
.contacts-partner {
    margin-right: 10px;
}
.contacts-partner, .contacts-programm {
    width: 42%;
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 26px;
}
.contacts-subtitle {
    font-size: 19px;
    line-height: 30px;
    color: #898989;
    margin-bottom: 9px;
}
.contact-person {
    font-size: 25px;
    line-height: 40px;
}
.contact-phone {
    margin-top: 10px;
    font-size: 18px;
    line-height: 29px;

    text-decoration: none;
    color: #fff;
    margin-bottom: 2px;
}
.contact-email {
    font-size: 18px;
    line-height: 29px;
    text-decoration: none;
    color: #fff;
}
.contacts-block-subtitle{
    display: flex;
    justify-content: space-between;
}
.contacts-subtitle--one, .contact-subtitle-block{
    width: 42%;

}
.contacts-subtitle--two {
    width: 69%;

}
.contacts-subtitle--visible {
    display: none;
}
@media (max-width: 1090px) {
    .contacts-subtitle--two {
        width: 100%;
    }

}
@media (max-width: 820px) {
    .contacts-block {
        flex-direction: column;
        margin-bottom: 0;

    }
    .contacts-partner, .contacts-programm {
        width: 100%;

    }
    .contacts-partner, .contacts-programm {

        margin-bottom: 30px;
    }
    .contacts-subtitle--one, .contacts-subtitle--two{
        display: none;
    }

    .contacts-subtitle--visible {
        display: block;
    }

}

/* map */
.block-map {
    height: 400px;
    background-image: url('../img/map_black.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.block-map.-ie {
    background-image: url('../img/map_black.jpg');
}
.block-map-button {
    text-align: center;
    width: 100%;
    border-radius: 3px;
    color: #161616;
    background-color: #fff;
    font-size: 18px;
    padding: 10px 20px;
    margin-top: 20px;
    cursor: pointer;
    max-width: 200px;
    font-family: GraphikRegular, sans-serif;
    position: absolute;
}
.block.map {
    padding-top: 0;
    padding-bottom: 0;
}

/* footer */
footer.wrapper {
    background-color: #161616;
}
.footer.block {
    padding-top: 30px;
    padding-bottom: 100px;
}
.footer-years-social-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.footer-years, .footer-social {
    display: flex;
    flex-direction: row;
}
.footer-years {
    font-size: 26px;
    margin-bottom: 30px;
}
.footer-years a {
    color: #C0BCB8;
    text-decoration: none;
    transition: all ease-in-out .3s;
    margin-left: 40px;
}
.footer-years a:hover {
    color: #fff;
}
.footer-social {
    flex-shrink: 0;
}
.footer-social__telegram {
    position: relative;
    top: -2px;
    margin-right: 40px;
    width: 39px;
    transition: all ease-in-out .3s;
    opacity: 0.7
}
.footer-social__youtube {
    position: relative;
    top: -2px;
    margin-right: 40px;
    width: 40px;
    transition: all ease-in-out .3s;
    opacity: 0.7
}
.footer-social__vk {
    position: relative;
    top: -2px;
    margin-right: 40px;
    width: 40px;
    transition: all ease-in-out .3s;
    opacity: 0.7
}
.footer-social__gotop {
    position: relative;
    top: 5px;
    opacity: 0.7;
    transition: all ease-in-out .3s;
}
.footer-social__gotop:hover, .footer-social__vk:hover, .footer-social__youtube:hover, .footer-social__telegram:hover {
    opacity: 1;
}
.footer-menu-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border-top: 1px solid #525252;
    border-bottom: 1px solid #525252;
    padding: 15px 0;
}
.footer-menu-wrapper a {
    color: #C0BCB8;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    transition: all ease-in-out .3s;
    line-height: 30px;
    cursor: pointer;
}
.footer-menu-wrapper a:hover {
    color: #fff;
}
.footer-menu-wrapper a:not(:last-child) {
    margin-right: 40px;
}
.footer-conference-info-wrapper {
    display: flex;
    flex-direction: row;
    font-size: 16px;
    margin-top: 50px;
    margin-bottom: 50px;
}
.footer-conference-info-wrapper > div:first-child {
    margin-right: 10%;
}
.footer-info-subscribe-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}
.footer-info {
    margin-right: 130px;
    max-width: 900px;
    width: 100%;
}
.footer-info__logo {
    display: flex;
    flex-direction: row;
}
.footer-info__descr {
    font-size: 12px;
    color: #fff;
    opacity: 0.3;
}
.footer-logo-ra {
    margin-right: 70px;
    width: 155px;
}
.footer-logo-ebr {
    width: 150px;
}
.footer-info__descr {
    margin-top: 70px;
}
.footer-info__descr p:not(:last-child) {
    margin-bottom: 10px;
}
.footer-info__descr a {
    color: #fff;
    text-decoration: none;
}
.footer-subscribe {
    max-width: 400px;
    width: 40%;
    min-width: 300px;
}
.footer-subscribe-header {
    font-size: 21px;
    margin-bottom: 20px;
}
.footer-subscribe-form-button {
    text-align: center;
    width: 100%;
    border-radius: 3px;
    color: #161616;
    background-color: #fff;
    font-size: 18px;
    padding: 10px 20px;
    margin-top: 20px;
    cursor: pointer;
}

/* footer input */
.footer-subscribe-form-group {
    position: relative;
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
}
.footer-subscribe-form-group input {
    height: 1.9rem;
}
.footer-subscribe-form-group .control-label {
    position: absolute;
    top: 0.25rem;
    pointer-events: none;
    z-index: 1;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
    opacity: 0.7;
    font-family: GraphikSemi, sans-serif;
}
.footer-subscribe-form-group .bar {
    position: relative;
    border-bottom: 0.0625rem solid #fff;
    display: block;
}
.footer-subscribe-form-group input {
    display: block;
    background: none;
    font-size: 21px;
    border-width: 0;
    border-color: transparent;
    line-height: 1.9;
    width: 100%;
    color: transparent;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
    box-shadow: none;
    font-family: GraphikRegular, sans-serif;
    height: 50px;
}

.footer-subscribe-form-group input:focus,
.footer-subscribe-form-group input:valid,
.footer-subscribe-form-group input.form-file,
.footer-subscribe-form-group input.has-value {
    color: #fff;
}
.footer-subscribe-form-group input:focus ~ .control-label,
.footer-subscribe-form-group input:valid ~ .control-label,
.footer-subscribe-form-group input.form-file ~ .control-label,
.footer-subscribe-form-group input.has-value ~ .control-label {
    font-size: 0.8rem;
    color: #fff;
    top: -1rem;
    left: 0;
}
.footer-subscribe-form-group input:focus {
    outline: none;
}
.footer-subscribe-form-group input:focus ~ .control-label {
    color: #fff;
    opacity: 0.5;
}
.footer-subscribe-form-group input:focus ~ .bar::before {
    width: 100%;
    left: 0;
}

/* checkbox */
.footer-subscribe-checkbox {
    display: flex;
    margin-bottom: 40px;
    width: 100%;
}
.registration-label {
    margin-bottom: 40px;
}
.footer-subscribe-form-ckeck .checkbox {
    cursor: pointer;
    display: flex;
    align-items: center;
}
.footer-subscribe-form-ckeck .checkbox__input {
    position: absolute;
    width: 1.375em;
    height: 1.375em;
    opacity: 0;
    cursor: pointer;
}
.footer-subscribe-form-ckeck .checkbox-ie-fix {
    position: relative;
    background-color: #161616;
    width: 3px;
    height: 3px;
    top: 13px;
    left: 3px;
}
.footer-subscribe-form-ckeck .checkbox__icon {
    width: 1.375em;
    height: 1.375em;
    flex-shrink: 0;
    overflow: visible;
    border: 1px solid #fff;
    border-radius: 3px;
}
.footer-subscribe-form-ckeck .check-visibl {
    margin-right: 22px;
    margin-top: 6px;
}
.footer-subscribe-form-ckeck .checkbox__icon .tick {
    stroke-dasharray: 20px;
    stroke-dashoffset: 20px;
    transition: stroke-dashoffset 0.2s ease-out;
}
.footer-subscribe-form-ckeck .checkbox__input:checked + .checkbox__icon .tick {
    stroke-dashoffset: 0;
}
.footer-subscribe-form-ckeck .checkbox__label {
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    opacity: 0.7;
}
.footer-subscribe-form-ckeck .checkbox__label > a {
    text-decoration: underline;
}

.footer-subscribe-success {
    display: none;
    flex-shrink: 0;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    font-size: 16px;
}
.footer-subscribe-success > div {
    padding: 0 30px;
}

@media (max-width: 1000px) {
    .footer-info-subscribe-wrapper{
        flex-direction: column-reverse;
        padding-top: 50px;
        align-items: flex-start;
    }
    .footer-info {
        margin-right: 0;
    }
    .footer-subscribe {
        margin-bottom: 100px;
        max-width: 500px;
        width: 100%;
    }
}
@media (max-width: 650px) {
    .footer-years {
        font-size: 24px;
    }
    .footer-social {
        margin-top: 20px;
    }
    .footer-years-social-wrapper {
        flex-direction: column;
        margin-bottom: 50px;
    }
    .footer-conference-info-wrapper {
        flex-direction: column;
    }
    .footer-conference-info-wrapper div:last-child {
        opacity: 0.5;
        margin-top: 10px;
    }
    .footer-info-subscribe-wrapper {
        padding-top: 30px;
    }
    .footer-info__logo {
        flex-direction: column;
    }
    .footer-logo-ebr {
        margin-top: 50px;
        width: 160px;
    }

}

/* registration */
.registration .block-header, .registration .accreditation-title {
    /*opacity: 0.5;
    cursor: pointer;*/
}
.registration .block-header.-active, .registration .accreditation-title.-active {
    opacity: 1;
    cursor: default;
}
.registration .accreditation-title {
    margin-bottom: 53px;
    font-weight: 400;
    font-size: 65px;
    line-height: 69px;
    display: inline-block;
    color: #FFFFFF;
}
.registration-title {
    margin-right: 40px;
}
.registration-tab {
    display: flex;
}
.registration-tab .registration-title.-active {
    opacity: 1;
}
.registration-wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.accreditation-wrapper {
    display: flex;
    justify-content: space-between;
}
.registration-block {
    /*margin-right: 10px;
    width: 45%;*/
    width: 100%;
}
.registration-form-group {
    position: relative;
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
}
.registration-form-group input {
    height: 1.9rem;
}
.registration-form-group .control-label {
    position: absolute;
    top: 0.25rem;
    pointer-events: none;
    z-index: 1;
    color: #fff;
    font-size: 21px;
    font-weight: normal;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
    opacity: 0.7;
    font-family: GraphikSemi, sans-serif;
}
.registration-form-group .bar {
    position: relative;
    border-bottom: 0.0625rem solid #fff;
    display: block;
}
.registration-form-group input {
    display: block;
    background: none;
    font-size: 21px;
    border-width: 0;
    border-color: transparent;
    line-height: 1.9;
    color: transparent;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
    box-shadow: none;
    font-family: GraphikRegular, sans-serif;
    height: 50px;
    width: 100%;
}
.registration-form-group input:focus, .registration-form-group input:valid, .registration-form-group input.form-file,  .registration-form-group input.has-value {
    color: #fff;
}
.registration-form-group input:focus ~ .control-label,  .registration-form-group input:valid ~ .control-label,  .registration-form-group input.form-file ~ .control-label,  .registration-form-group input.has-value ~ .control-label {
    font-size: 0.8rem;
    color: #fff;
    top: -1rem;
    left: 0;
}
label[for="promo"], label[for="suggest-topic"], label[for="suggest-speaker"] {
    display: block;
    background: none;
    font-size: 21px !important;
    top: 0 !important;
    border-width: 0;
    border-color: transparent;
    line-height: 1.9;
    color: transparent;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
    box-shadow: none;
    font-family: GraphikRegular, sans-serif;
    height: 50px;
    width: 100%;
}
#promo:focus ~ label[for="promo"], #suggest-topic:focus ~ label[for="suggest-topic"], #suggest-speaker:focus ~ label[for="suggest-speaker"] {
    font-size: 0.8rem !important;
    color: #fff;
    top: -1rem !important;
    left: 0;
}
.registration-form-group input:focus {
    outline: none;
}
.registration-form-group input:focus ~ .control-label {
    color: #fff;
    opacity: 0.5;
}
.registration-form-group input:focus ~ .bar::before {
    width: 100%;
    left: 0;
}
.registration-checkbox {
    display: flex;
    margin-bottom: 40px;
    align-items: center;
    width: 550px;
}
.registration-label {
    margin-bottom: 40px;
}
.checkbox {
    cursor: pointer;
    display: flex;
    align-items: center;
}
.checkbox__input {
    position: absolute;
    width: 1.375em;
    height: 1.375em;
    opacity: 0;
    cursor: pointer;
}
.checkbox-ie-fix {
    position: relative;
    background-color: #901414;
    width: 3px;
    height: 3px;
    top: 13px;
    left: 3px;
}
.checkbox__icon {
    width: 1.375em;
    height: 1.375em;
    flex-shrink: 0;
    overflow: visible;
    border: 1px solid #fff;
    border-radius: 3px;
}
.check-visibl {
    margin-right: 22px;
    margin-top: 6px;
}
.checkbox__icon .tick {
    stroke-dasharray: 20px;
    stroke-dashoffset: 20px;
    transition: stroke-dashoffset 0.2s ease-out;
}
.checkbox__input:checked + .checkbox__icon .tick {
    stroke-dashoffset: 0;
}
.checkbox__label {
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    opacity: 0.7;
}
.checkbox__label > a {
    text-decoration: underline;
}
.registration-btn {
    background: rgb(255, 255, 255);
    border-radius: 5px;
    padding: 14px 77px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: rgb(144, 20, 20);
    border: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out 0s;
    box-shadow: rgb(0 0 0 / 30%) 0px 0px 0px;
    display: inline-block;
    text-align: center;
}
.registration-btn:hover, .registration-btn:focus {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}
.registration-form {
    padding: 15px 50px 50px;
}
.accreditation-form {
    background-color: rgba(255, 255, 255, .1);
    padding: 15px 50px 50px;
    border-radius: 3px;
}

@media (max-width: 1164px) {
    .registration-tab {
        flex-direction: column;
        align-items: flex-start;
    }
    .registration .registration-title {
        margin-bottom: 20px;
    }
}
@media (max-width: 986px) {
    .registration-form {
        padding: 15px 15px 15px;
    }
    .accreditation-form {
        padding: 15px 15px 15px;
    }
}
@media (max-width: 900px) {
    .registration-wrapper {
        flex-direction: column;
    }
    .accreditation-wrapper {
        flex-direction: column;
    }
    .registration-block {
        width: 75%;
    }
    .registration-form-group--size {
        margin-top: 0;
    }
    .registration-checkbox {
        width: 75%;
    }
    .registration-tab {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .registration-title {
        text-align: left;
    }
}
@media (max-width: 750px) {
    .registration-block {
        width: 100%;
    }
    .registration-checkbox {
        width: 100%;
    }
    .registration-btn {
        width: 100%;
    }
    .registration .registration-btn {
        width: 100%;
    }
}
@media (max-width: 560px) {
    .registration .accreditation-title {
        font-size: 45px;
    }
    .registration-title {
        margin-bottom: 5px;
    }
}
@media (max-width: 443px) {
    .registration .accreditation-title {
        font-size: 35px;
    }
}
@media (max-width: 370px) {
    .registration-btn {
        padding: 14px 40px;
    }
}


/* form mobile */
@media (max-width: 443px) {
    .control-label {
        font-size: 16px !important;
    }
    form input {
        height: 40px !important;
    }
    input:focus ~ .control-label {
        opacity: .3 !important;
        font-size: 14px !important;
    }
}

.checkbox__label a {
    cursor: pointer;
}

/* modal */
.modal {
    max-height: 65vh;
    overflow-y: scroll;
    max-width: 1000px;
    font-family: GraphikRegular, sans-serif;
    font-size: 16px;
    color: #1E1E1E;
    border-radius: 3px;
}
.modal a {
    color: #1E1E1E;
}
.modal strong {
    font-family: GraphikSemi, sans-serif;
}
.blocker {
    overflow-y: hidden;
    z-index: 300;
}
.modal a.close-modal {
    top: 13.5px;
    right: 20.5px;
}
.modal p {
    margin-top: 10px;
}
.modal-header {
    font-family: GraphikMedium, sans-serif;
    font-size: 24px;
    margin-bottom: 30px;
}
.modal-subheader {
    font-family: GraphikMedium, sans-serif;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 30px
}
.close-modal-interview {
    background-color: #DF2027;
    border-radius: 3px;
    padding: 5px 20px;
    display: block;
    margin-top: 50px;
    color: #fff !important;
    text-align: center;
    opacity: 1;
    border-bottom: none;
    transition: all ease-in-out .3s;
    width: 100%;
    max-width: 250px;
    cursor: pointer;
    text-decoration: none;
}
.close-modal-interview:hover {
    background-color: #C61D23;
}
/* form */
.form-error-desription {
    display: none;
    margin-top: 10px;
}

/* form label bugfix */
label.-js-label-fix {
    font-size: 0.8rem !important;
    color: #fff;
    top: -1rem !important;
    left: 0;
}

/* modal partner */
.js-modal-partner {
    cursor: pointer;
}
#modal-partner .conf-modal-partner__header {
    max-width: 95%;
    display: flex;
    margin-bottom: 35px;
    align-items: center;
}
#modal-partner .event-modal-content-header {
    font-size: 42px;
    font-family: GraphikMedium, sans-serif;
    line-height: 40px;
    margin-left: 35px;
}
#modal-partner .event-modal-button {
    background-color: #df2027;
    color: #fff;
    border-radius: 3px;
    padding: 10px 20px;
    text-decoration: none;
    transition: all ease-in-out .3s;
    border: 1px solid #df2027;
}
#modal-partner .event-modal-button:hover {
    background-color: #C61D23;
    border: 1px solid #C61D23;
}
#modal-partner .conf-prog-person-wrapper {
    margin-bottom: 45px;
}
#modal-partner .event-modal-close {
    background-color: #fff;
    border: 1px solid #df2027;
    color: #df2027 !important;
    cursor: pointer;
    transition: all ease-in-out .3s;
    margin-left: 15px;
}
#modal-partner .event-modal-close:hover {
    background-color: #df2027;
    color: #fff !important;
}
#modal-partner .conf-modal-partner__logo {
    box-shadow: 0 10px 40px 0 rgba(62, 57, 107, .07), 0 2px 9px 0 rgba(62, 57, 107, .06);
}
#modal-partner .modal-partner-content {
    margin-bottom: 20px;
    margin-top: 20px;
}
@media (max-width: 900px) {
    #modal-partner .conf-modal-partner__header {
        flex-direction: column;
        align-items: flex-start;
    }
    #modal-partner .event-modal-content-header {
        margin-left: 0;
        margin-top: 30px;
    }
}
@media (max-width: 600px) {
    #modal-partner .event-modal-content-text a {
        display: block;
        width: 100%;
        margin: 0;
        text-align: center;
    }
    #modal-partner .event-modal-content-text a:first-child {
        margin-bottom: 20px;
    }
}

/* modal person */
.js-modal-person {
    cursor: pointer;
}
#modal-person .conf-prog-person-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-items: center;
    width: 95%;
    margin-bottom: 35px;
}
#modal-person .event-modal-content-header {
    font-size: 42px;
    font-family: GraphikMedium, sans-serif;
    line-height: 40px;
}
#modal-person .conf-prog-person-descr {
    margin-left: 35px;
}
#modal-person .conf-prog-person-photo.-modal {
    width: 100px;
    height: 100px;
}
#modal-person .conf-prog-person-photo div {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    display: block;
}
#modal-person .conf-prog-person-photo img {
    width: auto;
    height: auto;
    position: relative;
    top: -3px;
}
#modal-person .modal-person-content {
    margin-bottom: 20px;
    margin-top: 20px;
}
#modal-person .event-modal-button {
    background-color: #df2027;
    color: #fff;
    border-radius: 3px;
    padding: 10px 20px;
    text-decoration: none;
    transition: all ease-in-out .3s;
    border: 1px solid #df2027;
}
#modal-person .event-modal-button:hover {
    background-color: #C61D23;
    border: 1px solid #C61D23;
}
#modal-person .event-modal-close {
    display: none;
}
#modal-person .partner-modal-close {
    background-color: #fff;
    border: 1px solid #df2027;
    color: #df2027 !important;
    cursor: pointer;
    transition: all ease-in-out .3s;
    margin-left: 15px;
}
#modal-person .partner-modal-close:hover {
    background-color: #df2027;
    color: #fff !important;
}
#modal-person .event-modal-content-text > div {
    margin-top: 45px;
}
#modal-person .event-modal-content-subheader {
    font-size: 20px;
    color: #7d7d7d;
    padding-top: 20px;
    line-height: 30px;
}
#modal-person .event-modal-button:not(:last-child) {
    display: none;
}
@media (max-width: 900px) {
    #modal-person .event-modal-content-header {
        font-size: 24px;
        font-family: GraphikMedium, sans-serif;
        line-height: 30px;
    }
    #modal-person .event-modal-content-subheader {
        font-size: 16px;
        padding-top: 10px;
        line-height: 24px;
    }
    #modal-person .conf-prog-person-photo {
        display: none;
    }
    #modal-person .conf-prog-person-descr {
        margin-left: 0;
    }
}
@media (max-width: 600px) {
    #modal-person .event-modal-button {
        width: 100%;
        margin: 0;
        text-align: center;
    }
    #modal-person .event-modal-button-partners {
        margin-top: 20px;
    }
}
/* program blob */
.program-blob {
    background: #df2027;
    border-radius: 50%;
    margin: 10px;
    height: 20px;
    width: 20px;
    box-shadow: 0 0 0 0 rgba(223, 32, 39, 1);
    transform: scale(1);
    animation: program-pulse 2s infinite;
    position: relative;
    top: -6px;
}

@keyframes program-pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(223, 32, 39, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(223, 32, 39, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(223, 32, 39, 0);
    }
}

.program-blob-time {
    display: flex;
    align-items: flex-start;
}
.block.hero.-page-photo {
    padding-bottom: 0;
    min-height: inherit;
}
.wrapper.header.-page-photo {
    background-position-y: 68%;
}
.block.-block-page-photo {
    padding-top: 250px;
}
.js-photogal {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.js-photogal a {
    display: block;
    max-height: 150px;
    width: 100%;
    height: 100%;
    min-height: 100px;
    max-width: calc(100% / 6.5);
    overflow: hidden;
    margin: 5px;
    margin-bottom: 15px;
}
.js-photogal > div {
    display: block;
    width: 100%;
    max-width: calc(100% / 6.5);
    margin: 5px;
    height: 0;
}
.js-photogal img {
    max-height: 100%;
    min-width: 230px;
    object-fit: cover;
    vertical-align: bottom;
}
.js-photogal a:last-child {
    flex-grow: 10;
}

@media (max-width: 1000px) {
    .js-photogal a {
        max-width: calc(100% / 4.5);
        max-height: 120px;
        min-height: 80px;
    }
    .block.-photogal {
        padding-top: 40px;
    }
}

@media (max-width: 700px) {
    .js-photogal a {
        max-width: calc(100% / 3.5);
        max-height: 100px;
        min-height: 70px;
    }
}

@media (max-width: 542px) {
    .block.-photogal {
        padding-top: 0;
    }
    .js-photogal a {
        max-width: calc(100% / 2.2);
        max-height: 120px;
        min-height: 70px;
    }
}
.photo-header {
    display: flex;
    flex-direction: row;
    align-items: baseline;
}
.photo-header-button {
    padding: 8px 32px;
    background-color: #DF2027;
    border: 1px solid #1D1F22;
    border-radius: 3px;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    margin-right: 46px;
    transition: all ease-in-out .3s;
    cursor: pointer;
    margin-left: 50px;
    position: relative;
    top: -10px;
}
.photo-header-button:hover {
    background-color: #C61D23;
}
@media (max-width: 900px) {
    .photo-header {
        flex-direction: column;
    }
    .photo-header-button {
        margin-left: 0;
        top: 35px;
    }
    .js-block-slider-photo .js-slider-photo__controls {
        top: -95px;
    }
}
.wrapper_video_head {
    max-width: 1080px;

}
.wrapper_video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.wrapper_video iframe {
    position: absolute;
    /* top: 0; */
    /* left: 0; */
    width: 85%;
    height: 85%;
    border-width: 0;
    outline-width: 0;
}

.audience-graph {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}
.audience-graph div:first-child {
    margin-right: 120px;
}

.audience-details {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 120px;
    margin-bottom: 150px;
}
.audience-details div {
    color: #fff;
    background-color: #272933;
    border-radius: 3px;
    padding: 35px 30px 35px;
    flex-basis: 100%;
    width: 0;
    font-size: 25px;
    line-height: 38px;
    display: flex;
    align-items: center;
}
.audience-details div:not(:last-child) {
    margin-right: 20px;
}

.audience-details div span {
    font-size: 50px;
    margin-right: 10px;
}
@media (max-width: 1200px) {
    .audience-details {
        flex-wrap: wrap;
    }
    .audience-details > div {
        width: 48%;
        flex-basis: inherit;
        margin-right: 0 !important;
        margin-bottom: 30px
    }
}

@media (max-width: 650px) {
    .audience-details {
        margin-bottom: 0;
    }
    .audience-details > div {
        width: 100%;
        font-size: 18px;
        line-height: 28px;
    }
    .audience-graph {
        flex-direction: column
    }
    .audience-graph div:first-child {
        margin-right: 0;
    }
    .audience-graph div:first-child img {
        max-width: 300px;
    }
    .audience-graph div:last-child img {
        margin-top: 50px;
        max-width: 250px;
    }
}

/*#audience {
    background-repeat: no-repeat;
    background-image: url('../img/chart_flower.svg');
    background-position-y: 84%;
    background-position-x: calc(1800px / 8);
    background-size: 100%;
    padding-bottom: 570px;
}*/
@media (max-width: 1500px) {
    #audience {
        padding-bottom: 500px;
        background-position-x: calc(1800px / 9);
    }
}
@media (max-width: 1400px) {
    #audience {
        padding-bottom: 450px;
        background-position-x: calc(1800px / 10);
    }
}
@media (max-width: 1200px) {
    #audience {
        padding-bottom: 400px;
        background-position-x: calc(180px / 2);
    }
}
@media (max-width: 1000px) {
    #audience {
        padding-bottom: 300px;
    }
}
@media (max-width: 800px) {
    #audience {
        padding-bottom: 250px;
        background-size: 129%;
        background-position-y: 90%;
        background-position-x: calc(180px / 8);
    }
}
@media (max-width: 650px) {
    #audience {
        padding-bottom: 340px;
    }
}
@media (max-width: 450px) {
    #audience {
        padding-bottom: 240px;
    }
}

@media (min-width: 2300px) {
    #audience {
        padding-bottom: 700px;
    }
}


/*#about {
    background-repeat: no-repeat;
    background-image: url('../img/bg-af-sponsors.svg');
    background-position-y: 100%;
    background-size: 100%;
    padding-bottom: 100px;
}*/
.bg-white-red-stripes {
    background-repeat: no-repeat;
    background-image: url('../img/bg-af-sponsors.svg');
    background-position-y: 32%;
    background-size: 105%;
    padding-bottom: 100px;
    background-position-x: -41px;
}
@media (max-width: 1775px) {
    .bg-white-red-stripes {
        background-position-y: 33.3%;
        background-size: 108%;
        background-position-x: -72px;
    }
}
@media (max-width: 1690px) {
    .bg-white-red-stripes {
        background-size: 114%;
        background-position-x: -119px;
    }
}
@media (max-width: 1600px) {
    .bg-white-red-stripes {
        background-position-y: 33.8%;
    }
}
@media (max-width: 939px) {
    .bg-white-red-stripes {
        background-position-x: -57px;
        background-position-y: 36.8%;
    }
}
@media (max-width: 682px) {
    .bg-white-red-stripes {
        background-position-x: -26px;
    }
}
@media (max-width: 475px) {
    .bg-white-red-stripes {
        background-position-x: -15px;
        background-position-y: 42.5%;
    }
}
@media (max-width: 390px) {
    #aboutforum .block.-top-120 {
        padding-top: 0 !important;
    }
}
@media (max-width: 382px) {
    .bg-white-red-stripes {
        background-image: none;
    }
}

#aboutforum .block.-top-120 {
    padding-top: 100px;
}
@media (max-width: 500px) {
    #about {
        padding-bottom: 50px;
    }
    #aboutforum .description.description-wrapper__left {
        margin-left: 0;
    }

    #aboutforum .description-details-text {
        font-size: 19px;
        line-height: 31px;}

    #aboutforum .description-details-icon img {
        max-width: 35px;
    }
}


.about-audience-wrapper {
    position: relative;
    background-repeat: no-repeat;
    /*background-image: url('../img/bg_lines_white_2.svg');*/
    background-size: 61%;
    background-position-x: 143%;
    background-position-y: bottom 682px;
}
.wrapper.-nobg {
    background-color: inherit;
}
/*#aboutforum {
    background-repeat: no-repeat;
    background-image: url('../img/bg_lines_white_1.svg');
    background-position-y: 93%;
    background-position-x: -29.9%;
    background-size: 28%;

}*/
@media (min-width: 1930px) {
    #aboutforum {
        background-image: none;
    }
}
@media (max-width: 1800px) {
    #aboutforum {
        background-position-x: -33.9%;
    }
    .about-audience-wrapper {
        background-position-x: 155%;
    }
}
@media (max-width: 1586px) {
    .js-bg-lines-right {
        opacity: 0.5;
    }
}
@media (max-width: 1020px) {
    #aboutforum {
        background-image: none;
    }
}

body {
    overflow-x: hidden;
    position: relative;
}
.js-bg-lines-right {
    position: absolute;
    right: -205px;
}
/*#price {
    background-repeat: no-repeat;
    background-image: url('../img/bg_lines_red_circle.svg');
    background-position-x: right -33px;
    background-position-y: -248px;
}*/

@media (max-width: 900px) {
    #price {
        background-size: 40%;
        background-position-y: -170px;
    }
}
@media (max-width: 700px) {
    #price {
        background-size: 50%;
        background-position-y: -160px;
    }
}
@media (max-width: 500px) {
    #price {
        background-size: 56%;
        background-position-y: -123px;
    }
}
@media (max-width: 360px) {
    #price {
        background-position-y: -72px;
    }
}
.mainmenu-additional-buttons {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid rgba(0,0,0,0);
    margin-right: 38px;
    margin-bottom: 3px;
    transition: all ease-in-out .3s;
    cursor: pointer;
}
@media (max-width: 1000px) {
    .mainmenu-additional-buttons {
        display: none;
    }
}
.mainmenu-additional-buttons.-hidden {
    display: none;
}
.logo-title.logo-title--fixed {
    display: none;
}
.menu_nav {
    width: 100%;
    justify-content: flex-end;
}
.mainmenu-wrapper {
    position: relative;
    top: -3px;
}
@media (max-width: 1590px) {
    .menu_nav-button.menu-button {
        display: block;
    }
}
@media (max-width: 800px) {
    .menu_nav-button.menu-button {
        display: block;
    }
    .mainmenu-wrapper .mainmenu-additional-buttons:not(.menu-button-all-events) {
        display: none;
    }
    .logo-title.logo-title--fixed {
        display: flex;
    }
}

#participants-separate {
    background-image: url(../img/bg_program.svg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 100%;
    padding-bottom: 121px;
    background-size: contain;
}
.block.-participants-separate .participant__descr {
    color: #C0BCB8;
    opacity: 0.7;
    transition: all ease-in-out .3s;
}
.block.-participants-separate .participant-item:hover .participant__descr {
    opacity: 1;
}
.block.-participants-separate .participant__name {
    color: #fff;
    opacity: 1;
}
.block.-participants-separate .participant-item {
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #373333;
    transition: all ease-in-out .3s;
}
.block.-participants-separate .participant-item:hover {
    border-bottom: 1px solid #C0BCB8;
}

#presentations {
    padding-bottom: 120px;
}
.wrapper-two-columns {
    display: flex;
    flex-direction: row;
    justify-content: center;
    color: #fff;
    font-family: GraphikRegular, sans-serif;
}
.wrapper-two-columns > div {
    width: 100%;
}
.forwhom-column.-bg-cover {
    background-image: url(../img/bg_forwhom2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0 3px 3px 0;
    margin-right: 138px;
}
.forwhom-bg-cover-item {
    background: rgba( 0, 0, 0, 0.5 );
    backdrop-filter: blur( 8.5px );
    -webkit-backdrop-filter: blur( 8.5px );
    border: none;
    padding: 35px 50px 20px 50px;
    border-radius: 3px;
    font-size: 25px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
    margin: 60px 60px 60px 0;
}
.forwhom-bg-cover-item__row:not(:last-child) {
    border-bottom: 1px solid #6F6E6D;
    padding-bottom: 20px;
}
.forwhom-bg-cover-item__row:not(:first-child) {
    padding-top: 20px;
}

.description-wrapper > div.-bg-black {
    border-radius: 3px;
    background: rgba( 0, 0, 0, 0.3 );
    backdrop-filter: blur( 8.5px );
    -webkit-backdrop-filter: blur( 8.5px );
    border: none;
    padding: 35px 50px 35px 50px;
}
.auditory-left-column-list .auditory-left-column-item {
    font-size: 25px;
}
.auditory-left-column-list .auditory-left-column-item:not(:last-child) {
    border-bottom: 1px solid #6F6E6D;
    padding-bottom: 20px;
}
.auditory-left-column-list .auditory-left-column-item:not(:first-child) {
    padding-top: 20px;
}
.description-wrapper.-auditory > div {
    width: 47%;
}
.audotiry-right-column-item {
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
    align-items: center;
    border-bottom: none !important;
}
.audotiry-right-column-item__img {
    opacity: 0.3;
    flex-shrink: 0;
    margin-right: 30px;
}
.audotiry-right-column-item__txt {
    color: #fff;
    font-size: 24px;
    line-height: 33px;
}

@media (max-width: 1150px) {
    .description-wrapper.-auditory > div {
        width: 100%;
        font-size: 20px;
        line-height: 30px;
    }
    .audotiry-right-column-item__img img {
        max-width: 35px;
    }
}
@media (max-width: 500px) {
    .auditory-left-column-list .auditory-left-column-item {
        font-size: 19px;
        line-height: 31px;
    }
    .audotiry-right-column-item__img {
        opacity: 0.7;
    }
}
.block.price {
    padding-top: 0;
}
.big-text {
    font-size: 32px;
    line-height: 42px;
}
@media (max-width: 600px) {
    .big-text {
        font-size: 26px;
        line-height: 36px;
    }
}
.hero_info-text-two.-research {
    padding-top: 15px;
    font-size: 24px;
    max-width: 570px;
    line-height: 32px;
}
@media (max-width: 600px) {
    .hero_info-text-two.-research {
        padding-top: 0;
        font-size: 21px;
        max-width: 570px;
        line-height: 28px;
    }
}
.infopartners-temp .splide__slide {
    margin-right: 70px;
    margin-bottom: 50px;
}
.infopartners-temp .splide__slide:last-child {
    margin-right: 0;
}
@media (max-width: 500px) {
    .infopartners-temp .splide__slide {
        margin-right: 0px;
        margin-bottom: 35px;
        width: 100%;
    }
}
.description-wrapper__right .description-details-wrapper.-right {
    border-bottom: 0 !important;
}
.description-wrapper__left p {
    padding-top: 30px;
}

.bg-separator-after-prog, .bg-separator-after-prog img {
    width: 100%;
    padding-bottom: 50px;
}
.bg-etp-first, .bg-etp-first img {
    width: 100%;
}
.bg-etp-second, .bg-etp-second img {
    width: 100%;
    padding-bottom: 50px;
}
.bg-etp-third, .bg-etp-third img {
    width: 100%;
    padding-bottom: 30px;
}
.hero.heroinfo {
    min-height: inherit;
    padding-top: 50px;
}
.hero.heroinfo .hero_info {
    background: rgba(0, 0, 0, 0);
}
.wrapper-two-columns {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.wrapper-two-columns > div {
    width: 47%;
    border-radius: 0 3px 3px 0;
    padding-top: 50px;
}
.reg-acc-column {
    width: 40% !important;
}
@media (max-width: 1370px) {
    .wrapper-two-columns {
        flex-direction: column;
    }
    .wrapper-two-columns > div {
        width: 100% !important;
    }
    .reg-acc-column {
        width: 100% !important;
        margin-top: 70px;
    }
    .block-header.-accreditation {
        margin-bottom: 50px;
    }
}
@media (max-width: 1150px) {
    #aboutforum .description-wrapper__left {
        width: 100%;
    }
    #aboutforum .block.-top-120 {
        padding-top: 50px;
    }
    #forwhom .description-wrapper__left {
        width: 100%;
    }
    #forwhom .block.-top-120 {
        padding-top: 50px;
    }
}
#programm {
    padding-top: 50px;
}
#price {
    padding-top: 60px;
}
@media (max-width: 600px) {
    .sep-50 {
        display: none;
    }
    #price {
        padding-top: 0;
    }
    .block.registration.-top-120.-bottom-120 {
        padding-top: 50px;
    }
    .js-block-slider-photo .js-slider-photo__controls {
        right: 0;
    }
    .block-header.-accreditation {
        margin-bottom: 20px;
    }
    .registration-form-group .control-label, .checkbox__label, .registration-btn {
        font-size: 16px;
    }
    label[for="promo"], label[for="suggest-topic"], label[for="suggest-speaker"] {
        font-size: 16px !important;
    }
    .price-packages-mobile-blocks-item {
        font-size: 12px;
    }
}
.wrapper-nav.-active {
    background-color: #1D1F22;
}
.slider-partners-general.-sunlight img {
    width: 200px;
    padding-top: 28px;
    padding-bottom: 17px;
}
#forwhom {
    /*background-image: url(../img/bg_forwhom2.jpg);*/
    background-image: url(../img/bg_sep_2.svg);
    background-repeat: no-repeat;
    background-size: 125%;
    background-position-x: 45%;
    background-position-y: 100%;
    padding-bottom: 200px;
}
.bg-sep-1 {
    margin-top: 120px;
    margin-bottom: 50px;
}
.bg-sep-1 img {
    width: 100%;
}
@media (max-width: 1400px) {
    #programm {
        padding-bottom: 300px;
    }
}
@media (max-width: 900px) {
    #forwhom {
        padding-bottom: 100px;
    }
    #programm {
        padding-bottom: 150px;
    }
}
@media (max-width: 700px) {
    #forwhom {
        padding-bottom: 50px;
    }
    .bg-sep-1 {
        margin-top: 50px;
        margin-bottom: 30px;
    }
    #programm {
        padding-bottom: 100px;
    }
}
@media (max-width: 400px) {
    #forwhom {
        padding-bottom: 0px;
    }
}
/* cookie */
.popup-cookie-wrapper {
    z-index: 5;
    position: fixed;
    width: 100%;
    bottom: 0;
    border-top: 1px solid #535353;
    padding: 20px;
    line-height: 18px;
    background-color: #1D1F22;
    color: #8c8c8c;
    padding: 20px;
    font-family: GraphikRegular, sans-serif;
    font-size: 14px;
}
header.header {
    position: relative;
    z-index: 7 !important;
}
.popup-cookie-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 1630px;
    margin: 0 auto;
}
.popup-cookie-buttons {
    margin-left: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    width: auto;
    text-align: right;
}
.cookies-accept-button {
    border: 1px solid #535353;
    color: #8c8c8c;
    border-radius: 5px;
    flex-shrink: 0;
    cursor: pointer;
    transition: all ease .3s;
    text-align: center;
    padding: 5px 40px;
    margin-right: 20px;
}
.cookies-accept-button:hover {
    border: 1px solid #aaa;
    color: #aaa;
}
.cookies-more-button {
    text-decoration: underline;
    color: #8c8c8c;
    transition: all ease .3s;
    text-align: right;
    cursor: pointer;
}
.cookies-more-button:hover {
    color: #aaa;
}
@media (max-width: 1000px) {
    .popup-cookie-content {
        flex-direction: column;
    }
    .popup-cookie-buttons {
        margin-left: 0;
        margin-top: 15px;
    }
    .popup-cookie-content {
        align-items: flex-start;
    }
    .popup-cookie-wrapper {
        font-size: 12px;
    }
    .popup-cookie-mobile-text {
        display: none;
    }
}
.footer-docs-links {
    cursor: pointer;
    text-decoration: underline;
}

div.wrapper-two-columns__item:nth-child(1) {
    display: flex;
    align-items: stretch;
    flex-direction: column;
}

.tab-registration {
    height: 100%;
    align-items: stretch;
}

#form_reg {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    height: 100%;
}
.programm-suggest-form {
    display: none;
}
.programm-suggest-form.-active {
    display: block;
}
.hero_reg-button:hover {
    cursor: pointer
}
.about-header-info {
    align-items:flex-start;
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    width:100%
}
.about-header-info__tg {
    background-color:#40464f;
    border-radius:3px;
    color:#fff!important;
    display:flex;
    flex-direction:row;
    font-size:19px;
    font-weight:400;
    line-height:23px;
    padding:20px;
    text-decoration:none!important;
    width:45%
}
.about-header-info__tg-img {
    flex-shrink:0;
    margin-right:35px
}
.about-header-info__header {
    flex-shrink:0;
    margin-right:138px;
    width:45%
}
@media (max-width:1500px) {
    .about-header-info {
        flex-direction:column
    }
    .about-header-info__header,
    .about-header-info__tg {
        width:100%
    }
    .about-header-info__tg {
        margin-bottom:30px
    }
}
@media (max-width:800px) {
    .about-header-info__tg {
        font-size:16px;
        line-height:20px
    }
    .about-header-info__tg-img img {
        width:35px
    }
}
.events-button-read.-timer-button {
    border-width: 2px;
    background-color: #1D1F22;
    border-color: #fff;
}
.hero_timer_wrapper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    margin-top: 80px;
}
.audotiry-list-item {
    padding-bottom: 10px;
    display: block;
}
.mainmenu-additional-buttons.-button-hollow {
    border: 1px solid #fff;
    padding: 7px 25px;
    border-radius: 3px;
}
@media (max-width: 580px) {
    .menu-button-all-events {
        display: none !important;
    }
}
@media (max-width: 1500px) {
    .hero_info-block {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .hero_info-text.-ranking, .hero_info-text.-details {
        width: 35%;
        max-width: inherit !important;
        margin-top: 50px;
    }
}
@media (max-width: 1000px) {
    .hero_info-text.-ranking, .hero_info-text.-details {
        width: 100%;
        max-width: inherit !important;
        margin-top: 50px;
        margin-right: 0;
    }
    .hero_info-text.-top-participants {
        width: 100%;
        flex-direction: row;
        margin-top: 50px;
    }
    .hero_info-text {
        align-items: baseline;
    }
    .hero_info-text-one {
        margin-right: 5px;
    }
    .hero_info-text-two.hero_info-text-two--mt.-participants, .hero_info-text-two.hero_info-text-two--mt.-topspeakers {
        top: 0;
    }
}
@media (max-width: 800px) {
    .hero.heroinfo {
        padding-top: 10px;
        padding-bottom: 30px;
    }
    .hero_info-block {
        margin-bottom: 0;
    }
    .js-speakers-control, .tns-nav, .js-slider-photo__controls {
        display: none !important;
    }
}
@media (max-width: 750px) {
    .hero_info {
        padding-top: 0;
    }
}
@media (max-width: 550px) {
    .hero_info {
        padding-top: 0;
    }
    .hero .hero_info {
        padding-top: 0;
        padding-bottom: 0;
    }
    .hero_info-block > div:not(:last-child) {
        margin-right: 0;
    }
    .hero_info-text.hero_info-text--block.-chat-icon, .hero_info-text.-ranking, .hero_info-text.-details {
        margin-top: 40px;
    }
    .hero_info-text.-topspeakers {
        width: 100%;
        margin-top: 40px;
    }
}
.partners-static-wrapper {
    display: flex;
    justify-content: space-between;
}
.partners-static-main-item + .partners-static-main-item {
    border-top: 1px solid #dcdcdc;
    margin-top: 50px;
}
.partners-static-main-item__header:not(:empty) {
    font-family: GraphikMedium,sans-serif;
    font-size: 25px;
    line-height: 32px;
    padding-top: 22px;
}
.partners-static-main-item + .partners-static-main-item .partners-static-main-item__header:not(:empty) {
    padding-top: 40px;
}
.partners-static-main-item__logo {
    height: 185px;
    display: flex;
    align-content: center;
}
.partners-static-main-item__button {
    color: #8c8c8c;
    padding: 5px 15px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 3px;
    display: inline-block;
    font-size: 16px;
    transition: all .3s ease-in-out;
}
.partners-static-main-item__button:hover {
    border: 1px solid #1e1e1e;
    color: #1e1e1e;
}
.partners-static-main {
    margin-right: 70px;
    max-width: 500px;
    width: 100%;
}
.partners-static-secondary {
    background-color: #F8F8F8;
    border-radius: 3px;
    padding: 30px;
    width: 100%;
}
.partners-static-secondary-item-images-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}
.partners-static-secondary-item + .partners-static-secondary-item {
    margin-top: 45px;
}
.partners-static-secondary-item-header {
    font-family: GraphikMedium, sans-serif;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
}
.partners-static-secondary-item-images__logo {
    flex-shrink: 0;
    background-color: #fff;
    border-radius: 3px;
    padding: 20px;
    height: 145px;
    display: flex;
    align-content: center;
    justify-content: center;
}
.partners-static-secondary-item-images__logo img {
    flex-shrink: 0;
}
@media (max-width: 1300px) {
    .partners-static-wrapper {
        flex-direction: column;
    }
    .partners-static-secondary {
        width: 100%;
    }
    .partners-static-main {
        display: flex;
        flex-wrap: wrap;
        gap: 0 5%;
        margin-right: 0;
        max-width: inherit;
    }
    .partners-static-main-item {
        flex-shrink: 0;
        max-width: 30%;
        margin-bottom: 70px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .partners-static-main-item + .partners-static-main-item {
        border-top: none;
        margin-top: 0;
    }
    .partners-static-main-item__header:not(:empty) {
        padding-top: 0;
    }
    .partners-static-main-item + .partners-static-main-item .partners-static-main-item__header:not(:empty) {
        padding-top: 0;
    }
}
@media (max-width: 850px) {
    .partners-static-main-item {
        max-width: 100%;
        margin-bottom: 0;
    }
    .partners-static-main-item + .partners-static-main-item {
        border-top: 1px solid #dcdcdc;
        margin-top: 30px;
    }
    .partners-static-main {
        flex-direction: column;
        margin-bottom: 70px;
    }
    .partners-static-main-item + .partners-static-main-item .partners-static-main-item__header:not(:empty) {
        padding-top: 30px;
    }
    .partners-static-secondary-item-images-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 450px) {
    .partners-static-secondary-item-images__logo {
        height: 100px;
    }
    .partners-static-main-item__header:not(:empty) {
        font-size: 18px;
        line-height: 24px;
    }
    .partners-static-main-item__button {
        font-size: 14px;
    }
    .partners-static-main-item__logo {
        height: 175px;
    }
    .partners-static-secondary-item-images__logo {
        padding: 12px;
    }
    .partners-static-secondary {
        padding: 15px;
    }
}
.photo-header {
    margin-bottom: 70px;
}
.photo-static-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}
.photo-static-wrapper img {
    width: 100%;
}
.photo-static-collection {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}
@media (max-width: 850px) {

    .photo-static-wrapper {
        display: flex;
        flex-direction: column;
        row-gap: 10px;
    }
    .photo-static-collection:nth-child(2) {
        order: 3;
    }
}
.partners-static-wrapper.-right-column-only .partners-static-secondary-item-images-wrapper {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.partners-static-wrapper.-right-column-only .partners-static-secondary-item + .partners-static-secondary-item {
    margin-top: 0;
}
.partners-static-wrapper.-right-column-only .partners-static-secondary-item {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}
.partners-static-wrapper.-right-column-only .partners-static-secondary-item-images__logo {
    max-width: 280px;
    min-width: 280px;
    width: 100%;
}
.partners-static-wrapper.-right-column-only .partners-static-secondary {
    display: flex;
    flex-wrap: wrap;
    gap: 45px 50px;
}
.partners-static-wrapper.-right-column-only .partners-static-secondary-item-images__logo {
    display: inherit;
    text-align: center;
}
@media (max-width: 764px) {
    .partners-static-wrapper.-right-column-only .partners-static-secondary-item {
        width: 100%;
        min-width: inherit;
    }
    .partners-static-wrapper.-right-column-only .partners-static-secondary-item-images__logo {
        max-width: 47%;
        min-width: auto;
    }
}