@import "../fonts/styles.css";

html {

}

body{
	margin:0;
	padding:0;
	max-width:1920px;
	overflow-y: scroll;
	font-family: 'Circe', san-serif;
	background-color:#1b1b1b;
	margin: 0 auto;
}

img{
	max-width:100%;
}

.screen .content{
	opacity:0;
	transition: opacity .3s;
}

.screen .content.loaded{
	opacity:1;
}

*{
    box-sizing: border-box;
}

::-webkit-scrollbar {
	width: 3px;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment  {
	height: 0px;
	display: block;
	background-color: transparent;
}

::-webkit-scrollbar-track-piece  {
	display:none;
}

::-webkit-scrollbar-thumb:vertical {
	border-radius: 10px;
	background:#e92f2f;
}

.content{
	max-width:1400px;
	margin: 0 auto;
	min-height: 500px;
}

div{
    background-repeat: no-repeat;
}


.screen{
	background-position:center center;
	background-color:#1b1b1b;
	position: relative;
	z-index:2;
	background-repeat: no-repeat;	
}
 
.wide{
	display: block;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 10.29pt;
	letter-spacing: 6.5pt;
}
 
 
.right-line {
    display: block;
    text-align: left;
    overflow: hidden;
}

.right-line span {
	position: relative;
    display: inline-block;
    text-transform: uppercase;
}
.right-line span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    background: #fff;
	left: 100%;
    margin-left: 19px;
}
.clear:after{
	content:"";
	display:block;
	clear:both;
}


.topborder{
	border-top:1px solid #fff;
}

.hidden{
	display: none;
}

.listay{
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.64);
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    font-size: 12px;
    letter-spacing: 10px;
	display: none;
    width: 100%;
    text-align: center;
}

.listay span{
	position:relative;
    display: block;
    text-align: center;
    font-size: 15px;
    transform: scaleX(2);
    margin-left: 17px;
    color: #fff;
	top: -20px;
}


 
#s1{
	-webkit-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
    clip-path: polygon(0 7, 100% 0, 100% 93%,0 100%);
	height:1100px;
    padding-top: 387px;
	background-image:url('../img/s1_bg.jpg');
	color:#fff;
	background-attachment:fixed;
	overflow: hidden;
	background-position:center top;
}

.title{
    text-transform: uppercase;
    font-family: 'RubikMonoOne', san-serif;
    font-size: 110px;
	color:rgba(236, 236, 236, 0.93);
    letter-spacing: -10px;
	
}
#s1 .title{
    font-size: 137px;
    letter-spacing: -12px;
    transform: scaleX(1.07);
    margin-left: 25px;
    line-height: 1.14;
}


#s1 .content{
	max-width: 812px;
    padding: 10px 10px 10px 8px;
}


#s1 > .content{

}

#s1 ul.plus{
	margin:0;
	padding:0;
	list-style:none;
}

#s1 ul.plus li{
    display: block;
    margin-bottom: 7px;
}

#s1 ul.plus li:before{
	content: '+';
    display: inline-block;
    font-family: 'RubikMonoOne', san-serif;
    font-size: 32.5px;
    margin-right: 10px;
    color: #e92f2f;
    vertical-align: top;
    line-height: 1em;
	font-weight:normal;
}

#s1 ul.plus h1{
    font-family: 'RubikMonoOne', san-serif;
    font-size: 18.5px;
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    vertical-align: top;
    line-height: 1.8em;
    font-weight: normal;
}

#s1 .left,
#s1 .right{
	width:50%;
	float:left;
	padding: 20px 20px 0 20px;
}

#s1 .left{
	padding-left:0;
}
 
#s1 .right{
	padding-right: 0;
	border-left:1px solid #fff;
	position: relative;
    overflow: hidden;
    height: 165px;
 }
 
#s1 .right .text{
	padding-left: 31px;
    padding-top: 3px;
    font-size: 17px;
    line-height: 1.5em;
    letter-spacing: 0.02em;
    color: #fff;
    opacity: 0.8;
    top: 18px;
    position: absolute;
    left: -100%;
    width: 100%;
 }


