@font-face {
    font-family: 'robotocondensedregular';
    src: url('../font/robotocondensed-regular-webfont.eot');
    src: url('../font/robotocondensed-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/robotocondensed-regular-webfont.woff2') format('woff2'),
         url('../font/robotocondensed-regular-webfont.woff') format('woff'),
         url('../font/robotocondensed-regular-webfont.svg#robotocondensedregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotocondensedbold';
    src: url('../font/robotocondensed-bold-webfont.eot');
    src: url('../font/robotocondensed-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/robotocondensed-bold-webfont.woff2') format('woff2'),
         url('../font/robotocondensed-bold-webfont.woff') format('woff'),
         url('../font/robotocondensed-bold-webfont.svg#barlowsemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
font-family:"robotocondensedregular";
font-weight: normal;
font-size: 95%;
background-color: #fff;
margin:60px auto 0;
padding:0;
max-width: 1300px
}

* {
color: #808080;
}

nav li {
list-style: none;
text-align: center;
}

h1,#menu li a {
font-size: 2.5em;
color: #fff;
margin: 0;
}

h1,h2,h3 {
font-family:"robotocondensedbold";
font-weight: normal;
text-align: center;
}

strong {
font-weight: normal;
}

.video-title h1,.continueTitle strong {
position: absolute;
width: 100%;
height: 5em;
top: 50%;
bottom: 50%;
right: 1em;
text-align: right;
line-height: 1.2em;
font-size: 1.5em;
z-index: 100;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
}

.continueTitle strong {
color: #fff;
text-transform: uppercase;
}

.continueData h1 {
font-size: 2.5em;
color: #3c3c3b;
margin-top: .6em;
line-height: 1em;
}

h2 {
font-size: 1.4em;
margin-bottom: .5em;
line-height: 1.2em;
}

h3 {
font-size: 2.4em;
margin: 0.5em 0 0.8em;
}

p {
margin-top: 0;
}

header {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 9999;
line-height: 60px;
height: 60px;
-webkit-transition: background-color .4s;
transition: background-color .4s;
background-color: #fff;
}

.scrollToTop header {
position: fixed;
-webkit-transition: opacity .4s;
transition: opacity .4s;
opacity: 1;
-webkit-box-shadow: 2px 7px 7px -4px rgba(0,0,0,0.19);
-moz-box-shadow: 2px 7px 7px -4px rgba(0,0,0,0.19);
box-shadow: 2px 7px 7px -4px rgba(0,0,0,0.19);
}

.scrollToBottom header {
opacity: 0;
}

#logo {
float: left;
width: 30%;
}

#logo img {
width: 100%;
margin-top: .5em;
}

header a {
text-decoration: none;
font-size: 1.2em;
line-height: 2em;
}

nav {
display: none;
width: 100%;
float: left;
line-height: 30px;
text-align: right;
top: 60px;
left: 0;
background: #fff;
position: absolute;
z-index: 9999;
-webkit-box-shadow: 2px 7px 7px -4px rgba(0,0,0,0.19);
-moz-box-shadow: 2px 7px 7px -4px rgba(0,0,0,0.19);
box-shadow: 2px 7px 7px -4px rgba(0,0,0,0.19);
}

nav li {
list-style: none;
line-height: 30px;
padding: 0 5px;
}

nav ul {
padding: 0;
margin-top: -.5em;
margin-bottom: 1em;
}

.continueContainer {
height: 12em;
position: relative;
background-repeat: no-repeat;
background-size: contain;
background-position: 50% 50%;
}

.continueImg {
overflow: hidden;
height: 100%;
}

.continueImg img {
height: 100%;
}

.continueTitle {

}

.subContent {
background-color: transparent; /* DARK F49900 */
text-align: center;
padding: 1em 0;
}

.subContent *,.subContent .perex strong {
color: #808080; /* DARK ccc */
}

.subContent.light {
background-color: #ccc;
}

