@charset "utf-8";

*{
    box-sizing: border-box;
 }

html {
	width: 100%; height: auto; /*должны быть по 100% и в html, и в body для отображения фона на все страницу (при включенном масштабировании)*/
	background-color: #fff;
	background-image: url(../images/welcome/bgrm1_m.jpg); 
	background-position: top;
	background-repeat: no-repeat;
	/*background-size: auto 100%;*/
	/*background-size:cover;*/
	background-attachment:fixed;
	overflow: hidden;
}
body {
	width: 100%; /*должны быть по 100% и в html, и в body для отображения фона на все страницу (при включенном масштабировании)*/
	height: 100%; /*должны быть по 100% и в html, и в body для отображения фона на все страницу (при включенном масштабировании)*/ /*свойство обеспечивает отображение дочерних элементов в % height*/
    font-family: Verdana, Arial, sans-serif;    
    /*background-color: #f7f7f7;*/
	/*background-position: center;
	background-repeat: repeat-y;
	background-size: cover;
	background-attachment:fixed;*/
	overflow: hidden; /*должны быть отключено (при включенном масштабировании)*/
}


/*Preloader*/

#preloader {
      position: fixed;
      left: 0;
      top: 0;
      z-index: 1200;
      width: 100%;
      height: 100%;
      overflow: visible;
      background: #fbfbfb url('//cdnjs.cloudflare.com/ajax/libs/file-uploader/3.7.0/processing.gif') no-repeat center center;
	  
}
    
.visible {
  visibility: visible;
  opacity: 1;
  transition: opacity 2s linear;
}

.hidden {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 2s, opacity 2s linear;
}


.wrapper_m {
		
    height: 100vh;
	width: 100%;
	/*background-color:cadetblue;*/
    
	
	
	display: grid;
	
    grid-template-areas: "header";
    grid-template-columns: 100%;
    grid-template-rows:    100%;

    color:yellow;
	text-shadow: 2px 1px 0px red;
	/*font-size: 12px; font-style:oblique;*/
	position: absolute;
	margin-left: auto;
	left: 0px;
	right: 0px;
	
	
}

.m {grid-area: header;}


.spacecraft_m{
	height: 43vh;
	width: 43vh;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2%;
	padding-top: 1px;
	float: both;
	/*background-color: aqua;*/
	border-radius: 20%;
	
	display: block;
	
	background-image: url(../images/obzor/spacecraft_m.png); 
	background-repeat: no-repeat;
	
	background-size: contain;
	
}


.spacecraft_text_m{
	height: 10vh;
	width: 100%;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: red;
	float: both;
	display: block;
	text-align: justify;
	
}


/*мобильник портрет*/


.inner_wrap_m{
	/*background-color:red;*/
	height: 95%; 
	width: 95%;
	display: block;
	opacity: 1;
	border-radius: inherit !important;
	transform: scale(1);
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1vh;
	
	float: both;
	
	background-image: url(../images/obzor/inner_m.png); 
	background-repeat: no-repeat;
	
	background-size: contain;
}

.inner_m{
	/*background-color:red;*/
	height: auto !important; 
	width: auto !important;
	display: block;
	opacity: 1;
	border-radius: inherit !important;
	transform: scale(1);
	position: absolute;
	left: -25px;
	top: -90px;
	
	
	/*margin-left: auto;
	margin-right: auto;
	margin-top: 1vh;
	overflow: hidden;
	float: both;*/
	
}

.obzor_btn_menu_m{
	height: 10vh;
	width: 10vh;
	left: 2.5%;
	top: 11.5vh;
	background-color: blueviolet;
	position: fixed;
	z-index: 51;
	display: block;
	border-radius: 15px 15px 15px 15px;
	
	background-image: url(../images/obzor/btn_m.png); 
	background-repeat: no-repeat;
	background-position: center;
	background-size: 110%;
	opacity: .5;
}

.obzor_menu_m{
	height: 70vh;
	width: 0vh;
	left: 2.5%;
	top: 100px;
	/*background-color:chocolate;*/
	position: fixed;
	display: block;
	z-index: 50;
	color: white;
	font-size: 1.4em;
}

.obzor_menu_p1_m
{
	height: 25%;
	width: 100%;
	background-color:cornflowerblue;
	float: both;
	display: block;
	border-radius: 55px 55px 55px 55px;
	padding-top: 12%;	border-style: solid; border-width: 2px; border-color: cyan;	
	opacity: .8;
	overflow: hidden;
	color: white;
	
}

.obzor_menu_p1_m:active
{
	box-shadow: 0px 0px 50px 0px cyan inset;
	
}

.obzor_menu_p2_m
{
	height: 25%;
	width: 100%;
	background-color:cornflowerblue;
	float: both;
	display: block;
		
	border-radius: 55px 55px 55px 55px;
	padding-top: 12%;	border-style: solid; border-width: 2px; border-color: cyan;	
	opacity: .8;
	overflow: hidden;
	color: white;
}

.obzor_menu_p2_m:active
{
	box-shadow: 0px 0px 50px 0px cyan inset;
}

.obzor_menu_p3_m
{
	height: 25%;
	width: 100%;
	background-color:cornflowerblue;
	float: both;
	display: block;
		
	border-radius: 55px 55px 55px 55px;
	padding-top: 12%;	border-style: solid; border-width: 2px; border-color: cyan;	
	opacity: .8;
	overflow: hidden;
	color: white;
}

.obzor_menu_p3_m:active
{
	box-shadow: 0px 0px 50px 0px cyan inset;
}

.obzor_menu_p4_m
{
	height: 25%;
	width: 100%;
	background-color:cornflowerblue;
	float: both;
	display: none;
		
	border-radius: 55px 55px 55px 55px;
	padding-top: 12%;	border-style: solid; border-width: 2px; border-color: cyan;	
	opacity: .8;
	overflow: hidden;
	color: white;
}

.obzor_menu_p4_m:active
{
	box-shadow: 0px 0px 50px 0px cyan inset;
}

