@import url(https://fonts.googleapis.com/css?family=Montserrat:400,600,700&subset=cyrillic);

.mob_nav_opened {
  overflow: hidden;
}

.burger_btn {
  position: absolute;
  top: 25px;
  right: 0;
  height: 40px;
  width: 40px;
  padding: 20px;
  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%;
}

.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;
}

.menu_nav {
  display: block;
  margin: 40px 0;
  padding-right: 30px;
  float: left;
}

.mn_link {
  display: inline-block;
  margin-left: 40px;
}

.mn_link a {
  color: white;
}

.nav-fixed .burger_btn {
  top: 40px;
  padding: 15px 20px;
}

body {
  margin: 0;
  padding: 0px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

h1 {
  font-size: 45px;
}

h2 {
  margin-top: 0;
  font-size: 36px;
  color: #3c3d4b;
  text-align: center;
}

p {
  color: #7c7c82;
  line-height: 25px;
}

a {
  color: #fb9720;
  text-decoration: none;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.logo {
  float: left;
  margin-right: 30px;
}

.logo img {
  width: 85px;
}

.reg-top-btn {
  display: none;
  font-size: 14px;
  position: absolute;
  color: white;
  background: #ba522f;
  padding: 7px 13px;
  border-radius: 4px;
  top: 33px;
  left: 100%;
  z-index: 10;
}

.nav-fixed .reg-top-btn {
  display: inline-block;
}

.navbar {
  position: absolute;
  width: 100%;
  margin: 20px 0;
}

.nav-links {
  padding: 0;
  margin: 40px 0;
  list-style-type: none;
  float: right;
}

.nav-fixed {
  position: fixed;
  z-index: 3;
  background: #fb9620;
  margin: 0 auto;
  padding: 7px 0;
  z-index: 6;
}

.nl {
  margin-right: 40px;
  display: inline-block;
}

.nl a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-size: 15px;
  transition: 0.2s;
}

.nl a:hover {
  color: white;
}

section {
  padding: 90px 0;
  background-size: cover;
  background-position: center;
}

.section-include {
  padding: 30px 0;
}

.section-include:last-of-type {
    padding-bottom: 90px;
}

.speakers.section-include {
  padding-top: 30px;
}

/*.section-include .speaker-block {
    min-height: unset;
}*/

.section-include .s-overlay {
  margin: 0 20px 20px 0;
}

.main-info {
  padding: 120px 0;
  background-color: #f36f3f;
  background-image: url(//filearchive.cnews.ru/img/cnews/2019/03/11/introbg2.jpg);
  overflow: hidden;
}

.main-info .btn {
  position: relative;
  z-index: 5;
}

.main-info .col-6:first-of-type {
  margin-top: 120px;
}

.main-info-small {
  padding: 80px 0;
  text-align: center;
}

.main-info-small h1 {
  margin-top: 60px;
}

.main-info-small .btn {
  margin: 5px 12px 0;
}

.main-info h1,
.main-info p {
  color: white;
}

.main-info h1 {
  margin-bottom: 10px;
}

.main-info p {
  margin-bottom: 50px;
  font-size: 18px;
  opacity: 0.9;
}
.main-info p.cases-date {
  margin-bottom: 20px;
}
.main-info p.general-partner-logo {
  margin: 0 0 20px;
}
p.general-partner-logo + .general-partner-logo-img {
  max-width: 100%;
  float: none;
  display: block;
  margin-bottom: 20px;
  border-radius: 4px;
}
.main-info-small p.general-partner-logo + .general-partner-logo-img {
  margin: 0 auto 20px;
}
.main-info-small p {
  margin-bottom: 20px;
}

.info-number {
  border: 5px solid #D29646;
  padding: 100px 40px;
  text-align: center;
  max-width: 70%;
  margin-left: auto;
}

.info-number p {
  color: #C7734E;
  font-size: 40px;
  margin: 0;
  line-height: 1;
}

p.info-number-top {
  font-weight: 700;
  font-size: 120px;
}

.col-6 .gear-wheel {
  position: relative;
  max-width: 100%;
  height: 530px;
}

.col-6 .gear-back {
  position: absolute;
  width: 580px;
  top: 3%;
  left: 4%;
  z-index: 1;
  max-width: unset;
  animation: gearspin 160s linear infinite;
}

.col-6 .gear-top {
  position: absolute;
  width: 320px;
  top: 21%;
  left: 26%;
  z-index: 2;
  max-width: unset;
  animation: gearspin 160s linear reverse infinite;
}

@keyframes gearspin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.container {
  width: 1170px;
  position: relative;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}
.speakers .container {
  display: flex;
  flex-wrap: wrap;
}

.container:after,
.content_inner:after {
  display: block;
  content: "";
  clear: both;
}

.btn {
  background-color: #ffaa2f;
  color: white;
  text-decoration: none;
  border: 0;
  border-radius: 4px;
  display: inline-block;
  padding: 15px 32px;
  margin: 5px 24px 0 0;
  box-sizing: border-box;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  transition: 0.2s;
}

.btn-primary {
  background-color: white;
  color: #f56d3d;
}
.btn-primary.btn-disabled {
  background-color: #f7f7f7;
  color: #f56d3d;
  filter: brightness(90%);
  pointer-events: none;
  /*cursor: no-drop;*/
  position: relative;
}
.btn-primary.btn-disabled:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  cursor: no-drop;
}

.btn:hover {
  cursor: pointer;
  background-color: #f7f7f7;
  color: #f56d3d;
}

.btn-primary:hover {
  filter: brightness(90%);
}

.info h2 {
  text-align: left;
}

.col-6 {
  width: 50%;
  float: left;
}

.col-6 img {
  max-width: 70%;
  float: right;
}

.innovation,
.video {
  padding: 0;
}

.video2018 {
  cursor: pointer;
}

.innovation h2 {
  padding: 0 0 40px;
}

.i-bg {
  width: 100%;
  padding: 60px 0;
  position: relative;
  background-color: #ffaa2f;
  background-image: url(//filearchive.cnews.ru/img/cnews/2019/03/01/innovationbg.jpg);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.i-btn:hover {
  filter: brightness(90%);
}

.i-desc {
  position: absolute;
  color: #fff;
  width: 315px;
  font-size: 24px;
  top: 12%;
  left: 65%;
}

.i-logo {
  max-width: 700px;
  margin: 0 0 45px -35px;
}

.video {
  margin-bottom: -4px;
}

.programm, .scheme-section {
  background-color: #ffaa2f;
  background-image: url(//filearchive.cnews.ru/img/cnews/2019/03/01/programsbg.jpg);
}

.programm > .container > .clearfix,
.scheme-section > .container > .clearfix {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.programm h2, .scheme-section h2 {
  margin-bottom: 40px;
  color: white;
}

.program-block {
  display: flex;
  width: 35%;
  margin: 15px 1.5%;
  vertical-align: top;
  text-align: left;
  min-height: 75px;
}

.scheme-block-2022 .program-block .p-text-block h3 {
  color: #fff;
}

.scheme-block-2022 .program-block .p-text-block h3 span {
  display: block;
  font-weight: 400;
}
.program-block h3 {
  position: relative;
  font-size: 15px;
  z-index: 2;
}

.program-block .ptb-two-rows {
  margin-top: 5px;
  text-align: left;
}

.program-block h3 a {
  color: white;
}

.stand-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: left;
  margin: 30px 0 0;
}

.stand-item {
  display: grid;
  grid-template-columns: 50px 1fr;
  align-items: center;
  margin: 10px;
}

.stand-name {
  color: white;
  font-size: 20px;
  font-weight: 600;
  padding: 0 15px;
}

.stand-number {
  color: white;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  background: #ba522f;
  padding: 7px 10px;
}

.p-icon {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(50%, 50%);
  width: 30px;
}

.p-icon-bg {
  position: relative;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 15px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.03);
  transition: 0.2s;
  text-align: center;
}

.p-icon-bg span {
  padding: 12px;
  display: inline-block;
  color: white;
  font-size: 30px;
  font-weight: 700;
  user-select: none;
  min-width: 36px;
}

.program-block:hover .p-icon-bg {
  background-color: rgba(255, 255, 255, 0.2);
}

.p-text-block {
  position: relative;
  display: inline-block;
  margin-top: 8px;
  vertical-align: top;
}

.p-number {
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  font-size: 42px;
  color: rgba(255, 255, 255, 0.1);
  font-weight: 700;
  user-select: none;
}

.p-desc {
  margin-top: 5px;
  color: #d6b4de;
  max-width: 90%;
  line-height: 20px;
  font-size: 12px;
}

.p-scheme {
  text-align: center;
  margin: 60px auto 0;
  max-width: 1026px;
}

.p-scheme img {
  width: 100%;
}

.speakers-wrap {
  display: flex;
  flex-wrap: wrap;
}
.speaker-block {
  width: 31.3333%;
  display: inline-block;
  /*float: left;*/
  margin: 20px 0 15px;
  padding-right: 2%;
  /*min-height: 156px;*/
}

.speaker-block:hover {
  cursor: default;
}

.speaker-block:hover .s-name {
  color: #e6632c;
}

.speaker-block:hover .s-photo {
  opacity: 0.6;
}

.speaker-block:hover .s-overlay {
  background-color: rgba(251, 151, 32, 1);
}

.s-overlay:before {
  content: "";
  width: 102px;
  height: 102px;
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 4px solid white;
  border-radius: 50%;
  z-index: 1;
}

.speaker-block:hover .s-overlay:before {
  content: "";
  width: 102px;
  height: 102px;
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 4px solid white;
  border-radius: 50%;
}

/*
.speaker-block:hover .s-overlay:after {
    content: "+";
    font-size: 70px;
    color: white;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
*/

.s-overlay {
  position: relative;
  width: 106px;
  height: 106px;
  overflow: hidden;
  padding: 2px;
  border: 1px solid #a2b2bd;
  display: inline-block;
  float: left;
  border-radius: 50%;
  margin: 0 20px 30px 0;
}

.s-name {
  color: #3c3d4b;
  font-size: 18px;
  font-weight: 700;
  margin-left: 134px;
}

.s-position {
  margin: 5px 0 3px 134px;
  color: #4a4a4a;
  line-height: 21px;
  font-size: 13px;
}
.s-position b {
  display: block;
}

.s-photo {
  position: absolute;
  float: left;
  width: 100px;
  border-radius: 50%;
  padding: 3px;
  transition: 0.2s;
  top: 50%;
  transform: translateY(-50%);
}

.s-info {
  margin-top: 10px;
  color: #717171;
  line-height: 21px;
}

.partners {
  padding: 60px 60px 0;
}

.partners a {
  vertical-align: middle;
}

.partners.odd {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.partners:last-of-type {
    padding-bottom: 60px;
}

.partner_title_group {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}
.partner_title {
  font-size: 16px;
  width: 100%;
}

.partners_item + .partners_item {
  margin-top: 20px;
}

.partner_logo_list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 10px 0 30px;
}

.sponsor-heading {
  font-size: 20px;
  margin-top: 0;
}

.sponsor-item {
  padding: 20px 0;
}

.sponsor-img {
  float: right;
  margin: 0 0 15px 30px;
  max-width: 250px;
}

.sponsor-desc {
  width: 70%;
}

.sponsors-block {
  position: relative;
  margin-top: 70px;
  border: 3px solid #3c3d4b;
  text-align: center;
}
.sponsors-block .partners_item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.sponsors-block:first-of-type {
  border: 3px solid #fb9720;
}

.sponsors-block h3 {
  padding: 10px 30px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -55%);
  font-size: 20px;
  background: white;
}

.sponsors-block:first-of-type h3 {
  color: #fb9720;
}

.sponsors-block img {
  padding: 20px;
  max-width: 250px;
  /*max-height: 90px;*/
}

.media {
  padding: 90px 30px;
  background-color: #ffaa2f;
  background-image: url(//filearchive.cnews.ru/img/cnews/2019/03/01/mediabg.jpg);
  text-align: center;
}

.media h2,
.media p {
  color: white;
}

.media h2 {
  margin-bottom: 20px;
}

.media .btn {
  margin: 50px 0 0;
  cursor: pointer;
}

.lightcase-contentInner {
  height: auto !important;
}

.m-hidden {
  display: none;
}

.m-items {
  margin: 45px 0 0;
}

.m-items.m-hidden {
  margin: 0;
}

.m-items img {
  width: 100%;
  border-radius: 6px;
  transition: 0.2s;
  object-fit: cover;
  height: 150px;
}

.m-items a {
  position: relative;
  display: inline-block;
  width: 14%;
  margin: 1%;
  vertical-align: top;
}

.m-items a:hover p {
  color: #ddd;
}

.m-items a:hover img {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

.m-items p {
  margin-top: 5px;
  text-align: left;
  line-height: 19px;
  font-size: 12px;
  max-width: 80%;
  transition: 0.2s;
}

.m-items span {
  float: right;
  font-size: 11px;
  margin-top: 10px;
  padding: 2px 3px;
  border: 1px solid white;
  border-radius: 3px;
  color: white;
}

.contacts {
  padding: 50px 0;
  background-image: url(//filearchive.cnews.ru/img/cnews/2019/03/01/contactbg.jpg);
  text-align: center;
}

.contacts p,
.contacts a {
  margin: 5px 0;
  color: white;
}

.contacts hr {
  opacity: 0.3;
  max-width: 70%;
  margin: 18px auto;
  border: 0;
  height: 1px;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 0) 100%
  );
}

.contacts img {
  margin-bottom: 40px;
}

.news-block {
  margin-top: 30px;
}

.forum_table {
  width: 100%;
}

.forum_table td {
  padding: 15px 10px 15px 10px;
}

.forum_table tr:hover td {
  background: #ffaa2f;
  color: #fff;
}

.forum_table tr.thead td {
  font-weight: bold;
}

a.news-desc {
  color: #7c7c82;
}

.news-block time {
  color: grey;
  padding: 5px 10px;
  margin-right: 7px;
  background-color: #f1f1f1;
  display: inline-block;
}

.input-field {
  width: 100%;
  padding: 9px 15px;
  border-radius: 4px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.registration_comment {
  background: #f7f7f7;
  padding: 5px 25px 20px 25px;
  max-width: 610px;
  margin: 0 auto;
}

.cf {
  width: 660px;
  margin: 0 auto;
}

.cf label {
  margin-bottom: 5px;
  display: inline-block;
}

.sub_text {
  margin: 0;
  font-size: 12px;
  color: #999;
}

.usr-agree {
  margin: 20px 0;
}

#top-btn {
  display: inline-block;
  background-color: #ff9800;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: 0.2s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#top-btn:hover {
  cursor: pointer;
  background-color: #e68900;
}

#top-btn:active {
  background-color: #e68900;
}

#top-btn.show {
  opacity: 1;
  visibility: visible;
}

