@media (max-width: 1439px) {
	.container {
		max-width: 1170px;
	}

	.catalog-section .product-item-container {
		width: calc(25% - 20px);
	}
}

@media (max-width: 1199px) {
	.container {
		max-width: 974px;
	}

	.header__city {
		width: 88px;
	}

	.catalog-section-first-wrap {
		margin: 36px 0 0;
	}

	.catalog-section-first-wrap .catalog-section-list-wrap {
		width: 100%;
		margin: 0 0 60px;
	}

	.catalog-section-first-wrap .catalog-subsection-list .catalog-section-link {
		white-space: normal;
	}

	.catalog-section .product-item-container {
		width: calc(33.33334% - 20px);
	}

	.catalog-element {
		margin-top: 36px;
	}

	.catalog-element .catalog-element__slider-wrap {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		margin-right: 24px;
		height: 368px;
	}

	.catalog-element .catalog-element__slider-item {
		width: 368px !important;
		min-width: 368px;
		height: 368px;
	}

	.catalog-element .catalog-element__slider-thumbnails {
		margin-right: 12px;
	}

	.catalog-element .catalog-element__slider-thumbnails .catalog-element__slider-item {
		width: 64px !important;
		min-width: 64px;
		height: 64px;
		margin-bottom: 12px;
	}
}

@media (max-width: 991px) {
	.container {
		max-width: 740px;
	}

	header {
		padding: 24px 0;
	}

	.header__city,
	.header__menu,
	.header__phone,
	.header__search,
	.header__icon-personal,
	.header__icon-favorite,
	.header__catalog-btn,
	.header__icon-cart .header__icon-title {
		display: none;
	}

	.header__row {
		margin: 0;
	}

	.header__basket-line {
		margin-left: auto;
	}

	.header__icon-cart svg {
		width: 24px;
		height: 24px;
		margin-bottom: 0;
		display: block;
	}

	.header__icon-href {
		margin: 0;
	}

	.header__burger {
		display: block;
		margin-left: 24px;
	}

	.header__burger svg {
		display: block;
	}

	.bx-breadcrumb {
		margin-top: 10px;
	}

	h1 {
		font-size: 30px;
		line-height: 110%;
		margin: 24px 0;
	}

	.footer__contacts .footer__row {
		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
		-moz-box-direction: normal;
		-moz-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.footer__social {
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}

	.footer__phone {
		margin-bottom: 4px;
	}

	.catalog-section .product-item-container {
		width: calc(50% - 20px);
	}

	.catalog-element {
		display: block;
		margin-top: 24px;
	}

	.catalog-element .catalog-element__slider-wrap {
		display: block;
		height: auto;
		margin-right: 0;
		margin-top: 18px;
	}

	.catalog-element .catalog-element__slider-item {
		width: 100% !important;
		min-width: 100%;
		height: auto;
		padding-top: 100%;
	}

	.catalog-element .catalog-element__slider-thumbnails {
		margin-right: 0;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		width: calc(100% + 30px);
		margin-left: -15px;
		padding: 0 15px;
	}

	.catalog-element .catalog-element__slider-thumbnails .catalog-element__slider-item {
		width: 82px !important;
		min-width: 82px;
		height: 82px;
		margin: 12px 12px 0 0;
		padding-top: 0;
	}

	.catalog-element .catalog-element__slider-thumbnails .catalog-element__slider-item:last-of-type {
		margin: 12px 0 0 0;
	}

	.catalog-element .catalog-element__info-wrap {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
		-moz-box-direction: normal;
		-moz-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.catalog-element .catalog-element__properties {
		-webkit-box-ordinal-group: 3;
		-moz-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
		margin-top: 24px;
	}

	.catalog-element .catalog-element__aval {
		-webkit-box-ordinal-group: 4;
		-moz-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
		margin-top: 16px;
		-webkit-box-align: start;
		-moz-box-align: start;
		-ms-flex-align: start;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		line-height: 37px;
	}

	.catalog-element .catalog-element__store-list {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.catalog-element .catalog-element__basket-wrap {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.catalog-element .catalog-element__price {
		font-size: 22px;
		margin-right: 0;
		width: 100%;
		min-width: 100%;
		margin-bottom: 24px;
	}

	.catalog-element .catalog-element__old-price {
		font-size: 16px;
		height: auto;
	}

	.catalog-element .catalog-element__property-item .cell-first {
		min-width: 200px;
	}

	.catalog-element .catalog-element__title {
		font-size: 20px;
		line-height: 140%;
		letter-spacing: -0.03em;
		margin-top: 0;
	}

	.catalog-block-header {
		font-size: 30px;
		line-height: 110%;
		margin: 60px 0 20px;
	}

	.visible-mobile {
		display: block;
	}

	.hidden-mobile {
		display: none;
	}

	.tns-controls {
		top: -60px;
	}
}

@media (max-width: 767px) {
	.container {
		max-width: 100%;
	}

	.catalog-section-first-wrap {
		margin: 0;
	}

	.catalog-section-first-wrap .catalog-section-list-wrap {
		margin: 0 0 48px;
	}

	.catalog-section-first-wrap .catalog-section-list-wrap .catalog-section-list-item-img {
		display: none;
	}

	.catalog-section-first-wrap .catalog-section-list-wrap .catalog-section-link {
		margin-bottom: 20px;
	}

	.catalog-section-first-wrap .catalog-subsection-list .catalog-section-link {
		margin-bottom: 0;
	}

	.catalog-section .product-items-wrap--slider {
		padding-bottom: 78px;
	}

	.catalog-section .product-item-info-wrap {
		margin-bottom: 4px;
		font-size: 13px;
	}

	.catalog-section .product-item-info-wrap .product-item-available {
		padding: 6px 8px;
	}

	.catalog-section .product-item-title {
		font-weight: 500;
		font-size: 13px;
		margin-bottom: 10px;
	}

	.catalog-section .product-item-container {
		margin: 0 8px 16px;
		width: calc(50% - 16px);
		padding: 9px;
	}

	.catalog-section .product-item-buy-wrap {
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 12px;
	}

	.catalog-section .product-item-price-container {
		max-width: 100%;
	}

	.catalog-section .product-item-buttons-container a, .catalog-section .product-item-buttons-container button {
		padding: 10px 12px;
	}

	.catalog-section .product-item-recommended-retail-price {
		font-size: 12px;
	}

	.catalog-section .product-item-percent {
		font-size: 12px;
	}	

	footer {
		padding: 40px 0 12px;
		margin-top: 60px;
	}

	footer,
	.footer__contacts,
	.footer__card {
		text-align: center;
	}

	.footer__row,
	.footer__menu,
	.footer__links {
		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
		-moz-box-direction: normal;
		-moz-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
	}

	.footer__menu ul {
		margin-right: 0;
		margin-bottom: 36px;
	}

	.footer__menu ul:first-of-type li {
		font-size: 18px;
		font-weight: 500;
	}

	.footer__menu ul li:first-of-type a {
		color: #454545;
	}

	.footer__phone {
		margin: 4px 0 18px;
	}

	.footer__callback {
		margin-top: 24px;
	}

	.footer__card {
		margin: 44px 0 30px;
	}

	.footer__social a,
	.footer__links a,
	.footer__links div {
		display: block;
		margin: 0 0 12px;
		padding: 0;
	}

	.main_need-products--slider .tns-controls,
	.tns-controls {
		right: 50%;
		margin-right: -56px;
		top: inherit;
		bottom: 0;
		z-index: 3;
	}
}

/*# sourceMappingURL=media.css.map */