#s2, #s3{
    clip-path: polygon(0 7%, 100% 0, 100% 93%,0 100%);
	min-height:1100px;
	margin-top:-101px;
	padding-top:140px;
	padding-bottom:100px;
	color:#fff;
	background-attachment:fixed;
}

#s2{
	background-image:url('../img/s2_bg.jpg');	
}

#s2 .content,
#s3 .content{
    width: 1350px;
    padding: 15px;
    padding-left: 75px;
    padding-top: 65px;
    padding-right: 17px;
}

#s2 .left,
#s3 .left{
	width:500px;
	float:left;
}

#s2 .left .wide,
#s3 .left .wide{
    letter-spacing: 6.3pt;
}

#s2 .left .title, #s3 .left .title{
	font-size: 110px;
	color: #d8d8d8;
    letter-spacing: -11px;
    line-height: 0.9;
    padding-left: 0px;
    margin-bottom: 40px;
}

#s2 .left .wide{
	
}

#s2 .right,
#s3 .right{
    width: 440px;
	float:right;
}

.red {
	font-family: 'RubikMonoOne', san-serif;
    font-size: 62px;
    color: #e92f2f;
    text-indent: -9px;
    margin-bottom: 5px;
    padding-top: 6px;
    letter-spacing: -9px;
}


#s2 .right .wide,
#s3.right .wide{
    display: block;
    margin-bottom: 86px;
    text-indent: 3px;
}


#s2 .right .pad,
#s3 .right .pad{
    padding-left: 38px;
    padding-right: 35px;
}

#s2 .right .text,
#s3 .right .text{
	opacity: 0.5;
    line-height: 1.5;
    letter-spacing: 0.85px;
    font-size: 16px;
    padding-right: 20px;
    margin-bottom: 93px;
}

#s3 .text p{
    margin-top: -5px;
    margin-bottom: 29px;
}

.button {
    display: block;
	text-align:center;
    border: 1px solid #e92f2f;
    color: #fff;
    padding: 21px 26px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2.6px;
    text-decoration: none;
	transition: background .3s ease;
}

.button:hover,
.button:focus {
	outline: none;
	background: rgba(233, 47, 47, 0.85);
}

.button:before{
    vertical-align: middle;
    display: inline-block;
    content: '';
    width: 17px;
    height: 29px;
    background-repeat: no-repeat;
    background-image: url(../img/btn_lightning.png);
    margin-right: 30px;
    margin-left: 2px;
}

.button:hover:before{
	background-position: -17px 0;
}

#s3{
	background-image:url('../img/s3_bg.jpg');	
}

#s3 .content{
	padding-top: 97px;
}

#s34{
	padding-top:200px;
}

.gallery{

}


#s34 .content{
	padding-bottom: 100px;
}

#s34 .buttons{
	display:block;
	width: 80px;
	margin: 0 auto;
	margin-bottom: 40px;
	
}

#s34 .buttons button{
	cursor: pointer;
    font-size: 25px;
	display:block;
	float:left;
	width: 40px;
	height:40px;
	background:#bebbbb;
	color:#545454;
	border:none;
    font-family: "Arial Narrow";
}

#s34 .buttons button:focus{
	outline:none;
}

#s34 .buttons button:hover{
	background:#e92f2f;
	color:#fff;
}




.gallery a{
	display:block;
	width: 33.33%;
	float:left;
	opacity: 1;
	transition: opacity .3s;
	background-size:cover;
	background-position:center center;
	position:relative;
	z-index:1;
}

.gallery a:focus{
	outline: none;
}

.gallery a:after{
	content:'';
	display:block;
	padding-top:66%;
}

.gallery a:hover:after{
	background:	rgba(0,0,0,0.2);
}