#top-btn img {
  width: 25px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(50%, 50%);
}

.main-info .year-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 40px 0 0;
  max-width: 400px;
  font-size: 14px;
  color: white;
  position: relative;
  z-index: 2;
}

.year-links {
  display: inline-block;
  float: right;
}

.year-block a {
  color: white;
  font-weight: 700;
  letter-spacing: 2px;
  opacity: 0.8;
  transition: 0.2s;
  text-align: right;
  display: inline-block;
  margin-right: 10px;
}

.year-block a:hover {
  opacity: 1;
}

/*фикс якорей*/
.programm,
.speakers,
.scheme-section {
  padding-top: 140px;
  margin-top: -50px;
}

.modal-header {
  background-color: #fb9620;
  color: white;
}
.cases-presentation-block,
.forum-media-news {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cases-presentation-item,
.cases-media-news-item {
  position: relative;
  flex-basis: 48%;

  box-sizing: border-box;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0,61,31,0.2);
  margin-bottom: 40px;
  cursor: pointer;
  background: #ffaa2f;
}
.cases-presentation-item a,
.cases-media-news-item a {
  display: flex;
  text-decoration: none;
  padding: 40px;
}
.cases-media-news-item a {
  display: flex;
  justify-content: space-between;
}
.cases-media-title {
  display: flex;
  flex-direction: column;

}
.cases-media-img {
  height: 100px;
  flex-shrink: 0;
  margin-bottom: 10px;

}
.media-item-content {
  position: relative;
  z-index: 1;
}
.cases-presentation-name,
.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);
}
.cases-media-news-name {
  margin-bottom: 8px;
}
.cases-media-news-name + time {
  color: #fff;
  margin-bottom: 8px;
}
.cases-presentation-speaker {
  display: flex;
  align-items: center;
}
.cases-presentation-speaker img {
  max-width: 50px;
  align-self: baseline;
  margin-right: 12px;
}
.cases-presentation-speaker p,
.cases-media-news-announce {
  font-size: 13px;
  margin: 0;
  font-weight: 500;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8);
}
.cases-presentation-speaker + .cases-presentation-speaker {
  margin-top: 15px;
}
.cases-media-news-source {
  margin-bottom: 0;
}
.main-info .btn {
  padding: 15px;
}
img[src$="https://static.cnews.ru/img/files/2024/04/18/bez_zagolovka.png"]{
  max-width: 250px;
}

