#body {
	padding-top: 0
}
#homs_sl {
	/* background-color: #be2e21; */
	background-color: #1b1b1b;
	width: 100%;
	height: 903px;
	position: relative;
	overflow: hidden;
}
.sl-text {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    width: 1380px;
    margin: 0 auto;
    position: absolute;
    border: 0;
    bottom: 58px;
    left: 50%;
    transform: translateX(-50%);
}
.sl-text .item {
	font-family: "Days One",sans-serif;
	background-color: rgba(255,255,255,.8);
	box-sizing: border-box;
	position: relative;
	width: 660px;
	padding: 0 94px;
	height: 226px;
	display: flex;
	align-items: center;
	text-decoration: none;
}
.sl-text .item.first,
.sl-text .item.second {
	margin-bottom: 42px;
}
.sl-text .item span {
	display: block;
}
.sl-text h2 {
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
	line-height: 32px;
	position: relative;
	padding: 15px 0 25px;
	top: 10px;
}
.sl-text h2 .big {
    font-size: 1.5em;
	font-weight: 700;
}
.sl-text .item.first,
.sl-text .item.third {
    justify-content: flex-end;
	text-align: right;
}
.sl-text h2::before {
	content: "";
	top: 0;
	left: 0;
	position: absolute;
	width: 100px;
	height: 10px;
	background-color: #000;
}
.sl-text h2::after {
	content: "";
	right: 0;
	bottom: 0;
	position: absolute;
	width: 150px;
	height: 10px;
	background-color: red;
}
.sl-text .item::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 225px;
	height: 170px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.sl-text .item,
.sl-text .item h2::before,
.sl-text .item h2::after {
	transition: .5s;
}
.sl-text .item:hover h2::before,
.sl-text .item:hover h2::after {
	width: 100%;
}
.sl-text .item.first::before {
	background-image: url("../../images/skins/japan/top-sl-1.png");
	left: 50px;
}
.sl-text .item.second::before {
	background-image: url("../../images/skins/japan/top-sl-2.png");
	right: 50px;
}
.sl-text .item.third::before {
	background-image: url("../../images/skins/japan/top-sl-3.png");
	left: 50px;
}
.sl-text .item.fourth::before {
	background-image: url("../../images/skins/japan/top-sl-4.png");
	right: 50px;
}
.button-fixed {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: .3s;
	width: 87px;
	height: 275px;
	z-index: 99999;
	background-size: contain !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}
