* {
	box-sizing: border-box;
}
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, ul, li{
				
	margin: 0;
	padding: 0;
	border: 0;
	/*font-size: 100%;*/
	vertical-align: baseline;
}


html {
	width: 100%; height: 100%; /*должны быть по 100% и в html, и в body для отображения фона на все страницу (при включенном масштабировании)*/
	/*background-color: blue;*/
	/*background-image: url(../images/bgr7.jpg) !important; */
	
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment:fixed;
	position: absolute;
	overflow: hidden;
}
body{
	width: 100%; /*должны быть по 100% и в html, и в body для отображения фона на все страницу (при включенном масштабировании)*/
	height: 100%; /*должны быть по 100% и в html, и в body для отображения фона на все страницу (при включенном масштабировании)*/
    font-family: Verdana, Arial, sans-serif;   
	/*background-image: url(../images/bgr7.jpg) !important;*/
    /*background-color: black !important;*/
	/*background-image: url(../animation_assets/welcome/Background_stars_i.gif);*/
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment:fixed;
	overflow: hidden; /*должны быть отключено (при включенном масштабировании)*/
}

/*body{background-color: yellow!important;}*//*Цвет фона*/

#wrap{
	/*должны быть по 100% и в html, и в body для отображения фона на все страницу (при включенном масштабировании)*/
	height: 100%; /*должны быть по 100% и в html, и в body для отображения фона на все страницу (при включенном масштабировании)*/
    font-family: Verdana, Arial, sans-serif;    
   /* background-color: green !important;*/
	
	position: relative;
	left: 0;
	top: 0;
	
	overflow: scroll;
	overflow-x: hidden;
}

#header{
	height: 15%;
	position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 4;
	
	border-radius: 0px 0px 0px 0px;
	
	background-color: #000000 !important;
	background-image: url(../images/header.png);
	background-position:left;
	background-repeat: no-repeat;
	background-size: 100% 97%;
	
}

.hd_logo{
	height: 100%;
	float: left;
    margin-left: 0;
    margin-top:  0;
    
	background-color: none !important;
	background-image: url(../images/Logotip_c1.png) !important; 
	background-position: 20% 0%;
	background-repeat: no-repeat;
	background-size: contain;
	transform: scale(0.8);
	
	border-radius: 50px 0px 50px 0px;
}



.hd_menu_wr{
	height: 100%;
	float: left;
    margin-left: 0;
    margin-top:  0;
	/*width: 100%;*/
	background-color: none !important;
}


.hd_text{
	height: 63%;
	float: left;
    margin-left: -2%;
    margin-top:  0.5%;
	
	background-color: black !important;
	
	border-radius: 0px 0px 41px 0px;
	
	background-image: url(../images/hd_text_a.png);
	background-position: left;
	background-repeat: no-repeat;
	background-size: contain;
	
	transform: scale(0.87);
}

.hd_menu_lg_wr{
	height: 63%;
	float: right;
    margin-right: 0;
    margin-top:  0;
	
	background-color: none !important;
}

.hd_menu_lg{
	height: 30%;
	float: right;
    margin-right: 0;
    margin-top:  5%;
	
	background-color: wheat !important;
	
	border-radius: 50px 0px 0px 50px;
}

.hd_menu_reg{
	height: 30%;
	float: right;
    margin-right: 0;
    margin-top:  5%;
	
	background-color: navy!important;
	
}

.hd_menu_search{
	height: 30%;
	float: right;
    margin-right: 0;
    margin-top:  5%;
	clear: both;
	background-color: white !important;
	
	border-radius: 50px 0px 0px 50px;
	overflow: hidden;
}

.search input.button {margin: 2% -15% 0 0; float: left;}
.search input.inputbox.search-query{
	 clear: both;
    display: block;
    float: left;
    border-width: 1px 0 1px 1px;
    border-style:none;
    border-color: #fafbfa;
    background-color: transparent;
    height: 5%;
    color: blue;
    font-size: 14px;
    width: 100%;
    padding-left: 10px;
    margin-top: 2%;
	margin-left: -10px;
}


