@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap);html, body {
  font-family: "Montserrat", sans-serif, sans-serif;
}
#tc {
    font-weight: lighter;
    display: none;
}
#timer {
    position: fixed;
    z-index: 99999;
    bottom: 25px;
    left: 25px;
    color: lime;
}
#votetitle {
    text-align: left;
}
#votelist {
    text-align: left;
}
.form_radio > label {
    cursor: pointer;
}
.form_radio > input {
    margin: 15px;
    cursor: pointer;
}

.custom-btn {
  
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: "Montserrat", sans-serif, sans-serif;
  font-weight: bold;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  outline: none;
}
/* 3 */
.btn-3 {
  background: rgb(0,172,238);
background: linear-gradient(0deg, rgba(0,172,238,1) 0%, rgba(2,126,251,1) 100%);
  width: 20em;
  height: 5em;
  line-height: 20px;
  padding: 0;
  border: none;
  display: inline-block;
}

.btn-3 span {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
}
.btn-3:before,
.btn-3:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
   background: rgba(2,126,251,1);
  transition: all 0.3s ease;
}
.btn-3:before {
  height: 0%;
  width: 2px;
}
.btn-3:after {
  width: 0%;
  height: 2px;
}
.btn-3:hover{
   background: transparent;
  box-shadow: none;
}
.btn-3:hover:before {
  height: 100%;
}
.btn-3:hover:after {
  width: 100%;
}
.btn-3 span:hover{
   color: rgba(2,126,251,1);
}
.btn-3 span:before,
.btn-3 span:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
   background: rgba(2,126,251,1);
  transition: all 0.3s ease;
}
.btn-3 span:before {
  width: 2px;
  height: 0%;
}
.btn-3 span:after {
  width: 0%;
  height: 2px;
}
.btn-3 span:hover:before {
  height: 100%;
}
.btn-3 span:hover:after {
  width: 100%;
}

.hidden{
    display: none !important;
}

.fullinput{
  width: 100%!important;
  max-width: 100%!important;
}


.rightchat{
  position: absolute;
  right: 15px;
  font-size: 18px;
  -moz-user-select: none;
-khtml-user-select: none;
user-select: none; 
cursor: pointer;
transform: rotate(180deg);
}

.rightbtn{
  top: 0%;
  left: 50%;
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  -moz-user-select: none;
-khtml-user-select: none;
user-select: none; 
cursor: pointer;
}

.rotatechat{
  transform: rotate(0deg);
}

.hidechat{
  display: none;
}
::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
	border-radius: 5px;
}

::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.3);
	background-color: #555;
}

html {
  letter-spacing: normal;
  font-size: 16px;
}

.nmo-code{
  padding-right: 20px;
}

body {
  position: relative;
  overflow-x: hidden;
  background-color: #FBFBFF;
}


* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

@media all and (max-width: 1450px) {
  html {
    font-size: 14px;
  }
}

@media all and (max-width: 1024px) {
  html {
    font-size: 12px;
  }
}

@media all and (max-width: 850px) {
  html {
    font-size: 11px;
  }
}

@media all and (max-width: 768px) {
  html {
    font-size: 16px;
  }
}

.txt-def {
  font-style: normal;
  font-weight: normal;
  margin: 0 0 0 0;
  font-size: 1rem;
  line-height: 150%;
  text-align: center;
}

.txt-def_red {
  display: block;
  line-height: 150%;
  margin-top: 0.575rem;
}

.txt-def a {
  text-decoration: none;
}

.hideprogtab{
  display: none;
}

.txt-def a:hover {
  text-decoration: underline;
}

@media all and (max-width: 576px) {
  .txt-def span {
    margin-top: 0.9375rem;
  }
}

.txt-h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 150%;
  text-align: left;
  letter-spacing: 0.02em;
}

@media all and (max-width: 768px) {
  .txt-h1 {
    font-size: 1.5rem;
  }
}

@media all and (max-width: 576px) {
  .txt-h1 {
    font-size: 1.125rem;
  }
}

.txt-h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

@media all and (max-width: 576px) {
  .txt-h2 {
    font-size: 1.25rem;
  }
}

.t-center {
  text-align: center !important;
}

.t-left {
  text-align: left !important;
}

.t-both{
  text-align: justify;
}

.enter {
  display: block !important;
  width: 100%;
}


 
.txt-time {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: flex-start;
  font-style: normal;
  font-weight: normal;
  font-size: 2.25rem;
  line-height: 2.75rem;
  text-align: right;
}

