@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Roboto+Condensed:300,300i,400,400i,700,700i&subset=cyrillic-ext');
/*
    font-family: 'Roboto Condensed', sans-serif;
    font-family: 'Open Sans', sans-serif;
*/

html,body {
	background:#fcfcfc;
	color:#111;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	font-weight: 400;
}
input,textarea,button {
	font-family: 'Roboto Condensed', sans-serif;	
	font-size: 1em;
	font-weight: 400;
}
.main {
	overflow:hidden;
	height:100%;	
}
body.responsive .main {
	overflow:auto;
	overflow-x:hidden;	
}
section {
	padding:20px;
	text-align:center;	
}
section,.wrapper {
	position:relative;
	padding:0 20px;
	max-width:1280px;
	margin:auto;
	height:auto;
}
.hide {
	display:none;	
}
.clear {
	clear:both;	
}
.blur {
	-webkit-filter:blur(7px);
			filter:blur(7px);	
}
.background {
	z-index:0;
	position:absolute;
	top:0 !important;
	right:0 !important;
	bottom:0 !important;
	left:0 !important;
	background: url(../images/bg.jpg) center bottom no-repeat;
	
	-webkit-background-size:cover;
			background-size:cover;	
}
a {
	cursor:pointer;
	text-decoration: none;	
}
a:hover {
	text-decoration:none;	
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto Condensed', sans-serif;
	text-align:center;
	margin:30px 0;
	font-weight:400;
}
h1 {
	font-size:2.4em;
	text-transform:uppercase;
}
h2 {font-size:2em;}

/*BTN*/

section a.control {
	display:inline-block;
	position:relative;
	
	
	background: rgba(255,145,1,0.7);
	border:1px solid rgba(255,145,1,1);
	
	border-radius:0;
	
	font-family: 'Roboto Condensed', sans-serif;	
	line-height:0;
	font-size:1.6em;
	font-weight:400;
	text-transform:uppercase;
	text-decoration:none;
	white-space:nowrap;
	color:#fff;
	padding:30px;
}
section a.control:hover {
	background: rgba(255,145,1,0.8);
	border:1px solid rgba(255,145,1,1);
}

/*HEADER*/

header {
	z-index:3;
	position:relative;	
	padding:5px 0;
}

@media(min-height:900px) {
	header {
		padding:10px 0;	
	}
}

/*FOOTER*/

footer {
	position:absolute;
	bottom:0;	
	width:100%;
	z-index:3;
	padding:10px 0;
	background:rgba(0,0,0,0.5);		
}
footer.responsive {
	position:relative;	
}
footer .control {
	position:relative;
	padding:0 15px 0 0;
	line-height:1.2;
	text-decoration:none;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1em;
	color:#fff;	
}
footer .control:hover,
footer .control:hover:before {
	opacity:0.5;	
}
footer .control.prev {
	margin-right:19px;
	padding:0 21px 0 15px;
	border-right:1px solid #999;	
}

/*INTRO*/

section.intro {
	text-align:left;	
}
section.intro>div {
	display:inline-block;	
}
section.intro h1,
section.intro h2{
	color:#fff;	
}
section.intro h1{
	font-size: 3em;
	font-weight: 700;
}
.overlay {
    z-index: 10;
	position: relative;
	width:100%;
	min-height:500px;
	top:0;
	bottom:0;
	left:0;
	right:0;
	text-align: center;
}
.overlay h1{
	text-align:center !important;
}
#video-bg {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	z-index: 1;
	background: url(../images/bg-1.jpg) no-repeat #222;
	background-size: cover;
}
#video-bg > video {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%; 
	min-height: 100%;
	width: auto;
	height: auto; 
}
 @supports (object-fit: cover) {
     #video-bg > video {
         top: 0;
         left: 0;
         width: 100%;
         height: 100%;
         object-fit: cover;
     }
 }
@media screen and (max-width: 600px) {
	#video-bg > video {
		display: none;
	}
}

/*independence*/

