@font-face {
  font-family: DroidSans;
  src: url(../fonts/DroidSans.ttf) format('truetype');
}
@font-face {
  font-family: DroidSans-Bold;
  src: url(../fonts/DroidSans-Bold.ttf) format('truetype');
}
@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto.ttf) format('truetype');
}
@font-face {
  font-family: MinionPro-Regular;
  src: url(../fonts/MinionPro-Regular.otf) format('opentype');
}
@font-face {
  font-family: Merriweather;
  src: url(../fonts/Merriweather-Regular.ttf) format('truetype');
}
html, body{
	margin: 0;
	padding: 0;
	width: 100%;
	min-height: 100vh;
}
body{
	display: flex;
	flex-direction: column;
}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a{
	text-decoration: none;
	outline: none;
}
button, input{
	outline: none;
}
main{
	flex: 1 1 auto;
	overflow: hidden;
}
.container{
	position: relative;
	width: 100%;
	max-width: 1260px;
	margin: 0 auto;
}
.container:before,
.container:after{
	content: "";
	display: table;
	clear: both;
}
.clear:before,
.clear:after{content: "";display: table;clear: both;}
.m-a{margin: 0 auto;}
.t-c{text-align: center;}
.dn{display: none;}
.category--opened{width: 265px !important;display: block !important;}
.category--opened .category__list {
	padding: 0 5px 0 40px;
}
.swiper{display: none;text-align: center;margin-bottom: 20px;}

/* BLOG POST */
.blog-post{
	padding: 10px 0 100px 0;
}
.blog-post p{
	font-family: Myriad Pro, sans-serif;
	font-size: 13px;
	line-height: 2em;
	color: #343434;
}
.blog-post h1,
.blog-post h2,
.blog-post h3,
.blog-post h4,
.blog-post h5{
	margin: 25px 0;
	font-family: DroidSans;
	color: #1b1e21;
}
.blog-post h1{
	font-size: 38px;
}
.blog-post h2{
	font-size: 24px;
}
.blog-post h3{
	font-size: 20px;
}
.blog-post h4{
	font-size: 17px;
}
.blog-post h5{
	font-size: 15px;
}
.blog-post b{
	font-family: DroidSans-Bold;
}
.blog-post img{
	max-width: 100%;
}
.blog-post__img{
	margin-top: 40px;
}
.blog-post__img-desc{
	margin: 40px 0;
	font-family: DroidSans;
	font-size: 14px;
	line-height: 1.6em;
	text-align: center;
	color: #1b1e21;
}
.blog-post__quote{
	text-align: center;
	color: #343434;
}
.blog-post__quote-ico{
	font-family: 'Merriweather', serif;
	font-size: 100px;
	height: 0.7em;
}
.blog-post__quote-text{
	font-family: DroidSans;
	font-size: 20px;
	line-height: 1.6em;
}