@media (max-width: 768px) {
  .cases-presentation-item,
  .cases-media-news-item {
    flex-basis: 100%;
  }
}

@media (max-width: 1600px) {
  .reg-top-btn {
    left: 98%;
  }
}

@media (max-width: 1400px) {
  .menu_nav {
    margin: 25px 0;
    padding-right: 60px;
  }

  .container {
    width: 1120px;
  }

  .nl {
    margin-right: 30px;
  }

  .input-field {
    width: 100%;
  }

  .nav-links {
    margin: 25px 0;
  }

  .logo img {
    width: 60px;
  }

  .logo {
    margin-right: 20px;
  }

  .reg-top-btn {
    font-size: 12px;
    top: 20px;
  }
}

@media (max-width: 1366px) {
  .nav-links {
    margin-right: 40px;
  }

  .reg-top-btn {
    left: 95%;
  }
}

@media (max-width: 1280px) {
  .mn_link {
    margin-left: 20px;
  }

  .mn_link a {
    font-size: 13px;
  }

  .m-items img {
    height: 180px;
  }
}

@media (max-width: 1240px) {
  .menu_nav {
    padding-right: 90px;
  }

  .nav-links {
    margin-right: 60px;
  }

  .reg-top-btn {
    left: 93%;
  }
}

@media (max-width: 1200px) {
  .menu_nav {
    padding-right: 0;
  }

  .container {
    width: 900px;
  }

  .nav-fixed .reg-top-btn {
    top: 75px;
    right: 0px;
    left: unset;
    font-size: 16px;
    border-radius: 0 0 4px 4px;
  }

  .col-6 .gear-top {
    top: 24%;
    left: 30%;
  }

  .nav-links {
    margin-right: 0;
  }

  .main-wrapper {
    width: 100%;
  }

  .i-desc {
    position: static;
    margin-top: 0;
    width: 100%;
    font-size: 18px;
  }

  .nl {
    margin-right: 15px;
  }

  .m-items a {
    width: 31%;
  }

  .speaker-block {
    width: 48%;
    min-height: 153px;
  }

  .s-overlay {
    margin: 0 15px 40px 0;
  }

  .s-name {
    font-size: 16px;
  }

  .s-position {
    line-height: 18px;
    font-size: 12px;
  }

  .s-info {
    line-height: 19px;
    font-size: 12px;
  }
}

