.start-screen{
	position: relative;
	width: 100%;
	height: 100vh;	
}
.start-screen-bg{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 110, 0, 0.14);
}
.start-screen-bg2{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-image: url('../image/bg.png');
    background-repeat: no-repeat;
	background-position: center;
	transform-origin: 30% 30%;
	opacity: 40%;
}
.start-screen-content{
	position: relative;
	z-index: 3;
	width: 100%;
	height: 100%;
}
.start-screen-content .container{
	width: 100%;
	height: 100%;
}
.start-slider{
	position: relative;
	z-index: 4;
	width: 100%;
	height: 100%;
}
.start-slide{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;	
}
.start-slide-mini{
	position: absolute;
	left: 43px;
	bottom: 20%;
	z-index: -1;
	opacity: 0;
}
.start-slide.start-slide-act{
	z-index: 3;
	opacity: 1;
}
.start-slide-mini.start-slide-miniact{
	z-index: 6;
	opacity: 1;
}
.start-slide-body{
	position: relative;
	width: 100%;
	height: 100%;	
}
.start-slide-img{
	position: absolute;
	bottom: -115px;
	right: -285px;
	width: 100%;
	max-width: 1000px;
	height: 100%;
	max-height: 1000px;
	opacity: 0;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.start-slide-act .start-slide-img{
	opacity: 1;
}
.start-slide-img a{
	display: block;
	width: 100%;
	height: 100%;
}
.start-slide-title{
	position: relative;
	left: 0;
	top: 25%;
	max-width: 520px;	
	font-weight: 800;
	font-size: 80px;
	line-height: 0.8;	
}
.start-slide-title2{
	opacity: 0;
	-webkit-transform: translate(-1000px, 0);
	-moz-transform: translate(-1000px, 0);
	transform: translate(-1000px, 0);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}
.start-slide-act .start-slide-title2{
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	transform: translate(0, 0);
}
.start-slide-title a{
	color: #353544;
}
.start-slide-title a:hover{
	color: #EB5757;
}
.start-slide-title span{
	display: block;
	font-size: 104px;
	line-height: 1;
}
.start-slide-num{
	position: absolute;
	top: -100px;
	left: 100px;
	font-weight: 800;
	font-size: 260px;
	line-height: 317px;
	color: #353544;
	opacity: 0.06
}
.start-slide-desc1{
	margin-top: 10px;
	font-weight: 500;
	font-size: 15px;
	line-height: 37px;
	opacity: 0;	
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	transition: all 0.8s;
}
.start-slide-act .start-slide-desc1{
	opacity: 1;
	font-size: 20px;
}
.start-slide-img2{
	position: relative;
	z-index: 5;
	width: 150px;
	height: 150px;
	margin: 0 43px 0 0;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;
}
.start-slide-desc2{
	width: 140px;	
	font-size: 12px;
	line-height: 14px;
	opacity: 0.5;
}
.start-slide-desc2 span{
	display: block;
	font-weight: 800;
	font-size: 14px;
	line-height: 17px;
}
.start-slider-control{
	position: absolute;		
	background-image: url('../image/arr.png');
	background-repeat: no-repeat;
	cursor: pointer;
}
.start-slider-control:hover{
	background-color: #FF6E00;
}
.start-slider-prev{
	width: 60px;
	height: 50px;
	left: 0;
	z-index: 4;
	bottom: calc(20% + 50px);
	background-color: #ffffff;
	background-position: 18px;
	border-radius: 25px 0px 0px 25px;
	background-image: url('../image/arrprev.png');
}
.start-slider-prev:hover{
	background-color: #ffffff;
	opacity: 50%;
}
.start-slider-next{
	width: 70px;
	height: 70px;
	left: 148px;
	bottom: calc(20% + 40px);
	z-index: 6;
	border-radius: 50%;	
	background-color: #00ADEE;
	background-position: center;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
}
.main-text{
	margin: 60px 0;
	position: relative;
}
.main-text1{
	width: 100%;
	max-width: 565px;
	margin-right: 60px;
}
.main-text1-title{
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 20px;
}
.main-text1-title h1{
	font-size: 60px;
	line-height: 73px;
	margin-top: 50px;
}
.main-text1-title p{
	margin-bottom: 4px;
}
.main-text1-content{
	max-height: 440px;
	overflow-y: auto;
	padding: 0 15px 0 25px;
	font-size: 16px;
	line-height: 26px;
	-webkit-transform: translate(15px, 0);
	-moz-transform: translate(15px, 0);
	transform: translate(15px, 0);
}
.main-text1-content ul{
	margin: 0 0 30px;
	padding-left: 40px;
	list-style-type: disc;
}
.main-text2{
	width: 400px;
	padding-top: 195px;
	padding-bottom: 195px;
}
.main-text2-1{
	padding-left: 20px;
	font-weight: 800;
	font-size: 40px;
	line-height: 50px;
}
.main-text2-1 span{
	display: block;
	width: 200px;
	background: #EB5757;
	text-align: center;
	border-radius: 0px 0px 20px 0px;
	color: #fff;
	-webkit-transform: translate(-20px, 0);
	-moz-transform: translate(-20px, 0);
	transform: translate(-20px, 0);
}
.main-text2-2{
	position: relative;
	padding-left: 60px;
	margin: 20px 0 30px;
	font-size: 26px;
	line-height: 36px;
	color: #EB5757;
}
.main-text2-2:before{
	content: '';
	position: absolute;
	top: 19px;
	left: 20px;
	width: 20px;
	height: 1px;
	background-color: #EB5757;
}
.main-text2-3{	
	color: #9A9AA1;
	font-size: 12px;
	line-height: 16px;
}
.main-text2-3 div.bi{
	position: relative;
	width: 80px;
	height: 80px;
	margin-right: 20px;
	border-radius: 50%;
	background-image: url('../image/person.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}
.main-text2-3 div.bi:after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 20px;
	background: #EB5757;
	border-radius: 20px 0px 20px 20px;
}
.main-text2-3 span{
	display: block;
	font-weight: 800;
	font-size: 20px;
	line-height: 36px;
	color: #353544;
}
.main-text2-3-text{
	max-width: 206px;
}
.main-products{
	width: 100%;
}
.main-prslider{
	width: 100%;
	height: 680px;
	position: relative;
}
.pr-slide{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}
.pr-slide.pr-slide-act{
	z-index: 2;
	opacity: 1;
}
.main-products-title{
	width: 100%;
	position: relative;
	margin-bottom: 50px;
}
.main-products-title1{
	padding-left: 100px;
	margin-right: 40px;
	font-weight: 800;
	font-size: 60px;
	line-height: 73px;
}
.main-products-title2{
	position: relative;
	top: 5px;
	color: rgba(53, 53, 68, 0.5);	
	font-size: 14px;
	line-height: 18px;
}
.main-products-title2 span{
	display: block;
	font-weight: 800;
}
.main-prslider{
	width: 100%;
	overflow: hidden;
}
.main-advs{
	position: relative;
	width: 100%;
	margin: 60px 0 0;
}
.main-advs:before{
	content: '';
    position: absolute;
    width: 440px;
    height: 400px;
    left: 415px;
    top: -85px;
    background-image: url(../image/main_text_bg1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
.main-advs:after{
	content: '';
    position: absolute;
    width: 388px;
    height: 341px;
    left: 900px;
    bottom: 30px;
	background-image: url('../image/main_adv_bg2.png');
	background-repeat: no-repeat;
	background-position: center center;
}
.main-adv-body{
	position: relative;
	width: 100%;
	max-width: 1459px;
	margin-right: auto;
}
.main-adv-body:after{
	content: '';
    position: absolute;
    width: 176px;
    height: 175px;
    right: -85px;
    top: -90px;
	background-image: url('../image/main_adv_bg3.png');
	background-repeat: no-repeat;
	background-position: center center;
}
.main-adv{
	flex-direction: column;
	width: calc(100% / 3 - 50px);
}
.main-adv1{
	width: calc(100% / 3 + 100px);
}
.main-adv-text{	
	position: relative;
	width: 100%;
	height: 260px;
	padding: 0 40px 56px;
	align-items: flex-end;
	background: linear-gradient(227.79deg, #DDE2F8 1.28%, #E3D3E0 105.94%);
	font-weight: 800;
	font-size: 26px;
	line-height: 36px;
}
.main-adv-img{
	position: relative;
	width: 100%;
	height: 260px;
}
.main-adv1 .main-adv-text, .main-adv3 .main-adv-text{
	order: 1;
}
.main-adv1 .main-adv-text{
	padding-left: 145px;
	border-radius: 0px 50px 0px 0px;
}
.main-adv3 .main-adv-text{
	border-radius: 50px 0px 0px 0px;
}
.main-adv1 .main-adv-img, .main-adv3 .main-adv-img{
	order: 2;
}
.main-adv1 .main-adv-img{
	background-image: url('../image/main_adv1.png');
	background-repeat: no-repeat;
	background-position: 230px -112px;
}
.main-adv3 .main-adv-img div.bi{
	position: absolute;
	bottom: -20px;
	right: 0;
	width: 354px;
	height: 354px;
	background-image: url('../image/main_adv3.png');
	background-repeat: no-repeat;
	background-position: center center;
}
.main-adv2 .main-adv-text{
	order: 2;
	border-radius: 0px 0px 50px 0px;
	opacity: 0.75;
}
.main-adv2 .main-adv-img{
	order: 1;
	background-image: url('../image/main_adv2.png');
	background-repeat: no-repeat;
	background-position: center center;
}
.main-adv-num{
	position: absolute;
    top: 45px;
    font-weight: 800;
    font-size: 150px;
	line-height: 183px;
    color: #353544;
    opacity: 0.06;
}
.main-blogs-title{
	width: 100%;
	position: relative;
	z-index: 4;
	top: 105px;
}
.main-blogs-title span{
	display: block;
	width: 100%;
	max-width: 330px;
	padding-left: 100px;
	font-weight: 800;
	font-size: 60px;
	line-height: 70px;
}
.main-blogs-control{
	position: absolute;
	top: 50%;
	z-index: 2;
	background-color: #DDE2F8;
	cursor: pointer;
}
.main-blogs-control1{
	left: 0;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background-image: url('../image/blog_slider_arr.png');
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transform: translate(0, -50%) rotate(180deg);
	-moz-transform: translate(0, -50%) rotate(180deg);
	transform: translate(0, -50%) rotate(180deg);
}
.main-blogs-control2{
	right: 0;
	width: 91px;
	height: 50px;
	border-radius: 25px 0px 0px 25px;
	background-image: url('../image/blog_slider_arr.png');
	background-repeat: no-repeat;
	background-position: 18px 18px;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	transform: translate(0, -50%)
}
.main-blogs-control1:hover, .main-blogs-control2:hover{	
	background-color: #E3D3E0
}
.main-blogs-slider{
	position: relative;
	width: 100%;
	height: 402px;
}
.main-blogs-link{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	padding-right: 120px;
	text-align: right;
}
.main-blogs-link a{
	padding-left: 24px;
	font-weight: 800;
	font-size: 14px;
	line-height: 18px;
	color: #EB5757;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url('../image/allblogs.png');
}
.main-blogs-link a:hover{
	opacity: 0.7;
}
.blog-item{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;	
    width: 100%;
    margin-bottom: 0;
}
.blog-item-act{
	z-index: 2;
}
.blog-item-text{
	width: 400px;
	margin-right: 110px;
	padding-top: 130px;
	margin-left: 130px;
	opacity: 0.2;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.blog-item-act .blog-item-text{
	opacity: 1;
}
.blog-item-title{
	font-size: 24px;
	line-height: 34px;
}
.blog-item-intotext{
	font-size: 16px;
	line-height: 26px;
	opacity: 0.5
}
.blog-item-img{
	position: relative;
	width: calc(100% - 640px);
	height: 362px; 
}
.blog-item-image{
	display: block;
	position: relative;
	width: 326px;
	height: 362px; 
	opacity: 0.92;
    cursor: pointer; 
}
.blog-item .blog-item-image span.bi{
	position: absolute;
	top: -45px;	
	left: 400px;
	width: 146px;
	height: 162px;
	opacity: 0.3;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.blog-item.blog-item-act .blog-item-image span.bi{
	top: 0;	
	left: 0;
	width: 326px;
	height: 362px;
	opacity: 1;
}
.blog-item-image *{
	cursor: pointer;
}
.blog-item-image:hover{
	opacity: 1;
}
.blog-item-image:after{
	content: '';
	position: absolute;
	top: 0;
	left: -67.5px;
	width: 329.49px;
	height: 366.1px;
	background-image: url('/catalog/view/theme/default/image/news_bg.png');
	background-repeat: no-repeat;
	background-position: center center;
}
.blog-item-next{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.blog-item-nextText{
	position: absolute;
	top: 100px;
	left: 407px;
	width: 207px;
	margin-top: 30px;
	font-weight: 800;
	font-size: 14px;
	line-height: 18px;
	color: #353544;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.blog-item-act .blog-item-nextText{
	opacity: 0.5;
}
.blog-item-nextImg{
	position: absolute;
	top: 0;
	left: 0;
	width: 326px;
	height: 362px; 
	opacity: 0.3;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.blog-item-act .blog-item-nextImg{	
	top: -45px;	
	left: 400px;
	width: 146px;
	height: 162px;
	opacity: 1;
}
@media screen and (max-width: 1599px) {
	.main-adv1 {
	    width: calc(100% / 3 + 30px);
	}
	.main-blogs-title span{
		font-size: 50px;
    	line-height: 60px;
	}
	.blog-item-text {
	    width: 300px;
	    margin-right: 100px;
	    padding-top: 115px;
	}
	.blog-item-img{
		height: 257px
	}
	.blog-item-image{
		width: 257px;
	    height: 257px;
	}
	.blog-item.blog-item-act .blog-item-image span.bi {
	    width: 257px;
	    height: 257px;
	}
	.blog-item-title {
	    font-size: 22px;
	    line-height: 32px;
	}
	.blog-item-image:after {
	    top: -9px;
	    left: -42.5px;
	    width: 237.49px;
	    height: 273px;
	    background-size: 100%;
	}
	.blog-item-nextText {
	    top: 90px;
	    left: 285px;
	}
	.blog-item-act .blog-item-nextImg {
	    top: -12px;
	    left: 275px;
	    width: 115px;
	    height: 115px;
	}
	.main-blogs-slider{
		height: 325px;
	}
	.start-slide-mini{
		bottom: 10%;
	}
	.start-slider-next{
		bottom: calc(10% + 40px);
	}
	.start-slider-prev{
		bottom: calc(10% + 50px);
	}
	.main-prslider{
		height: 640px;
	}
}
@media screen and (max-width: 1199px) {
	.main-text2{
		width: 50%;
		max-width: 600px;
		padding-top: 25px;
		display: flex;
		flex-wrap: wrap;
	}
	.main-text1 {
		width: 50%;
		margin-right: 0px;
	}
	.main-text1 h2 {
		font-size: 40px;
		background-size: 18%;
	}
	footer:after {
		width: 575px;
		height: 538px;
	}
	.main-text2-1{
		order: 1;
		margin-right: 30px;
	}
	.main-text2-2{
		order: 3;
		width: 100%;
		font-size: 20px;
    	line-height: 30px;
	}
	.main-text2-3{
		order: 2;
	}
	.main-products-title {
	    flex-direction: column;
	    align-items: flex-start;
	}
	.main-products-title2{
		padding-left: 100px;
	}
	.main-prslider{
		height: 570px;
	}
	.main-adv-text{
		padding: 0 30px 56px;
		font-size: 20px;
		line-height: 30px;
	}
	.main-adv3 .main-adv-img div.bi{
		width: 311px;
		height: 304px;
		background-size: 100%;
	}
	.main-adv1 .main-adv-img{
		background-position: 55px -112px
	}
	.main-blogs-title {
	    top: 0;
	    margin-top: 70px;
	    margin-bottom: 50px;
	}
	.main-blogs-title span{
		max-width: 100%;
	}
	.blog-item-title {
	    font-size: 20px;
	    line-height: 30px;
	}
	.blog-item-text {
	    width: 300px;
	    margin-right: 75px;
	    padding-top: 55px;
	    margin-left: 0;
	}
	.blog-item.blog-item-act .blog-item-image span.bi {
	    width: 199px;
	    height: 199px;
	}
	.blog-item-img {
	    height: 200px;
	}
	.blog-item-image {
	    width: 199px;
	    height: 199px;
	}
	.blog-item-image:after {
	    top: -15px;
	    left: -31.5px;
	    width: 178.49px;
	    height: 226px;
	}
	.blog-item-act .blog-item-nextImg {
	    top: -60px;
	    left: 230px;
	}
	.main-blogs-slider {
	    height: 245px;
	}
	.start-slide-mini {
	    bottom: 5%;
	}
	.start-slider-prev {
	    bottom: calc(5% + 50px);
	}
	.start-slider-next {
	    bottom: calc(5% + 40px);
	}
}
@media screen and (max-width: 959px) {
	.start-slide-img{
		max-width: 600px;
		max-height: 600px;
	}
	.start-slide-num{
		top: -50px;
		font-size: 160px;
		line-height: 195px;
	}
	.start-screen-bg2{
		background-image: url('../image/bg_mob1.png'), url('../image/bg_mob2.png'), url('../image/bg_mob3.png'), url('../image/bg_mob5.png'), url('../image/bg_mob4.png'), url('../image/bg_mob6.png'), url('../image/bg_mob7.png');
	    background-position: 0 55vh, 0 60vh, 100% -50px, 0 0, 0 0, 0 0, 65% 0;
	}
	.main-text{
		margin: 20px 0;
	}
	.main-text1-title h1 {
	    font-size: 50px;
	    line-height: 50px;
	    margin-top: 50px;
	}
	.main-text1-title {
	    font-size: 20px;
	    line-height: 30px;
	    margin-bottom: 20px;
	}
	.main-text1-content {
	    padding: 0;
	    font-size: 16px;
	    line-height: 26px;
	    -webkit-transform: none;
	    -moz-transform: none;
	    transform: none;
	}
	.main-prslider {
	    height: 525px;
	}
	.main-adv1, .main-adv{
		width: 100%;
	}
	.main-adv{
		flex-direction: row;
	}
	.main-adv2 .main-adv-text, .main-adv1 .main-adv-text{
		width: 356px;
	}
	.main-adv1 .main-adv-img, .main-adv2 .main-adv-img{
		width: calc(100% - 356px)
	}
	.main-adv3 .main-adv-text{
		width: 400px;
	}
	.main-adv3 .main-adv-img{
		width: calc(100% - 400px)
	}
	.main-adv1 .main-adv-img, .main-adv3 .main-adv-img, .main-adv2 .main-adv-text{
		order: 1;
	}
	.main-adv1 .main-adv-text, .main-adv3 .main-adv-text, .main-adv2 .main-adv-img{
		order: 2;
	}
	.main-adv2 .main-adv-text{
		opacity: 1;
	}
	.main-adv2 .main-adv-img{
		background-size: auto 100%;
	}
	.main-adv1 .main-adv-text, .main-adv2 .main-adv-text, .main-adv3 .main-adv-text {
		padding: 50px;
		align-items: flex-end;
	}
	.main-adv-body:after, .main-advs:after, .main-advs:before{
		display: none;
	}
	.main-adv3{
		position: relative;
	}
	.main-adv3 .main-adv-img div.bi{
		right: -65px;
	}
	.main-adv1 .main-adv-img{
		position: relative;
		background-image: none;
	}
	.main-adv1 .main-adv-img:after{
		content: '';
	    position: absolute;
	    bottom: 0;
	    right: -21px;
	    width: 295px;
	    height: 251px;
	    background-image: url(../image/main_adv1.png);
	    background-repeat: no-repeat;
	    background-position: left bottom;
	    -webkit-transform: rotate(90deg);
	    -moz-transform: rotate(90deg);
	    transform: rotate(90deg);
	}
	.main-adv2 .main-adv-img{
		background-position: left bottom
	}
	.main-adv1, .main-adv2, .main-adv3{
		position: relative;
	}
	.main-adv3 .main-adv-text:after{
		content: '';
	    position: absolute;
	    width: 176px;
	    height: 175px;
	    right: -25px;
	    top: -90px;
	    background-image: url(../image/main_adv_bg3.png);
	    background-repeat: no-repeat;
	    background-position: center center;
	} 
	.main-adv2 .main-adv-text:after{
		content: '';
	    position: absolute;
	    width: 261px;
	    height: 230px;
	    right: -70px;
	    bottom: 10px;
	    background-image: url(../image/main_adv_bg2.png);
	    background-repeat: no-repeat;
	    background-position: center center;
	    background-size: 100%;
	} 
	.main-adv1 .main-adv-text:after{
		content: '';
	    position: absolute;
	    width: 233px;
	    height: 287px;
	    right: -55px;
	    top: -105px;
	    background-image: url(../image/main_text_bg1.png);
	    background-repeat: no-repeat;
	    background-position: center center;
	    background-size: 100%;
	    -webkit-transform: rotate(45deg);
	    -moz-transform: rotate(45deg);
	    transform: rotate(45deg);
	}
	.main-blogs{
		margin-top: 70px;
	}
	.blog-item-act .blog-item-nextImg {
	    top: -40px;
	    left: 180px;
	}
	.blog-item-act .blog-item-nextText{
		display: none;
	}
}
@media screen and (max-width: 639px) {
	.start-screen{
		height: 678px;
	}
	.start-screen-bg2 {
    	background-image: url(../image/bg_mob1.png), url(../image/bg_mob2.png),url(../image/bg_mob5.png), url(../image/bg_mob4.png), url(../image/bg_mob6.png), url(../image/bg_mob7.png);
    	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
   		background-position: 0 110%, 0 125%, 0 0, 0 0, 0 0, 115% 0;
	}
	.start-slide-title span{
		font-size: 70px;
	}
	.start-slide-title{
		font-size: 30px;
	}
	.start-slide-act .start-slide-desc1{
		font-size: 18px;
		line-height: 22px;
	}
	.start-slide-img {
	    position: absolute;
	    top: 110px;
	    bottom: unset;
	    left: 70px;
	    width: 473px;
	    max-width: 473px;
	    height: 473px;
	    max-height: 473px;
	    opacity: 0;
	}
	.start-slide-mini {
	    bottom: 110px;
	}
	.start-slider-prev {
		height: 40px;
	    bottom: 140px;
	}
	.start-slider-next {
		left: 120px;
		width: 60px;
		height: 60px;
	    bottom: 130px;
	}
	.start-slide-img2{
		width: 110px;
		height: 110px;
	}
	.start-slide-desc2{
		top: 125px;
	}
	.main-text1{
		margin-right: 0;
	}
	.main-text1-title h1 {
	    font-size: 36px;
	    line-height: 46px;
	    margin-top: 35px;
	}
	.main-text1-title {
	    font-size: 18px;
	    line-height: 28px;
   	}
   	.main-text1-content{
   		max-height: initial;
   	}
   	.main-text2{
   		display: flex;
   		flex-wrap: wrap;
   		flex-direction: column;
   		padding-top: 0;
   	}
   	.main-text2-1{
   		order: 1;
   		margin-right: 0;
   		padding-left: 0;
   		margin-bottom: 16px;
   	}
   	.main-text2-1 span{
   		position: relative;
   		left: -15px;
   	}
   	.main-text2-2{
   		order: 2;
   		padding-left: 45px;
   	}
   	.main-text2-2:before{
   		left: 5px;
   		height: 2px;
   	}
   	.main-text2-3{
   		order: 3;
   	}
   	.main-text2-3-text {
	    max-width: 185px;
	}
	.main-products{
		margin-top: 50px;
	}
	.main-products-title1, .main-blogs-title span{
		max-width: calc(100% - 145px);
		padding-left: 0;
		margin-right: 145px;
		font-size: 36px;
		line-height: 40px;
	}
	.main-blogs-control1{
		width: 40px;
		height: 40px;
		left: unset;
		right: 40px;
		top: 20px;
	}
	.main-blogs-control2{
		right: -55px;
		height: 40px;
		background-position: 18px 13px;
		top: 20px;
	}
	.main-products-title2{
		display: none;
	}
	.main-adv1 .main-adv-img, .main-adv2 .main-adv-img, .main-adv3 .main-adv-img,
	.main-adv1 .main-adv-text, .main-adv2 .main-adv-text, .main-adv3 .main-adv-text{
		width: 100%;
	}
	.main-adv1 .main-adv-img, .main-adv2 .main-adv-img, .main-adv3 .main-adv-img{
		order: 1;
	}
	.main-adv1 .main-adv-text, .main-adv2 .main-adv-text, .main-adv3 .main-adv-text{
		order: 2;
	}
	.main-adv1 .main-adv-text {
    	z-index: 2;
    }
    .main-prslider {
	    height: 555px;
	}
	.blog-item{
		flex-direction: column;
	}
	.blog-item-text{
		order: 2;
		width: 100%;
	}
	.blog-item-img{
		order: 1;
		width: 200px;
	    height: 200px;
	    margin: auto;		
	}
	.main-blogs-slider {
	    height: 425px;
	}
	.blog-item-act .blog-item-nextImg{
		display: none;
	}
	.main-adv3 .main-adv-text:after {
		top: unset;
		bottom: 20px;
	}
	.main-blogs-link{
	    padding-right: 15px;
	}
}
.chef-highlights {
	padding:48px 0;
	background: url(../image/chiefBg2.png) no-repeat 0% 27%;
}
.chef-wrap {
	display:flex; align-items:flex-start; gap:40px; flex-wrap:wrap;
	background: url(../image/chiefBg.png) no-repeat 83% 0%;
	padding-top: 70px
}

/* left image */
.chef-highlights__image {
	flex:1 1 45%; position:relative; text-align:center;
}
.chef-highlights__image img { max-width:100%; height:auto; }

/* right list */
.chef-highlights__list {
	flex:1 1 45%;
	display:grid; gap:18px;
}

/* card base */
.chef-card {
	grid-template-columns:auto 1fr auto;
	align-items:center; gap:16px;
	text-decoration:none;
	background:#fff; color:#1a1a1a;
	border-radius:14px; padding:20px 22px;
	box-shadow:0 6px 20px rgba(0,0,0,.06);
	transition:transform .15s ease, box-shadow .15s ease;
	max-width: 450px;
	position: relative;
}
.chef-card:hover {
	transform:translateY(-2px);
	box-shadow:0 10px 28px rgba(0,0,0,.08);
}

/* number */
.chef-card__number {
	font-weight:800; font-size:52px; min-width:52px;
	color:#ff7a00;
}
.chef-card__number--blue { color:#0aa0ff; }

/* text */
.chef-card__text {
	font-size:17px; line-height:1.35;
	font-weight: 700;
	width: 50%;
}

/* wave placeholder */
.chef-card__wave {
	width: 65px;
	height: 31px; border-radius:10px;
	background: url("../image/fishOrange.png") no-repeat center;
	top: 22px;
	right: 22px;
	position: absolute;
}

/* modifiers */
.chef-card--accent {
	background:linear-gradient(90deg,#ff7a00 0%,#FF6E00 100%);
	color:#fff;
}
.chef-card--accent .chef-card__number,
.chef-card--accent .chef-card__text { color:#fff; }
.chef-card--accent .chef-card__wave {background: url("../image/fishWite.png") no-repeat center; }

.chef-card__icon--accent { background: url("../image/FishBlue.png") no-repeat center; }

.chef-card--grid {
	grid-template-areas:
    "num text icon"
    "tag tag tag";
	grid-template-columns:auto 1fr auto;
	row-gap:10px;
}
.chef-card--grid .chef-card__number{ grid-area:num; }
.chef-card--grid .chef-card__text{ grid-area:text; }
.chef-card--grid .chef-card__wave{ grid-area:icon; }
.chef-card__tag{
	grid-area:tag; justify-self:start;
	display:inline-block; padding:6px 10px;
	background:#e7f3ff; color:#1580d6; border:2px solid #1580d6;
	border-radius:8px; font-size:12px; font-weight:700;
}

/* responsive */
@media (max-width:992px){
	.chef-highlights__image{
		float: left;
		display: block;
		flex: none;
		width: 41%;
	}
	.chef-highlights__list{
		float: left;
		display: block;
		flex: none;
		width: 44%;
	}
	.chef-card{
		display: block;
	}
}
@media (max-width:576px){
	.chef-card{ padding:16px 18px; }
	.chef-card__number{ font-size:28px; min-width:46px; }
	.chef-card__text{ font-size:15px; }
	.chef-card__wave{ width:40px; height:20px; }
}

.main-map {
	position: relative;
	width: 100%;
	height: 337px;
	background-color: #00ACED;
	color: #FFFFFF;
}
.main-map a{
	color: #FFFFFF;
}

.main-map .container {
	position: relative
}

.main-map-text {
	width: 300px;
	margin-right: auto
}

.main-map-map {
	position: absolute;
	right: 15px;
	top: 80px;
	right: -17% !important;
	width: 738px;
	height: 438px;
	overflow: hidden;
	z-index: 9;
}

.main-map-line1 {
	margin-top: 90px;
	font-size: 18px;
	line-height: 18px;
	font-weight: 700;
}

.main-map-line1 span {
	display: block;
	font-weight: 700;
	font-size: 18px;
	line-height: 18px;
}

.main-map-line2 {
	margin: 24px 0px 55px 0px;
}
.main-map-line2 ul li{
	float: left;
	margin-right: 10px;
}
.main-map-line2 a {
	display: block;
	font-weight: 700;
	font-size: 15px;
	line-height: 17px;
}

.main-map-line3 {
	margin-bottom: 10px
}

.main-map-line3 a {
	display: block;
	font-weight: 300;
	font-size: 12px;
}
.social-links{
	margin-top: 22px;
	z-index: 2;
}
.social-links li a{
	width: 23px;
	height: 23px;
	display: block;
}
.social-links li a.fcb{
	background: url("../image/facebookSoc.png") no-repeat center;
}
.social-links li a.inst{
	background: url("../image/instSoc.png") no-repeat center;
}
.social-links li a.tlgm{
	background: url("../image/telegramSoc.png") no-repeat center;
}
.social-links li a:hover{
	opacity: 0.8;
}
.social-links li{
	float: left;
	margin-right: 10px;
}
.main-map-line4 {
	font-weight: 700;
	font-size: 20px;
	line-height: 30px
}

.main-map-line4 span {
	display: block;
	font-weight: 400;
	font-size: 14px;
	line-height: 42px
}

@media screen and (max-width: 1599px) {
	.main-map-map {
		right: 0;
		width: calc(100% - 380px)
	}
}

@media screen and (max-width: 1199px) {
	.main-map {
		height: initial
	}

	.main-map-map {
		right: 0;
		bottom: 0;
		width: calc(100% - 380px);
		height: 411px
	}

	.main-map-text {
		padding-bottom: 90px
	}

}

@media screen and (max-width: 959px) {
	.main-map:after {
		left: unset;
		right: -155px;
	}

	.main-map .container {
		padding: 0
	}

	.main-map {
		background: none
	}

	.main-map-map {
		position: static;
		right: 0;
		bottom: 0;
		width: 100%
	}

	.main-map-text {
		width: 75%;
		margin-left: auto;
		margin-right: 0;
		padding: 90px 30px 30px 90px;
		background: #00ACED;
	}
	.main-map-map{
		display: none;
	}
	footer:after{
		display: none;
	}
	.main-map-line1 {
		margin-top: 0
	}
}
@media screen and (max-width: 767px) {
	.main-text2{
		display: none;
	}
	.main-text1{
		width: 100%;
	}
	.chef-highlights__image{
		width: 100%;
	}
	.chef-highlights__list{
		width: 100%;
	}
	.chef-card{
		max-width: 100%;
	}
}
@media screen and (max-width: 639px) {
	.main-map-text {
		width: 100%;
		padding: 70px 20px 25px
	}

	.main-map-line1 {
		font-size: 18px
	}
}
@media screen and (max-width: 600px) {
	.ocdw_recommended_products-h3{
		font-size: 47px!important;
	}
	.main-text1 h2{
		background: none;
	}
}
.ocdw_recommended_products-h3{
	width: 100%;
	font-weight: 500;
	font-size: 76px;
	line-height: 72px;
	text-align: center;
}
.ocdw_recommended_products-products-block .product-layout{
	justify-content: center;
}
.ocdw_recommended_products-products-block .caption .product-description{
	position: relative;
	max-width: 306px;
	margin-bottom: 10px;
	padding-left: 30px;
	font-size: 18px;
	line-height: 20px;
	color: rgba(53, 53, 68, 0.5);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	height: 100px;
	overflow: hidden;
}
.ocdw_recommended_products-products-block .product-description:after{
	content: '';
	position: absolute;
	top: 9px;
	left: 0;
	width: 22px;
	height: 2px;
	background-color: #FF6E00;
}
.ocdw_recommended_products-products-block .ocdw_recommended_products-product-item:hover .product-description{
	color: #000000;
	padding-left: 0px;
}
.ocdw_recommended_products-products-block .ocdw_recommended_products-product-item:hover .product-description:after{
	visibility: hidden;
}
.ocdw_recommended_products-products-block .caption a {
	font-size: 20px;
}
.ocdw_recommended_products-products-block .button-group button:hover{
	background-color: #FF6E00;
	cursor: pointer;
}
.ocdw_recommended_products-products-block .button-group button{
	margin-left: 10px;
	padding: 10px 16px;
	opacity: 0.85;
	background-color: #000000;
	border-radius: 12px;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	line-height: 12px;
	text-transform: uppercase;
	cursor: pointer;
}
.ocdw_recommended_products-products-block .price:after{
	content: "";
	width: 17px;
	height: 12px;
	left: 0px;
	top: 5px;
	background-image: url(../image/price.png);
	position: absolute;
}
.ocdw_recommended_products-products-block .price {
	font-size: 22px;
	line-height: 22px;
	font-weight: bold;
	position: relative;
	padding-left: 20px;
}
.ocdw_recommended_products-products-block .image {
	text-align: center;
}
.ocdw_recommended_products-products-block .ocdw_recommended_products-product-item:hover .image{
	opacity: 0.8;
}
.ocdw_recommended_products-products-block .col-xs-12 {
	position: relative;
	width: 100%;
	max-width: 408px;
	margin-bottom: 30px;
}

