/*@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,700&subset=cyrillic');*/
.fontst {  font-family: Verdana, Arial, Helvetica, sans-serif}

.adapt_top { width: 320px; height: 100px; text-align: center;}
@media (min-width: 500px) { .adapt_top { width: 468px; height: 60px; text-align: center;} }
@media (min-width: 800px) { .adapt_top { width: 728px; height: 90px; text-align: center;} }

@media (min-width: 1600px) {  p, ul { font-size:18px; }}

body {
 background-color: #FFFFFF;
 background-image: url("https://ale07.ru/mb4.webp");
 background-attachment: fixed;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 16px;
}
.small {
  font-size: 0.75em; 
}

.large {
  font-size: 1.25px; 
}

H1 {
  font-weight: bold;
  font-size: 1.4em;
  font-family: Arial;
  font-variant: normal;
  font-style: normal
}
H2 {
  font-weight: bold;
  font-size: 1.1em;
  font-family: Arial;
  font-variant: normal;
  font-style: normal;
  color:#036
}
H3 {
  font-weight: bold;
  font-size: 1.3em;
  font-family: Arial;
  font-variant: normal;
  font-style: normal;
  color: #003366
}


a { 
    text-decoration: none; /* Отменяем подчеркивание у ссылки */
   }
A:hover { 
    /*font-size: 24px; /* Размер шрифта */
    /*font-weight: bold; /* Жирное начертание */
	background: #CCCCCC; /* Цвет фона */
    /*color: red; /* Цвет ссылки */
}
   
.hoverbox a .preview {display: none;} 

/*МЕНЮ*/

.macmenu {
 /*height: 128px; /*высота общего блока
 float: left;
   position: relative;
 left: 25%;
 margin-left: -100px;*/
 display: block;
}

.menuin {
display: block;
height: 128px;
}

@media (min-width: 350px) { .menuin  { width: 110px; } }
@media (min-width: 400px) { .menuin  { width: 210px; } }
@media (min-width: 550px) { .menuin  { width: 310px; } }
@media (min-width: 650px) { .menuin  { width: 410px; } }
@media (min-width: 750px) { .menuin  { width: 510px; } }

.button {
 /*margin: 0 auto; /*выравнивание блока по центру*/
/* width: 720px; /*ширина всего блока с меню*/
font-size:18px;
font-family: Verdana, Geneva, sans-serif;
}
.button a img,
.button a {
 display: block;
 float: left;
 -webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 transition: all 0.5s ease;
 height: 70px;
 width: 70px;
}
.button a {
 margin: 5px 15px;
 text-align: center;
 color:#396;
 font: normal normal 14px Verdana;
 text-decoration: none;
 word-wrap: normal; /*запрещает автоматически разрывать слова на перенос*/
}
/*@media (max-width: 550px) { .button a { width: 30px; height: 30px; } }*/

.macmenu a:hover img {
 margin-left: -30%; /*смещает картинку левее, выравнивая ее по центру*/
 height: 110px;
 width: 90px;
}
.button a:hover {
 font: normal bold 20px Verdana;
}
/*КОНЕЦ МЕНЮ*/

