:root {
--color-dark: #061946;
--color-gray: #6A6A6A;
--color-light: #ECEFF7;
--color-super-light: #FAFAFD;
--font-size-small:14px;
--font-size-super-small:12px;
--font-size-main:16px;
}

textarea:focus, select:focus, input:focus{
    outline: none;
}

html,body {
	font-size:16px;
	color:#000;
	font-family: 'Noto Sans', sans-serif;
	letter-spacing: -0.7px;

}

a {
	text-decoration: none;
	font-family: 'Noto Sans', sans-serif;
	color: var(--color-dark);
}

a.active {
	font-weight: bold;
}

a:hover {
	opacity: 0.8;
	text-decoration: none;
	color: var(--color-dark);
}

h1 {
	font-size:42px;
}

h2 {
	font-size: 32px;
	font-weight: 300;
	margin-bottom: 20px;
	margin-top: 30px;
}


h3 {
	font-weight: 500;
	font-size: 22px;

}

.top {
	background-color: var(--color-dark);
	color:#fff;
	font-size:14px;
}


.top-in {
	height: 35px;
	align-items:center;
}

.top a {color:#fff;}

.menu {
	height:86px;
	align-items:center;
}


.menu-block {
	text-align: right;
}
.menu-block a {
	margin-right: 30px;
}

.m-menu {
	cursor: pointer;
	text-align:end;
}

.header {
	height:263px;
}

.breadcrumbs {
	font-size: var(--font-size-small);
}

.header-back {
	display: flex;
	align-items:end;
	color:#fff;
	height:263px;
	padding-bottom: 20px;
	background: rgb(0,13,41);
	background: linear-gradient(0deg, rgba(0,13,41,1) 0%, rgba(0,13,41,0) 77%, rgba(0,13,41,0) 100%);
}

.menu-line {
	background: var(--color-light);
}
.menu-line-in {
		height:60px;
		align-items: center;
}

.menu-line-in a {
	padding-right: 20px;
}

.content {
	padding-top:30px;
}


.line {
	background: url(/assets/img/line.png) repeat-x center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-basis: 20%;
}

.button {
	display: block;
	border:10px solid #fff;
	color:#fff;
	background: var(--color-dark);
	font-size: var(--font-size-small);
	padding:5px 20px;
	border-radius: 40px;
}

.button img {margin-left: 10px;}

.button.first-button img {
	margin-left: 0px!important;
	margin-right: 10px;
}

a.button:hover {
	color:#fff;
}

.button-next-news {
	width:120px;
	float:right;
}

.footer {
	background: var(--color-light);
	padding-top:60px;
	padding-bottom: 60px;
}

.footer-content {
	opacity: 0.73;
	color: var(--color-gray);
	font-size: var(--font-size-small);
	line-height: 19px;
}

.footer-menu {
	padding-top:30px;
	font-size: var(--font-size-small);
	line-height:30px;
}

.bottom-menu {
	background: var(--color-super-light);
	font-size: var(--font-size-super-small);
	color:var(--color-gray);
}

.bottom-menu-in {
	height:50px;
	align-items: center;
}

.bottom-menu a{
	color:;
}


.fullscreen-menu {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background-color: rgba(28,40,69,0.95);
	width:100%;
	height:100%;
	z-index:1000;
	color:#fff;
	animation: hideMe 0.4s forwards;
}

@keyframes hideMe{
        0%{
            opacity: 0;
        }
        100%{
            opacity: 1;
        }
}

.search-box {
	border:1px solid rgba(255,255,255,0.53);
	height:49px;
	padding-left:10px;
}

.search-input input {
	width:100%;
	background: none;
	border:none;
	color:#fff;
}

.fullscreen-menu a {
	color:#fff;
}



.fs-content {
	opacity: 0.42;
	padding-bottom: 30px;
}

.fs-menu {
	line-height: 30px;
}

.fs-footer {
	margin-top:40px;
	padding-top:40px;
	border-top: 1px solid rgba(255,255,255,0.14);
	font-size: var(--font-size-super-small);
	line-height: 19px;
	opacity: 0.73;
}

.fsm-top {
	padding-top:55px;
}

.fsm-close {
	cursor: pointer;
}

.fsm-close img {
	margin-right: 5px;
}


.big-menu {
	font-size:24px;
	padding-top:40px;
	line-height: 60px;
}

/* catalog */

.c-block {
	overflow: hidden;
	max-height: 337px;
	position: relative;
	margin-bottom: 15px;
}

.c-block-back {
	position: absolute;
	top:0;
	left:12px;
	width:100%;
	height:100%;
	background: linear-gradient(0deg, rgba(0,13,41,1) 0%, rgba(0,13,41,0) 77%, rgba(0,13,41,0) 100%);
}

.c-title {
	position: absolute;
	color:#fff;
	bottom:30px; 
	left:40px;

}

.p-img {
	border-radius: 10px;
	overflow: hidden;
	max-height: 396px;
	margin-bottom: 10px;
}
.p-img img {
	max-width:100%;
}

.n-img {
	border-radius: 10px;
	overflow: hidden;
	max-height: 221px;
	margin-bottom: 10px;
}
.n-descr {
	color:var(--color-gray);
}
.n-img img {
	max-width:100%;
}
.n-block {
	padding-bottom: 50px;
}

.sel { 
	background-color: var(--color-light);
	color:var(--color-dark);
	border:1px solid #C5CAD9;
	font-size:var(--font-size-main);
	padding:5px 20px;
 }

 /* certificates */


 .s-block a{
 	 display:flex;
 	 align-items: center;
 	height:100%;
 	border:1px solid var(--color-light);
	box-shadow: 5px 5px 5px rgba(20,20,20,0.1);
 }

 .s-block {
 	overflow: hidden;
 	
 	padding:20px;
	max-height: 446px;
	margin-bottom: 15px;
	
}


.s-img img {
		margin:0 auto;
        max-width: 70%;
        max-height: 70%;
        display: block; 
}

#large-image-src {
		margin:0 auto;
        max-width: 60%;
        max-height: 60%;
        display: block; 
}