.subContent.light * {
color: #6b6b6b;
}

.subContent h2 {
margin: 0 0 .5em;
}

.pad {
padding: 0;
}

#logo a {
text-align: center;
width: 100%;
display: block;
min-width: 230px;
max-width: 270px;
}

.lang {
padding-right: 1em;
}

#mobileMenu {
position: absolute;
display: block;
width: 30px;
height: 30px;
top: .5em;
right: 1em;
}

#mobileMenu svg {
width: 100%;
}

.activeMenu nav {
display: block;
}

.activeMenu.scrollToTop header {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}

section {
}

.padBox {
padding: 0;
}

header .padBox {
padding: 0 1em;
max-width: 1300px;
margin: 0 auto;
}

section.padBox {
padding: 0;
}

.textBox {
padding: 2em;
}

.forms .textBox {
padding: 1em;
}

.centerTxt {
text-align: center;
}

.bg2 {
background: rgb(255,255,255);
background-repeat: no-repeat;
background-size: contain;
background-position: 100% 60%;
background-image: url(../images/schema-big.png);
background-image: url(../images/schema-big.png),linear-gradient(172deg, rgba(255,255,255,1) 15%, rgba(212,212,212,1) 40%, rgba(128,128,128,1) 68%, rgba(85,85,85,1) 94%);
}

.bg2 h2.dark {
color: #fff;
}

/* video */
.video-container {
    position: relative;
    height: 40vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: url(../images/video.jpg);
}

.video-container video {
    width: 100%;
    float: left;
    display: none;
}

.video-title,.continueTitle {
position: absolute;
top: 0;
right: 0;
width: 50%;
height: 100%;
background: rgb(60,60,59);
background: linear-gradient(-90deg, rgba(60,60,59,1) 0%, rgba(60,60,59,1) 35%, rgba(60,60,59,0) 100%);
}

/* forms */
input,textarea {
background-color: #000;
line-height: 1.5em;
border: none;
width: 80%;
font-size: .9em;
font-family:"robotocondensedregular";
}

.send {
border-bottom: 1px solid #fff;
margin: 10px 0 0 0;
padding: 1px 0;
width: auto;
font-size: 1em;
font-family:"barlowextralight";
line-height: 1.5em;
display: inline-block;
}

.send:hover,.btn:hover {
cursor: pointer;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: none;
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px #5aba9c inset;
  transition: background-color 5000s ease-in-out 0s;
}

.formResult div {
color: #808080;
text-align: center;
background-color: #fff;
margin-bottom: 1em;
padding: .5em;
-moz-border-radius: .5em;
-webkit-border-radius: .5em;
-khtml-border-radius: .5em;
border-radius: .5em;
}

.cl {
clear: left;
}

.col2,.col4 {
position: relative;
}

div.dark {
background-color: #3c3c3b;
}

h2.dark {
color: #3c3c3b;
}

div.dark * {
color: #fff;
}

div.light {
background-color: #e6e6e6;
}

.blockLines {
padding: 1em;
margin: 0;
}

.blockLines p {
padding: 0 1em;
margin: 0;
font-size: 1.1em;
}

.blockLines .col4 {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}

.blockLines .col4:nth-child(4) {
border-right: none;
}

.colTitles {
text-align: center;
}

.colTitles strong {
font-size: 1.5em;
padding: 1.5em 0;
display: block;
}

.roundBlock {
font-size: 1.2em;
}

.colTitles .col4 {
padding-bottom: 3em;
}

.blockLines img {
width: 90%;
max-width: 200px;
margin-bottom: .5em;
}

.blockLines a {
text-decoration: none;
}

.colBox {

}

.articleBox {

}

.continueData ul {
  list-style: none;
}

