.h-timeline {
    position: fixed;
    z-index: 70;
	display: flex;
	justify-content: space-around;
	bottom: 0px;
	width: 100%;
	background-color: #333333;
	height: 70px;
}
.h-timeline a{
	text-decoration: none;
		-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	color: white;
}
.h-timeline a p:hover {
	text-decoration: none;
	color: white;
}
.h-timeline p {
	font-size: 14px;
	color: rgba(255,255,255,0.50);
	display: flex;
	justify-content: flex-end;
	align-items: center;
	text-decoration: none;
	padding: 10px 0 20px 0;
}
.h-timeline-li .active p{
    font-size: 16px;
    color: white;
	font-weight: 600;
	
}   
.h-background{
	background-size: cover;
	background-position: center center;

}
.h-block{
	padding-bottom: 200px;
	overflow: hidden;
	z-index: 998;
}
.h-block h1{
	margin-bottom: 5vh;
}
.h-timeline a.active span{
	display: block;
	height: 10px;
	margin-top: -10px;
	background-image: url(/images/history/figure1.png);
	background-repeat: no-repeat;
	background-position: 50% 100%;
}
.h-text{
	overflow-y: scroll; 
	padding-bottom: 200px;
	z-index: 999;
}
.h-text p{
	text-indent: 5%;
	text-align: justify;
	line-height: 25px;
	font-size: 20px;
	padding-right: 20px;
}
::-webkit-scrollbar {
    width: 12px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
.sticky-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, .8);
}
.h-timeline a.active p{
    font-size: 16px;
    color: white;
	font-weight: 600;
}  

section{
	height: 100vh;
}
#works-01{
	height: initial;
}







html { overflow-x:  hidden; }
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: initial;
    padding-right: initial;
	padding-top: initial;
	padding-bottom: initial;
	padding: initial;
	border: initial;
	border-bottom: initial;
	border-left: initial;
	border-right: initial;	
	border-top: initial;
}

/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}
.year {
	border-radius: 10px 0 0 10px;
	padding-right: 20px;
}
.year h1{
	border-bottom: solid 1px hsla(0,0%,100%,1.00);
	margin-bottom: 0px;
	color: white;
	margin-top: 0px;
	/*font-size: 36px; */
}
.year p{
	color: white;
	margin-bottom: 0px;
}
.job .year{
	background: linear-gradient(45deg, #E87A3B, #7E62FF);
}
.fire-safety .year{
	background: linear-gradient(45deg, #F6EFD2, #CEAD78);
}
.custom_doc .year{
	background: linear-gradient(45deg, #FFEA4B, #FF686F);
}
.documentation-information .work{
	background-color: white;
	border-radius: 10px;
	box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.1);
	width: 90%;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 5%;
	margin-right: 5%;
	
}
.documentation-information .work:hover{
	background-color: white;
	border-radius: 10px;
	box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.3);
	width: 90%;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 5%;
	margin-right: 5%;
	
}
.menu-flex{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: stretch;
}
#filter a {
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    padding: 10px 15px;
    display: block;
    color: #666;
    transition: all 0.4s ease;
	text-decoration: none;
}
#filter a:hover, #filter a.current {
    background: #666;
    color: #fff;
}
.linck-first{
	border-radius: 10px 0 0 10px;
}
.linck-last{
	border-radius: 0 10px 10px 0;
}
.works-01 .work{
	display: flex;
	flex-direction: row;
	align-items: stretch;
}
.year{
	display: flex;
	flex-direction: column;
	justify-content: center;

}
.works-01 .work .document{
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px
}
.document h3{
	margin-top: 10px;
	margin-bottom: 5px;
	padding-bottom: 7px;
	color: #333333;
	border-bottom: solid 1px hsla(0,0%,0%,0.10)
}
.document p{
	margin-top: 0px;
	margin-bottom: 0px;
	color: hsla(0,0%,0%,0.40);
	line-height: 20px;
}
.documentation-information a{
	text-decoration: none;
	color: hsla(0,0%,0%,0.40);
}
.documentation-information a:hover{
	color: hsla(0,0%,0%,0.80);
	text-decoration: none;
}

.list-edit, .btn-group{
	display: none;
}
a{
	outline: none;
}
#map {
    width: 100%;
}
.display-ban{
	display: none;
}
.pagination{
	float: initial;
}
.history-design{
	display: block;
	position: absolute;
	z-index: 5;
	width: 100%;
	height: 100vh;
	background-image: url(/images/company/history/history-01.jpg);
	background-size: 100% auto;
}
.history-content{
	background-color: rgba(255,255,255,0.80);
	box-shadow: 0.7em 0.7em 10px rgba(0,0,0,0.30);
	border-radius: 10px;
	width: 60%;
	height: auto;	
	margin-top: 20vh;
}
.history-content img{
	max-width: 200px;
	height: auto;
	opacity: 0.2;
}
.history-content buttom{
	background-color: rgba(0,0,0,0.20);
	padding: 10px;
	border-radius: 5px;
	color: rgba(0,0,0,0.50);
}
.history-content buttom:hover{
	background-color: rgba(0,0,0,0.50);
	color: rgba(255,255,255,1.00);
}
.history-content a{
	text-decoration: none;
}
.history-content h1{
	font-size: 1.5em;
}
.pagination ul, ol {
	margin: 10px 0 5px;
}
.create{
	text-align: center;
	width: 200px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #22465c;
    border-color: #22465c;
    cursor: default;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #22465c;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: red;
    background-color: #eeeeee;
    border-color: #dddddd;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
	padding-left: 30px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
	padding-right: 30px;
}
.t3-mainbody {
    padding-top: initial;
    padding-bottom: initial;
	padding-bottom: 0px;
}

.page-header {
    padding-bottom: 0px;
    margin: 0px;
    border-bottom: 1px solid #eeeeee;
}
.t3-footnav {
    padding: 0px 0;
}
.t3-module{
	margin-bottom: 0px;
}
.navbar-collapse {
	width: 100%;
}
.gh{
	display: flex;
	flex-wrap: wrap;
	align-content: stretch;
}
.hg{
	padding-left: 10px;
}
.social-repost{
	display: none;
}
.article-news .social-repost{
	display: block;
}
.license-padding{
	padding: 10px;
}
.director-presentation{
	display: flex;
	align-items: center;
	
}

.all-space-ocean{
	background-color: #182329;
	color: white;
	padding-bottom: 70px;
}
.ocean-01{
	display: flex;
	justify-content: space-around;
	align-items: center;
	color: white;
	margin-top: 50px;
}
.ocean-02{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	padding-top: 10px;
	
}
.ocean-02 img{
	max-width: 120px;
}
.ocean-02 p{
	color: hsla(0,0%,100%,0.75); 
	text-align: center; 
	padding-bottom: 10px; 
	line-height: 1.2;
}
.ocean-03{
	padding-top: 50px;
	padding-bottom: 50px;
}
.ocean-03 img{
	max-height: 70px;
	width: auto;
}
.ocean-03 p{
	line-height: 1.2;
	font-size: 20px;
	padding: 5px 5px 5px 0;
}
.antena{
	padding: 10px;
}
.antena p{
	font-size: 14px;
	color: hsla(0,0%,100%,0.75); 
}
.ocean-04{
	display: flex;
	justify-content: space-around;
	align-items: center;
	color: white;
	padding: 20px 20px 20px 0;
	margin-bottom: 50px;
}
.ocean-05 table p{
	line-height: 1.2;
}
.ocean-05 .row{
	border-bottom: 1px dotted hsla(0,0%,100%,0.20);
	margin-left: 0px;
	margin-bottom: 0px;
}
.ocean-05 .col-xs-4, .ocean-05 .col-xs-3, .ocean-05 .col-xs-8, .ocean-05 .col-xs-9, .ocean-05 .col-xs-1, .ocean-05 .col-xs-2{
	border-right: 1px dotted hsla(0,0%,100%,0.20);
}
.background-first{
	background-color: hsla(0,0%,100%,0.1);
}
.background-other{
	background-color: hsla(0,0%,100%,0.03);	
}
.ocean-05 th, .ocean-05 td{
	text-align: center;
	border-top: 1px dotted hsla(0,0%,100%,0.20);
	vertical-align: middle;
}
.ocean-05 table{
	width: 100%;
}
.ocean-05 th{
	padding: 10px;
}
.ocean-01-1{
	width: 30%;
}
.ocean-01-2{
	width: 70%;
}
/*---------------------------------------------------------------------------ПОИСК---------------*/
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .inputbox {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: white;
    background-color: rgba(255,255,255,0.00);
    background-image: none;
    border: 2px solid  #FFFFFF;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
select::-moz-placeholder, textarea::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="color"]::-moz-placeholder, .inputbox::-moz-placeholder {
    color: white;
    opacity: 1;
	}
	.head-search { /*---------------------------------------------------- отступ для панели поиска */
    margin-top: none;
	padding-left: 15px;
	}
.search{
	color: black;
}
.div.mod_search141 input[type="search"]{
	width:auto!important; 
	width: 100%;
}
/*==============================================================НАВИГАЦИОННОЕ МЕНЮ===========================================*/
 /* цвет фона и рамки навигационного меню */
    .navbar-default {
        border-color: none;
		/* background-image: url(../../../images/bloc_meny.png);
		max-width: 100%;
		/* height: 100px; */
		background-color: #22465c;
		border: none;
		z-index: 9999;
		box-shadow: 0 0 5px;
		
    }
/*-------------------------------------------------------------------логотип--------------------------------------*/
	.logo{
		padding-top: 10px;
		padding-bottom: 10px;
	}
    /* цвет текста, содержащий название сайта или бренда */
    .navbar-default .navbar-brand {
        color: #ecf0f1;
    }
    /* цвет текста (название сайта или бренда), при поднесении к нему курсора мышки или при его нахождении в фокусе */
    .navbar-default .navbar-brand:hover,
    .navbar-default .navbar-brand:focus {
        color: white;
    }
    /* Цвет пунктов навигационного меню */
    .navbar-default .navbar-nav > li > a {
        color: hsla(0,0%,100%,0.75);
    }
    /* Цвет пункта меню, при поднесении к нему курсора мышки или при его нахождении в фокусе */
    .navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus{
        color: white;
		text-decoration: underline;
    }
    /* Цвет и фон активного пункта меню, а также поднесении к нему курсора мышки или при его нахождении в фокусе */
    .navbar-default .navbar-nav > .active > a, 
    .navbar-default .navbar-nav > .active > a:hover, 
    .navbar-default .navbar-nav > .active > a:focus {
        color: white;
		text-decoration: underline;
        background-color: hsla(0,0%,100%,0.00);
    }
    /* Цвет и фон открытого пункта меню, а также поднесении к нему курсора мышки или при его нахождении в фокусе */
    .navbar-default .navbar-nav > .open > a, 
    .navbar-default .navbar-nav > .open > a:hover, 
    .navbar-default .navbar-nav > .open > a:focus {
        color: white;
		text-decoration: underline;
        background-color: none;
    }
    /* Цвет стрелочки (треугольничка) у раскрывающихся пунктов меню */
    .navbar-default .navbar-nav > .dropdown > a .caret {
        border-top-color: none;
        border-bottom-color: none;
    }
    /* Цвет стрелочки (треугольничка) при поднесении к нему курсора мышки или при его нахождении в фокусе */
    .navbar-default .navbar-nav > .dropdown > a:hover .caret,
    .navbar-default .navbar-nav > .dropdown > a:focus .caret {
        border-top-color: none;
        border-bottom-color: none;
    }
    /* Цвет стрелочки (треугольничка), открывшегося пункта меню */
    .navbar-default .navbar-nav > .open > a .caret, 
    .navbar-default .navbar-nav > .open > a:hover .caret, 
    .navbar-default .navbar-nav > .open > a:focus .caret {
        border-top-color: none;
        border-bottom-color: none;
    }
    /* CSS стили для мобильных устройств */
    /* Цвет рамки у кнопки, которая открывает меню */
    .navbar-default .navbar-toggle {
        border-color: white;
    }
    /* Цвет фона кнопки (которая открывает меню) при поднесении к ней курсора мышки или при нахождении её в фокусе */
	.navbar-default .navbar-toggle{
	    background-color: white;
	}
	.navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: white;
    }
    /* Цвет полосочек в кнопочке, которая открывает меню */
    .navbar-default .navbar-toggle .icon-bar {
        background-color: none;
    }
    /* Цвет пунктов меню в раскрывающихся списках */
    @media (max-width: 767px) {
        .navbar-default .navbar-nav .open .dropdown-menu > li > a {
            color: none;
      }
    /* Цвет и фон пункта меню в раскрывающихся списках, при поднесении к нему курсора мышки или при нахождении его в фокусе */
        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: none;
            background-color: none;
        }
    }
.lang-inline{
	text-align: center;
}
.lang-inline a{
	color: rgba(255,255,255,0.75);
}
.lang-active a{
	color: white;
	font-weight: 600;
}

.navbar-nav { /*------------------------------------------------------центрирование меню */
	float: none;
	text-align: center;
	}
	.navbar-nav li {
	float: none;
	display: inline-block;
	} 
	.t3-mainnav .t3-navbar-collapse .navbar-nav > li > a { /*------------убрать белую полосу подчёркивания */
		border-top: none;
	}

@media (max-width: 1920px) and (min-width: 1200px){
	.nav >li>a{ /*----------------------------------------------отступ между пунктами меню */
    position: relative;
    display: block;
    padding-left: 10px;
	padding-right: 10px;
	} 
}
@media (max-width: 1199px) and (min-width: 900px){
	.nav >li>a{ /*----------------------------------------------отступ между пунктами меню */
    position: relative;
    display: block;
    padding-left: 5px;
	padding-right: 5px;
	font-size: 1.3vw;
	} 
}
@media (max-width: 899px) and (min-width: 768px){
	.nav >li>a{ /*----------------------------------------------отступ между пунктами меню */
    position: relative;
    display: block;
    padding-left: 3px;
	padding-right: 3px;
	font-size: 1.4vw;
	} 
}

.logo-img-custom{
	padding-top: 10px;
}
.languageswitcherload{
	color: #FFFFFF;
}
@media (min-width: 768px) {
	.flex-menu{
	display: flex;
	
	align-items: center;
	}
}
.menu-collapse-string li{
	width: 100%;
}
/*==============================================================НАВИГАЦИОННОЕ МЕНЮ===========================================*/
.row-contact{
		display: flex;
		align-items: center;
	}
