/* mobile first */
@media (min-width: 576px) {
	.hide-min-w_576 {
		display: none;
	}
	.project-page__delimiter:not(:first-child) {
		padding-top: 15px;
	}
	.certificates-slider__slide {
		padding: 0 10px;
	}

	.product-card {
		min-height: 480px;
	}
	.product-card__top {
		justify-content: center;
		border-bottom: 1px solid var(--gray-color-1);
	}
	.product-stocks {
		left: 10px;
		right: 10px;
		bottom: 10px;
	}
	.product__top-left .product-stocks {
		top: 20px;
		left: 20px;
		right: 20px;
	}

	.comparisons__attribute {
		align-items: flex-end;
	}
	.comparisons__attribute .product-characteristics__name {
		flex: 1 1 auto;
	}
	.rm-from-comparisons {
		top: 15px;
		right: 15px;
		position: absolute;
	}
	.product-card__bottom .rm-from-comparisons {
		display: none;
	}
	.product-card__btns {
		flex-direction: column;
	}
	.product-card__btns .in-basket {
		margin-top: 10px;
	}
	.products-content__banners {
		column-gap: 2%;
	}
	.products-content__banner {
		width: 49%;
	}
}

@media (min-width: 768px) {
	.callback-form .sf__field {
		width: 33%;
	}
	.hide-min-w_768 {
		display: none;
	}
	.callback-form .sf__footnote {
		width: 660px;
	}
	.project-page .callback-form {
		margin-top: 100px;
	}
	.front-section__subtitle {
		font-size: 1.125rem;
	}

	.position_show-all .show-all {
		top: 50%;
		right: 0;
		position: absolute;
		transform: translateY(-50%);
	}
	.project-page .text-content {
		font-size: 1.125rem;
	}
	.questions__title {
		margin-left: 30px;
	}
	.stock-content__explanation {
		font-size: 1.125rem;
	}

	.one-article__img {
		float: left;
		margin-right: 30px;
	}

	.letter-to-director__gratitude,
	.letter-to-director__subtitle {
		font-size: 1.125rem;
	}

	.product__shop-info {
		align-items: flex-start;
	}

	.product__shop {
		padding: 20px;
		margin-left: 30px;
		border-radius: 10px;
		background: #F3F3F3;
	}
	.product__tab-headers {
		margin-top: 20px;
	}
	.fix-price__fields {
		align-items: flex-end;
	}

	.cart {
		margin-top: 50px;
	}
	.cart .cart__product:last-child {
		border-bottom: 1px solid #D0D0D0;
	}
	.cart__product-top {
		align-items: center;
	}
	.cart__product-name {
		width: 200px;
	}
	.cart__product-count {
		flex-basis: 56.3333%
	}
	.cart__product-price {
		flex-basis: 48%;
		flex-direction: column;
	}
	.cart .product-old-price {
		margin-bottom: 5px;
	}
	.cart__clear {
		margin-top: 15px;
	}
	.cart__form-fields .sf__field {
		width: 48%;
	}
	.cart__form-bottom_item {
		width: 50%;
	}
}

@media (min-width: 992px) {
	.article__title {
		font-size: 1.125rem;
		line-height: 1.4375rem;
	}
	.advantage:nth-child(even) {
		flex-direction: row-reverse;
	}
	.advantage:nth-child(1) .advantage__content {
		border-top: 1px solid rgba(81, 81, 81, 0.2);
		border-radius: 0 10px 0 0;
	}
	.advantage__bottom-text {
		width: 430px;
		font-size: 1.125rem;
	}
	.advantage img {
		width: 50%;
		height: 400px;
	}
	.advantage__content {
		width: 50%;
	}

	.project-page:not(.project-page_guarantee) .guarantees {
		padding: 0 45px;
	}

	.one-article__content {
		font-size: 1.125rem;
	}

	.hide-min-w_992 {
		display: none;
	}

	.shops-contacts__value {
		margin: 5px 0 0 35px;
		max-width: 190px;
	}
	.shops-contacts__shop {
		width: 25%;
	}
	.shops-contacts__value_time {
		min-height: 35px;
	}

	.presets {
		flex-wrap: wrap;
	}

	.filter {
		width: 265px;
		border-radius: 10px;
		background: #F3F3F3;
	}
	.mob-filter-switch {
		display: none;
	}
	.filter__buttons {
		margin-top: 5px;
	}
	.filter__buttons_hide {
		opacity: 0;
		pointer-events: none;
	}
	.mob-filter__title {
		display: none;
	}

	.products-content__right {
		margin-left: 20px;
	}

	.cookies-popup {
		align-items: center;
		flex-direction: row;
		padding: 24px 30px;
	}
}

