@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700&display=swap&subset=cyrillic');

body {
    background-color: #308852;
    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);
    font-family: 'Montserrat', sans-serif;
    background-size: cover;
    margin: 0;
}

.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%;
}

.nav-fixed {
    position: fixed;
    background: #359B5D;
    z-index: 10;
    padding-bottom: 10px;
}

.nav-fixed .menu_nav {
    margin: 15px 0 20px;
}

.nav-fixed .logo {
    margin: 15px 0 0;
}

.nav-fixed .reg-top-btn {
    margin-top: 23px;
}

.logo {
    margin: 40px 0 0;
    display: inline-block;
    vertical-align: middle;
}

.menu_nav {
    display: inline-block;
    margin: 40px 0 20px;
    padding-right: 30px;
    vertical-align: middle;
}

.mn_link {
    display: inline-block;
    margin-left: 15px;
    margin-top: 15px;
    font-size: 12px;
}

.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: #FFF46D;
    box-shadow: 0px 10px 20px rgba(0, 61, 31, 0.15);
    border-radius: 3px;
    color: #1C4A4A;
    font-size: 18px;
    text-decoration: none;
    padding: 8px 28px;
    margin-top: 47px;
    display: none;
    vertical-align: middle;
    float: right;
}

.nav-fixed .reg-top-btn {
    display: inline-block;
}

.nav-fixed .burger_btn {
    top: 40px;
    padding: 15px 20px;
}

img {
    max-width: 100%;
}

h1 {
    color: white;
    font-size: 56px;
    margin-top: 0px;
}

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: 44px;
    color: white;
    margin: 0 0 10px;
}

h3 {
    text-transform: uppercase;
    color: #61CF93;
    margin-bottom: 10px;
    font-weight: 600;
}

h4 {
    font-size: 18px;
    color: white;
}

a {
    color: #FFF46D;
    text-decoration: none;
    transition: .3s;
}

p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8);
}

section {
    padding: 30px 0;
}

.container, .sponsor_page {
    max-width: 1120px;
    margin: 0 auto;
}

.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 {
    background: #FFF46D;
    color: #1C4A4A;
    box-shadow: 0px 10px 20px rgba(0, 61, 31, 0.15);
    border-radius: 3px;
    padding: 19px 32px;
    text-decoration: none;
    display: inline-block;
}

.btn:hover {
    background: #efe249;
}

.btn+.btn {
    background: #3daf6a;
    color: white;
    margin-left: 20px;
}

.btn+.btn:hover {
    background: #2aab5d;
}

.top-date {
    font-weight: 500;
    color: #61CF93;
    font-size: 27px;
    margin-bottom: 20px;
    margin-top: 100px;
}

.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;
}

.home-top-sect .top-col:first-of-type {
    flex-basis: 90%;
}

.top-years {
    list-style: none;
    padding: 0;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.top-years li {
    text-align: center;
    margin: 7px 0;
}

.top-years a {
    font-weight: 700;
    color: white;
    font-size: 1.1rem;
    text-decoration: none;
    text-shadow: 0 0 10px rgba(0,0,0,.25);
}

.top-years a:hover {
    color: #eee;
}

.dots-decor {
    margin: 12px 0 10px;
}

.about-block {
    display: flex;
}

.about-col {
    flex-basis: 50%;
}

.about-sect .about-col:last-child {
    flex-basis: 65%;
    padding-left: 30px;
    box-sizing: border-box;
}

.about-video {
    margin: 50px 0 0;
    position: relative;
}

.about-macbook {
    position: absolute;
    max-width: 100%;
}

.about-video-iframe {
    /*top: 30px;
    left: 72px;
    max-width: 408px;*/
    position: absolute;
    top: 5px;
    left: 73px;
    max-width: 452px;
}

.awards-sect {
    background-image: url(https://filearchive.cnews.ru/img/cnews/2020/03/25/awardbg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 70vw;
}

.awards-sect .btn {
    background: #E43241;
    color: white;
    padding: 14px 32px;
}

.awards-sect .btn:hover {
    background: #c3172d;
}

.awards-sect .btn:after {
    content: "";
    background-image: url(https://filearchive.cnews.ru/img/cnews/2020/03/24/caretright.svg);
    background-repeat: no-repeat;
    display: inline-block;
    width: 10px;
    height: 20px;
    vertical-align: middle;
    margin: 10px 0 5px 13px;
}

.awards-sect .container {
    display: flex;
}

.awards-col {
    flex-basis: 50%;
}

.awards-col h3 {
    margin-top: 19vw;
    color: rgba(255, 255, 255, 0.8);
}

.awards-col .btn-container {
    margin-top: 40px;
}

.award-img {
    max-height: 585px;
    height: 40vw;
    margin: 8vw 0 0 5vw;
}

.program-sections {
    display: flex;
    justify-content: space-between;
}

.program-list {
    /* display: inline-block; */
    display: flex;
    flex-wrap: wrap;
}

.program-section-link *,
.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;
}

.program-section-link a:hover,
.scheme-section-desc a:hover {
    text-decoration: underline;
}

.program-section-link *:before {
    content: "1";
    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;
    margin-top: -2px;
    vertical-align: middle;
    position: absolute;
    top: 2px;
    left: 0;
}

.program-section-link:nth-child(2) *:before {
    content: "2";
}

.program-section-link:nth-child(3) *:before {
    content: "3";
}

.program-section-link:nth-child(4) *:before {
    content: "4";
}

.program-section-link:nth-child(5) *:before {
    content: "5";
}

.program-section-link:nth-child(6) *:before {
    content: "6";
}

.program-section-link:nth-child(7) *:before {
    content: "7";
}

.program-section-link:nth-child(8) *:before {
    content: "8";
}

.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: #61CF93;
    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;
}

.program-item {
    padding-right: 40px;
    box-sizing: border-box;
}

.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: 120px;
}

