.counter {
	display: inline-block;
	position: relative;
	width: 146px;
	height: 42px;
	padding: 0 45px;
	background: #F0F4F9;
	border-radius: 6px;
	vertical-align: top;
}
.counter__minus, .counter__plus {
	position: absolute;
	top: 0;
	width: 45px;
	height: 42px;
	color: #3890F8;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
}
.counter__minus:hover, .counter__plus:hover, .counter__minus:focus, .counter__plus:focus {
	color: #68D2B5;
}
.counter__minus {
	left: 0;
	border-radius: 6px 0 0 6px;
}
.counter__plus {
	right: 0;
	border-radius: 0 6px 6px 0;
}
.counter__value {
	display: inline-block;
	width: 100%;
	height: 38px;
	margin-top: 2px;
	border: none;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #9C9C9C;
}

.counter__value::-webkit-outer-spin-button,
.counter__value::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.counter__value[type=number] {
	-moz-appearance: textfield;
}



/* Top */
.top__line1 .container {
	display: flex;
	-webkit-justify-content: space-between;
			justify-content: space-between;
	-webkit-align-items: center;
			align-items: center;
	height: 40px;
}
.top__line1-left {
	display: flex;
	-webkit-align-items: center;
			align-items: center;
}
.top__more {
	display: inline-block;
	padding: 5px 10px;
	background: #FFF;
	border-radius: 20px;
	font-weight: bold;
	margin-right: 20px;
}
.top__favorites {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 3px 7px;
  border-radius: 12px;
  margin-left: 15px;
}
.top__favorites svg {
  fill:#ED3133;
  stroke:#ED3133;
  margin-right: 10px;  
}
.top__favorites--mob {
  position: absolute;
  right: 65px;
  top: 10px;
  padding: 7px 7px;
  border-radius: 50%;  
}
.top__favorites--mob svg {
  margin:0;
}
.top__delivery {
	font-family: 'Open Sans', sans-serif;
	color: #9C9C9C;
}
.top__cities {
	display: flex;
	-webkit-align-items: center;
			align-items: center;
	font-family: 'Open Sans', sans-serif;
}
.top__cities-link {
	margin-left: 30px;
}
.top__line2 {
	position: sticky;
	border-bottom: 1px solid #E3E3E3;
	background: #FFF;
}
.top__line2 .container {
	display: flex;
	-webkit-justify-content: space-between;
			justify-content: space-between;
	-webkit-align-items: center;
			align-items: center;
}
.top__nav-link {
	font-weight: bold;
	margin-left: 20px;
	font-size: 12px;
	color: #9C9C9C;
	text-transform: uppercase;
}
.top__profile {
	display: inline-block;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	margin-right: 5px;
	color: #67D9B9;
	background: #F0F4F9;
	text-align: center;
}
.top__profile i {
	line-height: 36px;
}
.top__cart {
	position: relative;
	display: inline-block;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #67D9B9;
	color: #FFF !important;
	text-align: center;
}
.top__cart i {
	line-height: 36px;
}
.top__cart--active:after {
	content: "";
	position: absolute;
	top: 1px;
	right: 1px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #E34C4C;
}
.top__info {
	font-weight: bold;
	line-height: 20px;
}
.top__info-city {
	color: #000;
}
.top__info-phone {
	font-size: 15px;
	color: #3B414B;
}
.top__info-time {
	color: #9C9C9C;
}
.top__line3 {
	position: sticky;
	background: #FFF;
}
.top__line3 .container {
	display: flex;
	-webkit-justify-content: space-between;
			justify-content: space-between;
	-webkit-align-items: center;
			align-items: center;
	height: 60px;
}
.top__cats {
	display: flex;
	-webkit-align-items: center;
			align-items: center;
}
.top__cats-item {
	margin-right: 100px;
}
.top__cats-link {
	display: inline-flex;
	-webkit-align-items: center;
			align-items: center;
	color: #000;
	font-size: 15px;
	font-weight: bold;
}
.top__cats-link-icon {
	margin-right: 12px;
}
.top__cats-link-icon svg path {
	fill: #605277;
	transition: fill linear 0.2s;
}
.top__cats-link--active,
.top__cats-link:hover,
.top__cats-link:focus {
	color: #67D9BA;
}
.top__cats-link--active .top__cats-link-icon svg path,
.top__cats-link:hover .top__cats-link-icon svg path,
.top__cats-link:focus .top__cats-link-icon svg path {
	fill: #67D9BA;
}

@media (max-width: 1200px) {
	.top__cities-link {
		font-size: 11px;
		margin-left: 15px;
	}
	.top__logo {
		width: 200px;
	}
	.top__logo img {
		max-width: 100%;
	}
	.top__nav-link {
		margin-left: 10px;
	}
	.top__cat {
		margin-right: 40px;
	}
}
@media(max-width: 992px) {
	.top {
		display: none;
	}
}


/* Like */
.like {
	margin-top: 70px;
	margin-bottom: -50px;
	padding: 55px 0;
	background: #FFF;
	text-align: center;
}
.like__slider {
	padding: 0 140px;
	margin-bottom: 20px;
}
.like__slide .product {
	max-width: 100%;
	min-width: 100%;
	margin-bottom: 0;
	text-align: left;
}


/* Cart */
.cart-block {
	position: sticky;
	top: 0;
	padding: 15px 35px 30px;
	border-radius: 6px;
	color: #FFF;
	background: #605277;
}
.cart-block img {
	position: absolute;
	top: 18px;
	right: 25px;
}
.cart-block__title {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 20px;
	padding-top: 7px;
}
.cart-block__line {
	display: flex;
	-webkit-justify-content: space-between;
			justify-content: space-between;
	-webkit-align-items: center;
			align-items: center;
	margin-bottom: 15px;
}
.cart-block__line--hidden {
	display: none;
}
.cart-block .btn {
	margin-top: 15px;
}
.cart-block__name {
	color: #9C9C9C;
}
.cart-block__sum {
	font-size: 18px;
	font-weight: bold;
}
.cart-block__total {
	padding-top: 15px;
	border-top: 1px solid #9C9C9C;
}
.cart-block__total .cart-block__name {
	margin-bottom: 10px;
}
.cart-block__share {
	color: #E34C4C;
	font-size: 12px;
	font-weight: bold;
}
@media(max-width: 1200px) {
	.cart-block {
		padding: 15px 15px 30px;
	}
}

.cart__item {
	position: relative;
	display: flex;
	-webkit-justify-content: space-between;
			justify-content: space-between;
	padding: 14px;
	border-radius: 6px;
	margin-bottom: 5px;
	background: #FFF;
}
.cart__item-left {
	max-width: 55%;
	min-width: 55%;
	display: flex;
	-webkit-align-items: center;
			align-items: center;
}
.cart__item-img-wrap {
	display: block;
	position: relative;
	max-width: 84px;
	min-width: 84px;
	height: 84px;
	border: 1px solid #67D9B9;
	border-radius: 10px;
	margin-right: 15px;
}
.cart__item-img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	max-width: 90%;
	max-height: 90%;
	margin: auto;
}
.cart__item-name {
	color: #3B414B;
	font-size: 15px;
	font-weight: bold;
	line-height: 25px;
}
.cart__item-discount-tooltip {
	display: block;
	margin: 8px 0;
}
.cart__item-rating {
	margin-top: 10px;
	color: #FFC700;
}
.cart__item-rating i {
	font-size: 16px;
}
.cart__item-right {
	display: flex;
	-webkit-justify-content: space-between;
			justify-content: space-between;
	max-width: 45%;
	min-width: 45%;
	padding-left: 14px;
	border-left: 1px solid #E3E3E3;
}
.cart__item-info {
	color: #9C9C9C;
	font-size: 12px;
	line-height: 22px;
}
.cart__item-bonus {
	margin-bottom: 7px;
	color: #67D9B9;
}
.cart__item-stock {
	color: #3890F8;
}
.cart__item-buy {
	padding-right: 30px;
	text-align: right;
}
.cart__item-del {
	position: absolute;
	right: 10px;
	top: 15px;
	color: #3B414B;
}
.cart__item-buy .counter {
	margin-bottom: 20px;
}
.cart__item-price {
	display: flex;
	-webkit-justify-content: space-between;
			justify-content: space-between;
	-webkit-align-items: center;
			align-items: center;
	color: #E34C4C;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
}
.cart__item-price-old {
	font-size: 12px;
	margin-right: 25px;
}
@media(max-width: 1200px) {
	.cart__item-left {
		max-width: 45%;
		min-width: 45%;
	}
	.cart__item-right {
		max-width: 55%;
		min-width: 55%;
	}
}
.cart__cols {
	display: flex;
	-webkit-justify-content: space-between;
			justify-content: space-between;
	margin-top: 30px;
}
.cart__col {
	max-width: 48%;
	min-width: 48%;
}
.cart__col-block {
	padding: 25px 20px 25px 30px;
	border-radius: 6px;
	margin-bottom: 30px;
	background: #FFF;
}
.cart__total {
	display: none;
}
.cart__btn {
	display: none;
}
@media (max-width: 992px) {
	.cart__total {
		display: block;
		padding: 20px 15px;
		margin-top: 20px;
		background: #FFF;
	}
	.cart__total-line {
		display: flex;
		-webkit-justify-content: space-between;
				justify-content: space-between;
		-webkit-align-items: center;
				align-items: center;
		margin-bottom: 10px;
	}
	.cart__total-line--hidden {
		display: none;
	}
	.cart__total-line:last-child {
		margin-bottom: 0;
	}
	.cart__total-sum {
		display: flex;
		-webkit-align-items: center;
				align-items: center;
		font-size: 18px;
		font-weight: bold;
	}
	.cart__total-line--total .cart__total-name {
		font-size: 15px;
		font-weight: bold;
	}
	.cart__total-line--total .cart__total-sum {
		font-size: 24px;
	}
	.cart__total-line--total .cart__total-sum-old {
		margin-right: 15px;
		color: #E34C4C;
		font-size: 14px;
	}
	.cart__btn {
		display: block;
		margin-top: 15px;
	}
}
@media (max-width: 750px) {
	.cart__total {
		padding: 20px;
		margin: 0;
	}
	.cart__cols {
		-webkit-flex-direction: column;
			-ms-flex-direction: column;
				flex-direction: column;
		margin-top: 10px;
	}
	.cart__col {
		max-width: 100%;
		min-width: 100%;
	}
	.cart__btn .btn {
		width: 100%;
	}
	.cart__item {
		-webkit-flex-direction: column;
			-ms-flex-direction: column;
				flex-direction: column;
	}
	.cart__item-left {
		max-width: 100%;
		min-width: 100%;
		margin-bottom: 15px;
		padding-right: 30px;
	}
	.cart__item-name {
		font-size: 13px;
		line-height: 17px;
	}
	.cart__item-right {
		max-width: 100%;
		min-width: 100%;
		padding-left: 0;
		border-left: none;
	}
	.cart__item-buy {
		padding-right: 0;
	}
	.cart__item-price {
		display: block;
		color: #3B414B;
		text-align: right;
	}
	.cart__item-price-old {
		display: none;
	}
}










