/* Years */
.block_years {
  min-height: 790px;
  max-height: 1080px;
  height: 100vh;
  background: #152e52;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}

.block_years .block-content {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	margin-top: -230px;
	height: 460px;
}

.years-block {
	position: absolute;
	left: 0;
	top: 50px;
	width: 468px;
	height: 388px;
	border: 1px solid rgba(255,255,255,.2);
	border-top: none;
}

.years-block:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 56px;
	height: 1px;
	background: rgba(255,255,255,.2);
	-webkit-transform: scale(1.0, 1.1);
	-ms-transform: scale(1.0, 1.1);
	-o-transform: scale(1.0, 1.1);
	transform: scale(1.0, 1.1);
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top;
}

.years-block:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 56px;
	height: 1px;
	background: rgba(255,255,255,.2);
	-webkit-transform: scale(1.0, 1.1);
	-ms-transform: scale(1.0, 1.1);
	-o-transform: scale(1.0, 1.1);
	transform: scale(1.0, 1.1);
	-webkit-transform-origin: right top;
	-moz-transform-origin: right top;
	-ms-transform-origin: right top;
	-o-transform-origin: right top;
	transform-origin: right top;
}

.years-block-top {
	position: absolute;
	top: -80px;
	left: 0;
	width: 100%;
	text-align: center;
}

.years-block-top__main {
	font-size: 280px;
	line-height: 100%;
	font-family: 'EtelkaTextPro';
	font-weight: 200;
	color: #87ade1;
	opacity: .5;
	margin-bottom: -30px;
}

.years-block-top__text {
	font-size: 17px;
	line-height: 120%;
	font-family: 'EtelkaWide';
	font-weight: 400;
	color: #88aacd;
	text-transform: uppercase;
	letter-spacing: .04em;
}

.years-block-content {
	position: absolute;
	left: 75px;
	top: 235px;
}

.years-block-content__header {
	font-size: 18px;
	line-height: 120%;
	font-family: 'EtelkaWide';
	font-weight: 400;
	color: #fff;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.years-block-content__text {
	font-size: 14px;
	line-height: 24px;
	font-family: 'EtelkaWide';
	font-weight: 200;
	color: #fff;
}

.years-facts {
	position: absolute;
	left: 585px;
	top: 20px;
	width: 325px;
	text-align: left;
}

.years-facts .fact {
	margin-bottom: 70px;
}

.years-facts .fact:before {
	display: none;
}

.years-fact__icon {
	font-size: 22px;
	color: #ec4316;
	font-family: 'EtelkaTextPro';
	font-weight: 400;
	margin-bottom: 20px;
}

.years-facts .fact:first-child .years-fact__icon {
	width: 70px;
	height: 34px;
	-webkit-background-size: 70px 34px;
	background-size: 70px 34px;
}

.years-fact__icon strong {
	font-size: 54px;
}

.years-facts .fact__header {
	color: #fff;
}

.years-facts .fact__text {
	color: #fff;
}
/* \Years */

.header-mini {
	font-size: 27px;
	color: #444;
	text-transform: none;
	letter-spacing: 0;
}

/* Quality */
.block_quality {
	height: 790px;
	color: #001f50;
	border-bottom: 1px solid #f2f2f2;
}

.quality-image {
	position: absolute;
	left: 450px;
	top: 195px;
	width: 1269px;
	height: 540px;
}

.block_quality .header {
	position: absolute;
	left: 0;
	top: 110px;
}

.quality-info {
	position: absolute;
	left: 0;
	top: 405px;
	width: 370px;
}

.quality-info-line {
	position: absolute;
	left: 273px;
	top: 8px;
}

.quality-info-line__line {
	position: absolute;
	background: rgba(47,65,95,.2);
}

.quality-info-line__line_1 {
	left: 0;
	top: 0;
	width: 120px;
	height: 1px;
}

.quality-info-line__line_2 {
	left: 120px;
	top: 0;
	width: 30px;
	height: 1px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top;
}