.continueData ul li {
color: #3c3c3c;
list-style: none;
margin: 0 0 16px -1em;
padding: 0;
position: relative;
}

 .continueData ul li::before {
color: #3c3c3b;
content: "\2022";
display: block;
font-size: 2em;
left: -.7em;
position: absolute;
top: -.3em;
}

 .continueData ul li li::before {
content: "\25E6";
font-size: 1.5em;
margin-left: -.4em;
}

.continueData p strong,.continueData li strong {
color: #3c3c3b;
}

.btn {
text-align: center;
color: #fff;
background-color: #c1272d;
display: inline-block;
padding: .3em .6em;
margin-top: .5em;
-moz-border-radius: .5em;
-webkit-border-radius: .5em;
-khtml-border-radius: .5em;
border-radius: .5em;
text-decoration: none;
}

header .btn {
margin-top: 0;
line-height: 1em;
}

.btn:hover {
background-color: #000;
}

.blockLines .col4 {
padding-bottom: 2.4em;
transition: 0.5s;
}

.blockLines .col4 span {
display: block;
position: absolute;
width: 100%;
bottom: 0;
left: 0;
}

.roundBlock {
-moz-border-radius: .5em;
-webkit-border-radius: .5em;
-khtml-border-radius: .5em;
border-radius: .5em;
}

.padSection {
margin: 0 auto;
width: 90%;
}

.textLines ul {
margin: 0;
padding: .5em 1em;
}

.textLines li {
border-bottom: 1px solid #fff;
list-style: none;
padding: .5em;
}

.textLines li:last-child {
border-bottom: none;
}

.textLines.dark {
-moz-border-top-left-radius: 1em;
-webkit-border-top-left-radius: 1em;
-khtml-border-top-left-radius: 1em;
border-top-left-radius: 1em;
-moz-border-top-right-radius: 1em;
-webkit-top-right-left-radius: 1em;
-khtml-border-top-rightt-radius: 1em;
border-top-right-radius: 1em;
}

.roundBlock .light {
-moz-border-bottom-left-radius: 1em;
-webkit-border-bottom-left-radius: 1em;
-khtml-border-bottom-left-radius: 1em;
border-bottom-left-radius: 1em;
-moz-border-bottom-right-radius: 1em;
-webkit-border-bottom-right-radius: 1em;
-khtml-border-bottom-right-radius: 1em;
border-bottom-right-radius: 1em;
}

.textLines a {
}

.padData {
padding: 1em 1em;
}

#subNav {
position: relative;
height: 5em;
}

#subNav div {
position: relative;
z-index: 4;
width: 100%;
}

#subNav a {
display: block;
float: left;
margin: .3em 0;
text-align: center;
text-decoration: none;
width: 50%;
line-height: 1.3em;
}

#subNav span {
display: none;
}

#subNav .product16 span {
background-image: url(../images/vytapeni.jpg);
}

#subNav .product17 span {
background-image: url(../images/fve.jpg);
}

#subNav .product18 span {
background-image: url(../images/chcp.jpg);
}

#subNav .product19 span {
background-image: url(../images/kompresory.jpg);
}

#subNav .product20 span {
background-image: url(../images/mereni.jpg);
}

#subNav strong {
font-size: 1.2em;
}

#subNav span:hover {
background-color: #000;
}

/* switcher */
#offer .padData {
display: none;
-webkit-transition: opacity 2s ease-out;
-moz-transition: opacity 2s ease-out;
-o-transition: opacity 2s ease-out;
transition: opacity 2s ease-out;
}

#offer .active {
display: block;
}

#offer .light .padData {
top: 0px;
opacity: 1;
}

#offer .light {
position: relative;
}

.changeBlock {
position: relative;
}

.changeBlock span {
position: absolute;
right: -1.1em;
top: 0;
display: none;
float: right;
width: 2em;
height: 100%;
background: url(../images/arrow-left.svg) 100% 50% no-repeat;
background-size: contain;
}

.changeBlock.active span {
display: block;
}

.changeBlock:hover span {
}