.gallery a.img:before{
	background-size: cover;
	position:absolute;
	transition: all .3s cubic-bezier(.25,.67,0,1.51);
	opacity:0;
	top:10%;
	left:50%;
	margin-left:-16px;
	margin-top:-16px;
	content:'';
	height: 32px;
	width:32px;
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCI+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTQwMC4yNjgsMTc1LjU5OWMtMS4zOTktMy4wMDQtNC40MTItNC45MzItNy43MzEtNC45MzJoLTEwMS4xMmw5OS43OTctMTU3LjU2OGMxLjY2NC0yLjYyOCwxLjc2Ni01Ljk1NiwwLjI2NS04LjY3OCAgICBDMzg5Ljk3NywxLjY5LDM4Ny4xMDksMCwzODQuMDAzLDBIMjQ3LjQ3Yy0zLjIzNCwwLTYuMTg3LDEuODI2LTcuNjM3LDQuNzE5bC0xMjgsMjU2Yy0xLjMyMywyLjYzNy0xLjE3OCw1Ljc3NywwLjM3NSw4LjI5NCAgICBjMS41NjIsMi41MTcsNC4zMDEsNC4wNTMsNy4yNjIsNC4wNTNoODcuNzQ4bC05NS42MTYsMjI3LjA4OWMtMS42MywzLjg4My0wLjE3OSw4LjM4OCwzLjQxMywxMC41OSAgICBjMS4zODIsMC44NDUsMi45MTgsMS4yNTQsNC40NDYsMS4yNTRjMi40NDksMCw0Ljg2NC0xLjA1LDYuNTM3LTMuMDI5bDI3My4wNjctMzI0LjI2NyAgICBDNDAxLjIwNiwxODIuMTYxLDQwMS42NjcsMTc4LjYxMSw0MDAuMjY4LDE3NS41OTl6IiBmaWxsPSIjZGIyYzJjIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
}
.gallery a.video:before{
	background-size: cover;
	position:absolute;
	transition: all .3s cubic-bezier(.25,.67,0,1.51);
	content:'';
	top:50%;
	left:50%;
	margin-left:-16px;
	margin-top:-16px;
	height: 32px;
	width:32px;
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDM1NyAzNTciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDM1NyAzNTc7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8ZyBpZD0icGxheS1hcnJvdyI+CgkJPHBvbHlnb24gcG9pbnRzPSIzOC4yNSwwIDM4LjI1LDM1NyAzMTguNzUsMTc4LjUgICAiIGZpbGw9IiNkYjJjMmMiLz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
}

.gallery a.video:hover:before{
	height: 60px;
	width: 60px;
	margin-left:-30px;
	margin-top:-30px;	
}


.gallery a.img:hover:before{
	opacity:1;
	top:50%;
	opacity:1;
}

.gallery a:hover{
	box-shadow: inset 0 0 0 1px #942727;
	z-index:2;
}

.gallery 

.row:after{
	display:block;
	content:'';
	clear:both;
}

.gallery .row{
margin-bottom:20px;
}

#s4{
    height: 930px;
}



#s4 .content{
    padding-top: 248px;
    width: 890px;
    padding-left: 40px;
    padding-right: 10px;
    height: initial;
}

#s4 .wide{
    color: #fff;
    letter-spacing: 8.6px;
    margin-bottom: 37px;
    padding-left: 3px;
}

#s4 .title{
    font-size: 60px;
    line-height: 82px;
    letter-spacing: -4.5px;	
}

#s4 .title span{
	color: #e92f2f;
	position:relative;
}

#s4 .title a{
	text-decoration: none;
	color:#c0bcbc;
}

#s4 .title a:hover,
#s4 .title a:focus{
	text-decoration: none;
	border-bottom: 1px solid #fff;
	color:#fff;
}

#s5 .slider{
	background-image: url(../img/slider_lightning.png);
    background-repeat: no-repeat;
    padding-top: 97px;
    height: 1070px;
	background-position: center center;
}

#s5 .slider .slick-prev, 
#s5 .slider .slick-next{
    top: 35%;
	z-index: 99;
}

#s5 .slider .slick-next {
	right:180px;
}

#s5 .slider .slick-prev {
	left:180px;
}


#s5 .item{
    width: 664px;
	text-align:center;
}

#s5 .item:focus{
	outline:none;
}

#s5 .item .img{
    width: 560px;
    height: 560px;
    background-size: cover;
    margin: 0 auto;
    margin-bottom: 82px;
}

#s5 .item .title{
    font-size: 60.5px;
    text-align: center;
    letter-spacing: -6px;
    color: #fff;
    margin-bottom: 35px;
}