.quality-info-line__round {
	position: absolute;
	width: 7px;
	height: 7px;
	background: #ec4316;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

.quality-info__header {
	font-size: 18px;
	line-height: 120%;
	color: #001f50;
	font-family: 'EtelkaWide';
	font-weight: 400;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.quality-info__text {
	font-family: 'EtelkaWide';
	font-size: 14px;
	line-height: 24px;
	font-weight: 200;
	color: #444;
}

.quality-info__text strong {
	color: #ec4316;
	font-weight: 400;
}

.quality-step {
	opacity: .0;
	visibility: hidden;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.quality-step_1 {
	-webkit-transition: all .3s .5s ease;
	-o-transition: all .3s .5s ease;
	transition: all .3s .5s ease;
}

.quality-step_2 {
	-webkit-transition: all .3s 1.5s ease;
	-o-transition: all .3s 1.5s ease;
	transition: all .3s 1.5s ease;
}

.quality-step_3 {
	-webkit-transition: all .3s 2.5s ease;
	-o-transition: all .3s 2.5s ease;
	transition: all .3s 2.5s ease;
}

.quality-step_4 {
	-webkit-transition: all .3s 3.5s ease;
	-o-transition: all .3s 3.5s ease;
	transition: all .3s 3.5s ease;
}

.quality-step_5 {
	-webkit-transition: all .3s 4.5s ease;
	-o-transition: all .3s 4.5s ease;
	transition: all .3s 4.5s ease;
}

.i-test_loaded .quality-step {
	opacity: 1.0;
	visibility: visible;
}
/* \Quality */

/* Products */
.block_products {
	height: 975px;
	color: #001f50;
}

.block_products .header {
	padding-top: 110px;
	text-align: center;
	white-space: nowrap;
}

.products-menu {
	position: absolute;
	left: 0;
	top: 268px;
}

.products-menu-item {
	position: relative;
	width: 98px;
	height: 125px;
	margin-bottom: 14px;
	border: 1px solid #eaeaea;
	opacity: .4;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.products-menu-item:hover, .products-menu-item_active {
	opacity: 1.0;
	visibility: visible;
}

.products-menu-item__name {
	position: absolute;
	left: 0;
	top: 10px;
	width: 100%;
	text-align: center;
	font-size: 11px;
	line-height: 120%;
	text-transform: uppercase;
	color: #001f50;
	font-family: 'EtelkaWide';
	font-weight: 400;
}

.products-menu-item__image {
	position: absolute;
	left: 0;
	top: 34px;
	width: 100%;
	height: 77px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: 47px 77px;
	background-size: 47px 77px;
}

.block_products .slides {
	position: absolute;
	right: 0;
	top: 268px;
	width: 813px;
	height: 549px;
	border: 1px solid #eaeaea;
}

.block_products .slides__item {
	width: 100%;
	height: 100%;
}

.product__image {
	position: absolute;
	right: 16px;
	top: 110px;
	width: 250px;
	height: 411px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: auto;
	background-size: auto;
}

.product__content {
	position: absolute;
	left: 35px;
	top: 30px;
	width: 495px;
}

.product__text {
	color: #444;
	padding-bottom: 25px;
	border-bottom: 1px solid #efefef;
	margin-bottom: 30px;
}

.product-benefits {
	white-space: nowrap;
	padding-bottom: 30px;
	border-bottom: 1px solid #efefef;
	margin-bottom: 30px;
}

.product-benefits-item {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 25px;
	margin-right: 20px;
}

.product-benefits-item:nth-child(2), .product-benefits-item:nth-child(5) {
	margin-right: 0;
}

.product-benefits-item:nth-child(4), .product-benefits-item:nth-child(5) {
	margin-bottom: 0;
}

.product-benefits-item__icon {
	width: 36px;
	height: 29px;
	margin-right: 8px;
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: 26px 14px;
	background-size: 26px 14px;
}

.product-benefits-item:nth-child(2) .product-benefits-item__icon {
	-webkit-background-size: 20px 23px;
	background-size: 20px 23px;
}

.product-benefits-item:nth-child(4) .product-benefits-item__icon {
	-webkit-background-size: 18px 29px;
	background-size: 18px 29px;
}

.product-benefits-item:nth-child(5) .product-benefits-item__icon {
	-webkit-background-size: 17px 29px;
	background-size: 17px 29px;
}

.block_products .slides__item:nth-child(3) .product-benefits-item:nth-child(2) .product-benefits-item__icon {
	-webkit-background-size: 23px 29px;
	background-size: 23px 29px;
}

.block_products .slides__item:nth-child(4) .product-benefits-item:nth-child(4) .product-benefits-item__icon {
	-webkit-background-size: 27px 27px;
	background-size: 27px 27px;
}

.product-benefits-item__text {
	display: inline-block;
	vertical-align: middle;
	font-family: 'EtelkaWide';
	font-weight: 400;
	font-size: 10px;
	line-height: 18px;
	text-transform: uppercase;
	width: 195px;
	color: #444;
}

.product-end {
	white-space: nowrap;
}

.product-end .button {
	display: inline-block;
	vertical-align: middle;
	margin-right: 25px;
}

.product-end__desc {
	font-family: 'EtelkaWide';
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	line-height: 21px;
	font-weight: 200;
	color: #444;
}
/* \Products */

/* Support */
.block_support {
  min-height: 800px;
  max-height: 1080px;
  height: 100vh;
  background: #152e52;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  color: #fff;
}

.block_support .block-content {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	margin-top: -225px;
}

.block_support .block-content .header {
	margin-bottom: 55px;
	text-align: center;
}

.support-facts {
	padding-left: 100px;
	width: 385px;
}

.support-facts .fact {
	margin-bottom: 55px;
}

.support-facts .fact:before {
	display: none;
}

.support-fact__icon {
	position: absolute;
	left: -75px;
	top: 0;
	width: 50px;
	height: 50px;
	-webkit-box-sizing: 50px 49px;
	-moz-box-sizing: 50px 49px;
	box-sizing: 50px 49px;
}

.support-facts .fact:nth-child(2) .support-fact__icon {
	-webkit-background-size: 46px 48px;
	background-size: 46px 48px;
}

.support-facts .fact:nth-child(3) .support-fact__icon {
	-webkit-background-size: 50px 41px;
	background-size: 50px 41px;
}

.support-facts .fact__text {
	color: #fff;
}

.support-tf {
	position: absolute;
	right: 0;
	top: 125px;
  width: 307px;
  height: 310px;
  background: #ec4316;
  border: 1px solid #ec4316;
}

.support-tf__icon {
	position: absolute;
	left: 50%;
	top: -32px;
	margin-left: -43px;
	width: 87px;
	height: 87px;
	-webkit-background-size: 87px 87px;
	background-size: 87px 87px;
	display: none;
}

.support-tf-content {
	position: absolute;
	left: 0;
	top: 80px;
	width: 100%;
	text-align: center;
}

.support-tf-content__main {
	font-family: 'EtelkaTextPro';
	font-size: 94px;
	line-height: 100%;
	font-weight: 400;
	color: #fff;
	margin-bottom: 5px;
	opacity: 1.0;
}

.support-tf-content-text {
	font-family: 'EtelkaWide';
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	font-weight: 200;
}
/* \Support */

/* Expirienced */
.block_expirienced {
	min-height: 860px;
	max-height: 1080px;
	height: 100vh;
	background: #022348;
	-webkit-background-size: cover;
	background-size: cover;
}

.block_expirienced .header {
	position: absolute;
	left: 0;
	top: 105px;
	width: 100%;
	text-align: center;
	color: #fff;
}

.expirienced-items {
	position: absolute;
	left: -495px;
	top: 280px;
	width: 1920px;
	height: 402px;
	overflow: hidden;
}

.expirienced-items-inner {
	position: absolute;
	left: 0;
	top: 0;
	width: 20000px;
	height: 100%;
	font-size: 0;
	line-height: 0;
	text-align: left;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.expirienced-item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	background: #fff;
	width: 600px;
	height: 400px;
	margin-right: 60px;
}

.expirienced-item__image {
	position: absolute;
	left: 0;
	top: 0;
	width: 220px;
	height: 100%;
	background: #ccc;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	display:none;
}

.expirienced-item-content {
	position: absolute;
	/*left: 260px;*/
	left:190px;
	top: 40px;
	width: 310px;
}

.expirienced-item-content__logo {
	max-height: 40px;
	max-width: 280px;
}

.expirienced-item-content-inner {
	position: absolute;
	left: 0;
	top: 70px;
	width: 100%;
	z-index: 2;
}

.expirienced-item-content__name {
	font-family: 'EtelkaWide';
	font-size: 14px;
	line-height: 24px;
	color: #002855;
	margin-bottom: 15px;
}

.expirienced-item-content-text {
	position: relative;
	height: 120px;
	overflow: hidden;
	margin-bottom: 15px;
}

.expirienced-item-content-text:after {
	content: '';
	position: absolute;
	left: -100%;
	top: 100%;
	width: 200%;
	height: 100%;
	background: transparent;
	-webkit-box-shadow: 0 -50px 50px rgba(255,255,255,.8);
	box-shadow: 0 -50px 50px rgba(255,255,255,.8);
}

.expirienced-item-content__text {
	font-family: 'EtelkaWide';
	font-size: 14px;
	line-height: 24px;
}

.expirienced-item-content-inner .button {
	height: 52px;
	line-height: 52px;
	padding: 0 25px;
	margin-right: 5px;
}

.expirienced-item-content-inner .button span {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
}

.expirienced-item-content-inner .button_read span {
	font-size: 24px;
}

.block_expirienced .slides-controls {
	position: absolute;
	left: 0;
	bottom: 90px;
	width: 100%;
	text-align: center;
	z-index: 2;
}

.block_expirienced .slides-controls .paginator {
	color: #fff;
	opacity: 1.0;
}
/* \Expirienced */

/* Lk */
.block_lk {
	height: 1000px;
	color: #001f50;
	border-bottom: 1px solid #ccc;
}

.lk-image {
	position: absolute;
	right: 0;
	top: 277px;
	width: 429px;
	height: 602px;
}

.block_lk .header {
	position: absolute;
	left: 0;
	top: 115px;
	width: 100%;
	text-align: center;
}

.lk-facts {
	position: absolute;
	left: 25px;
	top: 310px;
	width: 435px;
}

.lk-facts .fact {
	margin-bottom: 40px;
}
/* \Lk */

/* Cover */
.block_cover {
  min-height: 800px;
  max-height: 1080px;
  height: 100vh;
  background: #152e52;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  color: #fff;
}

.block_cover .block-content {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 772px;
	height: 295px;
	margin-left: -386px;
	margin-top: -147px;
	border: 1px solid rgba(255,255,255,.2);
	border-bottom: none;
	text-align: center;
}

.block_cover .block-content:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 243px;
	height: 1px;
	background: rgba(255,255,255,.2);
	-webkit-transform: scale(1.0, 1.1);
	-ms-transform: scale(1.0, 1.1);
	-o-transform: scale(1.0, 1.1);
	transform: scale(1.0, 1.1);
	-webkit-transform-origin: left bottom;
	-moz-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	-o-transform-origin: left bottom;
	transform-origin: left bottom;
}

.block_cover .block-content:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 243px;
	height: 1px;
	background: rgba(255,255,255,.2);
	-webkit-transform: scale(1.0, 1.1);
	-ms-transform: scale(1.0, 1.1);
	-o-transform: scale(1.0, 1.1);
	transform: scale(1.0, 1.1);
	-webkit-transform-origin: right bottom;
	-moz-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	-o-transform-origin: right bottom;
	transform-origin: right bottom;
}

.block_cover .block-content .header {
	padding-top: 65px;
}

.block_cover .block-content .header h2 {
	margin-bottom: 25px;
}

.cover-end {
	position: absolute;
	left: 0;
	bottom: -30px;
	width: 100%;
	text-align: center;
	z-index: 2;
}

.cover-end .button {
	padding: 0 50px;
}
/* \Cover */

/* Reviews */
.block_reviews {
	height: 785px;
	color: #001f50;
}

.block_reviews .header {
	position: absolute;
	left: 0;
	top: 290px;
}

.reviews-items {
	position: absolute;
	left: 420px;
	top: 142px;
	width: 4500px;
	height: 450px;
	overflow: hidden;
}

.reviews-items-inner {
	position: absolute;
	left: 0;
	top: 0;
	width: 4500px;
	height: 450px;
	font-size: 0;
	line-height: 0;
	text-align: left;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.reviews-item {
	display: inline-block;
	vertical-align: top;
	margin-right: 30px;
}

.reviews-item-block {
	position: relative;
	display: block;
	width: 278px;
	height: 372px;
	border: 1px solid #efefef;
	margin-bottom: 20px;
}

.reviews-item-block__image {
	position: absolute;
	left: 15px;
	top: 11px;
	width: 248px;
	height: 350px;
}

.reviews-item-block__image:after {
	content: '';
	position: absolute;
	right: 12px;
	bottom: 12px;
	width: 33px;
	height: 33px;
	background: transparent url(images/zoom.svg) no-repeat center center;
	-webkit-background-size: 33px 33px;
	background-size: 33px 33px;
	opacity: .0;
	visibility: hidden;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.reviews-item:hover .reviews-item-block__image:after {
	opacity: 1.0;
	visibility: visible;
}

.reviews-item__text {
	font-family: 'EtelkaWide';
	display: block;
	font-size: 14px;
	line-height: 24px;
	font-weight: 200;
	color: #444;
	opacity: .0;
	visibility: hidden;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.reviews-item_active .reviews-item__text {
	opacity: 1.0;
	visibility: visible;
}

.block_reviews .slides-controls {
	position: absolute;
	left: 420px;
	top: 615px;
}
/* \Reviews */

/* Projects */
.block_projects {
	background: #fff;
	height: 950px;
}

.block_projects .header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	text-align: center;
}

.projects-logos {
	position: absolute;
	left: 0;
	top: 170px;
	width: 100%;
	text-align: justify;
	font-size: 1px;
	line-height: 0;
}

.projects-logos:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	height: 0;
}

.projects-logos__item {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #eaeaea;
	cursor: pointer;
	height: 30px;
	padding: 20px 15px;
	opacity: .5;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.projects-logos__item_active {
	opacity: 1.0;
}

.projects-logos__item:hover {
	border-color: #ccc;
	opacity: 1.0;
}

.projects-logos__item:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 30px;
}

.projects-logos__item img {
	display: inline-block;
	vertical-align: middle;
	height: 30px;
}

.projects-logos__item:nth-child(5) img {
	height: 20px;
}

.projects-items {
	position: absolute;
	left: 0;
	top: 260px;
	width: 100%;
	height: 500px;
	overflow: hidden;
}

.projects-items-inner {
	position: absolute;
	left: 0;
	top: 0;
	width: 20000px;
	height: 100%;
	font-size: 0;
	line-height: 0;
	-webkit-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

.projects-item {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 620px;
	height: 100%;
	margin-right: 310px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.projects-item:nth-child(2) {
	background-position: right center;
}

.projects-item_active {
	opacity: 1.0;
	visibility: visible;
}

.projects-block {
	position: absolute;
	right: -310px;
	top: 0;
	width: 310px;
	height: 100%;
	background: #fff;
	border: 1px solid #eaeaea;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.projects-block-data {
	position: absolute;
	left: 42px;
	top: 95px;
	width: 250px;
	height: 340px;
	white-space: nowrap;
}

.projects-block-data:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
}

.projects-block-data__content {
	display: inline-block;
	vertical-align: middle;
	width: 250px;
	white-space: normal;
}

.projects-block-data-item {
	margin-bottom: 45px;
}

.projects-block-data-item:last-child {
	margin-bottom: 0;
}

.projects-block-data-item__header {
	font-family: 'EtelkaTextPro';
	font-size: 22px;
	color: #ec4316;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.projects-block-data-item__header strong {
	font-size: 54px;
	font-weight: 400;
}

.projects-block-data-item__header .projects-block-data-item__header_mid {
	font-size: 34px;
}

.projects-block-data-item__text {
	font-family: 'EtelkaWide';
	font-size: 13px;
	line-height: 24px;
	font-weight: 200;
	color: #444;
}

.block_projects .slides-controls {
	position: absolute;
	left: 0;
	bottom: 105px;
	z-index: 2;
	width: 100%;
	text-align: center;
	font-size: 0;
	line-height: 0;
}
/* \Projects */

/* End */
.block_end {
  min-height: 800px;
  max-height: 1080px;
  height: 100vh;
  background: #152e52;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  color: #fff;
}

.block_end .block-content {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 772px;
	height: 295px;
	margin-left: -386px;
	margin-top: -247px;
	border: 1px solid rgba(255,255,255,.2);
	border-bottom: none;
	text-align: center;
}

.block_end .block-content:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 183px;
	height: 1px;
	background: rgba(255,255,255,.2);
	-webkit-transform: scale(1.0, 1.1);
	-ms-transform: scale(1.0, 1.1);
	-o-transform: scale(1.0, 1.1);
	transform: scale(1.0, 1.1);
	-webkit-transform-origin: left bottom;
	-moz-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	-o-transform-origin: left bottom;
	transform-origin: left bottom;
}

.block_end .block-content:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 183px;
	height: 1px;
	background: rgba(255,255,255,.2);
	-webkit-transform: scale(1.0, 1.1);
	-ms-transform: scale(1.0, 1.1);
	-o-transform: scale(1.0, 1.1);
	transform: scale(1.0, 1.1);
	-webkit-transform-origin: right bottom;
	-moz-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	-o-transform-origin: right bottom;
	transform-origin: right bottom;
}

.block_end .block-content .header {
	padding-top: 65px;
}

.block_end .block-content .header h2 {
	margin-bottom: 25px;
}

.block_end .block-content .cover-end {
	position: relative;
}

.block_end .block-content .cover-end__text {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	text-align: center;
	padding-top: 30px;
  font-family: 'EtelkaWide';
  margin: 0;
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 35px;
  font-weight: 200;
}

.end-footer {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0px;
	height: 85px;
}

.end-footer .descriptor {
	position: absolute;
	left: 0;
	top: 25px;
	font-size: 11px;
}

.end-footer .addr {
	position: absolute;
	right: 0;
	top: 25px;
	font-size: 11px;
}

.end-footer .copyright {
	position: absolute;
	left: 0;
	right: 0;
  bottom: 10px;
  text-align: center;
  font-size: 10px;
  line-height: 15px;
}

.end-footer .copyright a {
	color: #ec4316;
	border-bottom: 1px dashed rgba(236,67,22,.5);
}

.end-footer .copyright a:hover {
	color: #ec4316;
	border-color: rgba(236,67,22,.0);
}

.end-footer .contacts {
	position: absolute;
	right: 0;
	top: 25px;
}
/* \End */

/* Popups */
.iziModal .iziModal-wrap {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

.modal.iziModal {
	background: #fff;
	-webkit-box-shadow: 0 14px 52px rgba(0,0,0,.26);
	box-shadow: 0 14px 52px rgba(0,0,0,.26);
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	border-radius: 0 !important;
}

.modal_video.iziModal {
	background: #fff;
	-webkit-box-shadow: 0 0 0 rgba(0,0,0,.0);
	box-shadow: 0 0 0 rgba(0,0,0,.0);
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	border-radius: 0 !important;
}

.modal.iziModal.hasScroll {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	border-radius: 0 !important;
}

.modal__close {
	position: absolute;
	z-index: 10;
	right: 10px;
	top: 10px;
	width: 34px;
	height: 34px;
	background: transparent url(images/modal/close.svg) no-repeat center center;
	-webkit-background-size: 17px 17px;
	background-size: 17px 17px;
	opacity: .4;
	cursor: pointer;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.modal__close:hover {
	opacity: .8;
}

.modal_map .modal__close {
	right: -55px;
	background: transparent url(images/modal/close_white.svg) no-repeat center center;
	-webkit-background-size: 17px 17px;
	background-size: 17px 17px;
}

.modal_video .modal__close {
	right: -55px;
	background: transparent url(images/modal/close_white.svg) no-repeat center center;
	-webkit-background-size: 17px 17px;
	background-size: 17px 17px;
}

#form-partner .modal__close {
	background: transparent url(images/modal/close_white.svg) no-repeat center center;
	-webkit-background-size: 17px 17px;
	background-size: 17px 17px;
}

.modal_form .modal__content {
	position: relative;
	z-index: 9;
	padding-left: 70px;
	font-size: 0;
	line-height: 0;
	height: 100%;
}

.modal_form .modal__content:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
}

.modal_form .modal__content-inner {
	display: inline-block;
	vertical-align: middle;
}

.modal__header {
	font-family: 'EtelkaWide';
	font-size: 32px;
	line-height: 120%;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: .05em;
	margin-bottom: 10px;
	color: #001f50;
}

.modal__subheader {
	font-family: 'EtelkaWide';
	font-size: 14px;
	line-height: 24px;
	font-weight: 200;
	margin-bottom: 15px;
}

.modal__text {
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
}

.modal__text h3 {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	margin-top: 25px;
	margin-bottom: 5px;
}

.modal__text h3:first-child {
	margin-top: 0;
}

.modal__text p {
	margin-bottom: 15px;
}

.modal__text a {
  color: #444;
  border-bottom: 1px dashed rgba(0,0,0,.2);
}

.modal__text a:hover {
  color: #4dc9be;
  border-bottom: 1px dashed rgba(0,0,0,.0);
}

.modal_form .modal__subheader,
.modal_form .form__input,
.modal_form .form__submit .button {
	width: 285px;
}

.modal_form .form__submit .button {
	padding: 0;
	text-align: center;
}
/* \main */

.modal_text .modal__content {
	padding: 35px 30px !important;
}

.modal_text .modal__header {
	text-align: center;
	margin-bottom: 30px;
}
/* \text */

.modal_map.iziModal.hasScroll .iziModal-wrap {
  overflow-y: visible;
  overflow-x: visible;
}
/* \map */

.modal_video.iziModal.hasScroll .iziModal-wrap {
  overflow-y: visible;
  overflow-x: visible;
}

.modal_video .iziModal-content {
	font-size: 0;
	line-height: 0;
}

.modal_video {
	background: transparent !important;
}
/* \video */

.modal_image .modal__content {
	text-align: center;
}

.modal__content img {
	width: 100%;
}

.iziModal-navigate-caption {
	display: none !important;
}
/* \image */

#form-order .modal__outer {
	height: 563px;
}

#form-order.hasScroll .modal__outer {
	position: relative;
	overflow: hidden;
}