#ikonka2 {
	float: left;
	visibility:hidden;
}
@media (min-width: 400px) { #ikonka2 { visibility:visible } }

#ikonka3 {
	float: left;
	visibility:hidden;
}
@media (min-width: 550px) { #ikonka3 { visibility:visible } }

#ikonka4 {
	float: left;
	visibility:hidden;
}
@media (min-width: 650px) { #ikonka4 { visibility:visible } }

#ikonka5 {
	float: left;
	visibility:hidden;
}
@media (min-width: 750px) { #ikonka5 { visibility:visible } }

#ikonkam {
	display:block;
	width:100px;
	text-align:center;
}
@media (max-width: 900px){ #ikonkam { display:none } }

#topmenu {
 width: 100%;
 height: 128px;
 	background-image:url("https://ale07.ru/image/oblako.webp");
	background-repeat:no-repeat;
	background-size:cover;
}
#logo {
   float: left;
   margin:0px;
}
#topmenu1 {
	width: 120px;
	height: 78px;
	background-image: url("https://ale07.ru/image/ale07.png");
	margin:0px;
	cursor:pointer;
}
#topmenu2 {
	display:flex;
	justify-content: center;
	height: 128px;
	max-width:1000px;
	margin:0 5%;
	width:70%;
	text-align:center;
}
@media (min-width: 320px) { #topmenu2  { width: 110px; } }
@media (min-width: 400px) { #topmenu2  { width: 210px; } }
@media (min-width: 550px) { #topmenu2  { width: 310px; } }
@media (min-width: 650px) { #topmenu2  { width: 410px; } }
@media (min-width: 750px) { #topmenu2  { width: 510px; } }
@media (min-width: 850px) { #topmenu2  { width: 70%; } }


#topmenu3 {
	width: 120px;
	height: 50px;
	top: 78px;
	float: left;
	margin:0px;
}

/* Горизонтальное*/
/* CSS Document */
ul#cssmenu {
        width:118px;
        margin: 0;
        border: 0 none;
        padding: 0;
        list-style: none;
        background: #003366;
        height: 30px;
        font: bold 12px/28px Verdana, Arial;
        border-left:#003366 1px solid;
}

ul#cssmenu li {
		width:120px;
        margin: 0;
        border: 0 none;
        padding: 0;
        float: left;
        display: inline;
        list-style: none;
        position: relative;
        height: 30px;
		 background:#0C0;
}

ul#cssmenu ul {
        margin: 0;
        border: 0 none;
        padding: 0;
        width: 160px;
        list-style: none;
        display: none;
        position: absolute;
        top: 30px;
        left: 0;
}

ul#cssmenu ul:after {
        clear: both;
        display: block;
        font: 1px/0px serif;
        content: ".";
        height: 0;
        visibility: hidden;
}

ul#cssmenu ul li {
        width: 120px;
        float: left;
        display: block !important;
        display: inline;
}

/* Main Menu */
ul#cssmenu a {
        border: 0px;
        padding: 0 10px;
        float: none !important;
        float: left;
        display:block;
        background: #003366;
        color: #FFFFFF;
        font: bold 12px/28px Verdana, Arial;
        text-decoration: none;
        height: auto !important;
        height: 1%;
		transition:1s;
}

/* Main Menu Hover */
ul#cssmenu a:hover,
ul#cssmenu li:hover a,
ul#cssmenu li.iehover a {
        background: #FFFFFF;
        color:#003366;
        border-top:#003366 1px solid;
}

/* Second Menu */
ul#cssmenu li:hover li a,
ul#cssmenu li.iehover li a {
        border-top: 2px solid #FFFFFF;
        float: none;
        background:#003366;
        color: #FFFFFF;
}

/* Second Menu Hover */
ul#cssmenu li:hover li a:hover,
ul#cssmenu li:hover li:hover a,
ul#cssmenu li.iehover li a:hover,
ul#cssmenu li.iehover li.iehover a {
        border-top: 2px solid #FFFFFF;
        background: #FFFFFF;
        color:#003366;
        border:#003366 1px solid;
}

ul#cssmenu ul ul {
        display: none;
        position: absolute;
        top: 0;
        left: 170px;
}

ul#cssmenu li:hover ul ul,
ul#cssmenu li.iehover ul ul {
        display: none;
}

ul#cssmenu li:hover ul,
ul#cssmenu ul li:hover ul,
ul#cssmenu li.iehover ul,
ul#cssmenu ul li.iehover ul {
        display: block;
} 