section.independence {
	text-align:left;
	line-height:24px;
	color:#fff;	
}
section.independence>div {
	display:inline-block;
	width:65%;	
}
section.independence h2 {
	line-height:50px;
	text-align:left;	
}
section.independence ul {
	margin:30px 0;
	list-style-type:none;	
}
section.independence ul li {
	display:inline-block;
	padding:10px 30px 10px 0;
	width:50%;
	vertical-align:top;
	text-align:left;
	font-weight:400;	
}
section.independence ul li:before {
	display:inline-block;
	float:left;
	margin-right:10px;
	line-height:55px;
	font-size:60px;
	font-weight:700;	
}
section.independence ul li:nth-child(1):before {
	content:'1';	
}
section.independence ul li:nth-child(2):before {
	content:'2';	
}
section.independence ul li:nth-child(3):before {
	content:'3';	
}
section.independence ul li:nth-child(4):before {
	content:'4';	
}
section.independence ul li:nth-child(5):before {
	content:'5';	
}
section.independence ul li:nth-child(6):before {
	content:'6';	
}
/*LIMIT*/

section.solution>div {
	display:inline-block;
	padding:20px;
	background:rgba(0,0,0,.5);
	/*text-align:center;*/
	color: #fff;
}
section.solution ul {
	margin:20px 0;
	list-style-type:none;	
}
section.solution ul li {
	padding:10px;
	text-align: left;
}
section.solution a.control {
	margin-top: 40px;
}
/*
section.solution ul li {
	display:inline-block;
	padding:0 20px;
	width:33%;
	vertical-align:top;
	text-align: left;
}
*/

/*PRIVATE*/
section.private {
	text-align:right;
}
section.private>div {
	display:inline-block;
	padding:20px 0;
	width:65%;
	background:rgba(255,255,255,.7);
	text-align:center;	
}
section.private ul {
	margin:10px 0 0;
	list-style-type:none;	
}

section.private ul li {
	display:inline-block;
	margin-bottom:15px;
	padding:0 20px;
	width:20%;
	vertical-align:top;	
}

/*BUSINESS*/
section.business {
	text-align:right;
}
section.business>div {
	display:inline-block;
	padding:20px 0;
	background:rgba(255,255,255,.7);
	text-align:center;	
}
section.business ul {
	margin:10px 0 0;
	list-style-type:none;	
}

section.business ul li {
	display:inline-block;
	margin-bottom:15px;
	padding:0 20px;
	width:20%;
	vertical-align:top;	
}

/*WE CAN*/

section.we-can>div {
	display:inline-block;
	padding:40px;
	background:rgba(0,0,0,.7);	
}

section.we-can h2 {
	color:#fff;	
}

/*ABOUT SITE*/

section.need {
	text-align:left;	
}
section.need>div {
	display:inline-block;
	width:60%;
	vertical-align:top;
	text-align:left;
	padding: 20px 40px 40px;
	color:#fff;	
	background:rgba(0,0,0,.7);		
}

/*SAMPLE*/

section.sample .item {
	display:inline-block;
	width:45%;
	vertical-align:top;
	text-align:left;	
}
section.sample .item>strong {
	display:block;
	text-align:center;
	text-transform:uppercase;	
}
section.sample .item ul {
	margin:0 auto 40px;
	width:70%;	
}
section.sample .item ul li {
	margin-top:10px;	
}

/*ABOUT*/

section.about .item {
	display:inline-block;
	margin:30px 0 30px;
	padding:0 20px;
	width:33%;
	vertical-align:top;
	text-align:left;
	line-height:22px;
	font-size:16px;
	font-weight:400;	
}
section.about .item strong {
	display:block;
	text-align:center;	
}
section.about p.more {
	font-size:16px;
	font-weight:700;	
}

/*SCOPE*/

section.scope ul {
	margin:55px 0 50px;
	list-style-type:none;	
}
section.scope ul li {
	display:inline-block;
	padding:15px 20px;
	width:33%;
	vertical-align:top;
	text-align:left;	
}

/*OFFER*/

section.offer button {
	cursor:pointer;
	margin:0 10px;
	padding:10px 30px;
	background:#fcf404;
	border:0;
	box-shadow:-1px 0 10px #cfcfcf;
	line-height:24px;
	font-size:18px;
	font-weight:700;
	text-transform:uppercase;	
}

section.offer button:hover {
	background:#fcf980;	
}

@media(max-width:650px) {
	section.offer button {
	margin-bottom:10px;
	width:90%;	
	}
}


/*MEDIA*/