/* HOME */
.home-popular{
	padding: 55px 0;
}
.home-popular__slider{
	position: relative;
}
.home-popular__slider-btn{
	position: absolute;
	top: 50%;
	width: 10px;
	height: 18px;
	margin-top: -9px;
	cursor: pointer;
}
.home-popular__slider-prev,
.home-popular__slider-prev2{
	left: -40px;
	background: url(../img/arrow-popular-left.png) no-repeat center center;
}
.home-popular__slider-next,
.home-popular__slider-next2{
	right: -40px;
	background: url(../img/arrow-popular-right.png) no-repeat center center;
}
.home-product{
	position: relative;
	margin-top: 20px;
}
.product--home{
	margin-top: 20px;
}
.home-feedbacks{
	padding: 25px 0;
	background: url(../img/home-feedbacks-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}
.home-feedbacks__inner{
	display: flex;
	display: -moz-box;
	flex-wrap: wrap;
	width: 100%;
	min-width: 1px;
	min-height: 1px;
}
.home-feedbacks__title-wrapper, .home-feedbacks__container{
	min-width: 1px;
	min-height: 1px;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0;
	flex: 1 1 0;
	min-width: 1px;
	min-height: 1px;
}
.home-feedbacks__title-wrapper{
	min-width: 1px;
	min-height: 1px;
	display: -moz-box;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
}
.home-feedbacks__title{
	min-width: 1px;
	min-height: 1px;
	align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	-moz-box-align: center;
	display: inline-block;
	padding: 0 20px 10px 0;
	font-family: DroidSans-Bold;
	font-size: 24px;
	color: #fff;
	background: url(../img/feedbacks-title.png) no-repeat right bottom;
}
.home-feedbacks__container{
	position: relative;
	width: 820px;
	min-height: 252px;
	padding: 35px 35px 65px 35px;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.35);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.35);
	box-shadow: 0 1px 3px rgba(0,0,0,0.35);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.home-feedbacks__btn{
	position: absolute;
	bottom: 20px;
	font-family: DroidSans;
	font-size: 14px;
	color: #222222;
	cursor: pointer;
}
.home-feedbacks__btn-left{
	left: 45px;
	padding-left: 15px;
	background: url(../img/arrow-feedback-left.png) no-repeat left center;
}
.home-feedbacks__btn-right{
	right: 45px;
	padding-right: 15px;
	background: url(../img/arrow-feedback-right.png) no-repeat right center;
}
.home-feedback{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}
.home-feedback__name, .home-feedback__text, .home-feedback__product{
	flex: 1 1 0;
}
.home-feedback__text{
	flex: 2 1 0;
}
.home-feedback__name{
	font-family: DroidSans-Bold;
	font-size: 16px;
	text-align: center;
}
.home-feedback__text{
	margin-top: 25px;
	font-family: DroidSans;
	font-size: 14px;
	line-height: 1.6em;
}
.home-feedback__product{text-align: center;}
.home-feedback__product-title{
	margin-top: 5px;
	font-family: DroidSans;
	font-size: 16px;
}
.home-feedback__product-rating{
	margin: 5px 0;
}
.home-benefits{
	margin: 60px 0;
}
.home-benefits__inner{
	text-align: center;
}
.home-benefits__item{
	margin: 0 6px;
}
.blog-article__more{
	display: inline-block;
	width: 120px;
	height: 120px;
	line-height: 104px;
	font-size: 50px;
	color: #ff0000;
	text-align: center;
	border: 8px solid #19bce0;
}
.blog-article__more-text{
	margin-top: 25px;
	font-family: DroidSans-Bold;
	font-size: 24px;
	color: #000;
	text-transform: uppercase;
}
.blog-article__more-link{
	display: inline-block;
	margin-top: 30px;
}
.blog-article--more{
	text-align: center;
}
.home-article{
	margin-top: 70px;
}
.home-article__title{
	font-family: DroidSans-Bold;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.home-article__p{
	margin-bottom: 30px;
	font-family: DroidSans;
	font-size: 14px;
	line-height: 1.6em;
}
.home-article__a{
	color: #19bce0;
	text-decoration: underline;
}

/* PRODUCT */
.product__top{
	margin-bottom: 50px;
	padding: 10px 0 40px 0;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}
.product__gallery{
	float: left;
	width: 790px;
}
.product__gallery-small{
	float: left;
	width: 90px;
	margin-top: 60px;
}
.pgs__item{
	display: block;
	margin-bottom: 20px;
	opacity: 0.41;
}
.pgs__item_active{
	opacity: 1;
	border: 1px solid rgba(0,0,0,0.2);
}
.product__gallery-big{
	margin-top: 25px;
	float: right;
	width: 700px;
	text-align: center;
}
.product__info{
	float: right;
	width: 470px;
	padding: 0 15px;
}
.product__info-title{
	font-family: DroidSans-Bold;
	font-size: 24px;
	color: #000;
}
.product__info-ratings{
	margin: 10px 0;
}
.product__info-mark, .product__info-description{
	font-family: DroidSans;
	font-size: 12px;
	line-height: 1.4em;
	color: #222222;
}
.product__info-description-bdr{
	max-width: 330px;
	height: 1px;
	margin-top: 15px;
	background-color: rgba(0,0,0,0.2);
}
.product__info-badges{
	margin: 0 -15px;
}
.product-badge{
	float: left;
	width: 148px;
	margin-top: 35px;
}
.product-badge--long{width: 174px;}
.product-badge__img,
.product-badge__text{
	display: inline-block;
	vertical-align: middle;
}
.product-badge__img{
	width: 58px;
	text-align: center;
}
.product-badge--long .product-badge__img{
	width: 71px;
	text-align: center;
}
.product-badge__img img{max-width: 100%;}
.product-badge__text{
	font-family: DroidSans;
	font-size: 14px;
}
.product__general{
	margin-bottom: 45px;
}
.product__table{
	width: 100%;
	border: none;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.27);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.27);
	box-shadow: 0 1px 4px rgba(0,0,0,0.27);
}
.product__table th, .product__table td{
	padding: 0 10px;
	border-right: 3px solid rgba(255,255,255,0.85);
}
.product__table th:last-child, .product__table td:last-child{
	border: none;
}
.product__table th{
	height: 98px;
	font-family: DroidSans-Bold;
	font-size: 18px;
	background-color: #00b5dd;
	color: #fff;
}
.product__table tr{
	background-color: #f9f9f9;
}
.product__table tr:nth-child(even){
	background-color: rgba(0,181,221,0.1);
}
.product__table td{
	height: 67px;
	font-family: DroidSans-Bold;
	text-align: center;
	font-size: 16px;
}
.product__table td:first-child{
	text-align: left;
	padding: 0 30px;
}
.product__table td{
	font-family: DroidSans-Bold;
	font-size: 16px;
}
.prt-red{
	color: #ed1f24;
}
.prt-mini-red{
	padding: 0 5px;
	font-family: DroidSans;
	font-size: 14px;
	color: #ed1f24;
}
.btn--click{
	display: inline-block;
	margin: 0 10px;
	font-family: DroidSans;
	font-size: 16px;
	color: #19bce0;
	text-decoration: underline;
}
.ptn__nav{
	float: left;
	width: 50%;
	height: 79px;
	line-height: 79px;
	font-family: DroidSans-Bold;
	font-size: 18px;
	text-align: center;
	color: rgba(0,0,0,0.37);
	border-bottom: 1px solid rgba(0,0,0,0.2);
}
.ptn__nav_active{
	color: rgba(0,0,0,1);
	border: 1px solid rgba(0,0,0,0.2);
	border-bottom: none;
}
.ptc__feedbacks{
	float: left;
	max-width: 530px;	
}
.ptc{display: none;}
.ptc_active{display: block;}
.ptc__feedback{
	margin-top: 40px;
}
.ptc__feedback-name{
	float: left;
	font-family: DroidSans-Bold;
	font-size: 16px;
}
.ptc__feedback-rating{
	float: right;
}
.ptc__feedback-text{
	float: left;
	margin-top: 5px;
	font-family: DroidSans;
	font-size: 14px;
	line-height: 1.4em;
}
.ptc__feedback-date {
	color: grey;
	font-size: 16px;
}
.ptc__form{
	float: right;
	width: 375px;
	margin-top: 35px;
}
.ptc__form-title{
	font-family: DroidSans-Bold;
	font-size: 18px;
}
.ptc__form-rating{
	margin: 10px 0;
}
.product__feedbacks-stars.ptc__form-rating i{
	color: #bfbfbf;
	cursor: pointer;
}
.inp-feedback, .txt-feedback{
	width: 100%;
	outline: none;
	border: 1px solid rgba(0,0,0,0.2);
	padding: 5px 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-family: DroidSans;
	font-size: 14px;
	color: rgba(0,0,0,0.62);
}
.inp-feedback{
	height: 32px;
	line-height: 30px;
	margin-bottom: 10px;
}
.txt-feedback{
	height: 73px;
	margin-bottom: 30px;
	resize: none;
}
.btn--feedback{
	padding: 0;
	border: 1px solid #222222;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: transparent;
	cursor: pointer;
}
.ptc__description{
	margin-top: 60px;
}
.ptc_p{
	margin: 0;
	font-family: DroidSans;
	font-size: 14px;
	line-height: 1.4em;
}
.ptc_b{
	font-family: DroidSans-Bold;
}
.ptc_a{
	color: #19bce0;
	text-decoration: underline;
}
.ptc_p-red{
	margin: 25px 0;
	font-family: DroidSans-Bold;
	font-size: 18px;
	color: #ed1f24;
}