@media (min-width: 1200px) {
	.header__top {
		background: var(--gray-color-1);
	}
	.header__top > .container {
		padding: 0;
	}
	.header-nav {
		flex-wrap: wrap;
	}
	.hide-min-w_1200 {
		display: none;
	}
	.header__bottom {
		padding: 15px 0 30px 0;
		box-shadow: 0 2px 8px rgba(187, 187, 187, .25);
	}
	.header__bottom_shop {
		margin-top: 15px;
		column-gap: 30px;
	}
	.shops .svg-ico {
		margin-left: 10px;
	}

	.shops__items {
		top: 30px;
		padding: 0;
		z-index: 1;
		position: absolute;
		border-radius: 10px;
		box-shadow: 0 0 5px rgba(125, 125, 125, .25);
	}
	.shops__text_top {
		margin-bottom: 2px;
	}
	.shops__item:first-child {
		border-radius: 10px 10px 0 0;
	}
	.shops__item:last-child {
		border-radius: 0 0 10px 10px;
	}
	.shops__item:hover {
		border-color:transparent;
		background: rgb(0, 181, 0, .2);
	}

	.mobile-menu {
		display: none;
	}

	.modal-dialog_form {
		width: 520px;
	}

	.footer-navigator {
		margin-left: 200px;
	}
	.footer__top_content {
		border-bottom: 1px solid #717171;
	}
	.footer-navigator__link {
		font-weight: 500;
		line-height: 19px;
	}

	.review__black-text {
		font-size: 1.125rem;
	}

	.stock-items__item_left {
		flex: 0 0 auto;
	}
	.stock-img {
		width: 550px;
		height: 300px;
	}

	.num-list__items {
		width: 50%;
	}
	.num-list__items:nth-child(2) {
		margin-left: 100px;
	}
	.num-list__items > li {
		height: 66px;
	}
	.num-list .svg-ico_logo {
		top: 62px;
		right: -170px;
	}

	.project-page_delivery .num-list__last-item span:first-child {
		margin-top: 22px;
	}
	.project-page_installation .num-list .svg-ico_logo {
		top: 60px;
		right: -130px;
	}

	.project-page_guarantee .guarantees {
		padding: 0 45px 0 45px;
	}
	.project-page_guarantee .project-page__content {
		margin-top: 30px;
	}

	.privilege {
		column-gap: 20px;
	}
	.privilege__item {
		width: 33%;
	}

	.project-page_stock .stock-content {
		width: 100%;
	}

	.front-section_reviews .review.active .review__bottom {
		margin-top: 10px;
	}

	.letter-to-director__question {
		max-width: 360px;
	}

	.catalog {
		background: var(--gray-color-1);
		border-bottom: 1px solid rgba(81, 81, 81, 0.5);
	}
	.catalog__left {
		width: 30%;
		padding: 30px 30px 30px 0;
		border-right: 1px solid rgb(81, 81, 81, .5);
	}
	.catalog__tab-headers,
	.catalog__categories {
		row-gap: 10px;
	}
	.catalog__category {
		letter-spacing: .02em;
		border-radius: 10px;
	}
	.catalog__category:hover,
	.catalog__category.active {
		color: #FFF;
		background: var(--green-color-1);
	}
	.catalog__category:hover .svg-ico,
	.catalog__category.active .svg-ico {
		fill: #FFF;
	}
	.catalog__right {
		box-sizing: border-box;
		padding: 30px 0 30px 30px;
	}
	.catalog__attrs {
		row-gap: 25px;
		margin-top: 20px;
		column-gap: 30px;
		height: 850px;
	}

	.product__top-left {
		width: 37%;
	}
	.product__top-right {
		margin-left: 30px;
	}
	.product__info {
		width: 366px;
	}
	.product__colors {
		margin-top: 20px;
	}

	.product__tab-col {
		width: 50%;
	}

	.cart-info__bottom {
		flex-direction: column;
	}
	.cart-info__total {
		align-items: flex-end;
	}
	.cart-info__total-name {
		padding: 0 30px 2px 0;
		border-bottom: 1px dashed rgba(81, 81, 81, .50);
	}
	.cart-info__total-value {
		padding: 0 0 2px 5px;
	}
	.cart-info__mob-switch {
		display: none;
	}
	.cart__top {
		display: flex;
		align-items: flex-start;
	}
	.cart__products {
		width: 800px;
	}
	.cart__design-order {
		width: 800px;
	}
	.cart-empty {
		margin-top: 150px;
	}
	.attr {
		max-width: 25%;
	}

	.product-attr-banners {
		gap: 20px;
		margin: 40px 0;
	}
}