/**********************************************
		BASE
*********************************************/
@font-face {
	font-family: 'ALSRublRegular';
	src: url("../fonts/rouble.eot");
	src: local("ALS Rubl"), local("ALSRubl"), 
		 url("../fonts/rouble/rouble.woff") format("woff"),
		 url("../fonts/rouble/rouble.ttf") format("truetype"),
		 url("../fonts/rouble/rouble.svg#ALSRubl") format("svg");
}
@font-face {
	font-family: 'HNC';
	src: url('../fonts/hnc/HelveticaRegular.eot');
	src: url('../fonts/hnc/HelveticaRegular.eot') format('embedded-opentype'),
		 url('../fonts/hnc/HelveticaRegular.woff2') format('woff2'),
		 url('../fonts/hnc/HelveticaRegular.woff') format('woff'),
		 url('../fonts/hnc/HelveticaRegular.ttf') format('truetype'),
		 url('../fonts/hnc/HelveticaRegular.svg#HelveticaRegular') format('svg');
}
@font-face {
	font-family: 'HNC';
	src: url('../fonts/hnc/HelveticaBold.eot');
	src: url('../fonts/hnc/HelveticaBold.eot') format('embedded-opentype'),
		 url('../fonts/hnc/HelveticaBold.woff2') format('woff2'),
		 url('../fonts/hnc/HelveticaBold.woff') format('woff'),
		 url('../fonts/hnc/HelveticaBold.ttf') format('truetype'),
		 url('../fonts/hnc/HelveticaBold.svg#HelveticaBold') format('svg');
	font-weight: bold;
}

html, body {
	height: 100%;
	font-size: 13px;
	color: #3B414B;
	background: #F0F4F9;
	font-family: 'HNC';
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0.2px;
}
@media (max-width: 992px) {
	html, body {
		height: auto;
	}
}
.wrapper {
	min-height: 100%;
	padding-bottom: 300px;
}
@media (max-width: 767px) {
	.wrapper {
		padding-bottom: 30px;
	}
}

/* Base */
.container {
	min-width: 320px;
	padding-right: 15px;
	padding-left: 15px;
	margin: 0 auto;
}
@media (min-width: 750px) {
	.container{
		width:730px;
	}
}
@media (min-width: 992px) {
	.container {
		width:970px
	}
}
@media (min-width: 1200px) {
	.container {
		width:1140px;
	}
}


/**********************************************
		GUI
*********************************************/
a {
	color: #3890F8;
	text-decoration: none;
	transition: all linear 0.2s;
}
a:hover, a:focus {
	color: #67D9BA;
}
.solid {
	border-bottom: 1px solid;
}


/* Title */
h1, .h1 {
	margin: 0;
	margin-bottom: 25px;
	color: #3B414B;
	font-size: 20px;
	font-weight: bold;
}
h2, .h2 {
	margin: 0;
	margin-bottom: 45px;
	color: #3B414B;
	font-size: 13px;
	font-weight: bold;
}
h3, .h3 {
	margin: 0;
	margin-bottom: 25px;
	color: #3B414B;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
@media (max-width: 992px) {
	h1, .h1 {
		font-size: 15px;
	}
}


/* Text */
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}


/* Checkbox */
.checkbox {
	display: block;
	position: relative;
	min-height: 28px;
	cursor: pointer;
}
.checkbox--empty {
	width: 24px;
}
.checkbox--empty .checkbox__in {
	padding-left: 24px;
}
.checkbox--bordered .checkbox__in:before {
	border: 1px solid #aaa;
}
.checkbox input {
	display: none;
}
.checkbox__in {
	display: inline-block;
	position: relative;
	padding-left: 45px;
	min-height: 28px;
}
.checkbox__in:before {
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
	width: 24px;
	height: 24px;
	margin-right: 15px;
	background: #F7F8FC;
}
.checkbox input:checked ~ .checkbox__in:after {
	content: "check";
	position: absolute;
	left: 0;
	top: 2px;
	color: #FF7A00;
	font-size: 24px;
	font-family: 'Material Icons';
}

/* Buttons */
.btn {
	position: relative;
	display: inline-block;
	min-height: 34px;
	padding: 0px 13px;
	border: none;
	border-radius: 6px;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	line-height: 35px;
	background: #67D9BA;
	cursor: pointer;
	text-align: center;
	transition: all linear 0.2s;
}
.btn--ogray {
	background: rgba(255, 255, 255, 0.5);
}
.btn--small {
	min-height: 34px;
	padding: 7px 15px;
	font-size: 13px;
	line-height: 20px;
}
.btn:hover, .btn:focus {
	color: #FFF;
	background: #65EAC5;
}
.btn--l {
	padding: 13px 110px;
}
.btn--block {
	width: 100%;
	padding: 13px 15px;
}
@media (max-width: 992px) {
	.btn {
		padding: 13px 25px;
	}
}


/* Ruble */
.rub {
	font-family: "ALSRublRegular", sans-serif;
}


/* Table */
.table {
	width: 100%;
	margin-bottom: 10px;
	border-collapse: collapse;
}
.table .td-right {
	text-align: right;
}
.table .td-left {
	text-align: left;
}
.table .td-center {
	text-align: center;
}
.table > tr > th,
.table > tbody > tr > th,
.table > thead > tr > th,
.table > tfoot > tr > th {
	padding: 8px 12px;
	border: 1px solid #68D2B5;
	color: #fff;
	font-size: 14px;
	background: #68D2B5;
}
.table > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
	padding: 8px 12px;
	border: 1px solid #68D2B5;
}
.table__open-next {
	text-decoration: none;
	border-bottom: 1px dashed;
}
.table__hide-tr {
	display: none;
	visibility: hidden;
}
.table__hide-tr--sub-table > td {
	padding: 0 !important;
	border: 0 none !important;
}
.table__hide-tr--open {
	display: table-row;
	visibility: visible;
}


/* Table responseВ */
.table-response-wrapВ {
	overflow: auto;
}
.table-response-wrap {
	overflow: auto;
}
@media (max-width: 992px) {
	.table-response-wrap td, 
	.table-response-wrapВ th {
		white-space: nowrap;
	}
}


/* Sub table */
.sub-table {
	width: 100%;
	border-collapse: collapse;
}
.sub-table tr th {
	color: #000;
	background: #D0D4D9;
	text-align: center;
}
.sub-table tr th,
.sub-table tr td {
	padding: 5px;
	border: 1px solid #D0D4D9;
}


/* Cart animation icon */
.cart-anim {
	position: absolute;
	z-index: 500;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #68D2B5;
	text-align: center;
}
.cart-anim .material-icons {
	color: #FFF;
	line-height: 36px;
}


/* Simple content */
.s-content {
	font-size: 13px;
	line-height: 23px;
}
.s-content p {
	margin: 0;
	margin-bottom: 25px;
	line-height: 23px;
}
.s-content--1c {
	white-space: pre-wrap;
}


/* Title block */
.title-block {
	display: flex;
	-webkit-justify-content: space-between;
			justify-content: space-between;
	-webkit-align-items: flex-start;
			align-items: flex-start;
	margin-bottom: 20px;
}
.title-block h1 {
	margin-bottom: 0;
	margin-right: 10px;
}
.title-block__filter {
	display: none;
}
@media (max-width: 992px) {
	.title-block__filter {
		display: inline-flex;
		-webkit-align-items: center;
				align-items: center;
		padding: 3px 8px;
		border-radius: 6px;
		color: #FFF;
		font-size: 12px;
		background: #3890F8;
	}
	.title-block__filter span {
		margin-left: 5px;
	}
	.title-block .js-select {
		display: none;
	}
}

/* Path */
.path {
	margin: 15px 0 40px;
	color: #A5A5A5;
	font-size: 12px;
}
.path .container {
	display: flex;
	-webkit-justify-content: space-between;
			justify-content: space-between;
	-webkit-align-items: center;
			align-items: center;
}
.path__in {}
.path img {
	position: relative;
	top: -1px;
	margin-right: 15px;
}
.path__sep {
	margin: 0 7px;
}
.path__current {
	
}
.path__link {
	color: #A5A5A5;
}
.path__link--main {
	color: #3890F8 !important;
}
@media (max-width: 992px) {
	.path__search {
		display: none;
	}
}


/* Pagination */
.pagination {
	display: flex;
}
.pagination__link {
	display: inline-block;
	width: 32px;
	height: 32px;
	border: 1px solid #C4C4C4;
	border-radius: 50%;
	margin-right: 8px;
	color: #9C9C9C;
	font-size: 15px;
	text-align: center;
	line-height: 32px;
}
.pagination__link--active {
	border: 1px solid #FFF;
	color: #000;
	font-weight: bold;
	background: #FFF;
}


/* Rating  */
.rating {
	display: flex;
	width: 90px;
	-webkit-justify-content: space-between;
			justify-content: space-between;
	-webkit-align-items: flex-start;
			align-items: flex-start;
}
.rating__star i {
	color: #E3E3E3;
	font-size: 16px;
}
.rating__star--active i {
	color: #FFC700;
}


