/* header
-----------------------------------------------------------------------------*/
.header {
	padding: 20px;
	position: absolute;
	top: 42px;
	left: 0;
	right: 0;
	z-index: 1;
}
.header .center {
	max-width: 1320px;
}
.header .center:before {
	position: absolute;
	top: 0;
	left: 50%;
	right: 0;
	bottom: 0;
	content: '';
	background: #fff;
}
.header__logo {
	width: 379px;
	height: 45px;
	float: left;
	margin-top: 6px;
	margin-left: 20px;
	background: url(../images/logo_black.png);
	background-size: 379px 45px;
}

.header__menu {
	float: right;
	padding: 13px 0;
}
.header__menu li{
	float: left;
	height: 24px;
	padding-left: 28px;
	text-align: left;
}
.header__menu a {
	display: block;
	text-transform: uppercase;
	line-height: 24px;
	font-size: 13px;
	font-weight: 600;
	color: #000;
	letter-spacing: .8px;
}
.header__menu a:hover {
	color: #999 !important;
}
.header__menu-current a {
	color: #f5a623;
}
.header__lang {
	margin-left: 18px;
	padding: 0 18px !important;
	border-left: 2px solid rgba(74,74,74,.1);
}


.main {
	padding: 180px 0;
	min-height: 100vh;
}

/* home
-----------------------------------------------------------------------------*/
.home {
	color: #fff;
	text-align: center;
}
.home .main {
	overflow: hidden;
}
.home .main .center {
	z-index: 1;
}
.home__bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../images/home.jpg) bottom;
	background-size: cover;
}
.home__bg:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	background: rgba(0,0,0,.8);
}
.main--show .home__bg {
	-webkit-animation: scale 25s linear 0s infinite alternate;
	animation: scale 25s linear 0s infinite alternate;
}
@-webkit-keyframes scale {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	90% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	100% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
}
@keyframes scale {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	90% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	100% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
}


.home .footer:before,
.home .header .center:before {
	display: none;
}
.home .header__logo {
	background-image: url(../images/logo_white.png);
}
.home .header__menu a {
	color: #fff;
}
.home .header__lang {
	border-left-color: rgba(255,255,255,.1);
}


.home .main h1{
	font-size: 70px;
	line-height: 72px;
	font-weight: 300;
	padding-bottom: 34px;
	opacity: 0;
	-webkit-transform: translateY(-40px);
	transform: translateY(-40px);
	transition: opacity 1.2s ease 0s, transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.home .main p{
	font-size: 32px;
	line-height: 33px;
	font-weight: 300;
	padding-bottom: 7px;
	opacity: 0;
	-webkit-transform: translateY(-40px);
	transform: translateY(-40px);
	transition: opacity 1.2s ease .5s, transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) .5s;
}
.home__read-more{
	display: inline-block;
	height: 29px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .8px;
	color: #f5a623;
	text-transform: uppercase;
	border-bottom: 2px solid;
	opacity: 0;
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
	transition: opacity 1.2s ease 1s, transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
.home__border {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	border: 0 solid #fff;
	transition: border-width .25s linear;
}
.home__border--show {
	border-width: 10px;
}

.home .main--show h1,
.home .main--show p,
.home__read-more{
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

/* about
-----------------------------------------------------------------------------*/
.scroll-pane {
	height: 550px;
	width: 800px;
	overflow-y: scroll;
}
.scroll-pane__box {
	max-width: 680px;
	padding: 35px 56px 35px 44px;
}


.bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	background: #fff;
}
.bg__right {
	position: absolute;
	top: 0;
	left: 50%;
	right: 0;
	bottom: 0;
	overflow: hidden;
	margin-left: 1px;
}
.bg__left {
	position: absolute;
	top: 40px;
	left: 40px;
	right: 50%;
	bottom: 40px;
	background: url(../images/grid_big.png);
	background-size: 7px 7px;
}
.bg__about {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../images/about.jpg) bottom;
	background-size: cover;
	-webkit-animation: scale 25s linear 0s infinite alternate;
	animation: scale 25s linear 0s infinite alternate;
}
.bg__about:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	opacity: .75;
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
}

.page {
	width: 940px;
	height: 550px;
	position: relative;
	z-index: 1;
}
.page h1,
.products__title {
	font-size: 13px;
	font-weight: bold;
	letter-spacing: .8px;
	line-height: 18px;
	text-transform: uppercase;
	color: #000;
}
.page h1:after,
.products__title:after {
	content: '';
	width: 30px;
	height: 3px;
	display: block;
	margin: 8px 0 52px;
	background: #f5a623;
}
.page p {
	color: #4a4a4a;
	line-height: 25px;
	margin: 25px 0;
}

