.header {
	position: relative;
	z-index: 3;
    height: 120px;
}

.header [class*="col-"] {
	padding-top: 0;
	padding-bottom: 0;
z-index:2;
}

.fav-block {
	display: flex;
	justify-content: flex-end;
}

#want {
	width: 30px;
	display: block;
	margin-left: 15px;
	padding-top: 5px;
}

.catalog-item {
	position: relative;
}

.favor {
	display: inline-block;
	position: absolute;
	/*z-index: 3;*/
	right: 15px;
	top: 30px;
}

.fav-icon {
	width: 20px;
	height: auto;
}

.fav-icon path,
.fav-icon polygon {
	fill: #c93c21;
}

.fav-icon path.nfull {
	display: block;
}

.fav-icon path.full {
	display: none;
}

.fav-icon:hover .nfull,
.fav-icon.active .nfull {
	display: none;
}

.fav-icon:hover .full,
.fav-icon.active .full {
	display: block;
}

#want:hover {
	opacity: .8;
}

#want svg{
	width: 22px;
	height: auto;
}

#want path {
	fill: #c93c21;
}

.header .row {
	margin-top: 0;
	margin-bottom: 0;
}

.header:after, .header:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	height: 70px;
}

.header:after {
	background-color: #fff;
	right: 0;
	left: 0;
}

.header:before {
	right: 0;
	left: 0;
	top: 70px;
	height: 50px;
}

.header .c-side {
	position: relative;
	z-index: 10;
}


.btn.btn-header-bar {
	display: none;
}

.header-phone {
	height: 30px;
}

.header-phone-number {
	font-size: 25px;
	display: block;
	line-height: 1.2;
	color: #333333;
	text-decoration: none;
}

.btn-header-phone {
	font-size: 13px;
	padding: 0 0 0 10px;
	line-height: 18px;
	height: 22px;
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	text-decoration: none;
}


.btn-header-phone .btn-icon {
	vertical-align: middle;
	font-size: 14px;
}

.btn-header-phone .btn-label {
	line-height: 13px;
	border-bottom: 1px dotted;
}

.bx-no-touch .btn-header-phone:hover .btn-label, .btn-header-phone:active .btn-label {
	border-bottom: none;
}

a.header-logo {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	height: 70px;
	padding: 10px 0;
	text-transform: uppercase;
	text-decoration: none;
	max-width: 100%;
	overflow: hidden;
}

.header-logo .bx-context-toolbar-empty-area {
	display: flex;
	width: 100%;
}

a.header-logo .icon-logo {
	font-size: 64px;
}

a.header-logo .logo-image {
	width: 100%;
	height: 60px;
	display: inline-flex;
	align-items: center;
}

a.header-logo.with_desc .logo-image {
	width: 64px;
}

a.header-logo img {
	height: auto;
	max-height: 100%;
}

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

a.header-logo .logo-text {
	color: #000;
	font-size: 22px;
	line-height: 26px;
	display: inline-block;
	padding: 0 0 0 10px;
}

a.header-logo:not(.with_desc) .logo-text {
	display: none;
}

a.header-logo span.logo-text__second {
	display: block;
	font-weight: 700;
}


/*loading*/
.spinner {
	background-color: #fbfaf8;
	height: 34px;
	width: 34px;
	line-height: 34px;
	position: absolute;
	top: 0;
	right: 0;
	visibility: hidden;
	opacity: 0;
	font-size: 0;
}

.is-loading .spinner {
	visibility: visible;
	opacity: 1;
}

.spinner > span {
	width: 4px;
	height: 4px;
	background-color: #666;
	vertical-align: middle;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1s infinite ease-in-out both;
	animation: sk-bouncedelay 1s infinite ease-in-out both;
}

.spinner > span + span {
	margin-left: 3px;
}

.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1);
	}
}

@keyframes sk-bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}


@media all {
	.header-middle {
		position: relative;
		height: 36px;
		display: flex;
	}

	.header-search__wrapper {
		flex: 1;
	}

	.h__bot {
		display: none;
	}
}

@media screen and (max-width: 1279px) {
	.header:before {
		left: 0;
		border-top: 1px solid rgba(0, 0, 0, .15);
		border-bottom: 1px solid rgba(0, 0, 0, .15);
	}
}