.zoom, .imglarge-close {
	cursor: pointer;
}


/* product */

.product-complect {
	line-height: 50px;
}

.product-details tr{
	border-top:1px solid var(--color-light);
}
.product-details td{
	padding:10px;
}

.product-files img {
	margin-right: 10px;
}

.product-files {
	font-size:val(--font-size-small);
	line-height: 40px;
}

.image-change {
	cursor: pointer;
}
.image-change img{
	margin-bottom:10px;
}


.products-mod {
	padding-top:20px;
	padding-bottom:30px;
}

.products-mod a {
	padding:10px 20px;
	margin-right:20px;

}

.products-mod a.active {
	background:var(--color-light);
} 


/* index */

.company {
	min-height:600px;
	background: url('/assets/images/10years.png') right center no-repeat;
	background-size: 50%;
}

.news {
	background-color: rgba(0,13,41,1);
	color:#fff;
}

.news a{
	color:#fff;
}

.main-news-small-descr {
	opacity: 0.36;
}

.main-news-small-block {
	padding-bottom: 42px;
}

.main-n-img {
	border-radius: 5px;
	overflow: hidden;
	max-height: 110px;
	margin-bottom: 10px;
}
.main-n-descr {
	opacity: 0.36;
}
.main-n-img img {
	max-width:100%;
}
.main-n-block {
	padding-bottom: 50px;
}

h3.main-n-title {
	font-size:;
}

.homepage-slider {
	min-height: 1150px;
	position: relative;
	overflow:hidden;
}

#main-image {
	position: absolute;
	top:0;
	left:0;
	width:100%;
}

.homepage-slider-back {
	position: absolute;
	top:0;
	width:100%;
	height:100%;
	background: linear-gradient(0deg, rgba(0,13,41,1) 0%, rgba(0,13,41,1) 30%, rgba(0,13,41,0) 57%, rgba(0,13,41,0) 100%);
}


.rel-menu {
	position: absolute;
	width:100%;
	top:0;
}

.home-left {
	display: block;
	position: absolute;
	top:35%;
	left:30px;
	cursor: pointer;
}

.home-right {
	display: block;
	position: absolute;
	top:35%;
	right:30px;
	cursor: pointer;
}

.homepage-slider-content {
	position: absolute;
	top:450px;
	right:15%;
	text-align: end;
}

.homepage-slider-content h1 {
	color:#fff;
	font-size: 42px;
	font-weight: bold;
}

.homepage-slider-content p {
	color:#fff;
	font-size: 30px;
	font-style: italic;

}

.main-c {

	position: absolute;
	bottom:0%;
	width: 100%;
}

.main-c img {
	width: 100%;
}

.main-c-block {
	background:#fff;
	min-height: 300px;
	height:300px!important;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	padding:20px 20px 20px 30px;
	line-height: 30px;
	font-size: var(--font-size-small);
}

.main-c-block a:hover{
	text-decoration: underline;
}

/* media */

@media (max-width: 576px) {
	.col-xs-6 {width:50%;}
	.fsm-top {padding-top:25px;}

	.homepage-slider {
		/* min-height: 250px!important; */
	}

	.homepage-slider-back {
		background: linear-gradient(0deg, rgba(0,13,41,1) 0%, rgba(0,13,41,1) 70%, rgba(0,13,41,0) 90%, rgba(0,13,41,0) 100%)!important;
	}


	
}

@media (max-width: 960px) {
	h1 {font-size:32px;}
	.company  {
		background: none!important;
	}
	.homepage-slider-back {
		background: linear-gradient(0deg, rgba(0,13,41,1) 0%, rgba(0,13,41,1) 50%, rgba(0,13,41,0) 67%, rgba(0,13,41,0) 100%);
	}

	.home-left {
		top:20%;
		left:15px;
	}

	.home-right {
		top:20%;
		right:15px;
	}



	.menu-line-in {
		overflow-x: scroll;
	  	white-space: nowrap;
	}


	
}

@media (max-width: 1200px) {

	.homepage-slider-content {
		top:150px;
	}
	.homepage-slider-content h1 {
		font-size:20px;
	}
	.homepage-slider-content p {
		font-size:14px;
	}
	
	.homepage-slider {
		min-height: 800px;
	}

	.main-c > .container > .row {
		vertical-align: top!important;
		overflow-x: scroll;
  		display: block;
  		white-space: nowrap;
  		vertical-align: middle;
	}

	.main-c-block {
		white-space: normal;
		font-size:12px;

	}

	.bl {
		vertical-align: top;
		flex:none!important;
		display: inline-block;
  		float: none;
  		width:360px;

	}



	
}


