@import url('/cdn/fonts/Montserrat.css?subset=cyrillic,latin-ext');

html, body {
  color: #2C43D9;
  font-size: 18px;
  line-height: 120%;
  font-family: "Montserrat", sans-serif;
  /* font-family: 'Mont'; */
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background-color: rgba(235, 237, 250, 1);
}

body{
  overflow-x: hidden;
}


*{
  box-sizing: border-box;
}


a {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  color: rgba(36, 81, 229, 1);
}

.container{
  width: 1200px;
  margin: 0 auto;
}

.center{
  text-align: center;
}

#main_block{
  background-image: url(../img/main_bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  background-position: top;
  background-color: rgba(235, 237, 250, 1);
  padding-bottom: 30px;
}

h1{
  background: linear-gradient(87.68deg, #2CA8D9 -6.35%, #2C43D9 20.77%, #7D2CD9 80.85%, #A867F3 88.55%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 700;
  font-size: 82px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 58px;
}

.mb_sm_title{
  font-size: 31px;
  margin-bottom: 45px;
}


#main_block .container{
  text-align: center;
}

.main_logo{
  margin-bottom: 40px; 
} 

.live-traslation{
  margin-top: -260px;
  margin-bottom: 45px;
}

.live-traslation a{
  background: radial-gradient(50% 50% at 50% 50%, rgba(99, 22, 158, 0.65) 0%, rgba(79, 106, 238, 0.65) 100%);
  color: #fff;
  text-decoration: none;
  border-radius: 70px;
  padding: 16px 25px 20px 48px;
  font-size: 28px;
  display: inline-block;
  position: relative;
}

.live-traslation a::before{
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: rgba(254, 246, 156, 1);
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

.btn_translation{
  color: #FFF;
  text-align: center;
  font-size: 11.75px;
  font-style: normal;
  font-weight: 50;
  line-height: 190%;
  letter-spacing: 1.057px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 74px;
  border: 1.5px solid #FFF;
  padding: 15px 17px 13px 28px;
  font-weight: 600;
  position: relative;
}

.btn_translation:hover{
  box-shadow: 0px 0px 6px 1px #9fceff;
  background-color: rgba(255,255,255,0.13);
}

.btn_translation:after{
  content: '';
  position: absolute;
  border-radius: 50%;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: #FF4444;
}

.popup-fade {
	display: block;
}

.popup-fade:before {
	content: '';
	background: transparent;
	position: fixed; 
	left: 0;
	top: 0;
	width: 100%; 
	height: 100%;
	z-index: 0;
  transition: 0.5s ease;
  z-index: -9999;
}

.opn.popup-fade:before{
  background: #000;
  z-index: 9999;
  opacity: 0.7;
}

.popup {
	position: fixed;
	top: 50%;
	left: 50%;
  transform: translateX(-50%) translateY(-50%);
	width: 70%;
  height: 70%;
	background: #fff;
	border-radius: 5px; 
	z-index: -9999;
	opacity: 0;	
}

.mappop iframe{
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.popup.opn{
  z-index: 9999;
	opacity: 1;
}

.popup-close {
	position: absolute;
	top: -50px;
	right: -50px;
  color: #fff;
  font-size: 60px;
  font-weight: 100;
  transform: rotate(45deg);
  cursor: pointer;
}

#med_conf{
  position: relative;
  padding-bottom: 240px;
  background-color: rgba(235, 237, 250, 1);
  padding-top: 260px;
}

#med_conf .container{
  position: relative;
}

#medgraph{
  position: absolute;
  right: -285px;
  top: -220px;
}

.med-relative{
  z-index: 2;
  position: relative;
  width: 60%;
}

.ob-reg{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
  }

.data{
  display: flex;
  align-items: center;
  margin-bottom: 70px; 
}

.data .date{
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  position: relative;
  padding-left: 80px;
}

.data .date::before{
  content: '';
  width: 50px;
  height: 50px;
  left: 0;
  top: 0;
  background-image: url(../img/mark.svg);
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}

.cost-med{
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 60px;
}