#s5 .item .desc{
    color: #fff;
    max-width: 600px;
    padding: 0 10px;
    margin: 0 auto 37px auto;
    letter-spacing: 1.8px;
}

#s5 .item .price{
    color: #fff;
    font-size: 33px;
}

#s5 .item .title,
#s5 .item .desc,
#s5 .item .price{
	opacity:0;
    transition: all .3s;
}
#s5 .item .img{
    transform: scale(0.7, 0.7);
    transition: all .3s ease-out;
}

#s5 .item.slick-active .title,
#s5 .item.slick-center .title,
#s5 .item.slick-active .desc,
#s5 .item.slick-center .desc,
#s5 .item.slick-active .price,
#s5 .item.slick-center .price{
	opacity:1;
    transition: all .5s ease-out;
}

#s5 .item.slick-active .img,
#s5 .item.slick-center .img {
    transform: scale(1);
    transition: all .3s ease-out;
}


#s6{
	padding-top:300px;
	color:#fff;
	margin-bottom:200px;
}

#s6 .content{
	width:1153px;
	padding:10px;
	position:relative;
}

#s6 .left{
	width: 666px;
	float:left;
	padding-left:114px;
	padding-top: 140px;
}

#s6 .left .do{
	display: inline-block;
	float:left;
}

#s6 .left .posle{
	display: inline-block;
	float:left;	
}
#s6 .left .posle p{
	padding-left: 20px;
}

#s6 .right{
	width: 330px;
    float: right;
}

#s6 .title{
	font-size:48px;
	position:absolute;
	left:0;
	top:0;
	mix-blend-mode: initial;
	color:#fff;
	letter-spacing: -4px;
	z-index: 10;
}

#s6 .button{
	display: inline-block;
}

#s6 .text{
	opacity: 0.8;
    margin-bottom: 40px;
	font-size: 15.5px;
}

#s6 .quote{
	margin-top: 20px;
	margin-bottom: 60px;
}

#s6 .slick-prev{
	left: -200px;
}


#s6 .slick-next{
	right: -200px;
}

#s7{
	margin-top: 100px;
	padding-top: 100px;
	padding-bottom: 100px;
	background-image:url('../img/s7_bg.jpg');
	background-size:cover;
    clip-path: polygon(0 7%, 100% 0, 100% 93%,0 100%);
	color:#fff;
	background-attachment: fixed;

}

.s7content{
	min-height:0px;
	width:1200px;
}

.s7content .left{
	width:50%;
	float:left;
	
}


.s7content .right{
	width:50%;
	float:right;	
}

.abs_btm .s7content {
	    min-height: 0;
}
.abs_btm .s7content .left{
	position:relative;
}

.abs_btm .s7content .left img{
	position:absolute;
    top: -20px;
	z-index: 3;
}

#s7  {
	min-height: 0;
}

#s7 .title{
    font-size: 89px;
    letter-spacing: -5px;
	margin-bottom: 45px;
}

#s7 .text{
	margin-left:93px;
	border-left:1px solid #fff;
	padding-left: 35px;
}

#s7 .text p{
	opacity: 0.8;
}



#s8 .title{
    font-size: 60px;
    letter-spacing: -4.5px;
    width: 700px;
    margin: 0 auto;
    padding-left: 80px;
	margin-bottom: 150px;
}

#s8 .title span{
    color: #e92f2f;
}

.row{
	margin-left:-10px;
	margin-right:-10px;

}

.col3{
	width:33.3333%;
	float:left;
	padding-left: 10px;
	padding-right: 10px;
}

#s8 .item{
	display:block;
	text-decoration:none;
	background-size:cover;
	box-sizing: initial;
    position: relative;
    margin-bottom: 35px;
}
#s8 .item:hover,
#s8 .item:focus{
	text-decoration:none;
	color:#fff;
}

#s8 .content{
	padding-top: 150px;
	padding-bottom: 150px;
	width: 1200px;
}

#s8 .item:before{
    content: "";
    padding-top: 80%;
	display:block;
}