.forms {
background-color: #919191;
}

.forms * {
color: #fff;
}

.forms input,.forms textarea {
background-color: #636363;
width: 100%;
}

.forms input,.forms label {
line-height: 2em; 
}

.formsBlock {
margin: .2em 5%;
}

.formsBlock textarea {
height: 10.8em;
}

/* footer */

footer {
background-color: #808080;
padding: 1em 0;
font-size: .9em;
}

footer * {
color: #fff;
}

footer p {
text-align: center;
margin: 0;
}

.social {
width: 300px;
margin: 1em auto;
}

.social svg {
width: 40px;
height: 40px;
margin: 0 10px;
float: left;
}

.social br {
clear: left;
}

footer .blockLines .col4 {
padding-bottom: 1em;
}

footer .col2 p {
color: #ccc;
}

/* side icons */
.facebook,.appicon {
    background-image: url("../images/facebook.png");
    height: 51px;
    top: 283px;
    width: 52px;
    display: block;
    right: 0;
    position: fixed;
    transform: translateY(50%);
    z-index: 9999;
}

.facebook {
    right: -110px;
    width: 162px;
}

.appicon {
    background-image: url("../images/twitter.png");
    margin-top: 70px;
    right: -110px;
    width: 162px;
}

.facebook span,.appicon span {
	color: #fff;
	display: block;
	float: right;
	font-size: 16px;
	text-align: left;
	line-height: 44px;
	width: 105px;
	height: 48px;
	padding-top: 3px;
	padding-left: 5px;
    background-color: #001669;
}

.appicon span {	
    background-color: #28aae1;
}

.msgNok,.msgOk {
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
color: #fff;
padding: 1em;
margin: 1em;
text-align: center;
font-size: 1.1em;
background-color: #3ac947;
}

.msgNok {
background-color: #bd2036;
}

/* responsive */
@media (min-width: 500px) {
	.col2,.col4 {
		width: 50%;
		float: left;
	}

	.blockLines .col4,.blockLines .col2 {
		border-right: 1px solid #fff;
		box-sizing: border-box;
	}

	.blockLines .col4:nth-child(2) {
		border-right: none;
	}

	.colTitles .col4:nth-child(3),.colTitles .col4:nth-child(4),.blockLines .col4:nth-child(3),.blockLines .col4:nth-child(4) {
		border-top: 1px solid #fff;
		padding-top: 1em;
	}

	.colTitles .col4:nth-child(1),.colTitles .col4:nth-child(2) {
		padding-bottom: 4em;
	}

	.colTitles .col4:nth-child(1) span,.colTitles .col4:nth-child(2) span {
		bottom: 1em;
	}
	.padSection {
		width: 80%;
	}
	
	.textLines.dark {
		-moz-border-top-left-radius: 1em;
		-webkit-border-top-left-radius: 1em;
		-khtml-border-top-left-radius: 1em;
		border-top-left-radius: 1em;
		-moz-border-bottom-left-radius: 1em;
		-webkit-border-bottom-left-radius: 1em;
		-khtml-border-bottom-left-radius: 1em;
		border-bottom-left-radius: 1em;
		-moz-border-top-right-radius: 0;
		-webkit-top-right-left-radius: 0;
		-khtml-border-top-rightt-radius: 0;
		border-top-right-radius: 0;
	}

	.roundBlock .light {
		-moz-border-top-right-radius: 1em;
		-webkit-border-top-right-radius: 1em;
		-khtml-border-top-right-radius: 1em;
		border-top-right-radius: 1em;
		-moz-border-bottom-right-radius: 1em;
		-webkit-border-bottom-right-radius: 1em;
		-khtml-border-bottom-right-radius: 1em;
		border-bottom-right-radius: 1em;
		-moz-border-bottom-left-radius: 0;
		-webkit-border-bottom-left-radius: 0;
		-khtml-border-bottom-left-radius: 0;
		border-bottom-left-radius: 0;
	}
}

