@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap');
*{
	margin:0;
	padding:0;
	outline:none;
}

ul{
	list-style:none;
	}

a{
	text-decoration:none;
	}

.clr{
	clear:both;
	height:0;
	display:block;
	}
	
body{
	display:flex; 
   flex-direction:column; 
   height:100vh; 
   margin:0;
    font-family: 'Montserrat', sans-serif;
	}

html, body {
  height: 100%;
  margin: 0;
}	

.header-wrap{
	 min-height: 165px
}
	
.icon{
	position:absolute;
	left:0;
	top:0;
	background:url(../image/icons.png);
	}	
	
.body-inner{
	width:1300px;
	margin:0 auto;
	}
	
.header{
	padding:18px 0;
	}	
	
#logo{
	float:left;
	}	
	
#logo img{
	max-width:100%;
	}	
	
.top-contacts{
	float:right;
	margin-top:20px;
	}	
	
.top-contacts a{
	display:block;
	font-size:18px;
	color:#434242;
	padding-left: 30px;
	position: relative;
	}	

.top-contacts a	.icon,
   .footer-contacts a .icon,
   footer .phone1 .icon{
	width: 20px;
	height: 21px;
	top: 1px;
	}

.phone1 .icon{
	background-position: -1px -1px;
}	

.header-line{
	height: 63px;
	line-height: 63px;
	font-size: 36px;
	color: #fff;
	text-align: center;
	background-color: #FE1151;
}

.category-products{
	width: 940px;
	margin: 0 auto;
	padding-top: 30px;
}

.product-layout{
	width: 33.33%;
	float: left;
}

.product-thumb{
	width: 85%;
	margin: 0 auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow:  0 0 5px rgba(0,0,0,0.25);
	 -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.25);
	box-shadow: 0 0 5px rgba(0,0,0,0.25);
	min-height: 370px;
	border: 1px solid #fff;
}

.product-thumb:hover{
	border-color: #FE1151;
	cursor: pointer;
}

.category-products .image{
	padding-top: 30px;
	height: 220px;
	text-align: center;
}

.category-products .image img{
	max-height: 220px;
	max-width: 100%;
}

.caption{
	text-align: center;
}

.caption a{
	color: #000;
	font-size: 36px;
	font-weight: 500;
}

.category-products .price{
	font-size: 24px;
	color: #FE1151;
	margin-top: 5px;
}

.category-products .price span{
	font-weight: 700;
	padding-right: 10px;
}

.advantage-wrap{
	width: 940px;
	margin: 0 auto;
}

.block-text{
	float: left;
	width: 25%;
	padding-top: 20px;
	cursor: pointer;
}

.block-text-inner{
	width: 90%;
	margin: 0 auto;
	background-color: #E0FFF7;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	min-height: 200px;
	text-align: center;
}

.bock-text-img{
	padding-top: 45px;
	margin-bottom: 15px;
}

.block-text-info{
	font-size: 11px;
	color: #13CCA8;
	font-weight: 700;
	line-height: 16px;
}


footer{
	background-color: #FE1151;
	text-align: center;
	padding: 15px 0 20px 0;
	min-height: 25px;
	margin-top:auto; 
	}

.footer-phones{
	display: inline-block;
}	

.footer-phones a{
	color: #fff;
	font-size: 14px;
	position: relative;
	display: inline-block;
	padding-left: 30px;
}

footer .phone1 .icon{
	background-position: -24px -1px;
}

.advantage-wrap{
	position: relative;
}

#product-product .advantage-wrap{
	width: 100%;
}

#product-product .content-bottom{
	padding-top: 30px;
}

#product-product .content-bottom .text-block{
	width: 745px;
	float: left;
	padding-top: 0;
} 

#product-product .content-bottom .text-block .body-inner{
	width: 100%;
}

#product-product .category-products{
	float: right;
	width: 410px;
	padding-top: 0;
}

#product-product .category-products .image{
	padding-top: 10px;
	height: 110px;
}

#product-product .category-products .image img{
	max-height: 100%;
}

#product-product .category-products .caption a{
	font-size: 14px;
}

#product-product .category-products .price{
	font-size: 12px;
	color: #000;
}

#product-product .category-products .product-thumb{
	min-height: 175px;
}