/* Rating radios */
.rating-radio {
	display: flex;
	width: 90px;
	-webkit-justify-content: space-between;
			justify-content: space-between;
	-webkit-align-items: flex-start;
			align-items: flex-start;
}
.rating-radio__star {
	margin-right: 5px;
	color: #E3E3E3;
	font-size: 24px;
	cursor: pointer;
}
.rating-radio__star--active {
	color: #FFC700;
}
.rating-radio__star input {
	display: none;
}


/* Labels */
.labels {
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 2;
}
.labels__item {
	display: inline-block;
	padding: 4px 7px;
	margin: 0 0 5px 5px;
	border-radius: 4px;
	color: #FFF;
	font-size: 12px;
	background: #67D9B9;
}

/* Discount notice */
.discount-notice {
	display: inline-block;
	padding: 4px 7px;
	border-radius: 4px;
	color: #FFF;
	font-size: 12px;
	background: #67D9B9;
}
.discount-notice__icn {
	display: inline-block;
	width: 14px;
	height: 14px;
	font-size: 14px;
	line-height: 14px;
	vertical-align: middle;
	text-align: center;
}
.discount-notice__text {
	display: inline-block;
	margin-left: 3px;
	vertical-align: middle;
	text-align: center;
}

/* Custom labels */
.c-labels {
	position: absolute;
	left: 15px;
	top: 0;
	z-index: 2;
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
	-webkit-justify-content: center;
	        justify-content: center;
	width: 110px;
	height: 53px;
	padding: 5px 3px 13px;
	color: #FFF;
	font-size: 10px;
	letter-spacing: 0.2px;
	font-weight: bold;
	line-height: 13px;
	text-transform: uppercase;
	background: url(../img/label-large.png) no-repeat;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	text-align: center;
}


/* Alerts */
.alert {
	margin-bottom: 20px;
	padding: 15px;
	border: 1px solid transparent;
	border-radius: 4px;
}
.alert--info {
	border-color: #bce8f1;
	color: #31708f;
	background-color: #d9edf7;
}
.alert--success {
	border-color: #d6e9c6;
	color: #3c763d;
	background-color: #dff0d8;
}
.alert--danger {
	border-color: #ebccd1;
	color: #a94442;
	background-color: #f2dede;
}
.alert--warning {
	border-color: #faebcc;
	color: #8a6d3b;
	background-color: #fcf8e3;
}


/* Reg errors */
#confirm_after {
	padding: 15px;
	border: 1px solid #d6e9c6;
	border-radius: 4px;
	margin-bottom: 20px;
	margin: 20px 0;
	color: #3c763d;
	background-color: #dff0d8;
}
#confirm_warn {
	padding: 15px;
	border: 1px solid #ebccd1;
	border-radius: 4px;
	margin-bottom: 20px;
	margin: 20px 0;
	color: #a94442;
	background-color: #f2dede;
}


/* Block info */
.b-info {
	padding: 30px 30% 40px 30px;
	border-radius: 6px;
	margin-bottom: 25px;
	line-height: 23px;
	background-image: url(../img/bonusbg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right bottom;
}
@media (max-width: 1200px) {
	.b-info {
		padding: 30px 30% 40px 30px;
		background-position: 30% 20%;
	}
}
@media(max-width: 767px) {
	.b-info {
		padding: 30px 30% 40px 30px;
		background-position: 40% 20%;
	}

}
@media (max-width: 600px) {
	.b-info {
		padding: 20px 30% 50px 20px;
		background-position: 68% 20%;
	}
}
@media (max-width: 350px) {
	.b-info {
		padding: 20px 30% 60px 20px;
		font-size: 12px;
		line-height: 18px;
		background-position: 68% 10%;
	}
}


/* Steps */
.steps {
	margin: 30px 0 30px;
}
.steps h2 {
	margin-bottom: 30px;
}
.steps__list {
	display: flex;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
}
.steps__item {
	max-width: 20%;
	margin-right: 5%;
	margin-bottom: 40px;
	line-height: 23px;
}
.steps__item-icn {
	margin-bottom: 15px;
}
@media (max-width: 600px) {
	.steps {
		margin-bottom: 15px;
	}
	.steps__list {
		-webkit-justify-content: space-between;
				justify-content: space-between;
	}
	.steps__item {
		max-width: 46%;
		min-width: 46%;
		margin-right: 0;
	}
}


/* Image slider */
.i-slider {
	display: flex;
	-webkit-justify-content: space-between;
			justify-content: space-between;
}
.i-slider__list {
	width: calc(100% - 70px);
	border: 1px solid #67D9B9;
	border-radius: 6px;
	background: #FFF;
}
.i-slider__image-wrap:hover,
.i-slider__image-wrap:focus {
	outline: none;	
}
.i-slider .slick-prev,
.i-slider .slick-next {
	text-align: center;
	cursor: pointer;
}
.i-slider__item {
	display: block;
	position: relative;
	height: 350px;
	border-radius: 6px;
	background-color: #FFF;
}
.i-slider__item .labels {
	max-width: 100px;
	text-align: right;
}
.i-slider__item-img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	max-width: 90%;
	max-height: 90%;
	margin: auto;
}
.i-slider .owl-nav, .i-slider .owl-dots {
	display: none;
}
.i-slider__images {
	display: flex;
	-webkit-flex-direction: column;
		-ms-flex-direction: column;
			flex-direction: column;
	max-width: 60px;
	min-width: 60px;
}
.i-slider__image {
	position: relative;
	width: 100%;
	height: 60px;
	border: 1px solid #FFF;
	border-radius: 10px;
	margin-bottom: 10px;
	background: #FFF;
	cursor: pointer;
}
.i-slider__image img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	max-width: 90%;
	max-height: 90%;
	margin: auto;
}
.i-slider__image--active {
	opacity: 1;
	border: 1px solid #67D9B9;
}

@media (max-width: 750px) {
	.i-slider__images {
		display: none;
	}
	.i-slider__list {
		width: 100%;
	}
	.i-slider .owl-dots {
		display: block;
		margin: 10px 0;
		text-align: center;
	}
	.i-slider .owl-dot {
		width: 4px;
		height: 4px;
		border-radius: 50%;
		margin: 4px;
		background: #67D9B9 !important;
	}
	.i-slider .owl-dot.active {
		width: 8px;
		height: 8px;
		background: #67D9B9 !important;
	}
	.i-slider__list {
		border: none;
	}
	.i-slider__item {
		border: 1px solid #67D9B9;
		border-radius: 6px;
	}
}


/* Radio */
.radio {
	display: block;
	position: relative;
	width: 100%;
	padding-top: 2px;
	cursor: pointer;
}
.radio input {
	display: none;
}
.radio__in {
	display: inline-block;
	position: relative;
	padding-left: 40px;
	font-size: 14px;
	line-height: 18px;
}
.radio__in:before {
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 4px;
	background: #E7EEF7;
}
.radio input:checked ~ .radio__in:after {
	content: "";
	position: absolute;
	left: 4px;
	top: 7px;
	width: 12px;
	height: 12px;
	border-radius: 4px;
	background: #67D9B9;
}
.radio__in-name {
	font-weight: bold;
	line-height: 23px;
}
.radio__in-discount {
	display: inline-block;
	padding: 3px 5px;
	border-radius: 4px;
	margin-left: 10px;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	background: #E34C4C;
}
.radio__in-note {
	display: block;
	color: #9C9C9C;
	font-weight: normal;
}


/* Tabs */
.tabs__btns {
	display: flex;
	-webkit-justify-content: center;
			justify-content: center;
	margin-bottom: 50px;
}
.tabs--left .tabs__btns {
	-webkit-justify-content: flex-start;
			justify-content: flex-start;
}
.tabs__btns--three {
	margin-bottom: -3px;
}
.tabs__btns--three .tabs__btn {
	max-width: 33.3%;
	min-width: 33.3%;
	font-size: 15px;
}
.tabs__btn {
	position: relative;
	padding: 20px 85px;
	border-bottom: 1px solid #E3E3E3;
	color: #9C9C9C;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.tabs__btn:hover, .tabs__btn:focus, .tabs__btn--active {
	color: #3B414B;
}
.tabs__btn--active:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	height: 4px;
	border-radius: 3px;
	background: #67D9B9;
}
.tabs__item {
	display: none;
}
.tabs__item--active {
	display: block;
}
@media (max-width: 767px) {
	.tabs__btns {
		margin-bottom: 20px;
	}
	.tabs__btn {
		padding: 10px;
	}
}


/* Form ajax */
.ajax__field-error {
	display: none;
}
.ajax__field--error .ajax__field-error {
	display: block;
	margin: 4px 0 10px;
	color: #EC7062;
	font-size: 13px;
	font-style: italic;
}