.speakers-sect:before {
    content: "";
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
    background-image: url(https://filearchive.cnews.ru/img/cnews/2020/03/24/russia.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}

.speakers-block {
    display: flex;
    flex-flow: row wrap;
    position: relative;
}

.speaker-block {
    flex-basis: 25%;
    margin: 30px 0 60px;
    box-sizing: border-box;
    padding-right: 20px;
}

.speaker-photo {
    width: 120px;
    border-radius: 50%;
}

.speaker-name {
    color: white;
    font-weight: 700;
    font-size: 18px;
}

.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;
}

.gallery-block .gallery-item {
    margin: 0 0 30px;
}

.sponsors-sect {
    padding: 60px 0;
    overflow: hidden;
}

.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: 345px;
    min-height: 255px;
    padding: 40px 40px 20px;
    box-sizing: border-box;
    margin: 0 auto 20px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

.sponsor-read-more {
    margin-top: auto;
}

.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,
.program-section-link 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;
} 

footer {
    padding: 30px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    background: #297A4A;
}

footer a {
    text-decoration: none;
    color: white;
}

footer a:hover {
    color: #eee;
}

footer .container,
.terms-conditions .container {
    display: flex;
}

.col-logo {
    flex-basis: 15%;
}

.col-links {
    flex-basis: 85%;
    display: flex;
}

.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;
}

.footer-col {
    flex-basis: 40%;
    box-sizing: border-box;
    padding-right: 20px;
}

.footer-col:nth-child(2) {
    flex-basis: 30%;
}

.footer-col:nth-child(3) {
    flex-basis: 30%;
}

.top-sect {
    padding: 140px 0 60px;
    background: #359B5D;
}

.top-sect h1 {
    margin-bottom: 0;
}

/*section.php*/
.section-sect {
    padding: 120px 0 60px;
    background: #359B5D;
}

.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: 80px;
}

.breadcrumbs a {
    color: #FFF46D;
    text-decoration: none;
}

.breadcrumbs a:after {
    content: "/";
    color: #FFF46D;
    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: 60px 0 90px;
}

.forum-table {
    box-shadow: 0px 10px 30px rgba(0, 61, 31, 0.2);
}

.forum-table th,
.forum-table td {
    color: white;
    padding: 25px 40px;
    background: #288653;
    font-size: 18px;
    vertical-align: top;
    transition: .3s;
}

.thead td {
    background: #359B5D;
    padding: 25px 40px;
}

.thead td:first-of-type {
    border-radius: 20px 0 0 0;
}

.thead td:last-of-type {
    border-radius: 0 20px 0 0;
}

.forum-table tr:last-of-type td:first-of-type {
    border-radius: 0 0 0 20px;
}

.forum-table tr:last-of-type td:last-of-type {
    border-radius: 0 20px 0 0;
}

.forum-table tr:hover td {
    background: #2f9058;
}

/*media*/

.media-sect {
    padding: 60px 0;
}

#mediatab-1 {
    margin: -1%;
}