/* contacts
-----------------------------------------------------------------------------*/
.contacts .page{
	width: 470px;
	-webkit-transition-delay: 2s;
	transition-delay: 2s;
	-webkit-transform: translateX(-235px);
	transform: translateX(-235px);
}
.contacts--form-show .page {
	width: 940px;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.contacts__box {
	background: #fff;
	width: 470px;
	padding: 40px;
}
.contacts__box h1:after {
	margin-bottom: 33px;
}
.contacts__box .btn {
	top: 138px;
}
.contacts .page{
	overflow: hidden;
}
.contacts__box h1,
.contacts__box p {
	position: relative;
	z-index: 1;
}
.contact-form {
	width: 940px;
	height: 508px;
	background: #f5a623;
	position: absolute;
	top: 0;
	left: 0;
	padding: 40px 40px 0 510px;
	transition: .5s linear;
	-webkit-transform: translateX(940px);
	transform: translateX(940px);
}
.contacts--form-show .contact-form {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.contact-form h3 {
	font-size: 13px;
	font-weight: bold;
	letter-spacing: .8px;
	line-height: 18px;
	text-transform: uppercase;
	color: #fff;
}
.contact-form h3:after {
	content: '';
	width: 30px;
	height: 3px;
	display: block;
	margin: 8px 0 40px;
	background: #fff;
}
.contact-form .btn {
	top: 35px;
}
.contact-form__close {
	position: absolute;
	top: 36px;
	right: 34px;
	width: 24px;
	height: 24px;
	background: url(../images/sprite.svg) -84px -8px;
}

/* products
-----------------------------------------------------------------------------*/
.products .page {
	width: 100%;
}
.products__left {
	position: absolute;
	top: 0;
	left: 0;
	right: 50%;
	bottom: 0;
	overflow: hidden;
	z-index: 1;
}
.products__right {
	position: absolute;
	top: 0;
	right: 0;
	left: 50%;
	bottom: 0;
}
.products__right:after {
	position: absolute;
	top: 40px;
	left: 0;
	right: 30px;
	bottom: 40px;
	content: '';
	background: url(../images/grid_big.png);
	background-size: 7px 7px;
	display: none;
}
.products__img {
	position: absolute;
	top: 0;
	right: 38px;
	left: 0;
	bottom: 0;
	overflow: hidden;
}
.products__img .box,
.products__img .box-new{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
}
.products__up,
.products__down {
	position: absolute;
	top: -1px;
	left: 50%;
	width: 100px;
	height: 100px;
	z-index: 1;
	margin-left: -28px;
	background: rgba(255,255,255,.5);
}
.products__up:hover,
.products__down:hover {
	background: rgba(255,255,255,1);
}
.products__down {
	top: auto;
	bottom: -1px;
}
.products__up:after,
.products__down:after {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	content: '';
	background: url(../images/sprite.svg) -37px -42px;
}
.products__down:after {
	background-position: -57px -42px;
}

.products__title {
	position: absolute;
	right: 124px;
	top: -5px;
	width: 347px;
	height: 40px;
	overflow: hidden;
}
.products__title:after {
	margin: 0;
}
.products__title-box {
	height: 28px;
	position: relative;
	overflow: hidden;
}
.products__content {
	bottom: 40px;
	position: absolute;
	right: 124px;
	top: 40px;
	width: 347px;
	overflow: hidden;
}
.products__content p {
	line-height: 22px;
	margin: 0 0 16px;
}
.products__links li{
	padding-top: 7px;
}
.products__links a{
	text-transform: uppercase;
	font-weight: 700;
	display: inline-block;
	height: 18px;
	color: #f5a623;
	border-bottom: 1px solid;
}
.products__links a:hover{
	border-bottom-color: transparent;
}
.products__next {
	bottom: 0;
	position: absolute;
	right: 124px;
	width: 347px;
	overflow: hidden;
	height: 33px;
	user-select: none;
}
.products__next-btn {
	opacity: .4;
	font-size: 12px;
	line-height: 33px;
	color: #000;
	display: inline-block;
	padding-right: 8px;
	vertical-align: bottom;
}
.products__next-title {
	display: inline-block;
	vertical-align: bottom;
	position: relative;
}
.products__next-title span{
	font-size: 13px;
	font-weight: bold;
	letter-spacing: .8px;
	color: #000;
	line-height: 29px;
	height: 33px;
	padding-right: 9px;
	text-transform: uppercase;
	text-indent: -1px;
	display: inline-block;
	border: 2px solid #f5a623;
	border-left: 0;
	white-space: nowrap;
	right: auto !important;
}
.products__counter {
	position: absolute;
	top: -6px;
	right: 128px;
	width: 50px;
	text-align: right;
	font-weight: bold;
	letter-spacing: .8px;
	color: #000;
	line-height: 34px;
	height: 36px;
	overflow: hidden;
}
.products__counter-current {
	font-size: 32px;
	color: #f5a623;
	position: relative;
	display: inline-block;
}
.products__counter-current span{
	display: inline-block;
}
.products__counter-current .box-new{
	text-align: left;
}

.products__disc {
	left: 80px;
	margin-top: -54px;
	position: absolute;
	top: 50%;
}
.products__disc a {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: rgba(0,0,0,.2);
	margin-bottom: 12px;
}
.products__disc .products__disc-current {
	background: #f5a623
}
.products__bg,
.products__bg:before {
	position: absolute;
	width: 286px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	opacity: .05;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	display: none;
}
.products__bg:before {
	content: "";
	left: -290px;
	opacity: 1;
	top: 150px;
	width: 862px;
}
.products__right:before {
	position: absolute;
	top: -40px;
	left: -510px;
	right: 0;
	bottom: -40px;
	content: '';
	background: #fff;
}
.products .footer:before {
	display: none;
}

.products .main {
	background: url(../images/grid_big.png);
	background-size: 7px 7px;
	border: 40px solid #fff;
}
.begin-scroll {
	display: block;
	padding-top: 95px;
	height: 200px;
	text-align: center;
	position: relative;
	color: #f5a623;
	display: none;
}
.begin-scroll__bar {
	position: absolute;
	top: 121px;
	left: 50%;
	width: 1px;
	height: 60px;
	background: #d8d8d8;
}
.begin-scroll__bar i {
	position: absolute;
	top: 50px;
	left: -8px;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	background: #fff;
	border: solid 1px #979797;
	-webkit-animation: scroll 4s linear 0s infinite;
	animation: scroll 4s linear 0s infinite;
}
.main--scroll .begin-scroll {
	opacity: 0;
}
@-webkit-keyframes scroll {
	0% {
		top: 50px;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	90% {
		top: 50px;
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	100% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
}
@keyframes scroll {
	0% {
		top: 50px;
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	5% {
		top: 50px;
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	10% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	40% {
		top: 50px;
	}
	60% {
		top: -8px;
	}
	90% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	95% {
		top: -8px;
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	100% {
		top: -8px;
		-webkit-transform: scale(0);
		transform: scale(0);
	}
}

.products__item,
.products__img-big,
.products__content h1 {
	display: none;
}

.slide .box,
.slide .box-new{
	transition: .4s linear;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.products .box-new{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}
.products__content .box{
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.products__content .box-new{
	-webkit-transform: translateX(367px);
	transform: translateX(367px);
}

.products__title-box .box-new,
.products__counter-current .box-new,
.products__next-title .box-new {
	-webkit-transform: translateY(-40px);
	transform: translateY(-40px);
}

.slide .box{
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
.slide .box-new{
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.slide .products__content .box{
	-webkit-transform: translateX(-367px);
	transform: translateX(-367px);
}
.slide .products__content .box-new{
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.slide .products__title-box .box,
.slide .products__counter-current .box,
.slide .products__next-title .box {
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
}



.revers .products__img .box-new{
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
.revers .products__content .box-new{
	-webkit-transform: translateX(-367px);
	transform: translateX(-367px);
}

.revers .products__title-box .box-new,
.revers .products__counter-current .box-new,
.revers .products__next-title .box-new {
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
}

.revers.slide .products__img .box{
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}
.revers.slide .products__title-box .box-new,
.revers.slide .products__counter-current .box-new,
.revers.slide .products__next-title .box-new,
.revers.slide .products__img .box-new{
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.revers.slide .products__content .box{
	-webkit-transform: translateX(367px);
	transform: translateX(367px);
}
.revers.slide .products__content .box-new{
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.revers.slide .products__title-box .box,
.revers.slide .products__counter-current .box,
.revers.slide .products__next-title .box {
	-webkit-transform: translateY(-40px);
	transform: translateY(-40px);
}

/* footer
-----------------------------------------------------------------------------*/
.footer {
	position: absolute;
	bottom: 50px;
	left: 0;
	right: 0;
	margin: auto;
	width: 216px;
	height: 32px;
}
.footer:before {
	position: absolute;
	top: 0;
	left: 50%;
	right: 0;
	bottom: 0;
	content: '';
	background: #fff;
}
.copyright {
	font-size: 12px;
	font-weight: 600;
	line-height: 32px;
	text-align: center;
	position: relative;
	text-transform: uppercase;
}