/**********************************************
		MOB BLOCKS
*********************************************/
/* Mob top line */
.mob-top {
	display: none;
}
@media (max-width: 992px) {
	.mob-top {
		position: sticky;
		top: 0;
		z-index: 200;
		display: block;
		height: 55px;
		margin-bottom: 10px;
		background: #F0F4F9;
	}
	.mob-top .container {
		display: flex;
		-webkit-justify-content: space-between;
				justify-content: space-between;
		-webkit-align-items: center;
				align-items: center;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.mob-top__logo {
		padding-top: 5px;
		max-width: 220px;
		min-width: 220px;
	}
	.mob-top__logo img {
		max-width: 100%;
		max-height: 90%;
	}
	.mob-top__profile {
		width: 32px;
		height: 32px;
		border-radius: 50%;
		background: #FFF;
		text-align: center;
	}
	.mob-top__profile i {
		color: #68D2B5;
		font-size: 18px;
		line-height: 32px;
	}
	.mob-top__cart {
		position: relative;
		width: 32px;
		height: 32px;
		border-radius: 50%;
		background: #68D2B5;
		text-align: center;
	}
	.mob-top__cart i {
		color: #FFF;
		font-size: 18px;
		line-height: 32px;
	}
	.mob-top__cart--active:after {
		content: "";
		position: absolute;
		right: 1px;
		top: 1px;
		width: 8px;
		height: 8px;
		border-radius: 50%;
		background: #E34C4C;
	}
}


/* Mob select city */
.mob-select {
	display: none;
}
@media (max-width: 992px) {
	.mob-select {
		display: block;
	}
	.mob-select .select2__city {
		display: flex;
		-webkit-justify-content: space-between;
				justify-content: space-between;
	}
}

/* Mobile catalog */
.mob-catalog {
	display: none;
}
@media (max-width: 992px) {
	.mob-catalog {
		display: block;
		position: sticky;
		top: 55px;
		z-index: 200;
		background: #F0F4F9;
	}
	.mob-catalog__in {
		display: block;
		position: relative;
		height: 60px;
		padding-right: 65px;
		margin-top: 5px;
		border-radius: 6px;
		line-height: 60px;
		background: #67D9BA;
	}
	.mob-catalog__search {
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		width: 60px;
		padding-top: 5px;
		border-radius: 0 6px 6px 0;
		background: #68D2B5;
		text-align: center;
	}
	.mob-catalog__search img {
		filter: brightness(0) invert(1);
	}
	.mob-catalog__cat {
		display: flex;
		-webkit-align-items: center;
				align-items: center;
		padding-left: 15px;
		color: #FFF !important;
		font-size: 15px;
		font-weight: bold;
	}
	.mob-catalog__cat i {
		margin-right: 13px;
	}

	.mob-catalog__search-form {
		z-index: -1;
		position: absolute;
		left: 50px;
		right: 0;
		top: 0;
		bottom: 0;
		height: 60px;
		opacity: 0;
		-webkit-transition: opacity 0.3s ease;
		   -moz-transition: opacity 0.3s ease;
			-ms-transition: opacity 0.3s ease;
			 -o-transition: opacity 0.3s ease;
				transition: opacity 0.3s ease;
	}
	.mob-catalog--search-view .mob-catalog__search-form {
		z-index: 10;
		opacity: 1;
	}
	.mob-catalog__search-form-inp {
		width: 100%;
		height: 60px;
		padding: 10px 60px 10px 15px;
		border: none;
		font-size: 18px;
		border-radius: 0 6px 6px 0;
		box-shadow: none;
		background: #FFF;
	}
	.mob-catalog__search-form-btn {
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: 10;
		width: 50px;
		height: 60px;
		padding: 0;
		border: none;
		border-radius: 0 6px 6px 0;
		color: #68D2B5;
		font-size: 18px;
		box-shadow: none;
		background: transparent;
		text-align: center;
		cursor: pointer;
	}
}


/* Mob panel */
.mob-panel {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 300;
	width: 0;
	overflow: hidden;
}
.mob-panel--open {
	left: 0;
	top: 0;
	width: 100%;
}
.mob-panel__overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(96, 82, 119, 0.5);
	backdrop-filter: blur(20px);
	opacity: 0;
	transition: opacity 0.3s ease;
	visibility: hidden;
}
.mob-panel--open .mob-panel__overlay {
	opacity: 1;
	visibility: visible;
}
.mob-panel__content {
	display: inline-block;
	position: relative;
	width: 340px;
	padding: 30px 10px 10px 10px;
	color: #FFF;
	text-align: left;
	overflow-y: scroll;
}
.mob-panel--open .mob-panel__content {
	position: absolute;
	top: 0;
	bottom: 0;
	color: #000;
}
.mob-panel__close-wrap {
	margin-bottom: 15px;
	text-align: right;
}
.mob-panel__close {
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
}
@media (max-width: 400px) {
	.mob-panel__content {
		width: 320px;
	}
}