/* ORDER */
.order-form{
	float: left;
	width: 650px;
}
.order-info{
	position: relative;
	float: right;
	width: 580px;
	padding: 0 15px;
	background: url(../img/order-bg.png) no-repeat right center;
}
.order-bg-two{
	position: absolute;
	bottom: 100px;
	right: -350px;
}
.order-form__type{
	margin: 35px 0 30px 0;
}
.order-form__type-item{
	display: inline-block;
	height: 24px;
	line-height: 24px;
	padding: 0 15px;
	font-family: DroidSans-Bold;
	font-size: 16px;
	text-transform: uppercase;
	color: #000;
	border-left: 3px solid #000;
}
.order-form__type-item_active{
	color: #00b5dd;
	border-left: 3px solid #00b5dd;
}
.order-form__group{
	clear: both;
}
.order-form__field{
	float: left;
	width: 306px;
}
.order-form__field:nth-child(even){
	float: right;
}
.select-order{
	width: 100%;
	height: 35px;
	line-height: 35px;
	margin-bottom: 15px;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid rgba(0,0,0,0.5);
	font-family: DroidSans;
	font-size: 16px;
	color: #050505;
	background: url(../img/arrow-select.png) no-repeat right 17px;
	-webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;
	outline: none;
}
.label-order-form{
	display: inline-block;
	margin-bottom: 10px;
	font-family: DroidSans;
	font-size: 16px;
	color: #050505;
}
.txt-order{
	width: 100%;
	height: 125px;
	margin-bottom: 25px;
	font-family: DroidSans;
	font-size: 16px;
	border: 1px solid rgba(0,0,0,0.5);
	outline: none;
	resize: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 5px;
}
.label-check-order{
	display: inline-block;
	vertical-align: middle;
	margin: 20px 0;
	font-family: DroidSans;
	font-size: 16px;
	color: #050505;
}
.label-check-order:after{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 17px;
	height: 17px;
	margin-left: 10px;
	border: 1px solid #000;
}
.checkbox-order{display: none;}
.checkbox-order:checked + .label-check-order:after{
	content: "\f00c";
	font: normal normal normal 14px/17px FontAwesome;
	text-align: center;
	color: #00b5dd;
}
#account{display: none;}
.order-info__title{
	margin: 32px 0 25px 0;
	font-family: DroidSans-Bold;
	font-size: 20px;
	color: #000;
}
.order-item{
	display: table;
	width: 100%;
	min-height: 120px;
	margin-bottom: 5px;
	border: 1px solid #00b5dd;
}
.order-item .basket__img{width: 140px;}
.order-item .basket__price{width: 100px;}
.order-item .basket__text{padding: 0 10px;}
.order-edit{
	margin: 30px 0 40px 0;
}
.order-info__detail{
	margin-bottom: 20px;
	border-bottom: 1px solid #00b5dd;
}
.order-info__detail-title, .order-info__detail-price{
	display: inline-block;
	vertical-align: middle;
}
.order-info__detail-title{
	width: 80%;
	padding: 0 15px;
	font-family: DroidSans-Bold;
	font-size: 14px;
	color: #000;
}
.order-info__detail-price{
	font-family: DroidSans;
	font-size: 14px;
}
.order-info__detail-price span{
	font-family: DroidSans-Bold;
	font-size: 18px;
	color: #00b5dd;
}
span.o-i__d-p-zero{
	color: #b6b6b6;
}
span.o-i__d-p-red{
	color: #ff1414;
}
.total-price-order{
	margin: 50px 0 30px 0;
	text-align: right;
}

/* PERSONAL */
.personal__info{
	font-family: DroidSans-Bold;
	color: #000;
}
.personal__info-name{
	font-size: 18px;
}
.personal__info-email{
	font-size: 16px;
}
.inp-register.inp-register--pass{
	display: inline-block;
	width: 206px;
	margin: 0 25px;
}
.personal__info-passwords{
	margin: 50px 0 95px 0;
}
.personal-bg{
	padding: 25px 0;
	background-color: rgba(0,181,221,0.04);
}
.personal-details__item{
	float: left;
	width: 365px;
	margin-left: 40px;
}
.personal-details__item:last-child{
	float: right;
	width: 376px;
	margin-right: 20px;
}
.personal-details__title{
	margin-bottom: 30px;
	margin-left: -10px;
	font-family: DroidSans-Bold;
	font-size: 20px;
	color: #000;
}
.personal-details__field{position: relative;margin-bottom: 15px;}
.personal-details__field--street{width: 306px;float: left;}
.personal-details__field--flat{width: 36px;float: right;}
.personal-details__field .inp-register{margin-bottom: 0;}
.label-personal{
	display: inline-block;
	margin-top: 10px;
	font-family: DroidSans;
	font-size: 14px;
	color: rgba(35,36,79,1);
}
.label-personal--right{
	position: absolute;
	top: 0;
	right: 0;
}
.label-personal--birth{
	top: -5px;
	width: 20px;
	height: 20px;
	background: url(../img/p-birth.png) no-repeat center center;
}
.label-personal--plus{
	padding-left: 23px;
	background: url(../img/p-tel.png) no-repeat left center;
	cursor: pointer;
}
.personal-save{
	margin-top: 80px;
}
.jsAddAddress{margin-bottom: 10px;}

/* INFORMATION */
.information{
	color: #000;	
}
.information__title{
	margin-top: 50px;
	font-family: DroidSans-Bold;
	font-size: 20px;
}
.bonus{
	font-family: DroidSans-Bold;
	font-size: 16px;
	color: #000;
}
.bonus__blue{
	font-size: 20px;
	color: #00b5dd;
}
.bonus__dashed{
	border-bottom: 1px dashed #00b5dd;
	color: #000;
}
.bonus--information{margin: 30px 0 40px 0;}
.information__text{
	font-family: DroidSans;
	font-size: 16px;
	line-height: 1.4em;
}