.txt-time span {
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.txt-h3 {
  font-style: normal;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 150%;
}

@media all and (max-width: 576px) {
  .txt-h3 {
    font-size: 1rem;
    line-height: 130%;
  }
}

.txt-h4 {
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 130%;
}

.txt-h5 {
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.0625rem;
}

.txt-h6 {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 150%;
}

.txt_bold {
  font-weight: bold;
}

.txt_normal {
  font-weight: normal;
}

.button {
  position: relative;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  width: 17.5rem;
  height: 3rem;
  outline: none;
  text-decoration: none;
  border-radius: 1.5625rem;
  font-style: normal;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  text-align: center;
  box-shadow: 0px 12px 34px -22px rgba(238, 101, 109, 0.25);
  color: #fff;
  transition: color .3s ease, background .3s ease;
  cursor: pointer;
}



.btn-lottery {
  position: relative;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  width: 17.5rem;
  height: 3rem;
  outline: none;
  font-style: normal;
  font-weight: bold;
  font-size: 0.875rem;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  color: #fff;
  border: 1px solid #fff;
  background-size: 200% auto;
 /* text-shadow: 0px 0px 10px rgba(0,0,0,0.2);*/
  box-shadow: 0 0 20px #eee;
  border-radius: 1.5625rem;
 }
 
.btn-lottery:hover {
  background-position: right center; /* change the direction of the change here */
}

.button_borer {
  width: 19.4375rem;
  border: 1px solid;
}

.button_borer svg,
.button_borer img {
  margin-right: 0.625rem;
}

.button_borer svg path,
.button_borer img path {
  transition: fill .3s ease;
}

.button_borer:hover svg path {
  fill: #fff;
}

.button_height {
  width: 15rem;
  height: 3.0625rem;
}



@media all and (max-width: 609px) {
  .button {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 1.5rem;
  }
}

@media all and (max-width: 576px) {
  .btn-lottery {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 1.5rem;
  }
}

.button.is-disable {
  opacity: .5;
}

.button.is-active {
  opacity: 1;
}

.link {
  display: block;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 150%;
}



.link:hover {
  text-decoration: underline;
}

.button-log {
  width: 6.25rem;
  box-shadow: 0px 12px 34px rgba(54, 182, 210, 0.25);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  font-style: normal;
  font-weight: bold;
  font-size: 0.875rem;
  text-align: center;
  color: #fff;
  border: none;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  z-index: 99;
  transition: background .3s ease;
}

.icon-elem {
  width: 15.125rem;
  height: 26.5625rem;
  background: transparent url("../assets/i/elem.svg") center center no-repeat;
  background-size: 100% auto;
  transform: matrix(1, 0, 0, -1, 0, 0);
  display: block;
}

.icon-elem2 {
  width: 29.75rem;
  height: 14.1875rem;
  background: transparent url("../assets/i/elem2.svg") center center no-repeat;
  background-size: 100% auto;
  display: block;
}

.icon-elem3 {
  width: 120rem;
  height: 50.4375rem;
  background: transparent url("../assets/i/elem3.svg") center center no-repeat;
  background-size: 100% auto;
  display: block;
}

.icon-elem4 {
  width: 33.1875rem;
  height: 14.1875rem;
  background: transparent url("../assets/i/elem4.svg") center center no-repeat;
  background-size: 100% auto;
  display: block;
}

.icon-elem {
  width: 13.1875rem;
  height: 26.5625rem;
  background: transparent url("../assets/i/elem5.svg") center center no-repeat;
  background-size: 100% auto;
  display: block;
}

.workspace__reg {
  background: url("../assets/img/background_phone.png") 0 0 no-repeat;
  background-size: cover;
  height: 100vh;
  overflow: auto !important;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: stretch;
  flex-direction: column;
  
}

.workspace__content-reg {
  flex: 1;
}

.workspace__cont {
  position: relative;
  overflow: hidden;
}

.workspace__cont-elem, .workspace__cont-elem2, .workspace__cont-elem3, .workspace__cont-elem4, .workspace__cont-elem5 {
  position: absolute;
}

@media all and (max-width: 768px) {
  .workspace__cont-elem, .workspace__cont-elem2, .workspace__cont-elem3, .workspace__cont-elem4, .workspace__cont-elem5 {
    display: none !important;
  }
}

.workspace__cont-elem {
  top: 5rem;
  left: 5.375rem;
}

.workspace__cont-elem2 {
  right: -2.82%;
  top: 6.25rem;
}

.workspace__cont-elem3 {
  bottom: -1.25rem;
  right: -2.5rem;
}

.workspace__cont-elem4 {
  display: none !important;
}

.workspace__cont-elem5 {
  display: none !important;
}

.container {
  display: block;
  margin: 0 auto;
  max-width: 76.875rem;
  min-width: 320px;
  padding: 0 0.9375rem;
}

.logo {
  font-style: normal;
  font-weight: bold;
  font-size: 1rem !important;
  line-height: 1.8125rem;
  display: flex;
  align-items: center;
  text-decoration: none;
  transform: translateY(-0.5625rem);
  transition: color .3s ease;
  cursor: pointer;
}



.logo_transform {
  transform: translate(0, 0);
}



@media all and (max-width: 1024px) {
  .logo {
    transform: translateY(0);
  }
}

video {
  width: 100% !important;
  height: auto !important;
}

.video-doctor {
  position: relative;
  width: 60rem; 
  height: 33rem;
  margin: 1.25rem auto;
  overflow: hidden;
  cursor: pointer;
}



.video-doctor img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  object-fit: cover;
  object-position: center center;
  max-width: 100%;
  max-height: 100%;
  transition: transform 5s ease-in-out;
}




