@media (max-width: 1239.98px) {
	.product-gallery__slider .slick-arrow {
		margin-top: 4vw;
	}

	.brands-slider__item {
		width: 25%;
	}
}

@media (min-width: 1025px) {
	.catalog-menu-wrapper:hover .catalog-menu-dropdown {
		opacity: 1;
		visibility: visible;
		transform: translateZ(0);
		pointer-events: unset;
	}
}

@media (max-width: 1024.98px) {
	#jvlabelWrap {
		bottom: 50px !important;
		right: 0 !important;
	}

	.header {
		padding-top: 60px;
	}

	.header__content {
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		background: #fff;
		z-index: 1001;
	}

	.header__content .container {
		padding-left: 24px;
		padding-right: 24px;
	}

	.header__row {
		height: 60px;
	}

	.header__col_search,
	.header__col_social {
		display: none;
	}

	.logo {
		font-size: 7px;
	}

	.header__phone:nth-child(2) ~ .header__phone {
		display: none;
	}

	.control {
		display: flex;
		top: auto;
		width: auto;
		transform: none;
		left: 0;
		right: 0;
		bottom: 0;
		border-radius: 4px 4px 0 0;
	}

	.control__btn {
		display: flex !important;
		flex-basis: 0;
		flex-grow: 1;
		width: auto;
		height: 50px;
	}

	.control__btn:first-child {
		border-radius: 4px 0 0 0;
	}

	.control__btn:last-child {
		border-radius: 0 4px 0 0;
	}

	.control__btn:not(:last-child):after {
		width: 1px;
		height: 100%;
		right: 0;
		left: auto;
	}

	.control__btn-text {
		position: absolute;
		right: 0;
		bottom: 3px;
		left: 0;
		margin: 0;
		overflow: hidden;
		text-align: center;
		text-overflow: ellipsis;
		white-space: nowrap;
		font-weight: 600;
		font-size: 11px;
		line-height: 1;
		padding: 1px 0;
		text-transform: none;
	}

	.control__btn-count {
		width: 16px;
		height: 16px;
		font-size: 12px;
		line-height: 16px;
		margin: 0 0 3px 5px;
	}

	.basket-popup {
		display: none !important;
	}

	.header__menu-line {
		position: static !important;
		width: auto !important;
		background: none;
		box-shadow: none !important;
		border: none;
		position: static;
	}

	.header__menu-line + div:not([class]) {
		display: none !important;
	}

	.menu-popup__bg,
	.filter-popup__bg {
		display: block;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: 90001;
		background: rgba(0,0,0,0.7);
		cursor: pointer;
		opacity: 0;
		visibility: hidden;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transition: 0.25s ease-in-out;
	}

	html.is-menu-open .menu-popup__bg,
	html.is-filter-open .filter-popup__bg {
		opacity: 1;
		visibility: visible;
	}

	.menu-popup__inner,
	.filter-popup__inner {
		position: fixed;
		z-index: 90002;
		top: 0;
		bottom: 0;
		left: -300px;
		width: 300px;
		background: #fff;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transition: 0.25s ease-in-out;
	}

	html.is-menu-open .menu-popup__inner,
	html.is-filter-open .filter-popup__inner {
		transform: translateX(100%);
	}

	.menu-popup__content,
	.filter-popup__content {
		height: 100%;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}

	.aside-news {
		display: none;
	}

	.top-menu {
		display: block;
		background: none;
	}

	.top-menu__tabs {
		display: flex;
		margin: 0;
		padding: 0;
		list-style: none;
		border-bottom: 1px solid var(--border-color);
	}

	.top-menu__tabs li {
		flex-basis: 0;
		flex-grow: 1;
	}

	.top-menu__tabs-btn {
		border: none;
		background: none;
		padding: 15px 0;
		text-align: center;
		text-transform: uppercase;
		letter-spacing: .3px;
		font-weight: 700;
		cursor: pointer;
		transition: background-color .25s ease, color .25s ease;
		width: 100%;
	}

	.top-menu__tabs-btn.is-active {
		background-color: var(--theme-color);
		color: #fff;
	}

	.top-menu__list {
		display: block;
	}

	.top-menu__item {
		border-bottom: 1px solid var(--border-color);
	}

	.top-menu__link {
		display: block;
		background-color: var(--light-grey-bg);
		color: var(--main-color);
		height: auto;
		text-align: left;
		padding: 12px 15px;
		font-weight: normal;
		text-transform: none;
		font-size: 13px;
		line-height: 20px;
		position: relative;
	}

	.top-menu__item:hover .top-menu__link,
	.top-menu__link.is-active {
		color: var(--theme-color);
		background-color: #fff;
	}

	.top-menu__link:not(.is-active):hover:before {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 3px;
		height: 100%;
		background: var(--theme-color);
	}

	.top-menu__toggle-btn {
		width: 40px;
		cursor: pointer;
		border: none;
		padding: 0;
		background: none;
		position: relative;
		flex-shrink: 0;
		color: var(--main-color);
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		right: 0;
		top: 0;
		height: 100%;
		background: #fff;
	}

	.top-menu__toggle-btn:after {
		font-family: "Font Awesome 5 Pro";
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		line-height: 1;
		content: "\f078";
		display: inline-block;
		font-weight: 500;
		font-size: 12px;
		transition: transform .25s ease;
	}

	.top-menu__item.is-active > .top-menu__link > .top-menu__toggle-btn:after {
		transform: rotate(180deg);
	}

	.top-menu__item ul {
		opacity: 1;
		visibility: visible;
		transform: none;
		position: static;
		width: auto;
		min-height: 0;
		padding: 0;
		overflow: visible;
		background: none;
		box-shadow: none;
		border: none;
		display: none;
	}

	.top-menu__item.is-active ul {
		display: block;
	}

	.top-menu__item ul a {
		background-color: #fff;
		padding-left: 30px;
	}

	.top-menu__item ul li {
    	border-top: 1px solid var(--border-color) !important;
	}

	.catalog-menu-wrapper {
		max-width: none;
	}

	.catalog-menu-btn {
		display: none;
	}

	.catalog-menu-dropdown {
		position: static;
		padding: 0;
		opacity: 1;
		visibility: visible;
		transform: none;
		pointer-events: visible;
		pointer-events: unset;
	}

	.menu {
		border: none;
		background: none;
	}

	.menu__item {
		border-top: none;
		border-bottom: 1px solid var(--border-color);
	}

	.menu__row {
		display: flex;
	}

	.menu__link {
		flex-grow: 1;
		min-width: 1px;
		padding: 12px 15px;
	}

	.menu__row.has-dropdown .menu__link:after {
		display: none;
	}

	.menu__toggle-btn {
		width: 40px;
		cursor: pointer;
		border: none;
		padding: 0;
		background: none;
		position: relative;
		flex-shrink: 0;
		color: var(--main-color);
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.menu__toggle-btn:after {
		font-family: "Font Awesome 5 Pro";
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		line-height: 1;
		content: "\f078";
		display: inline-block;
		font-weight: 500;
		font-size: 12px;
		transition: transform .25s ease;
	}

	.menu__item.is-active > .menu__row > .menu__toggle-btn:after {
		transform: rotate(180deg);
	}

	.menu__dropdown {
		opacity: 1;
		visibility: visible;
		transform: none;
		position: static;
		width: auto;
		min-height: 0;
		padding: 0;
		overflow: visible;
		background: none;
		box-shadow: none;
		border: none;
		display: none;
		transform: none !important;
	}

	.menu__item.is-active .menu__dropdown {
		display: block;
	}

	.menu__group {
		max-width: none;
		padding: 0;
		border: none !important;
		width: auto;
	}

	.menu__group-title {
		font-weight: inherit;
		margin: 0;
	}

	.menu__group-title-link,
	.menu__group-list-link {
		display: flex;
		align-items: center;
		text-decoration: none;
		padding: 12px 15px 12px 30px;
		color: var(--main-color);
		text-transform: none;
		font-weight: 500;
		font-size: 13px;
		line-height: 20px;
		position: relative;
		border-top: 1px solid var(--border-color);
		background: #fff;
	}

	.menu__group-list-link {
		padding-left: 60px;
	}

	.catalog-menu-wrapper:not(.is-active),
	.top-menu-wrapper:not(.is-active) {
		display: none;
	}

	.layout__aside .menu {
		display: none;
	}

	.footer {
		padding-bottom: 80px;
	}

	.main-slider-section .container {
		padding: 0;
	}

	.layout {
		display: block;
		margin-left: 0;
		margin-right: 0;
	}

	.layout__aside {
		max-width: none;
		padding: 0;
		margin-top: 0;
	}

	.layout__aside-inner {
		position: static !important;
		width: auto !important;
		z-index: auto;
	}

	.layout__aside-inner.is_stuck + div:not([class]) {
		display: none !important;
	}

	.filter {
		border: none;
		border-bottom: 1px solid var(--border-color);
	}

	.layout__main {
		max-width: 100% !important;
		padding: 0;
	}

	.catalog-header {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.filter-btn {
		display: block;
		color: var(--theme-color);
		padding: 3px 5px;
		font-size: 16px;
	}

	.item {
		padding: 15px;
	}

	.product-gallery__slider .slick-arrow {
		margin-top: 3.6vw;
	}

	.basket__cell {
		padding-left: 5px;
		padding-right: 5px;
	}

	.basket__cell_image {
		width: 85px;
	}

	.basket__image-link {
		width: 80px;
		height: 80px;
	}

	.basket__title {
		font-size: 14px;
	}

	.basket__subtitle {
		font-size: 12px;
	}

	.basket__price-old {
		font-size: 12px;
	}

	.basket__price,
	.basket__total-price {
		font-size: 16px;
	}

	.basket-footer {
		display: block;
		text-align: center;
	}

	.basket-footer__total {
		margin-right: 0;
	}

	.basket-footer__buttons {
		margin-top: 20px;
		justify-content: center;
	}

	.basket-footer__buttons-item {
		margin: 5px;
	}

	.order__total {
		display: block;
		text-align: center;
	}

	.compare__sidebar {
		flex: 0 0 33.33%;
		max-width: 33.33%;
	}

	.compare__content {
		flex: 0 0 66.66%;
		max-width: 66.66%;
	}

	.compare__item {
		width: 50%;
	}

	.brands-slider__item {
		width: 33.33%;
	}

	.col-4-text {
		column-count: 2;
	}

	.links {
		column-count: 2;
	}
}

@media (max-width: 767.98px) {
	.header__col_info {
		display: none;
	}

	.header__content .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .logo {
        font-size: 7px;
    }

    .header__info-icon {
    	display: none;
    }

	h1, .h1 {
		font-size: 28px;
		line-height: 1.2;
	}

	.page-header {
		padding-right: 26px;
	}

	.page-header .tooltip-icon {
		font-size: 18px;
		top: 2px;
		margin-left: 8px;
		margin-right: -26px;
	}

	.container {
		padding-left: 15px;
		padding-right: 15px;
	}

	.header__content-inner {
		padding-left: 15px !important;
		padding-right: 15px !important;
		justify-content: space-between;
	}

	.header__search {
		display: none;
	}

	.content {
		padding-top: 12px;
	}

	.map {
		margin-bottom: 30px;
	}

	.blog-posts__item {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.product__wrapper {
		padding: 15px;
	}

	.product__main {
		display: block;
		margin-left: 0;
		margin-right: 0;
	}

	.product__image-section {
		max-width: none;
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 20px;
	}

	.product__content {
		max-width: none;
		padding-left: 0;
		padding-right: 0;
	}

	.product-gallery__slider .slick-arrow {
		margin-top: 6.4vw;
	}

	.basket {
		display: block;
		margin-bottom: 20px;
	}

	.basket__header {
		display: none;
	}

	.basket__content {
		display: block;
	}

	.basket__item {
		display: block;
		position: relative;
		border-bottom: 1px solid var(--border-color);
		text-align: center;
		padding: 15px 0;
	}

	.basket__cell {
		display: block;
		border: none;
		padding: 0 !important;
		width: auto;
		text-align: center;
	}

	.basket__cell_image {
		margin-bottom: 15px;
	}

	.basket__cell_title {
		margin-bottom: 15px;
	}

	.basket__cell_price {
		display: inline-block;
		vertical-align: middle;
	}

	.basket__cell_count {
		display: inline-block;
		vertical-align: middle;
		margin: 0 15px;
	}

	.basket__cell_total {
		display: inline-block;
		vertical-align: middle;
	}

	.basket__cell_remove {
		position: absolute;
		right: 0;
		top: 0;
	}

	.basket__image-link {
		margin: 0 auto;
	}

	.basket__variants .variants__title {
		font-size: 13px;
		margin-bottom: 2px;
	}

	.basket__variants .form-check {
		text-align: left;
	}

	.basket-footer {
		text-align: center;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}

	.basket-footer__total-main {
		font-size: 18px;
	}

	.basket-footer__buttons {
		display: block;
	}

	.basket-footer__buttons-item {
		margin: 10px 0 0;
	}

	.basket-footer__button {
		width: 100%;
	}

	.basket-footer__cupon {
		max-width: none;
		margin: 0;
	}

	.order {
		margin-bottom: 20px;
	}

	.order__title {
		margin-bottom: 20px;
	}

	.order__step {
		margin-bottom: 20px;
	}

	.account {
		margin-bottom: 20px;
	}

	.history {
		margin-bottom: 20px;
	}

	.history__item-info {
		width: auto;
		margin-right: 15px;
	}

	.history__item-price {
		margin-right: 0;
	}

	.categories a {
		font-size: 14px;
	}

	.data-table td {
		padding: 0 0 5px 0;
	}

	.compare__sidebar {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.compare__content {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.compare__item {
		width: 100%;
	}

	.links {
	    column-count: 2;
	    column-gap: 15px;
	}
}

@media (max-width: 479.98px) {
	.item {
		padding: 10px;
		font-size: 12px;
		line-height: 16px;
	}

	.item__image-field {
		width: 126px;
	}

	.item__image-wrapper {
		max-width: 100px;
		height: 100px;
	}

	.item__characteristics {
		font-size: 12px;
		line-height: 15px;
	}

	.item__text {
		font-size: 12px;
		line-height: 15px;
		max-height: 60px;
	}

	.item__btn-field {
		padding-top: 15px;
	}

	.product__wrapper {
		padding: 10px;
	}

	.product-gallery__item {
		height: 280px;
	}

	.product-gallery__thumbs-item:before {
		padding-top: 50px;
	}

	.product-gallery__slider .slick-arrow {
		margin-top: 27px;
	}

	.compare {
		display: block;
		position: relative;
	}

	.compare__sidebar {
		max-width: none;
		width: 50%;
		position: absolute;
		left: 0;
		top: 0;
	}

	.compare__sidebar .form-check {
		display: none;
	}

	.compare__content {
		max-width: none;
	}

	.compare__item .compare__data-list {
		padding-left: 50%;
	}

	.category-catalog__link {
		min-height: 0;
	}

	.brands-slider__item {
		width: 50%;
	}

	.col-4-text {
		column-count: 1;
	    column-gap: 0;
	}

	.links {
	    column-count: 1;
	    column-gap: 0;
	}

	.tabs__nav-link {
		padding-left: 10px;
		padding-right: 10px;
	}

	.product__btn-field .btn {
		width: 100%;
	}
}