.nav-pills{
	padding-top: 150px;
}
.padding{                                                           /* задает отступ для блоков продукции и услуг */
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.padding-1{
	padding: 10px;
}
.padding-2{
	padding-left: 10px;
	padding-right: 10px;
}
.top-40{
	padding-bottom: 30px;
}
	
.block-menu-opacity{
	background-image: url( ../tpls/blocks/bar.png);
	max-width: 100%;
	height: 100px;
	background-color: initial; 
} 
.block-menu{
	background-image: url(../../../images/bloc_meny.png);
	max-width: 100%;
	height: 100px;
	background-color: initial;
}
.moduleposition-0{                                                               /* задает положение для слайдшоу */
	z-index: 0;
}
.next-top{                                                          		      /* задает положение для кнопки next */
	top: -160px;
	z-index: 999;
}
.t3-module .module-inner{
	padding: initial;
}

.top{
	top: 30px;
}
.top-1{
	padding: 30px;
}
.color-white{
	background-color: white;
}
td, tr td {
    border-top: initial;
}
.nav-1 {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
	background-color: white;
}
.nav-1 > li {
  position: relative;
  display: block;
}
.nav-1 > li > a {
  position: relative;
  display: block;
  padding: 2.5px 0px;
	color: black;
}
.nav-1 > li > a:hover,
.nav-1 > li > a:focus {
  text-decoration: none;
}
.nav-1 > li.disabled > a:hover,
.nav-1 > li.disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav-1 .nav-divider {
  height: 1px;
  overflow: hidden;
}
.nav-1 > li > a > img {
  max-width: none;
}
.nav-1 > li > a.futer-2{
	font-weight: 600;
	font-size: 1.0em;
	padding-bottom: 15px;
	background-color: white;
}
.futer-glav{
	background-color: white;
	padding-left: 80px;
	padding-right: 90px;
}
.futer-1{
	font-size: 0.8em;
	padding-top: 40px;
	color: black;
	padding-left: 20px;
}
.futer-4{
	padding: 2.5px;
}
.futer-5{
	padding-top: 40px;
	font-size: 0.8em;
}
/*//////////////////////////////////////////////////////////-стиль для футер*/

/*==================================================================================================================================*/
/*//////////////////////////////////////////////////////////-стиль для обращения генерального директора-*/

.director-photo{
	margin-top: 90px;
	position: relative;
}

p{
	line-height: 30px;
	margin: 0;
	
}
/*//////////////////////////////////////////////////////////-стиль для обращения генерального директора-*/
/*//////////////////////////////////////////////////////////-стиль для управления предприятием-*/

.indent{
	padding-top: 20px;
	
}

/*//////////////////////////////////////////////////////////-стиль для управления предприятием-*/
/*//////////////////////////////////////////////////////////-стиль для работа в компании-*/
.sotrudnici{
	background-color: white;
}
.sotrudniki-01{
	/*padding-left: 20%;
	padding-right: 20%; */
	padding-bottom: 60px;
	font-size: 1.5em;
}
.sotrudniki-02{
	/*padding-left: 20%;
	padding-right: 20%; */
	padding-top: 40px;
	font-size: 1.5em;
}

a.linc_doc{
	color: black;
	text-decoration: underline;
	
}
/*//////////////////////////////////////////////////////////-стиль для работа в компании-*/
/*//////////////////////////////////////////////////////////-стиль для ПРАВОВАЯ ИНФОРМАЦИЯ-*/
.tree{
	background-image: url(images/tree.png)
}
.panel-default {
    border-color: initial;
}
.panel {
    margin-bottom: initial;
    background-color: initial;
    border: initial;
    border-radius: initial;
    -webkit-box-shadow:initial;
    box-shadow: initial;
}
.panel-default > .panel-heading {
    color: initial;
    background-color: initial;
    border-color: initial;
	padding: 10px 0px;
	padding-bottom: 10px;
}
.panel-body {
    padding: initial;
	padding-top: 20px;
	background-color: initial;
	background-color: #F1F1F1;
}
.color-panel{
	background-color: #F1F1F1;
}
.panel-heading {
    padding: 10px 0px;
    border-bottom: initial;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel-group .panel-heading + .panel-collapse > .panel-body .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top:initial;
}
/* ----------------------------------ссылки-------------------------*/
a.accordion-tm:link{
	font-size: 1.00em;
	opacity: 0.7;
}
a.accordion-tm:hover{
	font-size: 1.02em;
	opacity: 1.0;
}
a.accordion-tm:active{
	font-size: 1.02em;
	opacity: 1.0;
}
a.accordion-tm:visited{
	font-size: 1.00em;
	opacity: 0.5;
}

.history-1{
	font-size: 20px;
	color: black;
	border: #930002 solid 2px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.history-2{
	padding-bottom: 40px;
}
a.history-1:hover{
	color: black;
	text-decoration: none;
	font-weight: 300;
}
/*//////////////////////////////////////////////////////////-стиль для история завода-*/
/*//////////////////////////////////////////////////////////-стиль для партнёры-*/
.panel-1{

}
/*//////////////////////////////////////////////////////////-стиль для партнёры-*/
/*//////////////////////////////////////////////////////////-стиль для конкретной продукции-*/
.otp-left{                            /*отступ для текста расположенного слева */
	padding-top: 50px;
	padding-bottom: 30px;
}
.otp-right{                            /*отступ для текста расположенного справа */
	padding-left: 2.5%;
	padding-top: 50px;
	padding-bottom: 30px
}
.text-caption{                         /*отступ для текста в блоке после картинки. заголовок */
	text-align: center;
	padding-top: 20px;
	padding-bottom: 30px;
}
.text-g{                               /*размер и выравнивание для всего основного текста */
	text-align: justify; 
}
/*-----------------------------------------------------------------------------стили для списка характеристик---*/
.div-border-bottom{
	border-bottom: 1px dotted #C2C2C2;
	bottom: 5px;
}
/*-----------------------------------------------------------------------------стили для списка характеристик---*/
.director-text ul li{
	padding-bottom: 18px;
}
/*========================================= Стиль для таблицы с контактной информацией ===============================*/
/*----------------------------------------- Стиль для таблицы с контактной информацией -------------------------------*/

.c-info-table{
	background-color: hsla(0,0%,100%,1.00);
	top: 20px;
	border-bottom: 15px solid white;
	border-top: 15px solid white;
	border-right: 30px solid white;
	opacity: 0.85;
	font-size: 1.2em;
	box-shadow: 0.2em 0.2em 15px rgba(122,122,122,0.5);
}
.text-right{
	text-align: right;
}

/* .c-info-td{
	padding-left: 30px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
*/
.c-info-table td{
	padding-left: 30px;
	/*padding-right: 20px;*/
	padding-top: 5px;
	padding-bottom: 5px;
}

/*----------------------------------------- Стиль для таблицы с контактной информацией -------------------------------*/
/*----------------------------------------- Стиль для общих номеров контактов ----------------------------------------*/

.c-contact-table{
	border-bottom: 50px solid white;
	border-top: 50px solid white;
	font-size: 1.5em;
	
}
.c-contact-table td{
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	
}

/*----------------------------------------- Стиль для общих номеров контактов ----------------------------------------*/
/*----------------------------------------- Стиль для общих контактов со значком -------------------------------------*/

.c-contact-gen{
	padding: 15px;
	font-size: 1.5em;
}
.c-contact-gen p{
	line-height: 1.3em;
}
.maps-ya{
	z-index: 5;
}
.block-contact-info{
	z-index: 10;
	margin-top: -210px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	box-shadow: 0.4em 0.4em 5px rgba(122,122,122,0.5);
	
}
/*----------------------------------------- Стиль для общих контактов со значком -------------------------------------*/
/*==================================================== стили для ВАКАНСИИ =================================================================*/
.vacancies{
	padding-left: 20%;
	padding-right: 20%;
	padding-bottom: 80px;
	padding-top: 60px;
	font-size: 1.5em;
	line-height: 1.5em;
}
.vacancies p a{
	color: black;
	text-decoration: underline;
}
.vacancies p a:hover{
	font-size: 1.01em;
}
/*=============================================================== С П И С О К    К А Т Е Г О Р И Й  ==================================*/
.categories-list{
	margin-top: 60px;
}
.nav-services-categories{ 
	text-align: right;
}
.nav-services-categories-inform{ /* заливка текстового содержания и отступ в виде рамки бордер*/

}
.gen-block{ /* задаёт родительский контейнек. внутри этого контейнера всле div становятся дочерними элементами*/
	display: flex; 
	align-items: center; /* выравнивает блоки по высоте*/
	background-color: white;
} 
.gen-block-order-0{
	order: 0; /* условия для flexbox! чем больше значение order - тем правее находится объект*/
}
.gen-block-order-1{
	order: 1;
}t
.block-center{
	padding-left: 35px;
	padding-right: 35px;
}
.gen-block h3{
	padding-bottom: 0.5%;
	font-weight: initial;
	border-bottom: initial;
}
.gen-block a{
	color: rgba(0,0,0,0.70);
	text-decoration: none;
	font-weight: none;
}
.gen-block a:hover{
	text-decoration: none;
	font-weight: none;
	color: #ff2721;
}
	.color-background-slide{
	display: inline-block;
	background-color: rgba(49,49,49,0.70);
}
.rocus-program{
	display: flex;
	align-items: center;
	background: linear-gradient(to bottom left, #d7d7d7, #ffffff);
	padding: 60px 0;
}
.menu-top-100{
	position: absolute;
	width: 100%;
	left: 0px;
	right: 0px;
	z-index: 1;
}
a.menu_link{
	background-color: hsla(0,0%,100%,1.50);
	color: #22465c;
	z-index: 1;
	position: relative;
	text-decoration: none;
	border: solid 1px white;
}
a.here{
	background-color: #ff2721;
	color: white;
	z-index: 2;
	position: relative;
	border: solid 1px #ff2721;
	}
a.here:hover{
	text-decoration: none;
}
a.menu_link:hover{
	background-color: white;
	color: #ff2721;
	z-index: 3;
	position: relative;
	text-decoration: none;
	border: solid hsla(0,0%,0%,0.1) 1px;
}
a.menu_link:active{
	border: none;
	text-decoration: none;
}
.rocus-text-5{
	text-align: left;
}
/*=============================================================== С П И С О К    К А Т Е Г О Р И Й ==================================*/
/*=============================================================== Г Л А В Н А Я   С Т Р А Н И Ц А  ==================================*/
/*=============================================================== слайд шоу =========================================================*/
@media (min-width: 1921px){ /* ---------------------------------------------------------------1920*/
	.documentation-information{
		margin-top: 85px;
		margin-bottom: 50px;
	}
	.row-contact{
		padding-bottom: 20px;
	}
	.picture-size{
		width:90px;
		height:auto;
	}
	.news-anonse-main-block{
		width: 1920px;
		margin-left: auto;
		margin-right: auto;
	}
	.t3-wrapper, .container-fluid{
		margin-left: auto;
		margin-right: auto;
		width: 1920px;
	}
	.t3-wrapper{
		box-shadow: 0 0 5px hsla(0,0%,0%,0.05);
	}
	.item{
		background: #333;    
		text-align: center;
		height: 810px;
	}
	.carousel-indicators{ /* блок содержащий в себе индикаторы*/
		bottom: 130px;
	}
	.carousel-indicators li { /* индикаторы слайдов */
		display: inline-block;
		width: 20px;
		height: 20px;
		margin: 10px;
		text-indent: -999px;
		border: 1px solid #ffffff;
		border-radius: 20px;
		cursor: pointer;
		background-color: #000 \9;
		background-color: rgba(0, 0, 0, 0);
	}
	.carousel-indicators .active { /* активный мндикатор*/
		margin: 10px;
		width: 20px;
		height: 20px;
		background-color: #ffffff;
	}
	#next-cleek img{
		z-index: 1000;
		margin-top: -50px;
	}
	.menu-spotlight{
		margin-bottom: 40px;
	} 
	.logo-img-big{
		width: 375px;
	}
	.news-gen-block{
		margin-top: 70px;
	}
	.categories-list{
		margin-top: 90px;
	}
	.director-photo{
		margin-top: 40px;
	}
		.flex-news-article{
		margin-top: 70px;
	}
	#nsp-new-main-big h4{
		padding-bottom: 20px;
	}
	.carousel-2-caption{ /* слайдер */
		text-align: right;
		bottom: 100px;
	}
	.color-background-slide{
		padding: 30px;
		width: auto;
		margin-right: 20%;
		
	}
	.carousel-2-caption h3{
		margin: 5px;
		font-size: 3em;
	}
	.carousel-2-caption p{
		font-size: 2em;
	}
	#nsp-news-main h4 {
		padding-top: 10%;
		font-size: 22px;
	}
	h1{
	font-size: 32px;
	}
	.main-container-1  .dont-chet p{
		padding-left: 50px;
		padding-right: 100px;
		font-size: 27px;
	}
	.main-container-1  .chet p{
		padding-left: 100px;
		padding-right: 50px;
		font-size: 27px;
	}
	.gen-block h3{
		font-size: 32px;
		padding-left: 50px;
		padding-right: 50px;
	}
	.gen-block{ /* задаёт родительский контейнек. внутри этого контейнера всле div становятся дочерними элементами*/
		border-bottom: solid 10px #F5F5F5;
		border-top: solid 10px #F5F5F5;
		border-left: solid 20px #F5F5F5;
		border-right: solid 20px #F5F5F5;
	} 
	.img-border-right{
		border-right: solid 20px #F5F5F5;
	}
	.img-border-left {
		border-left: solid 20px #F5F5F5;
	}
	.text-caption{  
		font-size: 25px;
		letter-spacing: 5px;
	}
	.text-g{                               /*размер и выравнивание для всего основного текста */ 
	font-size: 20px;
	}
	.otp-left{                            /*отступ для текста расположенного слева */
	padding-right: 2.50%;
	}
	.name-logo{
		position: absolute;
		top: 390px;
		width: 35%;
		margin-left: 10%;
	}	
	.name-logo h2{
		padding-top: 0px;
		padding-bottom: 0px;
		text-align: right;
	}
	.name-logo img{
		position: static;
	}
	
	
	.rocus-2{
		display: flex;
		align-items: center;
		background: linear-gradient(to top right, #d7d7d7, #ffffff);
	}
	.rocus-text-1 {
		/* background-image: url(/images/production/rocus-r/prim.png); */
		background-size: contain;
		background-repeat: no-repeat;
		min-height: 600px;
	}
	.rocus-text-1 img{
		padding-top: 200px;
	}
	.text-caption-2{  
		font-size: 25px;
		letter-spacing: 2px;
		line-height: 1.3;
	}
	.rocus-text-3{
		display: flex;
		align-items: center;
	}
	.grad{
		background: linear-gradient(to bottom left, #d7d7d7, #ffffff);
	}
	.rocus-text-4{
		padding: 200px 15% 200px 15%;
	}
	.rocus-text-5{
		font-size: 20px;
		padding-bottom: 7px;
	}
	.roc-background span{
		background-color: #ff2721;
		padding: 5px 5px 5px 11px;
		color: white;
		border-radius: 100px;
		margin-right: 10px;
	}
	.roc-background p{
		padding-bottom: 20px;
		padding-left: 30%;
		padding-right: 5%;
	}
	.rocus-padding{
		display: flex;
		align-items: center;
		background-image: url(/images/production/rocus-r/roc-1-1.jpg);
		background-size: contain;
		
	}
	.roc-2, .roc-3, .roc-4, .roc-5, .roc-6, .roc-7{
		display: none;
	}
	.roc-width{
		width: 50%;
	}
	.rocus-control{
		display: flex;
		align-items: center;
	}
	.rocus-control img{
		max-height: 700px;
	}
	.rocus-control p{
		padding: 0 20% 0 10%;
	}
	.menu-top-100{
		padding: 85px 0 10px;
	}
	a.menu_link{
		padding: 20px 20px 10px 20px;
		border-radius: 10px;
		margin: 0 -10px;
	}
	a.here{
		padding: 20px 20px 10px 20px;
		border-radius: 10px;
		margin: 0 -10px;
	}
	a.menu_link:hover{
		padding: 20px 20px 10px 20px;
		border-radius: 10px;
	}
	.news-h2 h2{
		font-size: 32px;
		margin-top: 10px;
	}
	.main-container-1 h2{
		font-size: 32px;
		padding-left: 50px;
		padding-right: 50px;
		padding-bottom: 1.8%;
	}
	.news-h2 h2{
		margin-top: 10px;
		font-size: 32px;
	}
	.anons-h2 h2{
		margin-top: 10px;
		font-size: 32px;
	}
	.gen-block .category-desc{
	padding-left: 50px;
	padding-right: 50px;
	font-size: 24px;
	}
	.padding-map{
		padding-top: 70px;
		height:600px;
	}
	.menu-top-111{
		margin-top: -50px;
	}
	.director-presentation{
		margin-top: 35px;
	}
	.languageswitcherload{
	
		margin-top: 10px;
		padding-right: 10px;
	}
.first-block-ocean{
	min-height: 1200px;
	background-image: url(/images/production/ocean/ocean-01-background.png);
	width: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain; 
}
.logo-ocean{
	max-width: 500px;
	padding: 600px 0 20px;
}
.ocean-name{
	margin: 0 0 30px 0;
}
.ocean-name p{
	letter-spacing: 1.23em;
}
.ocean-01-2{
	padding: 50px;
}
.h-block{padding-top: 10vh;	margin-left: 15%; margin-left: 15%;}
.h-text{width: 50%;	max-height: 40vh;}
.h-galery{width: 50%;}

}
@media (max-width: 1920px) and (min-width: 1600px){/* ---------------------------------------------------------------1919*/
	.documentation-information{
		margin-top: 70px;
		margin-bottom: 50px;
	}
	.row-contact{
		padding-bottom: 20px;
	}
	.picture-size{
		width:90px;
		height:auto;
	}
	.ri{
		width: 100% \9;
		height: auto;
	}
	.item{
		background: #333;    
		text-align: center;
		height: 705px;
	}
	.rocus-control{
		display: flex;
		align-items: center;
	}
	.rocus-control p{
		padding: 0 20% 0 10%;
	}
	.carousel-indicators{ /* блок содержащий в себе индикаторы*/
		bottom: 130px;
	}
	.carousel-indicators li { /* индикаторы слайдов */
		display: inline-block;
		width: 20px;
		height: 20px;
		margin: 10px;
		text-indent: -999px;
		border: 1px solid #ffffff;
		border-radius: 20px;
		cursor: pointer;
		background-color: #000 \9;
		background-color: rgba(0, 0, 0, 0);
	}
	.carousel-indicators .active { /* активный мндикатор*/
		margin: 10px;
		width: 20px;
		height: 20px;
		background-color: #ffffff;
	}
	#next-cleek img{
		z-index: 1000;
		margin-top: -50px;
		width: 7%;
	}
	.menu-spotlight{
		margin-bottom: 40px;
	} 
	.logo-img-big{
		width: 310px;
	}
	.news-gen-block{
		margin-top: 60px;
	}
	.categories-list{
		margin-top: 80px;
	}
	.director-photo{
		margin-top: 70px;
	}
	.flex-news-article{
		margin-top: 60px;
	}
	#nsp-new-main-big h4{
		padding-bottom: 12px;
		font-size: 1.20vw;
	}
	.carousel-2-caption{ /* слайдер */
		text-align: right;
		bottom: 100px;
	}
	.color-background-slide{
		padding: 30px;
		width: auto;
		margin-right: -15%;
		
	}
	.carousel-2-caption h3{
		margin: 5px;
		font-size: 2.5em;
	}
	.carousel-2-caption p{
		font-size: 1.8em;
	}
	#nsp-news-main h4 {
		padding-top: 9%;
			font-size: 1.1vw;
	}
	h1{
		font-size: 2vw;
	}
	.main-container-1  .dont-chet p{
		padding-left: 50px;
		padding-right: 100px;
		font-size: 1.4vw;
	}
	.main-container-1  .chet p{
		padding-left: 100px;
		padding-right: 50px;
		font-size: 1.4vw;
	}
	.gen-block h3{
		font-size: 1.8vw;
		padding-left: 50px;
		padding-right: 50px;
	}
	.gen-block{ /* задаёт родительский контейнек. внутри этого контейнера всле div становятся дочерними элементами*/
		border-bottom: solid 10px #F5F5F5;
		border-top: solid 10px #F5F5F5;
		border-left: solid 20px #F5F5F5;
		border-right: solid 20px #F5F5F5;
	} 
	.img-border-right{
		border-right: solid 20px #F5F5F5;
	}
	.img-border-left {
		border-left: solid 20px #F5F5F5;
	}
	.text-caption{  
		font-size: 25px;
		letter-spacing: 5px;
	}
	.text-g{                               /*размер и выравнивание для всего основного текста */ 
	font-size: 20px;
	}
	.otp-left{                            /*отступ для текста расположенного слева */
	padding-right: 2.50%;
	}
	.name-logo{
		position: absolute;
		top: 320px;
		width: 40%;
		margin-left: 5%;
	}	
	.name-logo h2{
		padding-top: 0px;
		text-align: right;
		padding-bottom: 0px;
	}
	.name-logo img{
		position: static;
		max-width: 40%;
	}
	.rocus-2{
		display: flex;
		align-items: center;
		background: linear-gradient(to top right, #d7d7d7, #ffffff);
	}
	.rocus-text-1 {
		/* background-image: url(/images/production/rocus-r/prim.png); */
		background-size: contain;
		background-repeat: no-repeat;
		min-height: 200px;
	}
	.rocus-text-1 img{
		padding-top: 100px;
	}
	.text-caption-2{  
		font-size: 25px;
		letter-spacing: 2px;
		line-height: 1.3;
	}
	.rocus-text-3{
		display: flex;
		align-items: center;
	}
	.grad{
		background: linear-gradient(to bottom left, #d7d7d7, #ffffff);
	}
	.rocus-text-4{
		padding: 200px 15% 200px 15%;
	}
	.rocus-text-5{
		font-size: 20px;
		padding-bottom: 7px;
	}
	.roc-background span{
		background-color: #ff2721;
		padding: 5px 5px 5px 11px;
		color: white;
		border-radius: 100px;
		margin-right: 10px;
	}
	.roc-background p{
		padding-bottom: 20px;
		padding-left: 30%;
		padding-right: 5%;
	}
	.rocus-padding{
		display: flex;
		align-items: center;
		background-image: url(/images/production/rocus-r/roc-1-1.jpg);
		background-size: contain;
		
	}
	.roc-1, .roc-3, .roc-4, .roc-5, .roc-6, .roc-7{
		display: none;
	}
	.roc-width{
		width: 50%;
	}
	.menu-top-100{
		padding: 40px 0 10px;
	}
	a.menu_link{
		padding: 10px 20px 10px 20px;
		border-radius: 10px;
		margin: 0 -10px;
	}
	a.here{
		padding: 10px 20px 10px 20px;
		border-radius: 10px;
		margin: 0 -10px;
	}
	a.menu_link:hover{
		padding: 10px 20px 10px 20px;
		border-radius: 10px;
	}
	.main-container-1 h2{
		font-size: 1.8vw;
		padding-left: 50px;
		padding-right: 50px;
		padding-bottom: 1.8%;
	}
	.news-h2 h2{
		margin-top: 10px;
		font-size: 1.8vw;
	}
	.anons-h2 h2{
		margin-top: 10px;
		font-size: 1.8vw;
	}
	.gen-block .category-desc{
	padding-left: 50px;
	padding-right: 50px;
	font-size: 1.3vw;
	}
	.padding-map{
		padding-top: 60px;
		height:600px;
	}
	.menu-top-111{
		margin-top: -50px;
	}
	.news-anonse-main-block{
	margin-left: -8px;
	margin-right: -8px;
	}
	.img-galery img{
		width: 1920px;
		height: auto;
	}
	.director-presentation{
		margin-top: 35px;
	}
	.languageswitcherload{
	
		margin-top: 10px;
		padding-right: 10px;
	}
.first-block-ocean{
	min-height: 1000px;
	background-image: url(/images/production/ocean/ocean-01-background.png);
	width: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain; 
	
}
.logo-ocean{
	max-width: 500px;
	padding: 600px 0 20px;
}
.ocean-name{
	margin: 0 0 30px 0;
}
.ocean-name p{
	letter-spacing: 1.23em;
}	
.ocean-01-2{
	padding: 50px;
}
.h-block{padding-top: 10vh;	margin-left: 15%; margin-left: 15%;}
.h-text{width: 50%;	max-height: 40vh;}
.h-galery{width: 50%;}

}
@media (max-width: 1599px) and (min-width: 1440px){/* ---------------------------------------------------------------1599*/
	.documentation-information{
		margin-top: 65px;
		margin-bottom: 50px;
	}
	.director-presentation{
		margin-top: 35px;
	}
	.row-contact{
		padding-bottom: 20px;
	}
	.picture-size{
		width:90px;
		height:auto;
	}
	.item{
		background: #333;    
		text-align: center;
		height: 635px;
	}
	.rocus-control{
		display: flex;
		align-items: center;
	}
	.rocus-control p{
		padding: 0 20% 0 10%;
	}
	.carousel-indicators{ /* блок содержащий в себе индикаторы*/
		bottom: 90px;
	}
	.carousel-indicators li { /* индикаторы слайдов */
		display: inline-block;
		width: 15px;
		height: 15px;
		margin: 10px;
		text-indent: -999px;
		border: 1px solid #ffffff;
		border-radius: 20px;
		cursor: pointer;
		background-color: #000 \9;
		background-color: rgba(0, 0, 0, 0);
	}
	.carousel-indicators .active { /* активный мндикатор*/
		margin: 10px;
		width: 15px;
		height: 15px;
		background-color: #ffffff;
	}
	#next-cleek img{
		z-index: 1000;
		margin-top: -45px;
		width: 7%;
	}
	.menu-spotlight{
		margin-bottom: 40px;
	}
	.logo-img-big{
		width: 275px;
	}
	.news-gen-block{
		margin-top: 55px;
	}
	.categories-list{
		margin-top: 75px;
	}
	.director-photo{
		margin-top: 65px;
	}
	.flex-news-article{
		margin-top: 55px;
	}
	#nsp-new-main-big h4{
		padding-bottom: 5px;
		font-size: 1.20vw;
	}
	.carousel-2-caption{ /* слайдер */
		text-align: right;
		bottom: 100px;
	}
	.color-background-slide{
		padding: 30px;
		width: auto;
		margin-right: -15%;
		
	}
	.carousel-2-caption h3{
		margin: 5px;
		font-size: 2.5em;
	}
	.carousel-2-caption p{
		font-size: 1.8em;
	}
	#nsp-news-main h4 {
		padding-top: 8%;
			font-size: 1.1vw;
	}
	h1{
	font-size: 2vw;
	}
	.main-container-1  .dont-chet p{
		padding-left: 50px;
		padding-right: 100px;
		font-size: 1.4vw;
	}
	.main-container-1  .chet p{
		padding-left: 100px;
		padding-right: 50px;
		font-size: 1.4vw;
	}
	.gen-block h3{
		font-size: 1.8vw;
		padding-left: 50px;
		padding-right: 50px;
	}
	.gen-block{ /* задаёт родительский контейнек. внутри этого контейнера всле div становятся дочерними элементами*/
		border-bottom: solid 10px #F5F5F5;
		border-top: solid 10px #F5F5F5;
		border-left: solid 20px #F5F5F5;
		border-right: solid 20px #F5F5F5;
	} 
	.img-border-right{
		border-right: solid 20px #F5F5F5;
	}
	.img-border-left {
		border-left: solid 20px #F5F5F5;
	}
	.text-caption{  
		font-size: 25px;
		letter-spacing: 5px;
	}
	.text-g{                               /*размер и выравнивание для всего основного текста */ 
	font-size: 20px;
	}
	.otp-left{                            /*отступ для текста расположенного слева */
	padding-right: 2.50%;
	}
	.name-logo{
		position: absolute;
		top: 290px;
		width: 50%;
		margin-left: 0%;
	}	
	.name-logo h2{
		padding-top: 0px;
		padding-bottom: 0px;
		text-align: right;
	}
	.name-logo img{
		position: static;
		max-width: 40%;
	}
	
	.rocus-2{
		display: flex;
		align-items: center;
		background: linear-gradient(to top right, #d7d7d7, #ffffff);
	}
	.rocus-text-1 {
		/* background-image: url(/images/production/rocus-r/prim.png); */
		background-size: contain;
		background-repeat: no-repeat;
		min-height: 200px;
	}
	.rocus-text-1 img{
		padding-top: 100px;
	}
	.text-caption-2{  
		font-size: 22px;
		letter-spacing: 2px;
		line-height: 1.3;
	}
	.rocus-text-3{
		display: flex;
		align-items: center;
	}
	.grad{
		background: linear-gradient(to bottom left, #d7d7d7, #ffffff);
	}
	.rocus-text-4{
		padding: 200px 15% 200px 15%;
	}
	.rocus-text-5{
		font-size: 18px;
		padding-bottom: 6px;
	}
	.roc-background span{
		background-color: #ff2721;
		padding: 5px 5px 5px 9px;
		color: white;
		border-radius: 100px;
		margin-right: 10px;
	}
	.roc-background p{
		padding-bottom: 20px;
		padding-left: 30%;
		padding-right: 5%;
	}
	.rocus-padding{
		display: flex;
		align-items: center;
		background-image: url(/images/production/rocus-r/roc-2-1.jpg);
		background-size: contain;
		
	}
	.roc-1, .roc-2, .roc-4, .roc-5, .roc-6, .roc-7{
		display: none;
	}
	.roc-width{
		width: 50%;
	}
	.menu-top-100{
		padding: 70px 0 10px;
	}
	a.menu_link{
		padding: 20px 20px 10px 20px;
		border-radius: 10px;
		margin: 0 -10px;
	}
	a.here{
		padding: 20px 20px 10px 20px;
		border-radius: 10px;
		margin: 0 -10px;
	}
	a.menu_link:hover{
		padding: 20px 20px 10px 20px;
		border-radius: 10px;
	}
	.main-container-1 h2{
		font-size: 1.8vw;
		padding-left: 50px;
		padding-right: 50px;
		padding-bottom: 1.8%;
	}
	.news-h2 h2{
		margin-top: 10px;
		font-size: 1.8vw;
	}
	.anons-h2 h2{
		margin-top: 10px;
		font-size: 1.8vw;
	}
	.gen-block .category-desc{
	padding-left: 50px;
	padding-right: 50px;
	font-size: 1.3vw;
	}
	.padding-map{
		padding-top: 55px;
		height:600px;
	}
	.menu-top-111{
		margin-top: -50px;
	}
	.news-anonse-main-block{
	margin-left: -8px;
	margin-right: -8px;
	}
	.img-galery img{
		width: 1600px;
		height: auto;
	}
		.languageswitcherload{
	
		margin-top: 10px;
		padding-right: 10px;
	}
.first-block-ocean{
	min-height: 1000px;
	background-image: url(/images/production/ocean/ocean-01-background.png);
	width: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain; 
}
.logo-ocean{
	max-width: 470px;
	padding: 500px 0 20px;
}
.ocean-name{
	margin: 0 0 30px 0;
}
.ocean-name p{
	letter-spacing: 1.23em;
}	
.ocean-01-2{
	padding: 50px;
}
.h-block{padding-top: 10vh;	margin-left: 15%; margin-left: 15%;}
.h-text{width: 50%;	max-height: 40vh;}
.h-galery{width: 50%;}
	
}
@media (max-width: 1439px) and (min-width: 1366px){/* ---------------------------------------------------------------1439*/
	.documentation-information{
		margin-top: 65px;
		margin-bottom: 50px;
	}
	.director-presentation{
		margin-top: 35px;
	}
	.row-contact{
		padding-bottom: 20px;
	}
	.picture-size{
		width:90px;
		height:auto;
	}
	.kkkkk {
	bottom: 200px;
	}
	#nsp-new-main-big h4{
		font-size: 1.20vw;
	}
	.item{
		background: #333;    
		text-align: center;
		height: 600px;
	}
	.rocus-control{
		display: flex;
		align-items: center;
	}
	.rocus-control p{
		padding: 0 20% 0 10%;
	}
	.carousel-indicators{ /* блок содержащий в себе индикаторы*/
		bottom: 80px;
	}
	.carousel-indicators li { /* индикаторы слайдов */
		display: inline-block;
		width: 15px;
		height: 15px;
		margin: 10px;
		text-indent: -999px;
		border: 1px solid #ffffff;
		border-radius: 20px;
		cursor: pointer;
		background-color: #000 \9;
		background-color: rgba(0, 0, 0, 0);
	}
	.carousel-indicators .active { /* активный мндикатор*/
		margin: 10px;
		width: 15px;
		height: 15px;
		background-color: #ffffff;
	}
	#next-cleek img{
		z-index: 1000;
		margin-top: -40px;
		width: 6.5%;
	}
	.menu-spotlight{
		margin-bottom: 40px;
	}
	.logo-img-big{
		width: 260px;
	}
	.news-gen-block{
		margin-top: 55px;
	}
	.categories-list{
		margin-top: 73px;
	}
	.director-photo{
		margin-top: 63px;
	}
	.flex-news-article{
		margin-top: 53px;
	}
	.carousel-2-caption{ /* слайдер */
		text-align: right;
		bottom: 80px;
	}
	.color-background-slide{
		padding: 30px;
		width: auto;
		margin-right: -15%;
		
	}
	.carousel-2-caption h3{
		margin: 5px;
		font-size: 2.5em;
	}
	.carousel-2-caption p{
		font-size: 1.8em;
	}
	#nsp-news-main h4 {
		padding-top: 9%;
			font-size: 1.1vw;
	}
	h1{
		font-size: 2vw;
	}
	.main-container-1  .dont-chet p{
		padding-left: 50px;
		padding-right: 100px;
		font-size: 1.4vw;
	}
	.main-container-1  .chet p{
		padding-left: 100px;
		padding-right: 50px;
		font-size: 1.4vw;
	}
	.gen-block h3{
		font-size: 1.8vw;
		padding-left: 50px;
		padding-right: 50px;
	}
	.gen-block{ /* задаёт родительский контейнек. внутри этого контейнера всле div становятся дочерними элементами*/
		border-bottom: solid 10px #F5F5F5;
		border-top: solid 10px #F5F5F5;
		border-left: solid 20px #F5F5F5;
		border-right: solid 20px #F5F5F5;
	} 
	.img-border-right{
		border-right: solid 20px #F5F5F5;
	}
	.img-border-left {
		border-left: solid 20px #F5F5F5;
	}
	.text-caption{  
		font-size: 23px;
		letter-spacing: 5px;
	}
	.text-g{                               /*размер и выравнивание для всего основного текста */ 
	font-size: 18px;
	}
	.otp-left{                            /*отступ для текста расположенного слева */
	padding-right: 2.50%;
	}
	.name-logo{
		position: absolute;
		top: 280px;
		width: 50%;
		margin-left: 0%;
	}	
	.name-logo h2{
		padding-top: 0px;
		padding-bottom: 0px;
		text-align: right;
	}
	.name-logo img{
		position: static;
		max-width: 30%;
	}
	.rocus-2{
		display: flex;
		align-items: center;
		background: linear-gradient(to top right, #d7d7d7, #ffffff);
	}
	.rocus-text-1 {
		/* background-image: url(/images/production/rocus-r/prim.png); */
		background-size: contain;
		background-repeat: no-repeat;
		min-height: 200px;
	}
	.rocus-text-1 img{
		padding-top: 100px;
	}
	.text-caption-2{  
		font-size: 20px;
		letter-spacing: 2px;
		line-height: 1.3;
	}
	.rocus-text-3{
		display: flex;
		align-items: center;
	}
	.grad{
		background: linear-gradient(to bottom left, #d7d7d7, #ffffff);
	}
	.rocus-text-4{
		padding: 200px 15% 200px 15%;
	}
	.rocus-text-5{
		font-size: 16px;
		padding-bottom: 5px;
	}
	.roc-background span{
		background-color: #ff2721;
		padding: 5px 5px 5px 9px;
		color: white;
		border-radius: 100px;
		margin-right: 10px;
	}
	.roc-background p{
		padding-bottom: 20px;
		padding-left: 30%;
		padding-right: 5%;
	}
	.rocus-padding{
		display: flex;
		align-items: center;
		background-image: url(/images/production/rocus-r/roc-3-1.jpg);
		background-size: contain;
		
	}
	.roc-1, .roc-2, .roc-3, .roc-5, .roc-6, .roc-7{
		display: none;
	}
	.roc-width{
		width: 50%;
	}
	.menu-top-100{
		padding: 70px 0 10px;
	}
	a.menu_link{
		padding: 20px 20px 10px 20px;
		border-radius: 10px;
		margin: 0 -10px;
	}
	a.here{
		padding: 20px 20px 10px 20px;
		border-radius: 10px;
		margin: 0 -10px;
	}
	a.menu_link:hover{
		padding: 20px 20px 10px 20px;
		border-radius: 10px;
	}
	.main-container-1 h2{
		font-size: 1.8vw;
		padding-left: 50px;
		padding-right: 50px;
		padding-bottom: 1.8%;
	}
	.news-h2 h2{
		margin-top: 10px;
		font-size: 1.8vw;
	}
	.anons-h2 h2{
		margin-top: 10px;
		font-size: 1.8vw;
	}
	.gen-block .category-desc{
	padding-left: 50px;
	padding-right: 50px;
	font-size: 1.3vw;
	}
	.padding-map{
		padding-top: 50px;
		height:600px;
	}
	.menu-top-111{
		margin-top: -50px;
	}
	.news-anonse-main-block{
	margin-left: -8px;
	margin-right: -8px;
	}
	.img-galery img{
		width: 1440px;
		height: auto;
	}
		.languageswitcherload{
	
		margin-top: 10px;
		padding-right: 10px;
	}
.first-block-ocean{
	min-height: 1000px;
	background-image: url(/images/production/ocean/ocean-01-background.png);
	width: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain; 
}
.logo-ocean{
	max-width: 500px;
	padding: 400px 0 20px;
}
.ocean-name{
	margin: 0 0 30px 0;
}
.ocean-name p{
	letter-spacing: 1.23em;
}
.ocean-01-2{
	padding: 50px;
}
.h-block{padding-top: 10vh;	margin-left: 15%; margin-left: 15%;}
.h-text{width: 50%;	max-height: 40vh;}
.h-galery{width: 50%;}
}
@media (max-width: 1365px) and (min-width: 1280px){/* ---------------------------------------------------------------1365*/
	.documentation-information{
		margin-top: 60px;
		margin-bottom: 50px;
	}
	.director-presentation{
		margin-top: 35px;
	}
	.row-contact{
		padding-bottom: 20px;
	}
	.picture-size{
		width:90px;
		height:auto;
	}
	#nsp-new-main-big h4{
		font-size: 1.20vw;
	}
	.item{
		background: #333;    
		text-align: center;
		height: 560px;
	}
	.rocus-control{
		display: flex;
		align-items: center;
	}
	.rocus-control p{
		padding: 0 20% 0 10%;
	}
	.carousel-indicators{ /* блок содержащий в себе индикаторы*/
		bottom: 80px;
	}
	.carousel-indicators li { /* индикаторы слайдов */
		display: inline-block;
		width: 15px;
		height: 15px;
		margin: 10px;
		text-indent: -999px;
		border: 1px solid #ffffff;
		border-radius: 20px;
		cursor: pointer;
		background-color: #000 \9;
		background-color: rgba(0, 0, 0, 0);
	}
	.carousel-indicators .active { /* активный мндикатор*/
		margin: 10px;
		width: 15px;
		height: 15px;
		background-color: #ffffff;
	}
	#next-cleek img{
		z-index: 1000;
		margin-top: -40px;
		width: 6%;
	}
	.menu-spotlight{
		margin-bottom: 40px;
	}
	.logo-img-big{
		width: 240px;
	}
	.news-gen-block{
		margin-top: 40px;
	}
	.categories-list{
		margin-top: 70px;
	}
	.director-photo{
		margin-top: 60px;
	}
	.flex-news-article{
		margin-top: 50px;
	}
		.carousel-2-caption{ /* слайдер */
		text-align: right;
		bottom: 80px;
	}
	.color-background-slide{
		padding: 30px;
		width: auto;
		margin-right: -15%;
		
	}
	.carousel-2-caption h3{
		margin: 5px;
		font-size: 2.0em;
	}
	.carousel-2-caption p{
		font-size: 1.5em;
	}
	#nsp-news-main h4 {
		padding-top: 7%;
			font-size: 1.1vw;
	}
	h1{
		font-size: 2vw;
	}
	.main-container-1  .dont-chet p{
		padding-left: 50px;
		padding-right: 100px;
		font-size: 1.4vw;
	}
	.main-container-1  .chet p{
		padding-left: 100px;
		padding-right: 50px;
		font-size: 1.4vw;
	}
	.gen-block h3{
		font-size: 1.8vw;
		padding-left: 50px;
		padding-right: 50px;
	}
	.gen-block{ /* задаёт родительский контейнек. внутри этого контейнера всле div становятся дочерними элементами*/
		border-bottom: solid 10px #F5F5F5;
		border-top: solid 10px #F5F5F5;
		border-left: solid 20px #F5F5F5;
		border-right: solid 20px #F5F5F5;
	} 
	.img-border-right{
		border-right: solid 20px #F5F5F5;
	}
	.img-border-left {
		border-left: solid 20px #F5F5F5;
	}
	.text-caption{  
		font-size: 23px;
		letter-spacing: 5px;
	}
	.text-g{                               /*размер и выравнивание для всего основного текста */ 
	font-size: 18px;
	}
	.otp-left{                            /*отступ для текста расположенного слева */
	padding-right: 2.50%;
	}
	.name-logo{
		position: absolute;
		top: 240px;
		width: 50%;
		margin-left: 0%;
	}	
	.name-logo h2{
		padding-top: 0px;
		padding-bottom: 0px;
		text-align: right;
	}
	.name-logo img{
		position: static;
		max-width: 30%;
	}
	.rocus-2{
		display: flex;
		align-items: center;
		background: linear-gradient(to top right, #d7d7d7, #ffffff);
	}
	.rocus-text-1 {
		/* background-image: url(/images/production/rocus-r/prim.png); */
		background-size: contain;
		background-repeat: no-repeat;
		min-height: 200px;
	}
	.rocus-text-1 img{
		padding-top: 100px;
	}
	.text-caption-2{  
		font-size: 20px;
		letter-spacing: 2px;
		line-height: 1.3;
	}
	.rocus-text-3{
		display: flex;
		align-items: center;
	}
	.grad{
		background: linear-gradient(to bottom left, #d7d7d7, #ffffff);
	}
	.rocus-text-4{
		padding: 200px 15% 200px 15%;
	}
	.rocus-text-5{
		font-size: 16px;
		padding-bottom: 5px;
	}
	.roc-background span{
		background-color: #ff2721;
		padding: 5px 5px 5px 9px;
		color: white;
		border-radius: 100px;
		margin-right: 10px;
	}
	.roc-background p{
		padding-bottom: 20px;
		padding-left: 30%;
		padding-right: 5%;
	}
	.rocus-padding{
		display: flex;
		align-items: center;
		background-image: url(/images/production/rocus-r/roc-4-1.jpg);
		background-size: contain;
		
	}
	.roc-1, .roc-2, .roc-3, .roc-4, .roc-6, .roc-7{
		display: none;
	}
	.roc-width{
		width: 50%;
	}
	.menu-top-100{
		/*padding: 65px 0 10px; было до внедрения КТРВ*/
      padding: 40px 0 10px;
	}
	a.menu_link{
		padding: 20px 20px 10px 20px;
		border-radius: 10px;
		margin: 0 -10px;
	}
	a.here{
		padding: 20px 20px 10px 20px;
		border-radius: 10px;
		margin: 0 -10px;
	}
	a.menu_link:hover{
		padding: 20px 20px 10px 20px;
		border-radius: 10px;
	}
	.main-container-1 h2{
		font-size: 1.8vw;
		padding-left: 50px;
		padding-right: 50px;
		padding-bottom: 1.8%;
	}
	.news-h2 h2{
		margin-top: 10px;
		font-size: 1.8vw;
	}
	.anons-h2 h2{
		margin-top: 10px;
		font-size: 1.8vw;
	}
	.gen-block .category-desc{
	padding-left: 50px;
	padding-right: 50px;
	font-size: 1.3vw;
	}
	.padding-map{
		padding-top: 50px;
		height:600px;
	}
	.menu-top-111{
		margin-top: -50px;
	}
	.news-anonse-main-block{
	margin-left: -8px;
	margin-right: -8px;
	}
	.img-galery img{
		width: 1366px;
		height: auto;
	}
	.languageswitcherload{
	
		margin-top: 10px;
		padding-right: 10px;
	}
.first-block-ocean{
	min-height: 1000px;
	background-image: url(/images/production/ocean/ocean-01-background.png);
	width: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain; 
}
.logo-ocean{
	max-width: 500px;
	padding: 500px 0 20px;
}
.ocean-name{
	margin: 0 0 30px 0;
}
.ocean-name p{
		letter-spacing: 1.23em;
}	
.ocean-01-2{
		padding: 50px;
}
.h-block{padding-top: 10vh;	margin-left: 15%; margin-left: 15%;}
.h-text{width: 50%;	max-height: 40vh;}
.h-galery{width: 50%;}
	
}
@media (max-width: 1279px) and (min-width: 992px){/* ---------------------------------------------------------------1279*/
	.documentation-information{
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.director-presentation{
		margin-top: 35px;
	}
	.row-contact{
		padding-bottom: 20px;
	}
	.picture-size{
		width:90px;
		height:auto;
	}
	#nsp-new-main-big h4{
		font-size: 1.20vw;
	}
	.item{
		background: #333;    
		text-align: center;
		height: 438px;
	}
	.rocus-control{
		display: flex;
		align-items: center;
	}
	.rocus-control p{
		padding: 0 20% 0 10%;
	}
	.carousel-indicators{ /* блок содержащий в себе индикаторы*/
		bottom: 65px;
	}
	.carousel-indicators li { /* индикаторы слайдов */
		display: inline-block;
		width: 15px;
		height: 15px;
		margin: 10px;
		text-indent: -999px;
		border: 1px solid #ffffff;
		border-radius: 20px;
		cursor: pointer;
		background-color: #000 \9;
		background-color: rgba(0, 0, 0, 0);
	}
	.carousel-indicators .active { /* активный мндикатор*/
		margin: 10px;
		width: 15px;
		height: 15px;
		background-color: #ffffff;
	}
	#next-cleek img{
		z-index: 1000;
		margin-top: -30px;
		width: 5.9%;
	}
	.menu-spotlight{
		margin-bottom: 35px;
	}
	.logo-img-big{
		width: 190px;
	}
	.news-gen-block{
		margin-top: 47px;
	}
	.categories-list{
		margin-top: 65px;
	}
	.director-photo{
		margin-top: 18px;
	}
	.flex-news-article{
		margin-top: 47px;
	}
	.company-menu-size{
		display: none;
	}
	.carousel-2-caption{ /* слайдер */
		text-align: right;
		bottom: 60px;
	}
	.color-background-slide{
		padding: 15px;
		width: auto;
		margin-right: -15%;
		
	}
	.carousel-2-caption h3{
		margin: 5px;
		font-size: 1.5em;
	}
	.carousel-2-caption p{
		font-size: 1.3em;
	}
	#nsp-news-main h4 {
		padding-top: 5px;
			font-size: 1.1vw;
		
	}
	#nsp-new-main-big p{
		padding-bottom: 0px;
	}
	h1{
		font-size: 2vw;
	}
	.main-container-1  .dont-chet p{
		padding-left: 50px;
		padding-right: 70px;
		font-size: 1.4vw;
		line-height: 1.3;
	}
	.main-container-1  .chet p{
		padding-left: 70px;
		padding-right: 50px;
		font-size: 1.4vw;
		line-height: 1.3;
	}
	.gen-block h3{
		font-size: 1.8vw;
		padding-left: 50px;
		padding-right: 50px;
	}
	.gen-block{ /* задаёт родительский контейнек. внутри этого контейнера всле div становятся дочерними элементами*/
		border-bottom: solid 10px #F5F5F5;
		border-top: solid 10px #F5F5F5;
		border-left: solid 20px #F5F5F5;
		border-right: solid 20px #F5F5F5;
	} 
	.img-border-right{
		border-right: solid 20px #F5F5F5;
	}
	.img-border-left {
		border-left: solid 20px #F5F5F5;
	}
	.text-caption{  
		font-size: 20px;
		letter-spacing: 5px;
	}
	.text-g{                               /*размер и выравнивание для всего основного текста */ 
	font-size: 17px;
	}
	.otp-left{                            /*отступ для текста расположенного слева */
	padding-right: 2.50%;
	}	
	.name-logo{
		position: absolute;
		top: 180px;
		width: 50%;
		margin-left: 0%;
	}	
	.name-logo h2{
		padding-top: 0px;
		padding-bottom: 0px;
		text-align: right;
	}
	.name-logo img{
		position: static;
		max-width: 30%;
	}
	.rocus-2{
		display: flex;
		align-items: center;
		background: linear-gradient(to top right, #d7d7d7, #ffffff);
	}
	.rocus-text-1 {
		/* background-image: url(/images/production/rocus-r/prim.png); */
		background-size: contain;
		background-repeat: no-repeat;
		min-height: 200px;
	}
	.rocus-text-1 img{
		padding-top: 100px;
	}
	.text-caption-2{  
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 1.3;
	}
	.rocus-text-3{
		display: flex;
		align-items: center;
	}
	.grad{
		background: linear-gradient(to bottom left, #d7d7d7, #ffffff);
	}
	.rocus-text-4{
		padding: 100px 0 100px 0;
	}
	.rocus-text-5{
		font-size: 14px;
		padding-bottom: 5px;
	}
	.roc-background span{
		background-color: #ff2721;
		padding: 5px 5px 5px 9px;
		color: white;
		border-radius: 100px;
		margin-right: 10px;
	}
	.roc-background p{
		padding-bottom: 10px;
		padding-left: 10%;
		padding-right: 5%;
	}
	.rocus-padding{
		display: flex;
		align-items: center;
		background-image: url(/images/production/rocus-r/roc-5-1.jpg);
		background-size: contain;
		
	}
	.roc-1, .roc-2, .roc-3, .roc-4, .roc-5, .roc-7{
		display: none;
	}
	.roc-width{
		width: 50%;
	}
	.text-caption-2 {
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 1.3;
	}
	.menu-top-100{
		padding: 60px 0 10px;
		font-size: 0.8em;
	}
	a.menu_link{
		padding: 20px 20px 10px 20px;
		border-radius: 10px;
		margin: 0 -10px;
	}
	a.here{
		padding: 20px 20px 10px 20px;
		border-radius: 10px;
		margin: 0 -10px;
	}
	a.menu_link:hover{
		padding: 20px 20px 10px 20px;
		border-radius: 10px;
	}
	.main-container-1 h2{
		font-size: 1.8vw;
		padding-left: 50px;
		padding-right: 50px;
		padding-bottom: 1.8%;
	}
	.news-h2 h2{
		margin-top: 10px;
		font-size: 1.8vw;
	}
	.anons-h2 h2{
		margin-top: 10px;
		font-size: 1.8vw;
	}
	.gen-block .category-desc{
	padding-left: 50px;
	padding-right: 50px;
	font-size: 1.3vw;
	}
	.padding-map{
		padding-top: 42px;
		height:600px;
	}
		.menu-top-111{
		margin-top: -50px;
	}
	.news-anonse-main-block{
	margin-left: -8px;
	margin-right: -8px;
	}
	.img-galery img{
		width: 1280px;
		height: auto;
	}
	.languageswitcherload{
		font-size: 1.4vw;
		margin-top: 8px;
		padding-right: 5px;
	}
.first-block-ocean{
	min-height: 1000px;
	background-image: url(/images/production/ocean/ocean-01-background.png);
	width: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain; 
}
.logo-ocean{
	max-width: 500px;
	padding: 500px 0 20px;
}
.ocean-name{
	margin: 0 0 30px 0;
}
.ocean-name p{
		letter-spacing: 0.91em;
}	
.ocean-01-2{
		padding: 50px;
}
.h-block{padding-top: 10vh;	margin-left: 15%; margin-left: 15%;}
.h-text{width: 85%;	max-height: 40vh;}
.h-galery{width: 85%;}
	
}
@media (max-width: 991px) and (min-width: 768px){/* ---------------------------------------------------------------768 */
	.documentation-information{
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.document h3{
	margin-top: 10px;
	margin-bottom: 5px;
	padding-bottom: 7px;
	color: #333333;
	border-bottom: solid 1px hsla(0,0%,0%,0.10);
	font-size: 20px;
}
	.document p{
	margin-top: 0px;
	margin-bottom: 5px;
	color: hsla(0,0%,0%,0.40);
	line-height: 20px;
}
	.director-presentation{
		margin-top: 0px;
	}
	.row-contact{
		padding-bottom: 20px;
	}
	.picture-size{
		width:90px;
		height:auto;
	}
	
	#nsp-news-main h4 {
		font-size: 1.1vw;
	}
	#nsp-new-main-big h4{
		font-size: 1.20vw;
	}
	.item{
		background: #333;    
		text-align: center;
		height: 300px;
	}
	.rocus-control{
		display: flex;
		align-items: center;
	}
	.rocus-control p{
		padding: 0 20% 0 10%;
	}
	.carousel-indicators{ /* блок содержащий в себе индикаторы*/
		bottom: 30px;
	}
	.carousel-indicators li { /* индикаторы слайдов */
		display: inline-block;
		width: 15px;
		height: 15px;
		margin: 10px;
		text-indent: -999px;
		border: 1px solid #ffffff;
		border-radius: 20px;
		cursor: pointer;
		background-color: #000 \9;
		background-color: rgba(0, 0, 0, 0);
	}
	.carousel-indicators .active { /* активный мндикатор*/
		margin: 10px;
		width: 15px;
		height: 15px;
		background-color: #ffffff;
	}
	#next-cleek img{
		z-index: 1000;
		margin-top: -20px;
		width: 5.5%;
	}
	.menu-spotlight{
		margin-bottom: 35px;
	}
		.logo-img-big{
		width: 160px;
	}
	.news-gen-block{
		margin-top: 40px;
	}
	.categories-list{
		margin-top: 20px;
	}
	.director-photo{
		margin-top: 14px;
	}
	.flex-news-article{
		margin-top: 40px;
	}
	.carousel-2-caption{ /* слайдер */
		text-align: right;
		bottom: 50px;
	}
	.color-background-slide{
		padding: 15px;
		width: auto;
		margin-right: -15%;

		
	}
	.carousel-2-caption h3{
		margin: 5px;
		font-size: 1.5em;
	}
	.carousel-2-caption p{
		font-size: 1.3em;
	}
	h1{
	font-size: 1.5em;
	}
	.main-container-1  .dont-chet p{
		padding-left: 50px;
		padding-right: 70px;
		font-size: 1.4vw;
		line-height: 1.3;
	}
	.main-container-1  .chet p{
		padding-left: 70px;
		padding-right: 50px;
		font-size: 1.4vw;
		line-height: 1.3;
	}
	.gen-block h3{
		font-size: 1.8vw;
		padding-left: 50px;
		padding-right: 50px;
	}
	.gen-block{ /* задаёт родительский контейнек. внутри этого контейнера всле div становятся дочерними элементами*/
		border-bottom: solid 10px #F5F5F5;
		border-top: solid 10px #F5F5F5;
		border-left: solid 20px #F5F5F5;
		border-right: solid 20px #F5F5F5;
	} 
	.img-border-right{
		border-right: solid 20px #F5F5F5;
	}
	.img-border-left {
		border-left: solid 20px #F5F5F5;
	}
	.text-caption{  
		font-size: 18px;
		letter-spacing: 5px;
	}
	.text-g{                               /*размер и выравнивание для всего основного текста */ 
	font-size: 16px;
	}
	.name-logo-sm{
		background-color: black;
		margin-top: -20px;
	}
	.name-logo-sm h2{
		padding-bottom: 0px;
		color: white;
	}
	.name-logo-sm img{
		position: static;
		max-width: 30%;
	}
	
	.rocus-2{

		background: linear-gradient(to top right, #d7d7d7, #ffffff);
	}
	.rocus-text-1 {
		/* background-image: url(/images/production/rocus-r/prim.png); */
		background-size: contain;
		background-repeat: no-repeat;
	}
	.rocus-text-1 img{
		padding-top: 20px;
	}
	.text-caption-2{  
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 1.3;
	}
	.rocus-text-3{
	}
	.grad{
		display: flex;
		align-items: center;
		background: linear-gradient(to bottom left, #d7d7d7, #ffffff);
	}
	.rocus-text-4{
		padding: 50px 0 50px 0;
	}
	.rocus-text-5{
		font-size: 12px;
		padding-bottom: 3px;
	}
	.rocus-text-6{
		padding: 20px 0 15px 0;
	}
		.roc-background span{
		background-color: #ff2721;
		padding: 2px 2px 2px 5px;
		color: white;
		border-radius: 100px;
		margin-right: 10px;
	}
	.roc-background p{
		padding-bottom: 0px;
		padding-left: 5%;
		padding-right: 5%;
		line-height: 23px;
	}
	.rocus-padding{
		display: flex;
		align-items: center;
		background-image: url(/images/production/rocus-r/roc-6-1.jpg);
		background-size: contain;
		
	}
	.roc-1, .roc-2, .roc-3, .roc-4, .roc-5, .roc-6{
		display: none;
	}
	.roc-width{
		width: 50%;
	}
	.menu-top-100{
		padding: 60px 0 10px;
		font-size: 1.4vw;
	}
	a.menu_link{
		padding: 20px 20px 10px 20px;
		border-radius: 10px;
		margin: 0 -10px;
	}
	a.here{
		padding: 20px 20px 10px 20px;
		border-radius: 10px;
		margin: 0 -10px;
	}
	a.menu_link:hover{
		padding: 20px 20px 10px 20px;
		border-radius: 10px;
	}
	.news-h2 h2{
		margin-top: 10px;
		font-size: 1.8vw;
	}
	.main-container-1 h2{
		font-size: 1.8vw;
		padding-left: 50px;
		padding-right: 50px;
		padding-bottom: 1.8%;
	}
	.news-h2 h2{
		margin-top: 10px;
		font-size: 1.8vw;
	}
	.anons-h2 h2{
		margin-top: 10px;
		font-size: 1.8vw;
	}
	.gen-block .category-desc{
		padding-left: 50px;
		padding-right: 50px;
		font-size: 1.3vw;
	}
	.panel-group {
    	margin: 40px 0 20px;
	}
	.padding-map{
		padding-top: 40px;
		height:400px;
	}
	.c-info-table{
		display: none;
	}
	.career{
		padding-top: 20px;
	}
	.article-news h2{
		font-size: 22px;
	}
	.news-anonse-main-block{
	margin-left: -8px;
	margin-right: -8px;
	}
	#nsp-news-main h4{
		padding: 0 0 0 0;
	}
	#nsp-new-main-big h4{
		padding: 0 0 0 0;
	}
	.img-galery img{
		width: 992px;
		height: auto;
	}
	.languageswitcherload{
		font-size: 1.4vw;
		margin-top: 5px;
	}