.cost-med span{
  background: linear-gradient(90deg, #2467F4 -90%, #B37FF1 90%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.date_time{
  font-size: 30px;
}

.title{
  font-size: 65px;
  line-height: 130%;
  margin-bottom: 60px;
  font-weight: 700;
}


.undertitle{
  font-size: 32px;
  margin-bottom: 60px;
  line-height: 120%;
}



.btn-registration {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: 
    linear-gradient(93.66deg, #3298FF 0.26%, #2467F4 30.83%, #B37FF1 111.79%) padding-box,
    linear-gradient(94.79deg, #F2BA57 3.13%, #FDF9B9 12.17%, #F2BA57 16.34%, #FDF9B9 42.1%, #F7D886 65.19%, #FDF9B9 73.18%, #F4C56A 77.92%, #EC9925 98.74%) border-box;
  border: 5px solid transparent;
  background-color: transparent;
  border-radius: 50px; 
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
  padding: 0 36px;
  color: #FFF3CC;
  text-decoration: none;
  position: relative; 
  background-position: 0 0;
  transition: 0.3s ease;
  height: 85px;
}

.btn-registration:hover{
    box-shadow: #eaa84b 0px 0px 20px 1px;
    background:  linear-gradient(270deg, #3298FF 0.26%, #2467F4 30.83%, #B37FF1 111.79%) padding-box, linear-gradient(94.79deg, #F2BA57 3.13%, #FDF9B9 12.17%, #F2BA57 16.34%, #FDF9B9 42.1%, #F7D886 65.19%, #FDF9B9 73.18%, #F4C56A 77.92%, #EC9925 98.74%) border-box;
}



.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: 
    linear-gradient(93.66deg, #3298FF 0.26%, #2467F4 30.83%, #B37FF1 111.79%) padding-box, 
    linear-gradient(94.79deg, #F2BA57 3.13%, #FDF9B9 12.17%, #F2BA57 16.34%, #FDF9B9 42.1%, #F7D886 65.19%, #FDF9B9 73.18%, #F4C56A 77.92%, #EC9925 98.74%) border-box;
  border: 5px solid transparent;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 22px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1;
  padding: 0 28px;
  color: #fff;
  text-decoration: none;
  position: relative;
  z-index: 2;
  background-position: 0 0;
  transition: 0.3s ease;
  height: 70px;
  cursor: pointer;
}


.btn:not(:last-of-type) {
  margin-right: 10px;
}

.btn:hover {
  box-shadow: #eaa84b 0px 0px 20px 1px;
    background:  linear-gradient(270deg, #3298FF 0.26%, #2467F4 30.83%, #B37FF1 111.79%) padding-box, linear-gradient(94.79deg, #F2BA57 3.13%, #FDF9B9 12.17%, #F2BA57 16.34%, #FDF9B9 42.1%, #F7D886 65.19%, #FDF9B9 73.18%, #F4C56A 77.92%, #EC9925 98.74%) border-box;
}

.btn.white-btn{
  color: rgba(44, 67, 217, 1);
  background: 
    linear-gradient(93.66deg, rgba(235, 237, 250, 1) 0.26%, rgba(235, 237, 250, 1) 30.83%, rgba(235, 237, 250, 1) 111.79%) padding-box, 
    linear-gradient(93.66deg, #3298FF 0.26%, #2467F4 30.83%, #B37FF1 111.79%) border-box;
  border: 5px solid transparent;
}

.btn.white-btn:hover{
  box-shadow: 0px 0px 20px 1px #2467f496;
}

.cost_reg_link > div{
  margin-right: 40;
}

#mdconfimg{
  position: absolute;
  right: -20px;
  top: -14%;
}

.text_med_conf{
  font-size: 18px;
  line-height: 140%;
}


#online-conf{
  background-color: rgba(235, 237, 250, 1);
}

#online-conf .container{
  position: relative;
}

#online-conf .title{
  margin-bottom: 110px;
}

#online-conf .container > div{
  position: relative;
  z-index: 2;
}

#online-conf-logo{
  position: absolute;
  right: -330px;
  top: -280px;
  z-index: 1;
}

.list-info{
  margin-top: 90px;
  font-size: 32px;
  line-height: 120%;
}

.list-info li{
  margin-bottom: 50px;
}

#date_block{
  padding-top: 190px;
  padding-bottom: 190px;
  background-image: url(../img/banner_reg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#date_block .container {
  width: 680px;
}

#event-place{
  padding-top: 110px;
  padding-bottom: 300px;
}