/* HISTORY */
.cabinet-nav{
	float: left;
	width: 260px;
}
.cabinet-content{
	float: right;
	width: 940px;
}
.cabinet-nav__inner{
	margin: 35px 20px 0 20px;
}
.cabinet-nav__item{
	display: block;
	height: 24px;
	line-height: 24px;
	margin-bottom: 40px;
	padding: 0 12px;
	font-family: DroidSans-Bold;
	font-size: 16px;
	color: #000;
	border-left: 3px solid #000;
}
.cabinet-nav__item_active{
	color: #00b5dd;
	border-left: 3px solid #00b5dd;
}
.page-title--history{
	margin-bottom: 35px;
}
.history-order{
	margin-bottom: 50px;
}
.history-order__title{
	margin-bottom: 15px;
	font-family: DroidSans-Bold;
	font-size: 20px;
	color: #000;
}
.history-inner{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.history-items{
	flex: 1 1 620px;
	max-width: 620px;
}
 .history-status{
	flex: 1 1 auto;
	display: flex;
  align-items: center;
	justify-content: center;
	margin-left: 15px;
	border: 1px solid #00b5dd;
	font-family: DroidSans-Bold;
	font-size: 16px;
}
.history-status--done{color: #00b5dd;}
.history-status--pending{color: #b7b7b7;}
.history-item{
	display: table;
	width: 100%;
	min-height: 120px;
	margin-bottom: 10px;
	border: 1px solid #00b5dd;
}
.history-item:last-child{
	margin-bottom: 0;
}
.history-item .basket__img{width: 140px;}
.history-item .basket__price{width: 100px;}
.history-btns{
	margin-top: 60px;
	text-align: right;
}
.history-btns .btn{margin-left: 10px;}
.history-details{
	max-width: 620px;
	margin-top: -125px;
	padding: 10px;
	background-color: #e3f7fb;
	border: 2px solid #00b5dd;
}
.history-details__item{
	margin-bottom: 15px;
	font-family: DroidSans;
	font-size: 14px;
}
.history-details__item-fat{
	font-family: DroidSans-Bold;
}
.history .total-price{float: right;margin-top: -47px;}
.history .total-price__text{
	font-size: 16px;
}

/* MODALS */
.modal-wrapper{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 10;
}
.modal{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 662px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #fff;
	-webkit-box-shadow: 0 4px 4px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 4px 4px rgba(0,0,0,0.4);
	box-shadow: 0 4px 4px rgba(0,0,0,0.4);
	text-align: center;
}
.modal-close{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 31px;
	height: 31px;
	line-height: 31px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 1px solid #00b5dd;
	font-family: DroidSans;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	color: #00b5dd;
	cursor: pointer;
}
.modal--auth{
	padding: 44px 0;
}
.modal--auth .form-register__extra{text-align: left;}
.modal--recall{padding: 38px 0;}
.modal-form-register__title{
	font-family: DroidSans-Bold;
	font-size: 18px;
	text-transform: uppercase;
}
.modal-form__text{
	font-family: DroidSans;
	font-size: 16px;
	margin: 15px 0 25px 0;
}
.form-recall{width: 226px;}
.modal--recall .btn-register{margin-top: 20px;}
.modal--success{padding: 40px 0 20px 0;}
.modal--success .btn-register{margin-top: 35px;}
.btn-modal{
	display: inline-block;
	width: 145px;
	height: 32px;
	line-height: 30px;
	margin-top: 40px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-family: DroidSans;
	font-size: 14px;
}
.btn-modal--regular{
	float: left;
	margin-left: 30px;
	color: #000;
	border: 1px solid #000;
}
.btn-modal--blue{
	float: right;
	margin-right: 30px;
	color: #fff;
	border: 1px solid #00b5dd;
	background-color: #00b5dd;
}

/* REGISTER */
.register{
	margin: 20px 0 60px 0;
	padding: 30px 0 45px 0;
	background-color: rgba(0,181,221,0.04);
}
.register__bg-one, .register__bg-two{
	position: absolute;
	z-index: -1;
}
.register__bg-one{left: 15px;	bottom: -20px;}
.register__bg-two{right: -30px; bottom: -50px;}
.form-register{
	text-align: center;
	width: 306px;
}
.form-register__title{
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 25px;
	font-family: DroidSans-Bold;
	font-size: 16px;
	text-transform: uppercase;
}
.form-register__title:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 27px;
	height: 27px;
	margin-right: 10px;
	background: url(../img/register.png) no-repeat center center;
}
.inp-register{
	width: 100%;
	height: 35px;
	line-height: 35px;
	margin-bottom: 15px;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid rgba(0,0,0,0.5);
	font-family: DroidSans-Bold;
	font-size: 16px;
	color: #050505;
}
.form-register .inp-register{text-align: center;}
.inp-register::-webkit-input-placeholder {color: #050505;	font-family: DroidSans;}
.inp-register::-moz-placeholder {color: #050505;	font-family: DroidSans;}
.inp-register:-ms-input-placeholder {color: #050505;	font-family: DroidSans;}
.inp-register:-moz-placeholder {color: #050505;	font-family: DroidSans;}
.btn-register{
	display: inline-block;
	width: 145px;
	height: 32px;
	line-height: 32px;
	margin-top: 5px;
	color: #fff;
	background-color: #00b5dd;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: none;
	padding: 0;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.21);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.21);
	box-shadow: 0 1px 3px rgba(0,0,0,0.21);
	cursor: pointer;
}
.form-register--auth{
	text-align: left;
}
.form-register--auth .inp-register{text-align: left;}
.form-register__title--auth:before{
	background: url(../img/auth.png) no-repeat center center;
}
.form-register__extra{
	margin: 5px 0 27px 0;
}
.form-register__forgot, .label-register{
	display: inline-block;
	font-family: DroidSans;
	font-size: 14px;
	color: #00b5dd;
}
.label-register{
	float: right;
}
.checkbox-register{display: none;}
.label-register:before{
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 11px;
	height: 11px;
	margin-right: 5px;
	margin-top: 2px;
	background-color: transparent;
	border: 1px solid #85ccf4;
}
.checkbox-register:checked + .label-register:before{
	content: "\f00c";
	font: normal normal normal 9px/11px FontAwesome;
	text-align: center;
	color: #85ccf4;
}

/* CATEGORY */
.catalog-slider{
	margin-left: auto;
	margin-top: 15px;
	max-width: 940px;
}
.catalog-slider .slick-dots,
.cabinet-slider .slick-dots {
	bottom: 10px;
}
.cabinet-slider .slick-dots li button:before ,
.catalog-slider .slick-dots li button:before {
	font-size: 8px;
	width: 7px;
	height: 7px;
	opacity: 1;
	color: white;
}
.cabinet-slider .slick-dots li.slick-active button:before ,
.catalog-slider .slick-dots li.slick-active button:before {
	opacity: 1;
	color: transparent;
	border: 2px solid #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.catalog{
	display: flex;
	align-items: flex-start;
}
.catalog__filter{	
	flex: 0 0 260px;
	background-color: rgba(235,235,235,0.4);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top: 50px;/*delete if needed*/
}
.filter{
	padding: 45px 0 25px 0;
}
.filter__item{
	padding: 15px 0;
	margin: 0 5px;
	font-family: DroidSans;
	font-size: 12px;
	color: #000;
	border-top: 1px solid rgba(0,0,0,0.2);
}
.filter__item:last-child{
	border-bottom: 1px solid rgba(0,0,0,0.2);
}
.filter__title{
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 20px;
	cursor: pointer;
}
.filter__title:before{
	content: "\f0d7";
	display: inline-block;
	min-width: 7px;
	margin-right: 5px;
	font: normal normal normal 12px/1 FontAwesome;
}
.filter__title_closed {
	margin-bottom: 0;
}
.filter__title_closed:before{
	content: "\f0d9";
	color: #00b5dd;
	font: normal normal normal 12px/1 FontAwesome;
}
.filter__list{
	margin-left: 25px;
}
.filter__title_closed + .filter__list{display: none;}
.filter__list-item{
	margin-bottom: 15px;
}
.filter__list-item_hidden{
	display: none;
}
.checkbox-filter{display: none;}
.label-filter, .label-filter:before{display: inline-block;vertical-align: middle;}
.label-filter:before{
	content: "";
	display: inline-block;
	width: 17px;
	height: 17px;
	margin-right: 8px;
	background-color: transparent;
	border: 1px solid #000;
}
.checkbox-filter:checked + .label-filter:before{
	content: "\f00c";
	font: normal normal normal 14px/17px FontAwesome;
	text-align: center;
	color: #00b5dd;
}
.filter__more{
	display: block;
	margin-bottom: 10px;
	text-align: right;
	color: #000;
	text-decoration: underline;
}
.filter__more i{
	padding-left: 5px;
	font-size: 12px;
	color: #00b5dd;
}
.catalog__content{
	flex: 1 1 auto;
	margin-left: 20px;
}
.catalog__title{
	margin: 0 0 10px 0;
	font-family: DroidSans-Bold;
	font-size: 24px;
	color: #000;
}
.breadcrumbs--catalog{
	margin: 10px 0;
}
.sorting{
	padding-bottom: 15px;
	font-family: DroidSans;
	font-size: 13px;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}
.sorting__text, .sorting__link{
	display: inline-block;
	color: #000;
}
.sorting__link{
	margin-left: 20px;
	text-decoration: underline;
}
.sorting__link_active{
	font-size: 16px;
	color: #00b5dd;
	text-decoration: none;
}

.catalog__items{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	padding-top: 50px;
}
.product{
	flex: 0 0 240px;
	position: relative;
	margin-bottom: 40px;
}
.product:hover{
	z-index: 2;
}
.product__fader{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	/* bottom: -192px; */
	bottom: -207px;
	background-color: #fff;
	z-index: -1;
}
.product:hover .product__fader{
	display: block;
	-webkit-box-shadow: 1px 1px 10px rgba(0,0,0,0.32);
	-moz-box-shadow: 1px 1px 10px rgba(0,0,0,0.32);
	box-shadow: 1px 1px 10px rgba(0,0,0,0.32);
}
.product__discont{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	background-color: #ed1f24;
	font-family: DroidSans-Bold;
	font-size: 14px;
	color: #fff;
	text-align: center;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	z-index: 9999;
}
.product__img{text-align: center;}
.img-product{max-width: 100%;}
.product__title{
	display: block;
	margin-top: 10px;
	margin-bottom: 3px;
	padding: 0 5px;
	font-family: DroidSans;
	font-size: 16px;
	color: #000;
}
.product:hover .product__title{color: #19bce0;text-decoration: underline;}
.product__former-price{
	display: inline-block;
	position: relative;
	margin: 0 15px;
	font-family: DroidSans-Bold;
	font-size: 18px;
	color: #939393;
}
.product__former-price:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 7px;
	width: 100%;
	height: 1px;
	background-color: #ff0505;
}
.product__former-price span{
	font-family: DroidSans;
	font-size: 12px;
}
.product__current-price, .product__quantity, .product__basket{
	display: inline-block;
	vertical-align: middle;
}
.product__current-price{
	padding: 0 3px;
	height: 37px;
	line-height: 37px;
	font-family: DroidSans;
	font-size: 16px;
	color: #e01919;
	background-color: #fdff38;
}
.product__current-price span{
	font-family: DroidSans-Bold;
	font-size: 24px;
}
.product__quantity{
	margin: 0 10px;
	font-family: DroidSans;
	font-size: 14px;
	color: #000;
}
.product__basket{
	position: relative;
}
.product__basket > i{
	font-size: 30px;
	color: #00b5dd;
}
.product__basket > span{
	position: absolute;
	right: -2px;
	top: 50%;
	margin-top: -10px;
	font-size: 19px;
	color: #ed1f24;
}
.product__feedbacks{
	margin: 5px 15px 0 15px;
}
.product__feedbacks-stars, .product__feedbacks-text{
	display: inline-block;
	vertical-align: middle;
}
.product__feedbacks-stars i{
	font-size: 13px;
	color: #66cafd;
}
.product__feedbacks-text{
	font-family: Myriad Pro;
	font-size: 12px;
}
.product__hover{
	display: none;
	position: absolute;
	background-color: #fff;
	z-index: 2;
}
.product:hover .product__hover{
	display: block;
}
.product__description{
	margin: 0 5px;
	padding-top: 15px;
	font-family: DroidSans;
	font-size: 11.5px;
}
.product__howto{margin: 15px 0;}
.product__howto-item{
	display: inline-block;
	vertical-align: top;
	width: 32%;
	text-align: center;
}
.product__howto-text{
	font-family: DroidSans;
	/* font-size: 12px; */
	font-size: 11px;
	color: #000;
}
.product__howto-alko, .product__howto-time, .product__howto-from{
	display: inline-block;
	width: 42px;
	height: 42px;
}
.product__howto-alko{background: url(../img/product-alko.png) no-repeat center bottom;}
.product__howto-time{background: url(../img/product-time.png) no-repeat center bottom;}
.product__howto-from{background: url(../img/product-from.png) no-repeat center bottom;}
.product__more{
	display: block;
	width: 141px;
	height: 34px;
	line-height: 34px;
	margin: 0 auto 10px auto;
	font-family: Roboto;
	font-size: 14px;
	text-align: center;
	background-color: #19bce0;
	color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 1px 0px 3px rgba(0,0,0,0.45);
	-moz-box-shadow: 1px 0px 3px rgba(0,0,0,0.45);
	box-shadow: 1px 0px 3px rgba(0,0,0,0.45);
}
.catalog-seo__title{
	margin-bottom: 40px;
	font-family: DroidSans-Bold;
	font-size: 16px;
	color: #000;
}
.catalog-seo__paragraph{
	margin-bottom: 25px;
	font-family: DroidSans;
	font-size: 14px;
}
.catalog-seo a{
	color: #19bce0;
	text-decoration: underline;
}

/* BASKET */
.main-basket{
	padding-bottom: 150px;
	background: url(../img/bg.png) no-repeat center bottom;
}
.basket{
	margin-top: 50px;
}
.basket__item{
	display: table;
	width: 100%;
	min-height: 120px;
	margin-bottom: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #00b5dd;
}
.basket__close, .basket__img, .basket__text, .basket__btns, .basket__price{
	display: table-cell;
	vertical-align: middle;
}
.basket__close, .basket__img, .basket__text, .basket__btns{
	border-right: 1px solid #00b5dd;
}
.basket__close, .basket__img, .basket__btns, .basket__price{
	text-align: center;
}
.basket__close{width: 100px;}
.basket__img{width: 160px;}
.basket__btns{width: 90px;}
.basket__price{width: 140px;}
.basket__close-link{
	display: inline-block;
	width: 15px;
	height: 16px;
	background: url(../img/basket-close.png) no-repeat center center;	
}
.basket__text{
	padding: 0 25px;
	font-size: 16px;
	color: #000;	
}
.basket__text-regular{
	font-family: DroidSans;
}
.basket__text-fat{
	margin-bottom: 5px;
	font-family: DroidSans-Bold;
}
.basket__text-red{
	color: #ed2126;
}
.inp-basket__btns, .btn-basket__btns{
	display: inline-block;
	vertical-align: middle;
}
.inp-basket__btns{
	display: inline-block;
	width: 25px;
	font-family: Roboto;
	font-size: 12px;
	text-align: center;
	color: #222222;
	padding: 0;
	border: none;
}
.btn-basket__btns{
	width: 17px;
	height: 17px;
	padding: 0;
	border: none;
	cursor: pointer;
}
.btn-basket__btns-add{background: url(../img/basket-add.png) no-repeat center center;}
.btn-basket__btns-minus{background: url(../img/basket-minus.png) no-repeat center center;}

.basket__price{
	font-size: 16px;
}
.basket__price-former{
	font-family: DroidSans;
	color: #c5c5c5;
}
.basket__price-current{
	font-family: DroidSans-Bold;
	color: #000;
}
.basket-total{
	margin-top: 50px;
}
.total-price{
	display: inline-block;
	font-family: DroidSans-Bold;
}
.total-price__text, .total-price__number{
	display: inline-block;
	vertical-align: middle;
}
.total-price__text{
	font-size: 24px;
	color: #000;
}
.total-price__number{
	height: 45px;
	line-height: 45px;
	padding: 0 15px;
	background-color: #19bce0;
	font-size: 30px;
	color: #fff;
}
.total-price__small{
	font-size: 16px;
}
.basket-controls{
	float: right;
}
.basket-controls__order, .basket-controls__back{
	display: inline-block;
	vertical-align: top;
	width: 145px;
	height: 30px;
	line-height: 30px;
	margin: 0 24px;
	font-family: Roboto;
	font-size: 14px;
	text-align: center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.21);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.21);
	box-shadow: 0 1px 3px rgba(0,0,0,0.21);
}
.basket-controls__order{
	background-color: #00b5dd;
	border: 1px solid #00b5dd;
	color: #fff;
}
.basket-controls__back{
	border: 1px solid #b8b8b8;
	color: #000;
}

/* BLOG */
.blog{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.blog-article{
	flex: 0 1 25%;
	margin-top: 45px;
	padding: 0 22px;
}
.blog-article--half{
	flex: 0 1 50%;
}
.blog-article__top{
	position: relative;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
}
.blog-article__img{
	display: block;
	width: 100%;
	max-width: 100%;
}
.blog-article__counters{
	position: absolute;
	bottom: 10px;
	left: 0;
	z-index: 2;
}
.blog-article__counters{
	font-family: DroidSans-Bold;
	font-size: 14px;
	color: #fff;
}
.blog-article__views, .blog-article__comments{
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
}
.blog-article__views{
	padding-left: 21px;
	background: url(../img/blog-views.png) no-repeat center left;
}
.blog-article__comments{
	padding-left: 19px;
	background: url(../img/blog-comments.png) no-repeat center left;
}
.blog-article__top-fader{
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,181,221,0.4);
	text-align: center;
}
.blog-article__top:hover .blog-article__top-fader{
	display: block;
}
a.blog-article__top-more{
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	width: 111px;
	height: 32px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	line-height: 32px;
	font-family: Myriad Pro, sans-serif;
	font-size: 14px;
	background-color: #00b5dd;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.blog-article__date{
	margin: 10px 0 5px 0;
	font-family: DroidSans;
	font-size: 12px;
	color: #9d9d9d;
}
a.blog-article__title{
	display: inline-block;
	font-family: DroidSans;
	font-size: 16px;
	line-height: 1.4em;
	color: #1b1e21;
}
.blog-pagination{
	margin: 50px 0;
	text-align: center;
}
.blog-pagination__inner{
	display: inline-block;
}
.blog-pagination__link{
	display: inline-block;
	vertical-align: middle;
	margin: 5px;
	font-family: DroidSans;
	font-size: 18px;
	color: #afafaf;
}
.blog-pagination__link--next{margin-left: 20px;}
.blog-pagination__link--prev{margin-right: 15px;}
.blog-pagination__link_active{
	width: 31px;
	height: 31px;
	line-height: 31px;
	font-size: 24px;
	text-align: center;
	color: #fff;
	background-color: #00b5dd;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.subscribe{
	padding: 25px 0;
	background: url(../img/subscribe-bg.png) no-repeat center center;
}
.subscribe__text{
	float: left;
	padding-left: 40px;
	font-family: DroidSans;
	font-size: 16px;
	line-height: 1.8em;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
.subscribe__text-fat{
	margin-bottom: 15px;
	font-family: DroidSans-Bold;
	font-size: 24px;
}
.subscribe__form{
	float: right;
	margin-top: 30px;
	margin-right: 100px;
}
.inp-subscribe, .btn-subscribe{
	display: inline-block;
	vertical-align: bottom;
}
.inp-subscribe{
	width: 268px;	
	height: 24px;
	line-height: 24px;
	margin-right: 10px;
	padding: 0;
	font-family: DroidSans;
	font-size: 16px;
	color: #fff;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #000;
}
.inp-subscribe::-webkit-input-placeholder {color: #fff;}
.inp-subscribe::-moz-placeholder {color: #fff;}
.inp-subscribe:-ms-input-placeholder {color: #fff;}
.inp-subscribe:-moz-placeholder {color: #fff;}
.btn-subscribe{
	width: 94px;
	height: 30px;
	line-height: 30px;
	padding: 0;
	background-color: #19bce0;
	color: #fff;
	font-family: DroidSans;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	border: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
}

/* GENERAL */
.breadcrumbs{
	font-family: DroidSans;
	font-size: 12px;
}
.breadcrumbs--blog{
	margin: 15px 0;
}
a.breadcrumbs__item{
	display: inline-block;
	vertical-align: middle;
	color: #231f20;
}
.breadcrumbs__item:after{
	content: ">";
	margin: 0 2px 0 5px;
}
.breadcrumbs__item:last-child:after{
	content: "";
}
.page-title{
	padding-top: 15px;
	background: url(../img/page-title.png) no-repeat left top;
	color: #000;
}
.page-title__fat{
	margin: 0 0 0 25px;
	font-family: DroidSans-Bold;
	font-size: 24px;
	line-height: 1em;
}
.page-title__slim{
	margin: 2px 0 0 40px;
	font-family: DroidSans;
	font-size: 14px;
}
.btn{
	display: inline-block;
	width: 145px;
	height: 32px;
	line-height: 30px;
	text-align: center;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-family: DroidSans;
	font-size: 14px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.21);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.21);
	box-shadow: 0 1px 3px rgba(0,0,0,0.21);
}
.btn--blue{
	border: 1px solid #00b5dd;
	background-color: #00b5dd;
	color: #fff;
}
.btn--regular{
	border: 1px solid #b8b8b8;
	color: #000;
}

/* 404 ERROR */
.main-error{
	padding: 100px 0 200px 0;
	background: url(../img/bg.png) no-repeat center bottom;
}
.error{
	position: relative;
	display: flex;
	/*justify-content: space-evenly;*/
	justify-content: space-around;
	max-width: 900px;
	padding: 25px 0 10px 0;
	background-color: rgba(0,181,221,0.1);
	font-family: DroidSans;
	font-size: 16px;
	color: #00b5dd;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.error-bg-ico{
	position: absolute;
	top: -40px;
	left: -45px;
}
.error-b{
	max-width: 45%;
}
.error-number{
	font-family: DroidSans-Bold;
	font-size: 140px;
	line-height: 0.8em;
}
.error-page{
	text-align: right;
}
.error-text{
	margin-top: 30px;
	font-size: 18px;
	line-height: 1.3em;
}
.error-text-big{
	margin: 25px 0;
	font-family: DroidSans-Bold;
	font-size: 20px;
}
.error-link{
	display: inline-block;
	margin-bottom: 5px;
	color: #00b5dd;
}

/* THANX */
.main-thanx{
	background: url(../img/bg.png) no-repeat center bottom;
	display: flex;
	align-items: center;
	justify-content: center;
}
.thanx{
	padding: 100px 0 200px 0;
	font-family: DroidSans;
	font-size: 18px;
	text-align: center;
}
.thanx__header{
	font-family: DroidSans-Bold;
	font-size: 24px;
	text-transform: uppercase;
}
.thanx__order{
	margin: 15px 0 30px 0;
}
.thanx__order span{
	font-family: DroidSans-Bold;
	font-size: 20px;
}
.thanx__link{
	color: #1aa5c9;
	text-decoration: underline;
}

/* HEADER */
.topline{
	padding: 6px 0;
	background-color: #00b5dd;
}
.topline-cabinet{
	float: right;
	padding-right: 5px;
	font-family: DroidSans;
	font-size: 14px;
	color: #fff;
}
.topline-cabinet__ico, .topline-cabinet__text{
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.header-info{
	padding: 15px 0 25px 0;
}
.header-logo, .header-tel, .header-call, .header-search, .header-basket{
	display: inline-block;
	vertical-align: middle;
}
.header-logo{margin-right: 112px;}
.header-tel{margin-right: 25px;}
.header-call{margin-right: 55px;}
.header-search{margin-right: 55px;}
.header-tel__item{
	margin-bottom: 5px;
	font-family: DroidSans;
	font-size: 16px;
	color: #000;
}
.header-tel__item b{
	font-family: DroidSans-Bold;
}
.header-tel__item:last-child{margin-bottom: 0;}
.header-call{
	width: 145px;
	height: 32px;
	line-height: 32px;
	background-color: #00b5dd;
	color: #fff;
	font-family: Roboto;
	text-align: center;
	font-size: 15px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 1px 0 3px rgba(0,0,0,0.21);
	-moz-box-shadow: 1px 0 3px rgba(0,0,0,0.21);
	box-shadow: 1px 0 3px rgba(0,0,0,0.21);
}
.header-search__input{
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 7px;
}
.header-search__ico{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 30px;
	width: 17px;
	background: url(../img/ico-search.png) no-repeat center center;
}
.inp-search:focus + .header-search__ico,
.inp-search:not([value=""]) + .header-search__ico{
	display: none;
}
.inp-search{
	width: 202px;
	height: 30px;
	line-height: 30px;
	font-family: Roboto;
	font-size: 14px;
	color: #222222;
	border: none;
	border-bottom: 1px solid #222222;
}
.btn-search{
	display: inline-block;
	vertical-align: top;
	width: 96px;
	height: 30px;
	line-height: 28px;
	font-family: Roboto;
	text-align: center;
	font-size: 14px;
	color: #222222;
	border: 1px solid #222222;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #fff;
	cursor: pointer;
}
.header-basket__cart{
	position: relative;
	padding-top: 5px;
	margin-right: 5px;
}
.header-basket__cart, .header-basket__text{
	display: inline-block;
	vertical-align: top;
}
.header-basket__number{
	position: absolute;
	right: 0;
	top: -2px;
	min-width: 15px;
	height: 15px;
	line-height: 18px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	background-color: #ed1f24;
	color: #fff;
	text-align: center;/*
	font-family: Myriad Pro;*/
	font-family: MinionPro-Regular;
	font-size: 14px;
}
.header-basket__cart i{
	font-size: 43.5px;
	color: #00b5dd;
}
.header-basket__text{
	margin-right: 10px;
	font-family: DroidSans;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}
.header-basket__text-big{
	text-transform: uppercase;
}
.navigation__list{
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #00b5dd;
	color: #fff;
	border: 1px solid #00b5dd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.navigation__item{
	flex: 1 1 0;
	position: relative;
}
.navigation__link{
	display: block;
	height: 45px;
	line-height: 45px;
	font-family: DroidSans;
	font-size: 16px;
	color: #fff;
	text-align: center;
	border-right: 1px solid rgba(255,255,255,0.41);
}
.navigation__item:last-child .navigation__link{
	border-right: none;
}
.navigation__cat-link{
	font-family: DroidSans-Bold;
	font-size: 18px;
}
.navigation__cat-link:after{
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
}
.navigation__cat-link i{
	display: inline-block;
	margin-right: 15px;
}
.category{
	display: none;
	position: absolute;
	top: 100%;
	left: -1px;
	width: 304px;
	margin-top: 1px;
	padding: 10px 0;
	background-color: #fff;
	-webkit-box-shadow: 0 4px 7px rgba(0,0,0,0.23);
	-moz-box-shadow: 0 4px 7px rgba(0,0,0,0.23);
	box-shadow: 0 4px 7px rgba(0,0,0,0.23);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	z-index: 10;
}
.navigation__item:hover .category{
	display: block;
}
.category__list{
	margin: 0;
	padding: 0 40px;
	list-style: none;
}
.category__item{
	margin-bottom: 10px;
}
.category__link{
	position: relative;
	display: block;
	padding-bottom: 1px;
	font-family: DroidSans;
	font-size: 16px;
	color: #000;
	border-bottom: 1px solid rgba(70,144,205,0.3);
}
.category__link:before{
	content: "\f228";
	position: absolute;
	top: 2px;
	left: -25px;
	font: normal normal normal 18px/1 FontAwesome;
	color: #4690cd;
}
.category__link:hover:before{
	color: #ed1f24;
}

/* FOOTER */
.footer{
	padding: 45px 0 40px 0;
	background-color: #19bce0;
	color: #fff;
}
.footer-block{
	float: left;
	width: 22%;
	text-align: center;
}
.footer-block:first-child{
	width: 34%;
	text-align: left;
}
.footer-item{	
	display: inline-block;
	text-align: left;
}
.footer__logo{
	display: inline-block;
}
.footer-payments{
	margin-top: 50px;
}
.footer-payments i{
	display: inline-block;
	margin-right: 20px;
	font-size: 38.5px;
}
.footer-heading{
	margin-bottom: 45px;
	font-family: DroidSans-Bold;
	font-size: 18px;
	text-transform: uppercase;
}
.footer-list{
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-list__item{
	margin-bottom: 15px;
}
.footer-list__link{
	font-family: DroidSans;
	font-size: 14px;
	color: #fff;
}
.footer-contacts__item{
	margin-bottom: 10px;
}
.footer-contacts__icon, .footer-contacts__link{
	display: inline-block;
	vertical-align: middle;	
}
.footer-contacts__icon{
	width: 20px;
	margin-left: -22px;
	margin-right: 2px;
	text-align: right;
}
.footer-contacts__item i{
	font-size: 16.7px;
}
.footer-contacts__link{
	font-family: Myriad Pro, sans-serif;
	font-size: 14px;
	color: #fff;
}

.answer-admin {
	margin-left: 20px;
	margin-top: 10px;
}
.answer-admin  > div {
	font-weight: bold;
}
.answer-admin  > div.date {
	font-size: 11px;
}
.ptn__nav {
	line-height: 1.2;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 5px;
}

/****************/
.product__fader {
	border-radius: 5px;
	left: -10px;
	right: -10px;
}
.product__howto-item {
	width: 100%;
	text-align: left;
}
.product__howto-item > div:first-child {
	min-width: 60%;
}
.answer-admin {
	margin-left: 30px;
	border-left: 1px solid #cecece;
	padding-left: 15px;
}
.answer-admin > div {
	font-weight: normal;
}
.answer-admin .author  {
	display: flex;
	align-items: center;
	margin-bottom: 3px;
}
.answer-admin .author .date   {
	font-weight: 800;
	font-family: DroidSans;
	color: grey;
}
.answer-admin .author >div:first-child  {
	font-size: 20px;
	margin-right: 5px;
}
.answer-admin .desc  {
	font-size: 17px;
}