@media screen and (max-width: 1023px) {
	.header a[href^="tel:"] {
		color: #fff;
		text-decoration: none;
	}

	html.menu-open, .menu-open body {
		overflow: hidden;
	}

	.menu-bg {
		-webkit-transition: .3s;
		-moz-transition: .3s;
		-ms-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
		background-color: rgba(0, 0, 0, .6);
		position: fixed;
		z-index: 9;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		visibility: hidden;
		opacity: 0;
		cursor: pointer;
	}

	.menu-open .menu-bg {
		visibility: visible;
		opacity: 1;
	}

	.header-bottom {
		display: none;
	}

	.header-bottom._mobile {
		display: block;
		height: 50px;
		position: relative;
	}

	.h__bot {
		display: block;
		background-color: var(--primary-color);
	}

	.btn.btn-header-bar {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 50px;
		height: 50px;
		font-size: 2rem;
		line-height: 0;
		color: #fff;
		background: none;
		border: none;
	}

	.header-phone {
		position: absolute;
		top: 0;
		left: 50px;
		right: 50px;
		text-align: center;
		margin: 0;
		height: 50px;
		border-left: 1px solid rgba(255, 255, 255, .4);
		border-right: 1px solid rgba(255, 255, 255, .4);
	}

	.header-phone-number {
		line-height: 48px;
		color: #fff;
	}

	.btn-header-phone .btn-label {
		display: none;
	}

	.btn-header-phone {
		position: absolute;
		right: 0;
		border: 0;
		border-radius: 0;
		color: #fff;
		background: 0;
		height: 50px;
		width: 50px;
		line-height: 50px;
		padding: 0;
		text-align: center;
	}

	.btn-header-phone .btn-icon {
		font-size: 2rem;
	}

	.bx-no-touch .btn-header-bar:hover, .btn-header-bar:active, .bx-no-touch .btn-header-phone:hover, .btn-header-phone:active {
		background-color: rgba(0, 0, 0, .1);
		color: #fff;
	}

	.h__top._fixed {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		background: #fff;
	}

	.header:after, .header:before {
		display: none;
	}

	.h__top._min a.header-logo,
	.h__top._min a.header-logo .logo-text {
		height: 55px;
		font-size: 20px;
	}

	.h__top._min .header-middle {
		margin-bottom: 5px;
	}

	.h__top._min .header-bottom._mobile,
	.h__top._min .btn.btn-header-bar,
	.h__top._min .header-phone,
	.h__top._min .btn-header-phone {
		height: 45px;
	}

	.h__top._min .header-phone-number,
	.h__top._min .btn-header-phone {
		line-height: 45px;
	}
}

@media screen and (max-width: 767px) {
	.header:before {
		top: 121px;
	}

    .header {
        height: 172px;
    }

	.header-middle {
		margin-bottom: 15px;
	}

	.a.header-logo .logo-image {
		justify-content: center;
	}

}

@media screen and (max-width: 479px) {
	.header-phone-number {
		font-size: 18px;
	}

	.btn-header-phone {
		padding: 0;
		text-align: center;
	}

	.footer-help-block {
		padding: 15px 0;
	}

	.header-bottom {
		margin: 0 -15px;
	}
}

@media (min-width: 1024px) {
	.jk-menu-fixed._fixed .jk-menu-w {
		position: fixed;
		top: 0;
		width: 100%;
		background-color: var(--primary-color);
	}
}

@media (min-width: 1441px) {
    body.citrus-widget-open .jk-menu-fixed._fixed .jk-menu-w {
        width: calc(100% - var(--citrus-core-widget-width, 390px));
    }
}

@media (min-width: 991px) {
	.mb-block {
		display: none;
	}

	header .h__top .align-xs-c {
		display: flex;
		justify-content: space-between;
		flex-wrap: nowrap;
	}
	header .h__top .align-xs-c > * {
		width: auto;
	}
	header .h__top .align-xs-c .col-md-7.col-lg-6.va-xs-m {
		width: calc(100% - 550px);
	}
}

@media (max-width: 991px) {
	.pk-block {
		display: none;
	}
	.header-top {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
}