@media all and (max-width: 768px) {
  .video-doctor {
    width: 100%;
    height: auto;
    padding-bottom: 55%;
  }
  .video-doctor img {
    width: 100%;
    height: auto;
  }
}

@media all and (max-width: 576px) {
  .video-doctor {
    padding-bottom: 60%;
    margin: 0;
  }
  .video-doctor img {
    height: 100%;
  }
  .video-doctor svg {
    transform: scale(0.7);
  }
}

.video-doctor_big {
  width: 100%;
  height: auto;
  padding-bottom: 50%;
}

.video-doctor_big img {
  width: 100%;
  bottom: auto;
}

.column {
  width: 17.8125rem;
  padding: 2.5rem 1.25rem 1.6875rem;
  background: #fff;
  box-shadow: 0px 12px 34px -22px rgba(0, 0, 0, 0.25);
  border-radius: 1.25rem;
}

.column_exhib {
  width: 10.8125rem;
  padding: 2.5rem 1.25rem 1.6875rem;
  background: #fff;
  box-shadow: 0px 12px 34px -22px rgba(0, 0, 0, 0.25);
  border-radius: 1.25rem;
}

.column__logo_exhib  {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  /*height: 4rem;*/
  width: 20%;
  margin-bottom: 1.25rem;
}

.column__logo {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  /*height: 4rem;*/
  width: 100%;
  margin-bottom: 1.25rem;
}

.column__logo_exhib img {
  display: block;
  max-width: 100%;
}

.column__logo img {
  display: block;
  max-width: 100%;
}

.column__txt {
  margin-bottom: 1.9375rem;
  line-height: 150%;
  min-height: 6rem;
  margin-bottom: 0.9375rem;
}

.column_xhibition {
  margin-right: 7 !important;
  width: 24.25rem;
}

.column_xhibition .column__txt {
  min-height: auto;
}

.column_xhibition .column__txt .bold {
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 1.25rem;
}

@media all and (max-width: 768px) {
  .column {
    width: 19rem;
    margin: 0.625rem 0.75rem !important;
  }
}

@media all and (max-width: 576px) {
  .column {
    width: 19rem;
    margin: 0 auto 0.5rem !important;
  }
}

.back {
  position: relative;
  text-decoration: none;
  margin: 1.5625rem 0 1.9375rem;
  cursor: pointer;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 150%;
  transition: color .3s ease;
}

.back svg {
  margin-right: 0.65625rem;
}

.back svg path {
  transition: stroke .3s ease;
}


.change-block {
  opacity: 0;
  visibility: hidden;
  top: 3.125rem;
  position: absolute;
  transition: all .3s ease;
}

.change-block.is-active {
  opacity: 1;
  visibility: visible;
  top: 0rem;
  position: relative;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  z-index: -999;
  transition: opacity 1s;
}

.modal__content {
  position: relative;
  background: #fff;
  overflow: auto;
  box-shadow: 0px 12px 34px -22px rgba(0, 0, 0, 0.25);
  border-radius: 1.875rem;
  width: 56.25rem;
  padding: 5rem 3.75rem 4.25rem;
}

.modal__close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #fff;
  border: 1px solid;
  box-sizing: border-box;
  transition: background .3s ease;
  cursor: pointer;
}

.modal__close i {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 0.84625rem;
  height: 0.0625rem;
  transform: rotate(-45deg);
  transition: background .3s ease;
}

.modal__close i:last-child {
  transform: rotate(45deg);
}



.modal__close:hover i {
  background: #fff;
}

.modal__title {
  margin-bottom: 3.75rem;
}

.modal .icon-file {
  margin-right: 1.25rem;
}