.first-block-ocean{
	min-height: 1000px;
	background-image: url(/images/production/ocean/ocean-01-background.png);
	width: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain; 
}
.logo-ocean{
	max-width: 500px;
	padding: 200px 0 20px;
}
.ocean-name{
	margin: 0 0 30px 0;
}
.ocean-name p{
		letter-spacing: 0.55em;
}	
.no-mobile{
	display: none;
}
.ocean-01{
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.ocean-01-1, .ocean-01-2{
	width: 100%;
}
.ocean-01-2{
	padding: 50px;
}
.ocean-overflow-x{
	overflow-x: scroll;
}
.h-block{padding-top: 10vh;	margin-left: 15%; margin-left: 5%;}
.h-text{width: 95%;	max-height: 40vh;}
.h-galery{width: 95%;}
	
}
	
@media (max-width: 767px) and (min-width: 601px) {/* ---------------------------------------------------------------639*/
	.document h3{
	margin-top: 10px;
	margin-bottom: 5px;
	padding-bottom: 7px;
	color: #333333;
	border-bottom: solid 1px hsla(0,0%,0%,0.10);
	font-size: 12px;
}
	.document p{
	margin-top: 0px;
	margin-bottom: 5px;
	color: hsla(0,0%,0%,0.40);
	line-height: 12px;
	font-size: 11px
}	
	.documentation-information{
		margin-top: 60px;
		margin-bottom: 50px;
	}
	.director-presentation{
		margin-top: 50px;
	}
	.row-contact{
		padding-bottom: 20px;
	}
	.picture-size{
		width:90px;
		height:auto;
	}
	.color-background-slide h3{
		font-size: 14px;
		margin-bottom: 0px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.item{
		margin-top: 40px;
		background: #333;    
		text-align: center;
		height: 340px;
		max-width: auto;
	}
	.carousel-indicators{ /* блок содержащий в себе индикаторы*/
		bottom: 50px;
	}
	.carousel-indicators li { /* индикаторы слайдов */
		display: inline-block;
		width: 15px;
		height: 15px;
		margin: 10px;
		text-indent: -999px;
		border: 1px solid #ffffff;
		border-radius: 20px;
		cursor: pointer;
		background-color: #000 \9;
		background-color: rgba(0, 0, 0, 0);
	}
	.carousel-indicators .active { /* активный мндикатор*/
		margin: 10px;
		width: 15px;
		height: 15px;
		background-color: #ffffff;
	}
	#next-cleek img{
		z-index: 1000;
		margin-top: -20px;
		width: 10%;
	}
	.news-gen-block{
		margin-top: 0px;
	}
	.categories-list{
		margin-top: 70px;
	}
	.director-photo{
		margin-top: 54px;
	}
	.flex-news-article{
		margin-top: 0px;
	}
	.carousel-2-caption{ /* слайдер */
		bottom: 50px;
	}
	.q2{
		display: none;
	}
	h1{
		font-size: 1.5em;
	}
	.img-galery img{
		width: 768px;
		height: auto;
	}
	.gen-block h3{
		font-size: 2.5vw;
		padding-left: 20px;
		padding-right: 20px;
	}
	.gen-block{ /* задаёт родительский контейнек. внутри этого контейнера всле div становятся дочерними элементами*/
		border-bottom: solid 10px #F5F5F5;
		/* border-top: solid 10px #F5F5F5;
		border-left: solid 20px #F5F5F5;
		border-right: solid 20px #F5F5F5; */
	} 	
	.gen-block{ /* задаёт родительский контейнек. внутри этого контейнера всле div становятся дочерними элементами*/
		border-bottom: solid 10px #F5F5F5;
	} 
	.company-big-top{
		margin-top: 30px;
	}
	.company-partner-flexbox h2{
		font-size: 1em;
	}
	.text-caption{  
		font-size: 18px;
		letter-spacing: 5px;
	}
	.text-g{                               /*размер и выравнивание для всего основного текста */ 
	font-size: 15px;
	}
	.name-logo-sm{
		background-color: black;
		margin-top: -20px;
	}
	.name-logo-sm h2{
		padding-bottom: 0px;
		color: white;
		font-size: 16px;
	}
	.name-logo-sm img{
		position: static;
		max-width: 30%;
	}
	.rocus-2{

		background: linear-gradient(to top right, #d7d7d7, #ffffff);
	}
	.rocus-text-1 {
		/* background-image: url(/images/production/rocus-r/prim.png); */
		background-size: contain;
		background-repeat: no-repeat;
	}
	.rocus-text-1 img{
		padding-top: 20px;
	}
	.text-caption-2{  
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 1.3;
	}
	.rocus-text-3{
	}
	.grad{
		display: flex;
		align-items: center;
		background: linear-gradient(to bottom left, #d7d7d7, #ffffff);
	}
	.rocus-text-4{
		padding: 50px 0 10px 0;
	}
	.rocus-text-5{
		font-size: 14px;
		padding-bottom: 5px;
	}
	.rocus-text-6{
		padding: 20px 0 15px 0;
	}
	.rocus-padding{
		display: none;
	}
	.menu-top-101{
		position: static;
		font-size: 14px;
		margin: 54px  -15px 0;
		left: 0px;
		right: 0px;
		display: flex;
		align-items: stretch;
	}
	.menu-xs-on{
		background-color: red;
		padding: 10px 0;
		border-bottom: solid 1px red;
		text-align: center
	}
	.menu-xs-off{
		background-color: white;
		padding: 10px 0;
		border-bottom: solid 1px hsla(0,0%,0%,0.05);
		text-align: center;
		
	}
	.menu-xs-on a{
		color: white;
		text-decoration: none;
		font-weight: 600;
		padding-bottom: 20px;
	}
	.menu-xs-off a{
		color: #22465c;
		text-decoration: none;
		font-weight: 600;
		padding-bottom: 20px;
	}
	.main-container-1 h2{
		font-size: 1.8vw;
		padding-left: 50px;
		padding-right: 50px;
		padding-bottom: 1.8%;
	}
	.news-h2 h2{
		margin-top: 10px;
		font-size: 1.8vw;
	}
	.anons-h2 h2{
		margin-top: 10px;
		font-size: 1.8vw;
	}
	.panel-group {
    	margin: 70px 0 20px;
	}
	.padding-map{
		padding-top: 40px;
		height:360px;
	}
	.c-info-table{
		display: none;
	}
	.career{
		padding-top: 30px;
	}
	.article-news h2{
		font-size: 20px;
	}
	.c-contact-gen p{
	line-height: 1.0em;
	font-size: 18px;
	}
	.c-contact-table{
		font-size: 18px;
		margin-top: 30px;
	}
.first-block-ocean{
	min-height: 1000px;
	background-image: url(/images/production/ocean/ocean-01-background.png);
	width: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain; 
}
.logo-ocean{
	max-width: 500px;
	padding: 200px 0 20px;
}
.ocean-name{
	margin: 0 0 30px 0;
}
.ocean-name p{
		letter-spacing: 0.30em;
}	
.no-mobile{
	display: none;
}
.ocean-01-1, .ocean-01-2{
	width: 100%;
}
.ocean-01{
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}
.ocean-overflow-x{
	overflow-x: scroll;
}
.h-block{padding-top: 10vh;	margin-left: 15%; margin-left: 5%;}
.h-text{width: 95%;	max-height: 40vh;}
.h-galery{width: 95%;}
	}
@media (max-width: 600px) and (min-width: 481px) {/* ---------------------------------------------------------------639*/
	.document h3{
	margin-top: 10px;
	margin-bottom: 5px;
	padding-bottom: 7px;
	color: #333333;
	border-bottom: solid 1px hsla(0,0%,0%,0.10);
	font-size: 12px;
}
	.document p{
	margin-top: 0px;
	margin-bottom: 5px;
	color: hsla(0,0%,0%,0.40);
	line-height: 12px;
	font-size: 11px
}	
	.documentation-information{
		margin-top: 60px;
		margin-bottom: 50px;
	}	
	.director-presentation{
		margin-top: 50px;
	}
	.row-contact{
		padding-bottom: 20px;
	}
	.picture-size{
		width:90px;
		height:auto;
	}
	.color-background-slide h3{
		font-size: 14px;
		margin-bottom: 0px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.item{
		margin-top: 40px;
		background: #333;    
		text-align: center;
		height: 250px;
		max-width: auto;
	}
	.carousel-indicators{ /* блок содержащий в себе индикаторы*/
		bottom: 50px;
	}
	.carousel-indicators li { /* индикаторы слайдов */
		display: inline-block;
		width: 15px;
		height: 15px;
		margin: 10px;
		text-indent: -999px;
		border: 1px solid #ffffff;
		border-radius: 20px;
		cursor: pointer;
		background-color: #000 \9;
		background-color: rgba(0, 0, 0, 0);
	}
	.carousel-indicators .active { /* активный мндикатор*/
		margin: 10px;
		width: 15px;
		height: 15px;
		background-color: #ffffff;
	}
	#next-cleek img{
		z-index: 1000;
		margin-top: -20px;
		width: 10%;
	}
	.news-gen-block{
		margin-top: 0px;
	}
	.categories-list{
		margin-top: 70px;
	}
	.director-photo{
		margin-top: 54px;
	}
	.flex-news-article{
		margin-top: 0px;
	}
	.carousel-2-caption{ /* слайдер */
		bottom: 50px;
	}
	.q2{
		display: none;
	}
	h1{
		font-size: 1.5em;
	}
	.img-galery img{
		width: 600px;
		height: auto;
	}
	.gen-block h3{
		font-size: 2.5vw;
		padding-left: 20px;
		padding-right: 20px;
	}
	.gen-block{ /* задаёт родительский контейнек. внутри этого контейнера всле div становятся дочерними элементами*/
		border-bottom: solid 10px #F5F5F5;
		/* border-top: solid 10px #F5F5F5;
		border-left: solid 20px #F5F5F5;
		border-right: solid 20px #F5F5F5; */
	} 	
	.gen-block{ /* задаёт родительский контейнек. внутри этого контейнера всле div становятся дочерними элементами*/
		border-bottom: solid 10px #F5F5F5;
	} 
	.company-big-top{
		margin-top: 30px;
	}
	.company-partner-flexbox h2{
		font-size: 1em;
	}
	.text-caption{  
		font-size: 18px;
		letter-spacing: 5px;
	}
	.text-g{                               /*размер и выравнивание для всего основного текста */ 
	font-size: 15px;
	}
	.name-logo-sm{
		background-color: black;
		margin-top: -20px;
	}
	.name-logo-sm h2{
		padding-bottom: 0px;
		color: white;
		font-size: 16px;
	}
	.name-logo-sm img{
		position: static;
		max-width: 30%;
	}
	.rocus-2{

		background: linear-gradient(to top right, #d7d7d7, #ffffff);
	}
	.rocus-text-1 {
		/* background-image: url(/images/production/rocus-r/prim.png); */
		background-size: contain;
		background-repeat: no-repeat;
	}
	.rocus-text-1 img{
		padding-top: 20px;
	}
	.text-caption-2{  
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 1.3;
	}
	.rocus-text-3{
	}
	.grad{
		display: flex;
		align-items: center;
		background: linear-gradient(to bottom left, #d7d7d7, #ffffff);
	}
	.rocus-text-4{
		padding: 50px 0 10px 0;
	}
	.rocus-text-5{
		font-size: 14px;
		padding-bottom: 5px;
	}
	.rocus-text-6{
		padding: 20px 0 15px 0;
	}
	.rocus-padding{
		display: none;
	}
	.menu-top-101{
		position: static;
		font-size: 14px;
		margin: 54px  -15px 0;
		left: 0px;
		right: 0px;
		display: flex;
		align-items: stretch;
	}
	.menu-xs-on{
		background-color: red;
		padding: 10px 0;
		border-bottom: solid 1px red;
		text-align: center
	}
	.menu-xs-off{
		background-color: white;
		padding: 10px 0;
		border-bottom: solid 1px hsla(0,0%,0%,0.05);
		text-align: center;
		
	}
	.menu-xs-on a{
		color: white;
		text-decoration: none;
		font-weight: 600;
		padding-bottom: 20px;
	}
	.menu-xs-off a{
		color: #22465c;
		text-decoration: none;
		font-weight: 600;
		padding-bottom: 20px;
	}
	.main-container-1 h2{
		font-size: 1.8vw;
		padding-left: 50px;
		padding-right: 50px;
		padding-bottom: 1.8%;
	}
	.news-h2 h2{
		margin-top: 10px;
		font-size: 1.8vw;
	}
	.anons-h2 h2{
		margin-top: 10px;
		font-size: 1.8vw;
	}
	.panel-group {
    	margin: 70px 0 20px;
	}
	.padding-map{
		padding-top: 40px;
		height:320px;
	}
	.c-info-table{
		display: none;
	}
	.career{
		padding-top: 30px;
	}
	.article-news h2{
		font-size: 20px;
	}
	.c-contact-gen p{
	line-height: 1.0em;
	font-size: 18px;
	}
	.c-contact-table{
		font-size: 18px;
		margin-top: 30px;
	}
.first-block-ocean{
	min-height: 1000px;
	background-image: url(/images/production/ocean/ocean-01-background.png);
	width: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain; 
	
}
.logo-ocean{
	max-width: 500px;
	padding: 200px 0 20px;
	width: 100%;
}
.ocean-name{
	margin: 0 0 30px 0;
}
.ocean-name p{
		letter-spacing: 0.30em;
}	
.no-mobile{
	display: none;
}
.ocean-01-1, .ocean-01-2{
	width: 100%;
}
.ocean-01{
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}
.ocean-02 {
    display: flex;
	flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    padding-top: 10px;
}
.ocean-overflow-x{
	overflow-x: scroll;
}
.h-block{padding-top: 10vh;	margin-left: 15%; margin-left: 5%;}
.h-text{width: 95%;	max-height: 40vh;}
.h-galery{width: 95%;}
	}

@media (max-width: 480px) and (min-width: 400px) {/* ---------------------------------------------------------------639*/
	.document h3{
	margin-top: 10px;
	margin-bottom: 5px;
	padding-bottom: 7px;
	color: #333333;
	border-bottom: solid 1px hsla(0,0%,0%,0.10);
	font-size: 12px;
}
	.document p{
	margin-top: 0px;
	margin-bottom: 5px;
	color: hsla(0,0%,0%,0.40);
	line-height: 12px;
	font-size: 11px
}	
	.documentation-information{
		margin-top: 60px;
		margin-bottom: 50px;
	}	
	.director-presentation{
		margin-top: 50px;
	}
	.row-contact{
		padding-bottom: 20px;
	}
	.picture-size{
		width:90px;
		height:auto;
	}
	.color-background-slide h3{
		font-size: 14px;
		margin-bottom: 0px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.item{
		margin-top: 40px;
		background: #333;    
		text-align: center;
		height: 200px;
		max-width: auto;
	}
	.carousel-indicators{ /* блок содержащий в себе индикаторы*/
		bottom: 30px;
	}
	.carousel-indicators li { /* индикаторы слайдов */
		display: inline-block;
		width: 15px;
		height: 15px;
		margin: 10px;
		text-indent: -999px;
		border: 1px solid #ffffff;
		border-radius: 20px;
		cursor: pointer;
		background-color: #000 \9;
		background-color: rgba(0, 0, 0, 0);
	}
	.carousel-indicators .active { /* активный мндикатор*/
		margin: 10px;
		width: 15px;
		height: 15px;
		background-color: #ffffff;
	}
	#next-cleek img{
		z-index: 1000;
		margin-top: -20px;
		width: 10%;
	}
	.news-gen-block{
		margin-top: 0px;
	}
	.categories-list{
		margin-top: 70px;
	}
	.director-photo{
		margin-top: 54px;
	}
	.flex-news-article{
		margin-top: 0px;
	}
	.carousel-2-caption{ /* слайдер */
		bottom: 50px;
	}
	.q2{
		display: none;
	}
	h1{
		font-size: 1.5em;
	}
	.img-galery img{
		width: 499px;
		height: auto;
	}
	.gen-block h3{
		font-size: 2.5vw;
		padding-left: 20px;
		padding-right: 20px;
	}
	.gen-block{ /* задаёт родительский контейнек. внутри этого контейнера всле div становятся дочерними элементами*/
		border-bottom: solid 10px #F5F5F5;
		/* border-top: solid 10px #F5F5F5;
		border-left: solid 20px #F5F5F5;
		border-right: solid 20px #F5F5F5; */
	} 	
	.gen-block{ /* задаёт родительский контейнек. внутри этого контейнера всле div становятся дочерними элементами*/
		border-bottom: solid 10px #F5F5F5;
	} 
	.company-big-top{
		margin-top: 30px;
	}
	.company-partner-flexbox h2{
		font-size: 1em;
	}
	.text-caption{  
		font-size: 18px;
		letter-spacing: 5px;
	}
	.text-g{                               /*размер и выравнивание для всего основного текста */ 
	font-size: 15px;
	}
	.name-logo-sm{
		background-color: black;
		margin-top: -20px;
	}
	.name-logo-sm h2{
		padding-bottom: 0px;
		color: white;
	}
	.name-logo-sm img{
		position: static;
		max-width: 30%;
	}
		.rocus-2{

		background: linear-gradient(to top right, #d7d7d7, #ffffff);
	}
	.rocus-text-1 {
		/* background-image: url(/images/production/rocus-r/prim.png); */
		background-size: contain;
		background-repeat: no-repeat;
	}
	.rocus-text-1 img{
		padding-top: 20px;
	}
	.text-caption-2{  
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 1.3;
	}
	.rocus-text-3{
	}
	.grad{
		display: flex;
		align-items: center;
		background: linear-gradient(to bottom left, #d7d7d7, #ffffff);
	}
	.rocus-text-4{
		padding: 50px 0 10px 0;
	}
	.rocus-text-5{
		font-size: 14px;
		padding-bottom: 5px;
	}
	.rocus-text-6{
		padding: 20px 0 15px 0;
	}
	.rocus-padding{
		display: none;
	}
		.menu-top-100{
		padding: 60px 0 10px;
		font-size: 10px;
	}
	a.menu_link{
		padding: 20px 20px 10px 20px;
		border-radius: 10px;
		margin: 0 -10px;
		width: 200px;
	}
	a.here{
		padding: 20px 20px 10px 20px;
		border-radius: 10px;
		margin: 0 -10px;
		width: 200px;
	}
	a.menu_link:hover{
		padding: 20px 20px 10px 20px;
		border-radius: 10px;
		width: 200px;
	}
	.menu-top-101{
		position: static;
		font-size: 14px;
		margin: 54px  -15px 0;
		left: 0px;
		right: 0px;
		display: flex;
		align-items: stretch;
	}
	.menu-xs-on{
		background-color: red;
		padding: 10px 0;
		border-bottom: solid 1px red;
		text-align: center
	}
	.menu-xs-off{
		background-color: white;
		padding: 10px 0;
		border-bottom: solid 1px hsla(0,0%,0%,0.05);
		text-align: center;
		
	}
	.menu-xs-on a{
		color: white;
		text-decoration: none;
		font-weight: 600;
		padding-bottom: 20px;
	}
	.menu-xs-off a{
		color: #22465c;
		text-decoration: none;
		font-weight: 600;
		padding-bottom: 20px;
	}
	.main-container-1 h2{
		font-size: 1.8vw;
		padding-left: 50px;
		padding-right: 50px;
		padding-bottom: 1.8%;
	}
	.news-h2 h2, .anons-h2 h2{
		margin-top: 10px;
		font-size: 1.8vw;
	}
	.panel-group {
    	margin: 70px 0 20px;
	}
	.padding-map{
		padding-top: 40px;
		height:320px;
	}
	.c-info-table{
		display: none;
	}
	.career{
		padding-top: 35px;
	}
	.article-news h2{
		font-size: 20px;
	}
		.c-contact-gen p{
	line-height: 1.1em;
	font-size: 14px;
	}
	.c-contact-table{
		font-size: 14px;
		margin-top: 30px;
	}
.first-block-ocean{
	min-height: 1000px;
	background-image: url(/images/production/ocean/ocean-01-background.png);
	width: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain; 
}
.logo-ocean{
	max-width: 500px;
	padding: 200px 0 20px;
	width: 100%;
}
.ocean-name{
	margin: 0 0 30px 0;
}
.ocean-name p{
		letter-spacing: 0.30em;
}	
.no-mobile{
	display: none;
}
.ocean-01-1, .ocean-01-2{
	width: 100%;
}
.ocean-01{
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}
.ocean-02 {
    display: flex;
	flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    padding-top: 10px;
}
.ocean-overflow-x{
	overflow-x: scroll;
}
.h-block{padding-top: 10vh;	margin-left: 15%; margin-left: 5%;}
.h-text{width: 95%;	max-height: 40vh;}
.h-galery{width: 95%;}
	}
@media (max-width: 399px) and (min-width: 376px){/* ---------------------------------------------------------------399*/
	.document h3{
	margin-top: 10px;
	margin-bottom: 5px;
	padding-bottom: 7px;
	color: #333333;
	border-bottom: solid 1px hsla(0,0%,0%,0.10);
	font-size: 12px;
}
	.document p{
	margin-top: 0px;
	margin-bottom: 5px;
	color: hsla(0,0%,0%,0.40);
	line-height: 12px;
	font-size: 11px
}	
	.documentation-information{
		margin-top: 60px;
		margin-bottom: 50px;
	}	
	.director-presentation{
		margin-top: 50px;
	}
	.row-contact{
		padding-bottom: 20px;
	}
	.picture-size{
		width:90px;
		height:auto;
	}
	.color-background-slide h3{
		font-size: 14px;
		margin-bottom: 0px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.item{
		margin-top: 50px;
		background: #333;    
		text-align: center;
		height: 170px;
		max-width: auto;
	}
	.carousel-indicators{ /* блок содержащий в себе индикаторы*/
		bottom: 20px;
	}
	.carousel-indicators li { /* индикаторы слайдов */
		display: inline-block;
		width: 15px;
		height: 15px;
		margin: 10px;
		text-indent: -999px;
		border: 1px solid #ffffff;
		border-radius: 20px;
		cursor: pointer;
		background-color: #000 \9;
		background-color: rgba(0, 0, 0, 0);
	}
	.carousel-indicators .active { /* активный мндикатор*/
		margin: 10px;
		width: 15px;
		height: 15px;
		background-color: #ffffff;
	}
	#next-cleek img{
		z-index: 1000;
		margin-top: -15px;
		width: 10%
	}
	.news-gen-block{
		margin-top: 0px;
	}
	.categories-list{
		margin-top: 70px;
	}
	.director-photo{
		margin-top: 54px;
	}
	.flex-news-article{
		margin-top: 0px;
	}
	.q2{
		display: none;
	}
	h1{
		font-size: 1.5em;
	}
	.img-galery img{
		width: 400px;
		height: auto;
	}
	.gen-block h3{
		font-size: 2.5vw;
		padding-left: 20px;
		padding-right: 20px;
	}
	.gen-block{ /* задаёт родительский контейнек. внутри этого контейнера всле div становятся дочерними элементами*/
		border-bottom: solid 10px #F5F5F5;
	}
	.company-big-top{
		margin-top: 30px;
	}
	.company-partner-flexbox h2{
		font-size: 1em;
	}
	.text-caption{  
		font-size: 18px;
		letter-spacing: 5px;
	}
	.text-g{                               /*размер и выравнивание для всего основного текста */ 
	font-size: 15px;
	}
	.name-logo-sm{
		background-color: black;
		margin-top: -20px;
	}
	.name-logo-sm h2{
		padding-bottom: 0px;
		color: white;
	}
	.name-logo-sm img{
		position: static;
		max-width: 30%;
	}
	.rocus-1{
		padding-top: 60px;
	}
		.rocus-2{

		background: linear-gradient(to top right, #d7d7d7, #ffffff);
	}
	.rocus-text-1 {
		/* background-image: url(/images/production/rocus-r/prim.png); */
		background-size: contain;
		background-repeat: no-repeat;
	}
	.rocus-text-1 img{
		padding-top: 20px;
	}
	.text-caption-2{  
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 1.3;
	}
	.rocus-text-3{
	}
	.grad{
		display: flex;
		align-items: center;
		background: linear-gradient(to bottom left, #d7d7d7, #ffffff);
	}
	.rocus-text-4{
		padding: 50px 0 10px 0;
	}
	.rocus-text-5{
		font-size: 14px;
		padding-bottom: 5px;
	}
	.rocus-text-6{
		padding: 20px 0 15px 0;
	}
	.rocus-padding{
		display: none;
	}
	.menu-top-101{
		position: static;
		font-size: 14px;
		margin: 54px  -15px 0;
		left: 0px;
		right: 0px;
		display: flex;
		align-items: stretch;
	}
	.menu-xs-on{
		background-color: red;
		padding: 10px 0;
		border-bottom: solid 1px red;
		text-align: center
	}
	.menu-xs-off{
		background-color: white;
		padding: 10px 0;
		border-bottom: solid 1px hsla(0,0%,0%,0.05);
		text-align: center;
		
	}
	.menu-xs-on a{
		color: white;
		text-decoration: none;
		font-weight: 600;
		padding-bottom: 20px;
	}
	.menu-xs-off a{
		color: #22465c;
		text-decoration: none;
		font-weight: 600;
		padding-bottom: 20px;
	}
	.main-container-1 h2{
		font-size: 1.8vw;
		padding-left: 50px;
		padding-right: 50px;
		padding-bottom: 1.8%;
	}
	.news-h2 h2, .anons-h2 h2{
		margin-top: 10px;
		font-size: 1.8vw;
	}
	.panel-group {
    	margin: 70px 0 20px;
	}
	.padding-map{
		padding-top: 40px;
		height:320px;
	}
	.c-info-table{
		display: none;
	}
	.career{
		padding-top: 30px;
	}
	.article-news h2{
		font-size: 20px;
	}
	.c-contact-gen p{
	line-height: 1.1em;
	font-size: 14px;
	}
	.c-contact-table{
		font-size: 14px;
		margin-top: 30px;
	}
.first-block-ocean{
	min-height: 1000px;
	background-image: url(/images/production/ocean/ocean-01-background.png);
	width: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain; 
}
.logo-ocean{
	max-width: 500px;
	padding: 200px 0 20px;
	width: 100%;
}
.ocean-name{
	margin: 0 0 30px 0;
}
.ocean-name p{
		letter-spacing: 0.30em;
}	
.no-mobile{
	display: none;
}
.ocean-01-1, .ocean-01-2{
	width: 100%;
	padding: 0px;
}
.ocean-01{
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}
.ocean-02 {
    display: flex;
	flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    padding-top: 10px;
}
.ocean-overflow-x{
	overflow-x: scroll;
}
.h-block{padding-top: 10vh;	margin-left: 15%; margin-left: 5%;}
.h-text{width: 95%;	max-height: 40vh;}
.h-galery{width: 95%;}
	}
@media (max-width: 375px){/* ---------------------------------------------------------------375*/
	.document h3{
	margin-top: 10px;
	margin-bottom: 5px;
	padding-bottom: 7px;
	color: #333333;
	border-bottom: solid 1px hsla(0,0%,0%,0.10);
	font-size: 12px;
}
	.document p{
	margin-top: 0px;
	margin-bottom: 5px;
	color: hsla(0,0%,0%,0.40);
	line-height: 12px;
	font-size: 11px
}	
	.documentation-information{
		margin-top: 60px;
		margin-bottom: 50px;
	}	
	.director-presentation{
		margin-top: 50px;
	}
	.row-contact{
		padding-bottom: 20px;
	}
	.picture-size{
		width:90px;
		height:auto;
	}
	.color-background-slide h3{
		font-size: 14px;
		margin-bottom: 0px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.item{
		margin-top: 50px;
		background: #333;    
		text-align: center;
		height: 160px;
		max-width: auto;
	}
	.carousel-indicators{ /* блок содержащий в себе индикаторы*/
		bottom: 15px;
	}
	.carousel-indicators li { /* индикаторы слайдов */
		display: inline-block;
		width: 15px;
		height: 15px;
		margin: 10px;
		text-indent: -999px;
		border: 1px solid #ffffff;
		border-radius: 20px;
		cursor: pointer;
		background-color: #000 \9;
		background-color: rgba(0, 0, 0, 0);
	}
	.carousel-indicators .active { /* активный мндикатор*/
		margin: 10px;
		width: 15px;
		height: 15px;
		background-color: #ffffff;
	}
	#next-cleek img{
		z-index: 1000;
		margin-top: -15px;
		width: 10%;
	}
	.news-gen-block{
		margin-top: 0px;
	}
	.categories-list{
		margin-top: 70px;
	}
	.director-photo{
		margin-top: 54px;
	}
	.flex-news-article{
		margin-top: 0px;
	}
	.q2{
		display: none;
	}
	h1{
	font-size: 1.5em;
	}
	.img-galery img{
		width: 375px;
		height: auto;
	}
	.gen-block h3{
		font-size: 2.8vw;
		padding-left: 20px;
		padding-right: 20px;
	}
	.gen-block{ /* задаёт родительский контейнек. внутри этого контейнера всле div становятся дочерними элементами*/
		border-bottom: solid 10px #F5F5F5;
	}
	.company-big-top{
		margin-top: 30px;
	}
	.company-partner-flexbox h2{
		font-size: 1em;
	}
	.text-caption{  
		font-size: 18px;
		letter-spacing: 5px;
	}
	.text-g{                               /*размер и выравнивание для всего основного текста */ 
	font-size: 15px;
	}
	.name-logo-sm{
		background-color: black;
		margin-top: -20px;
	}
	.name-logo-sm h2{
		padding-bottom: 0px;
		color: white;
	}
	.name-logo-sm img{
		position: static;
		max-width: 30%;
	}
	.rocus-2{

		background: linear-gradient(to top right, #d7d7d7, #ffffff);
	}
	.rocus-text-1 {
		/* background-image: url(/images/production/rocus-r/prim.png); */
		background-size: contain;
		background-repeat: no-repeat;
	}
	.rocus-text-1 img{
		padding-top: 20px;
	}
	.text-caption-2{  
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 1.3;
	}
	.rocus-text-3{
	}
	.grad{
		display: flex;
		align-items: center;
		background: linear-gradient(to bottom left, #d7d7d7, #ffffff);
	}
	.rocus-text-4{
		padding: 50px 0 10px 0;
	}
	.rocus-text-5{
		font-size: 14px;
		padding-bottom: 5px;
	}
	.rocus-text-6{
		padding: 20px 0 15px 0;
	}
	.rocus-padding{
		display: none;
		visibility: collapse;	
	}
	.menu-top-101{
		position: static;
		font-size: 14px;
		margin: 54px  -15px 0;
		left: 0px;
		right: 0px;
		display: flex;
		align-items: stretch;
	}
	.menu-xs-on{
		background-color: red;
		padding: 10px 0;
		border-bottom: solid 1px red;
		text-align: center
	}
	.menu-xs-off{
		background-color: white;
		padding: 10px 0;
		border-bottom: solid 1px hsla(0,0%,0%,0.05);
		text-align: center;
		
	}
	.menu-xs-on a{
		color: white;
		text-decoration: none;
		font-weight: 600;
		font-size: 10px;
		padding-bottom: 20px;
	}
	.menu-xs-off a{
		color: #22465c;
		text-decoration: none;
		font-weight: 600;
		font-size: 10px;
		padding-bottom: 20px;
	}
	.main-container-1 h2{
	font-size: 1.8vw;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 1.8%;
	}
	.news-h2 h2, .anons-h2 h2{
		margin-top: 10px;
		font-size: 1.8vw;
	}
	.panel-group {
    	margin: 70px 0 20px;
	}
	.padding-map{
		padding-top: 40px;
		height:300px;
	}
	.c-info-table{
		display: none;
	}
	.career{
		padding-top: 35px;
	}
	.article-news h2{
		font-size: 20px;
	}
			.c-contact-gen p{
	line-height: 1.1em;
	font-size: 14px;
	}
	.c-contact-table{
		font-size: 14px;
		margin-top: 30px;
	}
.first-block-ocean{
	min-height: 1000px;
	background-image: url(/images/production/ocean/ocean-01-background.png);
	width: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain; 
}
.logo-ocean{
	max-width: 500px;
	padding: 200px 0 20px;
	width: 100%;
}
.ocean-name{
	margin: 0 0 30px 0;
}
.ocean-name p{
		letter-spacing: 0.30em;
}	
.no-mobile{
	display: none;
}
.ocean-01-1, .ocean-01-2{
	width: 100%;
	padding: 0px;
}
.ocean-01{
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}
.ocean-02 {
    display: flex;
	flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    padding-top: 10px;
}

.ocean-overflow-x{
	overflow-x: scroll;
}
.h-block{padding-top: 10vh;	margin-left: 15%; margin-left: 5%;}
.h-text{width: 95%;	max-height: 40vh;}
.h-galery{width: 95%;}
	}



/*=============================================================== слайд шоу =========================================================*/
/*======================================================== блок продукции и услуг ===================================================*/
.main-container-1 a{
	color: rgba(0,0,0,0.70) ;
}
.main-container-1 a:hover{
	color: #ff2721;
	text-decoration: none;
}
/*======================================================== блок продукции и услуг ===================================================*/
/*=========================================================== новости и анонсы ======================================================*/
.main-container-1 h2{
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 1.8%;
}
#nsp-new-main-big p{

	color: black;
}
#nsp-new-main-big h4{
	width: 100%;
}
.a1{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: stretch;

}
#nsp-new-main-big{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: stretch;
	height: 100%;
	/* border-bottom: 10px solid #f5f5f5; */
}
#nsp-new-main-big, .nspArts, .nspArtScroll1, .nspArtScroll2, .nspArtPage, .nspArt{
	height: 100%;
}
.nspArtScroll2{
	background-color: white;
	
}
.news-anonse-main-block{
	display: flex;
    flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	border-top: solid 10px #f5f5f5;
	border-bottom: solid 10px #f5f5f5;
	border-left: solid 20px #f5f5f5;
	border-right: solid 20px #f5f5f5;
	background-color: white;
	}
.nspArts {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;

}
#nsp-new-main-big a{
	color:rgba(0,0,0,0.70);
}
#nsp-new-main-big a:hover{
	color: #ff2721;
}
.gkArtContentWrap{
	color: black;
}
#nsp-new-main-big .nspImage{ /* класс для изображения */
	max-width: 100%;
	height: auto;
}
#nsp-new-main-big .nspImageWrapper{ /* класс для ссылки из-за которой всё едет к чертям */
	max-width: 100%;
	height: auto;
}
#nsp-new-main-big .gkArtContentWrap{
	padding-top: 5px;
}
#nsp-new-main-big h4{

	padding-left: 20px;
	padding-right: 20px;
	/* padding-bottom: 6.6%; */
	/*font-size: 1.20vw; */
}
#nsp-new-main-big p{
	padding-left: 20px;
	text-decoration: underline;
}
#nsp-new-main-big .gkArtContentWrap{
	background-color: white;
	/* height: 90%; */
}