.hd_menu{
	height: 35%;
	float: right;
    margin-right: -2%;
    margin-top:  -0.3%;
	
	background-color: black !important;
	
	
	border-radius: 50px 0px 0px 50px;
	clear: both;
	
	background-image: linear-gradient(top,rgba(0, 217, 255, .5) 0%, black 45%, #00D9FF);
            background-image: -o-linear-gradient(top,rgba(0, 217, 255, .5) 0%, black 45%, #00D9FF);
            background-image: -moz-linear-gradient(top,rgba(0, 217, 255, .5) 0%, black 45%, #00D9FF);
            background-image: -webkit-linear-gradient(top,rgba(0, 217, 255, .5) 0%, black 45%, #00D9FF);
	/*overflow: hidden;*/
	
}


/*На главную*/
div.moduletable h3{display: none;}
ul.nav.menu_tomain.mod-list{display: none;}

/*Основное меню*/
ul.nav.menu_horizontal.mod-list li {
	display: inline-block; 
	padding: 1.4% 0.5% 0px 0.5%; 
	height: inherit; 
	border-style:solid; 
	border-color: #fafbfa; 
	background-color: transparent; 
	border-width: 0px 0px 0px 0px; 
	border-radius: 10px; color: lightgoldenrodyellow;} /*Делаем меню горизонтальным*/
/*ul.nav.menu_horizontal.mod-list li:first-child{border-top-left-radius: 50px;}*/

ul.nav.menu_horizontal.mod-list {
	/*margin: 1% 0px 0px 0px; background: #005e8d;*/ 
	font-size: 13.5px; 
	font-weight: bold; 
	position: relative; 
	left: 0; top: 0; 
	width: 100%; height: 100%;}/*Убираем отступы у всего меню и добавляем заливку*/

ul.nav.menu_horizontal.mod-list >li:first-child {
	border-top-left-radius: 50px; 
	border-bottom-left-radius: 50px;}

ul.nav.menu_horizontal.mod-list li:hover {
	
	
	background-image: linear-gradient(top,rgba(0, 217, 255, 1) 0%, black 45%, #00D9FF);
            background-image: -o-linear-gradient(top,rgba(0, 217, 255, 1) 0%, black 45%, #00D9FF);
            background-image: -moz-linear-gradient(top,rgba(0, 217, 255, 1) 0%, black 45%, #00D9FF);
            background-image: -webkit-linear-gradient(top,rgba(0, 217, 255, 1) 0%, black 45%, #00D9FF);
	
	transition: all 0.2s;} /*Заливка пункта меню при наведение*/

/*ul.nav.menu_horizontal.mod-list li.active {background: red;} /*Заливка активного пункта меню*/
ul.nav.menu_horizontal.mod-list li a {color: skyblue; padding: 10px;} /*Цвет пункта меню и отступы*/
ul.nav.menu_horizontal.mod-list li a:hover {color: lightgoldenrodyellow;} /*Убираем заливку текста при наведение*/
/*ul.nav.menu_horizontal.mod-list li ul {background: #005e8d; display: block;}*//*Вложенное меню (вставить при необходимости)*/

/*раздел меню Nav*/
ul.nav.menu_horizontal.mod-list li.item-147.deeper.parent ul{ 
/*ul.nav.menu_horizontal.mod-list li span ul{ */
	position:absolute; 
	display: block; 
	height: 100%; 
	text-indent: 0px; 
	left: -320%; 
	margin-top: 7%; 
	visibility: hidden; 
	width: 220%;
    
	background-image: none;
}

ul.nav.menu_horizontal.mod-list li.item-147.deeper.parent:hover > ul {visibility: visible;}


/*ul.nav.menu_horizontal.mod-list li:last-child ul{ 
	position: absolute; 
	display: block; 
	height: 100%; 
	text-indent: 0px; 
	left: -320%; 
	margin-top: 7%; 
	visibility: hidden; 
	width: 220%;}
*/



/*ul.nav.menu_horizontal.mod-list li:last-child ul li {
	font-size: 15px; 
	font-weight:700; 
	display: flex; 
	text-indent: 0px; 
	text-decoration: none; 
	text-align: center; 
	background: black; 
	width: inherit; 
	padding:  auto 5% auto 0%; 
	margin:  0% 0px 0px 0px; 
	justify-content: center; 
	align-items: center;
    
	background-image: linear-gradient(top,rgba(0, 217, 255, .5) 0%, black 45%, rgba(0, 217, 255, .5));
            background-image: -o-linear-gradient(top,rgba(0, 217, 255, .5) 0%, black 45%, rgba(0, 217, 255, .5));
            background-image: -moz-linear-gradient(top,rgba(0, 217, 255, .5) 0%, black 45%, rgba(0, 217, 255, .5));
            background-image: -webkit-linear-gradient(top,rgba(0, 217, 255, .5) 0%, black 45%, rgba(0, 217, 255, .5));
	color: skyblue;
	

} *//*Ширина вложенных пунктов меню 100%*/


/*ul.nav.menu_horizontal.mod-list li:last-child:hover { 
	color: lightgoldenrodyellow;
	
	background-image: linear-gradient(top,rgba(0, 217, 255, 1) 0%, black 45%, #00D9FF);
            background-image: -o-linear-gradient(top,rgba(0, 217, 255, 1) 0%, black 45%, #00D9FF);
            background-image: -moz-linear-gradient(top,rgba(0, 217, 255, 1) 0%, black 45%, #00D9FF);
            background-image: -webkit-linear-gradient(top,rgba(0, 217, 255, 1) 0%, black 45%, #00D9FF);
	
	transition: all 0.2s;} */


ul.nav.menu_horizontal.mod-list li ul { 
	position: absolute; 
	display: block; 
	height: 100%; 
	text-indent: 0px; 
	left: 0%; 
	margin-top: 7%; /*отступ вложенных элементов от основного меню*/
	visibility: hidden; 
	width: 120%;}

/*Вложенное меню (вставить при необходимости)*/



ul.nav.menu_horizontal.mod-list li ul li {
	font-size: 15px; 

	font-weight:700; 
	display: flex; 
	text-indent: 0px; 
	text-decoration: none; 
	text-align: center; 
	background: black; 
	width: inherit; 
	padding:  auto 5% auto 0%; 
	margin:  0% 0px 0px 0px; 
	justify-content: center; 
	align-items: center;
    
	background-image: linear-gradient(top,rgba(0, 217, 255, .5) 0%, black 45%, rgba(0, 217, 255, .5));
            background-image: -o-linear-gradient(top,rgba(0, 217, 255, .5) 0%, black 45%, rgba(0, 217, 255, .5));
            background-image: -moz-linear-gradient(top,rgba(0, 217, 255, .5) 0%, black 45%, rgba(0, 217, 255, .5));
            background-image: -webkit-linear-gradient(top,rgba(0, 217, 255, .5) 0%, black 45%, rgba(0, 217, 255, .5));
	color: skyblue;

} /*Ширина вложенных пунктов меню 100%*/


ul.nav.menu_horizontal.mod-list li ul li:hover { color: lightgoldenrodyellow;}

ul.nav.menu_horizontal.mod-list li ul li ul {
	font-size: 15px; 
	display: block; 
	text-indent: 0px; 
	text-align: center; 
	text-decoration: none; 
	background: #005e8d; 
	width: inherit; 
	padding:  0px 0% 0px 0%; 
	margin:  0% 0% 0px 120%; /*background-color: aqua;*/} /*Ширина вложенных пунктов меню 100%*/


ul.nav.menu_horizontal.mod-list li:hover > ul {visibility: visible;}





@media (min-width: 481px) and (max-width:1250px) 
{

ul.nav.menu_horizontal.mod-list {
	/*margin: 1% 0px 0px 0px; background: #005e8d;*/ 
	margin-top: 0.0%;
	font-size: 10px; 
	}

ul.nav.menu_horizontal.mod-list li:last-child ul li {
	font-size: 10.0px; 
	margin-top: -0.5%;
} /*Ширина вложенных пунктов меню 100%*/


ul.nav.menu_horizontal.mod-list li ul li {
	font-size: 10.5px; 
	margin-top: -0.5%;
} /*Ширина вложенных пунктов меню 100%*/


ul.nav.menu_horizontal.mod-list li ul li ul {
	font-size: 10.5px; 
	margin-top: -0.5%;
	} /*Ширина вложенных пунктов меню 100%*/


ul.nav.menu_horizontal.mod-list li:hover > ul {visibility: visible;}

ul.nav.menu_horizontal.mod-list li.item-147.deeper.parent > ul li{font-size: 10.5px;}
	
}
/*добавлено для лаптопа 1366х768 12.11.21*/
@media (min-width: 1251px) and (max-width:1400px) 
{

ul.nav.menu_horizontal.mod-list {
	/*margin: 1% 0px 0px 0px; background: #005e8d;*/ 
	margin-top: 0.0%;
	font-size: 11px; 
	}

ul.nav.menu_horizontal.mod-list li:last-child ul li {
	font-size: 10.5px; 
	margin-top: 0.0%;
} /*Ширина вложенных пунктов меню 100%*/


ul.nav.menu_horizontal.mod-list li ul li {
	font-size: 12.0px; 
	margin-top: -1.0%;
} /*Ширина вложенных пунктов меню 100%*/


ul.nav.menu_horizontal.mod-list li ul li ul {
	font-size: 12.0px; 
	margin-top: -1.0%;
	} /*Ширина вложенных пунктов меню 100%*/


ul.nav.menu_horizontal.mod-list li:hover > ul {visibility: visible;}
ul.nav.menu_horizontal.mod-list li.item-147.deeper.parent > ul li{font-size: 12.5px;}


}

#main{
	
	height: 100%;
	width: 100%;
	float: both;
    margin-left: 0;
    margin-top:  0;
	clear: both;
	
	/*background-color: palegreen !important;*/
	
	
}

.mn_main_header_wr{
	height: 15%;
	float: left;
    margin-left: 0;
    margin-top:  0;
	
	/*background-color: lightslategray !important;*/
}


.mn_main_jobs_wr{
	height: 85%;
	width: 100%;
	float: left;
    margin-left: 0;
    margin-top:  0;
	padding: 0px 0px 0px 0px;
	/*background-color: limegreen !important;*/
}

.mn_main_jobs_sl{
	height: 100%;
	width: 100%;
	position: relative;
    margin-left: auto;  /*блок по середине margin-left: auto; margin-right: auto; и убираем float*/
	margin-right: auto;
    margin-top:  0;
	padding: 0px 0px 0px 0px;
	z-index: 1;
	/*background-color: lightseagreen !important;*/
	/*left: -10px;
	right: -10px;*/
}


.mn_main_jobs_hd{
	height: 10%;
	position: absolute;
	left: 0;
	top: -2%;
	background-color: transparent !important;
	border-bottom:  60px solid #FFB607;
	border-right: 50px solid transparent;
	z-index: 2;
	opacity: 1.;
}

div.mn_main_jobs_hd h4 p{
	text-align: center; padding-top: 10%; font-weight: bold; line-height: 120%; 
}

.mn_menu_news{
	height: 20%;
	position: absolute;
    right: 0;
	bottom: 0;
	z-index: 2;
	
	background-color: #0D43B0;
	opacity: 0.5;
	transition-property: opacity;
	transition-duration: 2s;
}

.mn_menu_news:hover{opacity: 1;}

div.mn_menu_news h4 p{
	text-align: center; padding-top: 3%; font-weight: bold; line-height: 120%; color: beige;
}


.td1{
	height: 10%;
	position: absolute;
    left: 0;
    bottom:  0;
	z-index: 2;
	cursor: pointer;
	background-color: none !important;
	background-image: url(../images/td1.png) !important; 
	background-position: 20% 0%;
	background-repeat: no-repeat;
	background-size: contain;
	transform: scale(0.8);
	
	border-radius: 50px 0px 50px 0px;
}

/*выключил пагинацию слайдера - не работает на основном хостинге space-regatta.ru на остльных работает*/
ul.slider-pagi{
	display: none;
}

.mn_space_proj_wr{
	height: 85%;
	width: 100%;
	float: left;
    margin-left: 0;
    margin-top:  10%;
	
	background-color: gray !important;
}

.mn_space_proj_sl{
	height: 95%; /*100% на весь экран, съезжает надпись*/
	width: 100%;
	position: relative;
    margin-left: auto;  /*блок по середине margin-left: auto; margin-right: auto; и убираем float*/
	margin-right: auto;
    margin-top:  0;
	padding: 0;
	background-color: gray !important;
}

.mn_space_proj_hd{
	height: 10%;
	position: absolute;
	left: 0;
	top: -2%;
	background-color: transparent !important;
	border-bottom:  60px solid #FFB607;
	border-right: 50px solid transparent;
	
}

div.mn_space_proj_hd h4 p{
	text-align: center; padding-top: 12%; font-weight: bold; line-height: 120%;
}


.td2{
	height: 10%;
	position: absolute;
    left: 0;
    bottom:  0;
	z-index: 3;
	cursor: pointer;
	background-color: none !important;
	background-image: url(../images/td1.png) !important; 
	background-position: 20% 0%;
	background-repeat: no-repeat;
	background-size: contain;
	transform: scale(0.8);
	
	border-radius: 50px 0px 50px 0px;
}

.mn_blog_categ_wr{
	height: 50%;
	width: 100%;
	float: left;
    margin-left: 0;
    margin-top:  15%;
	
	/*background-color: cyan !important;*/
	padding-bottom: 5%;
}


.mn_blog_categ_sl{
	height: 100%;
	width: 100%;
	position: relative;
    margin-left: auto;  /*блок по середине margin-left: auto; margin-right: auto; и убираем float*/
	margin-right: auto;
    margin-top:  0;
	
	background-color: grey !important;
}

.mn_blog_categ_hd{
	height: 10%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: transparent !important;
	border-bottom:  60px solid #FFB607;
	border-right: 50px solid transparent;
	
}

div.mn_blog_categ_hd h4 p{
	text-align: center; padding-top: 4%; font-weight: bold; line-height: 120%;
}

#footer{
	height: 35%;
	width: 100%;
	float: left;
    margin-left: 0;
    margin-top:  0;
	
	/*background-color: orange !important;*/
	
	/*transform: scale(0.5);*/
}

.ft_hd{
	height: 15%;
	float: left;
	margin-left: 0;
	margin-top: 0;
	background-color: transparent !important;
	border-bottom:  50px solid #FFB607;
	border-right: 50px solid transparent;
	
}

div.ft_hd h4 p{
	text-align: center; padding-top: 2%; font-weight: bold; line-height: 100%; transform: scale(1.);
	
}

.ft_scl{
	height: 15%;
	float: right;
	margin-right: 0;
	margin-top: 0;
	top: 0;
	background-color: white !important;
	display: none;
	
}

.ft_text{
	height: 25%; /*35%*/
	float: left;
	margin-left: 0;
	margin-top: 0;
	background-color:  #C0F1F9;
	clear: both;
	
	
}

.ft_adress_tel_wr{
	height: 45%; /*35%*/
	
	float: left;
	
	margin-left: 0;
	margin-top: 0;
	background-color: #A3D1D8;
}

.ft_adress{
	height: 45%; /*35%*/
	
	float: left;
	
	margin-left: 0;
	margin-top: 0;
	background-color: #A3D1D8;
	
	
	
	
}

.ft_tel{
	height: 45%; /*35%*/
	
	float: right;
	
	margin-right: 0;
	margin-top: 0;
	background-color: #A3D1D8 !important;
	
	text-align: left;
	
}

.ft_y{
	height: 15%;
	float: left;
	margin-left: 0;
	margin-top: 0;
	background-color: lightskyblue !important;
	
	clear: both;
	
}

.tt{
	height: 150%;
	position: absolute;
    left: 0;
    bottom:  5%;
	z-index: 12;
	cursor: pointer;
	background-color: none !important;
	background-image: url(../images/tt.png) !important; 
	background-position: 20% 0%;
	background-repeat: no-repeat;
	background-size: contain;
	transform: scale(0.8);
	
	border-radius: 50px 0px 50px 0px;
}