@media (max-width: 990px) {
  .mob_nav_opened .burger_btn {
    position: fixed;
    z-index: 7;
    top: 5vh;
    padding: 20px;
  }

  .mob_nav_opened .mn_link:first-of-type {
    margin-top: 80px;
  }

  .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: white;
    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 {
    margin-left: 0;
    text-align: center;
  }

  .mob_nav_opened .mn_link {
    display: block;
  }

  .mn_link a {
    color: black;
    font-size: 20px;
    padding: 12px 0;
    display: inline-block;
  }

  .burger_btn {
    display: block;
  }

  .container {
    width: 625px;
  }

  .mob-nav {
    display: inline-block;
  }

  .nav-fixed {
    padding: 3px 0;
  }

  .nav-fixed .reg-top-btn {
    top: 50%;
    right: unset;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    border-radius: 4px;
  }

  .mob-nav-overlay .nav-fixed .reg-top-btn {
    z-index: 9999;
    top: 4%;
  }

  .nav-links {
    display: none;
  }

  .main-info {
    padding: 90px 0;
  }

  .cf {
    width: 100%;
  }

  .col-6 {
    width: 100%;
  }

  .col-6 img {
    max-width: 100%;
    float: none;
  }

  .col-6 .gear-wheel {
    margin-top: 40px;
  }

  .col-6 .gear-top {
    top: 21%;
    left: 23%;
  }

  .program-block {
    width: 100%;
  }

  .i-logo {
    margin-left: 0;
    width: 100%;
  }

  .m-items a {
    width: 47%;
  }

  .sponsor-img {
    float: none;
    margin: 0 0 15px;
    max-width: 100%;
  }

  .sponsor-desc {
    width: 100%;
  }

  .info-number {
    padding: 40px 20px;
    max-width: 100%;
    margin-left: 0;
  }

  .info-number p {
    font-size: 26px;
  }

  p.info-number-top {
    font-size: 80px;
  }

  .stand-name {
    font-size: 18px;
  }
}

