
     /* =========== */
/* =+===== CONTENT ======= */
     /* =========== */
     
/* Engine power choice */
.engineLink {
	width: 100%;
	height: 570px;
	position: relative;
	padding-top: 0px;
}
.engineLink:before {
	content: '';
	display: block;
	width: 100%;
	height: 140px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100%;
	background-image: url(../img/bcg-bottom-fire.png);
	z-index: 1;
}
.main h2 {
	position: absolute;
	top: 30px;
	left: -70px;
	font-size: 1.375em;
	font-weight: 400;
	color: #fff;
	z-index: 6;
	margin: 0;
}
.main h2>span {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../img/fire.png);
	width: 185px;
	height: 40px;
	display: inline-block;
	margin-bottom: -14px;
	margin-right: 5px;
	-webkit-transition: all 1s linear;
	transition: all 1s linear;
}
.engineLink_wrap {
	position: relative; 
	z-index: 1;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	box-sizing: border-box;
	padding-bottom: 50px;
}
.engineLink_block {
	position: relative;
	width: 25%;
	min-width: 340px;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-transition: none;
	transition: none;
	background-image: url(../img/engine24-inactive.png);
}
.engineLink_block:nth-child(2) {
	margin-left: 10%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../img/engine50-inactive.png);
}

.engineLink_block>a {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-transition: none;
	transition: none;
	opacity: 0;
}
.engineLink_block>a.hp24 {
	background-image: url(../img/engine24-active.png);
}
.engineLink_block>a.hp50 {
	background-image: url(../img/engine50-active.png);
}
.engineLink_block:hover>a.hp24 {
	opacity: 1;
}
.engineLink_block:hover>a.hp50 {
	opacity: 1;
}
.engineLink_block>.title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 235px;
	position: absolute;
	bottom: 5px;
	left: 50px;
	pointer-events: none;
}
.engineLink_block:nth-child(1)>.title {
	width: 200px;
	left: 70px;
}
.engineLink_block>.title>h3 {
	margin: 0;
	font-size: 1.75em;
	font-weight: 400;
	color:#fff;
	word-wrap: normal;
	line-height: 1.375em;
	text-align: center;
}
.engineLink_block>.title>.icon {
	display: block;
	width: 45px;
	min-width: 45px;
	height: 37px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../img/link-square-inactive.png);
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.engineLink_block:hover>.title>.icon {
	background-image: url(../img/link-square-active.png);
}

/* About engine */
.aboutEngine{
	width: 100%;
	position: relative;
}
.aboutEngine>.container>.row {
	padding-top: 85px;
	padding-bottom: 60px;
}
.aboutEngine_wrap {
	position: relative;
	width: 780px;
	height: 470px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	background-image: url(../img/bcg-aboutEngine.png);
	margin:0 auto;
	margin-bottom: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	padding-top: 20px;
}
.aboutEngine_wrap .article {
	width: 180px;
	padding-left: 20px;
	padding-top: 20px;
}
.aboutEngine_wrap .article>p{
	font-size: 1em;
	font-weight: 400;
	color: #fff;
	margin: 0;
	text-align: left;
}
.aboutEngine_wrap .article>p>font>font {
	font-size: 0.8em;
}
.aboutEngine_wrap .article>p:first-child {
	font-weight: 700;
	margin-bottom: 10px;
}
.aboutEngine_list {
	padding: 0;
	list-style: none;
	width: 145px;
	height: calc(100% - 70px);
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.aboutEngine_list>li {
	font-size: 0.875em;
	font-weight: 400;
	color: #fff;
	cursor: pointer;
	position: relative;
	padding-bottom: 2px;
	border-bottom: 2px solid transparent;
	-webkit-transition: none;
	transition: none;
	margin-bottom: 10px;
}
.aboutEngine_list>li>font>font{
	font-size: 0.86em;
}
.aboutEngine_list>li:before {
	content: '';
	display: block;
	position: absolute;
	bottom: -2px;
	right: 145px;
	height: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	background-image: url(../img/aboutEngine-figure.png);
	pointer-events: none;
	border-bottom: 2px solid #ed2010;
	display: none;
}
.aboutEngine_list>li#part1:before {
	width: 232px;
    -webkit-transform: rotateZ(-192deg);
            transform: rotateZ(-192deg);
    bottom: -26px;
    right: 141px;
}
.aboutEngine_list>li#part2:before {
	width: 122px;
	bottom: -8px;
	right: 143px;
	-webkit-transform:rotateZ(-186deg);
	        transform:rotateZ(-186deg);
}
.aboutEngine_list>li#part3:before {
	width: 265px;
    -webkit-transform: rotateZ(-160deg);
            transform: rotateZ(-160deg);
    bottom: 43px;
    right: 136px;
}