#event-place .container{
  position: relative;
  padding-left: 600px;
}

#place {
    position: absolute;
    left: -30px;
    right: 0;
    width: 600px;
}

#reg_form{
  background-image: url(../img/bg-footer.png);
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 158px;
  padding-top: 170px;  
}

#reg_form .title{
  text-align: center;
  color: #fff;
}

#reg_form .container{
  width: 1072px;
}

.event-date{
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  width: 100%;
  line-height: 120%;
  margin-bottom: 640px;
}

.form-cont{
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.reg_form{
  border-radius: 140px;  
  background-color: #fff;
  background-position: top;
  background-size: 110%;
  padding: 100px  126px 130px;
  position: relative;
  backdrop-filter: blur(23.100000381469727px); 
  background-image: url(../img/formbg.png);
  background-position: bottom;
  background-repeat: no-repeat;
}

.select-blocks{
  padding: 60px 90px;
  color: #fff;
  font-size: 22px;
  line-height: 140%;
  background-color: #7b37745e;
  border-radius: 30px;
  margin-bottom: 55px;
}

.select-blocks p{
  margin-bottom: 30px;
  font-size: 25px;
}

.form_title{
  text-align: center;
  font-size: 40px;
  margin-bottom: 45px;
  width: 100%;
  font-weight: 600;
  line-height: 120%;
}

.und-title-form-text{
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  width: 100%;
  line-height: 120%;
  margin-bottom: 60px;
}

.reg-title{
  width: 100%;
  font-weight: 600;
  font-size: 50px;
  line-height: 120%;
  text-align: center;
  margin-bottom: 30px;
}

.under-reg-title{
  font-size: 26px;
  line-height: 140%;
  text-align: center;
  color:  #2C43D9;
  margin-bottom: 43px;
  
}

.form_parts{
  width: 390px;  
}

.form_parts input {
  border-radius: 30px;
  background: url(../img/bg-input.png);
  font-size: 21px;
  border: none;
  padding: 22px 25px 23px;
  display: inline-block;
  width: 100%;
  margin-bottom: 40px;
  outline: none;
  max-height: 64px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.form_parts input::placeholder {
  color: #fff;
  font-family: "Montserrat", sans-serif;
}

.form_parts input.is-invalid {
  box-shadow: 0 0 0 2px #ff4d4d;
}

.live-traslation a,
.popup-close,
.btn:not(.white-btn),
.btn-registration,
#reg_form .title,
.form_parts input,
.form_parts input::placeholder,
.ask_quest,
.ask_quest a,
.docs_links,
.docs_links a,
.reg-title,
.under-reg-title,
.reg_form label,
.confidence_text,
#date_block .date_time,
#date_block .title,
#date_block .text_med_conf {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.55), 0 0 8px rgba(0, 0, 0, 0.35);
}

.politica,
.politica a,
.docs_links,
.docs_links a,
.docs_links_sep,
.docs_consent_item label {
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.9),
    0 2px 4px rgba(0, 0, 0, 0.85),
    0 3px 10px rgba(0, 0, 0, 0.75),
    0 0 16px rgba(0, 0, 0, 0.7);
}

#main_block.thanks-hero {
  min-height: calc(100vw * 1095 / 2048);
  padding-top: 40px;
  padding-bottom: 80px;
  background-size: 100% auto;
  background-position: top;
  background-repeat: no-repeat;
}

#main_block.thanks-hero .main_logo {
  display: block;
  width: 479px;
  max-width: 50%;
  height: auto;
  margin: 0 auto 28px;
}

.thanks-message {
  text-align: center;
  padding: 0 20px;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  line-height: 140%;
  max-width: 920px;
  margin: 0 auto;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.55), 0 0 8px rgba(0, 0, 0, 0.35);
}

@media (max-width: 1300px) {
  #main_block.thanks-hero .main_logo {
    width: 350px;
  }
}

@media (max-width: 1023px) {
  #main_block.thanks-hero .main_logo {
    width: 250px;
  }
}