@media(max-width:800px) {
	section h2 {
	font-size:25px!important;	
	}
	section a.control {
		padding:14px 20px;	
	}
	section.intro h1 {
		line-height:40px;
		font-size:30px;	
	}
	section.limit ul {
		margin:30px 0;	
	}
	section.we-can h2 {
		font-weight:700;	
	}
	section.about-site>div {
		line-height:23px;
		font-size:16px;	
	}
	section.sample .item ul {
		width:90%;	
	}
	section.benefit>div {
		width:100%;	
	}
	section.benefit ul {
		text-shadow:1px 2px 3px #333;	
	}
	section.scope {
		line-height:19px;
		font-size:14px;
		font-weight:400;	
	}
	section.scope ul li:before {
		margin-top:0;
		width:40px;
		height:40px;
		-webkit-background-size:cover;
		background-size:cover;	
	}
	section.offer h2 {
		font-size:30px!important;	
	}
	section.offer p {
		margin:20px 0 25px;	
	}
	section.offer p strong {
		font-weight:400;	
	}
	section.offer button {
		padding:8px 20px;
		line-height:22px;
		font-size:16px;	
	}	
}

@media(max-height:600px) {
	section.intro>div {
	width:60%;	
	}
	section.intro h1 {
		line-height:50px;
		font-size:40px;
		font-weight:400;	
	}
	section.dream {
		line-height:22px;
		font-size:16px;	
	}
	section.dream>div {
		width:100%;	
	}
	section.dream ul {
		margin-top:25px;	
	}
	section.dream ul li {
		margin-bottom:20px;	
	}
	section.limit,section.sample,section.benefit,section.about,section.scope,section.follow {
		line-height:23px;
		font-size:16px;	
	}
	section.benefit>div {
		width:80%;	
	}
	section.about .item {
		line-height:21px;
		font-size:14px;	
	}
	section.about .item img {
		width:30%;	
	}
	section.about .item p {
		margin-bottom:10px;	
	}
	body.follow .background {
		position:absolute;	
	}
}
@media(max-width:500px) {
	header .contact>span,header .contact>div {
	display:none;	
	}
	header .contact {
		margin-top:9px;	
	}
	header .contact:before {
		cursor:pointer;
		display:inline-block;
		width:20px;
		height:20px;
		background:url(/project/image/header-contact-tel-icon.svg) no-repeat;
		-webkit-background-size:cover;
		background-size:cover;
		content:'';	
	}
	header .contact.show {
		float:none;
		position:absolute;
		top:0;
		right:0;
		left:0;
		margin-top:-8px;
		padding:10px 20px;
		background:#000;
		text-align:left;	
	}
	header .contact.show:before {
		display:none;	
	}
	header .contact.show>span,header .contact.show>div {
		display:block;	
	}
	header .contact.show>span {
		color:#fff!important;	
	}
	section.intro>div {
		width:80%;	
	}
	section.intro h1 {
		line-height:30px;
		font-size:25px;	
	}
	section.limit ul li {
		padding:20px 0;
		width:100%;	
	}
	section.limit a.control,
	section.about a.control {
		border-radius:50px;
		line-height:20px;	
	}
	section.dream>div {
		width:100%;	
	}
	section.dream ul li {
		margin-bottom:35px;
		width:100%;	
	}
	section.about-site>div {
		width:80%;	
	}
	section.about-site>div p {
		text-shadow:1px 1px 2px #333;	
	}
	section.about-site a.control {
		white-space:nowrap;	
	}
	section.sample {
		margin:20px 0;	
	}
	section.sample h2,section.benefit h2,section.about h2 {
		line-height:30px;
		font-weight:400;	
	}
	section.sample .item ul {
		width:100%;	
	}
	section.sample .item {
		width:100%;	
	}
	section.benefit ul li {
		width:100%;	
	}
	section.about .item {
		margin:20px 0;
		width:100%;	
	}
	section.scope h2 {
		line-height:27px;
		font-size:19px;
		text-transform:none;	
	}
	section.scope ul {
		margin:30px 0;	
	}
	section.scope ul li {
		width:100%;	
	}
	section.offer h2 {
		font-size:14px!important;
		font-weight:700;
		text-transform:uppercase;	
	}
	section.offer p {
		font-size:14px;	
	}
	body.follow .background {
		top:0;
		right:0;
		bottom:0;
		left:0;	
	}
	section.follow .item:before {
		width:35px;
		height:35px;	
	}
}