#s8 .item .btline{
	position: absolute;
    bottom: 0;
    padding: 10px 0;
    text-align: center;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    background: rgba(21, 25, 37, 0.76);
	transition: all .3s ease-out;
}

#s8 .item:hover .btline,
#s8 .item:focus .btline{
	 padding: 20px 0;
	 background: rgba(21, 25, 37, 0.95);
}
	
#s8 .item .btline > div{
    float: left;
    width: 33.33%;
    border-left: 1px solid #828488;
    padding: 0 5px;
}

#s8 .item .btline > div:first-child{
	border-left: none;
}

#s8 .item .btline > div > span{
    color: #828488;
    font-size: 11px;
    display: block;
    margin-bottom: 2px;
}


#s8 .desc{
    color: #d1cdcc;
    font-size: 17px;
    line-height: 1.3;
}


#s9{
	background:#ccc;
	clip-path: polygon(0 7%, 100% 0, 100% 93%,0 100%);
	padding-top:200px;
	padding-bottom:100px;
}

#s9 .content{
	width: 620px;
	padding: 10px;
}

#s9 .title{
    font-size: 30px;
    margin-bottom: 25px;
    letter-spacing: -1px;
    color: #1f1f1f;
}

#s9 .wide{
	display:block;
	margin-bottom: 95px;
    color: #1f1f1f;
}	

#s9 .form{
    color: #1f1f1f;
	position:relative;
}

.form{
	position: relative;	
}

.form input{
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    width: 100%;
    padding: 10px 0;
    margin-bottom: 40px;
    font-size: 17px;
    color: #fff;
}



::-webkit-input-placeholder {color:#fff;}
::-moz-placeholder          {color:#fff;}/* Firefox 19+ */
:-moz-placeholder           {color:#fff;}/* Firefox 18- */
:-ms-input-placeholder      {color:#fff;}



#s9 .form ::-webkit-input-placeholder {color:#1f1f1f;}
#s9 .form ::-moz-placeholder          {color:#1f1f1f;}/* Firefox 19+ */
#s9 .form :-moz-placeholder           {color:#1f1f1f;}/* Firefox 18- */
#s9 .form :-ms-input-placeholder      {color:#1f1f1f;}

#s9 .form input{
	color:#1f1f1f;
	border-bottom: 1px solid #1f1f1f;
}

.form input:focus{
	outline: none;
}

#s9 .form .button{
	display: inline-block;
	margin-top: 40px;
	color:#000;
}

#s9 .button:before{
	background-position: -17px 0;
}

#s9 .button:hover{
	color:#fff;
}
#s9 .button:hover:before{
	background-position: 0 0;
}

.form .err{
    text-align: center;
    color: #fff;
    background: #d22727;
    padding: 10px;
    width: 100%;
    top: -65px;
    position: absolute;
}


.form .succes{
    text-align: center;
    color: #fff;
    background: #278237;
    padding: 10px;
    margin-bottom: 15px;
}




.footer{
	height:200px;
	background:#1b1b1b;
	position: relative;
	z-index:2;
}

.footer .left{
    position: absolute;
    left: 0;
	    top: 0;
    width: 250px;
    background: url(../img/footer-left-logo.png) no-repeat;
    background-position: center bottom;
    height: 160px;
	opacity:0.7;
}

.footer .right{
    position: absolute;
    right: 0;
	    top: 0;
    width: 250px;
    background: url(../img/footer-right-logo.png) no-repeat;
    background-position: center bottom;
    height: 160px;	
	opacity:0.7;
}
.footer .content{
    padding-left: 250px;
    padding-right: 250px;
    width: 100%;
    min-height: initial;
	padding-top: 140px;
}

.footer .social{
	text-align:center;
}

.footer .social a{
	opacity: 0.7;
	display:inline-block;
	background-image:url('../img/social-icons.png');
	background-repeat:no-repeat;
	width:23px;
	height:17px;
	margin: 0 5px;
}

.footer .social a:hover{
	opacity:1;
	transition: opacity .3s;
}

.footer .social a.vk{	background-position: 0 0; }
.footer .social a.youtube{	background-position: -47px 0; }
.footer .social a.insta{	background-position: -92px 0; }

	.slick-slide:focus{
outline: none;
}





