@media (min-width: 1400px) {}

/* desktop first */
@media (max-width: 1399px) {}

@media (max-width: 1199px) {
	.container {
		padding: 0 20px;
	}
	.hide-max-w_1199 {
		display: none;
	}

	.header__top {
		padding: 15px 0;
	}
	.header-nav {
		flex-direction: column;
	}
	.header-nav li a {
		padding: 20px 0;
		border-top: 1px solid var(--gray-color-1);
	}
	.header-search__input {
		width: 100%;
		height: 35px;
		font-size: .75rem;
		border-radius: 10px;
		line-height: .875rem;
	}
	.header-search .svg-ico {
		width: 10px;
		height: 10px;
	}
	.header__top_mobile {
		left: 50%;
		z-index: 2;
		padding: 0 20px;
		position: fixed;
		transition: .6s;
		background: #FFF;
		overflow-y: auto;
		max-width: 1140px;
		box-sizing: border-box;
		transform: translateX(-50%);
		top: var(--mobile-fixed-header-height);
		bottom: var(--mobile-fixed-menu-height);
	}
	header:not(.active) .shops,
	header:not(.active) .header__top_mobile {
		display: none;
	}

	.no-scroll {
		overflow: hidden;
	}

	.shops__btn {
		width: 100%;
		padding: 30px 0;
		justify-content: space-between;
	}
	.shops__items {
		width: 100%;
	}
	.shops__text_top {
		row-gap: 6px;
		flex-direction: column;
	}
	.shops__schedule {
		margin-top: 6px;
	}
	.shops__item {
		padding: 10px 0 10px 10px;
	}
	.shops__item:first-child {
		padding-top: 0;
	}
	.shops__item:last-child {
		padding-bottom: 20px;
	}

	.modal-dialog {
		max-width: 520px;
	}
	.modal-dialog_form {
		padding: 30px 20px;
	}
	.modal-dialog > .md__title {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
	.modal-dialog > .md__subtitle {
		font-size: .75rem;
		line-height: 1.125rem;
	}
	.modal-dialog_form > .md__content {
		margin-top: 15px;
	}
	.modal-dialog .sf__field:not(:first-child) {
		margin-top: 10px;
	}
	.modal-dialog .sf__input {
		padding: 14px 15px;
	}
	.modal-dialog .sf__footnote {
		margin-top: 10px;
	}
	.modal-dialog .button {
		padding: 16px;
		margin-top: 20px;
		font-size: .875rem;
		line-height: 1.125rem;
	}
	.modal-dialog>.md__close {
		width: 10px;
		height: 10px;
	}
	.modal-dialog>.md__close::before,
	.modal-dialog>.md__close::after {
		width: 10px;
	}

	footer {
		margin-top: 80px;
		padding-bottom: var(--mobile-fixed-menu-height);
	}
	.footer-navigator {
		margin-top: 20px;
		align-items: center;
		flex-direction: column;
	}
	.footer-navigator__item {
		width: 100%;
		border-top: 1px solid var(--gray-color-1);
	}
	.footer-navigator__item:last-of-type {
		border-bottom: 1px solid var(--gray-color-1);
	}
	.footer-navigator__item:not(.active) .footer-navigator__links {
		display: none;
	}
	.footer-navigator__item.active .footer-navigator__title .svg-ico {
		transform: rotate(-180deg);
	}
	.footer-navigator__title {
		cursor: pointer;
		padding: 20px 0;
		font-weight: 500;
		font-size: .9375rem;
		line-height: 1.125rem;
		justify-content: space-between;
	}
	.footer-navigator__item.active {
		padding-bottom: 20px;
	}
	.footer-navigator__item.active .footer-navigator__title {
		padding-bottom: 0;
	}
	.footer__top_content {
		align-items: center;
		padding-bottom: unset;
		flex-direction: column;
	}
	.footer__top {
		padding-top: 20px;
	}
	.footer__bottom_content {
		flex-direction: column;
		row-gap: 10px;
	}
	.footer-navigator__link {
		font-size: .875rem;
		line-height: 1.0625rem;
	}
	.footer-navigator__feedback .footer-navigator__link {
		font-size: 1rem;
		line-height: 1.1875rem;
	}

	.slider-wrapper__arrow {
		width: 20px;
		height: 20px;
	}
	.slider-wrapper__arrow .svg-ico {
		height: 4px;
		width: 10px;
	}
	.slider-wrapper__arrow_next {
		right: -4px;
	}
	.slider-wrapper__arrow_prev {
		left: -4px;
	}

	.review {
		padding: 15px;
	}
	.review__black-text {
		line-height: 1.1875rem;
	}
	.review__head-right {
		margin-left: 7px;
	}
	.review__text {
		margin-top: 10px;
		font-size: .875rem;
		line-height: 1.125rem;
		-webkit-line-clamp: 5;
	}

	.front-section_stock .stock-content {
		display: none;
	}
	.front-section_stock .stock-img {
		border-radius: 10px;
	}
	.front-section_stock .stock-items {
		overflow-y: auto;
		column-gap: 10px;
		flex-direction: row;
		padding-bottom: 13px;
	}
	.front-section_stock .front-section__btn {
		width: 100%;
		margin-top: 7px;
		text-align: center;
		border-radius: 10px;
	}

	.front-banners__item_title {
		font-size: 1.0625rem;
		line-height: 1.375rem;
	}
	.front-banners__item .show-all {
		font-size: .75rem;
		line-height: 1rem;
	}
	.front-banners__item {
		padding: 10px 10px 0 20px;
	}

	.breadcrumb {
		margin: 15px 0;
	}

	.num-list {
		padding: 30px 24px 30px 85px;
	}
	.num-list ol {
		flex-direction: column;
	}
	.num-list .svg-ico_logo {
		width: 360px;
		bottom: 22px;
		height: 430px;
		right: -125px;
	}
	.num-list__items:nth-child(2) {
		margin-top: 20px;
	}
	.project-page_delivery .num-list__last-item::before {
		top: 2px;
		left: -55px;
		transform: translateY(0);
	}

	.project-page_installation .num-list__items > li:not(:first-child) {
		margin-top: 25px;
	}
	.project-page_installation .num-list .svg-ico_logo {
		bottom: 20px;
		width: 360px;
		height: 430px;
		right: -125px;
	}

	.project-page_guarantee .guarantees {
		row-gap: 10px;
		margin-top: 15px;
		flex-direction: column;
	}
	.project-page_guarantee .guarantees__item {
		padding: 15px 9px 15px 30px;
		border-radius: 10px;
		background: var(--gray-color-1);
	}
	.project-page_guarantee .project-page__content {
		margin-top: 20px;
		padding: 15px 120px 30px 120px;
	}

	.privilege {
		row-gap: 15px;
		flex-direction: column;
	}
	.privilege__item {
		padding: 20px 15px 20px 20px;
	}
	.privilege__item:last-child {
		padding: 50px 37px;
	}

	.project-page_stock .stock-items__item {
		width: auto;
		flex-direction: column;
	}
	.project-page_stock .text-ellipses {
		display: block;
	}
	.project-page_stock .stock-img {
		border-bottom-left-radius: 0;
		border-top-right-radius: 10px;
	}
	.project-page_stock .stock-content {
		max-width: 550px;
		padding: 15px 30px;
		box-sizing: border-box;
		border-top-right-radius: 0;
		border-left: 1px solid #D4D4D4;
		border-bottom-left-radius: 10px;
	}
	.project-page_stock .stock-items__item_left {
		max-width: 550px;
	}
	.project-page_stock .stock-content__title {
		width: 100%;
	}

	.review:not(.active) {
		max-height: 218px;
	}
	.front-section_reviews .slider-wrapper__arrows {
		top: 109px;
	}

	.letter-to-director__question {
		width: 32% !important;
	}

	.shops-videos {
		gap: 15px;
	}

	.catalog {
		position: fixed;
		top: var(--mobile-fixed-header-height);
		bottom: var(--mobile-fixed-menu-height);
		background: #FFF;
		left: 0;
		right: 0;
	}
	.catalog__left {
		justify-content: flex-end;
		flex-direction: column-reverse;
	}
	.catalog__container {
		flex-direction: column;
	}
	.catalog__categories {
		margin-top: 20px;
	}
	.catalog__category {
		padding: 15px 0;
		font-size: .9375rem;
		line-height: 1.125rem;
		border-top: 1px solid var(--gray-color-1);
	}
	.catalog__tab-headers + .catalog__category {
		border-bottom: 1px solid var(--gray-color-1);
	}
	.catalog__attrs {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		background: #FFF;
		bottom: var(--mobile-fixed-menu-height);
		align-content: space-between;
		flex-flow: column;
		overflow-y: scroll;
		padding: 20px;
	}

	.attr__title {
		font-size: .875rem;
	}
	.attr {
		padding: 15px 0;
		border-top: 1px solid var(--gray-color-1);
	}
	.attr:last-child {
		border-bottom: 1px solid var(--gray-color-1);
	}

	.page-content_100vw .breadcrumb {
		display: none;
	}

	.filter__switch-span::after {
		width: 18px;
		height: 18px;
	}

	.products-content__list .product-card {
		width: 49%;
	}

	.product__top {
		margin-top: 10px;
		flex-direction: column;
	}
	.product__info {
		width: 50%;
	}
	.product__title {
		margin: 20px 0;
	}

	.product-in-stock__mt {
		margin-top: 10px;
	}

	.product__tab-cols {
		row-gap: 15px;
		flex-direction: column;
	}
	.product__tab-col {
		padding: 25px 15px;
	}
	.product__advantages {
		margin-top: 15px;
	}

	.counter-widget__bg {
		left: 40px;
		top: -10px;
		background: var(--green-color-1);
	}
	.counter-widget__value {
		color: var(--gray-color-1);
	}
	.counter-widget_comparisons .counter-widget__bg {
		left: 48px;
	}

	#toTop {
		bottom: 160px;
	}

	.cart-info {
		left: 0;
		right: 0;
		z-index: 1;
		position: fixed;
		padding: 30px 20px;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		bottom: var(--mobile-fixed-menu-height);
	}
	.cart-info__btn {
		flex: 1 1 auto;
	}
	.cart-info:not(.active) .cart-info__title {
		display: none;
	}
	.cart-info:not(.active) .cart-info__items {
		display: none;
	}
	.cart-info__total {
		flex-direction: column;
	}
	.cart-empty {
		padding: 70px 0 20px 0;
	}
	.header-search__btn {
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
	}
}