.mediatab-content .gallery-item {
    float: left;
    margin: 1.1%;
    position: relative;
    width: 260px;
    height: 212px;
    overflow: hidden;
    border-radius: 12px;    
    box-shadow: 0px 10px 30px rgba(0, 61, 31, 0.2);
    transition: .3s;
}

.mediatab-content .gallery-item:hover {
    box-shadow: 0px 15px 40px rgb(0 61 31 / 35%);
}

.gallery-item img {
    box-shadow: 0px 10px 30px rgba(0, 61, 31, 0.2);
    border-radius: 12px;
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    height: auto;
    max-width: 200%;
    min-width: 100%;
    transition: .3s;
}

.gallery-item img:hover {
    box-shadow: 0px 15px 40px rgb(0 61 31 / 35%);
}

.media-sect .gallery-item img {
    position: static;
    transform: unset;
    max-width: 250px;
    min-width: unset;
}

/*.mediatab-content .gallery-item:nth-child(5), .mediatab-content .gallery-item:nth-child(5) img {
    max-width: unset;
    width: 543px;
}*/

.gallery-all {
    position: relative;
}

.gallery-all span {
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    min-width: 150px;
    font-size: 17px;
    line-height: 1.4;
    font-weight: 600;
}

.mediatab-nav {
    background: #359B5D;
}

.mediatabs-sect {
    padding: 0 0 60px;
}

.mediatabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.mediatab-link {
    background: none;
    color: rgba(255, 255, 255, 0.8);
    display: inline-block;
    padding: 10px 0 20px;
    margin-right: 30px;
    cursor: pointer;
}

.mediatabs li.current {
    border-bottom: 3px solid #FFF46D;
    font-weight: 700;
    color: #FFF46D;
}

.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;
}

.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%);
    min-height: 100%;
    max-width: initial;
    min-width: 100%;
    transition: .3s;
}

.presentation-section {
    margin-top: 0;
    margin-bottom: 15px;
    color: #61CF93;
}

.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;
}

.news-item a,
.video-item>div {
    min-height: 300px;
}

.video-play-btn {
    position: relative;
    margin: auto;
    flex-grow: 1;
    max-width: 150px;
}

.video-item>div {
    flex-direction: column;
}

.video-item .media-item-content {
    margin-top: auto;
}

.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 auto 60px;
}