#product-product .block-text-inner{
	min-height: 175px;
	width: 95%;
}

#product-product .block-text{
	padding-top: 0;
}

.advantage-popup .popup-inner{
	height: 100px;
}

#product-product .advantage-popup .popup-inner{
	max-height: 100px;
	padding:25px 30px;
}

.full-text{
	height: 0;
	overflow: hidden;
}

.product-left{
	float: left;
	width: 745px;
	padding-top: 35px;
}

.product-right{
	float: right;
	width: 410px;
	padding-top: 35px;
}

.product-info{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow:  0 0 5px rgba(0,0,0,0.25);
	 -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.25);
	box-shadow: 0 0 5px rgba(0,0,0,0.25);
}

.product-info-inner{
	padding: 20px 15px;
	position: relative;
}

.product-info h1{
	font-size: 24px;
	padding-bottom: 10px;
}

.product-price{
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 15px;
	line-height: 20px;
}

.price-val{
	font-size: 18px;
	color: #ff005c;
	font-weight: 700;
}

.info-list{
	font-size: 13px;
	font-weight: 500;
}

.i-row{
	position: relative;
	padding:3px 0 0 32px;
	margin-bottom: 12px;
}

.i-umbrella{
	width: 22px;
	height: 21px;
	background-position: -2px -27px;
}

.i-pack{
	width: 20px;
	height: 22px;
	background-position: -55px -25px;
}

.i-shop{
	width: 22px;
	height: 19px;
	top: 2px;
	background-position: -28px -29px;
}


.info-free-warranty span{
	color: #32c220;
}

.opt-title{
	margin-top: 20px;
	font-size: 13px;
	font-weight: 500;
}

.order-button{
	display: block;
	height: 43px;
	line-height: 43px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	background-color: #FE1151;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

.thumbs-slide{
	float: left;
	width: 100px;
}

.thumbs-slide .slide{
	width: 80px;
	height: 80px;
	margin-bottom: 10px;
	text-align: center;
	cursor: pointer;
}

.thumbs-slide .slide img,
   .main-slide img{
	max-width: 100%;
	max-height: 100%;
}

.main-slide{
	width: 645px;
	float: left;
	height: 400px;
}

.main-slide .slide{
	float: left;
	text-align: center;
	height: 400px;
}

.main-slide .slick-list{
	overflow: hidden;
}

.slide-inner{
	padding: 5px;
}

.option-slider-wrap{
	height: 41px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	border: 1px solid #A7A8AF;
	margin: 25px 0 15px 0;
	position: relative;
}

#option-slider{
	height: 41px;
	width: 80%;
	margin: 0 auto;
	position: relative;
}

#option-slider .ui-slider-handle{
	display:block ;
	position: absolute;
	width: 59px;
	height: 59px;
		-webkit-border-radius: 59px;
	-moz-border-radius: 59px;
	border-radius: 59px;
	top: -8px;
	-moz-box-shadow:  0 0 5px rgba(0,0,0,0.25);
	 -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.25);
	box-shadow: 0 0 5px rgba(0,0,0,0.25);
	background-color: #fff;
	margin-left: -30px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
}

#option-slider .ui-slider-handle span.ui-h-title{
	display: block;
	padding-top: 12px;
}

#option-slider .ui-slider-handle span.ui-h-lable{
	display: block;
	font-size: 8px;
	color: #979797;
}

.option-slider-wrap .option-block{
	float: left;
	text-align: center;
	line-height: 41px;
	font-size: 13px;
	color: #979797;
}

.color-select-wrap{
	position: relative;
	height: 32px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	border: 1px solid #A7A8AF;
	margin-bottom: 15px;
}

.color-select-wrap.active{
	-webkit-border-radius: 18px 18px 0 0;
	-moz-border-radius: 18px 18px 0 0;
	border-radius: 18px 18px 0 0;
}

.color-menu{
	width: 378px;
	background-color: #fff;
	border-style: solid;
	border-color: #A7A8AF;
	border-width: 0 1px 1px 1px;
	-webkit-border-radius: 0 0 18px 18px;
	-moz-border-radius: 0 0 18px 18px;
	border-radius: 0 0 18px 18px;
}

.color-menu div{
	position: relative;
	padding-left: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
}