.modal__txt {
  max-width: 23.5625rem;
  line-height: 150%;
  text-align: left;
}

.modal__list-file {
  margin-bottom: 2.5rem;
}

.modal__list-file:last-child {
  margin-bottom: 0;
}

.modal__list-file .link {
  margin-right: 2.5rem;
}

.modal__list-file .link svg {
  margin-right: 0.625rem;
}

.modal__list-file .link:last-child {
  margin-right: 0;
}

.modal__mobile-icon {
  width: 2.875rem;
  height: 1.25rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 0.25rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  display: none;
}

.modal__mobile-icon .txt-icon {
  font-style: normal;
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  color: #fff;
}

.modal__col-date {
  max-width: 5.625rem;
  margin-right: 2.0625rem;
}

.modal__col-description {
  max-width: 26.75rem;
}

.modal__col-ball {
  max-width: 5.625rem;
  margin-right: 1.3125rem;
}

@media all and (max-width: 768px) {
  .modal__content {
    width: 100%;
    height: 100%;
    padding: 2.375rem 2rem 2rem 2rem;
  }
  .modal__content::before {
    content: '';
    width: 3rem;
    height: 0.125rem;
    border-radius: 0.25rem;
    position: absolute;
    top: 0.5rem;
    left: 0;
    right: 0;
    margin: auto;
  }
  .modal__list-file .icon-file {
    display: none;
  }
  .modal__mobile-icon {
    display: flex;
  }
  .modal__txt {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .modal .end {
    width: 100%;
    justify-content: flex-start;
    margin-top: 0.5rem;
  }
}

.modal.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.direction {
  flex-direction: column;
}

.space {
  justify-content: space-between;
}

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

.end {
  justify-content: flex-end;
}

.center {
  justify-content: center;
}

.al-start {
  align-items: flex-start;
}

.al-end {
  align-items: flex-end;
}

.al-center {
  align-items: center;
}

.select {
  position: relative;
  width: 100%;
  max-width: 28.75rem;
  box-shadow: 0px 12px 34px -22px rgba(0, 0, 0, 0.25);
}

.select__head {
  position: relative;
  background: #fff;
  border-radius: 1.5625rem;
  padding: 0.78rem 0rem 0.78rem 1.819375rem;
  cursor: pointer;
}

.select__head-icon {
  transform: rotate(180deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.625rem;
  margin: auto;
}

.select__head-icon path {
  fill: #46b6d2;
}

.select__head.is-active {
  z-index: 99;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select__head.is-active .select__head-icon {
  transform: rotate(0);
}

.select__body {
  position: absolute;
  top: 100%;
  width: 100%;
  max-height: 15.5625rem;
  border-bottom-left-radius: 1.5625rem;
  border-bottom-right-radius: 1.5625rem;
  border-top: 1px solid;
  background-color: #fff;
  padding-right: 1.625rem;
  padding-top: 0.75rem;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
}

.select__body .simplebar-scrollbar {
  width: 0.25rem;
  height: 5rem;
  border-radius: 0.25rem;
  margin-right: 0.25rem;
  margin-top: 0.25rem;
}

.select__body.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 99;
}

.select__item {
  padding: 0.5rem 0rem 0.5rem 1.819375rem;
  transition: background .3s ease;
}

.select__item:hover {
  color: #fff;
  cursor: pointer;
}

.select_calendar {
  width: 100%;
  max-width: 100%;
}

.select_calendar .select__head {
  background: none;
  border: 1px solid;
  padding-left: 0;
}

.select_calendar .select__head svg path {
  fill: #EE656D;
}

.select_calendar .select__head .txt-def {
  text-align: center !important;
}

.select_calendar .select__body {
  border-top: 1px solid;
}



.select_gray .select__head {
  border: 1px solid #CFC2E7;
}

.select_gray .select__head svg path {
  fill: #CFC2E7;
}

.select_gray .select__body {
  border-top: 1px solid #CFC2E7;
}

.select_gray .select__body .simplebar-scrollbar {
  background: #CFC2E7;
}

.input-def {
  width: 100%;
  max-width: 28.75rem;
  background: #FFFFFF;
  border: 1px solid;
  border-radius: 1.5625rem;
  padding: 0.78rem 0.78rem 0.78rem 1.819375rem;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 150%;
  outline: none;
}

.input-tel {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 21.28125rem;
  border-radius: 50px;
  overflow: hidden;
}

.input-tel input {
  border: none;
  outline: none;
  flex: 1;
  height: 3rem;
  padding-left: 1.875rem;
}

@media all and (max-width: 576px) {
  .input-tel {
    width: 100%;
  }
}

/*.chat {
  min-width: 300px;
  position: fixed;
  bottom: 10px;
  right: 0.5rem;
  box-shadow: 0px 12px 34px rgb(0 0 0 / 25%);
  z-index: 999;
}

.chat__close {
  position: absolute;
  top: 0rem;
  left: -2.375rem;
  width: 1.625rem;
  height: 1.625rem;
  background: #fff;
  border: 1px solid #EE656D;
  box-sizing: border-box;
  border-radius: 50%;
}

.chat__close i {
  width: 0.6875rem;
  height: 0.0625rem;
  border-radius: 0.25rem;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: #EE656D;
  transform: rotate(45deg);
  transition: background .3s ease;
}

.chat__close i:last-child {
  transform: rotate(-45deg);
}

.chat__close:hover {
  cursor: pointer;
  background: #EE656D;
}

.chat__close:hover i {
  background: #fff;
}

.chat__head {
  background: #EE656D;
  padding: 1.6875rem 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px !important;
}

.chat__head svg {
  margin-right: 1.25rem;
}

.chat__mess-who p.txt-h6 {
  margin-bottom: 0.5rem;
}

.chat__input {
  height: 2.875rem;
  border-top: 1px solid #EE656D;
  position: relative;
}

.chat__input input {
  width: 100%;
  padding-left: .5rem;
  padding-right: 3rem;
  outline: none;
  box-shadow: none;
  height: 100%;
  border: none;
}

.chat__input a {
  background: none;
  border: none;
  box-shadow: none;
  position: absolute;
  top: 10px;
  bottom: 0;
  right: 1.25rem;
}*/

.header {
  position: relative;
  padding: 1.8125rem 0 0;
  box-shadow: 0px 12px 34px -22px rgba(0, 0, 0, 0.25);
  background-color: #fff;
}

.header__container {
  display: block;
  margin: 0 auto;
  max-width: 76.875rem;
  min-width: 320px;
  padding: 0 0.9375rem;
}

.header_reg {
  background: none !important;
  box-shadow: none !important;
}

@media all and (max-width: 768px) {
  .header {
    padding: 0;
    height: 4rem;
  }
  .header__container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header__flex {
    width: 100%;
    align-items: center;
  }
}

.menu {
  list-style: none;
}

.menu__item {
  margin-right: 2.5rem;
}

.menu__link {
  position: relative;
  display: block;
  padding: 0px 0px 1.875rem 0px;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  text-align: center;
}

.menu__link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 0.0625rem;
  transition: width .3s ease-in;
}

.menu__link:hover::before {
  width: 100%;
}

.menu .is-active {
  font-weight: bold;
}

.menu .is-active::before {
  height: 0.25rem;
  width: 100%;
}

.burger {
  width: 1.875rem;
  height: 1.3125rem;
  cursor: pointer;
  position: relative;
  display: none;
}

.burger i {
  display: block;
  width: 100%;
  height: 0.1875rem;
  transition: background .3s ease, width .3s ease, transform .3s ease;
}

.burger.is-active i {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.burger.is-active i:nth-child(1) {
  transform: rotate(45deg);
}

.burger.is-active i:nth-child(2) {
  width: 0;
}

.burger.is-active i:nth-child(3) {
  transform: rotate(-45deg);
}

@media all and (max-width: 768px) {
  .nav {
    position: absolute;
    top: calc(100% + 8px);
    right: 0.9375rem;
    width: 15rem;
    background: #fff;
    box-shadow: 0px 12px 34px -22px rgba(0, 0, 0, 0.25);
    border-radius: 1.25rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    transition: opacity .3s ease, transform .3s ease;
    z-index: 99;
  }
  .nav .menu {
    width: 100%;
    display: block;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .nav .menu__item {
    margin-right: 0;
  }
  .nav .menu__link {
    padding-left: 2rem;
    height: 3rem;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 0;
  }
  .nav .menu__link::before {
    display: none;
  }
  .nav.is-active {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
  .burger {
    display: flex;
  }
}

.footer {
  padding: 6.25rem 0 2.1875rem;
}

.footer .logo {
  margin: 0 3.75rem;
}

@media all and (max-width: 768px) {
  .footer {
    padding: 4rem 0 1.625rem;
  }
}

@media all and (max-width: 501px) {
  .footer {
    padding-top: 2rem;
  }
  .footer .flex .logo {
    order: -1;
    width: 100%;
    text-align: center;
    justify-content: center;
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
  }
  .footer .flex .link {
    margin-right: 1.5rem;
  }
  .footer .flex .link:last-child {
    margin-right: 0;
  }
}

.main-page {
  position: relative;
}

.main-page__brands {
  margin: 2.5rem 0 0rem;
}

.main-page .brand {
  width: 10%;
  display: block;
  text-decoration: none;
  margin-right: 5.8125rem;
  transition: transform .3s ease;
}

.brand-position-0 {
    width: 20% !important;
}

.main-page .brand img {
width: 100%;
}

.main-page .brand:last-child {
  margin-right: 0;
}

.main-page .brand:hover {
  transform: scale(1.2);
}

.main-page__title {
  max-width: 64.125rem;
  margin: 1.25rem auto 2.5rem;
}

.main-page__buttons {
  margin-top: 0.75rem;
}

.main-page__buttons a {
  margin-right: 1.25rem;
}

.main-page__buttons a:last-child {
  margin-right: 0;

}

@media all and (max-width: 768px) {
  .main-page__title {
    max-width: 100%;
  }
}

@media all and (max-width: 576px) {
  .main-page__brands {
    margin: 1.5rem 0 2rem;
  }
  .main-page .brand {
    margin-right: 1.5rem;
  }
  .main-page__title {
    margin: 1rem 0 1.5rem;
  }
}

.organizers {
  position: relative;
}

.organizers__title {
  text-align: center;
  margin: 5rem 0;
}

.organizers__column {
  margin-right: 5.25rem;
  margin-bottom: 1.25rem;
}

.organizers__column:nth-child(3n) {
}

.moderators {
  position: relative;
}

.moderators__column {
  width: 21.25rem;
  margin-right: 5.625rem;
}

.moderators__column:nth-child(3n) {
  margin-right: 0;
}

.moderators__avatar {
  position: relative;
  width: 6.25rem;
  height: 6.25rem;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 1.875rem;
}

.moderators__avatar img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
  object-position: center center;
  min-width: 100%;
  min-height: 100%;
}

.moderators__name {
  flex: 1;
  width: 100%;
  font-style: normal;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 150%;
}

.moderators .txt-def {
  text-align: left;
  margin-top: 0.625rem;
  line-height: 150%;
}

@media all and (max-width: 768px) {
  .organizers .flex {
    justify-content: center !important;
  }
  .organizers__title {
    margin: 2.5rem 0;
  }
  .moderators__column {
    width: 25.5rem;
    margin-right: 0;
    margin-bottom: 2.5rem;
  }
  .moderators__column:last-child {
    margin-bottom: 0rem;
  }
  .moderators__column .enter {
    display: inline-block !important;
    width: auto;
  }
}

@media all and (max-width: 576px) {
  .organizers__title {
    margin: 1.5rem 0;
  }
  .moderators__column {
    width: 100%;
  }
  .moderators__avatar {
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
  .moderators__name {
    flex-basis: 100%;
    width: 100%;
    text-align: center;
  }
  .moderators__name span:nth-child(1) {
    display: block !important;
    text-align: center;
  }
  .moderators .txt-def {
    text-align: center;
  }
}

.xhibition {
  position: relative;
}

.xhibition__title {
  max-width: 40.625rem;
  margin: 5rem auto;
}

@media all and (max-width: 768px) {
  .xhibition__title {
    max-width: 100%;
    margin: 2.5rem auto;
  }
}

@media all and (max-width: 768px) {
  .xhibition__title {
    max-width: 100%;
    margin: 1.5rem auto;
  }
}

.xhibition-page {
  position: relative;
}

.xhibition-page__title {
  margin-bottom: 0;
}

.xhibition-page__link {
  margin-bottom: 1.25rem;
}

.xhibition-page__txt {
  max-width: 47.25rem;
  margin: 0 auto 2.5rem;
  line-height: 150%;
}

.xhibition-page__buttons {
  max-width: 62.5rem;
  margin: 0 auto 2.5625rem;
}

.xhibition-page__buttons .is-active {
  color: #fff;
}

.xhibition-page .data-video.is-acitve {
  color: #fff;
}

.xhibition-page__about img {
  display: block;
  max-width: 100%;
  margin-bottom: 1.375rem;
}

.exsvg {
  display: block;
  max-width: 100%;
  margin-bottom: 1.375rem;
}

.xhibition-page__contact svg {
  margin-right: 0.625rem;
}

.xhibition-page__contact a {
  margin-left: 0.3125rem;
}

.xhibition-page__contact-space {
  margin-right: 1.875rem;
}

@media all and (max-width: 576px) {
  .xhibition-page__contact .flex {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 1rem;
  }
  .xhibition-page__contact-enter {
    display: block;
    width: 100%;
    flex-basis: 100%;
    text-align: center;
    transform: translateX(19px);
  }
}

.program {
  position: relative;
}

.program__title {
  margin: 5rem 0 2.5rem;
}

.program__calendar {
  margin-bottom: 5rem;
}

.program__calendar a {
  margin: 0 0.625rem;
}

.program__calendar .select_calendar {
  display: none;
}

.tabs__head {
  border-bottom: 1px solid;
}

.tabs__tab {
  position: relative;
  padding-bottom: 0.75rem;
  text-decoration: none;
  min-width: 6.25rem;
  font-style: normal;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 150%;
  opacity: 0.5;
  margin-right: 0.9375rem;
  text-align: center;
  transition: color .3s ease, opacity .3s ease;
}

.tabs__tab::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.25rem;
  width: 0;
  visibility: hidden;
  transition: width .3s ease;
}

.tabs__tab:hover {
  opacity: 1;
}

.tabs__tab:hover::before {
  width: 100%;
  visibility: visible;
}

.tabs__tab.is-active {
  opacity: 1;
}

.tabs__tab.is-active::before {
  width: 100%;
  visibility: visible;
}

.tabs__body {
  flex-wrap: nowrap;
}

.tabs__body-elem {
  padding: 1.25rem 0 2.5rem;
  border-bottom: 1px solid;
}

.tabs__body .col {
  flex: 1;
  margin-right: 3.125rem;
}

.tabs__body .col:last-child {
  margin-right: 0;
}

.tabs__time {
  flex-basis: 5rem;
  max-width: 5rem;
}

.tabs__time .txt-time {
  margin-bottom: 0.625rem;
}

.tabs__link {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.tabs__link svg {
  margin-right: 0.625rem;
}

.tabs__title {
  max-width: 21.25rem;
}

.tabs__organizer {
  max-width: 22.5rem;
  text-align: left;
}

.tabs__name {
  margin: 0.625rem 0;
}

.tabs__description {
  max-width: 17.5rem;
}

@media all and (max-width: 768px) {
  .tabs__body-elem {
    flex-wrap: wrap;
  }
  .tabs .col {
    margin-right: 2.5rem;
  }
  .tabs__title {
    max-width: 13.5rem;
  }
  .tabs__organizer {
    max-width: 18.8125rem;
  }
  .tabs__description {
    flex-basis: 100% !important;
    max-width: 100%;
    margin-top: 1rem;
  }
}

@media all and (max-width: 576px) {
  .program__title {
    margin: 1.5rem 0;
  }
  .program__calendar a {
    display: none;
  }
  .program__calendar .select_calendar {
    display: block;
  }
  .tabs__head {
    flex-wrap: nowrap;
    overflow-x: auto;
    width: 100%;
  }
  .tabs .col {
    flex-basis: 100%;
    max-width: 100% !important;
    margin-bottom: 1rem;
    margin-right: 0;
  }
  .tabs__time {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .tabs__time .txt-time {
    margin-bottom: 0;
  }
  .tabs__body-elem {
    flex-basis: 100%;
    padding-bottom: 1.5rem;
  }
  .tabs__description {
    margin-bottom: 0 !important;
  }
}

.translation {
  position: relative;
}

.translation__buttons {
  margin: 1.25rem 0rem 3.8125rem;
}

.translation__buttons a {
  max-width: 15rem;
  margin: 0 0.625rem;
}

.translation__logo {
  margin: 0 auto 1.875rem;
  display: flex;
  justify-content: center;
}

.translation__title {
  text-align: center;
  margin-bottom: 0.625rem;
}

.translation__video {
  margin-top: 2.5rem;
  width: 56.25rem;
  height: auto;
  margin-bottom: 5.125rem;
}

.translation__video img {
  width: 100%;
  height: auto;
}

.translation__calendar p.txt-h2 {
  margin-bottom: 3.6875rem;
}

@media all and (max-width: 768px) {
  .translation__buttons {
    margin-bottom: 2rem;
  }
  .translation__buttons a {
    width: 5.625rem;
    margin: 0 0.3125rem;
  }
  .translation__video {
    margin: 1.5rem 0;
    width: 100%;
    padding-bottom: 57%;
  }
  .translation__calendar p.txt-h2 {
    margin-bottom: 1.5rem;
  }
}

.faq {
  position: relative;
}

.faq__title {
  margin: 5rem 0;
}

.faq-element {
  background: #fff;
  border: 1px solid;
  border-radius: 0.5rem;
  padding: 1.5625rem 1.25rem;
}

.faq-element__head {
  position: relative;
  cursor: pointer;
}

.faq-element__head p {
  transition: color .3s ease;
}

.faq-element__head svg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.25rem;
  margin: auto;
  transform: rotate(180deg);
}

.faq-element__head.is-active svg {
  transform: rotate(0);
}

.faq-element__body {
  margin-top: 0.3125rem;
  display: none;
}

.faq-element__body.is-active {
  display: block;
}

@media all and (max-width: 576px) {
  .faq__title {
    margin: 1.5rem 0;
  }
  .faq-element__head p {
    width: 85%;
  }
  .faq-element__head svg {
    top: 0rem;
    right: 0rem;
    bottom: auto;
  }
}

.person-cabinet {
  position: relative;
}

.person-cabinet__buttons {
  margin-top: 2.5rem;
  margin-bottom: 11.25rem;
}

.person-cabinet__buttons a {
  margin: 0 0.625rem;
}

.person-cabinet .person-data {
  margin-top: 2.5rem;
}

.person-cabinet .person-data__list {
  width: 25rem;
  margin: 0 auto 0.5rem;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.person-cabinet .person-data__list svg {
  margin-right: 1.25rem;
}

.person-cabinet .person-data__list p {
  flex: 1;
}

.person-cabinet__button {
  margin: 2.5rem auto 0;
}

@media all and (max-width: 576px) {
  .person-cabinet__container {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 1.5rem;
  }
  .person-cabinet__buttons {
    width: 100%;
    flex-basis: 100%;
    margin: 1.5rem 0 0;
    order: 2;
  }
  .person-cabinet__buttons a {
    margin: 0 0 1rem;
  }
  .person-cabinet__button {
    order: 3;
    margin: 0rem auto 0rem;
  }
  .person-cabinet .person-data {
    order: 1;
  }
  .person-cabinet .person-data__list {
    width: auto;
  }
  .person-cabinet .person-data__list p {
    flex: 1;
  }
}

.edit-person {
  position: relative;
}

.edit-person__title {
  margin: 5rem 0;
}

.edit-person__container {
  max-width: 60rem;
}

.edit-data__input {
  margin-bottom: 1.5rem;
}

.edit-data__input input, .edit-data__input .select, .edit-data__input select {
  max-width: 27.5rem;
}

@media all and (max-width: 576px) {
  .edit-person__title {
    margin: 1.5rem 0;
  }
  .edit-data__input {
    margin-bottom: 0;
  }
  .edit-data__input input,
  .edit-data__input .select,
  .edit-data__input select {
    margin-bottom: 0.9375rem;
  }
}

.number {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  height: 100%;
  padding: 0 0.9375rem;
  -webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.number__title {
  margin-bottom: 1.25rem;
}

.number__txt {
  max-width: 26.875rem;
  margin: 0 auto 2.5rem;
}

.number .timer-seconds {
  margin-top: 1.5rem;
}

.registretion {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  height: 100%;
  padding: 0 0.9375rem;
}

.registretion__container {
  width: 60rem;
}

@media all and (max-width: 1024px) {
  .registretion__container {
    width: 100%;
  }
}

.events {
  -webkit-box-orient: vertical;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
  padding: 0 0.9375rem;
}

.events__title {
  margin-top: 5rem;
  margin-bottom: 3.75rem;
}

.events__container {
  display: block;
  margin: 0 auto;
  max-width: 76.875rem;
  min-width: 320px;
  margin-bottom: 40px;
}

.event {
  position: relative;
  width: 36.875rem;
  background: #fff;
  min-height: 25.1875rem;
  border-radius: 1.25rem;
  padding: 3.75rem 2.5rem 2.5rem 3.125rem;
  margin-bottom: 2.5rem;
}

.event__icon {
  position: absolute;
  top: -1.25rem;
  right: 2.5rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 50%;
}



.event p.txt-h3.txt_bold {
  max-width: 26.75rem;
  margin-bottom: 1.25rem;
}

@media all and (max-width: 1075px) {
  .event {
    width: 100%;
    padding: 2.75rem 1.5rem 1.5rem;
  }
}

@media all and (max-width: 576px) {
  .event {
    width: 100%;
    padding: 2.75rem 1.5rem 1.5rem;
  }
  .events__title {
    margin-top: 1.5rem;
    margin-bottom: 5.25rem;
  }
  .events__container {
    min-width: 100%;
  }
  .event__icon {
    width: 4.6875rem;
    height: 4.6875rem;
    right: 1rem;
    top: -1.25rem;
  }
  .event__icon svg {
    transform: scale(0.7);
  }
  .event p.txt-h5.txt_bold {
    margin-bottom: 0.5rem;
  }
  .event p.txt-def.t-left {
    margin-bottom: 1.5rem;
  }
}

#smscode{
  text-align: center;
}

.uptext{
  text-transform: uppercase;
}