@media (max-width: 1199.98px) {
	.menu__dropdown {
		width: calc(100vw - 267px);
	}

	.main-catalog__title {
        left: 10px;
        right: 10px;
        bottom: 10px;
        font-size: 14px;
    }

	.product-gallery__slider .slick-arrow {
	    margin-top: 2.7vw;
	}
}

@media (max-width: 1024.98px) {
	.top-contacts.is-open .top-contacts__dropdown {
		opacity: 1;
		visibility: visible;
	}

	.top-contacts.is-open .top-contacts__header:after {
		transform: rotate(180deg);
	}

	.header__content {
		position: static !important;
		width: auto !important;
		background: none;
		z-index: auto;
		box-shadow: none !important;
	}

	.header__content + div:not([class]) {
		display: none !important;
	}

	.header__content-inner {
		height: auto;
		max-width: none;
		display: block !important;
		padding: 0;
	}

	.header__mob-content {
		max-width: none;
		margin: 0;
		background: #fff;
		z-index: 1101;
		display: flex;
		align-items: center;
		justify-content: space-between;
		position: relative;
		height: 55px;
	}

	.header__logo {
		flex: 0 0 auto;
		max-width: none;
		padding-right: 0;
	}

	.logo__img {
		max-height: 35px;
		max-width: 120px;
	}

	.header__search {
		margin: 0 20px 0 30px;
	}

	.header__search-input {
		padding: 5px 10px;
		padding-right: 50px;
	}

	.header__search-btn {
		font-size: 16px;
		width: 42px;
	}

	.header__contacts {
		margin: 0 -10px 0 0;
	}

	.header__control {
		position: fixed;
		z-index: 1200;
		left: 0;
		right: 0;
		bottom: 0;
		margin: 0;
		background: #fff;
		padding: 5px;
		box-shadow: 0 0 9px rgba(0,0,0,.12);
	}

	.control {
		height: 45px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.control > * {
		flex-basis: 0;
		flex-grow: 1;
	}

	.control__btn {
		display: flex;
		min-width: 0;
		position: relative;
		height: 45px;
		padding: 0 0 15px;
		margin: 0;
	}

	.control__btn-icon {
		line-height: 1;
	}

	.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;
		display: block;
	}

	.control__btn-count {
	    width: 15px;
	    height: 15px;
	    background: var(--theme-color);
	    color: #fff;
	    line-height: 15px;
	    font-size: 9px;
	    margin: 0 0 0 3px;
	}

	.control__btn-basket-total {
		display: none;
	}

	.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;
	}

	.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;
	}

	.menu__item.is-active .menu__dropdown {
		display: block;
	}

	.menu__group {
		max-width: none;
		padding: 0;
		border: none;
		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);
	}

	.menu__group-list-link {
		padding-left: 60px;
	}

	.menu__group-title-link:hover,
	.menu__group-list-link:hover {
		background-color: var(--light-grey-bg);
	}

	.catalog-menu-wrapper:not(.is-active),
	.top-menu-wrapper:not(.is-active) {
		display: none;
	}

	.layout__aside .menu {
		display: none;
	}

	.footer {
	    padding-bottom: 60px;
	}

	.main-slider-section .container {
		padding: 0;
	}

	.main-slider .slick-arrow {
		background: none;
	}

	.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.4vw;
	}

	.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%;
    }

    .catalog__item,
    .catalog-slider__item {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    .brands-slider__item {
        width: 25%;
    }
}

@media (max-width: 767.98px) {
	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;
	}

	.footer {
		margin-left: -15px;
		margin-right: -15px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.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: 7.4vw;
	}

	.review__main {
		display: block;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.review__header {
		padding-right: 0;
		margin-bottom: 15px;
	}

	.review__replay {
		margin-left: 0;
	}

	.review__replay .review__main {
		padding-left: 40px;
	}

	.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%;
    }

    .item._inline {
    	display: block;
    }

    .item._inline:after {
        content: '';
        display: table;
        clear: both;
    }

    .item._inline .item__image-field {
    	float: left;
    	width: 150px;
    }

    .item._inline .item__image-wrapper {
    	margin-left: 0;
    }

    .item._inline .item__content,
    .item._inline .item__footer {
    	margin-left: 170px;
    }

    .item._inline .item__text {
    	margin-bottom: 10px;
    }

    .item._inline .item__footer {
    	width: auto;
    }

    .item._inline .item__btn-field {
	    padding-top: 10px;
	}

	.tizers-block__item {
        flex: 0 0 50%;
        max-width: 50%;
        text-align: center;
    }

    .main-catalog__title {
        font-size: 12px;
        line-height: 14px;
    }

    .cookie-alert {
        bottom: 0;
        width: auto;
        left: 0;
        right: 0;
        border-radius: 8px 8px 0 0;
    }

    .catalog__item,
    .catalog-slider__item {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .brands-slider__item {
        width: 33.33%;
    }
}

@media (max-width: 575.98px) {
	.header__search {
		display: none;
	}

	.catalog,
	.catalog-slider,
	.catalog-slider .slick-list {
	    margin: -2px;
	}

	.catalog__item,
	.catalog-slider__item {
	    padding: 2px;
	}

	.item {
	    padding: 10px;
	    font-size: 12px;
    	line-height: 16px;
	}

	.item__stickers {
	    top: 5px;
	}

	.sticker {
	    padding: 3px 11px 3px 5px;
	    font-size: 10px;
	    line-height: 12px;
	}

	.item__control {
	    right: -4px;
	    top: -4px;
	}

	.item__zoom-btn {
		right: -4px;
	}

	.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;
	}

	.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;
        z-index: 1;
    	pointer-events: none;
    }

    .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;
	}

	.item._inline .item__image-field {
	    width: 120px;
	    margin: 0 15px 10px 0;
	}

	.item._inline .item__content,
	.item._inline .item__footer {
	    margin-left: 0;
	}

	.tizers-block {
        font-size: 11px;
    }

    .tizers-block {
        text-align: center;
        align-items: flex-start;
    }

    .tizers-block__item {
        margin: 0 0 20px 0;
    }

    .tizers-block__img,
    .tizers-block__title {
        display: block;
        text-align: center;
    }

    .tizers-block__img {
        margin: 0;
        min-height: 50px;
        vertical-align: middle;
        text-align: center;
        padding: 0;
        width: auto;
        max-width: none;
    }

    .tizers-block__title {
        width: auto;
    }

    .blog-item {
        display: block;
    }

    .blog-item__image {
        display: block;
        width: auto;
        margin-bottom: 20px;
    }

    .blog-item__content {
        padding-left: 0;
    }

    .brands-catalog li {
        width: 33.33%;
    }

    .brands-catalog li a {
        padding: 10px;
    }

    .main-catalog {
        margin-bottom: 15px;
    }

    .main-catalog__grid {
        flex: 0 0 50%!important;
        max-width: 50%!important;
    }

    .main-catalog__item {
        padding-top: 100%!important;
    }

    .brands-slider__item {
        width: 50%;
    }

    .catalog-tabs.tabs._inline .tabs__nav {
    	display: block;
    }

    .catalog-tabs.tabs._inline .tabs__nav-item {
    	margin-right: 0;
    }

    .catalog-tabs.tabs._inline .tabs__nav-link {
    	display: inline-block;
    }
}