.menu0:hover::after { /* podskazka menu */
    content: attr(data-title);
    position: absolute;
    left: 90%; top: 10%; 
    z-index: 1; /* poverh drugih elementov */
    background: rgba(255,255,230,0.9); /* poluprozrachnyi cvet fona */
    font-size: 18px; 
	color:#903;
    padding: 5px 5px; 
    border: 1px solid #333; 
}

.line_footer {
	clear:both;
	width: 90%;
	height:30px;
	max-width: 1500px;
	background-image:url("https://ale07.ru/image/line2.png");
	background-repeat: no-repeat;
	background-position: center;
}

.noty_box {
	clear:both;
	width: 100%;
	max-width: 1370px;
	float: left;
}
.noty_box1 {
	width:25%;
	left:0;
	float: left;
}
.noty_box2 {
	width:50%;
	float: left;
	word-wrap: break-word;
	min-width: 300px;
	text-align: center;
}
.noty_box3 {
	width:24%;
	float: left;
}
.noty_box4 {
	clear:both;
	width:30px;
	left: 0px;
	float: left;
}
.noty_box5 {
	width:95%;
	float: left;
	min-width: 300px;
	padding-left: 5px;
}
@media (min-width: 1600px) { .noty_box5, ul  { font-size:20px; }}

.noty_box_r{
	float: right;
	top: 0px;
	max-width:320px;
	max-height:290px;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:30px;
}
.noty_box7 {
	clear:both;
	width:5%;
	height:40px;
	float: left;
}
.noty_box8 {
	width:90%;
	height:40px;
	float: left;
    background-image:url("https://ale07.ru/image/line2.png");
	background-repeat: no-repeat;
	background-position:center;
}
.noty_box9 {
	width:4%;
	height:40px;
	float: left;
    background-image:url("https://ale07.ru/image/up.gif");
	background-repeat: no-repeat;
	background-position:left;
	cursor:pointer;
}
.noty_text {
	clear:both;
	width:95%;
	text-align: center;
	max-width: 1370px;
	padding-left: 10px;
}
@media (max-width: 400px) {  noty_text, a { font-size:20px; }}
.rbox1 {
	max-width:336px;
	max-height:228px;
}
.rbox2 {
	max-width:336px;
	max-height:228px;
}

.table_v {
	clear:both;
}
.table_v0 {
 width:10px;
 float: left;
}
.table_v1 {
 width:164px;
 float: left;
}
@media (min-width: 400px) { table_v1, ul { font-size:12px; }}
@media (min-width: 600px) { table_v1, ul { font-size:16px; }}
@media (min-width: 1600px) { table_v1, ul { font-size:18px; }}
.table_v2 {
 width:234px;
 float: left;
}
@media (max-width: 400px) {  table_v2, ul { font-size:18px; }}
.table_v3 {
 display:block;
 float:left;
 max-width:300px;
 margin-left:10px;
}
.table_v4 {
 display:block;
 float:left;
 max-width:400px;
 margin-left:10px;
}
.table_v5 {
 display:block;
 float:left;
 margin-left:10px;
 max-width:500px;
 min-width:300px;
}
.table_v6 {
 display:flex;
 justify-content: left;
 flex-direction: column;
 flex-wrap: nowrap;
 max-width:600px;
 min-width:300px;
 float: left;
 margin-left:5px;
}
.table_v7 {
 display:block;
 float:left;
 margin-left:10px;
 max-width:700px;
 min-width:300px;
}

.blok_rek {
	clear:both;
	width: 100%;
	text-align: center;
	overflow:hidden;
}
.blok_rek_t {
	clear:both;
	width: 70%;
	max-width: 700px;
	min-width:0px;
	min-height:105x;
	max-height:300px;
	display: flex;
	float:left;
	margin-left:20%;
	margin-right:30px;
	padding-bottom:10px;
	align-items: center;
 	justify-content: center;
	overflow:hidden;
	flex-grow: 0;
}
.blok_rek_f {
	clear:both;
	width: 90%;
	max-width:1370px;
	max-height:300px;
	text-align: center;
	overflow:hidden;
}
.blok_count {
	clear:both;
	width: 100%;
	text-align: center;
}
.site_footer {
	clear:both;
	width: 100%;
	text-align: center;
}

