@media screen and (min-width: 1101px){

a.menutitle, a.menutitle:link, a.menutitle:visited, a.menutitle:hover {
font-size: 16px; 
font-family: arial, Tahoma, sans-serif; 
color: #019c7c; text-decoration: none;}

.ord_font {
font-size: 16px; 
font-family: arial, Tahoma, sans-serif; 
color: #111111; text-decoration: none;}

.mfont {
font-size: 20px; 
font-family: arial, Tahoma, sans-serif; 
color: white; text-decoration: none;}

.brfont {
font-size: 22px; 
font-family: arial, Tahoma, 'SNFFonts', sans-serif; 
color: #111111; text-decoration: none;
letter-spacing: -0.4px;
font-weight: 500;
}

.exte {
transform: scaleX(1.1);
}

.sgfont {
font-size: 16px; 
font-family: arial, Tahoma, sans-serif; 
color: #776955; text-decoration: none;}

body {margin: 0; 
padding: 0;
}

.fullblock {
clear: both;
height: auto;
width: 100%;
margin: 0;
padding: 0;
background-color: white; 
z-index: 40;
}

.logo {
width: 120px;
margin: 5px;
}

.upmenu {
display: block;    
width: 80%;
max-width: 1250px;
min-width: 1000px;
background-color: white; 
height: auto; 
margin: 10px auto; 
z-index: 50;
}

.btn_menu {
height: 30px;
border-radius:6px; 
margin-left: 5px; 
margin-top: 7px; 
margin-right: 15px; 
padding-top: 8px; 
color: white; 
text-align: center;
cursor: pointer;
opacity: 0.9;
}

.btn_menu:hover {
opacity: 1;
box-shadow: 5px 5px 5px grey;
}

.nomob {display: block;}

.w_menu {
display: block;   
float: left; 
margin-top: 5px; 
font-size: 14px;
margin-left: 50px; 
margin-right: 10px;
cursor: pointer;
}

.shado {
display: none;
backdrop-filter: blur(2px); 
position: fixed;
z-index: 100; 
right: 0; 
top: 0; 
width: 100%; 
height: 100%; 
opacity: 0;
animation: show 0.5s 1;
}

@keyframes show {
  from { opacity: 0; }
  to { opacity: 1; }
}


.mainmenu {
display: none;
position: fixed;
z-index: 101; 
padding: 0px; 
right: 0; 
top: 0; 
width: 350px; 
height: 100%; 
background-color: white;
animation: slideIn 0.5s ease-out forwards;
}


@keyframes slideIn {
  from { transform: translateX(100%); }
  to { transform: translateX(0); }
}

@keyframes slideOut {
  from { transform: translateX(0); }
  to { transform: translateX(100%); }
}


.close-button {
float: right;
line-height: 0px;
width: 25px; height: 25px; 
padding: 0px;
border: 2px solid black;
border-radius: 50%; 
background-color: white; 
display: flex; 
justify-content: center; 
align-items: center; color: white; 
cursor: pointer;
color: black;
font-size: 24px;
margin: 15px;
}

.mainblock {
display: block;    
width: 90%;
max-width: 1200px;
background-color: white; 
margin: 0 auto;
padding: 0;
height: auto;
padding-top: 100px;
}

.cookie-notice {
    position: fixed;
    bottom: 0;
    right: 0;
    border: 1px solid black;
    border-radius: 10px;
    background-color: white;
    padding: 15px;
    margin: 15px;
    z-index: 1000;
    width: 300px;
    text-align: left;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
    font-size: 12px; 
    font-decoration: none;
}

.cookie-notice button {
height: 30px;
border-radius:10px; 
margin-left: 5px; 
margin-top: 10px; 
margin-right: 15px; 
padding-top: 3px; 
padding-left: 8px;
padding-right: 8px;
text-align: center;
cursor: pointer;
background-color: white;
    box-shadow: none;
}

.down_mob {
display: none;
}

.mainmenu_down {
margin-left: 40px; 
margin-right: 30px; 
margin-bottom: 20px; 
position: absolute; 
bottom: 0; 
left: 0;
}

.mainmenu_down_btn {
position: relative;  
width: 270px; 
margin: 0 auto; 
left: 50%; 
transform: translate(-53%, 0);
}

/* заголовок и блоки даты-места */

.main_capt {
margin-top: 50px; 
margin-left: 40px; 
height: auto; 
width: 50%;  
float: left; 
text-align: left;
}

.date_rounded {
margin-top: 50px; 
margin-left: 10px; 
border: 1px solid black; 
border-radius: 25px; 
height: 50px; 
width: 200px; 
font-size: 24px; 
text-align: center; 
line-height: 50px;
}

.big_capt {
font-size: 46px; 
margin-top: 20px; 
}

.sec_capt {
font-size: 26px;
margin-top: 30px;
} 

.small_capt {
font-size: 20px;  
margin-top: 100px;
}

.block_btns {
margin-top: 50px; 
height: auto; 
width: 440px; 
margin: 50px auto;  
text-align: justify;
}

.btn_progbuy {
height: 60px; 
width: 180px; 
float: left;
text-align: center;
color: white; 
border-radius: 5px;
font-size: 20px; 
line-height: 60px; 
cursor: pointer;
margin: 20px;
opacity: 0.9;
}

.btn_progbuy:hover {
opacity: 1;
box-shadow: 5px 5px 5px grey;
}

.main_pic {
float: right; 
height: 500px; 
width: 45%;
margin: 0 auto;
margin-top: 100px;
background-repeat: no-repeat; 
background-size: contain;
background-position: center;
}

.main_pic_size {
width: 450px;
}

.block_dateplace {
height: auto; 
width: 1100px; 
margin: 50px auto;  
text-align: justify; 
margin-top: 150px;
}

.dif_dateplace {
float: left; 
border: 1px solid grey; 
border-radius: 10px; 
width: 490px; 
height: 200px; 
margin: 20px;
}

.dp_icon {
width:30px; 
margin: 20px;
padding: 5px; 
border-radius: 10px;
}

.dp_text {
margin-top: 30px; 
margin-left: 40px; 
font-size: 15px; 
height: 20px; 
color: grey;
}

.dp_capt {
padding: 0; 
width: 85%;
margin-top: 10px; 
margin-left: 40px; 
margin-bottom: 0px; 
height: 20px;
line-height: 25px; 
}

/* О конференции */

.capt_about {
float: left; 
width: 50%; 
height: 50px; 
margin-top: 50px; 
margin-left: 40px;  
font-size: 20px;
}

.txt_about {
float: left; 
width: 450px; 
height: auto; 
margin-top: 50px; 
font-size: 20px; 
margin-bottom: 30px;
}

.hr_about {
margin: 20px; 
width: 80%; 
color: grey; 
size: 1px;
}

.capt_goal {
font-size: 19px; 
margin-left:20px; 
margin-bottom: 20px; 
margin-top: 10px;
}

.txt_goal {
font-size: 16px; 
margin-left:20px;
}


/* Черный блок */

.dark_block {
display: flex; 
width: 90%; 
height: auto; 
margin: 50px auto; 
border-radius: 20px; 
overflow: hidden;
}

.dark_block_pic {
display: flex; 
width: 100%; 
background-repeat: no-repeat; 
background-position: right bottom; 
background-size: 450px; 
height: 100%;
}

.dark_block_inn {
width: 1000px; 
margin: 50px auto; 
height: auto;
}

.dark_block_what {
float: left; 
font-size: 35px; 
color: white; 
width: 290px; 
height: 220px; 
margin: 5px 20px;
}

.dark_block_theme {
float: left; 
font-size: 17px; 
border-radius: 10px;
width: 290px; 
height: 220px; 
margin: 5px 20px;
}

.dark_block_round {
width: 44px; 
height: 44px; 
border-radius: 22px; 
color: white; 
margin: 10px; 
line-height: 44px; 
text-align: center; 
}

.dark_block_txt {
margin: 10px;  
position: fixed; 
bottom: 0;
}


/* Программа блок */


.prog_block {
width: 76%; 
max-width: 1200px; 
margin: 20px auto;
padding-top: 20px;
margin-bottom: 80px;
}

.prog_smcapt {
text-align: center; 
font-size: 16px; 
margin-top: 50px;
}

.prog_bigcapt {
text-align: center;  
font-size: 40px;
margin-bottom: 50px;
}

.prog_time {
float: left; 
width: 50%; 
font-size: 24px;
}

.prog_section {
float: left; 
width: 49%; 
font-size: 18px; 
color: grey;
}

.prog_themes {
padding: 0px 0px; 
font-size: 18px;
}

.prog_speaker {
padding-top: 5px; 
color: grey;
}

.hr_prog {
width: 100%; 
color: grey; 
size: 1px; 
margin-bottom: 30px;
}


/* Спикеры блок */

.speak_block {
width: 1100px; 
margin 50px auto;
}

.ip_block {
width: 1100px; 
margin 50px auto;
}

.sp_whole {
float: left; 
width: 230px; 
height: 350px; 
margin: 20px 20px;
}

.sp_photo {
background-color: grey; 
background-size: contain; 
background-repeat: no-repeat;
background-position: center;
width: 100%; 
height: 230px; 
border-radius: 10px; 
}

.sp_name {
font-size: 18px; 
margin-left: 5px; 
text-align: center; 
margin-top: 10px;
}

.sp_pos {
margin-left: 5px; 
text-align: center; 
margin-top: 5px; 
color: grey; 
padding-right: 5px;
}


/* Карта блок */

.cap_place {
float: left; 
width: 430px; 
height: 450px; 
border-radius: 20px; 
margin-right: 30px; 
margin-left: 20px; 
font-size: 30px;
color: white;
}

.ya_map {
width: 580px; 
height: 450px; 
float: left; 
border-radius: 20px; 
filter: grayscale(100%); 
border: 1px solid black; 
overflow: hidden;
}

.iframe_yamap {
width: 580px; 
height: 450px; 
}

.map_date {
margin-top: 30px; 
color: white;
}

.map_caption {
margin: 20px; 
margin-top: 50px;
color: white;
margin-left: 40px;
}

.map_place {
margin-top: 30px; 
color: white; 
font-size: 22px;
color: white;
}

/* Контакты блок */

.block_contacts{
color: white; 
width: 280px; 
float: left; 
height: 150px; 
margin: 40px 20px; 
border-radius: 10px;  
padding: 20px;
}

.contacts_capt {
width: 70%; 
font-size:30px; 
margin: 20px; 
margin-left: 50px; 
color: white;
}

.block_arhtxt {
color: white; 
font-size: 17px; 
margin-left: 60px; 
margin-bottom: 40px;
}


/* Условия блок */

.cond_pic {
background-position: left bottom; 
color: white; 
}

.cond_capt {
width: 100%; 
font-size:40px; 
color: white; 
margin: 20px; 
margin-left: 50px;
}

.cond_block {
color: white; 
width: 280px; 
float: left; 
height: 350px; 
margin: 40px 20px; 
border-radius: 10px; 
}

.cond_degri {
position: relative;  
color: white; 
text-align: center; 
font-size: 25px; 
padding: 10px 0;
height: auto; 
border-radius: 15px 15px 0 0; 
width: 95%;
}

.cond_price {
font-size: 40px; 
color: white; 
font-weight: bold; 
padding-bottom: 30px; 
display: flex; 
align-items: flex-end; 
justify-content: center;
height: 140px; 
width: 100%; 
text-align: right; 
}

.cond_currency {
font-size: 20px; 
line-height: 20px; 
margin: 0;
}

.cond_btn {
width: 230px; 
height: 70px; 
border-radius: 10px;
margin: 10px auto; 
color: white; 
font-size: 23px; 
margin-top: 40px; 
line-height: 70px; 
text-align: center; 
cursor: pointer;
}

.cond_disc {
width: 98%; 
text-align: left; 
font-size: 18px; 
color: white;
}

.cond_type {
text-align: center; 
color: white; 
font-size: 25px;
margin-top: 10px;
}

/* Партнеры блок */

.partners_capts {
font-size: 30px; 
align: left; 
text-align: left; 
margin-left: 70px; 
padding-top: 40px; 
margin-bottom: 0px;
}

.partners_size {
width: 110px; 
height: 140px; 
margin-top: 20px;
}

.partners_logo {
cursor: pointer;
background-color: white; 
margin-bottom: 0px; 
height: 110px;
}

.partners_round {
background-color: white; 
cursor: pointer;
margin-bottom: 0px; 
height: 110px; 
border-radius: 55px; 
border: 1px solid #111111;
}

/* Promo блок */

.promo_right {
width: 40px; 
height: 120px; 
position: fixed; 
top: 50%; 
right: 0; 
background-color: red; 
z-index: 2000; 
border-radius: 15px 0 0 15px; 
writing-mode: vertical-rl;
color: white; 
text-align: center; 
line-height: 40px; 
cursor: pointer;
}

.promo_full {
width: 370px; 
height: 120px; 
position: fixed; 
top: 50%; 
right: 0; 
background-color: red; 
z-index: 2001; 
border-radius: 15px 0 0 15px; 
display: none;
color: white; 
text-align: center; 
cursor: pointer;
animation: slideIn2 0.5s ease-out forwards;
}

@keyframes slideIn2 {
  from { transform: translateX(100%); }
  to { transform: translateX(0); }
}

.promo_btn {
float: left; 
margin-top: 20px; 
margin-left: 20px; 
border-radius: 10px;
background-color: white; 
border: 1px solid #111111; 
height: 30px; 
width: 150px;
color: #111111; 
line-height: 30px; 
text-align: center; 
font-size: 15px;
}

.altmenu {
display: none;    
}

.mainlogo2 {
display: none;
}

.altmenus {
display: none;}

.mainmenuit {
display: block;
float: left;
background-color: white;
width: 120px;
margin: 5px;
text-align: center;
}

.mainmenuit:hover > .secmenu,
.secmenu:hover{
  visibility: visible;
  opacity: 1;
  display: block;
}

.secmenu {
visibility: hidden;
  opacity: 0;
  padding: 5px;
  position: absolute;
  transition: all 0.5s ease;
border-radius: 10px;
}

.secmenu2 {
display: none;
  position: absolute;
}

.secmenuit {
height: 30px;
width: 100%;
padding-top: 10px;
padding-left: 10px;
margin-right: 5px;
text-align: left;
background-color: white;
border-radius: 10px;
}

.secmenuit:hover {
background-color: #91dbfd;
}

.mainmenubo {
width: 100%;
heght: 100%;
padding: 5px;
border-radius:5px 5px 5px 5px;
}

.mainmenubo:hover {
border-bottom: 2px solid white;
}

.newmarg {
margin-top: 13px;
}

.centralblock {
clear: left;
text-align: justify;
border-radius:5px 5px 5px 5px;
padding: 10px;
margin: 10px auto;
}

.taw {
text-align: justify;
}

.ch_lang {
margin-top: 20px;
float: right;
}

.chm_lang {
display: none;
float: left;
}

.com_butt {
border-color: #007CB7;
border: 1px solid;
border-radius: 4px;
background-color: white;
font-size: 14px; 
font-family: Tahoma, sans-serif, arial; 
color: #007CB7; 
text-decoration: none;
padding: 5px
}

.c_div {
display: none;    
text-align: left;
background-color: white; 
border: 1px solid #007CB7;
border-radius: 6px;
width: 90%;
margin: 0px auto 5px auto;
padding: 10px;
padding-bottom: 0px;
}

a.c_link, a.c_link:link, a.c_link:visited, a.c_link:hover {
font-size: 16px; 
font-family: Tahoma, sans-serif, arial; 
text-decoration: underline;
}

.inv_div {
display: none;
}

.captu {
width: 100px;
border: 1px solid #007CB7;
border-radius: 3px;
}

.bbord {
border: 1px solid #007CB7;
border-radius: 3px;
width: 98%;
}

.br_cap {
border-bottom: 1px solid #007CB7;
margin-top: 15px;
}

a.br_capf, a.br_capf, a.br_capf, a.br_capf:hover {
font-size: 16px; 
font-family: Tahoma, sans-serif, arial; 
text-decoration: none;
color: #007CB7;
font-weight: bold;
}

.d_razd {
float: left;
width: 280px;
border: 1px solid #007CB7;
border-radius: 5px;
min-height: 300px;
}

.d_cont {
float: right;
width: 580px;
margin-left: 7px;
}

.br_artic > img {
max-width: 200px;}

.d_cont > img {
max-width: 300px;
}

.infoto {
max-width: 400px;
border-radius: 10px;
}

.ingal {
float: right;
max-width: 160px;
margin-left: 7px;}

.ingar {
float: left;
max-width: 160px;
margin-right: 7px;}

.ingat {
max-width: 100%;
margin-bottom: 7px;}

.ingalfoto {
max-width: 98%;}

.bigpic {
width: 900px;
height: 330px;
border-radius: 10px;
background-repeat: no-repeat;
overflow: hidden;
}

.modal {
  display: none; /* Скрыто по умолчанию */
  background-color: rgba(0,0,0,0.6); /* Полупрозрачное затемнение */
  position: fixed; /* Stay in place */
  z-index: 1000; /* Фон на нижнем слое */
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  overflow: hidden; /* При необходимости, то появиться прокрутка */
  }

.modal-content {
    position: relative;
    background-color: #FFFFFF;
    margin: auto;
    border: 1px solid #007CB7;
    padding-left: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

.close {
   position: absolute;
   top: -15px;
   left: -15px;
   width: 30px;
   height: 30px;
  font-size:  30px;
  font-weight:  bold;
   text-align: center;
   background-color: #007CB7;
   border: 3px solid #FFFFFF;
   border-radius: 20px;
   color: #FFFFFF;
}

.close p {
   position: absolute;
   top: -35px;
   left: 2px;
}

.InstModCSS {
 margin: 10px auto;
}

.tcla {
float: left;
width: 100px;
height: 50px;
background-color: red;
}

.mfoto {
width: 30%;
border-radius: 10px;
}

.mefoto {
width: 20%;
border-radius: 10px;
}

.sfoto {
width: 100px;
border-radius: 5px;
}

.bl_footer {
height: 100px;
width: 100%
}

.left_a{
margin-top: 30px;
float: left;
text-align: left;
width: 45%
}

.right_a{
margin-top: 30px;
float: right;
text-align: right;
width: 45%;
}

.newblock {
margin-left: 70px;}


/* Окно для ввода логина-пароля */
.on_log {
width: 250px;
display: block;
float: right;
padding: 10px;
margin: 10px;
border: 1px solid #007CB7;
border-radius: 10px;
}

.mar_top {
margin-top: 5px;
}

/* Регистрация нового пользователя */
.n_label {
float: left;
width: 150px;
text-align: right;
margin: 5px;
}

.n_input {
float: left;
width: 350px;
text-align: left;
margin: 5px;
}

.clearfix { 
   content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}

.w_input {
width: 100%;
}

.n_regis {
margin-bottom: 10px;
width: 520px;
float: left;
}

.div_rub {
width: 300px;
float: right;
display: none;
border: 1px solid #007CB7;
border-radius: 10px;
padding: 10px;
margin-top: 40px;
}


/* табы в личном кабинете */
.p_data {
display: block;
position: relative;
width: 100%;
padding-left: 15px;
padding-top: 15px;
margin-top: 50px;
border: 1px solid #007CB7;
border-radius: 10px;
}

.p_tab {
width: 150px;
height: 36px;
border: 1px solid #007CB7;
z-index: 100;
border-radius: 10px 10px 0px 0px;
position: absolute;
padding-top: 10px;
top: -40px;
left: 7px;
float: left;
border-bottom: none;
text-align: center;
color: #0F4C81;
background-color: #91dbfd;
}

}