#form-order .modal__subheader {
	width: 320px;
}

.order-round {
	position: absolute;
	left: 513px;
	top: 139px;
	width: 307px;
	height: 307px;
	border: 1px solid #f2f2f2;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

.order-round:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 474px;
	height: 474px;
	margin-top: -237px;
	margin-left: -237px;
	border: 1px solid #f2f2f2;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

.order-products__item {
	position: absolute;
	left: 540px;
	top: 88px;
	width: 250px;
	height: 406px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: auto;
	background-size: auto;
	opacity: .0;
	visibility: hidden;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.order-products__item_active {
	opacity: 1.0;
	visibility: visible;
}

.order-products__name {
	position: absolute;
	right: -85px;
	bottom: -35px;
  font-family: 'EtelkaWide';
  font-size: 36px;
  line-height: 120%;
  color: #001f50;
  font-weight: 400;
  white-space: nowrap;
}

.order-products__name span {
	color: #ec4316;
}
/* \Order */

#form-partner .modal__outer {
	height: 600px;
	background-repeat: no-repeat;
	background-position: right center;
	-webkit-background-size: auto;
	background-size: auto;
}

#form-partner.hasScroll .modal__outer {
	position: relative;
	overflow: hidden;
}

#form-partner .modal__subheader {
	width: 320px;
}
/* \Partner */