/**********************************************
		TEMPLATE AND BLOCKS
*********************************************/
/* Header slider */
.header-slider-wrap {
	height: 580px;
	padding-top: 105px;
	background-image: url(../img/header.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.header-slider-wrap .owl-prev,
.header-slider-wrap .owl-next {
	position: absolute;
	top: 45%;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #FFF;
	text-align: center;
}
.header-slider-wrap .owl-prev {
	left: 0;
}
.header-slider-wrap .owl-next {
	right: 0;
}
.header-slider-wrap .owl-prev i,
.header-slider-wrap .owl-next i {
	color: #67D9B9;
	line-height: 42px;
}
.header-slider-wrap .owl-dots {
	display: flex;
	-webkit-align-items: center;
			align-items: center;
	-webkit-justify-content: center;
			justify-content: center;
	margin-top: 25px;
}
.header-slider-wrap .owl-dot {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	margin: 4px;
	background: #67D9B9 !important;
}
.header-slider-wrap .owl-dot.active {
	width: 8px;
	height: 8px;
	background: #67D9B9 !important;
}
.header-slider {
	position: relative;
	width: 1130px;
	padding: 0 100px;
	margin: auto;
}
.header-slide {
	padding-bottom: 30px;
	border-radius: 6px;
	background: #FFF;
	text-align: center;
}
.header-slide__img {
	height: 209px;
	border-radius: 6px 6px 0 0;
	margin-bottom: 30px;
	background-size: cover;
	background-repeat: no-repeat;
}
.header-slide__text {
	margin-bottom: 5px;
	font-size: 15px;
	font-weight: bold;
	line-height: 25px;
}
.header-slide__img-xs {
	display: none;
}
@media (max-width: 1750px) {
	.header-slider-wrap {
		/* background-position: right bottom; */
		padding-top: 50px;
	}
}
@media (max-width: 1200px) {
	.header-slider-wrap {
		height: 450px;
		background-position: center bottom;
	}
	.header-slider {
		padding: 0;
		width: auto;
	}
	.header-slider .owl-nav {
		display: none;
	}
}
@media (max-width: 992px) {
	.header-slider-wrap {
		height: auto;
		padding: 15px 0;
		background: #F0F4F9;
	}
	.header-slide__img {
		height: auto;
		background-image: none !important;
		text-align: center;
	}
	.header-slide__img-xs {
		display: inline-block;
		max-width: 99%;
	}
}


/* User block */
.lk-block {
	position: relative;
	padding: 15px 35px 30px;
	border-radius: 6px;
	color: #FFF;
	background: #605277;
}
.lk-block img {
	position: absolute;
	right: 25px;
	top: 18px;
}
.lk-block__title {	
	padding-top: 7px;
	margin-bottom: 20px;
	font-size: 15px;
	font-weight: bold;
}
.lk-block__title a {
	color: #FFF;
}
.lk-block__profile {
	display: inline-block;
	border-bottom: 1px solid #67D9B9;
	margin-bottom: 10px;
	color: #67D9B9;
	font-size: 15px;
	font-weight: bold;
}
.lk-block__text {
	font-size: 12px;
	line-height: 18px;
}
.lk-block .btn {
	margin-top: 15px;
}


/* Cols */
.cols {
	display: flex;
	-webkit-justify-content: space-between;
			justify-content: space-between;
}
.cols__left {
	max-width: 24%;
	min-width: 24%;
	margin-right: 30px;
}
.cols__right {
	padding-top: 12px;
	max-width: 72%;
	min-width: 72%;
}
@media(max-width: 992px) {
	.cols__left {
		display: none;
	}
	.cols__right {
		max-width: 100%;
		min-width: 100%;
		padding-top: 0;
	}
}


/* Left nav */
.lnav__item {
	position: relative;
	border-radius: 6px;
	margin-bottom: 5px;
	background: #FFF;
	transition: all linear 0.2s;
}
.lnav__item:hover,
.lnav__item:focus {
	opacity: 0.9;
}
.lnav__link {
	position: relative;
	display: flex;
	-webkit-align-items: center;
			align-items: center;
	-webkit-justify-content: space-between;
			justify-content: space-between;
	height: 60px;
	padding-left: 40px;
	padding-right: 15px;
	border-radius: 6px;
	color: #000;
	font-size: 15px;
	font-weight: bold;
	line-height: 60px;
}
.lnav__link-icn {
	width: 34px;
	height: 34px;
	text-align: center;
}
.lnav__link-icn svg path {
	fill: #605277;
	transition: fill linear 0.2s;
}
.lnav__item--open .lnav__link,
.lnav__link:hover,
.lnav__link:focus,
.lnav__link--active {
	color: #67D9BA;
}
.lnav__item--open .lnav__link .lnav__link-icn svg path,
.lnav__link--active .lnav__link-icn svg path {
	fill: #67D9BA;
}
.lnav__link--red,
.lnav__link--red:hover,
.lnav__link--red:focus {
	color: #E34C4C;
}
.lnav__link--red .lnav__link-icn svg path {
	fill: transparent;
}
.lnav__link--purpure,
.lnav__link--purpure:focus,
.lnav__link--purpure:hover {
	color: #FFF !important;
	text-transform: uppercase;
	background: #605277;
}
.lnav__item--parent {
	border: 1px solid transparent;
}
.lnav__item--parent--open,
.lnav__item--parent:hover,
.lnav__item--parent:focus {
	border: 1px solid #67D9B9;
}
.lnav__item--parent .lnav__link:after {
	content: "keyboard_arrow_down";
	position: absolute;
	left: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	color: #C4C4C4;
	font-size: 16px;
	font-family: 'Material Icons';
}
.lnav__sub {
	display: none;
	padding: 0 45px;
}
.lnav__sub-item {
	margin-bottom: 15px;
}
.lnav__sub-link {
	display: block;
	line-height: 18px;
}
.lnav__sub-link--active {
	color: #67D9B9;
}
.lnav__item--open {
	border: 1px solid #67D9B9;
}
.lnav__item--open .lnav__sub {
	display: block;
}
.lnav__item--open .lnav__link:after {
	transform: rotate(180deg);
}

/* Footer */
.footer {
	height: 250px;
	padding-top: 45px;
	margin-top: -250px;
	color: #FFF;
	background: url(../img/footer.png);
}
.footer .container {
	display: flex;
	-webkit-justify-content: space-between;
			justify-content: space-between;
}
.footer__left {
	display: flex;
	-webkit-flex-direction: column;
		-ms-flex-direction: column;
			flex-direction: column;
	-webkit-justify-content: space-between;
			justify-content: space-between;
}
.footer__menu {
	padding-top: 7px;
}
.footer__menu-link {
	margin-right: 20px;
	color: #FFF;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
}
.footer__info {
	line-height: 22px;
}
.footer__info-xs {
	display: none;
}
.footer__info-link {
	color: #67D9B9;
	font-weight: bold;
	text-transform: uppercase;
}
.footer__cp a {
	color: #67D9B9;
}
.footer__right {
	position: relative;
	padding-right: 100px;
}
.footer__search {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	width: 36px;
	height: 36px;
	padding-top: 5px;
	border-radius: 50%;
	background: #67D9B9;
	text-align: center;
}
.footer__search img {
	filter: brightness(0) invert(1);
}
.footer__phone {
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: bold;
}
.footer__mail {
	border-bottom: 1px solid;
	color: #67D9B9;
	font-size: 15px;
}
.footer__address {
	margin-top: 15px;
	font-size: 15px;
	line-height: 25px;
}
.footer__address-btn {
	display: none;
}
@media (max-width: 992px) {
	.footer__right {
		padding-right: 0;
	}
	.footer__search {
		display: none;
	}
	.footer__menu-link {
		margin-right: 10px;
		font-size: 12px;
	}
	.footer__phone {
		font-size: 25px;
	}
}
@media (max-width: 767px) {
	.footer {
		position: relative;
		height: auto;
		margin-top: 0;
		padding-bottom: 50px;
	}
	.footer:after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: 10px;
		width: 140px;
		height: 5px;
		margin: auto;
		border-radius: 100px;
		background: #D6D9E4;
	}
	.footer .container {
		-webkit-flex-direction: column;
			-ms-flex-direction: column;
				flex-direction: column;
	}
	.footer__menu {
		padding-top: 0;
		display: flex;
		-webkit-flex-direction: column;
			-ms-flex-direction: column;
				flex-direction: column;
		-webkit-align-items: center;
				align-items: center;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}
	.footer__menu-link {
		margin-bottom: 20px;
		font-size: 15px;
	}
	.footer__info {
		display: none;
	}
	.footer__info-xs {
		display: block;
	}
	.footer__right {
		text-align: center;
	}
	.footer__phone {
		padding-top: 15px;
		margin-bottom: 15px;
		font-size: 30px;
	}
	.footer__address {
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		padding-top: 15px;
		margin-bottom: 25px;
	}
	.footer__address-btn {
		display: inline-block;
		border: 1px solid #67D9B9;
		margin-top: 20px;
		color: #FFF;
		background: none;
	}
	.footer__info-xs {
		line-height: 22px;
	}
	.footer__cp {
		margin-top: 15px;
	}
}



/**********************************************
		MAIN
*********************************************/
.producers {
	padding: 35px 0;
	margin-bottom: 30px;
	background: #FFF;
}
.producers__title {
	position: relative;
	padding: 0 170px;
	margin-bottom: 50px;
	text-align: center;
}
.producers__title h1 {
	margin-bottom: 0;
}
.producers__title .btn {
	position: absolute;
	right: 0;
	top: -10px;
}
.producers__slider {
	padding: 0 110px 0;
}
.producers__slider .owl-prev,
.producers__slider .owl-next {
	position: absolute;
	top: 0;
	bottom: 70px;
	width: 42px;
	height: 42px;
	border: 1px solid #67D9B9;
	border-radius: 50%;
	margin: auto;
	background: #FFF;
	text-align: center;
}
.producers__slider .owl-prev i,
.producers__slider .owl-next i {
	color: #67D9B9;
	line-height: 42px;
}
.producers__slider .owl-prev {
	left: 0;
}
.producers__slider .owl-next {
	right: 0;
}
.producers__slide .brands .brand:nth-child(6n),
.producers__slide .brands .brand:nth-child(7n),
.producers__slide .brands .brand:nth-child(8n),
.producers__slide .brands .brand:nth-child(9n),
.producers__slide .brands .brand:nth-child(10n) {
	margin-bottom: 0 !important;
}
.producers-sm {
	display: none;
}
@media (max-width: 992px) {
	.producers {
		display: none;
	}
	.producers-sm {
		display: block;
		padding: 15px 0;
		background: #FFF;
	}
	.producers-sm__title {
		display: flex;
		-webkit-justify-content: space-between;
				justify-content: space-between;
		margin-bottom: 20px;
	}
	.producers-sm__title h1 {
		margin-bottom: 0;
	}
	.producers-sm__title-all {
		display: inline-block;
		padding: 3px 5px;
		border-radius: 10px;
		color: #FFF;
		background: #67D9B9;
	}
	.producers-sm__item {
		display: flex;
		-webkit-justify-content: space-between;
				justify-content: space-between;
		-webkit-align-items: center;
				align-items: center;
		padding: 20px 0;
		border-top: 1px solid #E8E9EC;
	}
	.producers-sm__item-text {
		line-height: 25px;
	}
	.producers-sm__item-name {
		display: block;
		color: #3B414B;
		font-size: 15px;
		font-weight: bold;
	}
	.producers-sm__item-num {
		display: block;
	}
	.producers-sm__item-info {
		display: inline-block;
		padding: 5px 10px;
		border-radius: 4px;
		color: #FFF;
		font-size: 12px;
		line-height: 12px;
		background: #67D9B9;
	}
	.producers-sm__item-info--purpure {
		background: #7B6DDC;
	}
	.producers-sm__item-img {
		min-width: 140px;
		max-width: 140px;
	}
}




/**********************************************
		COMPONENTS
*********************************************/
/* Brands */
.brands {}
.brands__list {
	display: flex;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
}
.brand {
	max-width: 19%;
	min-width: 19%;
	min-height: 170px;
	margin-right: 1.25%;
	margin-bottom: 45px;
	text-align: center;
}
.brand:nth-child(5n) {
	margin-right: 0;
}
.brand__img-wrap {
	display: block;
	position: relative;
	height: 90px;
	margin-bottom: 10px;
}
.brand__img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: auto !important;
	max-width: 90%;
	max-height: 90%;
	margin: auto;
}
.brand__name {
	display: block;
	margin-bottom: 7px;
	color: #3B414B;
	font-size: 15px;
	font-weight: bold;
}
.brand__num {
	display: block;
}
.brand__info {
	display: inline-block;
	padding: 5px 7px;
	border-radius: 4px;
	margin-top: 8px;
	color: #FFF;
	background: #67D9B9;
}
.brand__info--purpur {
	background: #7B6DDC;
}
.brand__info--red {
	background: #E34C4C;
}
.brands--page .brand {
	max-width: 15%;
	min-width: 15%;
	margin-right: 2%;
	margin-bottom: 15px;
	border-radius: 5px;
	background: #fff;
}
.brands--page .brand:nth-child(6n) {
	margin-right: 0;
}
@media (max-width: 992px) {
	.brands--page .brand,
	.brands--page .brand:nth-child(6n) {
		max-width: 19%;
		min-width: 19%;
		margin-right: 1.25%;
	}
	.brands--page .brand:nth-child(5n) {
		margin-right: 0;
	}
}
@media (max-width: 767px) {
	.brands--page .brand,
	.brands--page .brand:nth-child(5n),
	.brands--page .brand:nth-child(6n) {
		max-width: 24%;
		min-width: 24%;
		margin-right: 1%;
	}
	.brands--page .brand:nth-child(4n) {
		margin-right: 0;
	}
}
@media (max-width: 540px) {
	.brands--page .brand,
	.brands--page .brand:nth-child(4n),
	.brands--page .brand:nth-child(5n),
	.brands--page .brand:nth-child(6n) {
		max-width: 32%;
		min-width: 32%;
		margin-right: 2%;
	}
	.brands--page .brand:nth-child(3n) {
		margin-right: 0;
	}
}
@media (max-width: 440px) {
	.brands--page .brand,
	.brands--page .brand:nth-child(3n),
	.brands--page .brand:nth-child(4n),
	.brands--page .brand:nth-child(5n),
	.brands--page .brand:nth-child(6n) {
		max-width: 49%;
		min-width: 49%;
		margin-right: 2%;
	}
	.brands--page .brand:nth-child(2n) {
		margin-right: 0;
	}
}


/* Page brand */
.p-brand {
	display: flex;
	-webkit-justify-content: space-between;
			justify-content: space-between;
	-webkit-align-items: flex-start;
			align-items: flex-start;
	margin-bottom: 20px;
}
.p-brand__logo {
	position: relative;
	max-width: 23%;
	min-width: 23%;
	height: 150px;
	border-radius: 6px;
	background: #FFF;
}
.p-brand__logo img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 90%;
	max-height: 90%;
	margin: auto;
}
.p-brand__text {
	max-width: 74%;
	min-width: 74%;
}
@media (max-width: 640px) {
	.p-brand__logo {
		max-width: 39%;
		min-width: 39%;
	}
	.p-brand__text {
		max-width: 59%;
		min-width: 59%;
	}
}
@media (max-width: 440px) {
	.p-brand__logo {
		max-width: 100%;
		min-width: 100%;
		margin-bottom: 10px;
	}
	.p-brand__text {
		max-width: 100%;
		min-width: 100%;
	}
}