.color-menu div span,
   .color-select-wrap .opt-color{
	display: block;
	position: absolute;
	width: 19px;
	height: 19px;
	-webkit-border-radius: 19px;
	-moz-border-radius: 19px;
	border-radius: 19px;
	left: 4px;
	top: 6px;
}

.color-menu li{
	display: block;
	border-top: 1px solid #E9E9E9;
}

.color-select-wrap .ui-selectmenu-button{
	display: block;
	width: 100%;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	font-weight: 500;
	text-indent: 32px;
	position: relative;
}

.ui-selectmenu-menu{
	display: none;
}

.ui-selectmenu-menu.ui-selectmenu-open{
	display: block;
}

.slide.active-slide{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow:  0 0 5px rgba(0,0,0,0.25);
	 -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.25);
	box-shadow: 0 0 5px rgba(0,0,0,0.25);
}

.bg-black{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.7;
	background-color: #000;
	z-index: 100;
	display: none;
}

.popup{
	position: absolute;
	width: 500px;
	left: 50%;
	top: 100px;
	margin-left: -250px;
	z-index: 110;
	display: none;
}

.popup-inner{
	background-color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 35px;
	position: relative;
}

.popup-photo{
	float: left;
	width: 160px;
	text-align: center;
}

.popup-photo img{
	max-width: 100%;
}

.popup-form{
	float: right;
	width: 240px;
}

.order-popup .product-title{
	font-size: 18px;
	font-weight: 700;
}

.popup-price{
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 10px;
}

.popup-form input[type=text]{
	display: block;
	height: 30px;
	width: 100%;
	border: 1px solid #A7A8AF;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	text-indent: 30px;
	font-size: 14px;
	color: #3F4358;
	font-weight: 500;
}

.input-row{
	margin-bottom: 10px;
}

.send-button{
	display: block;
	height: 40px;
	background-color: #FE1151;
	color: #fff;
	border: 0;
		-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	width: 100%;
	font-size: 15px;
	font-weight: 700;
	cursor: pointer;
}

.close-icon{
	position: absolute;
	width: 20px;
	height: 20px;
	right: 12px;
	top: 12px;
	background-color: #fff;
			-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
   -moz-box-shadow:  0 0 5px rgba(0,0,0,0.25);
	 -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.25);
	box-shadow: 0 0 5px rgba(0,0,0,0.25);
}

.i-close{
	width: 8px;
	height: 8px;
	left: 6px;
	top: 6px;
	background-position: -66px 0;
}

.advantage-popup{
	top: 20px;
	left: 0;
	margin-left: 0;
	width: 100%;
}	

.advantage-popup .popup-inner{
	background-color: #E0FFF7;
	min-height: 140px;
}

.advantage-popup .bock-text-img{
	padding-top: 5px;
	margin-bottom: 10px;
	text-align: center;
}

.advantage-popup .block-text-info{
	text-align: center;
}

#product-product .content-bottom .advantage-popup{
	top: 0;
}

.block-full-text{
	font-size: 13px;
	text-align: center;
	margin-top: 25px;
	line-height: 18px;
	height: 60px;
	overflow-y: auto;
}

.content-wrapper{
	margin-bottom: 25px;
}

.input-error{
	font-size: 12px;
	color: #fe1132;
	font-weight: 500;
}

.input-error div{
	padding: 5px 0;
}

.message-text{
	text-align: center;
	line-height: 22px;
}

.mobile-header{
	display: none;
}

.slick-dots{
	display: block;
	text-align: center;
	padding-top: 8px;
}

.slick-dots li{
	display: inline-block;
	margin: 0 5px;
}

.slick-dots li button{
	border: 0;
	width: 10px;
	height: 10px;
			-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #C4C4C4;
	font-size: 0;
	cursor: pointer;
}

.slick-dots li.slick-active button{
	background-color: #fff;
   -moz-box-shadow:  0 0 5px rgba(0,0,0,0.25);
	 -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.25);
	box-shadow: 0 0 5px rgba(0,0,0,0.25);
}

.info-buy a,
   .opt-title a{
	color: #000;
	text-decoration: underline;
}

.tip-popup{
	position: absolute;
	width: 80%;
	z-index: 100;
	display: none;
	top: 30px;
}