@media (max-width: 680px) {
  .container {
    width: 430px;
  }

  h1,
  h2 {
    font-size: 24px;
  }

  .col-6 .gear-wheel {
    display: none;
  }

  .main-info .col-6:first-of-type {
    margin-top: 60px;
  }

  .main-info-small .btn {
    margin: 5px 0 0;
  }

  .s-overlay {
    margin: 0 15px 0 0;
  }

  .speaker-block {
    width: 100%;
    min-height: unset;
  }

  .btn {
    width: 100%;
  }

  .main-info {
    padding: 60px 0;
  }

  .stand-container {
    grid-row-gap: 20px;
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 480px) {
  .mob_nav_opened .burger_btn i {
    top: 50%;
  }

  .nav-fixed .reg-top-btn {
    font-size: 14px;
    border-radius: 4px;
  }

  .container {
    width: 305px;
  }

  .p-scheme {
    margin: 30px auto 0;
  }

  .sponsors-block img {
    padding: 40px 0;
  }

  .m-items a {
    width: 100%;
    margin: 1% 0;
  }

  .year-links {
    float: none;
    margin-top: 10px;
  }
}

@media (max-width: 360px) {
  .container {
    width: 265px;
  }

  .nav-fixed .burger_btn {
    right: -20px;
  }
}

@media (max-width: 325px) {
  .container {
    width: 250px;
  }
}
