@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700&display=swap&subset=cyrillic');

html {
    margin: 0;
    overflow-x: hidden;
}

body {
    background-color: #3DA863;
    /*background-image: url(https://filearchive.cnews.ru/img/cnews/2020/03/31/bgwire.png), url(https://filearchive.cnews.ru/img/cnews/2020/03/24/bg1920.jpg);*/
    /*background-image: url(https://filearchive.cnews.ru/img/files/2022/07/27/main-top-bg-full.jpg), linear-gradient(180deg, #000E01 20%, #0A4F29 31.77%, #3DA863 100%);*/
    /*background-image: url(https://filearchive.cnews.ru/img/files/2022/07/27/main-top-bg-full.jpg), linear-gradient(180deg, #000E01 41%, #0A4F29 83.77%, #3DA863 100%);*/
    background-image: url(https://filearchive.cnews.ru/img/files/2022/07/27/main-top-bg-full.jpg), linear-gradient(180deg, #000E01 60%, #0A4F29 83.77%, #3DA863 100%);
    font-family: 'Montserrat', sans-serif;
    /*background-size: contain;*/
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 0;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
@media (min-width: 1500px) {
    body {
        background-image: url(https://filearchive.cnews.ru/img/files/2022/07/27/main-top-bg-full.jpg), linear-gradient(180deg, #000E01 60%, #0A4F29 91.77%, #3DA863 100%);
    }
}
body.page-main {
    background-image: url(https://filearchive.cnews.ru/img/files/2022/07/27/main-top-bg-full.jpg), linear-gradient(180deg, #000E01 10%, #0A4F29 40%, #3DA863 100%);
}

.mob_nav_opened {
    overflow: hidden;
}

.burger_btn {
    position: absolute;
    top: 60px;
    right: 0;
    height: 40px;
    width: 40px;
    padding: 20px;
    margin-right: -40px;
    transition: 0.2s;
    cursor: pointer;
    display: none;
    transform: translate(-50%, -50%);
    user-select: none;
}

.burger_btn i {
    position: absolute;
    display: block;
    width: 50%;
    height: 2px;
    border-radius: 5px;
    background: white;
    transition: 0.2s;
}

.burger_btn i:nth-child(1) {
    top: 35%;
}

.burger_btn i:nth-child(2) {
    top: 50%;
}

.burger_btn i:nth-child(3) {
    top: 65%;
}

.mob_nav_opened .burger_btn {
    transform: translate(-50%, -50%) rotate(90deg);
}

.mob_nav_opened .burger_btn i {
    top: 50%;
    transform: rotate(45deg);
}

.mob_nav_opened .burger_btn i:nth-child(2) {
    transform: rotate(135deg);
}

/*
.mob_nav_opened .burger_btn i {
    background-color: #333;
}
*/

.navbar {
    position: absolute;
    width: 100%;
    z-index: 1;
}

.nav-fixed {
    position: fixed;
    background: #000E01;
    z-index: 10;
    padding-bottom: 10px;
}

.nav-fixed .menu_nav {
    margin: 15px 0 20px;
    vertical-align: top;
    margin-top: 0;
}

.nav-fixed .logo {
    /*margin: 15px 0 0;*/
    margin: 0;
}
.nav-fixed .logo svg {
    width: 30px;
}

.logo {
    margin: 92px 0 0;
    display: inline-block;
    vertical-align: middle;
}

.menu_nav {
    display: inline-block;
    margin: 0;
    padding-right: 30px;
    padding-left: 50px;
    vertical-align: bottom;
}

.mn_link {
    display: inline-block;
    margin-left: 21px;
    margin-top: 15px;
    font-size: 15px;
}

.mn_link:first-child {
    margin-left: 0;
}

.mn_link a {
    color: white;
    text-decoration: none;
    font-weight: 700;
}

.mn_link a:hover {
    color: #eee;
}

.reg-top-btn {
    background: #fff;
    color: #000;
    border-radius: 14px;
    width: 200px;
    height: 42px;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-weight: 700;
    display: none;
}
.reg-top-btn:hover {
    background: #006054;
}
.nav-fixed .reg-top-btn {
    display: flex;
    margin: 0px auto 10px;
    margin-top: -21px;
}

.nav-fixed .burger_btn {
    top: 40px;
    padding: 15px 20px;
}

img {
    max-width: 100%;
}

h1 {
    color: white;
    font-size: 61px;
    margin-top: 0;
}
.home-top-sect h1 {
    margin-top: 180px;
    margin-bottom: 32px;
    line-height: 1.3em;
}
.home-top-sect h1 span {
    font-size: 42px;
    margin-bottom: 10px;
}
h1 mark {
    background: #FFF46D;
    color: #1C4A4A;
    padding: 0 12px;
    border-radius: 10px;
    margin-right: 6px;
}

h1 span {
    font-weight: 300;
    display: block;
}

h2 {
    font-size: 36px;
    color: white;
    margin: 0 0 10px;
}

h3 {
    color: #fff;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 25px;
}

h4 {
    font-size: 18px;
    color: white;
}

a {
    color: #FFF46D;
    text-decoration: none;
    transition: .3s;
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: rgba(255, 255, 255, 0.8);
}

section {
    padding: 30px 0;
}

.container, .sponsor_page {
    max-width: 1040px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}

.container--big {
    max-width: 1600px;
    padding: 0 20px;
}

.scheme-container {
    background: rgba(0, 0, 0, 0.53);
    padding-top: 60px;
}
.container .inner {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8);
}

.numbers-block {
    display: flex;
    justify-content: center;
    margin: 120px 0 60px;
}

.number-top {
    font-size: 56px;
    font-weight: 700;
    margin: 0;
    color: white;
}

.number-item {
    padding: 0px 40px;
}
.btn-container {
    display: flex;
}
.btn-container .btn {
    font-size: 18px;
}
h1 + .btn-container {
    margin-top: 40px;
}
.btn {
    background: #fff;
    color: #000;
    border-radius: 14px;
    width: 300px;
    height: 60px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-weight: 700;
}

.btn:hover {
    background: #006054;
}

.btn-container .btn+.btn {
    background: #00FFDF;
    margin-left: 28px;
}

.btn+.btn:hover {
    background: #006054;
}

.top-date {
    display: flex;
    align-items: center;
    font-weight: 500;
    color: #00FFDF;
    font-size: 24px;
    margin-bottom: 25px;
}
.general-partner-logo {

}
.general-partner-logo-img-block {
    margin-bottom: 28px;
    width: 300px;
    border-radius: 14px;
    background: #fff;
    text-align: center;

}
.general-partner-logo-img {

}
.top-date .forum-date {
    margin-left: 13px;
}

/*.top-date span {*/
/*    color: #FFF46D;*/
/*    text-transform: uppercase;*/
/*}*/

.home-top-sect {
    /*background-image: url(https://filearchive.cnews.ru/img/cnews/2020/03/25/introbg.png);*/
    /*background-size: cover;*/
    /*background-position: bottom;*/
    padding: 60px 0 20px;
    /* min-height: 110vh; */
    user-select: none;
}

.home-top-sect .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.home-top-sect .top-col:first-of-type {
    flex-basis: 90%;
}

.balls-h {
    margin-top: 40px;
}
/*paroller elements*/
.paroller-element {
    position: absolute;
    align-self: baseline;
    transition: .2s;
    z-index: 0;
    pointer-events: none;
}
.p-e-1 {
    bottom: 169px;
    right: 278px;
}
.p-e-2 {
    bottom: 123px;
    right: 154px;
}
.p-e-3 {
    bottom: 108px;
    right: 33px;
}
.p-e-4 {
    bottom: 92px;
    right: -174px;
}
.p-e-5 {
    top: 80px;
    right: -190px;
}
.p-e-6 {
    top: 170px;
    right: -148px;
}
.p-e-7 {
    top: 275px;
    right: -104px;
}
.about-sect {
    padding: 0;
}

.about-sect .container {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.about-sect .container:before,
.scheme-container .container:before,
.participants-sect .container:before,
.reg-form-sect .container:before,
.mediatabs-sect .tab-container .container:before,
.orgcom-sect .container:before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 418px;
    height: 574px;
    display: block;
    background: url("https://filearchive.cnews.ru/img/events/2022/08/31/pattern-pira.png") no-repeat;
    /*left: -106px;*/
    /*top: 100px;*/
    left: -335px;
    top: 30px;
}
.about-sect .container:before {
    width: 389px;
    height: 530px;
    background: url("https://filearchive.cnews.ru/img/files/2022/07/27/pattern-about.svg") no-repeat;
    bottom: 0;
    top: unset;
}

.top-years {
    width: 126px;
    border: 1px solid #00FFDF;
    border-radius: 24px;
    margin: 0 29px;
    list-style: none;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-around;
    padding: 16px 0;
}

.top-years li {
    text-align: center;
    margin: 7px 0;
    position: relative;
}
.top-years li:before {
    content: '';
    position: absolute;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    background: radial-gradient(58.54% 58.54% at 30.49% 29.27%, #00FFDF 0%, #006054 100%);
    left: -21px;
    top: -9px;
    display: none;

}
.top-years li:hover:before {
    display: block;
}
.top-years a {
    font-weight: 400;
    color: #00FFDF;
    font-size: 1.2rem;
    text-decoration: none;
    z-index: 0;
    position: relative;
    /*text-shadow: 0 0 10px rgba(0,0,0,.25);*/
}

.top-years a:hover {
    color: #eee;
}

.dots-decor {
    margin: 12px 0 10px;
}

.about-block {
    width: calc(100% - 204px);
}
.about-block h3 {
    margin-top: 15px;
}
.about-block h2 {
    color: #fff;
}
.about-block p:last-of-type {
    margin-bottom: 0;
}
.about-video {
    margin: 50px 0 0;
    position: relative;
}

.about-macbook {
    max-width: 100%;
    margin-left: 24px;
}

.about-video-iframe {
    /*top: 30px;
    left: 72px;
    max-width: 408px;*/
    position: absolute;
    top: -24px;
    left: 0;
    /*max-width: 822px;*/
    max-width: 100%;
    border-radius: 29px;
    background: #000;
}

.awards-sect {
    position: relative;
    margin-top: 60px;
}
.awards-sect .container {
    display: flex;
    position: relative;
    z-index: 1;
}
.awards-sect-photo {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.awards-btn-container {
    margin-top: 42px;
}
.awards-btn-container .btn + .btn {
    margin-top: 18px;
}
.awards-sect .btn {
    border: 1px solid #FFFFFF;
    border-radius: 14px;
    width: 290px;
    height: 52px;
    background: transparent;
    color: #fff;
}

.awards-sect .btn:hover {
    background: #006054;
}

.awards-col {
    flex-basis: 50%;
}
.awards-pattern {
    position: absolute;
    left: 30%;
    z-index: -1;
}
.awards-col h3 {
    color: #00FFDF;
    font-size: 25px;
    font-weight: 400;
}
h2 {
    color: #00FFDF;
    font-size: 36px;
    font-weight: 700;
}
.awards-col .btn-container {
    margin-top: 40px;
}

.award-img {
    margin-left: 25px;
}
.awards-balls-horizontal {
    position: absolute;
}
.awards-balls-horizontal-1 {
    bottom: 50px;
    left: 400px;
}
.awards-balls-horizontal-2 {
    top: 155px;
    left: 740px;
}
.program-sect {
    position: relative;
}
.program-sect .container {
    position: relative;
}
.p-e-7_1 {
    position: absolute;
    /*top: -167px;*/
    top: 194px;
    left: -230px;
}
.p-e-5_1 {
    position: absolute;
    /*top: -80px;*/
    top: 166px;
    left: -245px;
}
.p-e-7_2 {
    position: absolute;
    /*top: 34px;*/
    top: 162px;
    left: -210px;
}

.reg-form-sect .p-e-7_1 {
    top: 317px;
}
.reg-form-sect .p-e-5_1 {
    top: 365px;
}
.reg-form-sect .p-e-7_2 {
    top: 460px;
}
.participants-sect .p-e-7_1 {
    top: 780px;
}
.participants-sect .p-e-5_1 {
    top: 830px;
}
.participants-sect .p-e-7_2 {
    top: 950px;
}





.scheme-container .container:after,
.participants-sect .container:after,
.reg-form-sect .container:after,
.mediatabs-sect .tab-container .container:after,
.orgcom-sect .container:after {
    content: '';
    position: absolute;
    width: 1350px;
    height: 1831px;
    background: url("https://filearchive.cnews.ru/img/files/2022/07/28/programm-pattern.png") no-repeat;
    left: -430px;
    top: 595px;
    z-index: -1;
}
.program-sect .container:before {
    content: '';
    position: absolute;
    width: 1350px;
    height: 1831px;
    background: url("https://filearchive.cnews.ru/img/files/2022/07/28/programm-pattern.png") no-repeat;
    left: -430px;
    top: -225px;
    z-index: -1;
}
.program-sections {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: calc(100% - 127px);
    padding-left: 127px;
    margin-top: 75px;
}
.program-sections:before {
    content: '';
    width: 90px;
    height: 277px;
    background: url("https://static.cnews.ru/img/events/2023/06/09/2023.png") no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}

.program-list {
    /* display: inline-block; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}
.program-section-link {
    margin-bottom: 65px;
}
.program-section-link a {
    width: 270px;
    height: 93px;
    border: 1px solid #FFFFFF;
    border-radius: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    position: relative;
    text-align: center;
    padding: 0 20px;
    box-sizing: border-box;
}
.program-section-link a:hover {
    text-decoration: none;
    outline: 1px solid #fff;
}
.scheme-section-desc a {
    font-weight: 500;
    font-size: 18px;
    color: #FFF46D;
    text-decoration: none;
    display: inline-block;
    max-width: 350px;
    position: relative;
    padding-left: 40px;
    max-width: 300px;
}

/*.program-section-link {*/
/*    flex-basis: 33.3333%;*/
/*    max-width: 33.3333%;*/
/*}*/

.scheme-section-desc a {
    padding-left: 0;
}

.program-section-link span {
    cursor: default;
}

.scheme-section-desc a:hover {
    text-decoration: underline;
}

.program-section-link a:before {
    content: "1";
    background: rgba(255, 255, 255, 0.69);
    backdrop-filter: blur(4px);
    border-radius: 14px;
    width: 52px;
    height: 52px;
    color: #000;
    display: inline-block;
    text-align: center;
    line-height: 52px;
    font-weight: 700;
    font-size: 36px;
    vertical-align: middle;
    position: absolute;
    top: -25px;
    left: -23px;
    z-index: 1;
}

.program-section-link:nth-child(2) a:before {
    content: "2";
}

.program-section-link:nth-child(3) a:before {
    content: "3";
}

.program-section-link:nth-child(4) a:before {
    content: "4";
}

.program-section-link:nth-child(5) a:before {
    content: "5";
}

.program-section-link:nth-child(6) a:before {
    content: "6";
}

.program-section-link:nth-child(7) a:before {
    content: "7";
}

.program-section-link:nth-child(8) a:before {
    content: "8";
}

.program-section-link i {
    background: linear-gradient(220.86deg, #00FFDF 17.37%, #149C8B 97.18%);
    border-radius: 14px;
    width: 73px;
    height: 74px;
    position: absolute;
    top: -64px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.program-section-link:nth-child(1) i:after {
    content: '';
    width: 53px;
    height: 54px;
    background: url("https://filearchive.cnews.ru/img/files/2022/07/28/pr1.svg");
}
.program-section-link:nth-child(2) i:after {
    content: '';
    width: 52px;
    height: 47px;
    background: url("https://filearchive.cnews.ru/img/files/2022/07/28/pr2.svg");
}
.program-section-link:nth-child(3) i:after {
    content: '';
    width: 52px;
    height: 52px;
    background: url("https://filearchive.cnews.ru/img/files/2022/07/28/pr3.svg");
}
.program-section-link:nth-child(4) i:after {
    content: '';
    width: 52px;
    height: 46px;
    background: url("https://filearchive.cnews.ru/img/files/2022/07/28/pr4.svg");
}
.program-section-link:nth-child(5) i:after {
    content: '';
    width: 48px;
    height: 49px;
    background: url("https://filearchive.cnews.ru/img/files/2022/07/28/pr5.svg");
}
.program-section-link:nth-child(6) i:after {
    content: '';
    width: 48px;
    height: 47px;
    background: url("https://filearchive.cnews.ru/img/files/2022/07/28/pr6.svg");
}
.program-section-link:nth-child(7) i:after {
    content: '';
    width: 48px;
    height: 47px;
    background: url("https://filearchive.cnews.ru/img/files/2022/07/28/pr3.svg");
}
.wc-section-link span:before {
    content: "";
    background-color: #1C4A4A;
    background-image: url(https://filearchive.cnews.ru/img/cnews/2020/05/19/wc.svg);
    background-size: 16px;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
}

.coffee-section-link span:before {
    content: "";
    background-color: #1C4A4A;
    background-image: url(https://filearchive.cnews.ru/img/cnews/2020/05/19/coffee.svg);
    background-size: 16px;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
}

.program-scheme {
    position: relative;
}

.program-img-mob {
    display: none;
}

.stand-section-link {
    display: none;
}

.scheme-section-number {
    position: absolute;
    background-color: #FFF46D;
    border-radius: 50px;
    font-weight: 500;
    font-size: 12px;
    width: 25px;
    height: 25px;
    color: #1C4A4A;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    cursor: pointer;
    transition: .3s;
    text-decoration: none;
}

.ssn-safety {
    top: 230px;
    left: 152px;
}

.ssn-safety:hover,
.ssn-safety.section-link-hover {
    width: 70px;
    height: 130px;
    top: 174px;
    left: 128px;
    line-height: 130px;
    border-radius: 4px;
}

.ssn-gov {
    top: 188px;
    left: 219px;
}

.ssn-gov:hover,
.ssn-gov.section-link-hover {
    width: 35px;
    height: 50px;
    top: 174px;
    left: 214px;
    line-height: 50px;
    border-radius: 4px;
}

.ssn-banks {
    top: 244px;
    left: 219px;
}

.ssn-banks:hover,
.ssn-banks.section-link-hover {
    width: 34px;
    height: 52px;
    top: 229px;
    left: 214px;
    line-height: 52px;
    border-radius: 4px;
}

.ssn-cloud {
    top: 300px;
    left: 219px;
}

.ssn-cloud:hover, .ssn-cloud.section-link-hover {
    width: 34px;
    height: 52px;
    top: 286px;
    left: 214px;
    line-height: 52px;
    border-radius: 4px;
}

.ssn-bigdata {
    left: 347px;
    top: 154px;
}

.ssn-bigdata:hover, .ssn-bigdata.section-link-hover {
    width: 55px;
    height: 70px;
    top: 137px;
    left: 331px;
    line-height: 70px;
    border-radius: 4px;
}

.ssn-retail {
    top: 154px;
    left: 404px;
}

.ssn-retail:hover, .ssn-retail.section-link-hover {
    width: 49px;
    height: 70px;
    top: 137px;
    left: 392px;
    line-height: 70px;
    border-radius: 4px;
}

.ssn-section,
.ssn-room {
    display: inline-block;
}

.ssn-section {
    font-size: 18px;
    color: white;
    font-weight: 700;
}

.ssn-room {
    color: #00FFDF;
    font-weight: 500;
    font-size: 18px;
}

.ssn-stands-1 {
    width: 70px;
    left: 133px;
    top: 93px;
}

.ssn-stands-2 {
    left: 271px;
    width: 55px;
    top: 154px;
}

.ssn-stands a {
    text-decoration: none;
    color: #1c4a4a;
}

.ssn-stands-1:hover {
    width: 80px;
    height: 113px;
    top: 55px;
    left: 128px;
    line-height: 113px;
    border-radius: 4px;
}

.ssn-stands-2:hover {
    width: 52px;
    height: 75px;
    top: 132px;
    left: 272px;
    line-height: 69px;
    border-radius: 4px;
}

.scheme-section-desc {
    display: none;
    width: 400px;
    text-align: left;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    background: #288653;
    padding: 40px 30px 30px;
    cursor: default;
    border-radius: 20px;
    box-sizing: border-box;
    line-height: 0;
    z-index: 1;
}

.scheme-section-number:hover .scheme-section-desc {
    display: inline-block;
}

.section-link-hover .scheme-section-desc {
    display: inline-block;
    padding: 30px;
}

.scheme-section-name {
    display: flex;
    justify-content: space-between;
    line-height: 0;
    margin-bottom: 30px;
}

.scheme-section-desc .scheme-section-name {
    margin: 0;
    line-height: 24px;
}

.section-link-hover p,
.section-link-hover a {
    display: none;
}

.program-img {
    width: 800px;
    margin: -40px -40px 0 0;
}

.program-parts {
    display: flex;
    margin-top: -20px;
}

.program-item {
    padding-left: 50px;
    padding-right: 28px;
    flex-basis: 50%;
    box-sizing: border-box;
    position: relative;
}
.program-item:before {
    content: '1';
    position: absolute;
    top: -50px;
    left: 0;
    font-size: 210px;
    font-weight: 700;
    color: rgba(0, 255, 223, 0.17);
    z-index: -1;
}
.program-item:nth-child(2) {
    padding-right: 0;
}
.program-item:nth-child(2):before {
    content: '2';
}
.partners-sect {
    padding: 60px 0;
}

.partners-logos {
    margin: 30px 0 -35px;
    background: white;
    box-shadow: 0px 10px 30px rgba(0, 61, 31, 0.2);
    border-radius: 12px;
    padding: 58px 18px 8px;
    flex-wrap: wrap;
}

.partners-logos img {
    max-height: 125px;
    max-width: 140px;
    padding: 0 30px 40px;
}

.speakers-sect {
    position: relative;
    padding-top: 55px;
}
.speakers-sect .container {
    position: relative;
}
.p-e-7_3 {
    position: absolute;
    /*top: -230px;*/
    top: 280px;
    right: -203px;
}
.p-e-5_3 {
    position: absolute;
    /*top: 63px;*/
    top: 234px;
    right: -238px;
}
.p-e-7_4 {
    position: absolute;
    /*top: -12px;*/
    top: 323px;
    right: -223px;
}
.topics-sect + .speakers-sect .p-e-7_3 {
    top: 500px;
}
.topics-sect + .speakers-sect .p-e-7_4 {
    top: 215px;
}
.speakers-sect:before {
    content: '';
    position: absolute;
    width: 960px;
    height: 732px;
    background: url("https://filearchive.cnews.ru/img/files/2022/07/29/speakers-pattern.png") no-repeat;
    right: 0;
    top: -200px;
    z-index: -1;

}

.speakers-block {
    display: flex;
    flex-flow: row wrap;
    position: relative;
}

.speaker-block {
    flex-basis: 20%;
    margin: 25px 0 30px;
    box-sizing: border-box;
    /*padding-right: 20px;*/
    min-width: 208px;
}
.speaker-block .speaker-info {
    padding-right: 20px;
}
.speaker-photo-block {
    position: relative;

}
.speaker-photo-block:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: url("https://filearchive.cnews.ru/img/files/2022/07/29/speaker-photo-pattern.png") no-repeat;
    top: 10px;
    right: -10px;
    z-index: -1;
}
.speaker-photo {
    width: 175px;
    border-radius: 27px;
}

.speaker-name {
    color: white;
    font-weight: 700;
    font-size: 16px;
    margin-top: 30px;
}
.speaker-position b {
    display: block;
    font-weight: 400;
}

.speaker-presentation,
.section-speakers-sect .speaker-presentation a {
    color: #FFF46D;
    text-decoration: none;
}

.speaker-presentation:before {
    content: "";
    background: url(https://filearchive.cnews.ru/img/cnews/2020/04/02/filetext.svg);
    width: 25px;
    height: 25px;
    display: inline-block;
    background-size: contain;
    margin: 0px 7px 0 0;
    vertical-align: top;
}

.speaker-section {
    color: #FFF46D;
}

.gallery-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 10px 0 0;
}

.gallery-block::-webkit-scrollbar {
    height: 10px;
}

.gallery-block::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.gallery-block::-webkit-scrollbar-thumb {
    background: rgba(0, 255, 223, 0.8);
    border-radius: 10px;
}

.gallery-block .gallery-item {
    margin: 0 0 30px;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #00ffdf;
    transition: 0.3s ease;
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 17px;
    height: 17px;
}

.swiper-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
}

.swiper-btn-prev,
.swiper-btn-next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 4px solid #00ffdf;
    box-sizing: border-box;
    pointer-events: auto;
    cursor: pointer;
    transition: 0.3s ease;
}

.swiper-button-disabled {
    border-color: rgba(255, 255, 255, 0.5);
    cursor: default;
}

.swiper-btn-prev:not(.swiper-button-disabled):hover,
.swiper-btn-next:not(.swiper-button-disabled):hover {
    opacity: 0.8;
}

.swiper-btn-prev svg,
.swiper-btn-next svg {
    width: 70%;
    height: 70%;
    color: #00ffdf;
    transition: 0.3s ease;
}

.swiper-button-disabled svg {
    color: rgba(255, 255, 255, 0.5);
}

.gallery-block__nav {
    width: calc(100% + 160px);
    position: absolute;
    top: 50%;
    left: -80px;
    transform: translateY(-50%);
    z-index: 5;
}

@media (max-width: 1279px) {
    .gallery-block__nav {
        top: unset;
        bottom: -45px;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        justify-content: center;
        gap: 30px;
    }

    .gallery-block__pagination {
        display: none !important;
    }
}

.gallery-block__slider-wrapper {
    position: relative;
    margin-bottom: 80px;
}

.gallery-block__slider {
    padding-bottom: 50px;
}

.gallery-block__slider:not(.swiper-initialized) {
    opacity: 0;
    pointer-events: none;
}

.sponsors-sect {
    padding: 60px 0 30px;
    overflow: hidden;
}
.sponsors-sect .container {
    position: relative;
}
.page-main .sponsors-sect .container:after {
    position: absolute;
    content: '';
    z-index: -1;
    width: 528px;
    height: 720px;
    display: block;
    background: url(https://filearchive.cnews.ru/img/cnews/2022/08/08/bottom-pattern.svg) no-repeat;
    right: -311px;
    bottom: -100px;
}
.sponsors-block {
    margin: 30px 0;
    /*
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    */
    position: relative;
}

.sponsors-block .slick-prev,
.sponsors-block .slick-next {
    top: 0;
}

.sponsors-block .slick-prev:before,
.sponsors-block .slick-next:before {
    content: "";
    background-image: url(https://filearchive.cnews.ru/img/cnews/2020/05/07/arrowleft.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: inline-block;
    width: 15px;
    height: 15px;
}

.sponsors-block .slick-next:before {
    transform: rotate(180deg);
}

.sponsors-block .slick-prev,
.sponsors-block .slick-next {
    background: #288653;
    box-shadow: 0px 10px 20px rgba(0, 61, 31, 0.15);
    border-radius: 50px;
    width: 56px;
    height: 56px;
    top: -90px;
}

.sponsors-block .slick-prev {
    left: unset;
    right: 145px;
}

.sponsors-block .slick-next {
    right: 0;
}

.sponsors-block .slick-dots li {
    display: none;
}

.sponsors-block .slick-dots .slick-active {
    display: inline-block;
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
}

.sponsors-block .slick-dots {
    top: -100px;
    right: 87px;
    bottom: unset;
    width: unset;
}

.sponsors-block .slick-slide {
    outline: none;
}

.sponsors-block .slick-track {
    margin-left: unset;
}

.sponsor-desc {
    box-sizing: border-box;
}

.sponsor-item {
    background: white;
    box-shadow: 0px 10px 15px rgba(0, 61, 31, 0.2);
    border-radius: 12px;
    flex-basis: 31%;
    width: 324px;
    min-height: 255px;
    padding: 40px 40px 20px;
    box-sizing: border-box;
    margin: 0 auto 20px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

.sponsor-item img {
    align-self: center;
    margin: auto;
}

.sponsor-read-more {
    margin-top: 0;
}

.slick-current .sponsor-item {
    margin-left: 0;
}

.slick-current+.slick-slide+.slick-slide .sponsor-item {
    margin-right: 0;
}

.sponsor-item h4 {
    margin-top: 30px;
    color: #666;
}

.sponsor-read-more a {
    color: #288653;
    text-decoration: none;
}

.sponsor-read-more a:after,
.scheme-section-desc a:after {
    content: "";
    background-image: url(https://filearchive.cnews.ru/img/cnews/2020/03/24/caretrightyellow.svg);
    background-repeat: no-repeat;
    display: inline-block;
    width: 10px;
    height: 20px;
    vertical-align: middle;
    margin: 10px 0 5px 10px;
}

.sponsor-read-more a:after {
    background-image: url(https://filearchive.cnews.ru/img/cnews/2020/06/03/caretrightgreen.svg);
}

.sponsor-page-logo {
    float: right;
    background-color: white;
    margin: 0 0 15px 30px;
    border-radius: 12px;
    padding: 20px;
}

.sponsor-page-logo img {
    max-height: 100px;
}

.orgcom-inner {
    display: flex;
    justify-content: space-between;
}
.orgcom-inner + .balls-h {
    margin: 112px 0 125px;
}
.orgcom-inner div {
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 13px;
    width: calc((100% - 60px) / 3);
    color: #000;
    padding: 25px 25px 15px;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
}
.orgcom-inner p {
    color: #000;
    margin-top: 0;
}
.orgcom-inner p strong {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
}
.orgcom-inner p a {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-decoration: underline;
    color: #000;
}

footer {
    margin-top: auto;
    padding: 28px 0;
    background: #000;
    min-height: 330px;
    overflow: hidden;
}
footer .container:before {
    content: '';
    position: absolute;
    width: 832px;
    height: 371px;
    background: url(https://filearchive.cnews.ru/img/events/2022/08/23/blink1.png) no-repeat;
    left: -272px;
    bottom: -136px;
    z-index: -1;
}

footer .container:after {
    content: '';
    position: absolute;
    width: 650px;
    height: 512px;
    background: url(https://filearchive.cnews.ru/img/events/2022/08/23/blink2.png) no-repeat;
    right: -270px;
    bottom: -136px;
    z-index: 1;
}

footer .container {
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

footer p {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}
footer p.col-title {
    min-height: 65px;
}

footer a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
footer .main-phone-number a {
    font-size: 20px;
}
footer .main-phone-number a + p {
    font-size: 16px;
    font-weight: 400;
}
footer a:hover {
    color: #00FFDF;
}

footer .container,
.terms-conditions .container {
    display: flex;
}
footer .col-logo {
    width: 320px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    padding-top: 20px;
    position: relative;
}
footer .col-logo:after {
    content: '';
    display: block;
    position: absolute;
    width: 171px;
    height: 36px;
    background: url("https://filearchive.cnews.ru/img/files/2022/07/27/balls_horizontal.png") no-repeat;
    bottom: -73px;
}
.col-logo {
    /*flex-basis: 15%;*/
}

.col-links {
    /*flex-basis: 85%;*/
    width: calc(100% - 320px);
    display: flex;
    position: relative;
    z-index: 2;
}

.terms-conditions {
    padding: 30px 0;
    background: #297A4A;
}

.terms-conditions a {
    color: white;
    text-decoration: none;
}

.terms-conditions a:hover {
    color: #eee;
}

.tel-block p:first-child {
    margin-bottom: 0;
}

.tel-block p:last-child {
    margin-top: 7px;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 30px;
}

.footer-col {
    flex-basis: 48%;
    box-sizing: border-box;
    padding-right: 20px;
}

.footer-col:nth-child(2) {
    flex-basis: 32%;
}

.footer-col:nth-child(3) {
    flex-basis: 27%;
}

.top-sect {
    padding: 230px 0 30px;
    /*background: #359B5D;*/
}
.top-sect + div, .top-sect + section, .reg-form-sect {
    position: relative;
    overflow: hidden;
}
.top-sect + div .container,
.top-sect + section .container,
.reg-form-sect .container {
    position: relative;
}

.top-sect .container {
    position: relative;
}
.top-sect .p-e-1 {
    bottom: unset;
    top: 238px;
}
.top-sect .p-e-2 {
    bottom: unset;
    top: 260px;
}
.top-sect .p-e-3 {
    bottom: unset;
    top: 310px;
}
.top-sect .p-e-4 {
    bottom: unset;
    top: 316px;
}

.top-sect h1 {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    color: #00FFDF;

}

/*section.php*/
.section-sect {
    padding: 120px 0 60px;
}

.section-sect h1 {
    font-size: 44px;
    margin-top: 20px;
}

.section-speakers-sect {
    padding: 0;
}

.section-scheme {
    position: relative;
}

.section-scheme p {
    margin: 0;
}

.sect-col-flex {
    display: flex;
    justify-content: space-between;
}

.sect-col-flex .sect-col:first-of-type {
    flex-basis: 45%;
}

.sect-col {
    flex-basis: 50%;
}

.breadcrumbs {
    margin-bottom: 20px;
}

.breadcrumbs a {
    color: #fff;
    text-decoration: none;
}

.breadcrumbs a:after {
    content: "/";
    color: #fff;
    margin: 0 4px 0 7px;
}

.breadcrumbs a:last-of-type:after {
    display: none;
}

/*.topics-sect {*/
/*    padding: 90px 0;*/
/*}*/

.topics-list {
    column-count: 2;
    column-gap: 30px;
    padding: 0;
    list-style: none;
    margin-top: 40px;
}

.topics-list li {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: #FFFFFF;
    position: relative;
    padding-left: 70px;
    margin: 0 0 20px;
}

.topics-list li:before {
    content: "";
    background: url(https://filearchive.cnews.ru/img/cnews/2020/04/02/dotssmall.svg);
    width: 50px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 10px;
    background-size: contain;
    background-repeat: no-repeat;
}

/*partcipants*/
.participants-sect {
    padding: 0 0 90px;
}
.participants-sect .forum-table {
    width: calc(100% + 60px);
    margin-left: -30px;
}
.forum-table {
    /*box-shadow: 0px 10px 30px rgba(0, 61, 31, 0.2);*/
}
.participants-sect .forum-table td {
    width: 50%;
}
.forum-table th,
.forum-table td {
    color: white;
    padding: 15px 30px;

    font-size: 18px;
    vertical-align: top;
    transition: .3s;
}
.forum-table td {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;

    color: #00FFDF;
}

.forum-table tr:nth-child(even) {
    background: rgba(0, 0, 0, 0.45);
}
.forum-table tr:nth-child(odd) {
    background: rgba(10, 79, 41, 0.8);
}
.forum-table tr:nth-child(1) {
    background: transparent;
}

.forum-table tr:nth-child(1):hover td {
    background: transparent;
}

.thead td {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    padding: 5px 30px 25px;
    color: #fff;
}


.forum-table tr:hover td {
    background: #2f9058;
}

/*media*/

.media-sect {
  position: relative;
}
.media-sect .container {
    position: relative;
}
.media-sect h2 {
    margin-bottom: 30px;
}
.p-e-5_11 {
    position: absolute;
    /*top: -38px;*/
    top: 330px;
    left: -140px;
}
.p-e-ball {
    position: absolute;
    /*top: 454px;*/
    top: 1106px;
    left: -160px;
}
.p-e-footer {
    position: absolute;
    bottom: -200px;
    right: -200px;
    z-index: 2;
}
#mediatab-1 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.mediatab-content .gallery-item {
    width: calc(25% - 15px);
    padding-top: 16%;
    overflow: hidden;
    display: block;
    position: relative;
    border-radius: 14px;
    box-sizing: border-box;
}

.media-sect .gallery-block a {
    border-radius: 14px;
    height: 195px;
    overflow: hidden;
}
.gallery-item img {
    object-fit: cover;
    transition: 0.3s;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.gallery-all {
    position: relative;
    width: 292px;
    height: 52px;
    border: 1px solid #00FFDF;
    border-radius: 14px;
    margin-left: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery-all span {
    font-weight: 700;
    font-size: 13px;
    color: #00FFDF;
}
.gallery-all:hover {
    background: #006054;
}
.mediatab-nav {
    /*background: #359B5D;*/
}

.mediatabs-sect {
    padding: 0 0 60px;
}

.mediatabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.mediatab-content h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
}

.mediatab-link {
    /*width: 192px;*/
    width: 180px;
    flex-shrink: 0;
    background: none;
    display: inline-block;

    text-align: center;
    margin-right: 30px;
    cursor: pointer;
    margin-bottom: 30px;
}
.mediatab-link:last-child {
    margin-right: 0;
}

.mediatab-link a {
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    color: #00FFDF;
    padding: 14px 0 17px;
    width: 100%;
    display: block;
    border: 1px solid #00FFDF;
    border-radius: 14px;
}
.mediatab-link a:hover {
    color: #fff;
    border: 1px solid #fff;
}

.mediatabs li.current a {
    border: none;
    pointer-events: none;
    cursor: default;
}

.mediatab-content {
    display: none;
}

.mediatab-content.current {
    display: inherit;
}

.mediatab-content.current:after {
    content: "";
    display: table;
    clear: both;
}

.mediatab-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.media-item {
    position: relative;
    flex-basis: 48%;
    padding: 40px;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0px 10px 30px rgba(0, 61, 31, 0.2);
    margin-bottom: 40px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}


.media-item-content {
    position: relative;
    z-index: 1;
}

.presentation-bg,
.news-bg,
.video-bg {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    height: 100%;
    max-width: initial;
    min-width: 100%;
    transition: .3s;
}

.presentation-section {
    margin-top: 0;
    margin-bottom: 15px;
    color: #00FFDF;
}

.presentation-item {
    background: #288653;
}

.presentation-name,
.news-name {
    margin-bottom: 15px;
}

.presentation-speaker {
    display: flex;
    align-items: center;
}

.presentation-speaker + .presentation-speaker {
    margin-top: 7px;
}

.presentation-speaker p {
    font-size: 13px;
    margin: 0;
}

.presentation-speaker img {
    max-width: 50px;
    align-self: baseline;
    margin-right: 12px;
}

.presentation-name {
    margin-top: 0;
}

.news-item {
    transition: .3s;
}

.news-item:after {
    content: "";
    background-color: rgba(0,0,0,.5);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
}

.news-item a,
.presentation-item a,
.video-item>div {
    display: flex;
    text-decoration: none;
}

.media-item.video-item{
    padding: 20px 30px 20px;
    display: flex;
}
.media-item.video-item.yt-video-opened{
    padding: 0;
}
.media-item.video-item.yt-video-opened .yt-video{
    height: 280px;
}
.news-item a,
.video-item>div {
    min-height: 300px;
}
.video-item>div {
    min-height: 230px;
}
.video-play-btn {
    position: relative;
    margin: auto;
    flex-grow: 1;
    max-width: 70px;
}

.video-item>div {
    flex-direction: column;
}

.video-item .media-item-content {
    margin-top: auto;
}
.smi-item {
    position: relative;
    flex-basis: 48%;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 18px;
    margin-bottom: 40px;
    cursor: pointer;
    background: #288653;
    padding: 25px 25px 5px;
}
.smi-item .media-item-content {
    position: relative;
    z-index: 1;
}
.smi-item .cases-media-title {
    display: flex;
    flex-direction: column;
}
.smi-item .cases-media-img {
    height: 100px;
    flex-shrink: 0;
    margin-bottom: 10px;
}
.smi-item .cases-media-news-name {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8);
}
.smi-item .cases-media-news-name + time {
    color: #fff;
    margin-bottom: 8px;
}
.cases-media-news-source {
    color: #00FFDF;
}


.video-name {
    margin: 0;
}

.yt-video {
    display: none;
}

.yt-video-opened {
    padding: 0;
}

.yt-video-opened .yt-video {
    display: inline-block;
    height: 300px;
}

.yt-video-opened>div {
    display: none;
}

.news-item .media-item-content {
    margin-top: auto;
}

.news-item:hover,
.presentation-item:hover {
    background: #288653;
}

.news-item:hover .news-bg,
.presentation-item:hover .presentation-bg,
.presentation-item:hover .video-bg {
    opacity: 0;
}

.news-name {
    font-weight: 700;
    color: white;
}

.news-link {
    margin-bottom: 0;
}

.news-link a {
    color: #FFF46D;
    text-decoration: none;
}

.media-item-content .speaker-presentation {
    margin-bottom: 0;
}

.tab-container {
    padding-top: 60px;
}

.reg-top-sect {
    text-align: center;
}

.reg-top-sect h1 {
    font-size: 44px;
    margin: 80px 0 60px;
}

.reg-form-block {
    margin-top: 40px;
    padding: 0;
}

.reg-form-sect {
    padding: 30px 0 60px;
}

.reg-strong-text {
    color: #FFF;
    font-weight: 700;
}

.reg-plain-text {
    margin-top: 7px;
}

.reg-terms-block .reg-strong-text {
    margin-bottom: 7px;
}

.reg-terms-block p {
    font-size: 20px;
}

.reg-terms-block p.reg-small-text {
    font-size: 14px;
}

.reg-small-text {
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
}

.reg-terms-heading {
    color: white;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 27px;
}

.reg-terms-content {
    /*padding: 45px 60px;*/
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.reg-terms-content-item {
    width: calc((100% - 30px) / 2);
    margin-bottom: 30px;
}
.reg-terms-required{
    font-weight: 700;
    color: red;
}
.reg-terms-content-item.reg-terms-content-item-textarea {
    width: 100%;
}
.reg-terms-content-item-captcha {
    display: flex;
    justify-content: flex-end;
}
.reg-terms-content-item-captcha #code {
    margin: 0 !important;
}
.reg-terms-content-item-captcha #code iframe {
    border-radius: 14px !important;
    height: 76px !important;
    width: 302px !important;
}
.reg-terms-content-item label {
    display: block;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
}
.reg-text {
    background: white;
    border: 0;
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-radius: 15px;
    padding: 18px 16px;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

.reg-text:first-child {
    margin-top: 0;
}

.reg-text:last-child {
    margin-bottom: 0;
}

.reg-text::placeholder {
    color: rgba(12, 45, 42, 0.3);
}

.reg-form-select+span.ui-selectmenu-button {
    width: 100%;
    display: block;
    box-sizing: border-box;
    background: white;
    padding: 20px 16px 19px;
    border: 0;
    border-radius: 15px;
}

.reg-form-select+span .ui-selectmenu-text {
    color: rgba(12, 45, 42, 0.3);
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.reg-form-select+.ui-corner-all[aria-activedescendant] .ui-selectmenu-text {
    color: rgba(12, 45, 42, 0.9);
}

.ui-state-disabled.ui-menu-item {
    display: none;
}

.reg-form-label {
    color: rgba(255, 255, 255, .5);
    display: inline-block;
    vertical-align: top;
    max-width: 90%;
    user-select: none;
}

.reg-form-label {
    position: relative;
    padding-left: 30px;
    margin: 10px 20px 10px 0;
}

.reg-form-checkbox-mark {
    position: absolute;
    top: 0;
    left: 0;
}

.reg-form-checkbox {
    visibility: hidden;
    width: 0;
    height: 0;
    position: absolute;
}

.reg-form-checkbox:checked~.reg-form-label {
    color: white;
}

.reg-form-checkbox:checked~.reg-form-label a {
    opacity: 1;
}

.reg-form-checkbox-mark {
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 3px;
    display: inline-block;
    background-color: white;
    margin-right: 10px;
}

.reg-form-radio-mark {
    border-radius: 50%;
}

.reg-form-checkbox:checked+.reg-form-label .reg-form-checkbox-mark {
    background-color: white;
    background-image: url(../img/checkmark.svg);
    background-position: 0px -1px;
    background-repeat: no-repeat;
    background-size: contain;
}

.reg-form-checkbox:checked+.reg-form-label .reg-form-radio-mark {
    background-image: none;
    background-color: #FFF46D;
}

.reg-form-option {
    padding: 0;
    border: 0;
    margin: 20px 0;
    position: relative;
}

.reg-form-option a {
    color: #FFF46D;
    opacity: .5;
}

.reg-terms-content .ui-button .ui-icon {
    width: 10px;
    height: 10px;
    border-right: 2px solid #189b80;
    border-bottom: 2px solid #189b80;
    transform: rotate(45deg);
}

.reg-terms-content .ui-selectmenu-button-open .ui-icon {
    /*transform: rotate(180deg);*/
}

@media (max-width: 650px) {
    #cnIFrame {
        min-width: 610px;
    }
    .mediatabs-sect .tab-container .container:after {
        display: none;
    }
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: 0;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 0;
    background: rgba(53, 155, 93, 0.4);
    font-weight: normal;
    color: rgba(12, 45, 42, 0.9);
}

.ui-menu .ui-menu-item-wrapper {
    padding: 7px 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 18px;
}

.checkbox-small {
    display: block;
    font-size: 12px;
    margin: 5px 0 0;
}

.btn-submit {
    font-family: 'Montserrat', sans-serif;
    border-radius: 14px;
    border: 0;
    background: #00FFDF;
    height: 76px;
    width: 291px;
    max-width: 100%;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #000;
    cursor: pointer;
}

.form-after-notice {
    max-width: 480px;
    margin: 30px auto;
}


/* modal */

.modal-open {
    overflow: hidden;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    z-index: 5;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.in {
    opacity: .5;
}

.fade {
    transition: opacity .15s linear;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal {
    z-index: 1072;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    background: #216540;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem);
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background: #288653;
    background-clip: padding-box;
    border-radius: .3rem;
    outline: 0;
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-body h1 {
    margin-top: 0;
}

.show-consent {
    cursor: pointer;
    color: #0987d1;
}

@media (min-width: 800px) {
    .modal-dialog {
        max-width: 920px;
        margin: 1.75rem auto;
    }

    /*.modal-body {
        flex-direction: column;
    }*/

    .msc-2 {
        padding: 20px 0 0;
    }
}

@media (min-width: 576px) {
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
    }
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}

.modal.in .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.modal-header {
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #359B5D;

    color: #FFFFFF;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 17px;
    padding: 30px 34px;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 20px 40px 40px;
    display: flex;
    color: #fff;
}

.modal-body ol {
    padding: 0;
}

.modal-body ol li {
    padding-left: 10px;
}

.modal-body ol li + li {
    margin-top: 10px;
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem;
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.close img {
    width: 20px;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .6;
    outline: none;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-stand-img {
    margin: -60px -60px -60px -20px;
    max-width: 120%;
}

.modal-stand-list {
    column-count: 2;
    padding-left: 0;
    list-style: none;
}

.modal-stand-list li {
    color: white;
    break-inside: avoid-column;
    page-break-inside: avoid;
    padding: 4px 0 20px 35px;
    position: relative;
    line-height: 1.4;
}

.modal-stand-number {
    background-color: #FFF46D;
    border-radius: 50px;
    font-weight: 500;
    font-size: 12px;
    width: 25px;
    height: 25px;
    color: #1C4A4A;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    margin-right: 25px;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
}

.msc-1 {
    flex-basis: 60%;
}

.msc-2 {
    padding-left: 20px;
    box-sizing: border-box;
    max-width: 600px;
}

.modal-stand-hall {
    color: white;
    justify-content: space-between;
    display: flex;
}

.modal-stand-hall span {
    color: #00FFDF;
    margin-bottom: 10px;
    display: inline-block;
}

.modal-stand-btn {
    background: #288653;
    box-shadow: 0px 10px 20px rgba(0, 61, 31, 0.15);
    border-radius: 50px;
    border: 0;
    padding: 20px;
    width: 55px;
    height: 55px;
}

.modal-stand-btn img {
    transform: rotate(180deg);
}

.modal-stand-btn+.modal-stand-btn img {
    transform: rotate(0);
}

/* /modal */

.online-sign {
    display: none;
}

.online-page .slick-dots {
    display: none;
}

.online-page iframe {
    margin-bottom: 50px;
}

body.page-scheme {
    /*background: #fff;*/
}

.scheme-block {
    /*color: #000;*/
    /*padding: 10px;*/
    /*margin: 30px 0;*/
}

.scheme-hall {
    margin-bottom: 50px;
}

.hall-list {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0;
}

.hall-items {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: 33px;
    padding-bottom: 60px;
}
.hall-list {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 50px;
}

.hall-list li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    /*width: 24%;
    vertical-align: top;
    margin-bottom: 18px;
    padding: 0 0 0 26px;*/
    box-sizing: border-box;
    line-height: 3;
    font-weight: 500;
    font-size: 18px;
}
.hall-items li {
    display: flex;
    width: 25%;
    align-items: center;
    margin-bottom: 18px;
    padding: 0;
    box-sizing: border-box;
    /*line-height: 3;*/
    font-weight: 500;
    font-size: 18px;
}

.hall-list span {
    background-color: #00FFDF;
    color: #000;
    display: block;
    /*float: left;*/
    /*margin: -5px -59px 0 0;*/
    /*left: -67px;*/
    width: 59px;
    height: 59px;
    border-radius: 50%;
    font-weight: 700;
    font-size: 36px;
    line-height: 57px;
    text-align: center;
    position: relative;
}

.hall-items span.hall-items-number {
    background-color: #4EFF8D;
    color: #000;
    display: block;
    float: left;
    margin: 0 18px 0 0;
    left: 0;
    width: 39px;
    height: 39px;
    border-radius: 11px;
    font-weight: 700;
    font-size: 20px;
    line-height: 39px;
    text-align: center;
    position: relative;
    flex-shrink: 0;
}
.hall-items span.hall-items-title {
    line-height: 1.2;
}

.hall-list span {
    background-color: #00FFDF;
    color: black;
}

.sponsors-block-static {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 0 0 30px;
}

.sponsors-block-static .sponsor-item {
    margin-left: 0;
}

.scheme-stand-big {
    color: #9A2337;
}

.scheme-stand-standard {
    color: #3A8B81;
}

.scheme-block-stand {
    margin: 0 0 30px;
}
.scheme-block-stand + .balls-h {
    margin-top: 30px;
}
/*.scheme-block-stand h3, .scheme-block-stand p {*/
/*    color: black;*/
/*}*/
.scheme-block-stand h3 {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    color: #00FFDF;
}
.scheme-block-stand p {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    display: inline-block;
    margin-right: 73px;
}

.scheme-block .scheme-hall {
    display: none;
}

.scheme-interactive {
    /* display: none; */
    position: relative;
    overflow: auto;
    margin-bottom: 60px;
    /*border: 1px solid #ddd;*/
    /*border-radius: 10px;*/
    /*box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 7%);*/
}

.scheme-interactive .scheme-interactive-img {
    width: 1040px;
    max-width: unset;
}

.scheme-interactive--extended .scheme-interactive-img {
    width: 1400px;
}

.scheme-interactive-elements {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
}

.scheme-interactive-item {
    position: absolute;
    background-color: #4EFF8D;
    padding: 2px;
    color: #000;
    font-size: 15px;
    min-width: 27px;
    font-weight: 700;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 5px;
}

.scheme-interactive-item-big {
    background-color: #FF7B1B;
}

.scheme-item-1 {
    top: 414px;
    left: 161px;
}

.scheme-item-2 {
    top: 414px;
    left: 190px;
}

.scheme-item-3 {
    top: 414px;
    left: 219px;
}

.scheme-item-4 {
    top: 414px;
    left: 248px;
}

.scheme-item-5 {
    top: 414px;
    left: 277px;
}

.scheme-item-6 {
    top: 414px;
    left: 306px;
}

.scheme-item-7 {
    top: 414px;
    left: 335px;
}

.scheme-item-8 {
    top: 414px;
    left: 364px;
}

.scheme-item-9 {
    top: 414px;
    left: 393px;
}

.scheme-item-10 {
    top: 331px;
    left: 300px;
    min-width: 42px;
}

.scheme-item-11 {
    top: 303px;
    left: 300px;
    min-width: 42px;
}

.scheme-item-12 {
    top: 303px;
    left: 344px;
    min-width: 42px;
}

.scheme-item-13 {
    top: 332px;
    left: 358px;
}

.scheme-item-14 {
    top: 171px;
    left: 300px;
    min-width: 42px;
}

.scheme-item-15 {
    top: 143px;
    left: 300px;
    min-width: 42px;
}

.scheme-item-16 {
    top: 143px;
    left: 359px;
}

.scheme-item-17 {
    top: 171px;
    left: 344px;
    min-width: 42px;
}

.scheme-item-18 {
    top: 161px;
    left: 474px;
    min-height: 43px;
    line-height: 39px;
}

.scheme-item-19 {
    top: 206px;
    left: 474px;
    min-height: 43px;
    line-height: 39px;
}

.scheme-item-20 {
    top: 251px;
    left: 474px;
    min-height: 43px;
    line-height: 39px;
}

.scheme-item-21 {
    top: 80px;
    left: 444px;
}

.scheme-item-22 {
    top: 80px;
    left: 415px;
}

.scheme-item-23 {
    top: 80px;
    left: 371px;
    min-width: 42px;
}

.scheme-item-24 {
    top: 275px;
    left: 837px;
}

.scheme-item-25 {
    top: 303px;
    left: 810px;
}

.scheme-item-26 {
    top: 331px;
    left: 810px;
}

.scheme-item-27 {
    top: 442px;
    left: 810px;
}

.scheme-item-28 {
    top: 470px;
    left: 810px;
}

.scheme-item-29 {
    top: 498px;
    left: 810px;
}

.scheme-item-30 {
    top: 538px;
    left: 837px;
}

.scheme-item-31 {
    top: 538px;
    left: 866px
}

.scheme-item-32 {
    top: 538px;
    left: 895px;
}

.scheme-item-33 {
    top: 538px;
    left: 924px;
}

.scheme-item-34 {
    top: 538px;
    left: 953px;
}

.scheme-item-35 {
    top: 502px;
    left: 981px;
}

.scheme-item-36 {
    top: 474px;
    left: 981px;
}

.scheme-item-37 {
    top: 414px;
    left: 981px;
}

.scheme-item-38 {
    top: 386px;
    left: 981px;
}

.scheme-item-39 {
    top: 358px;
    left: 981px;
}

.scheme-item-40 {
    top: 330px;
    left: 981px;
}

.scheme-item-41 {
    top: 302px;
    left: 981px;
}

.scheme-item-42 {
    top: 296px;
    left: 474px;
    min-height: 43px;
    line-height: 39px;
}

.scheme-item-xx {
    top: 341px;
    left: 474px;
    min-height: 15px;
    line-height: 15px;
}
.scheme-item-43 {
    display: none;
    top: 80px;
    left: 473px;
}
.scheme-item-44 {
    top: 386px;
    left: 75px;
}
.scheme-item-45 {
    top: 306px;
    left: 134px;
}
.scheme-item-46 {
    top: 306px;
    left: 163px;
}
.scheme-item-47 {
    top: 306px;
    left: 192px;
}
.scheme-item-48 {
    top: 275px;
    left: 866px;
}
.scheme-item-49 {
    top: 275px;
    left: 895px;
}

.scheme-interactive--extended .scheme-interactive-item {
    font-size: 12px;
    min-width: 22px;
}

.scheme-interactive--extended .scheme-item-1 {
    top: 357px;
    left: 140px;
}

.scheme-interactive--extended .scheme-item-2 {
    top: 357px;
    left: 165px;
}

.scheme-interactive--extended .scheme-item-3 {
    top: 357px;
    left: 190px;
}

.scheme-interactive--extended .scheme-item-4 {
    top: 357px;
    left: 215px;
}

.scheme-interactive--extended .scheme-item-5 {
    top: 357px;
    left: 240px;
}

.scheme-interactive--extended .scheme-item-6 {
    top: 357px;
    left: 265px;
}

.scheme-interactive--extended .scheme-item-7 {
    top: 357px;
    left: 290px;
}

.scheme-interactive--extended .scheme-item-8 {
    top: 357px;
    left: 315px;
}

.scheme-interactive--extended .scheme-item-9 {
    top: 357px;
    left: 340px;
}

.scheme-interactive--extended .scheme-item-10 {
    top: 282px;
    left: 251px;
    min-width: 42px;
}

.scheme-interactive--extended .scheme-item-11 {
    top: 257px;
    left: 251px;
    min-width: 42px;
}

.scheme-interactive--extended .scheme-item-12 {
    top: 257px;
    left: 297px;
    min-width: 42px;
}

.scheme-interactive--extended .scheme-item-13 {
    top: 282px;
    left: 315px;
}

.scheme-interactive--extended .scheme-item-14 {
    top: 141px;
    left: 251px;
    min-width: 42px;
}

.scheme-interactive--extended .scheme-item-15 {
    top: 116px;
    left: 251px;
    min-width: 42px;
}

.scheme-interactive--extended .scheme-item-16 {
    top: 116px;
    left: 315px;
}

.scheme-interactive--extended .scheme-item-17 {
    top: 141px;
    left: 296px;
    min-width: 42px;
}

.scheme-interactive--extended .scheme-item-18 {
    top: 120px;
    left: 410px;
}

.scheme-interactive--extended .scheme-item-19 {
    top: 166px;
    left: 410px;
}

.scheme-interactive--extended .scheme-item-20 {
    top: 212px;
    left: 410px;
}

.scheme-interactive--extended .scheme-item-21 {
    top: 43px;
    left: 370px;
}

.scheme-interactive--extended .scheme-item-22 {
    top: 43px;
    left: 345px;
}

.scheme-interactive--extended .scheme-item-23 {
    top: 43px;
    left: 300px;
    min-width: 42px;
}

.scheme-interactive--extended .scheme-item-24 {
    top: 234px;
    left: 722px;
}

.scheme-interactive--extended .scheme-item-25 {
    top: 261px;
    left: 697px;
}

.scheme-interactive--extended .scheme-item-26 {
    top: 286px;
    left: 697px;
}

.scheme-interactive--extended .scheme-item-27 {
    top: 384px;
    left: 697px;
}

.scheme-interactive--extended .scheme-item-28 {
    top: 409px;
    left: 697px;
}

.scheme-interactive--extended .scheme-item-29 {
    top: 434px;
    left: 697px;
}

.scheme-interactive--extended .scheme-item-30 {
    top: 461px;
    left: 722px;
}

.scheme-interactive--extended .scheme-item-31 {
    top: 461px;
    left: 747px;
}

.scheme-interactive--extended .scheme-item-32 {
    top: 461px;
    left: 772px;
}

.scheme-interactive--extended .scheme-item-33 {
    top: 461px;
    left: 797px;
}

.scheme-interactive--extended .scheme-item-34 {
    top: 461px;
    left: 822px;
}

.scheme-interactive--extended .scheme-item-35 {
    top: 434px;
    left: 845px;
}

.scheme-interactive--extended .scheme-item-36 {
    top: 409px;
    left: 845px;
}

.scheme-interactive--extended .scheme-item-37 {
    top: 361px;
    left: 845px;
}

.scheme-interactive--extended .scheme-item-38 {
    top: 336px;
    left: 845px;
}

.scheme-interactive--extended .scheme-item-39 {
    top: 311px;
    left: 845px;
}

.scheme-interactive--extended .scheme-item-40 {
    top: 286px;
    left: 845px;
}

.scheme-interactive--extended .scheme-item-41 {
    top: 234px;
    left: 797px;
}

.scheme-interactive--extended .scheme-item-42 {
    top: 258px;
    left: 410px;
}

.scheme-interactive--extended .scheme-item-43 {
    display: block;
    top: 304px;
    left: 410px;
}

.scheme-interactive--extended .scheme-item-44 {
    top: 322px;
    left: 61px;
    min-height: 43px;
    line-height: 39px;
}

.scheme-interactive--extended .scheme-item-45 {
    top: 261px;
    left: 121px;
}

.scheme-interactive--extended .scheme-item-46 {
    top: 261px;
    left: 146px;
}

.scheme-interactive--extended .scheme-item-47 {
    top: 261px;
    left: 171px;
}

.scheme-interactive--extended .scheme-item-48 {
    top: 234px;
    left: 747px;
}

.scheme-interactive--extended .scheme-item-49 {
    top: 234px;
    left: 772px;
}

.scheme-interactive--extended .scheme-item-50 {
    top: 286px;
    left: 870px;
    min-width: 42px;
}

.scheme-interactive--extended .scheme-item-51 {
    top: 234px;
    left: 892px;
}

.scheme-interactive--extended .scheme-item-52 {
    top: 234px;
    left: 917px;
}

.scheme-interactive--extended .scheme-item-53 {
    top: 234px;
    left: 942px;
}

.scheme-interactive--extended .scheme-item-54 {
    top: 234px;
    left: 967px;
}

.scheme-interactive--extended .scheme-item-55 {
    top: 234px;
    left: 992px;
}

.scheme-interactive--extended .scheme-item-56 {
    top: 234px;
    left: 1055px;
}

.scheme-interactive--extended .scheme-item-57 {
    top: 234px;
    left: 1080px;
}

.scheme-interactive--extended .scheme-item-58 {
    top: 234px;
    left: 1105px;
}

.scheme-interactive--extended .scheme-item-59 {
    top: 234px;
    left: 1130px;
}

.scheme-interactive--extended .scheme-item-60 {
    top: 234px;
    left: 1155px;
}

.scheme-interactive--extended .scheme-item-61 {
    top: 357px;
    left: 480px;
}

.scheme-interactive--extended .scheme-item-62 {
    top: 357px;
    left: 505px;
    min-width: 42px;
}

.scheme-interactive--extended .scheme-item-63 {
    top: 357px;
    left: 550px;
}


.scheme-interactive-item-name {
    display: none;
}
.scheme-interactive-item:hover {
    transform: scale(1.3);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.45);
    z-index: 1;
}
.scheme-interactive-item:hover .scheme-interactive-item-name {
    display: inline-block;
    position: absolute;
    top: 18%;
    left: 107%;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 3px 6px;
    z-index: 1;
    border-radius: 3px 6px 6px 6px;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    /*line-height: 1.2;*/
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
}
.scheme-interactive-item:hover .scheme-interactive-item-name:before {
    content: '';
    display: block;
    width: 0px;
    height: 0px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 7px solid rgba(255, 255, 255, 0.9);
    position: absolute;
    left: -6px;
    top: 1px;
}
.scheme-item-30.scheme-interactive-item:hover .scheme-interactive-item-name:before,
.scheme-item-31.scheme-interactive-item:hover .scheme-interactive-item-name:before,
.scheme-item-32.scheme-interactive-item:hover .scheme-interactive-item-name:before,
.scheme-item-33.scheme-interactive-item:hover .scheme-interactive-item-name:before,
.scheme-item-34.scheme-interactive-item:hover .scheme-interactive-item-name:before,
.scheme-item-35.scheme-interactive-item:hover .scheme-interactive-item-name:before,
.scheme-item-36.scheme-interactive-item:hover .scheme-interactive-item-name:before,
.scheme-item-37.scheme-interactive-item:hover .scheme-interactive-item-name:before,
.scheme-item-38.scheme-interactive-item:hover .scheme-interactive-item-name:before,
.scheme-item-39.scheme-interactive-item:hover .scheme-interactive-item-name:before,
.scheme-item-40.scheme-interactive-item:hover .scheme-interactive-item-name:before,
.scheme-item-41.scheme-interactive-item:hover .scheme-interactive-item-name:before,
.scheme-item-48.scheme-interactive-item:hover .scheme-interactive-item-name:before,
.scheme-item-49.scheme-interactive-item:hover .scheme-interactive-item-name:before {
    content: '';
    display: block;
    width: 0px;
    height: 0px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid rgba(255, 255, 255, 0.9);
    border-right: 0;
    position: absolute;
    right: -5px;
    left: unset;
    top: 1px;
}
.scheme-item-30:hover .scheme-interactive-item-name,
.scheme-item-31:hover .scheme-interactive-item-name,
.scheme-item-32:hover .scheme-interactive-item-name,
.scheme-item-33:hover .scheme-interactive-item-name,
.scheme-item-34:hover .scheme-interactive-item-name,
.scheme-item-35:hover .scheme-interactive-item-name,
.scheme-item-36:hover .scheme-interactive-item-name,
.scheme-item-37:hover .scheme-interactive-item-name,
.scheme-item-38:hover .scheme-interactive-item-name,
.scheme-item-39:hover .scheme-interactive-item-name,
.scheme-item-40:hover .scheme-interactive-item-name,
.scheme-item-41:hover .scheme-interactive-item-name,
.scheme-item-48:hover .scheme-interactive-item-name,
.scheme-item-49:hover .scheme-interactive-item-name {
    left: auto;
    /*right: 50%;*/
    right: calc(50% + 15px);
}

.scheme-interactive-item:hover .scheme-interactive-item-name:empty {
    display: none;
    padding: 0;
}

.scheme-stand-big, .scheme-stand-standard {
    border-radius: 11px;
    width: 39px;
    height: 39px;
    display: inline-block;
    background-color: #4EFF8D;
    vertical-align: middle;
}

.scheme-stand-big {
    background-color: #FF7B1B;
}

.cnb-zone-439 {
    text-align: center;
}

.token_forum {
    color: #797979;
    font-size: 8px;
    line-height: 1;
    margin-bottom: -10px;
    font-weight: 500;
}
.token_forum a {
    color: #797979;
}

/*
.scheme-hall div {
    position: absolute;
    cursor: pointer;
}

.scheme-hall div div {
    display: none;
    background-color: #18f782;
    width: auto;
    top: 100%;
    left: 0px;
    z-index: 50;
    padding: 10px 20px;
    font-size: 1.1em;
    white-space: nowrap;
    margin-top: 5px;
}

.scheme-hall div div:before {
    content: ' ';
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    background-color: #18f782;
    top: -5px;
    left: 10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.scheme-hall div:hover div {
    display: block;
}

[data-hall="1"] {top: 480px; left: 190px; width: 31px; height: 31px;}
[data-hall="2"] {top: 480px; left: 222px; width: 31px; height: 31px;}
[data-hall="3"] {top: 480px; left: 255px; width: 31px; height: 31px;}
[data-hall="4"] {top: 480px; left: 287px; width: 31px; height: 31px;}
[data-hall="5"] {top: 480px; left: 320px; width: 31px; height: 31px;}
[data-hall="6"] {top: 480px; left: 352px; width: 31px; height: 31px;}
[data-hall="7"] {top: 480px; left: 384px; width: 31px; height: 31px;}
[data-hall="8"] {top: 480px; left: 416px; width: 31px; height: 31px;}
[data-hall="9"] {top: 480px; left: 449px; width: 31px; height: 31px;}

[data-hall="10"] {top: 384px; left: 344px; width: 50px; height: 31px;}
[data-hall="cnews"], [data-hall="42"] {top: 345px; left: 542px; width: 32px; height: 47px;}
*/

@media (min-width: 1366px) {
    .nav-fixed .online-sign {
        display: inline-block;
        position: fixed;
        margin-top: 31px;
        margin-left: -90px;
        color: #FFF46D;
    }
}

@media (max-width: 1200px) {
    .media-sect .gallery-block .gallery-item {
        flex-basis: 21%;
    }

    .container, .sponsor_page {
        padding: 0 20px;
        max-width: 100%;
    }

    .mn_link {
        margin-left: 10px;
        margin-top: 15px;
        font-size: 12px;
    }
    .awards-sect-photo {
        left: 470px;
        right: unset;
    }
    .speaker-block {
        flex-basis: 25%;
    }
}

@media (max-width: 1100px) {
    .reg-top-btn {
        display: none;
    }
    
    .program-img {
        display: none;
    }

    .program-img-mob {
        display: block;
        width: 600px;
    }

    .scheme-section-number {
        display: none;
    }

    .stand-section-link {
        display: block;
    }

    .sponsors-block-static {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 1024px) {
    .mediatab-content .gallery-item {
        width: calc(33.3% - 15px);
        padding-top: 20%;
    }

    .sponsor-item {
        margin: 0 30px;
    }

    .sponsors-sect .sponsor-item {
        width: 100%;
        max-width: 90%;
        flex-basis: 90%;
        margin: 20px 20px 20px 0;
    }
}

@media (max-width: 992px) {
    .mob_nav_opened .burger_btn {
        position: fixed;
        z-index: 7;
        top: 7vh;
        padding: 20px;
        width: 20px;
        height: 20px;
        margin-right: -20px;
    }

    .mob_nav_opened .mn_link:first-of-type {
        margin-top: 120px;
    }

    .mob_nav_opened .logo {
        display: none;
    }

    .menu_nav {
        display: none;
    }

    .navbar .container {
        position: static;
    }

    .mob_nav_opened .navbar .container {
        position: absolute;
        top: 0;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .mob_nav_opened .menu_nav {
        left: 0;
        background: linear-gradient(180deg, #000E01 10%, #0A4F29 40%, #3DA863 100%);
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100vh;
        margin: 0;
        padding: 0;
        z-index: 6;
        display: block;
    }

    .mob_nav_opened .navbar {
        margin: 0;
    }

    .mob_nav_opened .reg-top-btn {
        margin-top: 38px;
    }

    .mn_link {
        padding: 0 20px;
        margin: 0;
    }

    .mob_nav_opened .mn_link {
        display: block;
        text-align: center;
    }

    .mn_link a {
        font-size: 15px;
        padding: 12px 0;
        display: inline-block;
    }

    .burger_btn {
        display: block;
    }

    .mob-nav {
        display: inline-block;
    }

    .nav-fixed {
        padding: 3px 0;
    }
    .nav-fixed .age {
        display: none;
    }

    .nav-fixed .reg-top-btn {
        /*top: 50%;*/
        /*left: 50%;*/
        /*transform: translate(-50%, -50%);*/
        font-size: 18px;
        border-radius: 4px;
        /*margin-top: 40px;*/

        position: absolute;
        margin: 0;
        right: 85px;
        left: unset;
        transform: none;
        top: 19px;
    }

    .nav-fixed .logo {
        margin: 0;
    }
    .nav-fixed .logo svg {
        width: 40px !important;
    }

    .mob-nav-overlay .nav-fixed .reg-top-btn {
        z-index: 9999;
        top: 4%;
    }

    .nav-links {
        display: none;
    }

    .gallery-block {
        flex-wrap: nowrap;
        flex-direction: row;
        overflow-x: scroll;
    }

    .media-sect .gallery-block .gallery-item {
        min-width: 250px;
    }

    .gallery-block .gallery-item {
        margin: 0 20px 30px 0;
    }

    .awards-col {
        flex-basis: 40%;
    }

    .awards-col:last-of-type {
        flex-basis: 60%;
    }

    .about-video-iframe {
        /*position: static;*/
        max-width: 100%;
        height: auto;
    }

    .media-sect .dots-decor {
        padding-left: 20px;
    }

    .speaker-block {
        flex-basis: 50%;
    }

    .hall-list li, .hall-items li {
        font-size: 15px;
    }
    .program-list {
        justify-content: space-around;
    }
    .gallery-all {
        margin: 30px auto 0;
    }
    footer .container {
        flex-direction: column;
    }
    footer .col-logo {
        width: 100%;
        padding: 0;
        margin-bottom: 90px;
    }
    footer .col-logo svg {
        width: 100px;
        height: 115px;
    }
    footer .col-links {
        width: 100%;
        flex-direction: column;
        margin-bottom: 80px;
    }
    .footer-col {
        flex-basis: 100% !important;
        margin-bottom: 30px;
    }
    footer p.col-title {
        min-height: unset;
    }
    .p-e-footer {
        bottom: -83px;
        right: -18px;
    }
    .logo {
        margin-top: 26px;
    }
    .home-top-sect h1 {
        margin-top: 90px;
    }

    .p-e-1 {
        bottom: 15px;
    }
    .p-e-2 {
        bottom: -60px;
    }
    .container .inner {
        flex-direction: column;
    }
    .orgcom-inner div {
        width: 100%;
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    /*body {*/
    /*    background-image: unset;*/
    /*}*/

    h1,
    .reg-top-sect h1 {
        font-size: 30px;
        text-align: center;
    }

    #mediatab-1 {
        gap: 10px;
    }

    .mediatab-content .gallery-item {
        width: calc(50% - 10px);
        padding-top: 30%;
    }

    /* .home-top-sect .btn {
        margin: 10px 0;
    } */

    .top-sect h1 {
        text-align: left;
    }

    h2 {
        font-size: 34px;
    }

    p,
    .speaker-name {
        font-size: 15px;
    }

    .btn,
    .awards-sect .btn {
        /*padding: 16px 24px;*/
        font-size: 15px;
    }

    .btn+.btn {
        /*margin-left: 10px;*/
    }

    .btn-container {
        text-align: center;
    }

    .top-col,
    .home-top-sect .top-col:first-of-type {
        flex-basis: 100%;
        max-width: 100%;
    }

    .home-top-sect {
        min-height: unset;
        /*background: url(https://filearchive.cnews.ru/img/cnews/2020/04/01/3xshutterstock1051797398_2.png);*/
        /*background-position: center top;*/
        /*background-size: contain;*/
        /*background-repeat: no-repeat;*/
        padding-bottom: 60px;
        position: relative;
        z-index: 0;
    }

    .top-years {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
        justify-content: center;
        margin-top: 60px;
    }

    .top-years li {
        text-align: center;
        margin: 7px 15px;
    }

    .top-date {
        font-size: 24px;
        text-align: center;
        /*margin-top: 65vh;*/
        justify-content: center;
    }

    .about-sect .about-col:last-child {
        padding-left: 0;
    }

    .about-col,
    .awards-col,
    .speaker-block {
        flex-basis: 100%;
    }
    .awards-col {
        margin-bottom: 30px;
    }

    .awards-sect-photo {
        display: none;
    }

    .about-block {
        flex-direction: column-reverse;
    }

    .about-macbook {
        position: static;
        display: none;
    }

    .about-video-iframe {
        position: relative;
        top: unset;
        margin-bottom: 30px;
        height: auto;
    }

    .numbers-block {
        display: none;
    }

    .program-sections {
        flex-direction: column-reverse;
    }

    .program-parts {
        flex-direction: column;
        margin-top: 40px;
    }

    .program-list {
        flex-direction: column;
        align-items: center;
    }

    .program-section-link {
        flex-basis: 100%;
        max-width: 100%;
    }
    
    .program-section-link *, .scheme-section-desc a {
        max-width: unset;
    }

    .awards-sect {
        background-position: 0 25%;
        background-size: contain;
    }

    .awards-sect .btn-container {
        margin-top: 30px;
    }

    .awards-sect .container {
        flex-direction: column;
    }

    .award-img {
        /*height: 80vw;*/
    }

    .awards-col h3 {
        margin-top: 30px;
    }

    .program-sect {
        padding-top: 60px;
    }

    .program-item {
        padding: 0 0 20px;
    }

    .program-img {
        margin: 0 -40px 0 0;
    }

    .program-img-mob {
        width: 100%;
        margin: 30px 0;
    }

    .speakers-sect {
        padding-top: 0;
    }

    .speakers-sect:before {
        display: none;
    }

    .speaker-block {
        margin: 30px 0 0;
        padding-right: 0;
        display: flex;
    }

    .speaker-photo {
        align-self: baseline;
        margin-right: 20px;
        max-width: 100px;
    }

    .speaker-name {
        margin-top: 0;
    }

    footer .container,
    .terms-conditions .container,
    .col-links {
        flex-direction: column;
    }

    .footer-col {
        margin: 7px 0;
        padding-right: 0;
    }

    .terms-conditions {
        padding: 20px 0 30px;
    }

    .col-logo {
        flex-basis: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

    .top-sect {
        padding: 120px 0 90px;
    }

    .top-sect .breadcrumbs {
        margin-bottom: 60px;
    }

    .thead td,
    .forum-table th,
    .forum-table td {
        background: transparent;
        padding: 12px 5px 12px 15px;
        font-size: 12px;
        box-sizing: border-box;
    }

    .participants-sect {
        /*background: #288653;*/
    }
    .participants-sect .forum-table {
        width: 100vw;
        margin-left: -20px;
    }
    .participants-sect .forum-table td {
        width: unset;
        box-sizing: border-box;
    }
    .forum-table {
        /* margin-top: -103px; */
        box-shadow: unset;
    }

    .forum-table tr:hover td {
        background: transparent;
    }

    .media-item {
        flex-basis: 100%;
    }

    .sponsors-block .slick-dots,
    .sponsors-block .slick-next,
    .sponsors-block .slick-prev {
        display: none !important;
    }

    .sponsor-item {
        width: 320px;
        margin: 20px 20px 20px 0;
    }

    .sect-col-flex {
        flex-direction: column-reverse;
    }

    .section-sect h1 {
        margin: 40px 0 0;
        text-align: left;
        font-size: 34px;
    }

    .section-sect p {
        margin: 20px 0 25px;
    }

    .topics-list {
        column-count: 1;
    }

    .topics-list li {
        margin-bottom: 0;
    }

    .reg-top-sect h1 {
        margin: 40px auto;
        text-align: center;
    }

    .reg-terms-block,
    .reg-form-block {
        margin: -60px auto 20px;
        /*width: 100%;*/
        padding: 10px 0;
    }

    .reg-form-block {
        margin-top: 30px;
        padding: 0;
    }

    .reg-terms-content:not(.reg-terms-content-captcha) {
        padding: 30px 0;
        /*padding: 30px 20px;*/
    }

    .reg-terms-heading {
        padding: 16px;
        font-size: 15px;
        margin-bottom: 0;
    }

    .reg-text {
        margin: 16px 0;
        font-size: 15px;
        /*padding: 14px 12px;*/
    }

    .reg-terms-content-item {
        width: 100%;
    }

    .reg-terms-content-item-captcha {
        justify-content: center;
    }

    .reg-terms-content-captcha .reg-terms-content-item {
        display: flex;
        justify-content: center;
    }

    .reg-form-option {
        margin: 20px 0;
    }

    .modal-body {
        flex-direction: column;
    }

    .msc-2 {
        padding-left: 0;
    }

    .modal-stand-list {
        column-count: 1;
    }

    .scheme-block .hall-list, .scheme-block .hall-items {
        display: flex;
    }

    .scheme-block .hall-items {
        flex-direction: column;
    }

    /*.btn-container .btn, .btn+.btn {*/
    /*    margin: 10px 0;*/
    /*    display: block;*/
    /*}*/
    .speaker-photo-block:before {
        max-width: 100px;
        background-size: contain;
    }
    .speaker-photo-block:before {
        top: 10px;
        right: 10px;
    }
}

@media (max-width: 680px) {
    .p-e-1 {
        right: 30px;
    }
    .sponsor-item {
        width: 80vw;
        padding: 16px;
        min-height: unset;
    }

    .sponsor-item h4 {
        margin: 25px 0 0;
    }

    .sponsor-read-more {
        margin: 0;
    }
    .btn-container {
        flex-direction: column;
        position: relative;
        z-index: 2;
    }
    .btn-container .btn {
        margin-left: 0 !important;
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 30px;
    }
    .smi-item {
        flex-basis: 100%;
    }
}

@media (max-width: 576px) {
    .mob_nav_opened .mn_link {
        text-align: left;
    }

    .top-date {
        /*margin-top: 45vh;*/
    }

    footer {
        /* background: unset; */
        padding: 30px 0 0;
        border-bottom: 0;
    }

    .col-logo {
        margin-bottom: 0;
    }

    .col-logo .logo {
        margin: 0 0 30px;
    }

    .terms-conditions {
        /* background: unset; */
    }

    .news-item a {
        min-height: 200px;
    }

    .sponsors-sect .sponsor-item {
        width: 100%;
        flex-basis: 100%;
        max-width: 100%;
        margin-right: 0;
    }

    .sponsor-page-logo {
        float: unset;
        margin: 15px 0;
        display: inline-block;
    }

    .nav-fixed .container {
        /*padding: 0;*/
    }

    .nav-fixed .logo {
        /*margin: 15px 0 0 15px;*/
    }

    .yt-video-opened .yt-video {
        height: auto;
    }

    .sponsors-block-static {
        grid-template-columns: repeat(1, 1fr);
    }
    footer {
        min-height: 730px;
    }
    footer .col-logo {
        /*margin-bottom: 5px;*/
    }
    footer .container:before {
        bottom: -176px;
    }
    footer .container:after {
        bottom: -174px;
    }
    .p-e-footer {
        bottom: -230px;
    }
    .about-sect .container {
        flex-direction: column;
    }
    .top-years {
        width: 100%;
        margin: 0;
    }
    .about-block {
        width: 100%;
    }

    .modal-body ol li {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .top-sect {
        padding: 120px 0 30px;
    }

    .mediatab-nav .container {
        padding-right: 0;
    }

    .mediatabs {
        flex-wrap: nowrap;
        flex-direction: row;
        overflow-x: scroll;
        display: flex;
    }

    .sect-col-flex .btn {
        width: 100%;
        box-sizing: border-box;
    }

    .topics-sect {
        padding: 60px 0;
    }

    .topics-list {
        column-count: 1;
    }

    .video-play-btn {
        max-width: 120px;
    }
    .program-sections:before {
        display: none;
    }
    .program-sections {
        padding: 0;
        width: 100%;
    }
}

@media (max-width: 340px) {
    .home-top-sect {
        padding: 60px 0 90px;
    }

    h1 {
        font-size: 28px;
    }

    .btn,
    .awards-sect .btn {
        padding: 16px 24px;
        font-size: 15px;
        width: 100%;
        box-sizing: border-box;
    }

    .btn+.btn {
        margin: 10px 0;
    }
}