@media (min-width: 600px) {
	body {
		padding:0 1em;
	}
	
	.video-container video {
		display: block;
	}
	
	.video-container {
		height: auto;
	}
	#subNav {
		position: relative;
		height: 5em;
	}

	#subNav div {
		position: absolute;
		z-index: 4;
		width: 40em;
		top: -5.5em;
		left: 50%;
		right: 50%;
		transform: translate(-50%);
		-webkit-transform: translate(-50%);
		-moz-transform: translate(-50%);
		-o-transform: translate(-50%);
		-ms-transform: translate(-50%);
	}

	#subNav a {
		display: block;
		float: left;
		margin: 1em;
		text-align: center;
		text-decoration: none;
		width: auto;
		line-height: 1.4em;
	}

	#subNav span {
		display: block;
		-moz-border-radius: 1em;
		-webkit-border-radius: 1em;
		-khtml-border-radius: 1em;
		border-radius: 1em;
		width: 6em;
		height: 6em;
		margin-bottom: .5em;
		border: 2px solid #fff;
		background-size: cover;
		background-color: #808080;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		-webkit-box-shadow: 5px 5px 15px -6px #000000; 
		box-shadow: 5px 5px 15px -6px #000000;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
}

@media (min-width: 800px) {
	section .textBox {
		padding: 3em;
	}
	
	section.padBox {
		padding: 3em;
	}
	
	.lang span, .lang a {
		margin-left: 2.5em;
	}
	.col4 {
		width: 25%;
		float: left;
	}

	.blockLines .col4:nth-child(2) {
		border-right: 1px solid #fff;
	}

	.blockLines .col4:nth-child(4) {
		border-right: none;
	}

	.colTitles .col4:nth-child(3),.colTitles .col4:nth-child(4),.blockLines .col4:nth-child(3),.blockLines .col4:nth-child(4) {
		border-top: none;
		padding-top: 0;
	}

	.colTitles .col4:nth-child(1) span,.colTitles .col4:nth-child(2) span {
		bottom: 0;
	}
	
	.padSection {
		width: 70%;
	}
	.padBox {
    	padding: 0 1em;
	}
	
	.video-title h1 {
    	font-size: 1.8em;
    }
    
    nav {
    	display: block;
    	width: 70%;
    	top: auto;
    	position: relative;    	
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
    }
    
    nav ul {
    	float: right;
		margin-top: 1em;
		margin-bottom: 0;
    }

	nav li {
		float: left;
	}

	#mobileMenu {
		display: none;
	}
	
	#logo a {
		text-align: left;
		width: 100%;
		display: block;
	}
	
	header a {
    	font-size: 1em;
    	line-height: 1.2em;
	}
}
@media (min-width: 1000px) {
	section .textBox {
		padding: 4em;
	}
	
	section.padBox {
		padding: 4em;
	}
	 body {
		font-size: 95%;
	 }
	
	.video-title h1 {
    	font-size: 2.2em;
    }
	
	.bg2 {
		background-position: 100% 50%;
	}
}
@media (min-width: 1300px) {
	 body {
		font-size: 100%;
	 }
	
	.padSection {
		width: 60%;
	}
	
	.video-title h1 {
    	font-size: 3em;
    }
    
    #subNav {
		position: relative;
		height: 6em;
	}

	#subNav div {
		position: absolute;
		z-index: 9999;
		width: 52em;
		top: -7em;
	}

	#subNav span {
		display: block;
		-moz-border-radius: 1.2em;
		-webkit-border-radius: 1.2em;
		-khtml-border-radius: 1.2em;
		border-radius: 1.2em;
		width: 8em;
		height: 8em;
	}
	
}
@media (min-width: 1500px) {
	 body {
		font-size: 105%;
	 }
	
	.video-title h1 {
    	font-size: 3.5em;
    }
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) { 

	/*retina*/
}