.instr_menu {
	width: 290px;
	height: 110px;
	 float: left;
	 padding: 10px;
	 margin: 1px;
	 margin-bottom:35px;
}

.blok_s1 {
	width: 290px;
	height: 410px;
	 float: left;
	 padding: 5px;
	 margin: 1px;
	 text-align:center;
	 clear:right;
}
.blok_rek_ssylki{
	clear:both;
	width: 100%;
	max-width:1370px;
	text-align: center;
}

#topsite {
 clear:both;
 width: 97%;
 max-width: 1370px;
}
#topsite1 {
    width: 90%;
    margin:auto;
	text-align: center;
}
#topsite2 {
 width: 55%;
 float: left;
 left:0px;
 padding-left: 5px;
  min-width: 300px;
}
#topsite3 {
 width:40%;
 float: left;
 text-align: center;
 overflow: auto;
 word-wrap: break-word;
 min-width: 200px;
}
.lang {
	float:right;
	width:30px;
	height:30px;
	text-align: center;
}
.find_menu {
	width:75%;
	float:right;
}
.text_box1 {
	width:300px;
	float:left;
}
.zelen1 {
	color:#006666;
	font-weight:bold;
	text-align: center;
}
.zelen2 {
	color:#003333;
	font-weight:bold;
	text-align:center;
}
.krasn1 {
	color:#903;
	font-weight:bold;
}
.ser1 {
	color:#666;
}
.klass_s1 {
	text-align:center;
}
.klass_s2 {
	text-align:center;
	font-weight:bold;
	font-size:300%;
}
.klass_s3 {
	font-weight:bold;
	font-style:italic;
	font-size:12px;
	color:#009;
}
.klass_s4{
	text-align:center;
	font-weight:bold;
	font-size:130%;
}
.zag1{
	font-weight:bold;
	font-size:130%;
}

.fix1 {
	display:none;
	position:fixed;
	top:135px;
	border-style:dotted;
	border-color:#CCC;
	left:1370px;
	height:700px;
}

@media (min-width: 1500px) { .fix1 { display:block; width:100px; font-size: 10px;} }
@media (min-width: 1600px) { .fix1 { display:block; width:200px;} }
@media (min-width: 1700px) { .fix1 { display:block; width:300px;} }
@media (min-width: 1800px) { .fix1 { display:block; width:400px;} }
@media (min-width: 1900px) { .fix1 { display:block; width:500px;} }

.mob {
 display:none;
}
@media (min-width: 1000px) { .mob { display:block;} }

/* ikonkam */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

ul.navbar {
	padding: 0px;
  width: 100px;
  list-style: none;
}

ul.navbar li {
	float: left;
	margin: 0;
	position: relative;
}

ul.navbar li a {
	display: block;
	padding: 4px 10px;
	color:#396 !important;
	text-decoration: none;
	transition: all .2s ease-in-out;
}

ul.navbar li a:hover,
ul.navbar li:hover > a {
	background:#373a56;
	color: #fff !important;
}

ul.navbar li ul {
  margin: 0;
  position: absolute;
  background:#fff1c3;
  left: 10%;
  font-size: 14px;
  min-width: 200px;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  transition: all .1s ease;
}

ul.navbar ul li { float: none; }
ul.navbar li:hover > ul { opacity: 1; visibility: visible; left: 0; max-height: 300px }
ul.navbar > li:hover > ul { opacity: 1; visibility: visible; top: 100%; left: 0; }
ul.navbar li > ul  ul { top: 0; left: 90%; }
ul.navbar li > ul li:hover > ul { left: 100%; }
/* ikonkam */

.buttonsk {
width:250px;
height:50px;
background:#093;
font-size:18px;
cursor:pointer;
}