@media (max-width: 820px) {
  #main_block.thanks-hero .main_logo {
    width: 170px;
  }
}

@media (max-width: 768px) {
  .thanks-message {
    font-size: 22px;
  }
}

@media (max-width: 500px) {
  #main_block.thanks-hero .main_logo {
    width: 35%;
    max-width: 35%;
  }
}

.form_title_sm{
  font-size: 22px;
  line-height: 120%;
  margin-bottom: 15px;
  font-weight: 600;
}


input[type="checkbox"]:checked, 
input[type="checkbox"]:not(:checked),
input[type="radio"]:checked, 
input[type="radio"]:not(:checked)
{
    position: absolute;
    left: -9999px;
}

input[type="checkbox"]:checked + label, 
input[type="checkbox"]:not(:checked) + label,
input[type="radio"]:checked + label, 
input[type="radio"]:not(:checked) + label
{
    display: inline-block;
    position: relative;
    padding-left: 45px;
    line-height: 140%;
    cursor: pointer;
    margin-bottom: 30px;
    margin-top: 4px;
    display: flex;
    align-items: center;
     
}

input[type="checkbox"]:checked + label:before, 
input[type="checkbox"]:not(:checked) + label:before,
input[type="radio"]:checked + label:before, 
input[type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border: 2.35px solid #fff;
    background-color: transparent;
    opacity: 70%;
}

input[type="radio"]:checked + label:before, 
input[type="radio"]:not(:checked) + label:before {
  width: 12px;
    height: 12px;
  border-color: #dcdcdc;
}

input[type="checkbox"]:checked + label:before, 
input[type="checkbox"]:not(:checked) + label:before {
    border-radius: 15px;
}

input[type="radio"]:checked + label:before, 
input[type="radio"]:not(:checked) + label:before {
    border-radius: 100%;
}

input[type="checkbox"]:checked + label:after, 
input[type="checkbox"]:not(:checked) + label:after,
input[type="radio"]:checked + label:after, 
input[type="radio"]:not(:checked) + label:after{
    content: "";
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

input[type="checkbox"]:checked + label:after, 
input[type="checkbox"]:not(:checked) + label:after {
    left: 13px;
    top: 44%;
    width: 13px;
    height: 8px;
    border-radius: 0px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg) translateY(-50%);
    -moz-transform: rotate(-45deg) translateY(-50%);
    -o-transform: rotate(-45deg) translateY(-50%);
    -ms-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
}

input[type="radio"]:checked + label:after, 
input[type="radio"]:not(:checked) + label:after {
    left: 4px;
    top: 7px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ffc609;
}

input[type="checkbox"]:not(:checked) + label:after,
input[type="radio"]:not(:checked) + label:after{
    opacity: 0;
}

input[type="checkbox"]:checked + label:after,
input[type="radio"]:checked + label:after {
    opacity: 1;
}

input[type="checkbox"]:checked + label:before
{
   opacity: 1;
   box-shadow: 0px 0px 22px 0px rgba(255, 255, 255, 1);
}

.form-button{
  width: 100%;
}

#logo_year{
  position: absolute;
  right: 0;
  top: 15%;
}

.form_parts p{
  margin-top: 0;
  margin-bottom: 30px;
}

.politica{
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 140%;
}

.politica a{
  color: #fff;
}

.ask_quest{
  font-size: 26px;
  
  text-align: center;
  line-height: 120%;
  margin-bottom: 70px;
}

.ask_quest a{
}