/* \Popups */

/* Forms */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
input:-webkit-autofill, 
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: #444;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}

::-webkit-input-placeholder {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-weight: 300;
	color: #a0a0a0;
}

:-moz-placeholder {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-weight: 300;
	color: #a0a0a0;
}

::-moz-placeholder {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-weight: 300;
	color: #a0a0a0;
}

:-ms-input-placeholder {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-weight: 300;
	color: #a0a0a0;
}

.form__input {
	width: 325px;
	height: 50px;
	border-bottom: 1px solid #dcdcdc;
	background: transparent url(images/empty.png) no-repeat left center;
	-webkit-background-size: auto 15px;
	background-size: auto 15px;
	text-align: left;
	margin-bottom: 20px;
}

.form__input:hover {
	border-color: #001f50;
}

.form__input_focus {
	border-color: #001f50;
}

.form__input_error {
	border-color: #ff4242;
}

.form__input_phone {
	-webkit-background-size: 14px 14px;
	background-size: 14px 14px;
}

.form__input_email {
	-webkit-background-size: 15px 13px;
	background-size: 15px 13px;
}

.form__input_city {
	background-position: 1px center;
	-webkit-background-size: 14px 18px;
	background-size: 14px 18px;
}

.form__input input {
	border: none;
	outline: none;
	background: transparent;
	display: block;
	width: 100%;
	height: 100%;
	padding-left: 35px;
	line-height: 100%;
	font-size: 16px;
	font-weight: 300;
	color: #333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.form__select {
	width: 339px;
	height: 52px;
	margin-bottom: 24px;
	border: 1px solid #f4dcbc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	outline: none !important;
	padding: 0 20px;
	font-size: 13px;
	font-weight: 400;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.custom-select_zoomed {
	-webkit-animation: zoomElement .3s ease-in-out .0s 1;
	-o-animation: zoomElement .3s ease-in-out .0s 1;
	animation: zoomElement .3s ease-in-out .0s 1;
}

.custom-select__option-wrap {
	max-height: 16.25rem;
}

@-webkit-keyframes zoomElement {
	0% {
		-webkit-transform: scale(1.0);
	}
	50% {
		-webkit-transform: scale(1.1);
	}
	100% {
		-webkit-transform: scale(1.0);
	}
}
@-o-keyframes zoomElement {
	0% {
		-o-transform: scale(1.0);
	}
	50% {
		-o-transform: scale(1.1);
	}
	100% {
		-o-transform: scale(1.0);
	}
}
@keyframes zoomElement {
	0% {
		transform: scale(1.0);
	}
	50% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1.0);
	}
}