#nsp-news-main .nspArt{
	border: solid 10px #f5f5f5;
	background-color: white;
}
#nsp-new-main-big .nspArt{
	border: solid 10px #f5f5f5;
	background-color: white;
}
#nsp-news-main .nspImage{ /* класс для изображения */
	max-width: 100%;
	height: auto;
}
#nsp-news-main .nspImageWrapper{ /* класс для ссылки из-за которой всё едет к чертям */
	max-width: 32.5732899%;
	height: auto;
}

#nsp-news-main .gkArtContentWrap{   /* класс, включающий в себя заголовок и дату со временем */
	padding-left: 10px;
	
}
#nsp-news-main a{
	color: rgba(0,0,0,0.70);
}
#nsp-news-main a:hover{
	color: #ff2721;
}
#nsp-news-main h4{
	padding-right: 10px;

}
#nsp-news-main p{
	text-decoration: underline;
}
.main-container-2{
	/*border-top: solid #f5f5f5 10px;*/
	margin-top: 40px;
}
.news-h2{
	border-left: solid #f5f5f5 20px;
	border-right: solid #f5f5f5 14px;
	padding-right: 20px;
}
.anons-h2{
	border-left: solid #f5f5f5 8px;
	border-right: solid #f5f5f5 20px;
	padding-left: 20px;
}
.anons-h2 a{
	color: rgba(0,0,0,0.70);
	text-decoration: none;
}
.news-h2 a{
	color: rgba(0,0,0,0.70);
	text-decoration: none;
}
.anons-h2 a:hover{
	color: #ff2721;
	text-decoration: none;
}
.news-h2 a:hover{
	color: #ff2721;
	text-decoration: none;
}
/*=============================================================== Г Л А В Н А Я   С Т Р А Н И Ц А  ==================================*/
/*==================================================================== П Р Е Д П Р И Я Т И Е  =======================================*/
.company-direction-bloc-gor{
	display: flex;
	flex-direction: row;	
}
.company-direction-bloc-ver{
	display: flex;
	flex-direction: column;	
}
.company-gen-container{
	display: flex;
	flex-wrap: wrap;
	align-content: space-around;
	
}
.company-direction-bloc-center{
	display: flex;
	align-items: center;
	/*border-top: 10px solid #f5f5f5;
	border-bottom: 10px solid #f5f5f5; */
}
.company-direction-border{
	border-left: 10px solid #f5f5f5;
	border-right: 10px solid #f5f5f5;
	border-top: 10px solid #f5f5f5;
	border-bottom: 10px solid #f5f5f5;
}
.company-direction-padding-img{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.company-direction-padding-text{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.company-container-2 p{
	font-size: 1.2em;	
}
.company-container-2 h2{
	font-size: 1.5em;	
}
.company-container-2{
	padding-bottom: 70px;
	margin-left: 10px;
	margin-right: 10px;
}
/*-------------------------------------------правовая информация*/
.company-container-4 li{
	padding-top: 20px;
	text-align: justify;
}
.company-container-4 ul{
	padding-bottom: 20px;
	padding-left: 15px;
}
.accordion-1{
	display: flex;
	flex-wrap: wrap;
	align-content: space-around;
}
/*.company-block-doc-gor{
	display: flex;
	flex-direction: row;
}*/
.company-block-doc{
	display: flex;
	align-items: center;
	padding-bottom: 30px;
}
.company-block-padding-text{
	margin-left: 10px;
	margin-right: 25px;
}
.company-block-padding-text p{
	line-height: 1.1;
	text-align: left;
}
.accordion-1 a{
	text-decoration: none;
	color: black;
}
/*-----------------------------------------------------------------------------------------------------------------------------------*/
.company-container-6{ /*--------------------------партнёры */
	padding-left: 0px;
	padding-right: 0px;
}
.company-gen-partner{
	border: solid 10px #F5F5F5;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	
}
.company-partner-flexbox{
	display: flex;
	flex-wrap: wrap;
	align-content: space-around;	
	margin-left: 10px;
	margin-right: 10px;
}
.company-text-left{
	padding-left: 20px;
	padding-bottom: 10px;
}
.company-text-right{
	padding-right: 20px;
	padding-bottom: 10px;
}
.company-container-6 p{
	padding-bottom: 0px;
	padding-top: 0px;
	line-height: 20px;
}
.company-container-6 img{
	max-height: 80px;
	width: auto;
}
.company-container-6 h2{
	font-size: 1.2em;
	padding-left: 5px;
	padding-right: 5px;
}
.company-container-6 > .row{
	margin-left: 0px;
	margin-right: 0px;
}
.company-container-6 > .panel-default{
	padding: 0px;
}
.company-portner-margin{
	margin-left: 10px;
	margin-right: 10px;
}
/*==================================================================== П Р Е Д П Р И Я Т И Е  =======================================*/
/*========================================================================  Н О В О С Т И  ==========================================*/

.news-gen-block{
	border: 10px solid #f5f5f5;
}
.news-gen-flexbox{
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
}
.all-news-block{
	background-color: white;
	border-right: 10px solid #f5f5f5;
	border-left: 10px solid #f5f5f5;
}
.news-block-one{
	background-color: white;
	border: 10px solid #f5f5f5;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.news-flexbox{
	display: flex;
	flex-wrap: wrap;
	align-content: space-around;	
}
.news-menu-block{
	border-right: 15px solid #f5f5f5;
	border-left: 10px solid #f5f5f5;
	border-top: 10px solid #f5f5f5;
	border-bottom: 10px solid #f5f5f5;
}
.news-menu-block p{
	font-size: 1.2em;
}
.news-menu-text-block{
	border-top: 2px solid #22465c;
	margin-top: 30px;
	padding-top: 20px;
	margin-left: 15%;
	margin-right: 15%;
}

.social-click{
	padding: 10px;
}
.social-click a p{
	width: 60%;
	text-decoration: none;
	color: #22465c;
	margin: 10px;
	border-radius: 20px;
	border: solid 2px #22465c;
}
.social-click a p:hover{
	width: 60%;
	color: white;
	margin: 10px;
	border-radius: 20px;
	border: solid 2px #D70003;
	background-color: #D70003;
	text-decoration: none;
}
.social-click p:hover{
	text-decoration: none;
}
.social-click a:hover{
	text-decoration: none;
}
.news-social{
	
}

@media (max-width: 360px){
	.news-img{
	padding-bottom: 10px;
	display: inline-block;
    max-width: 100%;
    max-height: 130px;
    overflow: hidden;
	background-color: #F0F0F0;
	}
}
@media (min-width: 361px) and (max-width: 420px){
	.news-img{
	padding-bottom: 10px;
	display: inline-block;
    max-width: 100%;
    max-height: 160px;
    overflow: hidden;
	background-color: #F0F0F0;
	}
}
@media (min-width: 421px) and (max-width: 768px) {
	.news-img{
	padding-bottom: 10px;
	display: inline-block;
    max-width: 100%;
    max-height: 360px;
    overflow: hidden;
	background-color: #F0F0F0;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	.news-img{
	padding-bottom: 10px;
	display: inline-block;
    max-width: 100%;
    max-height: 180px;
    overflow: hidden;
	background-color: #F0F0F0;
	}
}
@media (min-width: 992px) and (max-width: 1366px) {
	.news-img{
	padding-bottom: 10px;
	display: inline-block;
    max-width: 100%;
    max-height: 160px;
    overflow: hidden;
	background-color: #F0F0F0;
	}
}
@media (min-width: 1366px) and (max-width: 1600px) {
	.news-img{
	padding-bottom: 10px;
	display: inline-block;
    max-width: 100%;
    max-height: 180px;
    overflow: hidden;
	background-color: #F0F0F0;
	}
}
@media (min-width: 1601px) and (max-width: 1920px) {
	.news-img{
	padding-bottom: 10px;
	display: inline-block;
    max-width: 100%;
    max-height: 240px;
    overflow: hidden;
	background-color: #F0F0F0;
	}
}
@media (min-width: 1921px){
	.news-img{
	padding-bottom: 10px;
	display: inline-block;
    max-width: 100%;
    max-height: 300px;
    overflow: hidden;
	background-color: #F0F0F0;
	}
}
.news-img img{
    border: none;
    margin: 0;
    padding: 0;
	margin-top: -50px;
}
.title-news-one{
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.title-news-one a{
	text-decoration: none;
	color: #313131;
	font-size: 1.5em;
}
.news-data-text p{
	text-align: right;
	padding-right: 10px;
	padding-bottom: 10px;
	font-size: 1.2em;
	text-decoration: underline;
}
.form-inline{
	margin-top: -10px;
}
.news-one-module{
	display: flex;
	flex-wrap: wrap;
	align-content: space-around;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px hsla(0,0%,0%,0.05);
}
.block-title-and-date{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.title-news-module{
	padding-left: 10px;
	
}
.title-news-module p{
	line-height: 1.5;
}
@media (min-width: 1367px) {
	.title-news-module p{
		font-size: 1.1vw;
	}
}
.title-news-module a{
	color: black;
}
.date-news-module{
	padding-right: 10px;
}
.news-sidebar{
	background-color: white;
	padding: 20px;
	border: 10px solid #f5f5f5;
	
}
#Mod170{
	height: 100%;
}
#Mod170 .module-inner{
	height: 100%;
}
#Mod170 .module-ct{
	height: 100%;
}
.row .news-one-module{
	margin: 0px;
}
.article-news h2{
	margin-top: -5px;
}
.page-header{
	border: none;
}
.article-news i{
	display: none;
}
.article-info{
	align-text: center;
	background-color: #22465c;
	color: white;
	font-size: 1.2em;
	width: 200px;
	border-radius: 20px;
	}

.hasTooltip{
	text-align: center;
	width: 200px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.article-news div[itemprop="articleBody"]{
   margin-top: 20px;
	border-top: solid 2px hsla(0,0%,0%,0.1);
	padding-top: 10px;
}
.article-news p{
	font-size: 1.2em;
}
 .flex-news-article{
	display: flex;
	align-items: stretch;
	flex-direction: row;
}
/**********************************************************************************************************/


.kokoko h3{
	background-color: #F1F1F1;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 35%;
	margin-right: 35%;
	text-shadow: none;
	color: #3B3B3B;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 50px;
	
}
/*==========================================================FOOTER============================================*/
.footor{
	background-color: #22465c;
	display: flex;
	flex-wrap: wrap;
	align-content: space-around;
	padding-top: 20px;
	padding-bottom: 20px;
	z-index: 1000;
	
}
.footor-block{
	border: 20px solid #22465c;
}
.footer-h1{
	border-bottom: 2px solid #ff2721;
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-size: 1.2em;
	color: #ff2721;
	margin-right: 50px;
}
.footer-h1 a{
	/* color: #ff2721; */
	color: white;
	font-weight: 600;
	letter-spacing: 3px;
}
.footer-h1 li{
	list-style-type: none;
}
.footer-li li{
	padding-bottom: 5px;
	list-style-type: none;
	color: white;
	line-height: 1;
}
.footer-li a{
	color: white;
}
.logo-footor{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}
.logo-footor img{
	margin-right: 10px;
}
.news-main-all-spotlight-smail{
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
.company-portner-margin{
	display: flex;
	flex-wrap: wrap;
	align-content: space-around;
}
/* ====================================================MAPS====================================================*/

.flex-row{
	display: flex;
	flex-wrap: wrap;
	align-content: space-around;
	justify-content: space-between;
	/*margin-left: -40px;
	margin-right: -40px;*/
	
}
.new-direct-flex{
	/*display: flex; */
	max-width: 350px;
	flex-direction: column;
	background-color: white; 
	box-shadow: 0 0 20px rgba(122,122,122,0.2); 
	margin: 20px; 
	/* max-width: 100%; */
}
.new-direct-flex p{
	padding-left: 20px;
	padding-right: 20px;
}
.col-flex{
	display: flex;
	align-items: stretch;
}
.ymaps-2-1-47-controls__toolbar{
	display: none;
}
.picture-d{
	padding-left: 5%;
	width: 50%;
}
.footor h5{
	margin: 0px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 300;
	line-height: 1.1;
	color: inherit;
	font-size: 14px;
	
}
.categories-module li, ul.categories-module li, .category-module li, ul.category-module li {
    list-style: none;
    padding: 3px 0;
    border-top: initial;
	
}
.footor a{
	color: white;
}
.footor ul{
	padding: 0px;
}
.rawenstvo-blog{background-image: url(/images/Blog/blog.png); height: 200px; width: 200px; background-position: center center; background-size: cover; margin-bottom: 40px; display: flex; justify-content: center; align-items: center; flex-direction: column;}

.rawenstvo-blog p{padding: 0px!important; margin: 0px!important;}

.rawenstvo-blog .h1{font-size: 20px; font-weight: 600; color: white;}

.rawenstvo-blog .h2{color: #f25652;}

.rawenstvo-blog-a:hover{text-decoration: none;} .rawenstvo-blog-a:visited{text-decoration: none;} .rawenstvo-blog-a:active{text-decoration: none;} .rawenstvo-blog-a{text-decoration: none;}
.ba-gallery{padding-top:20px;}