
.hidden {
	display: none !important;
}

.header {
	position: relative;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 30px rgba(33,33,33,.05);
	box-shadow: 0 3px 30px rgba(33,33,33,.05);
	z-index: 101;
}

@media (min-width:768px) {
	.header {
		padding-bottom: 5px;
	}
}

.header__top {
	padding: 15px 0;
	border-bottom: 1px solid #dbdbdb;
}

@media (max-width:767px) {
	.header__top {
		padding: 10px 0;
	}
}
@media (min-width: 451px) and (max-width:575px) {
	.header__top {
		display: none;
	}
}

@media (max-width:575px) {
	.header__topright {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.header__bottom {
	position: relative;
	padding: 15px 0 0 0;
}

@media (min-width: 451px) and (max-width:767px) {
	.header__bottom {
		padding: 0;
	}
}

.header__botleft {
	position: static;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.header__botright {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (min-width: 768px) and (max-width: 991px) {
	.header-nav {
		margin-bottom: 10px;
	}
}

@media (max-width:575px) {
	.header-nav nav {
		height: 0;
		overflow: hidden;
		-webkit-transition: height .5s;
		-o-transition: height .5s;
		transition: height .5s;
	}
}

@media (min-width:576px) {
	.header-nav ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

@media (min-width:1200px) {
	.header-nav ul {
		margin: 0 -40px;
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.header-nav ul {
		margin: 0 -30px;
	}
}

@media (min-width:576px) and (max-width:991px) {
	.header-nav ul {
		margin: 0 -10px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

@media (max-width:575px) {
	.header-nav ul {
		padding: 5px 0;
	}
}

@media (min-width:1200px) {
	.header-nav ul li {
		padding: 0 40px;
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.header-nav ul li {
		padding: 0 30px;
	}
}

@media (min-width:576px) and (max-width:991px) {
	.header-nav ul li {
		padding: 0 10px;
	}
}

@media (max-width:575px) {
	.header-nav ul li {
		text-align: center;
		padding: 7px 0;
	}

	.header-nav ul li:not(:last-child) {
		border-bottom: 1px solid #eee;
	}
}

.header-nav ul li a {
	font-size: 14px;
	line-height: 1.3;
	font-weight: 400;
	color: #212121;
	text-decoration: none;
	-webkit-transition: color .5s;
	-o-transition: color .5s;
	transition: color .5s;
}

.header-nav ul li a:hover {
	color: #01c1c2;
}

.header-sign {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	position: relative;
	font-size: 14px;
	line-height: 1.3;
	font-weight: 500;
	color: #212121;
	padding-top: 6px;
}

@media (min-width: 1200px) {
	.header-sign {
		font-size: 13px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.header-sign {
		margin-top: 6px
	}
}

@media (max-width: 767px) {
	.header-sign {
		padding: 10px 0;
	}
}

.header-sign i svg {
	display: block;
	width: 16px;
	height: 16px;
	fill: #00BBC1;
	margin-right: 6px;
}

.header-sign a {
	color: #212121;
	text-decoration: none;
	/* text-transform: uppercase; */
	-webkit-transition: color .5s;
	-o-transition: color .5s;
	transition: color .5s;
	max-width: 120px;
	overflow: hidden;
	white-space: nowrap;
}

@media (min-width: 1200px) {
	.header-sign a {
		max-width: 78px;
	}
}

@media (max-width: 1199px) {
  .header-sign a {
    max-width: 120px;
  }
}

.header-sign a:hover {
	color: #01c1c2;
}

.header-sign span {
	margin: 0 7px;
}

.header-logo {
    -ms-flex-negative: 0;
        flex-shrink: 0;
}


@media (min-width: 451px) and (max-width: 767px) {
	.header-logo {
		width: 100%;
		margin-bottom: 20px;
		-webkit-box-ordinal-group:  2;
		    -ms-flex-order:  1;
		        order:  1;
	}
}

.header-logo a img {
	display: block;
	max-width: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
	.header-logo {
		position: absolute;
		left: 50%;
		top: -56px;
		margin-left: -100px;
	}
	.header-logo a img {
		width: 200px;
	}
}

.header-catalog {
	position: static;
	/* width: 100%; */
	position: relative;
	color: #01c1c2;
	background-color: #fff;
	border: 2px solid #01c1c2;
	border-radius: 25px;
	-webkit-transition: background-color .5s,-webkit-border-radius .5s, color .5s, border-color .5s;
	-webkit-transition: background-color .5s,color .5s, border-color .5s;
	-o-transition: background-color .5s,color .5s, border-color .5s;
	transition: background-color .5s,color .5s, border-color .5s;
}

@media (max-width:767px) {
	.header-catalog {
		margin-bottom: 15px;
	}
}

@media (min-width: 451px) and (max-width:767px) {
	.header-catalog {
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
	}
}

.header-catalog.-active,.header-catalog:hover {
	background-color: #01c1c2;
	color: #fff;
}

.header-catalog.-active {
	border-radius: 25px 25px 0 0;
}

.header-catalog__title {
	position: relative;
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: .1em;
	text-transform: uppercase;
	padding: 14px 40px 14px 56px;
	cursor: pointer;
	background-color: #1F9B9F;
	border-radius: 6px;
	color: #fff;
	-webkit-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	transition: background-color 0.5s;
}
.header-catalog__title:hover {
     background-color: #01c1c2;
}

.header-catalog__title:after,.header-catalog__title:before {
	content: "";
	position: absolute;
	top: 50%;
	background-image: url(../img/header-in_icons.png);
	background-repeat: no-repeat;
}

.header-catalog__title:before {
	width: 20px;
	height: 14px;
	left: 20px;
	margin-top: -7px;
	background-position: -90px 0;
}

@media(min-width: 451px) and (max-width: 1199px) {
	.header-catalog__title {
		letter-spacing: 0;
		padding: 14px 20px 14px 40px;
	}
	.header-catalog__title:before {
		left: 10px;
	}
}

.header-catalog__dropdown {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
	opacity: 0;
	height: 0;
	overflow: hidden;
	z-index: 2;
	-webkit-transition: opacity .5s,height .5s,-webkit-transform .5s;
	transition: opacity .5s,height .5s,-webkit-transform .5s;
	-o-transition: transform .5s,opacity .5s,height .5s;
	transition: transform .5s,opacity .5s,height .5s;
	transition: transform .5s,opacity .5s,height .5s,-webkit-transform .5s;
}

.header-catalog__dropdown ul {
	padding: 10px 0;
	background-color: #01a8a9;
	border-radius: 0 0 15px 15px;
}

.header-catalog__dropdown ul li {
	font-size: 14px;
	line-height: 1.3;
	font-weight: 400;
	color: #fff;
}

.header-catalog__dropdown ul li a {
	color: #fff;
	text-decoration: none;
	display: block;
	background-color: #01a8a9;
	padding: 7px 15px;
	-webkit-transition: background-color .5s;
	-o-transition: background-color .5s;
	transition: background-color .5s;
}

.header-catalog__dropdown ul li a:hover {
	background-color: #01c1c2;
}

.header-catalog:not(.-active) .header-catalog__dropdown {
	height: 0!important;
}

.header-catalog.-active .header-catalog__dropdown {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

body.-menu-opened .header-catalog__title:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

@media (min-width: 451px) and (max-width:767px) {
	.header-bar {
		width: 100%;
	}
}

@media (max-width:767px) {
	.header-bar {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}

@media (min-width: 451px) and (max-width:767px) {
	.header-bar {
		-webkit-box-ordinal-group: 1;
		    -ms-flex-order: 0;
		        order: 0;
		margin-bottom: 20px;
	}
}
@media (min-width: 451px) and (max-width:575px) {
	.header-bar {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
	}
}
@media (min-width:992px) and (max-width:1199px) {
	.header-bar__contact {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

@media (max-width:575px) {
	.header-bar__contact {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

.header-bar__city {
	font-size: 14px;
	line-height: 1.3;
	font-weight: 400;
	color: #212121;
	margin-bottom: 5px;
}

@media (min-width:992px) and (max-width:1199px) {
	.header-bar__city {
		/* margin-right: 10px; */
		margin-bottom: 0;
	}
}

@media (max-width:575px) {
	.header-bar__city {
		margin-right: 5px;
		margin-bottom: 0;
		font-size: 13px;
	}
}

.header-bar__phone {
	padding: 5px 0;
}

.header-bar__phone a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	line-height: 1.3;
	font-weight: 500;
	color: #212121;
	text-decoration: none;
	white-space: nowrap;
	-webkit-transition: color .5s;
	-o-transition: color .5s;
	transition: color .5s;
}

@media (max-width:575px) {
	.header-bar__phone a {
		font-size: 16px;
		padding-left: 25px;
	}
}


.header-bar__phone a:hover {
	color: #01c1c2;
}

.header-bar__schedule {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	padding-top: 6px;
}

.header-bar__schedule i {
	margin-right: 6px;
}

.header-bar__schedule i svg {
	display: block;
	width: 16px;
	height: 16px;
	fill: #00BBC1;
}


@media (max-width:575px) {
	.header-bar__schedule {
		text-align: center;
	}
}

.header-bar__schedule span {
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-size: 14px;
	line-height: 1.3;
	color: #212121;
	padding: 5px 0 5px 30px;
}

.header-bar__schedule ul {
	font-size: 14px;
	line-height: 1.3;
	font-weight: 500;
	text-transform: uppercase;
	color: #000;
}

@media (min-width: 1200px) {
    .header-bar__schedule ul {
        font-size: 13px;
    }
}

@media (min-width: 992px),
(max-width: 767px) {
	.header-bar__schedule ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin: 0 -6px;
	}

	.header-bar__schedule ul li {
		margin: 0 6px;
		white-space: nowrap;
	}	
}


@media (max-width: 1199px) {
	.header-bar__schedule span br {
		display: none;
	}
}

.header-bar__schedule span:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	background: url(../img/header-in_icons.png) no-repeat 0 -18px;
}

.header-bar__tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: center;
}

.header-bar__tabs a {
	display: block;
	position: relative;
	font-size: 14px;
	line-height: 1.3;
	font-weight: 500;
	color: #212121;
	text-decoration: none;
	text-align: center;
	padding: 4px 0 0;
	-webkit-transition: color .5s;
	-o-transition: color .5s;
	transition: color .5s;
}

.header-bar__tabs a i {
	display: block;
	width: 28px;
	height: 24px;
	margin: 0 auto 5px;
}

.header-bar__tabs a i svg {
	width: 100%;
	height: 100%;
	fill: #000;
	-webkit-transition: fill 0.5s;
	-o-transition: fill 0.5s;
	transition: fill 0.5s;
}

.header-bar__tabs a:hover i svg {
	fill: #01c1c2;
}

@media (max-width:575px) {
	.header-bar__tabs a {
		margin: 0 10px;
	}
}

.header-bar__tabs a:hover {
	color: #01c1c2;
}

.header-bar__tabs a.-compare:before {
	width: 18px;
	height: 18px;
	margin-top: -8px;
	background-position: -37px 0;
}

.header-bar__tabs a.-favorite:before {
	width: 18px;
	height: 16px;
	margin-top: -8px;
	background-position: -37px -18px;
}

.header-bar__tabs a span.-amount {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: rgba(0,187,193,0.9);
	font-size: 10px;
	font-weight: 500;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: 10px;
}

@media (max-width:575px) {
	.header-bar__tabs a span.-label {
		display: none;
	}
}
@media (min-width: 1200px) {
	.header-bar__tab:not(:last-child) {
		margin-right: 50px;
	}
}
@media (max-width: 1199px) {
	.header-bar__tab:not(:last-child) {
		margin-right: 30px;
	}
}

.header-bar__cart {
	padding: 22px 0 5px 0;
}

.header-bar__cart a {
	position: relative;
	vertical-align: top;
	text-decoration: none;
	padding-left: 44px;
}

.header-bar__cart a:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../img/header-in_icons.png) no-repeat -55px 0;
	width: 35px;
	height: 33px;
}

.header-bar__cart a span.-cost {
	font-size: 14px;
	line-height: 1.3;
	font-weight: 400;
	color: #212121;
	white-space: nowrap;
	-webkit-transition: color .5s;
	-o-transition: color .5s;
	transition: color .5s;
}

@media (max-width:575px) {
	.header-bar__cart a span.-cost {
		display: none;
	}
}

.header-bar__cart a span.-amount {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: rgba(0,187,193,0.9);
	font-size: 10px;
	font-weight: 500;
	color: #fff;
	position: absolute;
	left: 23px;
	top: -10px;
}
@media (max-width:450px) {
	.header-bar__cart a span.-amount {
	    top: -4px;
	    left: 21px;
	    width: 22px;
	    height: 22px;
	}
}
.header-bar__cart a:hover span.-cost {
	color: #01c1c2;
}
@media (min-width:768px) {
	.header-search {
		margin-right: 30px;
	}
}
@media (max-width:767px) {
	.header-search {
		margin-bottom: 15px;
	}
}
@media (max-width: 450px) {
	.header-search {
		margin-bottom: 10px;
	}
}

@media (min-width: 451px) and (max-width:767px) {
	.header-search {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
}

.header-search form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.header-search form input {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 14px;
	line-height: 1.3;
	color: #212121;
	padding: 15px 65px 15px 18px;
	border: 1px solid #e1e3e6;
	border-radius: 100px;
	background-color: #f7f9fc;
	-webkit-transition: background-color .5s;
	-o-transition: background-color .5s;
	transition: background-color .5s;
}

.header-search form input:focus {
	background-color: #fff;
}

.header-search form button {
	position: relative;
	font-size: 14px;
	line-height: 1.3;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: .1em;
	color: #fff;
	text-transform: uppercase;
	border: 0 none;
	border-radius: 100px;
	padding: 16px 30px;
	margin-left: -50px;
	color: #01c1c2;
	background-color: #fff;
	border: 2px solid;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-transition: background-color .5s, color .5s, border-color .5s;
	-o-transition: background-color .5s, color .5s, border-color .5s;
	transition: background-color .5s, color .5s, border-color .5s;
	z-index: 1;
	cursor: pointer;
}

@media (max-width:575px) {
	.header-search form button {
		padding: 16px 20px;
	}
}

.header-search form button:hover {
	background-color: #01c1c2;
	color: #fff;
	border-color: #01c1c2;
}

.hamburger {
	display: inline-block;
	cursor: pointer;
	-webkit-transition-property: opacity,-webkit-filter;
	transition-property: opacity,-webkit-filter;
	-o-transition-property: opacity,filter;
	transition-property: opacity,filter;
	transition-property: opacity,filter,-webkit-filter;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	   transition-duration: .15s;
	-webkit-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	   transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	padding: 0;
	margin: 0;
	overflow: visible;
}

@media (min-width:576px) {
	.hamburger {
		display: none;
	}
}

.hamburger span {
	font-size: 20px;
	line-height: 23px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}

.hamburger-box {
	width: 28px;
	height: 22px;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.hamburger-inner {
	display: block;
	bottom: 0;
	-webkit-transition-duration: .13s;
	-o-transition-duration: .13s;
	   transition-duration: .13s;
	-webkit-transition-delay: .13s;
	-o-transition-delay: .13s;
	   transition-delay: .13s;
	-webkit-transition-timing-function: cubic-bezier(.55,.055,.675,.19);
	-o-transition-timing-function: cubic-bezier(.55,.055,.675,.19);
	   transition-timing-function: cubic-bezier(.55,.055,.675,.19);
}

.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before {
	width: 28px;
	height: 2px;
	background-color: #1F9B9F;
	position: absolute;
	-webkit-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
}

.hamburger-inner:after,.hamburger-inner:before {
	content: "";
	display: block;
}

.hamburger-inner:before {
	top: -10px;
	-webkit-transition: top .12s .2s cubic-bezier(.33333,.66667,.66667,1),-webkit-transform .13s cubic-bezier(.55,.055,.675,.19);
	transition: top .12s .2s cubic-bezier(.33333,.66667,.66667,1),-webkit-transform .13s cubic-bezier(.55,.055,.675,.19);
	-o-transition: top .12s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19);
	transition: top .12s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19);
	transition: top .12s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19),-webkit-transform .13s cubic-bezier(.55,.055,.675,.19);
}

.hamburger-inner:after {
	top: -20px;
	-webkit-transition: top .2s .2s cubic-bezier(.33333,.66667,.66667,1),opacity .1s linear;
	-o-transition: top .2s .2s cubic-bezier(.33333,.66667,.66667,1),opacity .1s linear;
	transition: top .2s .2s cubic-bezier(.33333,.66667,.66667,1),opacity .1s linear;
}

.hamburger.is-active .hamburger-inner {
	-webkit-transform: translate3d(0,-8px,0) rotate(-45deg);
	transform: translate3d(0,-8px,0) rotate(-45deg);
	-webkit-transition-delay: .22s;
	-o-transition-delay: .22s;
	   transition-delay: .22s;
	-webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
	-o-transition-timing-function: cubic-bezier(.215,.61,.355,1);
	   transition-timing-function: cubic-bezier(.215,.61,.355,1);
}

.hamburger.is-active .hamburger-inner:after {
	top: 0;
	opacity: 0;
	-webkit-transition: top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s .22s linear;
	-o-transition: top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s .22s linear;
	transition: top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s .22s linear;
}

.hamburger.is-active .hamburger-inner:before {
	top: 0;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: top .1s .16s cubic-bezier(.33333,0,.66667,.33333),-webkit-transform .13s .25s cubic-bezier(.215,.61,.355,1);
	transition: top .1s .16s cubic-bezier(.33333,0,.66667,.33333),-webkit-transform .13s .25s cubic-bezier(.215,.61,.355,1);
	-o-transition: top .1s .16s cubic-bezier(.33333,0,.66667,.33333),transform .13s .25s cubic-bezier(.215,.61,.355,1);
	transition: top .1s .16s cubic-bezier(.33333,0,.66667,.33333),transform .13s .25s cubic-bezier(.215,.61,.355,1);
	transition: top .1s .16s cubic-bezier(.33333,0,.66667,.33333),transform .13s .25s cubic-bezier(.215,.61,.355,1),-webkit-transform .13s .25s cubic-bezier(.215,.61,.355,1);
}

.nav-catalog {
	height: 0;
	opacity: 1;
	overflow: hidden;
	-webkit-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
}

@media (min-width:768px) {
	.nav-catalog {
		position: absolute;
		left: 0;
		top: 100%;
		width: 100%;
		z-index: 101;
	}
}

@media (min-width:1200px) {
	.nav-catalog {
		margin-top: -75px;
	}
}

@media (max-width:767px) {
	.nav-catalog {
		margin: 0 -15px;
	}
}

.nav-catalog nav {
	width: 100%;
}

.nav-catalog nav>ul {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.nav-catalog nav>ul>li {
	background-color: #f7f9fc;
	-webkit-transition: background-color .5s;
	-o-transition: background-color .5s;
	transition: background-color .5s;
}

@media (min-width:768px) {
	.nav-catalog nav>ul>li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

@media (max-width:767px) {
	.nav-catalog nav>ul>li {
		width: 100%;
	}
}

.nav-catalog nav>ul>li:not(:last-child) {
	border-bottom: 1px solid #e1e3e6;
}

@media (min-width:768px) {
	.nav-catalog nav>ul>li.isActive {
		background-color: #fff;
	}
}

@media (min-width:768px) {
	.nav-catalog nav>ul>li.isActive .nav-catalog__submenu {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		opacity: 1;
		-webkit-transition: opacity 0s;
		-o-transition: opacity 0s;
		transition: opacity 0s;
	}
}

.nav-catalog nav>ul>li>a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	text-decoration: none;
	-webkit-transition: background-color .5s;
	-o-transition: background-color .5s;
	transition: background-color .5s;
	padding: 10px 15px;
}

@media (min-width:768px) {
	.nav-catalog nav>ul>li>a {
		width: 300px;
	}
}

@media (max-width:767px) {
	.nav-catalog nav>ul>li>a {
		width: 100%;
	}
}

.nav-catalog nav>ul>li>a>span.-ico {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 40px;
	margin-right: 7px;
}

.nav-catalog nav>ul>li>a>span.-ico img {
	max-width: 100%;
}

.nav-catalog nav>ul>li>a>span.-title {
	font-size: 14px;
	line-height: 1.6;
	font-weight: 300;
	color: #212121;
}

.nav-catalog nav>ul>li>a>span.-title.-bold {
	font-weight: 700;
}

.nav-catalog__submenu {
	background-color: #fff;
}

@media (min-width:768px) {
	.nav-catalog__submenu {
		position: absolute;
		left: 300px;
		right: 0;
		top: 0;
		bottom: 0;
		padding: 25px;
		height: auto!important;
		background-color: #fff;
		-webkit-transform-origin: 0 0;
		-ms-transform-origin: 0 0;
		transform-origin: 0 0;
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
		opacity: 0;
		-webkit-transition: opacity 0s,-webkit-transform 0s;
		transition: opacity 0s,-webkit-transform 0s;
		-o-transition: transform 0s,opacity 0s;
		transition: transform 0s,opacity 0s;
		transition: transform 0s,opacity 0s,-webkit-transform 0s;
	}
}

@media (max-width:767px) {
	.nav-catalog__submenu {
		height: 0;
		padding: 0;
		overflow: hidden;
		-webkit-transition: height .5s;
		-o-transition: height .5s;
		transition: height .5s;
	}
}

@media (max-width:767px) {
	.nav-catalog__submenu>ul {
		padding: 15px;
	}
}

.nav-catalog__submenu>ul>li {
	margin-bottom: 10px;
}

.nav-catalog__submenu>ul>li>a {
	display: inline-block;
	font-size: 14px;
	line-height: 1.6;
	color: #212121;
	text-decoration: none;
}

@media (max-width:767px) {
	.nav-catalog__submenu>ul>li>a {
		font-size: 14px;
	}
}

.nav-catalog__submenu>ul>li>a:hover {
	text-decoration: underline;
}

.nav-catalog__subtitle {
	display: block;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 700;
	color: #212121;
	text-transform: uppercase;
	margin-bottom: 10px;
}

@media (max-width:767px) {
	.nav-catalog__subtitle {
		display: none;
	}
}

@media (min-width:768px) {
	body.-menu-opened:after {
		content: "";
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background-color: rgba(0,0,0,.4);
		z-index: 100;
	}
}

body.-menu-opened .nav-catalog {
	height: auto;
	opacity: 1;
}

@media (min-width: 451px) and (max-width:767px) {
	.nav-catalog {
		width: 100%;
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
		margin: 0;
	}
}

li.has_podmenu_2>a {
	display: inlie-block;
	vertical-align: top;
	font-size: 15px;
	line-height: 1.3;
	font-weight: 700;
	color: #212121;
	margin-bottom: 10px;
}

.nav-catalog__submenu2>ul>li {
	margin-bottom: 10px;
}

.nav-catalog__submenu2>ul>li>a {
	display: inline-block;
	font-size: 14px;
	line-height: 1.6;
	color: #212121;
	text-decoration: none;
}

.nav-catalog__submenu2>ul>li>a:hover {
	text-decoration: underline;
}

.popup-order form button {
	width: 100%;
}

.popup-cart {
	background-color: #f8f9fd;
}

.popup-cart__head {
	font-size: 28px;
	line-height: 1.3;
	color: #212121;
	font-weight: 700;
	text-align: center;
	margin-bottom: 45px;
}

@media (max-width:575px) {
	.popup-cart__head {
		font-size: 22px;
		margin-bottom: 10px;
	}
}

.popup-cart__img {
	width: 260px;
	margin-right: 45px;
	margin-bottom: 40px;
}

@media (min-width:576px) and (max-width:767px) {
	.popup-cart__img {
		margin-right: 20px;
	}
}

@media (max-width:575px) {
	.popup-cart__img {
		margin-right: 0;
		margin-bottom: 10px;
		width: 100%;
	}
}

.popup-cart__img img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	border: 1px solid #c7c7c7;
}

@media (min-width:576px) {
	.popup-cart__body {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

.popup-cart__info {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-bottom: 40px;
}

@media (max-width:767px) {
	.popup-cart__info {
		margin-bottom: 25px;
	}
}

.popup-cart__title {
	font-size: 21px;
	line-height: 1.6;
	font-weight: 700;
	color: #212121;
	margin-bottom: 35px;
}

@media (max-width: 575px) {
	.popup-cart__title {
		font-size: 18px;
		margin-bottom: 10px;
	}
}

.popup-cart__cost {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.popup-cart__label {
	font-size: 16px;
	line-height: 1.3;
	font-weight: 400;
	color: #818284;
	margin-top: 6px;
	margin-right: 45px;
}

.popup-cart__price {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.popup-cart__price span.-old {
	position: relative;
	display: inline-block;
	font-size: 25px;
	line-height: 1.3;
	font-weight: 400;
	color: #828483;
	padding: 0 5px;
	margin-bottom: 22px;
}

.popup-cart__price span.-old:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	height: 1px;
	background-color: #ee1412;
}

.popup-cart__price span.-current {
	display: block;
	font-size: 34px;
	line-height: 1.3;
	font-weight: 400;
	color: #1e1f21;
}

.popup-cart__foot {
	text-align: center;
}

.popup-cart__foot span {
	display: inline-block;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 500;
	color: #161719;
	margin: 0 10px;
}

@media (max-width:767px) {
	.popup-cart__foot span {
		display: none;
	}
}

.popup-cart__foot a {
	margin: 5px 0;
}

@media (max-width:767px) {
	.popup-cart__foot a {
		width: 100%;
		max-width: 320px;
	}
}

.popup-oneclick {
	max-width: 510px;
	background-color: transparent;
	padding: 0;
}

.header-catalog__title:after,
.header-catalog__title:before {
	-webkit-transition: opacity 500ms, -webkit-transform 500ms;
	transition: opacity 500ms, -webkit-transform 500ms;
	-o-transition: opacity 500ms, transform 500ms;
	transition: opacity 500ms, transform 500ms;
	transition: opacity 500ms, transform 500ms, -webkit-transform 500ms;
}

.header-catalog:before {
	content: '';
	position: absolute;
	top: 50%;
	background-image: url(../img/header-in_icons.png);
	background-repeat: no-repeat;
	opacity: 0;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	pointer-events: none;
	width: 20px;
	height: 14px;
	left: 20px;
	margin-top: -7px;
	background-position: -90px 0;
}

.header-catalog:after {
	width: 12px;
	height: 8px;
	right: 21px;
	margin-top: -4px;
	background-position: -90px -14px;
	-webkit-transition: -webkit-transform .5s, opacity 500ms;
	transition: -webkit-transform .5s, opacity 500ms;
	-webkit-transition: opacity 500ms, -webkit-transform .5s;
	transition: opacity 500ms, -webkit-transform .5s;
	-o-transition: transform .5s, opacity 500ms;
	transition: transform .5s, opacity 500ms;
	transition: transform .5s, opacity 500ms, -webkit-transform .5s;
	transition: transform .5s, -webkit-transform .5s, opacity 500ms;
}

.header-catalog.-active:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
/* 
.header-catalog:hover:after,
.header-catalog:hover:before {
	opacity: 1;
}

.header-catalog:hover .header-catalog__title:after,
.header-catalog:hover .header-catalog__title:before {
	opacity: 0;
} */

.ui-product__sticker {
	cursor: default;
}

.ui-product__sticker li.-black-friday {
	color: #dfca42;
	background-color: #1f1916;
	font-size: 14px;
	
}
.header-bar__schedule {
	padding-right: 20px;
}

@media (max-width: 1199px) {
	.header-bar__schedule {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.header-bar__schedule {
		text-align: left;
	}
}

@media (max-width: 767px) {
	.header-bar__schedule {
		text-align: center;
		padding: 10px 0;
	}
}

@media (min-width: 1200px) {
	.header-bar__contacts {
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		padding-right: 20px;
	}
}

@media (max-width: 767px) {
	.header-bar__contacts {
		margin-bottom: 10px;
		margin-top: 6px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.header-bar__contact {
		display: block;
	}
}

@media (max-width: 767px) {
	.header-bar__contact {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (max-width: 767px) {
	.header-bar__phone {
		width: 50%;
		padding-left: 10px;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}

.header-bar__phone a {
	font-weight: 600;
}

@media (min-width: 992px) {
	.header-bar__phone a {
		font-size: 16px;
	}
}

@media (min-width: 576px) and (max-width: 991px) {
	.header-bar__phone a {
		font-size: 15px;
	}
}

@media (max-width: 575px) {
	.header-bar__phone a {
		font-size: 14px;
	}
}

@media (min-width: 768px) {
	.header-bar__contact:not(:first-child) .header-bar__phone a {
		padding-left: 0;
	}

	.header-bar__contact:not(:first-child) .header-bar__phone a:before {
		display: none;
	}
}

@media (max-width: 767px) {
	.header-bar__city {
		width: 50%;
		text-align: right;
		padding-right: 10px;
	}
}

@media (max-width: 575px) {
	.header-bar__city {
		font-size: 14px;
		margin-right: 0;
	}
}

@media (min-width: 768px) {
	.nav-catalog nav>ul>li>a {
		border-right: 1px solid #e1e3e6;
		-webkit-transition: color 0.5s, border-color 0s;
		-o-transition: color 0.5s, border-color 0s;
		transition: color 0.5s, border-color 0s;
	}

	.nav-catalog nav>ul>li.isActive>a {
		border-right-color: #fff;
	}

	.nav-catalog nav>ul>li>a:hover>span.-title {
		color: #01c1c2;
	}
}

.header__main {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid #dbdbdb;
	padding: 20px 0;
}

@media (min-width: 451px) and (max-width: 991px) {
	.header__main {
		position: relative;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		padding: 15px 0 10px;
	}
}

.header-search__btn button {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
	font-family: 'Montserrat', sans-serif;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 12px 25px;
    cursor: pointer;
    background-color: transparent;
    border: 2px solid #1F9B9F;
    border-radius: 6px;
    color: #1F9B9F;
    cursor: pointer;
    white-space: nowrap;
    -webkit-transition: background-color 0.5s, color 0.5s;
    -o-transition: background-color 0.5s, color 0.5s;
    transition: background-color 0.5s, color 0.5s;
}
@media (max-width: 450px) {
	.header-search__btn button {
		width: 100%;
	}
}

.header-search__btn button:hover {
    background: #1F9B9F;
    color: #fff;
}

@media(min-width: 451px) and (max-width: 1199px) {
	.header-search__btn button {
		padding: 12px 16px;
        letter-spacing: 0;
	}
}

@media (min-width: 768px) {
	.header-bottom-nav {
		margin-top: 0 !important;
		padding: 10px 0;
	}
}
.header-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header-logo a img {
    display: block;
    width: 236px;
}
@media (min-width: 768px) and (max-width: 1199px) {
	.header-logo a img {
		width: 200px;
	}
}

@media (max-width: 450px) {
    .nav-catalog {
        margin: 0;
    }
}