.reg-terms-block,
.reg-form-block {
    background: #288653;
    border-radius: 20px;
    box-shadow: 0px 10px 30px rgba(0, 61, 31, 0.2);
    width: 600px;
    margin: -80px auto 20px;
    box-sizing: border-box;
    padding: 30px 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-small-text {
    font-size: 12px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
}

.reg-terms-heading {
    background: #359B5D;
    color: white;
    padding: 25px;
    text-align: center;
    border-radius: 20px 20px 0 0;
    font-size: 18px;
    font-weight: 500;
}

.reg-terms-content {
    padding: 45px 60px;
}

.reg-text {
    background: white;
    border: 0;
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin: 20px 0;
    border-radius: 3px;
    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: 16px;
    border: 0;
}

.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 {
    background-image: url(../img/caret-select.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: .3s;
}

.reg-terms-content .ui-selectmenu-button-open .ui-icon {
    transform: rotate(180deg);
}

.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 {
    border-radius: 0;
    border: 0;
    width: 100%;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    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;
}

.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: #61CF93;
    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,
.hall-items {
    list-style: none;
}

.hall-list {
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #c8c8c8;
    padding-bottom: 40px;
    margin-bottom: 50px;
}

.hall-list li,
.hall-items li {
    display: inline-block;
    width: 24%;
    vertical-align: top;
    margin-bottom: 18px;
    padding: 0 20px 0 40px;
    box-sizing: border-box;
}

.hall-list span,
.hall-items span {
    background-color: #158980;
    color: #fff;
    display: block;
    float: left;
    margin: -5px -30px 0 0;
    left: -50px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    position: relative;
}

.hall-list span {
    background-color: #18f681;
    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 30px 80px;
}

.scheme-block-stand h3, .scheme-block-stand p {
    color: black;
}

.scheme-block .scheme-hall {
    display: none;
}

.scheme-interactive {
    /* display: none; */
    position: relative;
    overflow: auto;
    margin-bottom: 40px;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 7%);
}

.scheme-interactive .scheme-interactive-img {
    width: 1098px;
    max-width: unset;
}

.scheme-interactive-elements {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
}

.scheme-interactive-item {
    position: absolute;
    background-color: #398a81;
    padding: 5px;
    color: white;
    font-size: 12px;
    min-width: 29px;
    font-weight: bold;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 3px;
}

.scheme-interactive-item-big {
    background-color: #9A2337;
}

.scheme-item-1 {
    top: 440px;
    left: 174px;
}

.scheme-item-2 {
    top: 440px;
    left: 204px;
}

.scheme-item-3 {
    top: 440px;
    left: 234px;
}

.scheme-item-4 {
    top: 440px;
    left: 264px;
}

.scheme-item-5 {
    top: 440px;
    left: 294px;
}

.scheme-item-6 {
    top: 440px;
    left: 324px;
}

.scheme-item-7 {
    top: 440px;
    left: 354px;
}

.scheme-item-8 {
    top: 440px;
    left: 384px;
}

.scheme-item-9 {
    top: 440px;
    left: 414px;
}

.scheme-item-10 {
    top: 353px;
    left: 314px;
    min-width: 46px;
}

.scheme-item-11 {
    top: 324px;
    left: 314px;
    min-width: 46px;
}

.scheme-item-12 {
    top: 324px;
    left: 361px;
    min-width: 46px;
}

.scheme-item-13 {
    top: 353px;
    left: 378px;
}

.scheme-item-14 {
    top: 184px;
    left: 313px;
    min-width: 46px;
}

.scheme-item-15 {
    top: 155px;
    left: 313px;
    min-width: 46px;
}

.scheme-item-16 {
    top: 155px;
    left: 375px;
}

.scheme-item-17 {
    top: 184px;
    left: 360px;
    min-width: 44px;
}

.scheme-item-18 {
    top: 171px;
    left: 500px;
    min-height: 37px;
    line-height: 37px;
}

.scheme-item-19 {
    top: 219px;
    left: 500px;
    min-height: 37px;
    line-height: 37px;
}

.scheme-item-20 {
    top: 267px;
    left: 500px;
    min-height: 37px;
    line-height: 37px;
}

.scheme-item-21 {
    top: 90px;
    left: 467px;
}

.scheme-item-22 {
    top: 90px;
    left: 437px;
}

.scheme-item-23 {
    top: 90px;
    left: 392px;
    min-width: 44px;
}

.scheme-item-24 {
    top: 300px;
    left: 855px;
}

.scheme-item-25 {
    top: 329px;
    left: 855px;
}

.scheme-item-26 {
    top: 358px;
    left: 855px;
}

.scheme-item-27 {
    top: 488px;
    left: 855px;
}

.scheme-item-28 {
    top: 517px;
    left: 855px;
}

.scheme-item-29 {
    top: 546px;
    left: 855px;
}

.scheme-item-30 {
    top: 573px;
    left: 885px;
}

.scheme-item-31 {
    top: 573px;
    left: 915px;
}

.scheme-item-32 {
    top: 573px;
    left: 945px;
}

.scheme-item-33 {
    top: 573px;
    left: 975px;
}

.scheme-item-34 {
    top: 573px;
    left: 1005px;
}

.scheme-item-35 {
    top: 546px;
    left: 1035px;
}

.scheme-item-36 {
    top: 517px;
    left: 1035px;
}

.scheme-item-37 {
    top: 444px;
    left: 1035px;
}

.scheme-item-38 {
    top: 415px;
    left: 1035px;
}

.scheme-item-39 {
    top: 386px;
    left: 1035px;
}

.scheme-item-40 {
    top: 357px;
    left: 1035px;
}

.scheme-item-41 {
    top: 328px;
    left: 1035px;
}

.scheme-item-42 {
    top: 315px;
    left: 500px;
    min-height: 37px;
    line-height: 37px;
}

.scheme-item-43 {
    top: 365px;
    left: 500px;
    min-height: 15px;
    line-height: 15px;
}

.scheme-interactive-item-name {
    display: none;
}

.scheme-interactive-item:hover .scheme-interactive-item-name {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #359B5D;
    padding: 8px;
    z-index: 1;
    border-radius: 3px;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
    line-height: 1.2;
}

.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 {
    left: auto;
    right: 50%;
}

.scheme-interactive-item:hover .scheme-interactive-item-name:empty {
    display: none;
    padding: 0;
}

.scheme-stand-big, .scheme-stand-standard {
    border-radius: 3px;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-color: #398a81;
    vertical-align: middle;
}

.scheme-stand-big {
    background-color: #9A2337;
}

.cnb-zone-365 {
    text-align: center;
}

/*
.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) {
    .container, .sponsor_page {
        padding: 0 20px;
        max-width: 100%;
    }

    .about-macbook {
        display: none;
    }

    .media-sect .gallery-block .gallery-item {
        flex-basis: 21%;
    }

    .mediatab-content .gallery-item:nth-child(5) img {
        max-width: 260px;
        width: unset;
    }

    #mediatab-1 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .mediatab-content .gallery-item {
        margin: 1%;
        flex-basis: 23%;
        max-width: 23%;
        display: inline-block;
    }

    .mediatab-content .gallery-item:nth-child(5) img {
        max-width: unset;
        width: 100%;
    }

    .mn_link {
        margin-left: 10px;
        margin-top: 15px;
        font-size: 12px;
    }
}

@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) {
    .sponsor-item {
        margin: 0 30px;
    }

    .sponsors-sect .sponsor-item {
        width: 100%;
        max-width: 90%;
        flex-basis: 90%;
        margin: 20px 20px 20px 0;
    }

    .mediatab-content .gallery-item {
        flex-basis: 50%;
        max-width: 50%;
        width: 31.3%;
        height: 240px;
    }
}

@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: #288653;
        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 .reg-top-btn {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 18px;
        border-radius: 4px;
        margin-top: 40px;
    }

    .mob-nav-overlay .nav-fixed .reg-top-btn {
        z-index: 9999;
        top: 4%;
    }

    .nav-links {
        display: none;
    }

    .awards-col {
        flex-basis: 40%;
    }

    .awards-col:last-of-type {
        flex-basis: 60%;
    }

    .about-video-iframe {
        position: static;
        max-width: 100%;
    }

    .media-sect {
        padding-bottom: 0;
    }

    .media-sect .container {
        padding: 0;
    }

    .media-sect h2,
    .media-sect .dots-decor {
        padding-left: 20px;
    }

    .media-sect .gallery-block .gallery-item {
        min-width: 250px;
    }

    .gallery-block {
        flex-wrap: nowrap;
        flex-direction: row;
        overflow-x: scroll;
    }

    .gallery-block .gallery-item {
        margin: 0 20px 30px 0;
    }

    .gallery-block .gallery-item {
        margin-left: 20px;
    }

    .speaker-block {
        flex-basis: 50%;
    }

    .hall-list li, .hall-items li {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    body {
        background-image: unset;
    }

    h1,
    .reg-top-sect h1 {
        font-size: 30px;
        text-align: center;
    }

    /* .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%;
    }

    .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;
    }

    .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;
    }

    .about-sect .about-col:last-child {
        padding-left: 0;
    }

    .about-col,
    .awards-col,
    .speaker-block {
        flex-basis: 100%;
    }

    .about-block {
        flex-direction: column-reverse;
    }

    .about-macbook {
        position: static;
    }

    .about-video-iframe {
        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;
    }

    .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: 90px;
    }

    .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: 70px;
    }

    .speaker-name {
        margin-top: 0;
    }

    footer .container,
    .terms-conditions .container,
    .col-links {
        flex-direction: column;
    }

    .footer-col {
        margin: 7px 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 0;
        font-size: 12px;
        box-sizing: border-box;
    }

    .participants-sect {
        background: #288653;
    }

    .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;
    }

    .mediatab-content .gallery-item {
        flex-basis: 48%;
        max-width: 48%;
        width: 48%;
    }

    .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 20px;
    }

    .reg-form-block {
        margin-top: 30px;
        padding: 0;
    }

    .reg-terms-content {
        padding: 30px 20px;
    }

    .reg-terms-heading {
        padding: 16px;
        font-size: 15px;
    }

    .reg-text {
        margin: 16px 0;
        font-size: 15px;
        padding: 14px 12px;
    }

    .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;
        flex-direction: column;
    }

    .hall-list li, .hall-items li {
        width: 100%;
    }

    .btn-container .btn, .btn+.btn {
        margin: 10px 0;
        display: block;
    }
}

@media (max-width: 680px) {
    .sponsor-item {
        width: 80vw;
        padding: 16px;
        min-height: unset;
    }

    .sponsor-item h4 {
        margin: 25px 0 0;
    }

    .sponsor-read-more {
        margin: 0;
    }
}

@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;
    }

    .mediatab-content .gallery-item {
        flex-basis: 100%;
        max-width: 100%;
        width: 100%;
    }

    .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);
    }
}

@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;
    }
}

@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;
    }
}