.aboutEngine_list>li#part4:before {
	width: 230px;
    -webkit-transform: rotateZ(-162deg);
            transform: rotateZ(-162deg);
    bottom: 33px;
    right: 138px;
}
.aboutEngine_list>li#part5:before {
	width: 220px;
    -webkit-transform: rotateZ(-151deg);
    transform: rotateZ(-151deg);
    right: 130px;
    bottom: 52px;
}
.aboutEngine_list>li#part6:before {
	width: 319px;
    -webkit-transform: rotateZ(-160deg);
    transform: rotateZ(-160deg);
    right: 135px;
    bottom: 52px;
}
.aboutEngine_list>li#part3>fon>font{
	line-height: 0.5em;
}
.aboutEngine_list>li#part1.hover:before {
	display: block;
}
.aboutEngine_list>li#part2.hover:before {
	display: block;
}
.aboutEngine_list>li#part3.hover:before {
	display: block;
}
.aboutEngine_list>li#part4.hover:before {
	display: block;
}
.aboutEngine_list>li#part5.hover:before {
	display: block;
}
.aboutEngine_list>li#part6.hover:before {
	display: block;
}
.aboutEngine_list>li:hover {
	color: #dd161c;
	border-bottom: 2px solid #ed2010;
}
.aboutEngine_list>li:hover:before {
	display: block;
}
.aboutEngine_wrap .point {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border:3px solid #ed2010;
	color: #ed2010;
	line-height: 30px;
	font-size: 1em;
	font-weight: 700;
	text-align: center;
	position: absolute;
	background-color: #fff;
	cursor: pointer;
	-webkit-transition: none;
	transition: none;
}
.aboutEngine_wrap .point>font>font{
	color: #ed2010;
	line-height: 30px;
	transition: none;
}
.aboutEngine_wrap .point:hover>font>font {
	background-color: #dd161c;
	color:#fff;
}
.aboutEngine_wrap #point1 {
	top: 115px;
	left: 370px;
}
.aboutEngine_wrap #point2 {
	top: 140px;
	left: 465px;
}
.aboutEngine_wrap #point3 {
	top: 80px;
	left: 340px;
}
.aboutEngine_wrap #point4 {
	top: 180px;
	left: 370px;
}
.aboutEngine_wrap #point5 {
	top: 250px;
	left: 400px;
}
.aboutEngine_wrap #point6 {
	top: 305px;
	left: 295px;
}
.aboutEngine_wrap .point:hover {
	background-color: #dd161c;
	color:#fff;
}

/* Slider */
.proud {
	width: 100%;
	position: relative;
}
.proud:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 140px;
	background-image: url(../img/bcg-top-fire.png);
	background-position: top center;
	background-size: 100%;
	background-repeat:no-repeat;
	z-index: 1;
}
.proud>.container>.row {
	padding-top: 140px;
}
.proud_wrap {
	margin-bottom:100px;
	width: 870px;
	position: relative;
	left: calc(50% - 435px);
	z-index: 5;
	cursor: default;
}
.proud_block {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	position: relative;
	margin-left: 185px;
	opacity: .3;
	cursor: default;
	outline: none;
}
.proud_block:hover, .proud_block:focus {
	outline: none;
}
.proud_block.transparent {
	opacity: 0;
}
.proud_block>.year {
	font-family: 'KozGoPro-ExtraLight', Tahoma;
	font-size: 7em;
	height: 100%;
	font-weight: 200;
	cursor: default;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.proud_block>.divider {
	height: 135px;
	width: 13px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100%;
	background-image: url(../img/divider-slider-main.png);
	margin: 0 25px;
	-webkit-filter: saturate(0%);
	        filter: saturate(0%);
}
.proud_block>.article {
	font-size: 1.125em;
}
.proud_block>.award {
	height: 140px;
	position: absolute;
	left: -70px;
	top:20px;
	cursor: default;
}
.proud_block>.award>img{
	height: 100%;
}
.proud .slick-vertical .slick-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 180px;
}
.proud .slick-prev, .proud .slick-next {
	left: 50%;
	width: 27px;
	height: 17px;
	right:auto;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border:none;
	background-color: transparent;
	z-index: 10;
}
.proud .slick-prev:before, .proud .slick-next:before {
	display: none;
}
.proud .slick-prev {
	top: -30px;
	background-image: url(../img/prev-arrow.png);
}
.proud .slick-next {
	bottom: -30px;
	top: auto;
	background-image: url(../img/next-arrow.png);
}
.proud .slick-disabled {
	opacity: 0;
}
.proud .slick-center.slick-current {
	opacity: 1;
}
.proud .slick-center.slick-current>.divider {
	-webkit-filter:saturate(100%);
	        filter:saturate(100%);
}



.swiper-slide {
      text-align: center;
      font-size: 1.125em;
      background: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }

@media all and (max-height: 700px) {
	.proud .slick-vertical .slick-slide.slick-center.slick-current {
		height: 160px;
	}
	.proud .slick-vertical .slick-slide {
		height: 160px;
	}
	.proud_block>.award {
		height: 140px;
		top: 25px;
		left: -65px;
	}
	.proud_block>.year {
		font-size: 6.111em;
	}
}
@media all and (max-width: 1440px) {
	.proud_block>.award {
		top:00px;
	}
}
@media all and (max-width: 1360px) {
	footer>.container:before {
		right: 0;
	}
}
@media all and (max-height: 600px) {
	.proud .slick-vertical .slick-slide.slick-center.slick-current {
		height: 125px;
	}
	.proud .slick-vertical .slick-slide {
		height: 125px;
	}
	.proud_block>.award {
		height: 115px;
		top:15px;
		left: -65px;
	}
	.proud_block>.year {
		font-size: 5.556em;
	}
}
@media all and (max-width: 1024px) {
	.proud .slick-vertical .slick-slide.slick-center.slick-current {
		height: 150px;
	}
	.proud .slick-vertical .slick-slide {
		height: 150px;
	}
	.proud_block>.award {
		top: 0px;
	}
	.proud_block>.award>img {
		max-width: 100%;
		max-height: 100%;
	}
	.proud .slick-prev, .proud .slick-next {
		width: 50px;
		height: 32px;
	}
	.proud .slick-prev {
		top: -50px;
	}
	.proud .slick-next {
		bottom: -50px;
	}
	.proud_block>.year {
		height: 150px;
		line-height: 130px;
	}
}