.docs_links{
  font-size: 18px;
  text-align: center;
  line-height: 140%;
  margin: 12px 0 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.docs_links a{
  color: #fff;
  text-decoration: underline;
  display: block;
}

.docs_links_sep{
  display: none;
}

.docs_consent{
  max-width: 780px;
  margin: 10px auto 36px;
  text-align: left;
}

.docs_consent_item label{
  margin-bottom: 10px !important;
  margin-top: 0 !important;
  font-size: 18px;
  color: #fff;
  line-height: 140%;
  align-items: flex-start !important;
  padding-top: 2px;
}

.docs_consent_item input[type="checkbox"]:checked + label:before,
.docs_consent_item input[type="checkbox"]:not(:checked) + label:before{
  top: 4px;
  transform: none;
  opacity: 1;
  border: 2.5px solid #2C43D8;
  background-color: rgba(44, 67, 216, 0.12);
  box-shadow:
    0 2px 6px rgba(0, 0, 0, 0.55),
    0 0 14px rgba(0, 0, 0, 0.45),
    0 0 10px rgba(44, 67, 216, 0.45);
}

.docs_consent_item input[type="checkbox"]:checked + label:before{
  background-color: #2C43D8;
  box-shadow:
    0 2px 8px rgba(0, 0, 0, 0.6),
    0 0 18px rgba(44, 67, 216, 0.75);
}

.docs_consent_item input[type="checkbox"]:checked + label:after,
.docs_consent_item input[type="checkbox"]:not(:checked) + label:after{
  top: 10px;
  transform: rotate(-45deg);
  border-left-color: #fff;
  border-bottom-color: #fff;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.7));
}

.btn:disabled,
.btn[disabled]{
  opacity: 0.45;
  cursor: not-allowed;
  filter: grayscale(0.35);
  pointer-events: none;
}

.form_parts .form_title{
  text-align: left;
  margin-bottom: 20px;
}

.form-button{
  text-align: center;
  margin-bottom: 70px;
}

.form_btn {
  border-radius: 85.247px;
  cursor: pointer;
  font-size: 20.973px;
  padding: 18px 34px;
  color: rgba(44, 41, 226, 0.79);
  font-weight: 600;
  border: none;
  transition: 0.3s ease;
  background: var(--btn-gr-3, linear-gradient(184deg, #FFE8A9 -22.54%, #F8BC21 15.52%, #F8C431 35.95%, #FFF 151.58%));
  background-position: 0 0;
}

.form_btn:hover {
  box-shadow: 0px 3px 10px 1px #f8c53f;
  background-position: 0 -60px;
}

.confidence_text{
  text-align: center;
  font-size: 12px;
  margin-top: 30px;
}

#b-forum-cubes{
  position: absolute;
  /* left: 50%;
  top: 0; */
  left: 550px;
  zoom: 1;
  transform: scale(1);
  top: -88px;

  /* transform: translateX(-180%); */
  transform: translateX(-126%);
}

#date_block .date_time{
  color: #fff;
}

#date_block .title {
  color: #fff;
  margin-bottom: 60px;
}

#date_block .cost_reg_link{
  color: #8EE4FF;
  margin-bottom: 45px;
}

#date_block .text_med_conf{
  color: #fff;
}

#date_block .btn {
  border-radius: 89.42px;
  background: linear-gradient(180deg, #5D50F6 0.04%, rgba(213, 80, 246, 0.36) 133.53%);
  background-position: 0 0;
}
#date_block .btn:hover {
  background-position: 0 -67px;
}


#hotel{
  padding-top: 150px;
  padding-bottom: 320px;
}

#hotel .container{
  padding-right: 470px;
  position: relative;
}

#hotel_img{
  position: absolute;
  right: -160px;
  top: 0;
}

#hotel_photos{
  position: absolute;
  right: -160px;
  top: 640px;
}

.hasquest{
  text-align: center;
  margin-bottom: 40px;
  font-size: 18px;
}

@media (max-width: 1300px){
  .container{
    width: 890px;
  }

  .reg_form{
     padding: 100px 80px 130px;
  }

  #b-forum .container {
      position: relative;
      padding-right: 300px;
  }

  #event-place .container {
      position: relative;
      padding-left: 400px;
  }


  .live-traslation {
      margin-top: -185px;
      margin-bottom: 45px;
  }
  .main_logo {
    width: 700px;
  }

  h1{
    font-size: 70px;
  }

  #med_conf { 
    padding-top: 160px;
  }

  #medgraph{
    width: 770px; 
  }

 .data{
  margin-bottom:50px;
 }

  .title{
    font-size: 40px;
  }

  .undertitle{
    font-size: 28px;
  }


  #b-forum{
    padding-top: 150px;
    padding-bottom: 100px;
  }

  #online-conf-logo {
    position: absolute;
    right: -250px;
    top: -250px;
    z-index: 1;
    width: 750px;
}

  .list-info{
    font-size: 28px;
  }

  #biz-graph{
    width: 400px;
  }

  #place{
    width: 400px;
    left: -75px;
  }

  #event-place{
    padding-top: 100px;
    padding-bottom: 200px;
  }

  #reg_form .container {
      width: 890px;
  }

  #hotel_img{
    width: 400px;
        top: 90px;
  }

  #hotel_photos{
    width: 400px;
  }
  
  .form_parts{
    width: 350px;
  }

  
}


