html{width: 100%;height: 100%;}
html *{max-height:1000000px;}
body{width: 100%;height: 100%;font: 400 14px/16px Roboto;color: #000;background: #fff;}
ul, ol{margin: 0;padding: 0 0 0 20px;}
li{list-style-type: disc;}
img{display: block;border: none;}

.clear{clear: both;}
.container{min-width: 1260px;min-height: 100%;padding: 0;margin: 0 auto;position: relative;}
.wrap{width: 1240px;height: auto;padding: 0 10px;margin: 0 auto;position: relative;}
.wrapper{padding: 0 0 345px 0;}

h1{padding: 0;margin: 0 0 30px 0;font: 400 30px/30px ProximaNovaBold;color: #e74f48;text-transform: uppercase;}
h2{padding: 0;margin: 10px 0;font: 24px/24px ProximaNovaBold;color: #66707a;text-transform: uppercase;}
h3{padding: 0;margin: 10px 0;font: 18px/18px ProximaNovaBold;color: #66707a;text-transform: uppercase;}


p{padding: 5px 0;margin: 0;font: 14px/24px ProximaNovaRegular;color: #000;}
b, strong{font-family: ProximaNovaBold;}
a{font: 14px/24px ProximaNovaRegular;color: #e74f48;text-decoration: underline;}
a:hover{text-decoration: none;}

.btn{width: 170px;height: 42px;padding: 10px 25px;display: block;position: relative;box-sizing: border-box;
	font: 14px/14px ProximaNovaExtrabld;color: #fff;text-align: center;text-decoration: none;text-transform: uppercase;
	cursor: pointer;outline: none;border: none;background: #e74f48;
	border-radius: 42px;-webkit-border-radius: 42px;-moz-border-radius: 42px;
}
.btn.white{color: #e74f48;border: 3px solid #e74f48;background: #fff;}
.btn:hover{
	box-shadow: 1px 1px 3px rgba(0,0,0,0.25);-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.25);-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.25);
}
.btn:active{top: 1px;left: 1px;
	box-shadow: inset 1px 1px 3px rgba(0,0,0,0.25);-webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.25);-moz-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.25);
}	

.menu_btn{display: none;}

.content{font: 14px/24px ProximaNovaRegular;color: #000;}
.content ol,
.content ul{padding: 20px 0;}
	.content li{padding-left: 25px;list-style-type: none;position: relative;margin-bottom: 10px;font: 16px/18px ProximaNovaBold;color: #66707a;}
	.content ul li:before{content: "";width: 4px;height: 4px;display: block;position: absolute;top: 50%;left: 12px;margin-top: -2px;background: #e74f48;}
	.content ol{counter-reset: count;}
	.content ol li{padding-left: 10px;list-style: none;}
	.content ol li:before{counter-increment: count;content: counter(count)".";color: #e74f48;display: inline-block;margin-right: 5px;}
	.content table{width: 100%;border-collapse: collapse;margin-bottom: 30px;}
	.content table td,
	.content table th{padding: 20px 10px;font: 14px/16px ProximaNovaBold;text-align: center;border: 2px solid #fff;background: #f6f7f7;}
	.content table thead td,
	.content table th{padding: 30px 10px;color: #fff;text-transform: uppercase;background: #66707a;}
	.content table.special td, .content table.special th{padding: 10px 5px;background: #D8D8D8;}
	.content table.special tr.dim td{height: 80px;}
	.content table.special tr.dim td span{width: 30px;display: block;
	    -moz-transform: rotate(90deg);-ms-transform: rotate(90deg);-webkit-transform: rotate(90deg);-o-transform: rotate(90deg);transform: rotate(90deg);
	}
	.content table.special a{font-size: 24px;}
	.justifyright{float: right;}
	.justifyleft{float: left;}
	.content img.justifyright{margin: 10px 0 10px 10px ;}
	.content .justifyleft{margin: 10px 10px 10px 0 ;}
	
	
	
.header{background: #f6f7f7;position: relative;}
    .header.happy{padding-top: 60px;}
    .header.happy:after{content: '';width: 100%;height: 100px;position: absolute;top: 0;left: 0;background: url(../img/happy.png) repeat-x;}
	.header .top_block{display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;background: url(../img/dotted.png) repeat-x 0 bottom;}
	.header .logo_box{display: flex;flex-wrap: wrap;}
	.header .logo{width: 254px;height: 62px;display: block;margin-right: 20px;background: url(../img/logo.png) no-repeat;}
	.header .ttl{width: 250px;padding-top: 5px;display: block;font: 14px/14px ProximaNovaRegular;color: #66717a;}
	.header .ttl span{display: block;margin-top: 15px;font: 14px/14px ProximaNovaBold;color: #e74f48;}
	.header .map_link{padding: 10px 0 11px 32px;display: block;margin-top: 15px;
		font: 12px/12px ProximaNovaBlack;color: #66717a;text-transform: uppercase;text-decoration: underline;
		background: url(../img/point.png) no-repeat 0 50%;
	}
	.header .map_link:hover{text-decoration: none;}
	.header .phone{display: block;font: 12px/12px ProximaNovaRegular;color: #989898;text-align: right;}
	.header .phone a{display: block;font: 26px/26px ProximaNovaBlack;color: #e74f48;text-decoration: none;}
	.callme{width: 170px;height: 42px;padding: 10px 25px;display: block;position: relative;box-sizing: border-box;
		font: 11px/12px ProximaNovaExtrabld;color: #fff;text-align: center;text-decoration: none;text-transform: uppercase;background: #e74f48;
		border-radius: 42px;-webkit-border-radius: 42px;-moz-border-radius: 42px;
	}
	.callme:hover{
		box-shadow: 1px 1px 3px rgba(0,0,0,0.25);-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.25);-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.25);
	}
	.callme:active{top: 1px;left: 1px;
		box-shadow: inset 1px 1px 3px rgba(0,0,0,0.25);-webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.25);-moz-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.25);
	}	
	.header .menu{display: flex;justify-content: space-between;align-items: center;}
	.header .menu nav ul{padding: 0;display: flex;}
	.header .menu nav ul li{margin-right: 20px;position: relative;list-style-type: none;}
	.header .menu nav ul li:last-child{margin-right: 0;}
	.header .menu nav ul .link{padding: 20px 0;display: block;font: 14px/14px ProximaNovaExtrabld;color: #66707a;text-transform: uppercase;text-decoration: none;cursor: pointer;}
	.header .menu nav ul .active .link,
	.header .menu nav ul .link:hover{color: #e74f48;}
	.header .menu nav ul ul.level2{display: none;position: absolute;z-index: 10;background: #d7dbdd;}
	.header .menu nav ul li:hover ul.level2{display: block;}
	.header .menu nav ul ul.level2 li{margin: 0;}
	.header .menu nav ul ul.level2 .link{padding: 15px;font: 14px/14px ProximaNovaRegular;color: #000;text-transform: none;white-space: nowrap;}
	.header .menu nav ul ul.level2 .active .link,
	.header .menu nav ul ul.level2 .link:hover{background: #c8ced4;}
	.header .cart_link{padding-left: 35px;display: block;text-decoration: none;background: url(../img/ico_cart.png) no-repeat 0 50%;}
	.header .cart_link span{padding: 6px 20px;height: 30px;display: block;box-sizing: border-box;position: relative;
		font: 18px/18px ProximaNovaExtrabld;color: #fff;background: #66707a;
		border-radius: 30px;-webkit-border-radius: 30px;-moz-border-radius: 30px;
	}
	.header .cart_link span:before{content: "";width: 0; height: 0;display: block;position: absolute;top: 50%;left: -6px;margin-top: -6px;
		border-top: 6px solid transparent;border-bottom: 6px solid transparent;border-right: 8px solid #66707a;
	}
	.header .cart_link:hover span{background: #e74f48;
		box-shadow: 1px 1px 3px rgba(0,0,0,0.25);-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.25);-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.25);
	}
	.header .cart_link span:hover:before{border-right: 8px solid #e74f48;}
	.header .cart_link:active span{top: 1px;left: 1px;
		box-shadow: inset 1px 1px 3px rgba(0,0,0,0.25);-webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.25);-moz-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.25);
	}
.soc_list{padding: 0;display: flex;margin-right: 10px;}
    .header .soc_list{display: none;}
	.soc_list li{margin-right: 10px;list-style-type: none;}
	.soc_list li:last-child{margin-right: 0;}
	.soc_list a{width: 30px;height: 30px;display: block;position: relative;background: #4e5761;
		border-radius: 30px;-webkit-border-radius: 30px;-moz-border-radius: 30px;
	}
	.soc_list a:after{content: "";width: 19px;display: block;position: absolute;top: 50%;left: 0;right: 0;z-index: 1;margin: 0 auto;
		background: url(../img/social.png) no-repeat;
	}
	.soc_list a.tw:after{height: 12px;margin-top: -6px;background-position: 0 0;}
	.soc_list a.vk:after{height: 10px;margin-top: -5px;background-position: 0 -12px;}
	.soc_list a.yt:after{height: 16px;margin-top: -8px;background-position: 0 -22px;}
	.soc_list a.fb:after{height: 19px;margin-top: -9px;background-position: 0 -38px;}
	.soc_list a.ig:after{height: 19px;margin-top: -9px;background-position: 0 -57px;}
	.soc_list a.ok:after{height: 26px;margin-top: -13px;background-position: 0 -76px;}
.footer{width: 100%;padding: 45px 0 20px 0;position: absolute;bottom: 0;background: #66707a;}	
	.footer .wrap{display: flex;flex-wrap: wrap;justify-content: space-between;}	
	.footer .menu .ttl{display: block;margin-bottom: 20px;font: 24px/24px ProximaNovaBlack;color: #fff;text-transform: uppercase;}		
	.footer .menu ul{width: 840px;padding: 0;display: flex;flex-wrap: wrap;}		
	.footer .menu ul li{width: 200px;display: block;margin: 0 5px 5px 0;list-style-type: none;display: flex;align-items: center;}		
	.footer .menu ul a{font: 14px/16px ProximaNovaRegular;color: #fff;text-decoration: underline;}		
	.footer .menu ul a:hover{text-decoration: none;}		
	.footer .logo{width: 231px;height: 56px;display: block;margin-bottom: 30px;background: url(../img/logo_w.png) no-repeat;}
	.footer .phone{display: block;margin-bottom: 30px;font: 24px/24px ProximaNovaBlack;color: #fff;text-align: right;text-decoration: none;}
.content{padding-bottom: 50px;}
	.content .g-align-center{text-align: center;}
	.content .g-align-center img{display: inline;}
	
.content .g-align-center p{
	padding: 20px 0;
    font: 14px/14px ProximaNovaExtrabld;
    color: #66707a;
    text-transform: uppercase;
    text-decoration: none;
	}
	
.cat_tiles{display: flex;flex-wrap: wrap;justify-content: space-around;}	
	.cat_tiles li{margin-bottom: 20px;list-style-type: none;}	
	 .cat_tiles li:before{display: none!important;}
	.cat_tiles a{width: 190px;height: 190px;padding: 10px;display: flex;justify-content: center;align-items: flex-end;box-sizing: border-box;position: relative;
		font: 14px/18px ProximaNovaBold;color: #66707a;text-align: center;background: #fff;
		border-radius: 4px;-webkit-border-radius: 4px;-moz-border-radius: 4px;
		box-shadow: 0 0 10px rgba(0,0,0,0.10);-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.10);-moz-box-shadow: 0 0 10px rgba(0,0,0,0.10);
	}	
	.cat_tiles a:hover{color: #fff;background: #66707a;}
	.cat_tiles a:active{top: 1px;left: 1px;
		box-shadow: inset 0 0 10px rgba(0,0,0,0.10);-webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.10);-moz-box-shadow: inset 0 0 10px rgba(0,0,0,0.10);
	}
	.cat_tiles .img_wrap{height: 90px;display: flex;align-items: center;position: absolute;top: 20px;left: 0;right: 0;margin: 0 auto;}
	.cat_tiles .img_wrap img{max-width: 100%;max-height: 100%;display: block;margin: 0 auto;}
	.cat_tiles.small a{width: 125px;height: 125px;padding: 5px;font: 11px/14px ProximaNovaBold;}
	.cat_tiles.small .img_wrap{height: 70px;top: 10px;}
ul.cat_list{padding: 0;margin-bottom: 30px;}
	ul.cat_list li{padding: 5px 0;margin: 0;list-style-type: none;background: url(../img/dotted.png) repeat-x 0 bottom;}
	ul.cat_list li:before{display: none;}
	ul.cat_list li:last-child{background: none;}
	ul.cat_list a{padding: 30px 0 30px 210px;min-height: 145px;display: block;box-sizing: border-box;position: relative;text-decoration: none;}
	ul.cat_list a:hover{background: #f6f7f7;}
	ul.cat_list .img_wrap{width: 190px;height: 100%;position: absolute;top: 0;left: 0;display: flex;justify-content: center;align-items: center;}
	ul.cat_list .img_wrap img{max-width: 100%;max-height: 100%;}
	ul.cat_list .ttl{display: block;margin-bottom: 10px;font: 24px/24px ProximaNovaBold;color: #66707a;text-transform: uppercase;}
	ul.cat_list a:hover .ttl{color: #e74f48;}
.about_box{padding: 40px 0;margin-bottom: 50px;font: 14px/24px ProximaNovaRegular;color: #000;background: #f6f7f7;}
	.about_box .more{padding-right: 12px;display: inline-block;font: 14px/24px ProximaNovaRegular;color: #e74f48;cursor: pointer;
		background: url(../img/arrow1.png) no-repeat right 50%;
	}
	.about_box .more:hover{text-decoration: underline;}
	.about_box .full_txt{display: none;}
.bredcrumbs{padding: 12px 0;margin-bottom: 40px;background: #f6f7f7;}
	.bredcrumbs .list{padding: 0;display: flex;flex-wrap: wrap;}
	.bredcrumbs .list li{position: relative;list-style-type: none;font: 14px/16px ProximaNovaRegular;color: #66707a;}
	.bredcrumbs .list a{font: 14px/16px ProximaNovaRegular;color: #e74f48;text-decoration: underline;}
	.bredcrumbs .list a:hover{text-decoration: none;}
	.bredcrumbs .list .separ{margin: 0 8px;}
	.bredcrumbs .sublevel{padding: 0;display: none;position: absolute;top: 100%;left: 0;z-index: 10;background: #d7dbdd;}
	.bredcrumbs .list>li:hover .sublevel{display: block;}
	.bredcrumbs .sublevel a{padding: 15px;display: block;font: 14px/14px ProximaNovaRegular;color: #000;text-transform: none;text-decoration: none;white-space: nowrap;}
	.bredcrumbs .sublevel a:hover{background: #c8ced4;}
ul.news_list{padding: 0;margin-bottom: 30px;}
	ul.news_list li{padding: 30px 0;margin: 0;list-style-type: none;background: url(../img/dotted.png) repeat-x 0 bottom;}
	ul.news_list li:before{display: none;}
	ul.news_list li:last-child{background: none;}
	ul.news_list .date{display: block;margin-bottom: 5px;font: 16px/16px ProximaNovaBlack;color: #66707a;}
	ul.news_list .ttl{display: block;margin-bottom: 5px;font: 18px/18px ProximaNovaBold;color: #e74f48;text-transform: uppercase;text-decoration: underline;}
	ul.news_list .ttl:hover{text-decoration: none;}
ul.art_list{padding: 0;margin-bottom: 30px;}
	ul.art_list li{padding: 5px 0;margin: 0;list-style-type: none;background: url(../img/dotted.png) repeat-x 0 bottom;}
	ul.art_list li:before{display: none;}
	ul.art_list li:last-child{background: none;}
	ul.art_list .art_wrap{padding: 30px 0 30px 200px;min-height: 145px;display: block;box-sizing: border-box;position: relative;text-decoration: none;}
	ul.art_list .img_wrap{width: 190px;height: 100%;position: absolute;top: 0;left: 0;display: flex;align-items: center;}
	ul.art_list .img_wrap img{max-width: 100%;max-height: 100%;}
	ul.art_list .ttl{display: block;margin-bottom: 10px;font: 18px/18px ProximaNovaBold;color: #e74f48;text-transform: uppercase;}
	ul.art_list .ttl:hover{text-decoration: none;}
	ul.art_list .more{padding-right: 12px;display: inline-block;font: 14px/24px ProximaNovaRegular;color: #e74f48;cursor: pointer;
		background: url(../img/arrow1.png) no-repeat right 50%;
	}
	ul.art_list .more:hover{text-decoration: none;}
div.pagination{display: flex;flex-wrap: wrap;justify-content: center;margin-bottom: 30px;}
	ul.pagination{display: flex;margin: 0 auto;flex-wrap: wrap;}
	ul.pagination li{padding: 0;margin: 0 17px 0 0;list-style-type: none;}
	ul.pagination li:last-child{margin-right: 0;}
	ul.pagination li:before{display: none;}
	ul.pagination a{padding: 5px 10px;display: block;font: 18px/18px ProximaNovaBold;color: #4e5761;background: #f6f7f7;text-decoration: none;}
	ul.pagination .active a,
	ul.pagination a:hover{color: #fff;background: #e74f48;}
.categ_block{margin-bottom: 30px;}	
	.categ_block img{display: block;float: left;margin: 0 20px 20px 0;}	
ul.goods_list{padding: 0;display: flex;flex-wrap: wrap;justify-content: space-around;}
	ul.goods_list li{width: 280px;padding: 10px;box-sizing: border-box;margin-bottom: 20px;list-style-type: none;
		border-radius: 4px;-webkit-border-radius: 4px;-moz-border-radius: 4px;
		box-shadow: 0px 0 7px 1px rgba(0, 0, 0, 0.2);-webkit-box-shadow: 0px 0 7px 1px rgba(0, 0, 0, 0.2);-moz-box-shadow: 0px 0 7px 1px rgba(0, 0, 0, 0.2);
	}
	ul.goods_list li:before{display: none;}
	ul.goods_list .ttl{height: 60px;overflow: hidden;display: block;margin-bottom: 15px;font: 20px/20px ProximaNovaBold;color: #4e5761;text-align: center;text-decoration: none;}
	ul.goods_list .ttl:hover{color: #e74f48;}
	ul.goods_list .img_wrap{overflow: hidden;display: block;margin-bottom: 20px;}
	ul.goods_list img{width: 100%;display: block;margin: 0 auto;}
	ul.goods_list table{width: auto;margin: 0 auto 20px;}
	ul.goods_list table td{padding: 2px 0;font: 16px/16px ProximaNovaRegular;color: #4e5761;text-align: left;border: none;background: none;}
	ul.goods_list table td:nth-child(2){padding-left: 10px;font-family: ProximaNovaBold;}
    ul.goods_list .price{display: none;padding: 0 0 15px;font: 20px/20px ProximaNovaBold;color: #e74f48;text-align: center;}	
    ul.goods_list .price.active{display: block;}	
	ul.goods_list .btn_wrap{width: 222px;height: 42px;margin: 0 auto;}
	ul.goods_list .btn_wrap input{width: 50px;height: 38px;float: left;font: 16px/16px ProximaNovaRegular;color: #4e5761;text-align: center;
	    outline: 0 none;border: 1px solid #e74f48;background: #fff;
	}
	ul.goods_list .btn_wrap .btn{width: 165px;float: left;
	    border-radius: 0 42px 42px 0;-webkit-border-radius: 0 42px 42px 0;-moz-border-radius: 0 42px 42px 0;
	    
	}
	ul.goods_list .cheaper{float: right;margin: 5px 0;}
.info_block{display: flex;margin-bottom: 30px;}
	.info_block .img_wrap{width: 400px;margin-right: 60px;}
	.info_block .descr_box{width: 320px;margin-right: 60px;}
	.info_block .ttl{display: block;margin-bottom: 10px;font: 24px/24px ProximaNovaBold;color: #66707a;text-transform: uppercase;}
.char_box table{width: 100%;}
    .char_box table tr:nth-child(2n+1){background: #f6f7f7;}
	.char_box table td{padding: 15px 20px;font: 18px/18px ProximaNovaRegular;color: #4e5761;text-align: left;border: none;background: none;}
	.char_box table td:nth-child(1){width: 170px;}
	.char_box table td:nth-child(2){font-family: ProximaNovaBold;}
    .char_box table td.color_red{color: #e74f48;}
.price_block{padding-top: 34px;margin-left: 20px;}	
    .price_block table{width: 100%;}
    .price_block table tr:nth-child(2n+1){background: #f6f7f7;}
	.price_block table td{padding: 15px 20px;font: 18px/18px ProximaNovaRegular;color: #4e5761;text-align: left;border: none;background: none;}
	.price_block table td:nth-child(2){font-family: ProximaNovaBold;}
	.price_block table td a.popup{color: #4e5761;}
	.price_block table td:last-child{padding: 3px 20px;}
	.price_block .price_box .cell{padding: 3px 20px;font: 24px/24px ProximaNovaBold;color: #e74f48;}	
	.price_block .price_box .cell:nth-child(odd){background: #f6f7f7;}	
	.price_block .price_box .cell .ttl{padding: 10px 0;display: inline-block;margin-bottom: 0;color: #4e5761;text-transform: uppercase;}	
	.price_block .price_box .cell .options td{font: 18px/18px ProximaNovaRegular;color: #4e5761;}	
	.price_block .price_box .cell .options td:last-child{color: #e74f48;font-family: ProximaNovaBold;text-align: right;}	
	.price_block .price_box .btn{width: 230px;margin: 6px 0;}	
	.price_block .price_box .qty{display: inline-block;}	
	.price_block .price_box .qty span{width: 35px;height: 24px;padding: 10px 0;display: inline-block;position: relative;
		font: 24px/24px ProximaNovaBold;color: #4e5761;text-align: center;background: #fff;cursor: pointer;
	}	
	.price_block .price_box .qty span.minus{
		border-radius: 5px 0 0 5px;-webkit-border-radius: 5px 0 0 5px;-moz-border-radius: 5px 0 0 5px;
	}
	.price_block .price_box .qty span.plus{
		border-radius: 0 5px 5px 0;-webkit-border-radius: 0 5px 5px 0;-moz-border-radius: 0 5px 5px 0;
	}
	.price_block .price_box .qty span:hover{
		box-shadow: 0 0 10px rgba(0,0,0,0.10);-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.10);-moz-box-shadow: 0 0 10px rgba(0,0,0,0.10);
	}
	.price_block .price_box .qty span:active{top: 1px;left: 1px;
		box-shadow: none;-webkit-box-shadow: none;-moz-box-shadow: none;
	}
	.price_block .price_box .qty input{width: 60px;height: 24px;padding: 10px 0;
		font: 24px/24px ProximaNovaBold;color: #e74f48;text-align: center;
		outline: none;border: 1px solid #ccd0d4;border-top: 0 none;border-bottom: 0 none;background: #fff;
	}	
.cart_tbl{width: 100%;display: table;margin-bottom: 30px;}	
	.cart_tbl .thead{display: table-header-group;}	
	.cart_tbl .tbody{display: table-row-group;}	
	.cart_tbl .row{display: table-row;}	
	.cart_tbl .tbody .row:nth-child(2n+1){background: #f6f7f7;}
	.cart_tbl .cell{padding: 20px;display: table-cell;vertical-align: middle;}	
	.cart_tbl .cell:nth-child(1){width: 90px;}	
	.cart_tbl .thead .cell{font: 18px/18px ProximaNovaBold;color: #66707a;text-transform: uppercase;}	
	.cart_tbl .name{font: 16px/16px ProximaNovaBold;color: #000;text-decoration: none;}	
	.cart_tbl .name:hover{text-decoration: underline;}	
	.cart_tbl .price{font: 18px/18px ProximaNovaBold;color: #e74f48;}	
	.cart_tbl .price .cost{display: none;}	
	.cart_tbl .price .cost.active{display: inline;}	
	.cart_tbl .qty{display: inline-block;background: none;
		box-shadow: 0 0 10px rgba(0,0,0,0.10);-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.10);-moz-box-shadow: 0 0 10px rgba(0,0,0,0.10);
		border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;
	}
	.cart_tbl .qty button{display: none;}
	.cart_tbl .qty span{width: 35px;height: 24px;padding: 15px 0;display: inline-block;position: relative;
		font: 24px/24px ProximaNovaBold;color: #4e5761;text-align: center;background: #fff;cursor: pointer;
	}	
	.cart_tbl .qty span.minus{
		border-radius: 5px 0 0 5px;-webkit-border-radius: 5px 0 0 5px;-moz-border-radius: 5px 0 0 5px;
	}
	.cart_tbl .qty span.plus{
		border-radius: 0 5px 5px 0;-webkit-border-radius: 0 5px 5px 0;-moz-border-radius: 0 5px 5px 0;
	}
	.cart_tbl .qty span:hover{
		box-shadow: 0 0 10px rgba(0,0,0,0.10);-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.10);-moz-box-shadow: 0 0 10px rgba(0,0,0,0.10);
	}
	.cart_tbl .qty span:active{top: 1px;left: 1px;
		box-shadow: none;-webkit-box-shadow: none;-moz-box-shadow: none;
	}
	.cart_tbl .qty input{width: 60px;height: 24px;padding: 15px 0;
		font: 24px/24px ProximaNovaBold;color: #e74f48;text-align: center;
		outline: none;border: 1px solid #ccd0d4;border-top: 0 none;border-bottom: 0 none;background: #fff;
	}	
	.cart_tbl .remove{width: 29px;height: 29px;position: relative;outline: none;border: 0 none;cursor: pointer;background: url(../img/ico_close.png) no-repeat;
		border-radius: 50%;-webkit-border-radius: 50%;-moz-border-radius: 50%;
	}
	.cart_tbl .remove:hover{
		box-shadow: 0 0 5px rgba(0,0,0,0.40);-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.40);-moz-box-shadow: 0 0 5px rgba(0,0,0,0.40);
	}
	.cart_tbl .remove:active{top: 1px;left: 1px;
		box-shadow: none;-webkit-box-shadow: none;-moz-box-shadow: none;
	}
.total_block{margin-bottom: 30px;}
	.total_block .row{display: flex;justify-content: space-between;align-items: center;margin-bottom: 20px;}
	.total_block .row:first-child{justify-content: space-around;align-items: flex-start;}
	.total_block .row .box{width: 40%;}
	.total_block .row .box .ttl{display: block;margin-bottom: 20px;font: 24px/24px ProximaNovaBold;color: #e74f48}
	.total_block form input{width: 100%;height: 22px;padding: 20px;box-sizing: border-box;margin-bottom: 20px;
		font: 18px/22px ProximaNovaRegular;color: #4e5761;outline: none;border: none;background: #fff;
		box-shadow: 1px 1px 3px rgba(0,0,0,0.25);-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.25);-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.25);
	}
	.total_block form textarea{resize: none;width: 100%;height: 245px;padding: 20px;box-sizing: border-box;margin-bottom: 20px;
		font: 18px/22px ProximaNovaRegular;color: #4e5761;outline: none;border: none;background: #fff;
		box-shadow: 1px 1px 3px rgba(0,0,0,0.25);-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.25);-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.25);
	}
	.total_block form input[type="radio"]{width: auto;height: auto;margin: 0;
		box-shadow: none;-webkit-box-shadow: none;-moz-box-shadow: none;
	}
	.total_block #deliveries label{display: block;margin-bottom: 20px;font: 18px/22px ProximaNovaRegular;color: #4e5761;}
	.total_block .price{font: 30px/30px ProximaNovaBold;color: #e74f48;}
	.total_block .ttl{color: #4e5761;text-transform: uppercase;}
	.total_block .btn{width: 310px;height: 58px;padding: 4px 0 0 0;}
	.total_block .btn.white{padding: 21px 0 0 0;}
.win_popup{width: 500px;padding: 50px;overflow: hidden;display: none;box-sizing: border-box;background: #fff;
	border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;
}
	.win_popup#win_map{width: 600;padding: 0;}
	.win_popup#win_map #map{height: 400px;}
	.win_popup input{width: 100%;height: 24px;padding: 25px;box-sizing: border-box;margin-bottom: 40px;
		font: 20px/24px ProximaNovaRegular;color: #4e5761;
		outline: none;border: none;background: #fff;
		box-shadow: 1px 1px 3px rgba(0,0,0,0.25);-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.25);-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.25);
	}
	.win_popup .btn{margin: 0 auto;}
	.win_popup .ttl1{display: block;margin-bottom: 20px;font: 24px/28px ProximaNovaBold;color: #4e5761;text-align: center;text-transform: uppercase;}
	.win_popup .ttl2{display: block;font: 18px/24px ProximaNovaRegular;color: #4e5761;text-align: center;}
.row_map{overflow: hidden;display: flex;flex-wrap: wrap;justify-content: space-between;margin-bottom: 30px;}
.b-contacts_scheme{width: 48%;padding: 10px;border: 1px solid #4e5761;}
	.b-contacts_scheme img{max-width: 100%;display: block;}
#map2{width: 48%;height: 860px;}	
.action{width: 220px;height: 206px;display: block;position: fixed;bottom: 0;left: 0;z-index: 999;background: url(../img/action.png) no-repeat;opacity: 0.5;}
.action:hover{opacity: 1;}
.form_box{width: 350px;padding: 50px;margin: 30px auto;border: 1px solid #4e5761;}
	.form_box input{width: 100%;height: 24px;padding: 25px;box-sizing: border-box;margin-bottom: 40px;
		font: 20px/24px ProximaNovaRegular;color: #4e5761;
		outline: none;border: none;background: #fff;
		box-shadow: 1px 1px 3px rgba(0,0,0,0.25);-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.25);-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.25);
	}
	.form_box .btn{margin: 0 auto;}
	.form_box .ttl1{display: block;margin-bottom: 20px;font: 24px/28px ProximaNovaBold;color: #4e5761;text-align: center;text-transform: uppercase;}
	.form_box .ttl2{display: block;font: 18px/24px ProximaNovaRegular;color: #4e5761;text-align: center;}
.recaptcha_wrap{width: 304px;margin: 0 auto 30px;}
ul.city_list{width: 100%;padding: 0;margin-bottom: 30px;
    display: -webkit-flex;display: -webkit-box;display: -moz-flex;display: -moz-box;display: -ms-flexbox;display: -ms-flex;display: -o-flex;display: flex;
    -webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;
    -webkit-box-pack: justify;-webkit-justify-content: space-between;-ms-flex-pack: space-between;justify-content: space-between;
}
    ul.city_list li{width: 18%;padding: 0;list-style-type: none;}
    ul.city_list li:before{display: none;}
    .city_list li a{padding: 10px 0;display: block;position: relative;font: 14px/14px ProximaNovaExtrabld;color: #fff;text-align: center;text-decoration: none;background: #66707a;
        -webkit-border-radius: 50px;-moz-border-radius: 50px;border-radius: 50px;
    }
    .city_list li a:hover{background: #e74f48;
        -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.25);-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.25);box-shadow: 1px 1px 3px rgba(0,0,0,0.25);
    }
    .city_list li a:active{top: 1px;left: 1px;
        -webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.25);-moz-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.25);box-shadow: inset 1px 1px 3px rgba(0,0,0,0.25);        
    }
    span.h2{padding: 20px 0;display: block;font: 24px/24px ProximaNovaBold;color: #66707a;text-align: center;text-transform: uppercase;}
.to_top{width: 46px;height: 40px;display: block;position: fixed;bottom: 100px;right: 20px;text-decoration: none;background: #59626b;z-index: 1000;opacity: 0.3;
    box-shadow: 0 0 25px #fff;
}
    .to_top:hover{opacity: 1;}
    .to_top:before,
    .to_top:after{content: "";width: 20px;height: 3px;display: block;position: absolute;top: 17px;background: #fff;
        -webkit-border-radius: 2px; 
		-moz-border-radius: 2px; 
		border-radius: 2px;
    }
    .to_top:before{right: 5px;
        transform: rotate(35deg);
    }
    .to_top:after{left: 5px;
        transform: rotate(-35deg);
    }

.kontakty {
    width: 45%;
    float: left;
    text-align: left;
    border-radius: 4px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.10);
    margin: 10px;
    display: inline-block;
	}
.kontakty_obsh {
	width: 100%;
    display: inline-block;
}

/* ===== PHASE 1: consent, footer columns, floating video, legal ===== */
html{overflow-x: hidden;}
.consent{display: flex; align-items: flex-start; gap: 10px; margin: 0 0 20px 0; text-align: left;}
.consent input[type="checkbox"]{width: 20px; height: 20px; min-width: 20px; margin: 2px 0 0; padding: 0; box-shadow: none; flex-shrink: 0; cursor: pointer;}
.consent label, .consent span{font: 14px/20px ProximaNovaRegular; color: #4e5761;}
.consent a{font: 14px/20px ProximaNovaRegular;}
.win_popup .consent input, .form_box .consent input, .total_block .consent input{width: 20px; height: 20px; margin: 0; padding: 0; box-shadow: none;}
.win_popup[aria-modal="true"]{outline: none;}
.footer-grid{display: flex; flex-wrap: wrap; gap: 24px 32px; justify-content: space-between; width: 100%;}
.footer-col{flex: 1 1 160px; min-width: 140px;}
.footer-col .ttl, .footer .menu .ttl{display: block; margin-bottom: 16px; font: 16px/20px ProximaNovaBlack; color: #fff; text-transform: uppercase;}
.footer .menu{flex: 1 1 640px;}
.footer-col ul, .footer .menu .footer-col ul{width: auto; display: block; padding: 0; margin: 0;}
.footer-col ul li, .footer .menu .footer-col ul li{width: auto; display: block; margin: 0 0 8px 0;}
.footer .right_box{flex: 0 1 240px;}
.footer .right_box .phone{margin-bottom: 8px;}
.footer .email, .footer .addr{display: block; margin: 8px 0; font: 14px/20px ProximaNovaRegular; color: #fff; text-align: right; text-decoration: none;}
.footer .email{text-decoration: underline;}
.footer-legal{width: 100%; margin-top: 16px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,0.2); display: flex; flex-wrap: wrap; gap: 12px 20px;}
.footer-legal a{font: 13px/18px ProximaNovaRegular; color: #fff;}
.action{display: none;}
.floating-video{position: fixed; right: 16px; bottom: 72px; z-index: 980; width: 180px; border-radius: 12px; overflow: hidden; box-shadow: 0 8px 24px rgba(0,0,0,0.25); background: #12202F;}
.floating-video.is-hidden{display: none;}
.floating-video.is-expanded{width: min(420px, calc(100vw - 32px));}
.floating-video video{display: block; width: 100%; height: auto; aspect-ratio: 16/9; object-fit: cover; background: #12202F;}
.floating-video__controls{position: absolute; top: 6px; right: 6px; display: flex; gap: 4px;}
.floating-video__btn{width: 32px; height: 32px; border: 0; border-radius: 50%; background: rgba(18,32,47,0.75); color: #fff; cursor: pointer; font-size: 14px; line-height: 32px; text-align: center; padding: 0;}
.floating-video__btn:focus{outline: 2px solid #fff; outline-offset: 2px;}
@media (max-width: 767px){
	.floating-video{width: 120px; right: 10px; bottom: 64px;}
	.floating-video.is-expanded{width: calc(100vw - 24px); left: 12px; right: 12px;}
	.footer-col{flex: 1 1 100%;}
	.footer .email, .footer .addr, .footer .phone{text-align: center;}
	.consent label, .consent span{font-size: 15px; line-height: 22px;}
}
@media (prefers-reduced-motion: reduce){
	.floating-video video{display: none;}
}
.legal-content{max-width: 760px;}
.legal-content p, .legal-content li{font: 16px/24px ProximaNovaRegular; color: #1d2932;}
.legal-content h2{text-transform: none; margin: 24px 0 12px;}
.ms2-consent, .total_block .consent{margin: 16px 0 20px; max-width: 420px;}
.form-error{color: #c0392b; font: 14px/18px ProximaNovaRegular; margin: 0 0 12px;}