/* News */
.news {}
.news__list {
	display: flex;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
}
.news__item {
	max-width: 24%;
	min-width: 24%;
	border-radius: 6px;
	margin-right: 1.33%;
	margin-bottom: 30px;
	background: #FFF;
}
.news__item:nth-child(4n) {
	margin-right: 0;
}
.news__item-img {
	display: block;
	height: 140px;
	border-radius: 6px 6px 0 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.news__item-info {
	padding: 12px 15px 30px;
}
.news__item-name {
	display: inline-block;
	height: 90px;
	max-height: 90px;
	margin-bottom: 10px;
	color: #3B414B;
	font-size: 15px;
	font-weight: bold;
	line-height: 25px;
}
.news__item-date {
	margin-bottom: 10px;
	color: #A5A5A5;
}
.news__item-text {
   display: -webkit-box;
   -webkit-line-clamp: 4;
   -webkit-box-orient: vertical;  
	max-height: 100px;
	font-size: 13px;
	line-height: 23px;
	text-overflow: ellipsis;
	overflow: hidden;
}
@media (max-width: 992px) {
	.news__item {
		max-width: 32%;
		min-width: 32%;
		margin-right: 2%;
	}
	.news__item:nth-child(3n) {
		margin-right: 0;
	}
	.news__item:nth-child(4n) {
		margin-right: 2%;
	}
}
@media (max-width: 767px) {
	.news__list {
		-webkit-justify-content: space-between;
				justify-content: space-between;
	}
	.news__item {
		max-width: 48%;
		min-width: 48%;
		margin-right: 0 !important;
	}
}
@media (max-width: 500px) {
	.news__item {
		max-width: 100%;
		min-width: 100%;
	}
}


/* Page new */
.p-new {}
.p-new__date {
	color: #A5A5A5;
	font-size: 15px;
}
.p-new__text {
	max-width: 80%;
}
.p-new__img {
	max-width: 100%;
}
.p-new__img-xs {
	display: none;
}
@media (max-width: 992px) {
	.p-new__img-xs {
		display: block;
		margin-bottom: 25px;
	}
	.p-new__text {
		max-width: 100%;
	}
}


/* Contacts */
.contacts__list {
	display: flex;
	-webkit-justify-content: space-between;
			justify-content: space-between;
}
.contacts__left {
	max-width: 33%;
	min-width: 33%;
	padding-top: 5px;
	margin-right: 30px;
}
.contacts__right {
	width: 100%;
}
.contacts__map {
	height: 400px;
	background: #ccc;
}
.contacts__city {
	margin-bottom: 25px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;	
}
.contacts__phone {
	display: inline-block;
	border-bottom: 1px solid;
	margin-bottom: 25px;
	font-size: 20px;
	font-weight: bold;
}
.contacts__item {
	margin-bottom: 20px;
	line-height: 23px;
}
.contacts__item-name {
	color: #9C9C9C;
}
@media (max-width: 767px) {
	.contacts__list {
		-webkit-flex-direction: column;
			-ms-flex-direction: column;
				flex-direction: column;
	}
	.contacts__left {
		position: relative;
		z-index: 10;
		max-width: 100%;
		min-width: 100%;
		padding: 20px 0 0;
		margin-bottom: 20px;
		background: #FFF;
	}
	.contacts__left:after {
		content: "";
		position: absolute;
		left: -15px;
		right: -15px;
		z-index: -1;
		top: 0;
		bottom: 0;
		background: #FFF;
	}
}


/* Delivery */
.delivery__list {
	display: flex;
	-webkit-justify-content: space-between;
			justify-content: space-between;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
}
.delivery__item {
	max-width: 48%;
	min-width: 48%;
	padding: 20px 30px;
	border-radius: 6px;
	margin-bottom: 30px;
	background: #FFF;
}
.delivery__item-city {
	margin-bottom: 20px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
.delivery__item-table {
	width: 100%;
}
.delivery__item-table tr td {
	padding: 10px 0;
}
.delivery__item-table tr td:first-child {
	padding-right: 5px;
	color: #9C9C9C;
}
.delivery__item-table tr td:last-child {
	white-space: nowrap;
	text-align: right;
}
@media (max-width: 767px) {
	.delivery__item {
		max-width: 100%;
		min-width: 100%;
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 4px;
		font-size: 12px;
	}
}


/* Products */
.products {}
.products .owl-dots {
	display: flex;
	-webkit-align-items: center;
			align-items: center;
	-webkit-justify-content: center;
			justify-content: center;
	margin-top: 25px;
}
.products .owl-dot {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	margin: 4px;
	background: #67D9B9 !important;
}
.products .owl-dot.active {
	width: 8px;
	height: 8px;
	background: #67D9B9 !important;
}
.products__list {
	display: flex;
	-webkit-align-items: flex-start;
	        align-items: flex-start;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
}
.products__list--large .product {
	max-width: 24%;
	min-width: 24%;
	margin-right: 1.33%;
}
.products__list--large .product:nth-child(4n) {
	margin-right: 0;
}
.products__list--large .product:nth-child(3n) {
	margin-right: 1.33%;
}
.owl-item .product {
	max-width: 100% !important;
	min-width: 100% !important;
}
.product {
	max-width: 31%;
	min-width: 31%;
	min-height: 450px;
	border: 1px solid #67D9B9;
	border-radius: 6px;
	margin-right: 3.5%;
	margin-bottom: 30px;
	background: #FFF;
}
.product:nth-child(3n) {
	margin-right: 0;
}
.product__img-wrap {
	position: relative;
	display: block;
	height: 200px;
}
.product .discount-notice {
	position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: 4;
}
.product__img-wrap .labels {
	max-width: 100px;
	text-align: right;
}
.product__img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	max-width: 90%;
	max-height: 90%;
	margin: auto;
}
.product__info {
	position: relative;
	min-height: 250px;
	padding: 15px 15px 0;
}
.product__name-wrap {
	height: 110px;
	margin-bottom: 15px;
	overflow: hidden;
}
.product__name {
	display: inline-block;
	max-height: 110px;
	color: #3B414B;
	font-size: 15px;
	font-weight: bold;
	line-height: 22px;
}
.product__rating-line {
	/*
	display: flex;
	-webkit-justify-content: space-between;
			justify-content: space-between;
	-webkit-align-items: flex-start;
			align-items: flex-start;
	*/
	height: 50px;
	margin-bottom: 10px;
  displaY: flex;
  justify-content: space-between;
}
.product-favorites {
  
}
.product-addfavorites {

}
.product-addfavorites svg {
  fill:#FFF;
  stroke:#ED3133;
}

.product-addfavorites--active svg {
  fill:#ED3133;
}
.product__article {
	margin-bottom: 8px;
	color: #9C9C9C;
}
.product__buy-wrap {
	margin-left: -15px;
	margin-right: -15px;
	/*
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	*/
}
.product__buy {
	position: relative;
	display: flex;
	-webkit-justify-content: space-between;
			justify-content: space-between;
	-webkit-align-items: center;
			align-items: center;
	padding: 10px 15px;
}
.product__buy:after {
	content: "";
	position: absolute;
	left: 15px;
	right: 15px;
	top: 0;
	border-top: 1px solid #E8E9EC;
}
.product__buy--cart {
	background: rgba(240, 244, 249, 0.5);
	border-radius: 6px;
}
.product__buy-left {
	line-height: 22px;
}
.product__size {
	color: #9C9C9C;
	font-size: 12px;
}
.product__stock {
	color: #3890F8;
	font-size: 12px;
}
.product__stock--red {
	color: #E34C4C;
}
.product__buy-right {
	display: flex;
	-webkit-align-items: center;
			align-items: center;
}
.product__price {
	margin-right: 10px;
	color: #3B414B;
	font-size: 18px;
	font-weight: bold;
	white-space: nowrap;
}
.product__price.nostock {
  margin-right: 33px;
}
.product__price--red {
	color: #E34C4C;
	text-align: right;
}
.product__price-old {
	font-size: 12px;
	text-decoration: line-through;
}
.product__price-percent {
	font-size: 12px;
}
.product__cart {
	width: 22px;
}
.products__all {
	margin-top: 20px;
	text-align: center;
}
@media (max-width: 1200px) {
	.products__list {
		-webkit-justify-content: space-between;
				justify-content: space-between;
	}
	.product {
		max-width: 48%;
		min-width: 48%;
		margin-right: 0;
	}
}
@media (max-width: 550px) {
	.product {
		max-width: 100%;
		min-width: 100%;
	}
}


/* P-product */
.p-product__rating-block {
	display: flex;
	-webkit-align-items: center;
			align-items: center;
}
.p-product__reviews {
	display: inline-block;
	padding: 4px 10px;
	border-radius: 10px;
	color: #3890F8;
	white-space: nowrap;
	background: #FFF;
}
.p-product__rating {
	display: flex;
	-webkit-align-items: center;
			align-items: center;
	margin-left: 10px;
	color: #FFC700;
}
.p-product__rating i {
	margin-left: 2px;
	font-size: 14px;
}
.p-product__info {
	display: flex;
	-webkit-justify-content: space-between;
			justify-content: space-between;
	margin-bottom: 55px;
}
.p-product .discount-notice {
	position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: 4;
}
.p-product__images {
	max-width: 50%;
	min-width: 50%;
}
.p-product__no-image {
	position: relative;
	width: 100%;
	height: 250px;
	border-radius: 6px;
	background: #FFF;
}
.p-product__no-image img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	max-width: 90%;
	max-height: 90%;
	margin: auto;
}
.p-product__buy {
	max-width: 45%;
	min-width: 45%;
}
.p-product__buy-item {
	display: flex;
	-webkit-justify-content: space-between;
			justify-content: space-between;
	padding: 15px;
	border-radius: 6px;
	margin-bottom: 5px;
	font-size: 12px;
	background: #FFF;
}
.p-product__article {
	margin-bottom: 7px;
	color: #9C9C9C;	
}
.p-product__bonus {
	margin-bottom: 15px;
	color: #67D9B9;
}
.p-product__size {
	margin-bottom: 7px;
	color: #9C9C9C;
}
.p-product__stock {
	color: #3890F8;
}
.p-product__stock--red {
	color: #E34C4C;
}
.p-product__buy-item-right {
	text-align: right;
}
.p-product__buy-item .counter {
	margin-bottom: 15px;
}
.p-product__price {
	display: flex;
	-webkit-justify-content: flex-end;
			justify-content: flex-end;
	-webkit-align-items: center;
			align-items: center;
	font-size: 18px;
	font-weight: bold;
}
.p-product__price--red {
	color: #E34C4C;
}
.p-product__price-in {
	display: flex;
	margin-right: 25px;
	font-size: 12px;
}
.p-product__price-percent {
	margin-left: 5px;
}
.p-product__table {
	width: 45%;
	margin-bottom: 30px;
}
.p-product__table tr td {
	width: 50%;
	padding: 13px 0;
	color: #9C9C9C;
}
.p-product__table tr td:last-child {
	color: #3B414B;
	font-weight: bold;
	text-align: right;
}
@media (max-width: 750px) {
	.p-product__no-image {
		max-width: 100%;
		min-width: 100%;
		margin-bottom: 20px;
	}
	.p-product__images {
		max-width: 100%;
		min-width: 100%;
		margin-bottom: 20px;
	}
	.p-product__info {
		-webkit-flex-direction: column;
			-ms-flex-direction: column;
				flex-direction: column;
	}
	.p-product__buy {
		max-width: 100%;
		min-width: 100%;
	}
	.p-product__rating-block {
		-webkit-flex-direction: column;
			-ms-flex-direction: column;
				flex-direction: column;
	}
	.p-product__reviews {
		margin-bottom: 3px;
	}
	.p-product__table {
		width: 100%;
		margin-bottom: 10px;
	}
}