@media (max-width: 1024px) {
	.product__advantages {
		row-gap: 25px;
		flex-direction: column;
	}
}

@media (max-width: 991px) {
	.hide-max-w_991 {
		display: none;
	}

	.article__title {
		height: 60px;
		-webkit-line-clamp: 3;
	}
	.advantages {
		align-items: center;
	}
	.advantage {
		width: fit-content;
		align-items: center;
		flex-direction: column;
	}
	.advantage__content {
		padding: 15px;
		border-left: 1px solid;
		border-right: 1px solid;
	}
	.advantage:nth-child(3) .advantage__content {
		border-bottom-left-radius: 10px;
	}
	.advantage:nth-child(2) .advantage__content {
		border-top-right-radius: 0;
	}
	.advantage:nth-child(3) .advantage__list::before {
		height: 80%;
	}
	.advantage__num {
		font-size: 1.125rem;
		line-height: 1.3125rem;
	}
	.advantage__list {
		margin-top: 10px;
	}
	.advantage__list > li {
		font-size: .875rem;
		line-height: 1.0625rem;
	}
	.advantage__bottom-text {
		margin: 15px 0;
		max-width: 430px;
		line-height: 1.1875rem;
	}
	.advantage:first-child img {
		border-top-right-radius: 10px;
		border-top-left-radius: 10px;
	}
	.advantage img {
		object-fit: scale-down;
	}
	.front-section_advantages .front-section__content {
		margin-top: 25px;
	}

	.front-banners {
		row-gap: 10px;
		flex-direction: column;
	}
	.front-banners__item {
		width: 100%;
		height: 110px;
		padding-top: 0;
		overflow: hidden;
	}
	.front-banners__item img {
		right: 0;
		width: 82px;
		height: 140px;
		bottom: -10px;
		position: relative;
		object-fit: scale-down;
	}
	.front-banners__item_left {
		padding: 20px 0;
	}

	.project-page_guarantee .project-page__content {
		padding: 15px 100px 30px 100px;
	}
	.project-page__title {
		margin-top: 80px;
	}
	.certificates-slider {
		margin-top: 20px;
	}


	.project-page_articles .article,
	.project-page_reviews .review {
		width: 49%;
	}

	.project-page_articles .project-page__articles-gap,
	.project-page_reviews .project-page__reviews-gap {
		row-gap: 15px;
	}

	.one-article .main__title {
		font-size: 1.25rem;
		line-height: 1.5rem;
	}

	.letter-to-director__question {
		width: 100% !important;
	}

	.shops-contacts__items {
		row-gap: 20px;
		margin-top: 20px;
		flex-direction: column;
	}
	.shops-contacts {
		padding: 30px 0 20px 0;
	}
	.shops-contacts__row {
		display: flex;
	}
	.shops-contacts__ico {
		width: 15px;
		height: 15px;
	}
	.shops-contacts__ico .svg-ico {
		width: 100%;
		height: 100%;
	}
	.shops-contacts__value:not(.shops-contacts__value_address) {
		margin-left: 5px;
	}
	.shops-contacts__shop {
		row-gap: 10px;
	}

	.shops-videos__item {
		width: 100%;
	}
	.shops-videos {
		margin-top: 30px;
	}

	.presets {
		overflow-x: scroll;
	}

	.products-content {
		position: relative;
		flex-direction: column;
	}

	.mob-filter:not(.active) .mob-filter__title,
	.mob-filter:not(.active) .filter {
		opacity: 0;
		z-index: -1;
		position: absolute;
		pointer-events: none;
	}

	.products-content__right {
		margin-top: 30px;
	}

	.product__colors-list {
		gap: 9px;
	}

	.fix-price .simple-form {
		flex-direction: column;
		align-items: flex-start;
	}
	.product__tab-body > [data-tab].active {
		margin-bottom: 80px;
	}
	.fix-price {
		padding: 25px;
	}
	.fix-price__fields {
		width: 100%;
		margin-top: 10px;
	}
	.mob-filter.active {
		overflow-y: auto;
	}
	.mob-filter.active .mob-filter__container {
		margin: 0 auto;
		max-width: 500px;
	}
	.mob-filter.active {
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 3;
		position: fixed;
		background: #F3F3F3;
	}
	.mob-filter.active .mob-filter-switch {
		padding-bottom: 10px;
		margin: 15px 20px 0 20px;
		justify-content: space-between;
		border-bottom: 1px solid rgba(81, 81, 81, .3);
	}
	.mob-filter.active .mob-filter-switch > a {
		padding: 0;
	}
	.mob-filter.active .mob-filter-switch__text {
		display: none;
	}

	.filter__popup-search-btn {
		display: none;
	}
}

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

	.main__title {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
	.front-section {
		margin-top: 75px;
	}

	.front-section_stock .front-section__content {
		margin-top: 15px;
	}

	.callback-form .main__title {
		width: 325px;
	}
	.callback-form {
		margin-top: 80px;
	}
	.callback-form .sf__input {
		padding: 14px 15px;
		border-radius: 10px;
	}
	.callback-form:not(.letter-to-director) .simple-form {
		margin-top: 5px;
	}
	.callback-form__main-content {
		align-items: center;
		flex-direction: column;
	}
	.callback-form .sf__field {
		width: 100%;
	}
	.callback-form .sf__field:nth-child(2) {
		margin-top: 10px;
	}
	.callback-form .button {
		padding: 15px;
		margin-top: 20px;
		border-radius: 10px;
	}
	.callback-form .sf__footnote {
		margin-top: 10px;
	}

	.hide-max-w_767 {
		display: none;
	}

	.front-section_brands {
		margin-top: 70px;
	}

	.front-section__subtitle {
		width: 335px;
		margin-top: 10px;
		line-height: 1.1875rem;
	}

	.position_show-all {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.show-all {
		margin-top: 7px;
	}
	.catalog__attrs .show-all {
		margin-top: 0;
	}
	.front-section__content {
		margin-top: 20px;
	}

	.review-services__item {
		padding: 8px 20px;
	}
	.review-services {
		margin-top: 10px;
	}
	.front-section__btn {
		margin-top: 15px;
		text-align: center;
	}

	.front-section_reviews .front-section__content {
		margin-top: 20px;
	}

	.guarantees {
		row-gap: 10px;
		margin-top: 15px;
		flex-direction: column;
	}
	.guarantees__item {
		padding: 15px 30px;
		border-radius: 10px;
		background: var(--gray-color-1);
	}

	.project-page .text-content {
		margin-top: 15px;
		line-height: 1.0625rem;
	}
	.text-content__width {
		max-width: 335px;
	}

	.num-list {
		margin-top: 20px;
	}
	.project-page_delivery .num-list__items > li:not(:first-child) {
		margin-top: 15px;
	}
	.num-list__items:nth-child(2) {
		margin-top: 15px;
	}

	.project-page_img {
		margin-top: 80px;
	}

	.project-page_installation .num-list__sublist {
		margin-top: 10px;
	}

	.project-page_guarantee .project-page__content {
		padding: 20px 80px 35px 80px;
	}

	.privilege {
		margin-top: 15px;
	}

	.project-page__questions {
		row-gap: 30px;
		margin-top: 15px;
	}
	.questions__text-question {
		max-width: 265px;
		font-size: 1.25rem;
		line-height: 1.5rem;
	}
	.questions__item {
		padding: 0 15px 0 20px;
	}
	.questions__item.active {
		padding: 20px 15px 20px 20px;
	}
	.questions__item.active .questions__text-answer {
		margin-top: 10px;
	}
	.questions__items {
		row-gap: 20px;
	}

	.project-page_stock .stock-items {
		margin-top: 20px;
	}
	.project-page_stock .stock-content {
		padding: 15px;
	}
	.project-page_stock .stock-content__title {
		font-size: 1.25rem;
		line-height: 1.6875rem;
	}
	.project-page_stock .stock-content__explanation {
		line-height: 1.1875rem;
	}
	.project-page_stock .stock-content__condition {
		font-size: .875rem;
		line-height: 1.0625rem;
	}

	.project-page__reviews-mt {
		margin-top: 30px;
	}

	.project-page_articles {
		margin-top: 20px;
	}

	.one-article__img {
		margin: 15px 0 0 0;
	}

	.letter-to-director {
		padding-top: 45px;
	}
	.letter-to-director__subtitle {
		width: 335px;
		margin-top: 10px;
		line-height: 20px;
	}
	.letter-to-director__gratitude {
		margin-top: 10px;
		line-height: 20px;
	}
	.letter-to-director .callback-form__main-content {
		margin-top: 20px;
	}
	.letter-to-director.callback-form .button {
		margin-top: 30px;
	}
	.letter-to-director.callback-form .sf__field:nth-child(2) {
		margin-top: 20px;
	}

	.contacts-map {
		height: 215px;
		margin-top: 15px;
	}

	.category-title {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}

	.product__shop-info {
		flex-direction: column;
	}

	.product__top-right {
		background: #F3F3F3;
		padding: 0 15px 20px 15px;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}
	.product__top-left {
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}
	.product__info {
		width: 100%;
	}
	.product__color {
		width: 72px;
		height: 66px;
		background-color: #FFF;
		border: 1px solid rgba(81, 81, 81, .3);
	}
	.product__title {
		margin: 15px 0;
		font-size: 1.125rem;
		line-height: 1.5rem;
	}
	.product__colors-title {
		font-size: .875rem;
	}
	.product__shop {
		margin-top: 20px;
	}

	.product__tab-header {
		width: 160px;
	}
	.product__tab-headers {
		gap: 15px;
	}

	.product__tab-content_advantages {
		padding: 20px;
	}
	.fix-price__fields {
		flex-direction: column;
	}
	.fix-price__phone {
		margin-top: 10px;
	}
	.fix-price__btn {
		margin-top: 20px;
	}

	.product-slider__title {
		font-size: 1.25rem;
		line-height: 1.5rem;
	}
	.product-slider {
		margin-top: 80px;
	}
	.product-slider .slider-wrapper {
		margin-top: 20px;
	}

	.cart__top {
		margin-top: 15px;
	}
	.cart__products_head {
		display: none;
	}
	.cart__products {
		display: flex;
		flex-direction: column-reverse;
		padding-bottom: 40px;
	}
	.cart__product {
		flex-direction: column;
	}
	.cart__product-middle_mob {
		margin-top: 10px;
		justify-content: space-between;
	}
	.cart .product-price {
		margin-left: 5px;
	}
	.cart__product-remove {
		top: 8px;
		right: 0;
		position: absolute;
	}
	.cart__form-fields {
		row-gap: 10px;
		margin-top: 15px;
		flex-direction: column;
	}
	.cart__form-bottom {
		row-gap: 15px;
		margin-top: 15px;
		flex-direction: column;
	}
	.cart__form-title {
		line-height: 1rem;
		font-size: .875rem;
	}
	.cart__form {
		padding: 20px;
	}
	.cart__form-title_additional {
		margin-top: 20px;
	}
	.cart__form .sf__textarea {
		height: 220px;
	}
	.unique-attributes {
		margin-top: 10px;
	}
	.comparisons__slide {
		padding: 0 7px;
	}
	.comparisons__slide .product-card__bottom {
		padding: 10px 10px 2px 10px;
	}
	.cart__product-name {
		max-width: 350px;
	}

	.video-gallery {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}
	.video-gallery-item__iframe {
		height: 200px;
	}
}

@media (max-width: 575px) {
	.hide-max-w_575 {
		display: none;
	}
	.front-section__btn {
		width: 100%;
		border-radius: 10px;
	}

	.front-brands {
		row-gap: 15px;
		margin-top: 20px;
		align-items: center;
		flex-direction: column;
	}
	.front-brands img {
		width: fit-content;
	}

	.num-list__marker_mob::before {
		top: 3px !important;
		transform: translate(-100%, 0) !important;
	}
	.project-page_installation .num-list__items > li:not(:first-child) {
		margin-top: 20px;
	}
	.project-page_guarantee .project-page__content {
		padding: 15px 30px 30px 30px;
	}
	.project-page__delimiter:not(:last-child) {
		padding-bottom: 15px;
	}
	.project-page_articles .article,
	.project-page_reviews .review {
		width: 100%;
	}

	.products-content__list .product-card {
		width: 100%;
	}
	.product-card__img {
		width: 135px;
		height: 108px;
	}
	.product-card__top {
		justify-content: flex-start;
	}
	.product-stocks {
		top: 15px;
		right: 15px;
		left: 140px;
		max-height: 95px;
		align-items: flex-end;
	}

	.product__top-left {
		height: 345px;
	}

	.comparisons__attribute {
		padding: 10px;
		flex-direction: column;
	}
	.comparisons__attribute .product-characteristics__name {
		padding: 0;
		font-size: .75rem;
		border-bottom: unset;
	}
	.comparisons__attribute .product-characteristics__value {
		padding: 0;
		font-size: .75rem;
	}
	.comparisons__attribute .product-characteristics__values {
		margin-top: 5px;
		max-width: 100%;
	}
	.comparisons__slide .product-card__title {
		min-height: 30px;
		font-size: .75rem;
		line-height: .875rem;
	}
	.comparisons__slide .product-in-stock {
		font-size: .75rem;
	}
	.product-card__top + .rm-from-comparisons {
		display: none;
	}
	.comparisons__slide .product-card__shop {
		margin-top: 5px;
	}
	.comparisons__slide .product-price {
		font-size: 1rem;
		line-height: 1.125rem;
	}
	.comparisons__slide .product-old-price {
		line-height: 1rem;
		font-size: .75rem;
	}
	.product-card__btns {
		margin-top: 8px;
		column-gap: 10px;
		justify-content: space-between;
	}
	.product-card__btns .in-basket {
		width: 30px;
		height: 30px;
		padding: 7px;
		display: flex;
		border-radius: 6px;
		align-items: center;
		box-sizing: border-box;
		justify-content: center;
	}
	.product-card__btns .product-btn_measurement {
		flex: 1 1 auto;
		font-size: 12px;
		padding-bottom: 7px;
		padding-top: 7px;
		line-height: 14px;
		border-radius: 6px;
	}
	.comparisons__slide .product-stocks {
		left: unset;
		right: 5px;
	}
	.comparisons__slide .product-card {
		width: 200px;
	}
	.comparisons__slider {
		display: flex;
		overflow-x: auto;
	}
	.comparisons__products .slider-wrapper__arrows {
		opacity: 0;
		user-select: none;
	}
	.products-content__banners {
		row-gap: 20px;
		flex-direction: column;
	}
	.cart__product-name {
		max-width: 150px;
	}

	.sort-products-wrapper {
		align-items: flex-start;
		flex-direction: column;
		row-gap: 10px;
	}
}

@media (max-width: 480px) {
	.shops-videos__iframe {
		height: 165px;
	}

	/* костыль чтобы приподнять сторонний виджет 'marquiz' */
	.marquiz-widget__container {
		bottom: 80px !important;
	}
}