@font-face {
    font-family: 'One Second';
    src:url('../fonts/OneSecond-Regular.eot');
    src:url('../fonts/OneSecond-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OneSecond-Regular.woff2') format('woff2'),
        url('../fonts/OneSecond-Regular.woff') format('woff'),
        url('../fonts/OneSecond-Regular.ttf') format('truetype'),
        url('../fonts/OneSecond-Regular.svg#OneSecond-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'One Second';
    src:url('../fonts/OneSecond-SemiBold.eot');
    src:url('../fonts/OneSecond-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OneSecond-SemiBold.woff2') format('woff2'),
        url('../fonts/OneSecond-SemiBold.woff') format('woff'),
        url('../fonts/OneSecond-SemiBold.ttf') format('truetype'),
        url('../fonts/OneSecond-SemiBold.svg#OneSecond-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'One Second';
    src:url('../fonts/OneSecond-Bold.eot');
    src:url('../fonts/OneSecond-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OneSecond-Bold.woff2') format('woff2'),
        url('../fonts/OneSecond-Bold.woff') format('woff'),
        url('../fonts/OneSecond-Bold.ttf') format('truetype'),
        url('../fonts/OneSecond-Bold.svg#OneSecond-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

*{
    font-family: 'One Second', Arial, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    -webkit-tap-highlight-color: transparent !important;
}

body{
    font-size: 20px;
    line-height: 26px;
    background: #FFFFFF;
    color: #646770;
    min-width: 360px;    
    max-width: 1900px;
    position: relative;
    margin: 0 auto;
    overflow-x: hidden;
}

img{
    display: block;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

svg{
    display: block;
}

h1{
    font-weight: 700;
    font-size: 70px;
    line-height: 64px;
    letter-spacing: -0.03em;
    color: #000000;
    margin-bottom: 24px;
}

h2 {
    font-weight: 600;
    font-size: 48px;
    line-height: 46px;
    letter-spacing: -0.02em;
    color: #231F20;
    margin-bottom: 30px;
}

h3{
    font-weight: normal;
    font-size: 48px;
    line-height: 46px;
    letter-spacing: -0.02em;
    color: #231F20;
    margin-bottom: 34px;
}

ul{
    list-style: none;
    list-style-position: outside;
}

ol{
    list-style-position: outside;
}

li{
    position: relative;
    margin-bottom: 10px;
}

li:last-child{
    margin-bottom: 0;
}

ul li{
    padding-left: 33px;
}

ul li::before{
    content: '';
    display: block;
    position: absolute;
    left: 14px;
    top: 9px;
    width: 6px;
    height: 6px;
    background-color: #646770;
    border-radius: 10px;
}

a{
    color: inherit;
    transition: color 0.25s;
    text-decoration: none;
}

a img{
    border: none;
}

button{
    background: none;
    padding: 0;
    border: none;
    outline: none;
    cursor: pointer;
}

.container{
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}

.btn{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    padding-left: 40px;
    padding-right: 40px;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: -0.02em;
    color: #231F20;
    transition: background-color 0.2s;
}

.btn_icon{
    margin-right: 16px;
}

.btn_bg{
    height: 72px;
}

.btn_md{
    height: 67px;
}

.btn_sm{
    font-size: 20px;
    height: 52px;
}

.btn_yellow{
    background-color: #FFDD00;
    box-shadow: -27px 30px 66px rgba(228, 93, 35, 0.2);
}

@media(hover:hover){
    .btn_yellow:hover{
        background-color: #f1bc00;
    }
}

.btn_yellow:active{
    background-color: #f1bc00;
}

.btn_gray{
    background: #646770;
    color: #ffffff;
    box-shadow: -27px 30px 66px rgba(228, 93, 35, 0.2);
}

@media(hover:hover){
    .btn_gray:hover{
        background-color: #D71920;
    }
}

.btn_gray:active{
    background-color: #D71920;
}

.btn_red{
    background: #D71920;
    color: #ffffff;
    box-shadow: -27px 30px 66px rgba(228, 93, 35, 0.2);
}

@media(hover:hover){
    .btn_red:hover{
        background-color: #8A0304;
    }
}

.btn_red:active{
    background-color: #8A0304;
}

.header_main {
    padding: 6px 0;
    position: relative;
    z-index: 1;
}

.header_main__row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.logo1C {
    flex-shrink: 0;
}

.header_main__row .logo1C {
    margin-right: 34px;
}

.logo1C_SZ {
    height: 81px;
    padding-top: 17px;
    flex-shrink: 0;
    padding-left: 49px;
    border-left: 1px solid #E5E6E9;
}

.menu{
    margin-top: 25px;
    margin-left: auto;
    flex-shrink: 0;
}

.menu_list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.menu_list__item{
    margin: 0;
    padding: 0;
}

.menu_list__item::before{
    display: none;
}

.menu_list__link{
    display: inline-block;
    cursor: pointer;
    font-size: 18px;
    line-height: 17px;
    letter-spacing: -0.02em;
    color: #646770;
    text-align: center;
}

.menu_list__link_about{
    width: 133px;
}

.menu_list__link_schedule{
    width: 106px;
}

.menu_list__link_speakers{
    width: 86px;
}

.menu_list__link_contacts{
    width: 90px;
}

@media(hover:hover){
    .menu_list__link:hover{
        color: #231F20;
        font-weight: 600;
        border-bottom: 1px solid #231F20;
    }
}

.menu_list__link:active{
    color: #231F20;
    font-weight: 600;
    border-bottom: 1px solid #231F20;
}

.header_main__btns{
    border: 24px solid #ffffff;
    border-radius: 100px;
    margin-left: 60px;
    margin-right: -30px;
    position: relative;
    top: 12px;
    right: 2px;
}

.header_main__btns .btn{
    font-size: 20px;
}

@keyframes animation{	
	0%{
		top: -119px;
	}
	100%{
		top:0px
	}
}

.header_main._sticky {
    width: 100%;
	background-color: #FFFFFF;
	position: fixed;
	top: 0;
    padding-top: 5px;
    padding-bottom: 9px;
    animation: animation 0.5s ease-in 0s forwards alternate;
    box-shadow: 0px 8px 39px rgba(0, 0, 0, 0.05);
	z-index: 3;
}

.header_main._sticky .logo1C {
    height: 78px;
    margin-left: -12px;
    margin-right: 32px;
}

.header_main._sticky .logo1C_SZ {
    width: auto;
    height: 50px;
    padding-top: 0;
    padding-left: 41px;
    margin-top: 9px;
}

.header_main._sticky .header_main__btns.btn_wrap {
    border: none;
    margin-right: 0;
    margin-left: 100px;
    top: 0;
}

.header_main._sticky .header_main__btns .btn {
    height: 54px;
    padding: 0 28px;
}

.header_main._sticky .menu {
    margin-top: 1px;
}

.header_main.header_main__inner{
    box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.08);
}

.header_main__inner .logo1C{
    height: 78px;
    margin-right: 31px;
}

.header_main__inner .logo1C_SZ{
    height: 48px;
    padding-top: 0;
    padding-left: 42px;
    margin-top: 10px;
}

.header_main__inner .header_main__btns {
    margin-right: -12px;
    margin-left: auto;
    border: none;
    top: 0;
}

.header_main__inner .header_main__btns .btn {
    height: 54px;
    width: 163px;
}

.content_inner{
    padding-top: 25px;
    padding-bottom: 119px;
}

.footer_main{
    background: #646770;
    color: #FFFFFF;
    margin-top: 112px;
    padding: 32px 0;
    line-height: 19px;
}

.footer_main a{
    color: #FFFFFF;
    text-decoration: none;
    border-bottom: none;
}

.footer_main a:hover{
    color: #FFFFFF;
    text-decoration: underline;
}

.footer_main__row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.footer_main__row .logo1C{
    margin-right: 22px;
}

.footer_main__info {
    flex-shrink: 0;
    margin-left: auto;
}

.footer_main__info_title {
    display: inline-block;
    font-size: 16px;
    line-height: 15px;
    color: #E5E6E9;
    margin-bottom: 6px;
}

.promo_section {
    padding-top: 75px;
    margin-bottom: 129px;
}

.promo_section:after{
    content: '';
    display: block;
    width: 1021px;
    height: 824px;
    background: url('../images/promo_bg.png') no-repeat;
    position: absolute;
    right: 0px;
    top: 0;
}

.promo_section:before{
    content: '';
    display: block;
    width: 1031px;
    height: 824px;
    background: url('../images/decor_triangle_gray.svg') no-repeat;
    position: absolute;
    left: -10px;
    top: 240px;
}

.promo_section .container{
    z-index: 2;
}

.promo_txt {
    max-width: 913px;
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 32px;
}

.promo_info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-weight: 600;
    font-size: 28px;
    line-height: 27px;
    letter-spacing: -0.02em;
    color: #231F20;
    margin-bottom: 17px;
}

.promo_info__img_wrap{
    flex-shrink: 0;
    margin-right: 18px;
    width: 29px;
    text-align: center;
}

.promo_info__img_wrap img{
    display: inline;
}

.promo_info__place_wrap{
    flex-grow: 1;
    width: 100%;
    padding-left: 48px;
    margin-top: -2px;
}

.promo_info__place{
    display: inline-block;
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    letter-spacing: -0.02em;
    color: #D71920;
    border-bottom: 1px solid #D71920;
}

.promo_section__btns {
    margin-top: 40px;
}

.promo_section__btns .btn {
    max-width: 449px;
}

.important{
    font-weight: 600;
    color: #231F20;
}

.about_section {
    margin-bottom: 75px;
}

.about_info {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-left: 185px;
    position: relative;
}

.about_info:before{
    content: '';
    display: block;
    width: 1031px;
    height: 824px;
    background: url('../images/about_bg.png') no-repeat;
    position: absolute;
    left: -234px;
    top: -46px;
}

.about_info__item {
    position: relative;
    margin-top: 30px;
}

.about_info__item:nth-child(1) {
    width: 50%;
}

.about_info__item:nth-child(2) {
    width: 50%;
    width: calc(50% - 46px);
    margin-left: 46px;
}

.about_info__item:nth-child(3) {
    width: 33%;
}

.about_info__number {
    font-weight: 700;
    font-size: 200px;
    line-height: 150px;
    letter-spacing: -15px;
    color: #FFDD00;
    position: relative;
    z-index: 1;
}

.about_info__txt {
    font-size: 24px;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: -0.02em;
    color: #000000;
    z-index: 2;
    height: 23px;
    position: absolute;
    left: 73px;
    top: 0;
    bottom: 22px;
    margin: auto;
}

.about_row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 33px;
}

.about_txt {
    max-width: 649px;
    margin-top: 33px;
    letter-spacing: -0.02em;
    position: relative;
}

.about_txt p {
    margin-bottom: 26px;
}

.about_img {
    width: 100%;
    position: absolute;
    left: calc(100% + 45px);
    top: 5px;
}

.about__show_more{
    display: none;
}

.about_content > *:last-child{
    margin-bottom: 0;
}

.invitation_section {
    margin-bottom: 231px;
}

.invitation_row {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: 180px;
    position: relative;
}

.invitation_row::before{
    content: '';
    display: block;
    width: 467px;
    height: 467px;
    background: url('../images/invation_bg.png') no-repeat;
    position: absolute;
    left: -421px;
    top: -83px;
}

.invitation_col {
    padding-top: 47px;
    position: relative;
    z-index: 2;
}

.invitation_col:first-child {
    width: 398px;
    padding-right: 50px;
}

.invitation_dots {
    width: 416px;
    flex-shrink: 0;
    padding-left: 76px;
    padding-right: 80px;
    background: url('../images/invation_bg.svg') no-repeat;
}

.invitation_title {
    font-size: 32px;
    line-height: 31px;
    letter-spacing: -0.02em;
    color: #000;
    margin-bottom: 21px;
    margin-top: 40px;
}

.invitation_title:first-child{
    margin-top: 0;
}

.invitation_list {
    font-size: 22px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #646770;
}

.invitation_txt {
    font-size: 22px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #646770;
}

.invitation_btns{
    width: 100%;
    margin-top: 74px;
}

.invitation_btns .btn{
    max-width: 430px;
}

.schedule_section {
    margin-bottom: 262px;
}

.schedule_content__wrap{
    max-width: 1664px;
    margin: 75px auto 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.schedule_content__wrap::before {
    content: '';
    display: block;
    width: 100%;
    height: calc(100% - 196px);
    background: #646770;
    border-radius: 50px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.schedule_content__wrap::after{
    content: '';
    display: block;
    width: 231px;
    height: 136px;
    background: url('../images/schedule_bg.png') no-repeat;
    position: absolute;
    left: -100px;
    bottom: 517px;
    z-index: 3;
}

.schedule_content{
    width: 100%;
    max-width: 1256px;
    background: #ffffff;
    border-radius: 24px;
    margin: -75px auto 0;
    padding: 50px 58px 56px;
    position: relative;
    z-index: 2;
    box-shadow: 0px 8px 63px rgba(0, 0, 0, 0.15);
}

.schedule_content > .container{
    padding: 0;
}

.schedule_links {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 30px;
    margin-top: -2px;
}

.schedule_links .btn {
    width: auto;
    padding: 0 24px;
    margin-right: 16px;
    transition: background-color 0.2s, color 0.2s;
}

.schedule_links .btn:last-child{
    margin-right: 0;
}

.schedule_links .btn:hover{
    background-color: #D71920;
    color: #ffffff;
}

.schedule_row {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    margin-bottom: 32px;
}

.schedule_time {
    width: 164px;
    flex-shrink: 0;
    font-size: 24px;
    line-height: 23px;
    letter-spacing: -0.02em;
    color: #231F20;
}

.schedule_line {
    width: 189px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    margin-right: 23px;
    height: 23px;
}

.schedule_line:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #E5E6E9;
    position: absolute;
    left: 0;
    bottom: 5px;
    z-index: 1;
}

.schedule_txt{
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: #646770;
    flex-grow: 1;
}

.schedule_txt p{
    margin-bottom: 5px;
}

.schedule_title {
    font-size: 20px;
    line-height: 19px;
    letter-spacing: -0.02em;
}

.schedule_txt .schedule_title{
    margin-bottom: 10px;
}

.schedule_txt .schedule_title strong{
    color: #231F20;
}

.schedule_txt > *:last-child{
    margin-bottom: 0;
}

.schedule_line__img {
    width: 84px;
    flex-shrink: 0;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.shedule_vernissage {
    color: #231F20;
    width: 260px;
    flex-shrink: 0;
    padding-left: 39px;
    margin-left: 27px;
    border-left: 1px solid #646770;
}

.schedule_break {
    margin-bottom: 14px;
}

.schedule_btns {
    margin-top: 55px;
}

.schedule_btns .btn {
    max-width: 510px;
    margin: 0 auto;
    font-size: 22px;
    padding: 0;
}

.schedule_note {
    margin-top: 38px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #646770;
    line-height: 24px;
}

.speakers_section{
    margin-bottom: 117px;
    position: relative;
    z-index: 2;
}

.speakers {
    background: #F7F7F7;
    border-radius: 50px;
    padding: 72px 30px 95px;
    width: 1664px;
    margin-left: -276px;
    position: relative;
    z-index: 2;
}

.speakers::after{
    content: '';
    display: block;
    width: 467px;
    height: 467px;
    background: url('../images/speakers_bg.png');
    position: absolute;
    left: 29px;
    top: 353px;
    z-index: 1;
}

.speakers .container{
    padding: 0;
}

.speakers_row {
    margin-left: 242px;
    position: relative;
    z-index: 2;
}

.speakers_row .swiper-wrapper{    
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.swiper-pagination{
    display: none;
}

.speakers_col {
    width: 31.5%;
    padding: 12px 43px;
}

.speakers_avatar {
    width: 196px;
    height: 196px;
    border-radius: 200px;
    overflow: hidden;
    margin-bottom: 17px;
}

.speakers_name {
    font-weight: 600;
    font-size: 20px;
    line-height: 19px;
    letter-spacing: -0.02em;
    color: #000;
    margin-bottom: 8px;
    padding-left: 27px;
}

.speakers_position {
    font-size: 16px;
    line-height: 15px;
    letter-spacing: -0.02em;
    color: #646770;
    margin-bottom: 2px;
    padding-left: 27px;
}

.speakers_firm {
    font-weight: bold;
    font-size: 16px;
    line-height: 15px;
    letter-spacing: -0.02em;
    color: #646770;
    padding-left: 27px;
}

.partners_section {
    margin-bottom: 151px;
    position: relative;
    z-index: 1;
}

.partners_section::before{
    content: '';
    display: block;
    width: 492px;
    height: 672px;
    background: url('../images/decor_pillar.svg');
    position: absolute;
    right: 0;
    top: -578px;
    z-index: 1;
}

.partners_section > .container::after{
    content: '';
    display: block;
    width: 467px;
    height: 467px;
    background: url('../images/partners_bg.png');
    position: absolute;
    left: -219px;
    top: 161px;
    z-index: 1;
}

.partners_row {
    margin-left: 240px;
    margin-top: 55px;
    overflow: visible;
    position: relative;
    z-index: 2;
}

.partners_row .swiper-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.partners_col {
    width: 286px;
    padding: 9px 13px;
}

.partners_item {
    width: 260px;
    height: 260px;
    overflow: hidden;
    padding: 10px;
    border-radius: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 2px solid #F7F7F7;
    box-shadow: -27px 30px 66px rgba(228, 93, 35, 0.0);
    transition: box-shadow 0.2s;
}

.partners_item:hover{
    box-shadow: -27px 30px 66px rgba(228, 93, 35, 0.2);
}

.terms_section{
    margin-bottom: 108px;
    position: relative;
    z-index: 2;
}

.terms_section:before{
    content: '';
    display: block;
    width: 231px;
    height: 85px;
    background: url('../images/terms_decor_wave.png') no-repeat;
    z-index: 2;
    position: absolute;
    bottom: 280px;
    left: 0;
    right: 1630px;
    margin: auto;
}

.terms_section__content_wrap {
    max-width: 1664px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.terms_section__content_wrap::before{
    content: '';
    display: block;
    width: 100%;
    height: calc(100% - 150px);
    background: #646770;
    border-radius: 50px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.terms_section__content_wrap:after{
    content: '';
    display: block;
    width: 128px;
    height: 128px;
    background: url('../images/decor_circle.svg') no-repeat;
    z-index: 1;
    position: absolute;
    top: 280px;
    left: 1320px;
    right: 0;
    margin: auto;
}

.terms_section__content {
    width: 100%;
    max-width: 1256px;
    margin: 0 auto;
    background: #FFFFFF;
    border-radius: 24px;
    margin-top: -70px;
    margin-bottom: 32px;
    padding: 50px 0 53px;
    position: relative;
    z-index: 2;
    box-shadow: 0px 8px 63px rgba(0, 0, 0, 0.15);
}

.terms_heading {
    position: relative;
}

.terms_heading:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.terms_heading span {
    display: inline-block;
    flex-shrink: 0;
    padding-right: 35px;
    position: relative;
    z-index: 2;
}

.terms .terms_heading:after {
    background: #E5E6E9;
}

.terms .terms_heading span {
    background: #ffffff;
}

.terms_item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 45px;
}

.terms_item:first-child {
    margin-top: 53px;
}

.terms_img {
    width: 148px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    margin-right: 40px;
}

.terms_info {
    width: 100%;
    max-width: 535px;
    padding-top: 5px;
}

.terms_title {
    font-weight: 600;
    font-size: 24px;
    line-height: 23px;
    letter-spacing: -0.02em;
    color: #231F20;
    padding-right: 15px;
    margin-bottom: 14px;
}

.terms_txt {
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #646770;
}

.terms_txt li {
    line-height: 19px;
}

.terms_item__delimiter {
    border-top: 1px solid #646770;
    padding-top: 47px;
}

.registration_section__content{
    width: 100%;
    max-width: 1256px;
    margin: 0 auto;
    padding: 30px 0 48px;
    background: #FFDD00;
    border-radius: 24px;
    position: relative;
    z-index: 2;
    box-shadow: -27px 30px 66px rgba(228, 93, 35, 0.2);
}

.registration .terms_heading:after {
    background: #ffffff;
}

.registration .terms_heading span {
    background: #FFDD00;
}

.registration_row {
    margin-top: -4px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.registration_col {
    width: 100%;
    max-width: 361px;
}

.registration_col p {
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #231F20;
    margin-bottom: 24px;
}

.registration_or {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    width: 19%;
}

.registration_or p{
    position: relative;
    padding-left: 18px;
}

.registration_or p:before {
    content: '';
    display: block;
    width: 76px;
    height: 1px;
    background: #646770;
    opacity: 0.5;
    transform: rotate(117.38deg);
    position: relative;
    left: -54px;
    top: 6px;
}

.contacts_section{
    position: relative;
    z-index: 1;
}

.contacts_section::before{
    content: '';
    display: block;
    width: 500px;
    height: 672px;
    background: url('../images/decor_pillar.svg');
    position: absolute;
    margin: auto;
    left: -1400px;
    right: 0;
    top: 300px;
    -moz-transform: scale(-1, -1);
    -o-transform: scale(-1, -1);
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
    z-index: 1;
}

.contacts_section::after{
    content: '';
    display: block;
    width: 348px;
    height: 405px;
    background: url('../images/decor_triangle_gray.svg') no-repeat;
    position: absolute;
    margin: auto;
    left: -1000px;
    right: 0;
    top: 121px;
    z-index: 2;
}

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

.contacts_section .container::before{
    content: '';
    display: block;
    width: 416px;
    height: 696px;
    background: url('../images/invation_bg.svg') no-repeat;
    position: absolute;
    right: 14px;
    top: -400px;
}

.contacts {
    margin-left: 189px;
    position: relative;
}

.contacts a{
    color: #D71920;
    border-bottom: 1px solid;
}

.contacts a:hover{
    color: #8A0304;
}

.contacts_info {
    font-size: 24px;
    line-height: 26px;
    letter-spacing: -0.02em;
    margin-bottom: 48px;
}

.contacts_row {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.contacts_row__techsupp{
    max-width: 590px;
    margin-top: -23px;
    margin-bottom: 79px;
}

.contacts_col {
    width: 48%;
}

.contacts_info__person {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.01em;
    margin-bottom: 0;
}

.contacts_info__phone {
    font-size: 24px;
    margin-top: 25px;
    display: block;
}

.contacts_row__map {
    font-size: 20px;
    line-height: 23px;
    margin-top: 20px;
}

.contacts_row__map .contacts_col {
    width: 50%;
}

.contacts_col__icon{
    margin-top: -52px;
}

.contacts__icon_metro {
    position: relative;
    top: 12px;
}

.contacts_map {
    margin-top: -22px;
}


.sm_d_inline{
    display: none;
}

.d_inline_block{
    display: inline-block;
}

.schedule_page .schedule_content {
    padding: 32px 73px 45px;
}

.schedule_header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 24px;
}

.link_back {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #000000;
}

.link_back__icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background-color: #F7F7F7;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    transition: background-color 0.25s;
}

.link_back svg{
    stroke: #646770;
    transition: stroke 0.25s;
}

@media(hover:hover){
    .link_back:hover{
        color: #231F20;
    }

    .link_back:hover svg{
        stroke: #231F20;
    }

    .link_back:hover .link_back__icon{
        background-color: #FFDD00;
    }    
}

.link_back:active{
    color: #231F20;
}

.link_back:active svg{
    stroke: #231F20;
}

.link_back:active .link_back__icon{
    background-color: #FFDD00;
}

.btn_save {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #646770;
    text-align: right;
}

.btn_save + .btn_save {
    margin-left: 31px;
}

.btn_save__bookmark {
    margin-left: auto;
}

.btn_save__calendar.addeventatc {
    display: flex;
    background: none !important;
    box-shadow: none !important;
    border: none;
    font-weight: normal;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #646770 !important;
}

.btn_save__calendar.addeventatc .addeventatc_icon{
    display: none;
}

.link_save__icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background-color: #F7F7F7;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 16px;
    transition: background-color 0.3s;
}

.btn_save svg{
    stroke: #646770;
    transition: stroke 0.3s;
}

@media(hover:hover){
    .btn_save:hover{
        color: #231F20;
    }

    .btn_save:hover svg{
        stroke: #231F20;
    }

    .btn_save:hover .link_save__icon{
        background-color: #FFDD00;
    }
}

.btn_save:active{
    color: #231F20;
}

.btn_save:active .link_save__icon{
    background-color: #FFDD00;
}

.tabs {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 30px;
}

.tab {
    font-size: 36px;
    line-height: 39px;
    letter-spacing: -0.02em;
    color: #646770;
    border-bottom: 1px dashed;
    cursor: pointer;
}

@media(hover:hover){
    .tab:hover{
        color: #231F20;
        border-bottom: 1px solid;
    }
}

.tab:active{
    color: #231F20;
    border-bottom: 1px solid;
}

.tab + .tab{
    margin-left: 32px;
}

.tab._active{
    font-weight: 600;
    font-size: 36px;
    line-height: 35px;
    color: #231F20;
    border-bottom: none;
}

.tab_content{
    display: none;
}

.tab_content._active{
    display: block;
}

.schedule_page .schedule_row{
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.schedule_page .schedule_time{
    width: 140px;
}

.schedule_page .schedule_line{
    width: 24px;
}

.schedule_page .schedule_txt{
    width: calc(100% - 187px);
    color: #231F20;
    font-size: 20px;
    line-height: 22px;
}

.schedule_head{
    margin-left: 187px;
    border-top: 1px solid #E5E6E9;
    padding-top: 32px;
    padding-bottom: 34px;
}

.schedule_head__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 23px;
    letter-spacing: -0.02em;
    color: #231F20;
}

.schedule_head__descr {
    font-size: 24px;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: #231F20;
    margin-top: 5px;
}

.schedule_speaker__list {
    flex-grow: 1;
    width: 100%;
    margin-left: 187px;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.schedule_speaker {
    flex-grow: 1;
    width: 42%;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    margin-top: 16px;
    margin-right: 32px;
}

.schedule_speaker__avatar {
    width: 71px;
    height: 71px;
    margin-right: 25px;
    flex-shrink: 0;
}

.schedule_speaker__info {
    padding-top: 18px;
}

.schedule_speaker__name {
    font-weight: 700;
    font-size: 18px;
    line-height: 17px;
    letter-spacing: -0.02em;
    color: #231F20;
    margin-bottom: 2px;
}

.schedule_speaker__position {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.02em;
    color: #646770;
}

.schedule_page .schedule_break{
    color: #646770;
}

.vernissage_element{
    padding-left: 160px;
}

.vernissage_row{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #E5E6E9;
}

.vernissage_row:first-child{
    padding-top: 0;
}

.vernissage_element__head {
    margin-left: -160px;
    align-items: stretch;
}

.vernissage_element__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: -0.02em;
    color: #231F20;
}

.vernissage_element__room {
    font-size: 24px;
    line-height: 26px;
    letter-spacing: -0.02em;
    color: #231F20;
    margin-left: 32px;
    border-left: 1px solid #231F20;
}

.vernissage_element__where{
    padding-right: 53px;
    flex-shrink: 0;
    padding-left: 80px;
    min-width: 253px;
}

.vernissage_element__who {
    line-height: 26px;
    letter-spacing: -0.02em;
    margin-left: auto;
}

.vernissage_element__about {
    font-weight: 700;
    font-size: 20px;
    line-height: 19px;
    letter-spacing: -0.02em;
    color: #231F20;
}

.vernissage_element__products_list {
    line-height: 22px;
    letter-spacing: -0.02em;
    color: #231F20;
    list-style: none;
}

.vernissage_element__products_list li{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    list-style: none;
    padding-left: 0;
}

.vernissage_element__products_list li::before{
    content: attr(data-count);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #F7F7F7;
    border-radius: 32px;
    position: static;
    margin-right: 16px;
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: #000000;
}

.slide_up{
    width: 72px;
    height: 72px;
    background: #FFDD00 url('../images/arrow_up.svg') no-repeat center center;
    opacity: 0;
    visibility: hidden;
    transition: background-color 0.3s, opacity 0.3s;
    border-radius: 100px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 99;
    cursor: pointer;
}

.slide_up._show{
    opacity: 1;
    visibility: visible;
}

@media(hover:hover){
    .slide_up:hover{
        background-color: #f1bc00;
    }
}

.slide_up:active{
    background-color: #f1bc00;
}


@media(max-width:1760px) {
    .speakers{
        width: 100%;
        background: none;
        margin-left: 0;
        padding: 0;
    }

    .speakers_section{
        background: #F7F7F7;
        border-radius: 50px;
        padding: 72px 30px 95px;
        width: 100%;
    }

    .speakers::after{
        left: -219px;
    }
}

@media(max-width:1680px) {
    .about_img {
        width: 560px;
    }

    .schedule_section .container:after{
        display: none;
    }
}

@media(max-width:1440px) {
    .promo_section:before {
        left: -220px;
    }

    .promo_section:after{
        width: 800px;
    }

    .header_main__btns{
        margin-right: 0;
    }

    .about_img {
        width: 310px;
    }

    .about_info{
        padding-left: 120px;
    }

    .terms_section__content_wrap:after {
        left: auto;
    }
}

@media(max-width:1280px) {
    .schedule_section .container{
        width: 100%;
        max-width: none;
        padding: 0;
    }

    .schedule_content {
        margin-left: auto;
        margin-right: auto;
        width: 90%;
    }

    .schedule_row {
        flex-wrap: wrap;
    }

    .shedule_vernissage {
        width: calc(100% - 374px);
        border-left: none;
        border-top: 1px solid #646770;
        margin-left: 374px;
        margin-top: 24px;
        padding-top: 24px;
        padding-left: 0;
    }

    .schedule_txt {
        max-width: calc(100% - 376px);
    }

    .terms_section__content,
    .registration_section__content{
        width: 90%;
    }

    .terms_section:before{
        display: none;
    }

    .schedule_page .schedule_txt{
        width: calc(100% - 187px);
    }

    .schedule_page .schedule_txt br{
        display: none;
    }
}

@media(max-width:1024px) {
    .promo_section:before{
        display: none;
    }

    .promo_section:after {
        width: 500px;
    }

    .header_main__row {
        flex-wrap: wrap;
    }

    .logo1C_SZ{
        padding-top: 0;
        display: flex;
        align-items: center;
    }

    .menu{
        width: 100%;
        margin-left: 0;
        order: 2;
    }

    .menu_list {
        justify-content: center;
    }

    .header_main__btns{
        margin-left: auto;
        border: none;
        position: static;
    }

    .header_main._sticky .header_main__btns.btn_wrap{
        margin-left: auto;
    }

    .about_txt{
        max-width: none;
    }

    .about_img{
        width: 100%;
        position: static;
        display: flex;
        justify-content: center;
    }

    .about_info{
        padding-left: 0;
    }
    
    .about_info:before {
        width: 217px;
        height: 290px;
        background: url("../images/about_bg_sm.png") no-repeat;
        left: auto;
        right: -15px;
        top: auto;
        bottom: 0;
    }

    .about_info__number {
        font-size: 160px;
    }

    .invitation_row::before{
        left: -70px;
    }

    .invitation_row{
        margin-left: 0;
        justify-content: center;
    }

    .schedule_section{
        margin-bottom: 160px;
    }

    .schedule_line {
        width: auto;
        margin-right: 0;
    }

    .schedule_line:after{
        display: none;
    }

    .schedule_line__img {
        justify-content: flex-start;
    }

    .schedule_txt {
        max-width: calc(100% - 164px);
    }

    .schedule_txt + .schedule_txt{
        padding-left: 164px;
        margin-top: 24px;
        max-width: none;
    }

    .shedule_vernissage{
        width: calc(100% - 164px);
        margin-left: 164px;
    }

    .speakers_section{
        padding-left: 0;
        padding-right: 0;
    }

    .speakers_row {
        margin-left: 0;
    }

    .partners_section::before{
        width: 292px;
    }

    .partners_row{
        margin-left: 0;
    }

    .registration_row {
        flex-direction: column;
    }

    .registration_col {
        max-width: none;
    }

    .registration_col br {
        display: none;
    }

    .registration_btns {
        max-width: 360px;
    }

    .registration_or {
        width: 100%;
        height: 100px;
        justify-content: flex-start;
        padding-top: 0;
        padding-left: 17px;
    }

    .registration_or:before {
        bottom: 0;
    }

    .registration_or p {
        position: relative;
        top: 15px;
    }

    .contacts{
        margin-left: 0;
    }

    .contacts_section::before{
        left: -525px;
    }

    .schedule_page .schedule_content{
        padding-left: 48px;
        padding-right: 48px;
    }

    .schedule_head{
        margin-left: 0;
    }

    .schedule_speaker__list{
        margin-left: 164px;
    }
}

@media(max-width:992px) {
    .invitation_col{
        width: 50% !important;
        padding: 25px 25px 0 !important;
    }
}

@media(max-width:768px) {
    .mg_d_none{
        display: none !important;
    }

    h1 {
        font-size: 56px;
    }

    .promo_section:after {
        background: url('../images/promo_bg_small.png') no-repeat;
        width: 202px;
        height: 652px;
        top: 140px;
    }
    
    .about_info:before {
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .about_info__item:nth-child(1){
        width: 100%;
        margin-left: 0;
    }

    .about_info__item:nth-child(2){
        width: 100%;
        margin-left: 0;
    }

    .schedule_content {
        padding: 40px 48px;
    }

    .speakers_row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .speakers_row .swiper-wrapper {
        flex-wrap: nowrap;
    }

    .speakers_col{
        width: auto;
        padding-left: 15px;
        padding-right: 0;
    }

    .swiper-pagination {
        display: flex;
        justify-content: center;
        position: static;
        margin-top: 24px;
    }

    .swiper-pagination-bullet {
        width: 22px;
        height: 22px;
        border-radius: 22px;
        background: #E5E6E9;
        margin: 0 4px;
        opacity: 1;
    }

    .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #ffffff;
        position: relative;
    }

    .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        background: #fd0;
        border-radius: 10px;
        position: absolute;
        margin: auto;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

    .speakers::after {
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .partners_section::before {
        top: 0;
        right: 0;
        background-size: cover;
        height: 264px;
        width: 225px;
    }

    .partners_section .container {
        z-index: 2;
    }

    .partners_section > .container::after{
        background: url('../images/partners_bg_sm.png') no-repeat;
        left: 0;
    }

    .partners_row{
        overflow: hidden;
        margin-left: -15px;
        margin-right: -15px;
    }

    .partners_row .swiper-wrapper {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .partners_col {
        width: auto;
        padding-left: 15px;
        padding-right: 0;
    }

    .terms_img{
        margin-right: 0;
    }

    .contacts_section .container::before{
        display: none;
    }

    .contacts_section::after {
        transform: scaleX(-1);
        left: auto;
        top: 0;
    }

    .contacts_row__techsupp{
        max-width: none;
    }

    .link_back__txt{
        display: none;
    }

    .link_save__txt{
        display: none;
    }

    .vernissage_element {
        padding-left: 0;
    }

    .vernissage_element__head {
        margin-left: 0;
    }

    .vernissage_row {
        flex-direction: column;
    }

    .schedule_page .vernissage_row .schedule_time{
        width: 100%;
        margin-right: 0;
        margin-bottom: 16px;
    }

    .vernissage_row .schedule_time br{
        display: none;
    }

    .vernissage_element__title{
        margin-bottom: 16px;
    }

    .vernissage_element__where{
        padding: 0;
        border: none;
        margin: 0;
    }

    .vernissage_element__who {
        padding-left: 48px;
        margin-top: 16px;
    }
}

@media(max-width:576px) {
    .sm_d_inline{
        display: inline;
    }

    h1 {
        font-size: 34px;
        line-height: 33px;
        margin-bottom: 16px;
    }

    h2{
        font-size: 32px;
        line-height: 31px;
    }

    h3{
        font-size: 32px;
        line-height: 31px;
        margin-bottom: 31px;
    }
    
    .container{
        padding-left: 20px;
        padding-right: 20px;
    }

    .header_main {
        padding: 14px 0;
    }

    .header_main__row .logo1C {
        width: 78px;
        margin-left: -8px;
        margin-right: 7px;
    }

    .logo1C_SZ {
        width: 79px;
        height: auto;
        padding-left: 16px;
    }

    .btn {
        padding-left: 26px;
        padding-right: 26px;
    }

    .header_main__btns .btn{
        font-size: 16px;
    }

    .btn_md {
        height: 48px;
    }

    .menu {
        margin-top: 10px;
    }

    .menu_list__link {
        font-size: 15px;
        line-height: 14px;
        font-weight: 600;
    }    

    .menu_list__link_about{
        width: 113px;
    }

    .menu_list__link_schedule{
        width: 86px;
    }

    .menu_list__link_speakers{
        width: 66px;
    }

    .menu_list__link_contacts{
        width: 70px;
    }

    .header_main._sticky{
        padding: 14px 0 20px;
        border-bottom-left-radius: 24px;
        border-bottom-right-radius: 24px;
        box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.08);
    }

    .header_main._sticky .logo1C {
        width: 78px;
        height: auto;
        margin-left: -8px;
        margin-right: 7px;
    }

    .header_main._sticky .logo1C_SZ {
        width: 79px;
        height: auto;
        padding-left: 16px;
        margin-top: 0;
    }

    .header_main._sticky .header_main__btns .btn{
        height: 48px;
    }

    .header_main._sticky .menu{
        margin-top: 16px;
    }

    .footer_main{
        margin-top: 0;
        padding: 30px 0 35px;
    }

    .footer_main__row{
        flex-wrap: wrap;
        align-items: flex-end;
    }

    .footer_main__row .logo1C {
        width: 100%;
        margin-right: 0;
        margin-bottom: 26px;
    }

    .footer_main__row .logo1C img {
        width: 66px;
    }

    .footer_main__copy {
        font-size: 16px;
        line-height: 15px;
    }

    .promo_section {
        padding-top: 27px;
        margin-bottom: 63px;
    }

    .promo_txt {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 22px;
    }

    .promo_info {
        font-size: 20px;
        line-height: 19px;
        font-weight: 700;
        margin-bottom: 12px;
    }

    .promo_info__img_wrap {
        margin-right: 14px;
    }

    .promo_info__place_wrap {
        margin-top: -4px;
        padding-left: 43px;
    }

    .promo_info__place {
        font-size: 20px;
        line-height: 20px;
    }

    .promo_section__btns {
        margin-top: 30px;
    }

    .promo_section:after {
        top: 54px;
    }

    .about_section {
        margin-bottom: 40px;
    }

    .about_info:before {
        right: -20px;
    }

    .about_info__item {
        margin-top: 16px;
    }

    .about_info__number {
        font-size: 96px;
        line-height: 72px;
        letter-spacing: -7px;
    }

    .about_info__txt {
        left: 34px;
        bottom: 6px;
    }

    .about_info__item:nth-child(1) {
        order: 1;
    }

    .about_info__item:nth-child(2) {
        order: 2;
    }

    .about_info__item:nth-child(3) {
        order: 4;
    }

    .about_info__item:nth-child(4) {
        order: 3;
        width: 196px;
    }

    .about_txt {
        margin-top: 26px;
    }

    .about_content {
        height: 215px;
        overflow: hidden;
        position: relative;
    }

    .about_content::after{
        content: '';
        display: block;
        width: 100%;
        height: 77px;
        position: absolute;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
        left: 0;
        bottom: 0;
    }

    .about__show_more {
        display: block;
        text-align: center;
        margin-bottom: 40px;
        padding-right: 36px;
    }

    .show_more {
        font-weight: 600;
        font-size: 20px;
        line-height: 24px;
        text-align: center;
        letter-spacing: -0.02em;
        color: #231F20;
        border-bottom: 1px dashed;
        padding-top: 14px;
        position: relative;
    }

    .show_more:before,
    .show_more:after{
        content: "";
        display: block;
        background-color: #646770;
        bottom: 0;
        height: 2px;
        margin: auto;
        position: absolute;
        top: 18px;
        -webkit-transition: -webkit-transform .15s;
        transition: -webkit-transform .15s;
        -o-transition: -o-transform .15s;
        transition: transform .15s;
        transition: transform .15s,-webkit-transform .15s,-o-transform .15s;
        width: 10px;
    }

    .show_more:before {
        right: -31px;
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .show_more:after {
        right: -25px;
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .about_txt._show .about_content{
        height: auto;
        overflow: visible;
    }

    .about_txt._show .about_content::after{
        display: none;
    }

    .about_txt._show .show_more:before {
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .about_txt._show .show_more:after {
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .invitation_section {
        margin-bottom: 98px;
    }

    .invitation_row {
        flex-direction: column;
        margin: 0 -20px;
    }

    .invitation_row::before{
        width: 212px;
        height: 290px;
        background: url('../images/invation_bg_sm.png');
        left: auto;
        right: 0;
        margin: auto;
        top: 0;
        bottom: -13px;
    }

    .invitation_col{
        width: 100% !important;
        padding: 0 20px !important;
    }

    .invitation_col + .invitation_col {
        margin-top: 30px;
    }

    .invitation_title {
        font-size: 24px;
        line-height: 23px;
        margin-bottom: 17px;
        margin-top: 24px;
    }

    .invitation_dots {
        padding-top: 28px !important;
        padding-bottom: 28px !important;
    }

    .invitation_btns {
        padding: 0 20px;
        margin-top: 21px;
    }

    .schedule_section {
        padding-top: 45px;
        margin-bottom: 64px;
    }

    .schedule_section:before{
        width: 100%;
        border-radius: 24px;
        top: 122px;
        height: calc(100% - 248px);
    }

    .schedule_content__wrap::before{
        border-radius: 24px;
    }

    .schedule_content{
        padding: 25px 24px 85px;
    }

    .schedule_time {
        width: 72px;
        font-size: 20px;
        line-height: 19px;
    }

    .schedule_txt {
        max-width: calc(100% - 72px);
        font-size: 16px;
        line-height: 18px;
    }

    .schedule_txt + .schedule_txt{
        padding-left: 72px;
        margin-top: 16px;
    }

    .schedule_row{
        padding-bottom: 14px;
        margin-bottom: 18px;
        border-bottom: 1px solid #E5E6E9;
    }

    .schedule_row:last-child{
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }

    .schedule_title {
        font-size: 16px;
        line-height: 15px;
    }

    .schedule_line__img {
        justify-content: center;
        background: none;
    }

    .shedule_vernissage {
        width: calc(100% - 72px);
        margin-left: 72px;
        margin-top: 16px;
        padding-top: 16px;
    }

    .schedule_row__break .schedule_time {
        width: auto;
    }

    .schedule_btns .btn {
        font-size: 20px;
        line-height: 19px;
        padding-top: 16px;
        padding-bottom: 16px;
        height: auto;
    }
    
    .schedule_note {
        margin-top: 32px;
        font-size: 16px;
        line-height: 18px;
    }

    .schedule_content__wrap::after {
        left: auto;
        right: 0;
        bottom: 0;
        width: 107px;
        height: 81px;
        background-size: cover;
    }

    .schedule_page .schedule_content__wrap::after{
        display: none;
    }

    .schedule_links {
        margin-bottom: 26px;
        margin-top: -5px;
    }

    .schedule_links .btn {
        font-size: 15px;
        line-height: 14px;
        padding: 0 14px;
        margin-right: 14px;
        height: 36px;
    }

    .speakers_section {
        padding-bottom: 30px;
        margin-bottom: 64px;
        padding-top: 26px;
        border-radius: 24px;
    }

    .speakers_row {
        margin: -9px -20px 0;
    }

    .speakers_col {
        padding-left: 20px;
    }

    .speakers_name {
        font-size: 16px;
        line-height: 15px;
    }

    .partners_section{
        margin-bottom: 200px;
    }

    .partners_section::before {
        top: -154px;
        right: 0;
        background-size: cover;
        height: 420px;
        width: 144px;
    }

    .partners_section > .container::after{
        width: 272px;
        top: 145px;
    }

    .partners_row {
        margin: 0 -20px 0;
    }

    .partners_col {
        padding-left: 20px;
    }

    .partners_item{
        width: 196px;
        height: 196px;
    }

    .terms_section {
        margin-bottom: 75px;
    }

    .terms_section__content{
        margin-bottom: 24px;
    }

    .terms_section__content_wrap::before{
        border-radius: 24px;
    }

    .terms_section__content{
        padding: 24px 6px 36px;
    }

    .terms_heading {
        font-weight: 600;
        font-size: 32px;
        line-height: 31px;
    }

    .terms_heading::after{
        display: none;
    }

    .terms_item {
        flex-direction: column;
        margin-top: 21px;
    }

    .terms_item:first-child {
        margin-top: 32px;
    }

    .terms_img {
        width: auto;
        margin-bottom: 17px;
    }

    .terms_info {
        padding-top: 0;
    }

    .terms_title {
        font-size: 20px;
        line-height: 19px;
        padding-right: 0;
        margin-bottom: 8px;
    }

    .terms_txt {
        font-size: 16px;
        line-height: 18px;
    }

    .terms_txt li {
        font-size: 16px;
        line-height: 15px;
        padding-left: 26px;
    }

    .terms_txt li:before {
        width: 5px;
        height: 5px;
        left: 11px;
        top: 4px;
    }

    .terms_item__delimiter {
        padding-top: 30px;
    }

    .terms_txt li {
        font-size: 16px;
        line-height: 15px;
    }

    .registration_section__content{
        padding: 23px 6px 48px;
    }

    .registration_col p {
        font-size: 20px;
        margin-bottom: 14px;
    }

    .registration_or {
        height: 56px;
        justify-content: center;
    }

    .registration_or p {
        padding-left: 0;
    }

    .registration_or p:before {
        transform: rotate(135deg);
        width: 42px;
        left: -30px;
    }

    .contacts_section::after {
        width: 280px;
        height: 280px;
        background-size: contain;
        top: 128px;
    }

    .contacts_section::before {
        left: 0;
        width: 340px;
        height: 520px;
        right: auto;
        top: 458px;
        background-size: cover;
    }

    .contacts {
        margin-top: -15px;
    }

    .contacts_info {
        margin-bottom: 26px;
    }

    .contacts_row {
        flex-direction: column;
    }

    .contacts_col {
        width: 100% !important;
    }

    .contacts_row__techsupp {
        margin-top: -3px;
        margin-bottom: 5px;
    }

    .contacts_info__phone {
        margin-top: 13px;
    }

    .contacts_col__icon{
        margin-top: 19px;
    }

    .contacts__icon_metro {
        top: 6px;
        right: 6px;
        margin-right: 4px;
    }

    .contacts__icon_metro__wrap{
        display: flex;
        align-items: flex-end;
        line-height: 18px;
        text-indent: -5px;
    }

    .contacts_map {
        margin-top: 0;
        width: calc(100% + 40px);
        height: 360px;
        margin-left: -20px;
    }

    .contacts_map iframe{
        height: 360px !important;
    }

    .header_main__inner .logo1C {
        height: auto;
    }

    .header_main__inner .logo1C_SZ {
        padding-left: 17px;
        margin-top: 0;
    }

    .header_main__inner .header_main__btns{
        margin-right: 0;
    }

    .header_main__inner .header_main__btns .btn{
        box-shadow: none;
        width: 136px;
        height: 48px;
    }

    .schedule_page .schedule_content__wrap{
        margin: 0;        
    }

    .schedule_page .schedule_content__wrap::before{
        display: none;
    }

    .schedule_page .schedule_content {
        padding: 0;
        width: 100%;
        margin: 0;
        background: none;
        box-shadow: none;
    }

    .schedule_page .schedule_content > .container{
        padding-left: 20px;
        padding-right: 20px;
    }

    .btn_save + .btn_save {
        margin-left: 16px;
    }

    .link_save__icon{
        margin-left: 0;
    }

    .tab {
        max-width: 169px;
        font-size: 30px !important;
        line-height: 29px !important;
    }

    .schedule_page .schedule_row {
        margin-bottom: 18px;
    }

    .schedule_head {
        border-top: none;
        padding-top: 0;
        padding-bottom: 24px;
    }

    .schedule_page .schedule_time{
        width: 72px;
    }

    .schedule_page .schedule_row__break{
        align-items: center;
    }

    .schedule_page .schedule_row__break .schedule_time{
        width: auto;
        margin-right: 34px;
    }

    .schedule_page .schedule_row__break .schedule_time br{
        display: none;
    }

    .schedule_page .schedule_break{
        margin-bottom: 0;
    }

    .schedule_page .schedule_line{
        display: none;
    }

    .schedule_speaker__list {
        margin-left: 72px;
    }

    .schedule_speaker{
        width: 100%;
    }

    .schedule_speaker__info {
        padding-top: 0;
    }

    .schedule_row__last{
        border-bottom: none;
    }

    .schedule_page .schedule_btns {
        margin-top: 28px;
    }

    .vernissage_row{
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .slide_up{
        right: 10px;
        bottom: 10px;
    }
}