.grid-container {
				height:100vh;
                width: 100%;
                display: grid;
                grid-template-areas: ". . . . ."
									 ". header header header ."
                                     ". . . . ."
                                     ". uheader uheader uheader ."
                                     ". content content content ."
                                     ". . . . ."
                                     ". btn_l footer btn_r .";
                /*grid-template-columns: 2.5% 0.1fr 1fr 0.1fr 2.5%;
                grid-template-rows: 80px 5px 80px 1fr 5px 80px;*/
				grid-template-columns: 2.5% 31.7% 31.7% 31.7% 2.5%;
                grid-template-rows: 0.7% 10% 0.7% 9% 70% 0.7% 8%;
            }
.obzor_header_m { grid-area: header; /*background-color:blue;*/ display: block; border-radius: 30px 30px 15px 15px;  padding-top: 10px;	border-style: solid; border-width: 1px; border-color: #419FEB;	
    background-image: linear-gradient(top, #ccc 5%, rgba(12, 67, 176, .3) 20%, skyblue 80%, #ccc);
    background-image: -webkit-linear-gradient(top, #ccc 5%, rgba(12, 67, 176, .3) 20%, skyblue 80%, #ccc);
    background-image: -o-linear-gradient(top, #ccc 5%, rgba(12, 67, 176, .3) 20%, skyblue 80%, #ccc);	
    background-image: -moz-linear-gradient(top, #ccc 5%, rgba(12, 67, 176, .3) 20%, skyblue 80%, #ccc);	

}

.obzor_uheader_m { grid-area: uheader; background-color: #ccc; 	border-radius: 15px 15px 0px 0px; padding-top: 15px;
	background-image: linear-gradient(top, #ccc 5%, rgba(12, 67, 176, .3) 20%, #2BDFFF 80%, #ccc);
	background-image: -webkit-linear-gradient(top, #ccc 5%, rgba(12, 67, 176, .3) 20%, #2BDFFF 80%, #ccc);
	background-image: -o-linear-gradient(top, #ccc 5%, rgba(12, 67, 176, .3) 20%, #2BDFFF 80%, #ccc);
	background-image: -moz-linear-gradient(top, #ccc 5%, rgba(12, 67, 176, .3) 20%, #2BDFFF 80%, #ccc);
}

.obzor_aside_l_m { grid-area: menu; background-color: #ccc; }
.obzor_aside_r_m { grid-area: sidebar; background-color: #ccc; }

.obzor_content_m { grid-area: content; /*background-color: #eee;*/ overflow: auto; border-style: solid; border-width: 2px; border-color: cyan; border-radius:  0px 0px 15px 15px; padding-left: 10px; padding-right: 10px;
	
	
	/*background-image: url(../images/obzor/content_m.png); 
	background-repeat: no-repeat;
	
	background-size: 100% auto;*/
		
	background-image: linear-gradient(top, rgba(4, 0, 255, .30), rgba(4, 0, 255, .30));
	background-image: -webkit-linear-gradient(top, rgba(4, 0, 255, .30), rgba(4, 0, 255, .30));
	background-image: -o-linear-gradient(top, rgba(4, 0, 255, .30), rgba(4, 0, 255, .30));
	background-image: -moz-linear-gradient(top, rgba(4, 0, 255, .30), rgba(4, 0, 255, .30));
	
	
	
	
}

.obzor_footer_m { grid-area: footer; /*background-color: #bbb;*/ display: block; border-style: solid; border-width: 1px; border-color: #419FEB;
				  padding-top: 15px;	
    background-image: linear-gradient(top, rgba(255, 255, 255, .25), rgba(255, 255, 255, .25));
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .25), rgba(255, 255, 255, .25));
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, .25), rgba(255, 255, 255, .25));
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .25), rgba(255, 255, 255, .25));

}

.obzor_l_btn_m { grid-area: btn_l; display: block; background-color: darkblue; border-radius: 30px 0px 0px 30px;
                 padding-top: 15px; color: cyan; text-shadow: 0px 0px 2px blue;
				 border-style: solid; border-width: 1px; border-color: #419FEB;	
				 opacity: .8;
				background-image: inear-gradient(top, #ccc 3%, rgba(12, 67, 176, .3) 20%, skyblue 95%,#2BDFFF);
	            background-image: -webkit-linear-gradient(top, #ccc 3%, rgba(12, 67, 176, .3) 20%, skyblue 95%,#2BDFFF);
	            background-image: -o-linear-gradient(top, #ccc 3%, rgba(12, 67, 176, .3) 20%, skyblue 95%,#2BDFFF);
	            background-image: -moz-linear-gradient(top, #ccc 3%, rgba(12, 67, 176, .3) 20%, skyblue 95%,#2BDFFF);
	
}

.obzor_l_btn_m:active{  background-color: orangered;
				 opacity: 1;
	
}

.obzor_r_btn_m { grid-area: btn_r; background-color: darkblue; border-radius: 0px 30px 30px 0px;
                 padding-top: 15px; color: cyan; text-shadow: 0px 0px 2px blue;
				 border-style: solid; border-width: 1px; border-color: #419FEB;	
				 opacity: .8;
				background-image: inear-gradient(top, #ccc 3%, rgba(12, 67, 176, .3) 20%, skyblue 95%,#2BDFFF);
	            background-image: -webkit-linear-gradient(top, #ccc 3%, rgba(12, 67, 176, .3) 20%, skyblue 95%,#2BDFFF);
	            background-image: -o-linear-gradient(top, #ccc 3%, rgba(12, 67, 176, .3) 20%, skyblue 95%,#2BDFFF);
	            background-image: -moz-linear-gradient(top, #ccc 3%, rgba(12, 67, 176, .3) 20%, skyblue 95%,#2BDFFF);	
}

.obzor_r_btn_m:active{  background-color: orangered;
				 opacity: 1;
	
}

h3{ 
    /*text-align:center;*/
}

/*монитор портрет*/

@media (min-width: 814px) and (orientation: portrait)
{	

	html{
		/*background-size: auto 100%;*/
	}	
	
.spacecraft_m{
	height: 61vh;
	width: 61vh;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0vh;
	float: both;
	background-color: rgba(28, 68, 99, 0.0) !important;
	border-radius: 20%;
	
	display: block;
	
	background-image: url(../images/obzor/spacecraft_m.png); 
	background-repeat: no-repeat;
	
	background-size: contain;
}		

.inner_wrap_m{
	/*background-color:red;*/
	height: inherit !important;
	width: inherit !important;
	/*position: absolute;
	left: 0px;
	top: 125px;
	z-index: 50;*/
	display: block;
	opacity: 1;
	border-radius: inherit !important;
	transform: scale(1);
	
	margin-left: 10vh;
	margin-right: inherit !important;
	margin-top: 7% !important;
	float: both;
	overflow: hidden;
	
	background-image: url(../images/obzor/inner_m.png); 
	background-repeat: no-repeat;
	
	background-size: contain;
}	
	
.inner_m{
	/*background-color:red;*/
	height: inherit !important;
	width: inherit !important;
	position: absolute;
	left: 0px;
	top: 125px;
	z-index: 50;
	display: block;
	opacity: 1;
	border-radius: inherit !important;
	transform: scale(1);
	overflow: hidden;
	/*margin-left: 10vh;
	margin-right: inherit !important;
	margin-top: 7% !important;
	float: both;*/
	
}	
	
	
.obzor_btn_menu_m{
	height: 15vh;
	width: 15vh;
	left: 2.5%;
	top: 100px;
	background-color: blueviolet;
	position: fixed;
	z-index: 51;
	display: block;
}

.obzor_menu_m{
	height: 70vh;
	width: 0vh;
	left: 2.5%;
	top: 100px;
	/*background-color:chocolate;*/
	position: fixed;
	display: block;
	z-index: 50;
}	

.obzor_menu_p4_m
{
	display: block;
	
}	
	

.obzor_header_m { grid-area: header; /*background-color:blue;*/ display: block; border-radius: 30px 30px 15px 15px;  padding-top: 10px;	border-style: solid; border-width: 1px; border-color: #419FEB;	
    background-image: linear-gradient(top, #ccc 5%, rgba(12, 67, 176, .3) 20%, skyblue 80%, #ccc);
    background-image: -webkit-linear-gradient(top, #ccc 5%, rgba(12, 67, 176, .3) 20%, skyblue 80%, #ccc);
    background-image: -o-linear-gradient(top, #ccc 5%, rgba(12, 67, 176, .3) 20%, skyblue 80%, #ccc);	
    background-image: -moz-linear-gradient(top, #ccc 5%, rgba(12, 67, 176, .3) 20%, skyblue 80%, #ccc);	

}

.obzor_uheader_m { grid-area: uheader; background-color: #ccc; 	border-radius: 15px 15px 0px 0px; padding-top: 7px;
	background-image: linear-gradient(top, #ccc 5%, rgba(12, 67, 176, .3) 20%, #2BDFFF 80%, #ccc);
	background-image: -webkit-linear-gradient(top, #ccc 5%, rgba(12, 67, 176, .3) 20%, #2BDFFF 80%, #ccc);
	background-image: -o-linear-gradient(top, #ccc 5%, rgba(12, 67, 176, .3) 20%, #2BDFFF 80%, #ccc);
	background-image: -moz-linear-gradient(top, #ccc 5%, rgba(12, 67, 176, .3) 20%, #2BDFFF 80%, #ccc);
}

.obzor_aside_l_m { grid-area: menu; background-color: #ccc; }
.obzor_aside_r_m { grid-area: sidebar; background-color: #ccc; }

.obzor_content_m { grid-area: content; /*background-color: #eee;*/ overflow: auto; border-style: solid; border-width: 2px; border-color: cyan; border-radius:  0px 0px 15px 15px; padding-left: 10px; padding-right: 10px;
	background-image: linear-gradient(top, rgba(4, 0, 255, .30), rgba(4, 0, 255, .30));
	background-image: -webkit-linear-gradient(top, rgba(4, 0, 255, .30), rgba(4, 0, 255, .30));
	background-image: -o-linear-gradient(top, rgba(4, 0, 255, .30), rgba(4, 0, 255, .30));
	background-image: -moz-linear-gradient(top, rgba(4, 0, 255, .30), rgba(4, 0, 255, .30));
	
	
}

.obzor_footer_m { grid-area: footer; /*background-color: #bbb;*/ display: block; border-style: solid; border-width: 1px; border-color: #419FEB;
				  padding-top: 5px;	
    background-image: linear-gradient(top, rgba(255, 255, 255, .25), rgba(255, 255, 255, .25));
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .25), rgba(255, 255, 255, .25));
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, .25), rgba(255, 255, 255, .25));
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .25), rgba(255, 255, 255, .25));

}

.obzor_l_btn_m { grid-area: btn_l; display: block; background-color: darkblue; border-radius: 30px 0px 0px 30px;
                 padding-top: 5px; color: cyan; text-shadow: 0px 0px 2px blue;
				 border-style: solid; border-width: 1px; border-color: #419FEB;	
				 opacity: .8;
				background-image: inear-gradient(top, #ccc 3%, rgba(12, 67, 176, .3) 20%, skyblue 95%,#2BDFFF);
	            background-image: -webkit-linear-gradient(top, #ccc 3%, rgba(12, 67, 176, .3) 20%, skyblue 95%,#2BDFFF);
	            background-image: -o-linear-gradient(top, #ccc 3%, rgba(12, 67, 176, .3) 20%, skyblue 95%,#2BDFFF);
	            background-image: -moz-linear-gradient(top, #ccc 3%, rgba(12, 67, 176, .3) 20%, skyblue 95%,#2BDFFF);
	
}

.obzor_l_btn_m:active{  background-color: orangered;
				 opacity: 1;
	
}

.obzor_r_btn_m { grid-area: btn_r; background-color: darkblue; border-radius: 0px 30px 30px 0px;
                 padding-top: 5px; color: cyan; text-shadow: 0px 0px 2px blue;
				 border-style: solid; border-width: 1px; border-color: #419FEB;	
				 opacity: .8;
				background-image: inear-gradient(top, #ccc 3%, rgba(12, 67, 176, .3) 20%, skyblue 95%,#2BDFFF);
	            background-image: -webkit-linear-gradient(top, #ccc 3%, rgba(12, 67, 176, .3) 20%, skyblue 95%,#2BDFFF);
	            background-image: -o-linear-gradient(top, #ccc 3%, rgba(12, 67, 176, .3) 20%, skyblue 95%,#2BDFFF);
	            background-image: -moz-linear-gradient(top, #ccc 3%, rgba(12, 67, 176, .3) 20%, skyblue 95%,#2BDFFF);	
}

.obzor_r_btn_m:active{  background-color: orangered;
				 opacity: 1;
	
}
		
	
	
h3{ 
    /*text-align:center;*/
}
	
}


/*s8 портрет*/

@media (min-device-height: 2000px) and (orientation: portrait) {

	html{
		/*background-size: 100% auto;*/
	}
	


.spacecraft_m{
	height: 43vh;
	width: 43vh;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2%;
	padding-top: 1px;
	float: both;
	/*background-color: aqua;*/
	border-radius: 20%;
	
	display: block;
	
	background-image: url(../images/obzor/spacecraft_m.png); 
	background-repeat: no-repeat;
	
	background-size: contain;
	
}


.spacecraft_text_m{
	height: 10vh;
	width: 100%;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: red;
	float: both;
	display: block;
	text-align: justify;
	
}


/*мобильник портрет*/


.inner_wrap_m{
	/*background-color:red;*/
	height: 95%; 
	width: 95%;
	display: block;
	opacity: 1;
	border-radius: inherit !important;
	transform: scale(1);
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1vh;
	
	float: both;
	
	background-image: url(../images/obzor/inner_m.png); 
	background-repeat: no-repeat;
	
	background-size: contain;
}

.inner_m{
	/*background-color:red;*/
	height: auto !important; 
	width: auto !important;
	display: block;
	opacity: 1;
	border-radius: inherit !important;
	transform: scale(1);
	position: absolute;
	left: -25px;
	top: -90px;
	
	
	/*margin-left: auto;
	margin-right: auto;
	margin-top: 1vh;
	overflow: hidden;
	float: both;*/
	
}

.obzor_btn_menu_m{
	height: 10vh;
	width: 10vh;
	left: 2.5%;
	top: 11.5vh;
	background-color: blueviolet;
	position: fixed;
	z-index: 51;
	display: block;
	border-radius: 15px 15px 15px 15px;
	
	background-image: url(../images/obzor/btn_m.png); 
	background-repeat: no-repeat;
	background-position: center;
	background-size: 110%;
	opacity: .5;
}

.obzor_menu_m{
	height: 70vh;
	width: 0vh;
	left: 2.5%;
	top: 100px;
	/*background-color:chocolate;*/
	position: fixed;
	display: block;
	z-index: 50;
	color: white;
	font-size: 1.4em;
}

.obzor_menu_p1_m
{
	height: 25%;
	width: 100%;
	background-color:cornflowerblue;
	float: both;
	display: block;
	border-radius: 55px 55px 55px 55px;
	padding-top: 12%;	border-style: solid; border-width: 2px; border-color: cyan;	
	opacity: .8;
	overflow: hidden;
	color: white;
	
}

.obzor_menu_p1_m:active
{
	box-shadow: 0px 0px 50px 0px cyan inset;
	
}

.obzor_menu_p2_m
{
	height: 25%;
	width: 100%;
	background-color:cornflowerblue;
	float: both;
	display: block;
		
	border-radius: 55px 55px 55px 55px;
	padding-top: 12%;	border-style: solid; border-width: 2px; border-color: cyan;	
	opacity: .8;
	overflow: hidden;
	color: white;
}

.obzor_menu_p2_m:active
{
	box-shadow: 0px 0px 50px 0px cyan inset;
}

.obzor_menu_p3_m
{
	height: 25%;
	width: 100%;
	background-color:cornflowerblue;
	float: both;
	display: block;
		
	border-radius: 55px 55px 55px 55px;
	padding-top: 12%;	border-style: solid; border-width: 2px; border-color: cyan;	
	opacity: .8;
	overflow: hidden;
	color: white;
}

.obzor_menu_p3_m:active
{
	box-shadow: 0px 0px 50px 0px cyan inset;
}

.obzor_menu_p4_m
{
	height: 25%;
	width: 100%;
	background-color:cornflowerblue;
	float: both;
	display: none;
		
	border-radius: 55px 55px 55px 55px;
	padding-top: 12%;	border-style: solid; border-width: 2px; border-color: cyan;	
	opacity: .8;
	overflow: hidden;
	color: white;
}

.obzor_menu_p4_m:active
{
	box-shadow: 0px 0px 50px 0px cyan inset;
}

.grid-container {
				height:100vh;
                width: 100%;
                display: grid;
                grid-template-areas: ". . . . ."
									 ". header header header ."
                                     ". . . . ."
                                     ". uheader uheader uheader ."
                                     ". content content content ."
                                     ". . . . ."
                                     ". btn_l footer btn_r .";
                /*grid-template-columns: 2.5% 0.1fr 1fr 0.1fr 2.5%;
                grid-template-rows: 80px 5px 80px 1fr 5px 80px;*/
				grid-template-columns: 2.5% 31.7% 31.7% 31.7% 2.5%;
                grid-template-rows: 0.7% 10% 0.7% 9% 70% 0.7% 8%;
            }
.obzor_header_m { grid-area: header; /*background-color:blue;*/ display: block; border-radius: 30px 30px 15px 15px;  padding-top: 10px;	border-style: solid; border-width: 1px; border-color: #419FEB;	
    background-image: linear-gradient(top, #ccc 5%, rgba(12, 67, 176, .3) 20%, skyblue 80%, #ccc);
    background-image: -webkit-linear-gradient(top, #ccc 5%, rgba(12, 67, 176, .3) 20%, skyblue 80%, #ccc);
    background-image: -o-linear-gradient(top, #ccc 5%, rgba(12, 67, 176, .3) 20%, skyblue 80%, #ccc);	
    background-image: -moz-linear-gradient(top, #ccc 5%, rgba(12, 67, 176, .3) 20%, skyblue 80%, #ccc);	

}

.obzor_uheader_m { grid-area: uheader; background-color: #ccc; 	border-radius: 15px 15px 0px 0px; padding-top: 15px;
	background-image: linear-gradient(top, #ccc 5%, rgba(12, 67, 176, .3) 20%, #2BDFFF 80%, #ccc);
	background-image: -webkit-linear-gradient(top, #ccc 5%, rgba(12, 67, 176, .3) 20%, #2BDFFF 80%, #ccc);
	background-image: -o-linear-gradient(top, #ccc 5%, rgba(12, 67, 176, .3) 20%, #2BDFFF 80%, #ccc);
	background-image: -moz-linear-gradient(top, #ccc 5%, rgba(12, 67, 176, .3) 20%, #2BDFFF 80%, #ccc);
}

.obzor_aside_l_m { grid-area: menu; background-color: #ccc; }
.obzor_aside_r_m { grid-area: sidebar; background-color: #ccc; }

.obzor_content_m { grid-area: content; /*background-color: #eee;*/ overflow: auto; border-style: solid; border-width: 2px; border-color: cyan; border-radius:  0px 0px 15px 15px; padding-left: 10px; padding-right: 10px;
	
	
	/*background-image: url(../images/obzor/content_m.png); 
	background-repeat: no-repeat;
	
	background-size: 100% auto;*/
		
	background-image: linear-gradient(top, rgba(4, 0, 255, .30), rgba(4, 0, 255, .30));
	background-image: -webkit-linear-gradient(top, rgba(4, 0, 255, .30), rgba(4, 0, 255, .30));
	background-image: -o-linear-gradient(top, rgba(4, 0, 255, .30), rgba(4, 0, 255, .30));
	background-image: -moz-linear-gradient(top, rgba(4, 0, 255, .30), rgba(4, 0, 255, .30));
	
	
	
	
}

.obzor_footer_m { grid-area: footer; /*background-color: #bbb;*/ display: block; border-style: solid; border-width: 1px; border-color: #419FEB;
				  padding-top: 15px;	
    background-image: linear-gradient(top, rgba(255, 255, 255, .25), rgba(255, 255, 255, .25));
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .25), rgba(255, 255, 255, .25));
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, .25), rgba(255, 255, 255, .25));
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .25), rgba(255, 255, 255, .25));

}

.obzor_l_btn_m { grid-area: btn_l; display: block; background-color: darkblue; border-radius: 30px 0px 0px 30px;
                 padding-top: 15px; color: cyan; text-shadow: 0px 0px 2px blue;
				 border-style: solid; border-width: 1px; border-color: #419FEB;	
				 opacity: .8;
				background-image: inear-gradient(top, #ccc 3%, rgba(12, 67, 176, .3) 20%, skyblue 95%,#2BDFFF);
	            background-image: -webkit-linear-gradient(top, #ccc 3%, rgba(12, 67, 176, .3) 20%, skyblue 95%,#2BDFFF);
	            background-image: -o-linear-gradient(top, #ccc 3%, rgba(12, 67, 176, .3) 20%, skyblue 95%,#2BDFFF);
	            background-image: -moz-linear-gradient(top, #ccc 3%, rgba(12, 67, 176, .3) 20%, skyblue 95%,#2BDFFF);
	
}

.obzor_l_btn_m:active{  background-color: orangered;
				 opacity: 1;
	
}

.obzor_r_btn_m { grid-area: btn_r; background-color: darkblue; border-radius: 0px 30px 30px 0px;
                 padding-top: 15px; color: cyan; text-shadow: 0px 0px 2px blue;
				 border-style: solid; border-width: 1px; border-color: #419FEB;	
				 opacity: .8;
				background-image: inear-gradient(top, #ccc 3%, rgba(12, 67, 176, .3) 20%, skyblue 95%,#2BDFFF);
	            background-image: -webkit-linear-gradient(top, #ccc 3%, rgba(12, 67, 176, .3) 20%, skyblue 95%,#2BDFFF);
	            background-image: -o-linear-gradient(top, #ccc 3%, rgba(12, 67, 176, .3) 20%, skyblue 95%,#2BDFFF);
	            background-image: -moz-linear-gradient(top, #ccc 3%, rgba(12, 67, 176, .3) 20%, skyblue 95%,#2BDFFF);	
}

.obzor_r_btn_m:active{  background-color: orangered;
				 opacity: 1;
	}
	
	
h3{ 
    /*text-align:center;*/
}
	
	
    					            }




/*мобильник лэндскейп*/
@media only screen and (orientation: landscape) 
{
	
	html{
		/*background-size: contain;*/
	}

.inner_wrap_m{
	/*background-color:red;*/
	height: 95%; /*157px*/
	width: 95%;
	/*position: absolute;
	left: 0px;
	top: 125px;
	z-index: 50;*/
	display: block;
	opacity: 1;
	border-radius: inherit !important;
	transform: scale(1);
	
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.5vh;
	float: both;
	overflow: hidden;
	
	background-image: url(../images/obzor/inner_m.png);
	background-repeat: no-repeat;
	
	background-size: cover;
	background-position: center;
	
}
	
.inner_m{
	/*background-color:red;*/
	height: auto!important; /*157px*/
	width: auto !important;
	position: absolute;
	left: -195px;
	top: -50px;
	z-index: 50;
	display: block;
	opacity: 1;
	border-radius: inherit !important;
	transform: scale(1);
	overflow: hidden;
	/*margin-left: auto;
	margin-right: auto;
	margin-top: 1.5vh;
	float: both;*/
	
}	
	
.obzor_btn_menu_m{
	height: 15vh;
	width: 15vh;
	left: 2.5%;
	top: 11vh;
	background-color: blueviolet;
	position: fixed;
	z-index: 51;
	display: block;
	
	background-image: url(../images/obzor/btn_m.png); 
	background-repeat: no-repeat;
	background-position: center;
	background-size: 110%;
	opacity: .5;
}


	

.obzor_menu_m{
	height: 70vh;
	width: 0vh;
	left: 2.5%;
	top: 100px;
	/*background-color:chocolate;*/
	position: fixed;
	display: block;
	z-index: 50;
	color: white;
	font-size: 1em;
}

.obzor_menu_p1_m
{
	height: 25%;
	width: 100%;
	background-color:cornflowerblue;
	float: both;
	display: block;
	border-radius: 55px 55px 55px 55px;
	padding-top: 7%;	border-style: solid; border-width: 2px; border-color: cyan;	
	opacity: .8;
	overflow: hidden;
	color: white;
}

.obzor_menu_p1_m:active
{
	box-shadow: 0px 0px 50px 0px cyan inset;
}

.obzor_menu_p2_m
{
	height: 25%;
	width: 100%;
	background-color:cornflowerblue;
	float: both;
	display: block;
		
	border-radius: 55px 55px 55px 55px;
	padding-top: 10%;	border-style: solid; border-width: 2px; border-color: cyan;	
	opacity: .8;
	overflow: hidden;
	color: white;
}

.obzor_menu_p2_m:active
{
	box-shadow: 0px 0px 50px 0px cyan inset;
}

.obzor_menu_p3_m
{
	height: 25%;
	width: 100%;
	background-color:cornflowerblue;
	float: both;
	display: block;
		
	border-radius: 55px 55px 55px 55px;
	padding-top: 10%;	border-style: solid; border-width: 2px; border-color: cyan;	
	opacity: .8;
	overflow: hidden;
	color: white;
}

.obzor_menu_p3_m:active
{
	box-shadow: 0px 0px 50px 0px cyan inset;
}

.obzor_menu_p4_m
{
	height: 25%;
	width: 100%;
	background-color:cornflowerblue;
	float: both;
	display: none;
		
	border-radius: 55px 55px 55px 55px;
	padding-top: 12%;	border-style: solid; border-width: 2px; border-color: cyan;	
	opacity: .8;
	overflow: hidden;
	color: white;
}

.obzor_menu_p4_m:active
{
	box-shadow: 0px 0px 50px 0px cyan inset;
}

	
	
.spacecraft_m{
	height: 65vh;
	width: 65vh;
	margin-left: auto;
	margin-right: 35px;
	float: left;
	/*background-color: aqua;*/
	
	display: block;
	
	background-image: url(../images/obzor/spacecraft_m.png); 
	background-repeat: no-repeat;
	
	background-size: contain;
}

.spacecraft_text_m{
	height: 15vh;
	width: 100%;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: red;
	float: both;
	display: block;
	
	
	
}

	
	
.grid-container {
				height:100vh;
                /*height:100vh;*/
                display: grid;
                grid-template-areas: ". . . . ."
									 ". header header header ."
                                     ". . . . ."
                                     ". uheader uheader uheader ."
                                     ". content content content ."
                                     ". . . . ."
                                     ". btn_l footer btn_r .";
                /*grid-template-columns: 2.5% 0.1fr 1fr 0.1fr 2.5%;
                grid-template-rows: 80px 5px 80px 1fr 5px 80px;*/
				grid-template-columns: 2.5% 31.7% 31.7% 31.7% 2.5%;
                grid-template-rows: 0.7% 10% 0.7% 9% 70% 0.7% 8%;
            }
	
.obzor_header_m { grid-area: header; /*background-color:blue;*/ display: block; border-radius: 30px 30px 15px 15px;  padding-top: 10px;	border-style: solid; border-width: 1px; border-color: #419FEB;	
    background-image: linear-gradient(top, #ccc 5%, rgba(12, 67, 176, .3) 20%, skyblue 80%, #ccc);
    background-image: -webkit-linear-gradient(top, #ccc 5%, rgba(12, 67, 176, .3) 20%, skyblue 80%, #ccc);
    background-image: -o-linear-gradient(top, #ccc 5%, rgba(12, 67, 176, .3) 20%, skyblue 80%, #ccc);	
    background-image: -moz-linear-gradient(top, #ccc 5%, rgba(12, 67, 176, .3) 20%, skyblue 80%, #ccc);	

}

.obzor_uheader_m { grid-area: uheader; background-color: #ccc; 	border-radius: 15px 15px 0px 0px; padding-top: 7px;
	background-image: linear-gradient(top, #ccc 5%, rgba(12, 67, 176, .3) 20%, #2BDFFF 80%, #ccc);
	background-image: -webkit-linear-gradient(top, #ccc 5%, rgba(12, 67, 176, .3) 20%, #2BDFFF 80%, #ccc);
	background-image: -o-linear-gradient(top, #ccc 5%, rgba(12, 67, 176, .3) 20%, #2BDFFF 80%, #ccc);
	background-image: -moz-linear-gradient(top, #ccc 5%, rgba(12, 67, 176, .3) 20%, #2BDFFF 80%, #ccc);
}

.obzor_aside_l_m { grid-area: menu; background-color: #ccc; }
.obzor_aside_r_m { grid-area: sidebar; background-color: #ccc; }

.obzor_content_m { grid-area: content; /*background-color: #eee;*/ overflow: auto; border-style: solid; border-width: 2px; border-color: cyan; border-radius:  0px 0px 15px 15px; padding-left: 10px; padding-right: 10px;
	background-image: linear-gradient(top, rgba(4, 0, 255, .30), rgba(4, 0, 255, .30));
	background-image: -webkit-linear-gradient(top, rgba(4, 0, 255, .30), rgba(4, 0, 255, .30));
	background-image: -o-linear-gradient(top, rgba(4, 0, 255, .30), rgba(4, 0, 255, .30));
	background-image: -moz-linear-gradient(top, rgba(4, 0, 255, .30), rgba(4, 0, 255, .30));
	
	
}

.obzor_footer_m { grid-area: footer; /*background-color: #bbb;*/ display: block; border-style: solid; border-width: 1px; border-color: #419FEB;
				  padding-top: 5px;	
    background-image: linear-gradient(top, rgba(255, 255, 255, .25), rgba(255, 255, 255, .25));
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .25), rgba(255, 255, 255, .25));
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, .25), rgba(255, 255, 255, .25));
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .25), rgba(255, 255, 255, .25));

}

.obzor_l_btn_m { grid-area: btn_l; display: block; background-color: darkblue; border-radius: 30px 0px 0px 30px;
                 padding-top: 5px; color: cyan; text-shadow: 0px 0px 2px blue;
				 border-style: solid; border-width: 1px; border-color: #419FEB;	
				 opacity: .8;
				background-image: inear-gradient(top, #ccc 3%, rgba(12, 67, 176, .3) 20%, skyblue 95%,#2BDFFF);
	            background-image: -webkit-linear-gradient(top, #ccc 3%, rgba(12, 67, 176, .3) 20%, skyblue 95%,#2BDFFF);
	            background-image: -o-linear-gradient(top, #ccc 3%, rgba(12, 67, 176, .3) 20%, skyblue 95%,#2BDFFF);
	            background-image: -moz-linear-gradient(top, #ccc 3%, rgba(12, 67, 176, .3) 20%, skyblue 95%,#2BDFFF);
	
}

.obzor_l_btn_m:active{  background-color: orangered;
				 opacity: 1;
	
}

.obzor_r_btn_m { grid-area: btn_r; background-color: darkblue; border-radius: 0px 30px 30px 0px;
                 padding-top: 5px; color: cyan; text-shadow: 0px 0px 2px blue;
				 border-style: solid; border-width: 1px; border-color: #419FEB;	
				 opacity: .8;
				background-image: inear-gradient(top, #ccc 3%, rgba(12, 67, 176, .3) 20%, skyblue 95%,#2BDFFF);
	            background-image: -webkit-linear-gradient(top, #ccc 3%, rgba(12, 67, 176, .3) 20%, skyblue 95%,#2BDFFF);
	            background-image: -o-linear-gradient(top, #ccc 3%, rgba(12, 67, 176, .3) 20%, skyblue 95%,#2BDFFF);
	            background-image: -moz-linear-gradient(top, #ccc 3%, rgba(12, 67, 176, .3) 20%, skyblue 95%,#2BDFFF);	
}

.obzor_r_btn_m:active{  background-color: orangered;
				 opacity: 1;
	
}
	
	
h3{ 
   /* text-align:center;*/
}	
	
	
    					            }



            
/*монитор лэндскейп*/
@media (min-width: 814px) and (orientation: landscape) {

	html{
		/*background-size: contain;*/
	}
	
.spacecraft_m{
	height: 61vh;
	width: 61vh;
	margin-left: 1vh;
	margin-right: 70px;
	margin-top: 5vh;
	
	float: both;
	background-color: rgba(28, 68, 99, .0) !important;
	/*background-image: ''!important;*/
	border-radius: 20%;
	
	display: block;
	
	background-image: url(../images/obzor/spacecraft_m.png) !important;
	background-repeat: no-repeat;
	
	background-size: contain;
}	

.spacecraft_text_m{
	height: 7vh;
	width: 100%;
	
	
	
}	
	
.inner_wrap_m{
	/*background-color:red;*/
	height: 60%!important;
	width: inherit!important;
	/*position: absolute;
	left: 0px;
	top: 125px;
	z-index: 50;*/
	display: block;
	
	border-radius: inherit !important;
	transform: scale(1) !important;
	overflow: hidden;
	margin-left: 5vh;
	margin-right: inherit !important;
	
	margin-top: 10.5vh !important;
	float: both;
	
	background-image: url(../images/obzor/inner_m.png);
	background-repeat: no-repeat;
	
	background-size: 90% 90%;
	background-position: -3% 53%;
	
}	
	
.inner_m{
	/*background-color:red;*/
	height: auto!important;
	width: auto!important;
	position: absolute;
	left: -350px;
	top: -125px;
	
	display: block;
	
	border-radius: inherit !important;
	transform: scale(1) !important;
	overflow: hidden;
	/*margin-left: 5vh;
	margin-right: inherit !important;
	
	margin-top: 10.5vh !important;
	float: both;*/
	
	
	
}	
	
.obzor_btn_menu_m{
	height: 12vh;
	width: 12vh;
	left: 2.5%;
	top: 100px; 
	background-color: blueviolet;
	position: fixed;
	z-index: 51;
	display: block;
}


.obzor_menu_m{
	height: 70vh;
	width: 0vh;
	left: 2.5%;
	top: 100px;
	/*background-color:chocolate;*/
	position: fixed;
	display: block;
	z-index: 50;
	color: white;
	font-size: 1.4em;
}

.obzor_menu_p1_m
{
	height: 25%;
	width: 100%;
	background-color:cornflowerblue;
	float: both;
	display: block;
	border-radius: 55px 55px 55px 55px;
	padding-top: 12%;	border-style: solid; border-width: 2px; border-color: cyan;	
	opacity: .8;
	overflow: hidden;
	color: white;
}

.obzor_menu_p1_m:active
{
	box-shadow: 0px 0px 50px 0px cyan inset;
}

.obzor_menu_p2_m
{
	height: 25%;
	width: 100%;
	background-color:cornflowerblue;
	float: both;
	display: block;
		
	border-radius: 55px 55px 55px 55px;
	padding-top: 12%;	border-style: solid; border-width: 2px; border-color: cyan;	
	opacity: .8;
	overflow: hidden;
	color: white;
}

.obzor_menu_p2_m:active
{
	box-shadow: 0px 0px 50px 0px cyan inset;
}

.obzor_menu_p3_m
{
	height: 25%;
	width: 100%;
	background-color:cornflowerblue;
	float: both;
	display: block;
		
	border-radius: 55px 55px 55px 55px;
	padding-top: 12%;	border-style: solid; border-width: 2px; border-color: cyan;	
	opacity: .8;
	overflow: hidden;
	color: white;
}

.obzor_menu_p3_m:active
{
	box-shadow: 0px 0px 50px 0px cyan inset;
}

.obzor_menu_p4_m
{
	height: 25%;
	width: 100%;
	background-color:cornflowerblue;
	float: both;
	display: block;
		
	border-radius: 55px 55px 55px 55px;
	padding-top: 12%;	border-style: solid; border-width: 2px; border-color: cyan;	
	opacity: .8;
	overflow: hidden;
	color: white;
}

.obzor_menu_p4_m:active
{
	box-shadow: 0px 0px 50px 0px cyan inset;
}	
	
	
.grid-container {
				height:100vh;
                
                display: grid;
                grid-template-areas: ". . . . ."
									 ". header header header ."
                                     ". . . . ."
                                     ". uheader uheader uheader ."
                                     ". content content content ."
                                     ". . . . ."
                                     ". btn_l footer btn_r .";
                /*grid-template-columns: 2.5% 0.1fr 1fr 0.1fr 2.5%;
                grid-template-rows: 80px 5px 80px 1fr 5px 80px;*/
				grid-template-columns: 2.5% 31.7% 31.7% 31.7% 2.5%;
                grid-template-rows: 0.7% 10% 0.7% 9% 70% 0.7% 8%;
            }	
	

.obzor_header_m { grid-area: header; /*background-color:blue;*/ display: block; border-radius: 30px 30px 15px 15px;  padding-top: 1%;	border-style: solid; border-width: 1px; border-color: #419FEB;	font-size: 22px;
    background-image: linear-gradient(top, #ccc 5%, rgba(12, 67, 176, .3) 20%, skyblue 80%, #ccc);
    background-image: -webkit-linear-gradient(top, #ccc 5%, rgba(12, 67, 176, .3) 20%, skyblue 80%, #ccc);
    background-image: -o-linear-gradient(top, #ccc 5%, rgba(12, 67, 176, .3) 20%, skyblue 80%, #ccc);	
    background-image: -moz-linear-gradient(top, #ccc 5%, rgba(12, 67, 176, .3) 20%, skyblue 80%, #ccc);	

}

.obzor_uheader_m { grid-area: uheader; background-color: #ccc; 	border-radius: 15px 15px 0px 0px; padding-top: 1%; font-size: 18px; 
	background-image: linear-gradient(top, #ccc 5%, rgba(12, 67, 176, .3) 20%, #2BDFFF 80%, #ccc);
	background-image: -webkit-linear-gradient(top, #ccc 5%, rgba(12, 67, 176, .3) 20%, #2BDFFF 80%, #ccc);
	background-image: -o-linear-gradient(top, #ccc 5%, rgba(12, 67, 176, .3) 20%, #2BDFFF 80%, #ccc);
	background-image: -moz-linear-gradient(top, #ccc 5%, rgba(12, 67, 176, .3) 20%, #2BDFFF 80%, #ccc);
}

.obzor_aside_l_m { grid-area: menu; background-color: #ccc; }
.obzor_aside_r_m { grid-area: sidebar; background-color: #ccc; }

.obzor_content_m { grid-area: content; /*background-color: #eee;*/ overflow: auto; border-style: solid; border-width: 2px; border-color: cyan; border-radius:  0px 0px 15px 15px; padding-left: 10px; padding-right: 1%;
	background-image: linear-gradient(top, rgba(4, 0, 255, .30), rgba(4, 0, 255, .30));
	background-image: -webkit-linear-gradient(top, rgba(4, 0, 255, .30), rgba(4, 0, 255, .30));
	background-image: -o-linear-gradient(top, rgba(4, 0, 255, .30), rgba(4, 0, 255, .30));
	background-image: -moz-linear-gradient(top, rgba(4, 0, 255, .30), rgba(4, 0, 255, .30));
	
	
}

.obzor_footer_m { grid-area: footer; /*background-color: #bbb;*/ display: block; border-style: solid; border-width: 1px; border-color: #419FEB;
				  padding-top: 2.4%;	
    background-image: linear-gradient(top, rgba(255, 255, 255, .25), rgba(255, 255, 255, .25));
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .25), rgba(255, 255, 255, .25));
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, .25), rgba(255, 255, 255, .25));
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .25), rgba(255, 255, 255, .25));

}

.obzor_l_btn_m { grid-area: btn_l; display: block; background-color: darkblue; border-radius: 30px 0px 0px 30px;
                 padding-top: 2.4%; color: cyan; text-shadow: 0px 0px 2px blue;
				 border-style: solid; border-width: 1px; border-color: #419FEB;	
				 opacity: .8;
				background-image: inear-gradient(top, #ccc 3%, rgba(12, 67, 176, .3) 20%, skyblue 95%,#2BDFFF);
	            background-image: -webkit-linear-gradient(top, #ccc 3%, rgba(12, 67, 176, .3) 20%, skyblue 95%,#2BDFFF);
	            background-image: -o-linear-gradient(top, #ccc 3%, rgba(12, 67, 176, .3) 20%, skyblue 95%,#2BDFFF);
	            background-image: -moz-linear-gradient(top, #ccc 3%, rgba(12, 67, 176, .3) 20%, skyblue 95%,#2BDFFF);
	
}

.obzor_l_btn_m:active{  background-color: orangered;
				 opacity: 1;
	
}

.obzor_r_btn_m { grid-area: btn_r; background-color: darkblue; border-radius: 0px 30px 30px 0px;
                 padding-top: 2.4%; color: cyan; text-shadow: 0px 0px 2px blue;
				 border-style: solid; border-width: 1px; border-color: #419FEB;	
				 opacity: .8;
				background-image: inear-gradient(top, #ccc 3%, rgba(12, 67, 176, .3) 20%, skyblue 95%,#2BDFFF);
	            background-image: -webkit-linear-gradient(top, #ccc 3%, rgba(12, 67, 176, .3) 20%, skyblue 95%,#2BDFFF);
	            background-image: -o-linear-gradient(top, #ccc 3%, rgba(12, 67, 176, .3) 20%, skyblue 95%,#2BDFFF);
	            background-image: -moz-linear-gradient(top, #ccc 3%, rgba(12, 67, 176, .3) 20%, skyblue 95%,#2BDFFF);	
}

.obzor_r_btn_m:active{  background-color: orangered;
				 opacity: 1;
	
}
		
	
	
h3{ 
    /*text-align:center;*/
}
	
	
    					            }






#wrapper{
	display: none;
}