.tip-inner{
	padding: 15px 10px;
	color: #fff;
	position: relative;
	z-index: 5;
	font-size: 13px;
		-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: rgba(0,0,0, 0.8);
	line-height: 18px;
}

.tip-inner:before{
	content: url(../image/triangle.png);
	position: absolute;
	width: 19px;
	height: 7px;
	left: 50%;
	margin-left: -10px;
	bottom: 0px;
}


@media screen and  (max-width: 1300px) {
	.body-inner{
		width: 95%;
	}
}

@media screen and  (max-width: 1245px) {
	.product-left{
		width: 600px;
	}

	.main-slide{
		width: 500px;
	}

	#product-product .content-bottom .text-block{
		width: 600px;
	}

	#product-product .block-text{
		width: 50%;
		margin-bottom: 20px;
	}
	#product-product .advantage-popup .popup-inner{
		min-height:320px;
		height: 100%;
	}

	.block-full-text{
		height: auto;
	}
}

@media screen and  (max-width: 1100px) {
	.product-left{
		width: 445px;
	}

	.thumbs-slide{
		display: none;
	}


	#product-product .content-bottom .text-block{
		width: 500px;
	}
}

@media screen and  (max-width: 992px) {
	.category-products,
	   .advantage-wrap{
		width: 100%;
	}

	.header-line{
		font-size: 28px;
	}

	.product-left{
		float: none;
		width: 100%;
	}

	.product-right{
		float: none;
		margin: 0 auto;
		padding-top: 45px;
	}

	.main-slide,
	   #product-product .content-bottom .text-block,
	   #product-product .category-products{
		margin: 0 auto;
		float: none;
	}
}

@media screen and  (max-width: 768px) {
	.block-text{
		width: 50%;
	}

	.caption a{
		font-size: 28px;
	}

	.category-products .price{
		font-size: 20px;
	}

	.category-products .image{
		height: 180px;
		padding-top: 15px;
	}

	.category-products .image img{
		max-height: 180px;
	}

	.product-thumb{
		min-height: 300px;
	}

	.header-line{
		font-size: 20px;
	}

	.advantage-popup .popup-inner{
		height: 350px;
	}
}

@media screen and  (max-width: 568px) {
	.caption a{
		font-size: 20px;
	}

	.category-products .price{
		font-size: 16px;
	}

	.category-products .image{
		height: 150px;
	}

	.category-products .image img{
		max-height: 150px;
	}

	.product-thumb{
		min-height: 230px;
	}

	.header-line{
		line-height: 22px;
	}

	.header-line div{
		width: 90%;
		margin: 0 auto;
		padding-top: 12px;
	}

	.main-slide,
	   #product-product .content-bottom .text-block{
		width: 100%;
	}

	.mobile-header{
		display: block;
	}

	.base-header{
		display: none;
	}

	.popup-photo,
	   .popup-form{
		float: none;
		width: 100%;
	}

	.popup-form{
		padding-top: 25px;
	}

	.order-popup,
	   .message-popup{
		width: 80%;
		margin-left: -40%;
	}
}

@media screen and  (max-width: 480px) {
	.header-wrap{
		min-height: 140px;
	}

	.category-products .image{
		height: 100px;
	}

	.category-products .image img{
		max-height: 100px;
	}

	.product-thumb{
		min-height: 170px;
	}

	.caption a{
		font-size: 16px;
	}

	.category-products .price{
		font-size: 13px;
	}

	.category-products .price span{
		padding-right: 5px;
	}

	#logo{
		width: 85px;
	}

	.top-contacts{
		margin-top: 10px;
	}

	.top-contacts a{
		font-size: 14px;
		padding-left: 20px;
	}

	.header-line{
		font-size:18px;
	}

	.top-contacts a .icon{
		width: 12px;
		height: 14px;
		top: 2px;
		background-position: -50px -1px;
	}

	.main-slide .slide,
	   .main-slide{
		height: 300px;
	}

	.product-right,
	   #product-product .category-products{
		width: 100%;
	}

	#product-product .category-products .image{
		height: 100px;
	}

	#product-product .category-products .product-thumb{
		min-height: 160px;
	}

	.block-full-text{
		height: 245px;
	}

}

@media screen and  (max-width: 430px) {
	.main-slide .slide,
	   .main-slide{
		height: 270px;
	}

	.tip-popup{
		top: 20px;
	}
}