@media (max-width: 1023px){
  .container, #reg_form .container{
    width: 800px;
  }

  .main_logo {
    width: 500px;
  }

  .data{
    margin-bottom: 25px;
  }
  
  .data .date{
    font-size: 24px;
  }

  .title{
    font-size: 32px;
  }

  .undertitle{
    font-size: 24px;
  }

  .ob-reg{
    font-size: 20px;
  }

  h1{
    font-size: 60px;
  }

  .live-traslation {
      margin-top: -130px;
      margin-bottom: 45px;
  }

  #med_conf{
    padding-top: 80px;
  }

  .data .date::before{
    width: 30px;
    height: 30px;
  }

  .data .date{
    padding-left: 40px;
  }

  #medgraph {
      width: 500px;
      right: -50px;
      top: -155px;
    }

      #online-conf-logo {
        position: absolute;
        right: -50px;
        top: -150px;
        z-index: 1;
        width: 550px;
    }

    .list-info{
      font-size: 24px;
    }
    .btn, .btn-registration{
      height: 60px;
      font-size: 18px;
      padding: 0 28px;
    }

    .reg_form{
      padding: 100px 60px 130px;
    }

    .form_parts{
      width: 320px;
    }
}


@media (max-width: 820px) {
  .container, #reg_form .container{
    padding-right: 15px;
    padding-left: 15px;
    width: auto;
  }

  .ask_quest a, 
  .ask_quest{
    color: #2C43D9;
    font-size: 22px;
  }

  .docs_links,
  .docs_links a,
  .politica,
  .politica a,
  .docs_consent_item label{
    color: #fff;
    font-size: 16px;
  }

  .main_logo{
    width: 340px;
  }

  .live-traslation a{
    font-size: 20px;
    padding: 13px 25px 15px 45px;
  }

  .live-traslation {
      margin-top: -80px;
      margin-bottom: 30px;
  }

  .mb_sm_title{
    font-size: 26px;
    margin-bottom: 20px;
  }
   
  h1{
    font-size: 40px;
    margin-bottom: 40px;
  }

  #medgraph{
    width: 350px;
    right: -46px;
    top: -75px;
    opacity: 0.3;
  }

  .med-relative{
    width: 100%;
  }

  .cost-med{
    font-size: 24px;
  }

  #online-conf-logo{
    width: 300px;
    right: -73px;
    top: -49px;
    opacity: 0.3;
  }

  #med_conf{
    padding-bottom: 100px;
  }

  .title, .undertitle, .cost-med{
    margin-bottom: 30px;
  }

  #online-conf .title{
    margin-bottom: 30px;
  }

  #reg_form{
    padding-top: 50px;
  }
  .reg_form {
        padding: 40px 20px 60px;
        border-radius: 45px;
    }

  .reg-title{
    font-size: 32px;
  }

  .under-reg-title{
    font-size: 22px;
  }

  .select-blocks{
    padding: 20px 20px;
  }

  .form-cont{
    flex-wrap: wrap;
  }
  .form_parts{
    width: 100%;
    margin-bottom: 0px;

  }

  .form_parts input{
    background-size: cover;
    margin-bottom: 20px;
    background-position: center;
  }
  #reg_form{
    background: none;
    padding-bottom: 40px;
  }
}

@media (max-width: 500px) {
    
    .main_logo{
      width: 70%;
    }

    h1{
      font-size: 30px;
    }
}

.recaptcha-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 40px;
}

.error-message {
  color: #ff4d4d;
  font-size: 14px;
  min-height: 18px;
  margin: 0 0 8px;
  text-align: left;
  font-weight: 600;
}

#recaptcha_error {
  text-align: center;
  margin-bottom: 16px;
}
