
.orange {
    color: #ff6600;
}

.mob_top{
	display:inline-flex;
	/*text-align:justify;*/
	flex-direction:row-reverse;
	justify-content:space-around;
	
}

.header_logo{
	display:inline-block;
	max-width:56%;
	text-align:center;
	}
	
.header_logo img{
	width:100%;
}

.font_table_td_header{
	font-weight: bold; 
	font-size: 12pt;
}

.span_mest_summ{
		font-weight:bold;
	}

.burger_menu{
	display:none;
	}
	
.mob_input_size{
	field-sizing:fixed;
}

.desk_table_td_hidden_info{
		display:none;
	}
	
.desk_hidden_info{
		display:none;
	}
	
	
.corz_button_confirm{
	height: 35px;
    width: 100%;
    font-size: 15px;
    border-radius: 5px;
    max-width: 400px;
    font-weight: bold;
}

.div_logocards{
	width:60%;
}

.div_logocards img{
		max-width:320px;
	}
	
.desk_plan_header{
	display:inline-block;
	padding-left:60px;
	vertical-align:bottom;
	}
	
.lygota_hover a{
    text-decoration: none;
    color: black;
}

.lygota_hover a:hover {
    text-decoration: underline;
    color: #ff6600;
}

/* Выпадающее меню Сведения образования */
.educat-menu-sub-menu { 
   display: none; } 
   
.educat-menu-sub-menu li {
    text-decoration: none;}


.educat-menu-main-item:focus ~ .educat-menu-sub-menu, 
.educat-menu-main-item:active ~ .educat-menu-sub-menu, 
.educat-menu-sub-menu:hover { 
   display: block; } 
/* Конец выпадающего меню */



/*---------- Стили для мобильных --------------*/
@media screen and (max-width:600px){
	body{
		margin:2px;
	}
	#desk_menu{
		display:none;
	}
	
	#calendar{
		scale:1.5;
	}
	
	.header{
		font-size:12px;
	}
	
	.font_table_td_header{
		font-size:14px;
		max-width:117px;
	}
	
	.mobile_strong{
		font-size:12px;
	}
	
	.mobile_strong font{
		font-size:14px;
	}
	
	.mobile_hidden_info{
		display:none;
	}
	
	.desk_hidden_info{
		display:block;
	}
	
	
	.desk_table_td_hidden_info{
		display:table-cell;
	}
	
	.span_mest_summ{
		font-weight:unset;
		font-size:14px;
	}
	
	.mob_top{
		flex-direction:row;
		justify-content:space-around;
	}
	
	.mob_input_size{
		field-sizing:content;
	}
	
	.div_logocards{
		width:100%;
	}
	
	.mobile_caledar{
		text-align:center;
	}
	
	.educat-menu-sub-menu {
		padding-left:10px;
		list-style: none;
		
	}
	
	.div_mobCenter{
		text-align:-webkit-center;
		text-align:-moz-center;
	}
	
	
	
/* Burger menu---------------------------------*/
    .burger_menu{
        /*margin-top: 10px;*/
        /*flex-grow: 1;*/
        display: inline-flex;
        gap: 35px;
        align-items: center;
    }

    .burger-checkbox {
      position: absolute;
      visibility: hidden;
    }

    .burger {
      position: relative;
      z-index: 1;
      cursor: pointer;
      display: block;
      position: relative;
      border: none;
      background: transparent;
      width: 40px;
      height: 26px;
    }
    .burger::before,
    .burger::after {
      content: '';
      left: 0;
      position: absolute;
      display: block;
      width: 100%;
      height: 4px;
      border-radius: 10px;
      background: #000;
    }
    .burger::before {
      top: 0;
      box-shadow: 0 11px 0 #000;
      transition: box-shadow .3s .15s, top .3s .15s, transform .3s;
    }
    .burger::after {
      bottom: 0;
      transition: bottom .3s .15s, transform .3s;
    }
    .burger-checkbox:checked + .burger::before {
      top: 11px;
      transform: rotate(45deg);
      box-shadow: 0 6px 0 rgba(0,0,0,0);
      transition: box-shadow .15s, top .3s, transform .3s .15s;
    }
    .burger-checkbox:checked + .burger::after {
      bottom: 11px;
      transform: rotate(-45deg);
      transition: bottom .3s, transform .3s .15s;
    }
    .menu-list {
      top: 67px;
      left: 2px;
      position: absolute;
      display: grid;
      gap: 12px;
      margin: 0;
      background: white;
      list-style-type: none;
      transform: translateX(-100%);
      transition: .3s;
      width: 100%;
      z-index: 2;
    }

    .menu-list ul{
        list-style: none;
        padding: 5px 0;

    }

    .header_menu_list{
        padding: 5px 0;
        font-size: 16px;
        letter-spacing: 0;
    }

    .sub_menu_list{
        font-size: 18px;
        line-height: 1.55;
        list-style-type: none;
        padding-inline-start: 0px;
    }
    .header_p{
        font-size: 18px;
        padding: 5px 0 5px 15px;
        line-height: 1.55;
    }

    .header_tel{
        text-decoration: none;
        cursor: pointer;
        font-weight: 700;
    }

    .menu-item {
      display: block;
      color: black;
      font-size: 18px;
      text-decoration: none;
      padding: 5px 0 5px 15px;
      line-height: 1.55;
      font-family:OfficinaSansCBold;
    }

    .menu-item:hover {
        background: rgba(255,255,255,.2);
    }

    .burger-checkbox:checked ~ .menu-list {
      transform: translateX(0);
    }
	
	.header_logo img{
		width:70%;
	}
	

	

}