.button-fixed.button-oil-guide {
	transform: translateY(-38%);
	border-right: 0px solid #fff;
	background: url("../../images/button-oil-guide.png");
}
.button-fixed.button-oil-guide:hover {
	border-right: 10px solid #fff;
}
.button-fixed.button-contact-us {
	border-right: 0px solid #000;
	background: url("../../images/button-contact-us.png");
}
.button-fixed.button-contact-us:hover {
	border-right: 10px solid #000;
}
.why-choose-us {
	position: relative;
	margin: 40px 0 0;
}
.why-choose-us h2 {
	font-size: 44px;
	margin-bottom: .4em;
}
.why-choose-us .limiter {
	position: relative;
	background: url("../../images/boss.jpg") no-repeat right bottom;
	padding: 5px 0 45px;
}
.why-choose-text,
.why-choose-text div {
	box-sizing: border-box;
} 
.why-choose-text {
	display: flex;
	justify-content: space-between;
	margin-right: 280px;
}
.red-block {
	background-color: #be2e21;
	color: #fff;
	width: 660px;
	padding: 60px 75px;
	text-align: justify;
	line-height: 1.7;
	display: flex;
	align-items: center;
}
.white-block {
	width: 380px;
	margin-left: 60px;
	position: relative;
	background-color: #f6f6f6;
	border: 1px solid #eee;
	padding: 2em;
	display: flex;
	align-items: center;
}
.white-block p {
	text-align: justify;
	/* font-family: "Days One",sans-serif; */
	font-size: .84em;
	font-weight: 700;
	position: relative;
	background: url("../../images/bg-about-us-block.png") no-repeat left center;
	background-size: 34px 100%;
	padding-left: 60px;
}
.top-products {
	padding: 40px 0 80px;
	background: url("../../images/bg-top-products.jpg") no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
}
.top-products h2 {
	color: #fff;
	text-align: center;
	font-size: 44px;
	margin-bottom: .5em;
	font-weight: 700;
}
.top-products-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.top-products-items .item {
	position: relative;
	box-shadow: 0 0 5px #000;
	top: 0;
	transition: .5s;
}
.top-products-items .item:hover {
	top: -5px;
}
.top-products-items .item img {
	display: block;
}
.top-products-items .item .title {
	background-color: #fff;
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	width: 76%;
	min-height: 68px;
	margin: 0 auto;
	padding: 10px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Days One",sans-serif;
	text-transform: uppercase;
}
.top-products-items .item .title span{
	text-align: center;
}
.advantages .limiter {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    margin: 0 auto;
	padding: 30px 0;
	position: relative;
}
.advantages {
	position: relative;
	overflow: hidden;
}
.advantages::after {
    content: "";
	background-color: #000;
	position: absolute;
	top: 50px;
	left: 50%;
	height: calc(100% - 100px);
	width: 6px;
	transform: translateX(-50%);
}
.advantages .limiter .item {
    box-sizing: border-box;
    position: relative;
    width: 580px;
    padding: 15px 0 15px 100px;
    min-height: 211px;
    display: flex;
    align-items: center;
    text-decoration: none;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 0;
	margin-right: 0;
	text-align: justify;
	font-size: 1.1em;
	line-height: 1.5;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 63px 100%;
	transition: .5s;
	color: #4d4d4d;
	background-color: #fff;
	border-right: 0px solid #fff;
}
.advantages .limiter .item:hover {
	color: #cc1100;
	background-color: #f1f1f1;
	padding-left: 85px;
	/* border-right: 15px solid #f1f1f1; */
	padding: 15px 15px 15px 85px;
}
.advantages .limiter .item.first {
	background-image: url("../../images/home/advantages/1.png");
}
.advantages .limiter .item.second {
	background-image: url("../../images/home/advantages/2.png");
}
.advantages .limiter .item.third {
	background-image: url("../../images/home/advantages/3.png");
}
.advantages .limiter .item.fourth {
	background-image: url("../../images/home/advantages/4.png");
}
@media screen and (max-width: 1600px) {
	#homs_sl {
		height: 750px;
	}
}
@media screen and (max-width: 1440px) {
	#homs_sl {
		height: 675px;
	}
	.sl-text {
		width: 1260px;
	}
	.sl-text .item {
		width: 600px;
		padding: 0 40px;
		height: 180px;
	}
	.sl-text .item.first::before {
		left: 35px;
	}
	.sl-text .item.second::before {
		right: 20px
	}
	.sl-text .item.third::before {
		left: 28px;
	}
	.sl-text .item.fourth::before {
		right: 23px;
	}
	.button-fixed {
		width: 57px;
		height: 180px;
	}
	.button-fixed.button-oil-guide {
		transform: translateY(-123px);
	}
	.top-products-items {
		max-width: 96%;
		margin: 0 auto;
	}
	.top-products-items .item {
		max-width: 30.3%;
	}
	.advantages .limiter .item {
		min-height: 160px;
		padding: 15px 0 15px 80px;
		font-size: 16px;
		line-height: 1.5;
		background-size: 50px 100%;
	}
	.advantages .limiter .item:hover {
		padding: 15px 15px 15px 65px;
	}
}
@media screen and (max-width: 1439px) {
	.why-choose-text {
		width: calc(100% - 280px);
		margin-right: 280px;
	}
	.red-block {
		width: 53%;
	}
	.white-block {
		width: 40%;
		margin-left: 0;
	}
}
@media screen and (max-width: 1366px) {
	#homs_sl {
		height: 640px;
	}
	.sl-text {
		width: 1200px;
	}
	.sl-text .item {
		width: 580px;
		padding: 0 40px;
		height: 180px;
	}
	.sl-text .item.first, .sl-text .item.second {
		margin-bottom: 35px;
	}
	.button-fixed.button-oil-guide {
		transform: translateY(-133px);
	}
}
@media screen and (max-width: 1365px) {
	.advantages .limiter {
		padding: 30px 0 50px;
	}
	.advantages .limiter .item {
		min-height: 150px;
		font-size: 16px;
		line-height: 1.4;
		background-size: 42px 100%;
		max-width: 45%;
		margin: 20px 0 0;
		padding: 10px 0 10px 60px;
	}
	.advantages .limiter .item:hover {
		padding: 10px 10px 10px 50px;
	}
}
@media screen and (max-width: 1280px) {
	#homs_sl {
		height: 600px;
	}
	.sl-text {
		width: 1100px;
	}
	.sl-text .item {
		width: 540px;
		padding: 0 40px;
		height: 180px;
	}
	.sl-text .item.first, .sl-text .item.second {
		margin-bottom: 18px;
	}
	.button-fixed.button-oil-guide {
		transform: translateY(-136px);
	}
	.top-products {
		padding: 30px 0 50px;
	}
	.why-choose-us h2,
	.top-products h2 {
		font-size: 30px;
	}
	.top-products-items .item {
		font-size: 16px;
	}
	.why-choose-text {
		flex-wrap: wrap;
	}
	.red-block {
		width: 100%;
		padding: 30px;
		margin-bottom: 30px;
	}
	.white-block {
		width: 100%;
		padding: 30px 15px;
	}
	.white-block p {
		padding-left: 45px;
	}
}
@media screen and (max-width: 1024px) {
	#homs_sl {
		height: 480px;
	}
	.sl-text {
		width: 960px;
		bottom: 10px;
	}
	.sl-text .item {
		width: 470px;
		padding: 0 20px;
		height: 160px;
	}
	.sl-text .item.first, .sl-text .item.second {
		margin-bottom: 18px;
	}
	.sl-text .item::before {
		width: 175px;
		height: 130px;
	}
	
	.sl-text .item.first::before {
		left: 18px;
	}
	.sl-text .item.second::before {
		right: 4px
	}
	.sl-text .item.third::before {
		left: 11px;
	}
	.sl-text .item.fourth::before {
		right: 8px;
	}
	.button-fixed {
		width: 51px;
		height: 160px;
	}
	.button-fixed.button-oil-guide {
		transform: translateY(-17px);
		box-shadow: 0 0 5px #777;
	}
	.top-products-items .item {
		font-size: 14px;
	}
	.top-products-items .item .title {
		bottom: 15px;
		min-height: 50px;
		padding: 5px;
		width: 90%;
	}
	.advantages .limiter {
		padding: 20px 0 40px;
	}
	.advantages::after {
		height: calc(100% - 80px);
		width: 3px;
		transform: translateX(-50%);
		top: 43px;
	}
	.advantages .limiter .item {
		min-height: 100px;
		font-size: 14px;
		line-height: 1.3;
		padding: 10px 0 10px 45px !important;
		border-width: 0 !important;
		background-color: #fff !important;
		background-size: 30px auto;
		background-position: left center;
	}
	.advantages .limiter .item::before {
		content: "";
		width: 35px;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		background-color: #ff1500;
		background-image: inherit;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}
}
@media screen and (max-width: 980px) {
	#homs_sl {
		height: 459px;
	}
	.button-fixed.button-oil-guide {
		transform: translateY(-29px);
	}
}
@media screen and (max-width: 800px) {
	#homs_sl {
		height: 375px;
	}
	.sl-text {
		width: 620px;
		bottom: 0;
		transform: translate(-50%, -50px) !important;
	}
	.sl-text .item {
		width: 300px;
		padding: 0 10px;
		margin: 10px 0 !important;
		height: 100px;
	}
	.sl-text .item::before {
		width: 120px;
		height: 70px;
	}
	.sl-text .item.first::before {
		left: 0px;
	}
	.sl-text .item.second::before {
		right: -10px;
	}
	.sl-text .item.third::before {
		left: -5px;
	}
	.sl-text .item.fourth::before {
		right: -7px;
	}
	.sl-text h2 {
		font-size: 14px;
		line-height: 1.3;
		padding: 10px 0 8px;
		box-sizing: border-box;
	}
	.sl-text h2 span {
		font-size: 1.2em !important;
		font-weight: 700;
	}
	.sl-text h2::before {
		width: 40px;
		height: 5px;
	}
	.sl-text h2::after {
		width: 40px;
		height: 5px;
	}
	.button-fixed {
		width: 33px;
		height: 102px;
	}
	.button-fixed {
		top: 50%;
		transform: translateY(-57px);
	}
	.button-fixed.button-oil-guide {
		transform: translateY(-29px);
		top: 50%;
	}
	.top-products {
		padding: 30px 0;
	}
	.top-products-items .item {
		font-size: 10px;
	}
	.top-products-items .item .title {
		bottom: 10px;
		min-height: 37px;
		padding: 5px;
		width: 90%;
	}
	.why-choose-us .limiter {
		background: none;
	}
	.why-choose-text {
		width: calc(100% - 60px);
	}
	.red-block {
		line-height: 1.5;
		font-size: .84em;
	}
	.white-block p {
		font-weight: 400;
	}
}
@media screen and (max-width: 640px) {
	#homs_sl {
		background-color: #1b1b1b;
		background-image: url("../../images/home/home_sl_2_640.jpg");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top center;
		height: auto;
		padding-top: 87px;
		padding-bottom: 25px;
	}
	.sl-text {
		width: 420px;
		position: static;
		transform: translate(0, 0) !important;
	}
	.sl-text .item {
		width: 100%;
		padding: 0 10px;
		margin: 8px 0 !important;
		height: 80px;
	}
	.button-fixed {
		width: 32px;
		height: 100px;
	}
	.white-block p {
		font-size: .74em;
	}
	.why-choose-us .limiter {
		padding-left: calc(30px + 2%);
	}
	.why-choose-text {
		width: calc(100% - 30px);
	}
}
@media screen and (max-width: 639px) {
	.why-choose-us h2,
	.top-products h2 {
		font-size: 24px;
	}
	.top-products-items .item {
		font-size: 9px;
	}
	.top-products-items {
		max-width: 100%;
	}
	.top-products-items .item .title {
		bottom: 5px;
		min-height: 30px;
		padding: 3px;
		width: 94%;
	}
	.advantages::after {
		display: none;
	}
	.advantages .limiter {
		width: 92%;
	}
	.advantages .limiter .item {
		font-size: 13px;
		line-height: 1.3;
		padding: 10px 0 10px 45px !important;
		width: 100%;
		max-width: 100%;
	}
}
@media screen and (max-width: 480px) {
	#homs_sl {
		/* height: 225px; */
		padding-top: 70px;
	}
	.sl-text {
		width: 375px;
	}
}
@media screen and (max-width: 375px) {
	#homs_sl {
		/* height: 176px; */
		padding-top: 44px;
	}
	.sl-text {
		width: 300px;
	}
}
@media screen and (max-width: 360px) {
	#homs_sl {
		/* height: 169px; */
		padding-top: 40px;
	}
	.sl-text {
		width: 260px;
	}
	.top-products-items .item {
		font-size: 8px;
	}
	.top-products-items .item .title {
		bottom: 3px;
		min-height: 28px;
	}
}
@media screen and (max-width: 320px) {
	#homs_sl {
		/* height: 150px; */
		padding-top: 35px;
	}
	.sl-text {
		width: 240px;
	}
}