.custom-select__option:last-child {
	color: transparent;
}

.custom-select__option:last-child:before {
  content: 'Нужен другой размер?';
  color: #444;
  border-bottom: 1px dashed #000;
  display: inline-block;
  vertical-align: middle;
  line-height: 120%;
}

.custom-select__option:last-child:after {
	content: '';
	position: absolute;
	left: 20px;
	right: 20px;
	height: 1px;
	background: #e9e9e9;
}

.form__submit {
	padding-top: 5px;
	margin-bottom: 20px;
}

.form-confidence {
	font-size: 0;
	line-height: 0;
	text-align: left;
}

.form-confidence__checkbox {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	width: 16px;
	height: 16px;
	-webkit-background-size: 16px 16px;
	background-size: 16px 16px;
	margin-right: 15px;
	opacity: .2;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.form-confidence__checkbox:hover {
	opacity: .7;
}

.form-confidence__text {
	font-family: 'EtelkaWide';
	display: inline-block;
	vertical-align: middle;
	font-size: 8px;
	line-height: 14px;
	font-weight: 400;
	color: #444;
	opacity: .6;
}

.form-confidence__text a {
  color: #444;
  border-bottom: 1px dashed rgba(68,68,68,.5);
}

.form-confidence__text a:hover {
  color: #e94216;
  border-bottom: 1px dashed rgba(68,68,68,.0);
}

.i-loader {
  position: fixed;
  z-index: 998;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(242, 242, 242, 0.6) url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCA0NCA0NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHJva2U9IiM5OTkiPiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS13aWR0aD0iMiI+ICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiAgICAgICAgICAgICAgICBiZWdpbj0iMHMiIGR1cj0iMS40cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAyMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIiAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgICAgICAgICAgICAgICAgYmVnaW49IjBzIiBkdXI9IjEuNHMiICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsgMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMywgMC42MSwgMC4zNTUsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgPC9jaXJjbGU+ICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiAgICAgICAgICAgICAgICBiZWdpbj0iLTAuOXMiIGR1cj0iMS40cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAyMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIiAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgICAgICAgICAgICAgICAgYmVnaW49Ii0wLjlzIiBkdXI9IjEuNHMiICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsgMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMywgMC42MSwgMC4zNTUsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgPC9jaXJjbGU+ICAgIDwvZz48L3N2Zz4=) no-repeat center;
  display: none;
  z-index: 9999999;
}

.tippy-tooltip[data-size=small] {
    padding: 8px 10px;
    font-size: 14px;
}
/* \Forms */