@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,500i,700,700i,900&display=swap&subset=cyrillic');
* {margin:0; padding:0;}
html,body{
	width: 100%;
	height: 100%;
	background:#FFF;
	color:#000;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
}
h1,h2,h3,h4,h5,h6{
    font-weight:normal;
}
h1{
	font-size: 32px;
    margin-bottom:20px;
}
h2{
	font-size: 26px;
	margin: 20px 0 30px;
}
h3{
    font-size: 18px;
    line-height: 15px;
    font-weight:500;
    margin-bottom:10px;
}
iframe{
    max-width:100%;
}
a:hover{
    text-decoration:none;
}
ul{
    list-style:none;
}
img{
    max-width:100%;
    border:none;
}
input,textarea{ 
    outline:none;
    font-family: 'Roboto', sans-serif;
}
input:required {
  box-shadow: none;
}
textarea{
    overflow:hidden;
}
table{
    border-collapse:collapse;
}
.site-bg{
	position:fixed;
	z-index:0;
	left:0;
	top:0;
	bottom:0;
	right:0;
}
.cleared:after{
	content:'';
	display:table;
	clear:both;
}
.wrapper {
	max-width:1045px;
	margin:0 auto;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	background:#FFF;
	position:relative;
	z-index:1;
}
.content {
	flex: 1 0 auto;
	overflow-x:hidden;
	padding-top:125px;
}
.footer {
	flex: 0 0 auto;
}
.container{
	max-width:1045px;
	margin:0 auto;
}
.header{
	position:fixed;
	z-index:10;
	left:0;
	right:0;
	top:0;
	height:125px;
}
.head-top-left{
	float:left;
}
.head-top:before{
	content:'';
	position:absolute;
	z-index:-1;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background: rgba(0,0,0,0.15);
}
.head-top{
	padding:6px 20px 0 20px;
	height:39px;
	position:relative;
	z-index:0;
}
.top-tel{
	float:left;
	padding-top:3px;
}
.top-tel+div{
	margin-left:10px;
}
.top-tel a{
	font-size: 22px;
	color:#FFF;
	font-weight:700;
	text-decoration:none;
}
.tel-icon{
	padding-left:25px;
	position:relative;
	z-index:0;
}
.tel-icon:before{
	content:'';
	width:17px;
	height:18px;
	position:absolute;
	z-index:-1;
	left:0;
	top:4px;
	background:url(../images/icons/phone.png) no-repeat left center;
}
.top-order{
	float:left;
}
.top-order+div{
	margin-left:7px;
}
a.top-order-btn{
    text-decoration: none;
    display: block;
    height: 30px;
	line-height:32px;
    padding: 0 12px;
    font-weight: 500;
    text-align: center;
    font-size: 13px;
    text-transform:uppercase;
    box-shadow: 0px 1px #b4b4b4;
	border-radius: 3px;
}
a.top-order-btn:hover{
	color:#FFF;
}
.top-contacts{
	float:left;
	font-size: 18px;
	color:#FFF;
	font-weight:bold;
	padding-top:5px;
}
.top-contacts+div{
	margin-left:10px;
}
.contacts-icon{
	width:16px;
	float:left;
	padding-top:3px;
}
.contacts-text{
	margin-left:21px;
}
.top-socials{
	float:left;
}
.top-socials ul li{
	float:left;
	margin-right:6px;
}
.top-socials ul li a{
	opacity:0.75;
}
.top-socials ul li a:hover{
	opacity:1;
}
.top-socials ul li:last-child{
	margin-right:0;
}
.head-top-right{
	float:right;
}
.basket-btn{
	height:30px;
	line-height:32px;
    position: relative;
	z-index:0;
	text-decoration:none;
    font-size: 14px;
    display: block;
	font-weight:500;
    padding: 0 12px 0 35px;
	box-shadow: 0px 1px #b4b4b4;
	border-radius: 3px;
}
.basket-btn:hover{
	color:#FFF;
}
.basket-btn:hover path{
	fill: #FFF;
}
.head-bot{
	padding:0 20px;
	height:68px;
	padding-top:12px;
	position:relative;
	z-index:0;
}
.head-bot-left{
	width: 320px;
	float:left;
}
.logo-box a{
	text-decoration:none;
	font-size: 17px;
	line-height:18px;
}
.logo-box a span{
	display:block;
}
#mlogo {
	margin-top:-5px;
	
}
.site-name{
	font-size: 22px;
	line-height:18px;
	font-weight:bold;
	padding-bottom:2px;
}
.head-bot-right{
	float:right;
	padding-top:8px;
}
.head-nav-button {
    width:29px;
    height: 23px;
    cursor: pointer;
    position: absolute;
    z-index: 2;
    top: 20px;
    right: 10px;
    padding:8px 5px;
    border-radius:3px;
    display:none;
}
.head-nav-line {
	width:100%;
    height: 3px;
	display:block;
    background: #FFF;
}
.head-nav-line+div{
    margin-top:7px;
}
.head-nav-button:hover {
    background:#222222;
}
.head-nav{
    float:left;
}
.head-nav>ul>li{
    height:60px;
    float:left;
    margin:0 1px;
    position:relative;
    z-index:0;
	
}
.head-nav ul ul{
    width:180px;
    position:absolute;
    z-index:1;
    left:0;
    top:60px;
    padding:10px;
    border-radius:0 0 3px 3px;
    display:none;
}
.head-nav li:hover ul{
    display:block;
}
.head-nav ul ul li a{
	font-size:15px;
    display:block;
    padding:10px;
    color:#fff;
    text-decoration:none;

}
.head-nav>ul>li>a{
    height:39px;
    line-height:39px;
    padding:0 10px;
    display:block;
    text-decoration:none;
    color:#FFF;
	font-size:15px;
    border-radius:3px;
}
.head-search{
    width:39px;
    height:39px;
    position:relative;
    z-index:0;
    float:left;
    margin-left:5px;
}
.search-open{
    width:39px;
    height:39px;
    border-radius:3px;
    cursor:pointer;
    background-image:url(../images/icons/zoom.png);
	background-repeat:no-repeat;
	background-position:center center;
}
.search-box{
    width:39px;
    height:39px;
    border-radius:3px;
    position:absolute;
    z-index:0;
    right:0;
    top:0;
    display:none;
}
.inputbox-search{
    width:161px;
    height:19px;
    padding:10px;
    line-height:19px;
    box-sizing:content-box;
    background:transparent;
    border:0;
    color:#FFF;
}
input.inputbox-search::-webkit-input-placeholder { 
	color: #FFF;
}
input.inputbox-search::-moz-placeholder { 
	color: #FFF;
}
input.inputbox-search:-ms-input-placeholder { 
    color: #FFF;
}
input.inputbox-search:-moz-placeholder {
    color: #FFF;
}
input.inputbox-search::placeholder {
    color: #FFF;
}
.btn-search{
    width:39px;
    height:39px;
    display:block;
    cursor:pointer;
    border:0;
    font-size:0;
    position:absolute;
    z-index:0;
    right:0;
    top:0;
    background-image:url(../images/icons/zoom.png); 
	background-repeat:no-repeat; 
	background-position:center center;
    border-radius:3px;
}
.slide-box{
	position:relative;
	z-index:0;
}
.slide-img img{
	width:100%;
}
.slide-text{
	text-align: center;
	position: absolute;
	z-index:2;
	bottom: 0;
	left: 0;
	right:0;
	font-size: 20px;
	padding: 20px 0 17px 0;
	color: #fff;
	background: rgba(0,0,0,0.7);
}
.main-contnet{
	padding:20px 22px 30px 22px;
}
.left-bar{
	width:240px;
	float:left;
	position:relative;
	z-index:1;
}
.right-bar{
	width:100%;
	margin-left:-275px;
	float:right;
}
.right-bar-cont{
	margin-left:275px;
}
.text-box  .product-info-row  p,
.text-box .cart-tab p,
.text-box .cart-bot p,
.text-box .order-box p{
	margin-top: 0;
    margin-bottom: 0;
}
.text-box p{
    margin-top: 15px;
    margin-bottom: 15px;
}
.text-box ol{
	margin-left:20px;
	margin-bottom: 15px;
}
.text-box ul{
	margin-left:20px;
	margin-bottom: 15px;
}
.num-icon {
    width: 65px;
    height: 65px;
    line-height:65px;
    text-indent: 2px;
    border-radius: 65px;
    display:block;
    text-align:center;
    border: 5px solid rgba(255,255,255,0.7);
    color: #fff;
    font-size:26px;
    font-weight:600;
}
.gallery-bar{
    padding:5px 0;
}
.gallery-bar #iii {
    display:inline-block;
    vertical-align:top;
    margin:0 5px 10px 5px;
}
#iii img{
    border-radius:5px;
}
#iii:hover img{
    opacity:0.7;
}
.benefits p{
	font-size: 15px;
	line-height:normal;
}
.benefits td{
	padding: 18px 10px;
	font-size: 15px;
	vertical-align:top;
}
.benefits td:first-child{
	padding-left:0;
}
.benefits td:last-child{
	padding-right:0;
}
.price th {
    padding: 18px 22px;
    font-size: 18px;
    font-weight:600;
    text-align:left;
    color:#FFF;
    vertical-align:top;
}
.price td{
    padding: 18px 22px;
    font-size: 15px;
    line-height:20px;
    vertical-align:top;
}
.price tr:nth-child(odd) td{
    background: #ebebeb;
}
.price tr:nth-child(even) td{
    background: #f7f7f7;
}
.news-bar{
    background:#f8f8f8;
    padding:10px 50px 50px 50px;
}
.news-title{
    padding-bottom:9px;
    border-bottom:1px solid #d5d5d5;
}
.news-title a{
    font-size:18px;
    text-decoration:none;
    font-weight:500;
}
.news-title a:hover{
    text-decoration:underline;
}
.time-icon{
    font-size:14px;
    color:#666666;
    background:url(../images/icons/time.png) no-repeat left 3px;
    padding:3px 0 5px 25px;
}
.news-cont{
    padding:20px 0;
    font-size: 14px;
    color: #777;
    line-height:22px;
}
.readmore{
    width: 110px;
    height: 35px;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    font-weight:bold;
    font-size: 12px;
    text-align: center;
    line-height: 35px;
    border-radius: 5px;
}
.readmore:hover{
    background-color:#4d4d4d;;
}
.block-box+.block-box{
    margin-top:30px;
}
.row-box+.row-box{
    margin-top:10px;
}
.row-box+.row-box.cleared{
    margin-top:40px;
}
.row-box>div{
    float:left;
    box-sizing:border-box;
    display:block;
    min-height:1px;
    padding:0 10px;
}
.row-box>div:first-child{
    padding-left:0;
}
.row-box>div:last-child{
    padding-right:0;
}
div.row100{
    width:100%;
    float:none;
    padding-left:0;
    padding-right:0;
}
.row50{
    width:50%;
}
.row33{
    width:33.333%;
}
.row33:nth-child(3n)+div{
	clear:both;
	padding-left:0;
}
.row-box>div.row33:nth-child(3n){
    padding-right:0;
}
.bot-form-title{
    text-align:center;
    text-transform:uppercase;
    color:#FFF;
    font-size:36px;
    font-weight:500;
    margin-bottom:40px;
}
.bot-form{
    padding:60px 0 40px 0;
	background-position:center center;
    background-size:cover;
}
.bot-form-cont{
    max-width:790px;
    margin:0 auto;
}
.form-button{
    width: 150px;
    height: 50px;
    margin: auto;
    margin-top: 40px;
    border: none;
    text-align: center;
    display: block;
    border-radius: 5px;
    cursor: pointer;
    line-height: 50px !important;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight:600;
    font-size: 16px;
}
.form-button:hover{
    background:#4d4d4d;
}
.input-row{
    width:100%;
    padding:15px 10px;
    background:#FFF;
    border-radius:5px;
    margin-bottom:11px;
    box-sizing:border-box;
}
.input-row-icon{
    width:25px;
	height:25px;
    float:left;
}
.input-row-cont{
    margin-left:30px;
}
.inputbox{
    width:100%;
    height:21px;
    line-height:21px;
    box-sizing:border-box;
    background:#FFF;
    color:#000;
    font-size:19px;
    border:0;
    font-weight:500;
}
.textarea{
    width:100%;
    max-width:100%;
    height:100px;
    box-sizing:border-box;
    background:#FFF;
    color:#000;
    font-size:19px;
    border:0;
    font-weight:500;
}
.module{
	border:1px solid #DDD;
	border-radius:5px 5px 0 0;
	margin-bottom:30px;
}
.module:last-child{
	margin-bottom:0;
}
.module-title{
	background-color: #f2f1f1;
    border-bottom: 1px solid #DDD;
	font-size: 20px;
	padding: 12px 0px 12px 18px;
    color: #000;
}
.cat-icon{
	padding-left:24px;
	background:url(../images/icons/kat.png) no-repeat left center;
}
.percent-icon{
	padding-left:24px;
	background:url(../images/icons/percent.png) no-repeat left center;
}
.left-nav li a{
	text-decoration:none;
	display: block;
    text-decoration: none;
    font-size: 16px;
    color: #000;
    padding: 16px 12px 16px 12px;
}
.left-nav li.active>a,
.left-nav a:hover{
	background:#e6e6e6;
}
.left-nav li{
	border-bottom:1px solid #DDD;
}
.left-nav li:last-child{
	border-bottom:0;
}
.module-cont{
	padding: 18px 14px 10px 14px;
    font-size: 14px;
    line-height: 22px;
}
.bot-nav-bar{
	padding:0 20px;
}
.bot-nav>ul>li{
    float:left;
    margin-right:1px;
    padding:19px 0;
    position:relative;
    z-index:0;
}
.bot-nav ul ul{
    width:180px;
    position:absolute;
    z-index:1;
    left:0;
    bottom:75px;
    padding:10px;
    border-radius: 3px 3px 0 0;
    display:none;
}
.bot-nav li:hover ul{
    display:block;
}
.bot-nav ul ul li a{
	font-size:15px;
    display:block;
    padding:10px;
    color:#FFF;
    text-decoration:none;
}
.bot-nav>ul>li>a{
    height:37px;
    line-height:37px;
    display:block;
    padding:0 10px;
    color:#FFF;
    text-decoration:none;
    font-size:15px;
    border-radius:3px;
}
.bot-bar{
    padding:40px 20px 70px 20px;
	background:#201f1c;
	color:#FFF;
}
.bot-bar-left{
    width:150px;
    float:left;
}
.copy-box{
    font-size: 12px;
    line-height:16px;
    color: #f9f9f9;
    font-weight:300;
}
.copy-box a{
    font-size: 12px;
    color: #f9f9f9;
    font-weight:300;
    text-decoration:none;
}
.copy-box a:hover{
    color:#FFF;
}
.bot-bar-right{
    width:100%;
    margin-left:-160px;
    float:right;
}
.bot-right-cont{
    margin-left:160px;
    overflow:hidden;
}
.bot-box{
    float:left;
}
.bot-box{
    margin-right:40px;
}
.bot-box :last-child{
	margin-right:0;
}
.bot-contacts{
    width:190px;
    overflow:hidden;
    line-height:18px;
}
.bot-contacts-icon{
    width:30px;
    float:left;
}
.bot-contacts-text{
    margin-left:35px;
	font-size:13px;
}
.bot-tel{
    width:190px;
    overflow:hidden;
    font-size:18px;
}
.bot-tel a{
    text-decoration:none;
    color:#FFF;
    font-size:18px;
}
.bot-socials{
	float:right;
}
.socials li{
    display:inline-block;
    vertical-align:top;
}
.socials li+li{
    margin-left:4px;
}
.btn-order {
    font-family: 'Roboto', sans-serif;
    width: 250px;
    background: #fff;
    border: none;
    margin: 30px auto 0;
    border-radius: 5px;
    box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.2);
    text-decoration: none;
    display: block;
    height: 44px;
    box-sizing: border-box;
    font-weight: 600;
    font-size: 18px;
    text-transform:uppercase;
    cursor:pointer;
}
.btn-order:hover {
    background: #4d4d4d !important;
    color: #FFF !important;
}
.fadebox{
    width:100%;
    height:100%;
    background:#000;
    opacity:0.8;
    position:fixed;
    z-index:0;
    left:0;
    right:0;
    top:0;
}
.modal-order-bar{
    position:absolute;
    z-index:20;
    left:0;
    top:0;
    right:0;
    bottom:0;
    display:none;
}
.modal-order-bar>.container{
	position:relative;
    z-index:1;
}
.modal-order-box{
    width:250px;
    position:fixed;
    z-index:1;
    top:45px;
    left:120px;
    color:#FFF;
    padding: 15px 25px 25px 25px;
    border-radius: 5px;
}
.modal-order-title{
    font-family: 'Roboto', sans-serif;
    font-weight:500;
    text-align:center;
    font-size:24px;
    text-transform:uppercase;
    margin-bottom:20px;
}
.filter-box{
	margin-bottom:25px;
}
.filter-box a{
	display:inline-block;
	margin:0 5px;
	vertical-align:top;
}
.filter-box-left{
	float:left;
}
.filter-box-right{
	float:right;
}
.cat-box{
	width:200px;
	height:360px;
	padding:10px;
	background:#FFF;
	border:1px solid #d7d7d7;
	position:relative;
	z-index:0;
	margin:0 auto;
	margin-bottom:20px;
}
.cat-box-img{
	width:190px;
	height:200px;
	margin:0 auto;
	margin-bottom:10px;
}
.cat-box-img a{
	width:190px;
	height:200px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.cat-box-img img{
	max-width:190px;
	max-height:200px;
}
.cat-box-name{
	height:45px;
	overflow:hidden;
	font-size: 16px;
    color: #2c353d;
	font-weight:bold;
	text-align:center;
	margin-bottom:15px;
}
.cat-box-name a{
	text-decoration:none;
	font-size: 16px;
    color: #2c353d;
	font-weight:bold;
	line-height:22px;
}
.cat-box-price{
	text-align:center;
}
.product-price{
	font-weight: bold;
    font-size: 22px;
    color: #2c353d;
}
.coin-icon{
	width:11px;
	display:inline-block;
}
.cat-box-button{
	position:absolute;
	z-index:1;
	left:10px;
	right:10px;
	bottom:15px;
	text-align:center;
}
a.buy-btn{
	text-decoration:none;
}
.buy-btn{
	max-height:33px;
	padding: 7px 20px;
    border-radius: 3px;
    font-size: 16px;
    color: #fff;
    border: 0;
    cursor: pointer;
	transition: all 0.5s ease-out;
	box-sizing:border-box;
	display:inline-block;
}
.cat-col+.cat-col{
	margin-top:35px;
}
.product-info-left{
	width:200px;
	float:left;
}
.product-info-right{
	margin-left:220px;
}
.product-info-name{
	margin-bottom:15px;
}
.product-info-name a{
	font-size: 18px;
    font-weight: bold;
	color: #2c353d;
}
.product-info-name a:hover{
	text-decoration:none;
}
.product-info-text{
	line-height:20px;
	margin-bottom:10px;
}
.product-info-row{
	overflow:hidden;
}
.product-info-row+div{
	margin-top:5px;
}
.product-info-box{
	float:left;
	margin-right:15px;
	margin-top:10px;
	font-weight:bold; 
	color:#2c353d; 
	font-size:16px;
}
.product-quantity{
	padding-top:3px;
}
input[type='number']{
	width: 35px;
    padding-left: 5px;
    height: 20px;
	border-radius: 3px;
    border: 1px #a4a4a4 solid;
}
.button{
	font-weight:500;
    transition: all 0.5s ease-out;
    display: block;
    float: left;
    padding: 7px 20px;
    border-radius: 3px;
    font-size: 16px;
    color: #FFF;
	cursor:pointer;
	border:0;
    text-decoration: none;
}
/* standart cart */
/* .cart-tab>div.cartHeaders{
	display:none !important;
} */
.cart-tab{
	width:100%;
	display:table;
	margin-bottom:20px;
}
.cart-tab>div{
	display:table-row;
	float:none !important;
}
.cart-tab>div>div{
	display:table-cell;
	vertical-align:top;
	padding:10px;
	border-bottom: 1px solid #a4a4a4;
	margin:0 !important;
	float:none !important;
}
.cart-tab>div.cartHeaders>div{
	border-bottom: 0;
}
.cartHeaders{
	color:#FFF;
}
.itemdecrement,
.itemincrement{
	padding-left:0 !important;
	padding-right:0 !important;
	width:4px;
}
.itemQuantity{	
	width:50px;
	padding-left:0 !important;
	padding-right:0 !important;
}
.itemTotal{
	text-align:center;
}
.itemContainer .itemQuantity{
	text-align:center;
}
.cartHeaders .itemdecrement,
.cartHeaders .itemincrement{
	font-size:0;
}
.cartHeaders>div:first-child{
	border-radius:3px 0 0 3px;
}
.cartHeaders>div:last-child{
	border-radius:0 3px 3px 0;
}
.itemThumb{
	width:70px;
}
.itemName{
	width:auto;
}
.itemName a{
	text-decoration:none;
	font-size: 16px;
    color: #2c353d;
	font-weight:bold;
}
.itemPrice{
	width:65px;
}
.itemTotal{
	width:80px;
}
.itemRemove{
	width:50px;
}
.itemRemove a{
	font-weight:bold;
	text-decoration:none;
	font-size:15px;
}
.itemQuantity{
	display:inline-block;
	vertical-align:top;
}
.itemQuantity{
    padding:0 5px;
}
.itemdecrement a{
	text-decoration:none;
	font-weight:bold;
}
.cart-bot{
	margin-bottom:10px;
}
.order-form{
	max-width:415px;
}
.order-form-row{
	margin-bottom:10px;
}
.order-form-left{
	width:145px;
	float:left;
	padding:5px 0;
}
.order-form-right{
	margin-left:155px;
}
.order-form input[type="text"]{
	width:100%;
	padding:5px 10px;
	height:30px;
	box-sizing:border-box;
	border:1px #a4a4a4 solid;
	border-radius:3px;
}
.order-form textarea{
	width:100%;
	height:95px;
	padding:5px 10px;
	box-sizing:border-box;
	border:1px #a4a4a4 solid;
	border-radius:3px;
	margin-bottom:20px;
}
.submit{
	font-weight:500;
    transition: all 0.5s ease-out;
    display: block;
    float: left;
    padding: 7px 20px;
    border-radius: 3px;
    font-size: 16px;
    color: #FFF;
	cursor:pointer;
	border:0;
    text-decoration: none;
}
.feed {
	
    height: 50px;
	margin:auto!important;
    margin-top: 20px!important;
    background: #3e7db3;
    border: none;
	padding-left:10px!important;
	text-align:center;
	padding-right:10px!important;	
	display:block;
    border-radius: 5px;
    cursor: pointer;
	line-height: 50px!important;
    color: #fff;
	text-decoration:none;
    text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	font-size:16px!important;
}

.feed:hover {background:#666666; color:#FFFFFF; 

}

#scrollup {
z-index:1;
float:right;
position: fixed; /* фиксированная позиция */
opacity: 0.8; /* прозрачность */
padding: 10px 10px 10px; /* отступы */
background: #aaa;
border-radius: 5px; /* скругление углов */
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
right: 10px; /* отступ слева */
bottom: 10px; /* отступ снизу */
display: none; /* спрятать блок */
cursor: pointer;
}