/* Reviews */
.reviews {
	display: block;
}
.reviews__top {
	text-align: right;
	margin-bottom: 15px;
}
.reviews__list {
	display: flex;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	-webkit-justify-content: space-between;
			justify-content: space-between;
}
.review {
	max-width: 48%;
	min-width: 48%;
	padding: 20px;
	border-radius: 6px;
	margin-bottom: 15px;
	background: #FFF;
}
.review__top {
	display: flex;
	-webkit-justify-content: space-between;
			justify-content: space-between;
	margin-bottom: 10px;
}
.review__name {
	margin-bottom: 5px;
	font-weight: bold;
}
.review__date {
	color: #9C9C9C;
	font-size: 12px;
}
.review__rating {
	color: #FFC700;
}
.review__rating i {
	font-size: 14px;
}
.review__text {
	line-height: 23px;
}
@media (max-width: 750px) {
	.reviews {
		-webkit-flex-direction: column;
			-ms-flex-direction: column;
				flex-direction: column;
	}
	.review {
		max-width: 100%;
		min-width: 100%;
		margin-bottom: 5px;
	}
}


/* Modal */
.arcticmodal-container_i {
	width: 100%;
}
.arcticmodal-container_i2 {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.modal {
	position: relative;
	padding: 25px;
	border-radius: 10px;
	margin: 30px auto 0;
	background: #FFF;
}
.modal__header {
	margin-bottom: 20px;
	color: #3B414B;
	font-size: 18px;
	font-weight: bold;
}
.modal .arcticmodal-close {
	position: absolute;
	right: 0;
	top: -30px;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	line-height: 18px;
	letter-spacing: 0.2px;
	text-align: right;
	cursor: pointer;
}
.modal--search {
	width: 500px;
}
.modal--form {
	width: 500px;
}
@media (max-width: 540px) {
	.modal--form {
		width: 98%;
	}
}
.modal--form .form {
	padding: 0;
}
.modal--order {
	width: 600px;
}
@media (max-width: 640px) {
	.modal--form {
		width: 98%;
	}
}

/* Search */
.search {
	display: block;
	position: relative;
}
.search__inp {
	display: block;
	width: 100%;
	height: 40px;
	padding: 10px 50px 10px 10px;
	border: 0 none;
	border-radius: 6px;
	box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
	background: #F0F4F9;
}
.search__btn {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 10;
	height: 40px;
	border: 0 none;
	border-radius: 0 6px 6px 0;
	color: #fff;
	text-align: center;
	background: #68D2B5;
}
.search__btn img {
	filter: brightness(0) invert(1);
}


/* Form */

.form {}
.form--content {
	margin: 20px 0;
	padding: 20px;
	background: #FFF;
}
.form__header {
	margin-bottom: 20px;
	color: #3B414B;
	font-size: 18px;
	font-weight: bold;
}
.form .js-select {
	display: block;
	width: 100%;
}
.form__field {
	margin-bottom: 15px
}
.form__field--hidden {
	display: none;
}
.form__field-radio-item {
	margin-bottom: 15px;
}
.form__field-radio-item--hidden {
	display: none;
}
.form__field-name {
	margin: 0 0 10px;
	color: #A5A5A5;
	font-weight: bold;
}
.form__inp {
	width: 100%;
	height: 40px;
	padding: 0 15px;
	border: none;
	border-radius: 6px;
	box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
	background: #F0F4F9;
}
.form__text {
	width: 100%;
	height: 64px;
	border-radius: 6px;
	padding: 10px 15px;
	border: none;
	box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
	resize: none;
	background: #F0F4F9;
}
.form__field-name--line {
	display: flex;
	-webkit-justify-content: space-between;
			justify-content: space-between;
	-webkit-align-items: center;
			align-items: center;
}
.form__field-name-percent {
	display: inline-block;
	padding: 5px;
	border-radius: 4px;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	background: #E34C4C;
}
.form__field-line {
	display: flex;
	-webkit-justify-content: space-between;
			justify-content: space-between;
}
.form__field-line .btn {
	margin-left: 7px;
}
.form__inp--cart {
	width: 100%;
	padding: 0 15px;
	border: 2px solid #F0F4F9;
	border-radius: 6px;
}
.form__footer-link {
	margin-bottom: 15px;
}
@media (max-width: 750px) {
	.form {
		padding: 25px 15px 10px 15px;
		margin: 0 0 5px;
	}
}


/* Profile */
.profile {
	padding: 15px;
	border-radius: 10px;
	margin: 15px auto;
	background: #FFF;
}
.profile .form {
	max-width: 400px;
	padding: 0;
}

.bonunes {
	margin-bottom: 20px;
	font-size: 20px;
}


/* Horizontal navВ */
.h-nav {
	margin-bottom: 20px;
	border-radius: 6px;
	color: #fff;
	background: #67D9B9;
}
.h-nav__mob-btn {
	display: none;
}
.h-nav__items {
	display: flex;
}
.h-nav__item {
	display: block;
	width: 100%;
	border-left: 0 none;
	overflow: hidden;
}
.h-nav__items .h-nav__item:first-child {
	border-radius: 6px 0 0 6px;
}
.h-nav__items .h-nav__item:last-child {
	border-left: 0 none;
	border-radius: 0 6px 6px 0;
}
.h-nav__link {
	display: block;
	width: 100%;
	padding: 12px;
	border-bottom: 0 none;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	text-align: center;
}
.h-nav__link:hover, .h-nav__link:focus,  .h-nav__link--active {
	color: #fff;
	background: #68D2B5;
}
@media (max-width: 767px) {
	.h-nav__mob-btn {
		display: block;
		position: relative;
		padding: 15px;
		cursor: pointer;
	}
	.h-nav__mob-btn-text {
		display: block;
		padding-left: 30px;
		font-size: 14px;
	}
	.h-nav__mob-btn-icn {
		position: absolute;
		right: 10px;
		top: 10px;
	}
	.h-nav__items {
		display: none;
	}
	.h-nav--open .h-nav__items {
		display: block;
	}
	.h-nav__item {
		display: block;
		border-top: 1px solid #ccc;
	}
	.h-nav__items:last-child {
		border-bottom: 1px solid #ccc;
	}
}


/**********************************
	Filter
**********************************/
.filter {
	padding: 15px;
	border-radius: 6px;
	margin-bottom: 30px;
	background: #FFF;
}
.filter__line {
	margin-bottom: 15px;
}
.filter .filter__line:last-child {
	margin-bottom: 0;
}
.filter__close-wrap {
	display: none;
}
.filter__header {
	margin-bottom: 10px;
	color: #A5A5A5;
	font-size: 12px;
}
.filter__header-icn {
	display: none;
}
.filter__fields {
	display: flex;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
}
.filter__field {
	max-width: 24.5%;
	min-width: 24.5%;
	margin-right: 0.66%;
	margin-bottom: 15px;
}
.filter__field-caption {
	margin-bottom: 5px;
	color: #A5A5A5;
	font-size: 12px;
}
.filter__field--hidden {
	display: none;
}
.filter__fields .filter__field:nth-child(4n) {
	margin-right: 0 !important;
}
.filter__fields-more {
	display: inline-flex;
	-webkit-align-items: center;
			align-items: center;
	padding-left: 3px;
}
.filter__fields-more i {
	margin-right: 5px;
	font-size: 14px;
}
.filter__sliders {
	display: flex;
	-webkit-justify-content: space-between;
			justify-content: space-between;
	margin-top: 15px;
}
.filter__slider {
	display: flex;
	-webkit-justify-content: space-between;
			justify-content: space-between;
	-webkit-align-items: flex-start;
	        align-items: flex-start;
	max-width: 47%;
	min-width: 47%;
}
.filter__slider-name {
	max-width: 25%;
	min-width: 25%;
	padding-right: 10px;
	color: #A5A5A5;
	font-size: 12px;
	line-height: 18px;
}
.filter__slider-in {
	max-width: 75%;
	min-width: 75%;
	padding-top: 7px;
}
.filter__slider-vals {
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	-webkit-align-items: flex-start;
	        align-items: flex-start;
	height: 25px;
	margin-top: 15px;
	text-align: center;
}
.filter__slider-val {
	max-width: 47%;
	min-width: 47%;
	color: #3B414B;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.2px;
	text-align: left;
}
.filter__slider-vals .filter__slider-val:last-child {
	text-align: right;
}
.filter__slider-in .ui-slider {
	position: relative;
}
.filter__slider-in .ui-widget-content {
	height: 6px;
	border: none;
	box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	background: #F0F4F9;
}
.filter__slider-in .ui-slider .ui-slider-range {
	display: block;
	position: absolute;
	z-index: 1;
	height: 6px;
	border-radius: 0;
	background: #67D9B9;
}
.filter__slider-in .ui-slider .ui-slider-handle {
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: 1px solid #E3E3E3;
	background: #FFF;
}
.filter__slider-in .ui-slider-horizontal .ui-slider-handle {
	position: absolute;
	top: -4px;
	z-index: 2;
	margin-left: -7px;
}
.filter__mob-btns {
	display: none;
}





/* JS selects */
.js-select .select2-container {
	width: 100% !important;
}
.select2-container--default .select2-selection--single, 
.select2-container--default .select2-selection--multiple {
	border: none;
	border-radius: 6px;
	background: #F0F4F9;
}
.js-select--white .select2-container--default .select2-selection--single,
.js-select--white .select2-container--default .select2-selection--multiple {
	border-radius: 4px;
	background: #FFF;
}
.js-select--white .select2-container--default .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: none;
}
.select2-container .select2-selection--single {
	padding: 1px 0;
	height: auto;
	min-height: 32px;
}
.select2-container .select2-selection--multiple {
	padding: 1px 0;
	min-height: 32px;
}
.js-select--white .select2-container .select2-selection--single,
.js-select--white .select2-container .select2-selection--multiple {
	min-height: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	color: #000;
	line-height: 28px;
}
.js-select--white .select2-container--default .select2-selection--single .select2-selection__rendered,
.js-select--white .select2-container--default .select2-selection--multiple .select2-selection__rendered {
	color: #605277;
	line-height: 28px;
}
.select2-container .select2-selection--single .select2-selection__rendered,
.select2-container .select2-selection--multiple .select2-selection__rendered {
	padding: 5px 10px 5px 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    left: 0;
	right: auto;
	top: 0;
	bottom: 0;
	height: 30px;
	margin: auto;
}
.select2-container--default .select2-selection--multiple .select2-selection__arrow {
	position: absolute;
    top: 8px;
    left: 2px;
	right: auto;
	height: 30px;
}
.select2-container--default .select2-selection--multiple .select2-selection__arrow .svg-icons svg {
	width: 16px;
	height: 16px;
}
.select2-container--default .select2-selection--multiple .select2-selection__arrow .svg-icons svg path:first-child {
	stroke: #C4C4C4;
}
.js-select--white .select2-container--default .select2-selection--single .select2-selection__arrow,
.js-select--white .select2-container--default .select2-selection--multiple .select2-selection__arrow {
	left: 0px;
	right: auto;
	top: 0;
	bottom: 0;
	height: 20px;
	margin: auto;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b,
.select2-container--default .select2-selection--multiple .select2-selection__arrow b {
	border-color: #C4C4C4 transparent transparent transparent;
	border-width: 4px 3px 0 3px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b,
.select2-container--default.select2-container--open .select2-selection--multiple .select2-selection__arrow b {
	border-color: transparent transparent #C4C4C4 transparent;
	border-width: 0 3px 4px 3px;
}
.select2 .selection .select2-selection--multiple .select2-selection__choice {
	display: inline-block !important;
	position: relative;
	padding: 2px 6px 2px 20px;
	border-color: #67D9B9;
	border-radius: 4px;
	margin: 0 5px 5px 0;
	font-size: 14px;
    line-height: 14px;
	background: rgba(103, 217, 185, 0.2);
}
.select2 .selection .select2-selection--multiple .select2-selection__choice[title=""] {
	display: none !important;
}
.select2 .selection .select2-selection--multiple .select2-selection__choice__remove {
	position: absolute;
	left: 0;
	top: 0;
	height: 20px;
	padding: 1px 3px 1px 6px;
	color: #ec7062;
	font-size: 14px;
	line-height: 15px;
	vertical-align: top;
}
.select2 .selection .select2-selection--multiple .select2-search.select2-search--inline {
	width: 100%;
}
.select2 .selection .select2-selection--multiple .select2-selection__choice ~ .select2-search.select2-search--inline {
	position: absolute;
	width: 0;
	height: 0;
}
.select2 .selection .select2-selection--multiple .select2-selection__choice ~ .select2-search.select2-search--inline .select2-search__field {
	display: none !important;
}
.select2-container--default .select2-search--inline .select2-search__field {
	width: auto !important;
	margin-top: 4px;
}
.select2-dropdown .select2-results__option[aria-disabled="true"],
.select2-container--default .select2-dropdown .select2-results__option[aria-disabled="true"] {
    display: none;
}
.select2-container--disabled .selection .select2-selection {
	background: #CCD3D7 !important;
}
@media (max-width: 992px) {
	.js-select--white .select2-container .select2-selection--single,
	.js-select--white .select2-container .select2-selection--multiple {
		height: 32px;
	}
	.js-select--white .select2-container--default .select2-selection--single .select2-selection__rendered,
	.js-select--white .select2-container--default .select2-selection--multiple .select2-selection__rendered {
		color: #000;
		line-height: 32px;
	}
	.js-select--white .select2-container--default .select2-selection--single .select2-selection__arrow,
	.js-select--white .select2-container--default .select2-selection--multiple .select2-selection__arrow {
		left: 0;
		right: auto;
		height: 32px;
	}
}



@media (max-width: 992px) {
	.filter {
	    position: fixed;
	    left: 0;
	    right: 0;
	    top: 0;
	    bottom: 0;
	    z-index: 300;
	    width: 0;
	   	padding: 0;
	   	border-radius: 0;
	   	margin: 0;
	    overflow: hidden;
	    background: transparent;
	}
	.filter--open {
		left: 0;
	    top: 0;
	    width: 100%;
	}
	.filter__overlay {
		position: absolute;
	    left: 0;
	    right: 0;
	    top: 0;
	    bottom: 0;
	    background: rgba(96, 82, 119, 0.5);
	    backdrop-filter: blur(20px);
	    opacity: 0;
	    transition: opacity 0.3s ease;
	    visibility: hidden;
	}
	.filter--open .filter__overlay {
    	opacity: 1;
    	visibility: visible;
	}
	.filter__in {
		display: block;
		position: absolute;
	    top: 0;
	    bottom: 0;
	    width: 340px;
	    padding: 30px 10px 10px 10px;
	    color: #FFF;
	    text-align: left;
	    overflow-y: scroll;
	}
	.filter__close-wrap {
		display: block;
		margin-bottom: 15px;
		text-align: right;
	}
	.filter__close {
		color: #FFF;
		font-size: 12px;
		font-weight: bold;
	}
	.filter__header {
		display: block;
		position: relative;
		height: 60px;
		padding: 15px 60px 15px 40px;
		border-radius: 6px;
		margin-bottom: 5px;
		color: #FFF;
		font-size: 15px;
		text-transform: uppercase;
		line-height: 28px;
		background: #3890F8;
	}
	.filter__header-icn {
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 20px;
		width: 20px;
		height: 20px;
		margin: auto;
		color: #FFF;
		font-size: 20px;
	}
	.filter__fields {
		display: block;
	}
	.filter__fields-more {
		display: none !important;
	}
	.filter__field {
		display: block;
		max-width: 100%;
		min-width: 100%;
		margin-bottom: 5px;
		border-right: 6px;
	}
	.filter__field--hidden {
		display: block !important;
	}
	.filter__field-content .select2-container--default .select2-selection--multiple {
		padding: 10px 15px 10px 40px;
		border-radius: 6px;
		background: #FFF;
	}
	.filter__field-content .select2-container .select2-selection--multiple {
		min-height: 60px;
	}
	.filter__field-content .select2-container .select2-selection--multiple .select2-selection__rendered {
		padding: 2px 0;
		color: #000;
		font-size: 15px;
		line-height: 28px;
	}
	.filter__field-content .select2-container--default .select2-search--inline .select2-search__field {
		opacity: 1;
		color: #000;
		font-size: 15px;
		line-height: 28px;
	}
	.filter__field-content .select2-container--default .select2-search--inline .select2-search__field::-webkit-input-placeholder {
		color: #000;
	}
	.filter__field-content .select2-container--default .select2-search--inline .select2-search__field:-ms-input-placeholder {
		color: #000;
	}
	.filter__field-content .select2-container--default .select2-search--inline .select2-search__field::-ms-input-placeholder {
		color: #000;
	}
	.filter__field-content .select2-container--default .select2-search--inline .select2-search__field::placeholder {
		color: #000;
	} 
	.filter__field-content .select2-container--default .select2-selection--multiple .select2-selection__arrow {
		position: absolute;
	    left: 10px;
	    top: 20px;
	}
	.filter__sliders {
		display: block;
		margin: 0;
	}
	.filter__slider {
		display: block;
		max-width: 100%;
		min-width: 100%;
		padding: 18px 10px;
		margin: 0 0 5px;
		border-right: 6px;
		background: #FFF;
	}
	.filter__slider-name {
		max-width: 100%;
		min-width: 100%;
		margin-bottom: 10px;
		color: #000;
		font-size: 15px;
		line-height: 28px;
	}
	.filter__slider-in {
		max-width: 100%;
		min-width: 100%;
	}
	.filter__mob-btns {
		display: flex;
		-webkit-justify-content: space-between;
		        justify-content: space-between;
	}
	.filter__mob-btns .btn {
		display: block;
		max-width: 49%;
		min-width: 49%;
		text-align: center;
	}
}
@media (max-width: 400px) {
	.filter__in {
		width: 320px;
	}
}


.order-rapeat__bottom .alert {
	margin-top: 10px;
}

.modal .cities__list {
    columns: 2;
    page-break-inside: avoid;
}

.modal .cities__item {
    padding: 5px 0;
}

.top_h1 {
    margin: 0;
    font-weight: 100;
    font-size: 13px;
}


.add-products {
  margin-top: 30px;
}
.add-products h2 {
  text-align:center;
  font-size: 24px;
}

.spoiler__hiddened {
  display: none;
}
.read__more {
  display: table;
}

.p-product__buy--flex {
  display: flex;
  flex-wrap: wrap;
  margin:0 -10px;
  max-width: unset;
  min-width: unset;
}
.p-product__variant {
  background:#fff;
  
  height: 40px;
  display: flex;
  align-items:center;
  font-weight: bold;
  margin:0 8px 10px;
  color:#000;
}
.p-product__variant a {
  padding:4px 14px;
  color:inherit;
}
.p-product__variant--active {
  background:#35aa86;
  color:#fff;
}
.p-product__buy--oneproduct {
  width: 45%;
}
.p-product__buy--one {
  width: 100%;
  max-width: unset;
  min-width: unset;
}
.p-product__sub {
  font-weight: bold;
  font-size: 15px;
  display: block;
  margin-bottom: 10px;
}
@media(max-width: 450px) {
  .mob-top__logo img {
    width: 70%;
  }
  .top__favorites--mob {
    right: 53px;
    top: 4px;    
  }
}
@media(max-width: 768px) {
  .p-product__buy--oneproduct {
    width: 100%;
  }
}





