@media (min-width: 991px) {
	.header .menu li:hover > .sub-menu {
		opacity: 1;
		visibility: visible;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	.header .menu .sub-menu {
		display: block;
		position: absolute;
		z-index: 10;
		background: rgba(255, 255, 255, 0.8);
		opacity: 0;
		left: 0;
		top: 100%;
		visibility: hidden;
		width: 300px;
		-webkit-transform: scale(1, 0);
		transform: scale(1, 0);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		transition: var(--transition);
		box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
		margin: 0;
		list-style: none;
		border-radius: 8px;
	}
	.header .menu .sub-menu a {
		font-size: 16px;
	}
}
@media (max-width: 1399px) {
	.header__menu {
		padding: 0;
	}

	.cat-item,
	.cat-item.large {
		padding-top: 20px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.cat-item__sub {
		margin-top: 15px;
	}
	.cat-item__sub ul li + li {
		margin-top: 5px;
	}

	.product-item__img {
		min-height: 150px;
	}

	.post-product__thumb a {
		min-height: 365px;
	}

	.post-product__slider-item {
		min-height: 77px;
	}

	.footer:before,
	.footer:after {
		display: none;
	}
	.header__menu ul li a {
		padding: 20px 7px;
	}
	.page-title .section-title {
		margin-bottom: 20px;
	}
}

@media (max-width: 1199px) {

	.header__worktime,
	.header__address,
	.header__callback {
		display: none;
	}

	.banner__title,
	.section-title,
	.promotion-item__title {
		font-size: 36px;
	}

	.accordion-title {
		font-size: 22px;
	}

	.steps-item {
		padding-left: 15px;
		padding-right: 15px;
	}

	.footer__address {
		font-size: 16px;
	}

	.cat-item.info {
		padding-bottom: 120px;
	}

	.breadcrumbs {
		margin-bottom: 15px;
	}

	.post-product__gallery {
		max-width: 470px;
	}

	.post-product__title {
		margin-bottom: 15px;
	}

	.advantage {
		margin-bottom: 30px;
	}

	.tabs__nav,
	.product-form__title,
	.post-product__title {
		font-size: 28px;
	}

	.cat-item__sub ul li a:before {
		display: none;
	}

	.cat-item a:hover {
		text-decoration: underline;
	}

	.promotion__wrapper {
		background-size: cover;
		min-height: unset;
		padding: 25px 0;
	}

	.product-item__img {
		min-height: 277px;
	}

	.post-product__thumb a {
		min-height: 310px;
	}

	.post-product__slider-item {
		min-height: 63px;
	}
}

@media (max-width: 991px) {

	.header__phone,
	.header__email {
		font-size: 0;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		padding: 7px;
		-webkit-backdrop-filter: blur(8px);
		backdrop-filter: blur(8px);
		border: 1px solid #D0D2D8;
		cursor: pointer;
		transition: var(--transition);
		background-color: rgba(35, 45, 68, 0.1);
	}
	.header__phone a,
	.header__email a {
		display: block;
		width: 100%;
		height: 100%;
	}
	.header__menu ul li .sub-menu {
		display: none;
	}
	.divider {
		position: absolute;
		top: 5px;
    	right: -30px;
		padding: 10px;
		z-index: 1;
	}
	.divider svg path {
		stroke: var(--dark);
	}

	.header__phone:hover,
	.header__email:hover {
		background-color: rgba(35, 45, 68, 0.3);
	}

	.header__phone .wrapper {
		width: 100%;
		height: 100%;
		background: url('../images/phone_alt.svg') center center/cover no-repeat;
	}

	.header__email .wrapper {
		width: 100%;
		height: 100%;
		background: url('../images/mail_alt.svg') center center/cover no-repeat;
	}

	.header__catalog,
	.header__social {
		display: none;
	}

	.header__bottom {
		position: fixed;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		top: 0;
		left: -335px;
		background-color: var(--light);
		width: 335px;
		box-shadow: -1px 3px 5px rgba(0, 0, 0, .2);
		overflow-y: auto;
		overflow-x: hidden;
		-webkit-transition: left .3s 0s;
		transition: left .3s 0s;
		z-index: 100;
		height: 100%;
		padding: 20px 25px 30px;
		margin: 0 !important;
	}

	.header__bottom.opened {
		left: 0;
	}

	.header__menu ul {
		flex-direction: column;
		align-items: flex-start;
	}

	.banner {
		padding-top: 115px;
		margin-bottom: 25px;
	}

	.banner__title {
		font-size: 26px;
		margin-bottom: 20px;
	}

	.banner__text {
		font-size: 18px;
	}

	.banner__list {
		margin-top: 50px;
	}

	.section {
		padding: 25px 0;
	}

	.section-title {
		margin-bottom: 30px;
	}

	.promotion {
		margin: 25px 0;
	}

	.promotion-item__title {
		font-size: 26px;
		margin-bottom: 15px;
	}

	.promotion-item__date {
		margin-bottom: 15px;
	}

	.promotion-item__price {
		margin-bottom: 20px;
	}

	.accordion-title {
		padding: 20px 90px 20px 20px;
	}

	.accordion-header:before,
	.accordion-header:after {
		right: 10px;
	}

	.accordion-icon {
		flex: 0 0 87px;
	}

	.showroom {
		margin: 25px 0;
	}

	.delivery__slider {
		max-width: 100%;
	}

	.delivery__btns {
		justify-content: space-around;
	}

	.info-card {
		padding: 20px 15px;
	}

	.info-card__icon {
		margin-bottom: 15px;
	}

	.info-card__title {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.info-card__text strong {
		font-size: 18px;
	}

	.about {
		margin: 25px 0;
		padding: 50px 0;
		min-height: unset;
		text-align: center;
	}

	.about__text p {
		margin-bottom: 1em;
	}

	.about__content {
		margin-bottom: 30px;
	}

	.about__list {
		gap: 15px;
		flex-direction: row;
	}

	.about-item {
		max-width: 300px;
	}

	.steps-item {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.contacts__map {
		position: unset;
		width: 100%;
	}

	.contacts__map #map_contacts {
		height: 300px;
	}

	.contacts__wrapper {
		padding: 50px 0;
	}

	.footer__top {
		padding: 50px 0;
	}

	.footer-group__title {
		margin-bottom: 20px;
	}

	.footer-group__menu {
		font-size: 14px;
	}

	.footer-group__menu ul li+li {
		margin-top: 14px;
	}

	.call-item {
		margin-top: 14px;
	}

	.footer__address {
		max-width: 100%;
	}

	.post-product__main {
		grid-template-areas: "s2 s2" "s1 s3";
		grid-auto-columns: fit-content(50%) fit-content(50%);
		padding-bottom: 25px;
	}

	.post-product__gallery {
		max-width: 350px;
	}

	.advantage {
		gap: 15px;
	}

	.product-label {
		left: 15px;
		top: 15px;
	}

	.tabs__nav {
		font-size: 20px;
	}

	.product-form {
		padding: 25px 0;
	}

	.tabs__content table {
		overflow-x: scroll;
	}

	table tr td {
		padding: 15px 20px;

	}

	.promotion-item__content {
		padding: 0;
	}

	.product-item__img {
		min-height: 198px;
	}

	.post-product__thumb a {
		min-height: 231px;
	}

	.post-product__slider-item {
		min-height: 43px;
	}

	.promotion-item__text {
		margin-bottom: 15px;
	}
	.projects .showroom__wrapper {
		padding: 20px;
	}
	.header__menu ul li a {
		max-width: max-content;
	}
}

@media (max-width: 767px) {
	.banner__title {
		font-size: 24px;
		text-align: center;
	}

	.banner__text {
		font-size: 16px;
	}

	.header__logo {
		max-width: 123px;
	}

	.section-title {
		font-size: 24px;
		text-align: center;
	}

	.promotion-item__content {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.cat-item__sub {
		font-size: 14px;
	}

	.cat-item,
	.cat-item.large {
		padding: 30px;
	}

	.cat-item__bg {
		position: unset;
		transform: translateX(30px) translateY(30px);
		text-align: right;
	}

	.cat-item__title {
		font-weight: 600;
	}

	.showroom__wrapper {
		padding: 50px 15px;
	}

	.showroom__title {
		font-size: 20px;
	}

	.showroom__text {
		font-size: 16px;
		margin-bottom: 20px;
	}

	.showroom__btn .btn {
		width: 100%;
	}

	.accordion-icon img,
	.accordion-icon svg {
		max-width: 24px;
		max-height: 24px;
	}

	.accordion-icon {
		flex: 0 0 auto;
		padding: 20px;
	}

	.accordion-title {
		font-size: 14px;
		padding-right: 55px;
	}

	.accordion-header:before,
	.accordion-header:after {
		width: 14px;
		height: 2px;
		right: 30px;
	}

	.accordion-item+.accordion-item {
		margin-top: 20px;
	}

	.geography__title,
	.geography__text {
		margin-bottom: 20px;
	}

	.delivery__btns {
		flex-direction: column;
		gap: 14px;
	}

	.info-card {
		padding: 30px;
	}

	.steps__text {
		font-size: 14px;
	}

	.contacts-item {
		flex-direction: column;
	}

	.contacts-item__text {
		font-size: 14px;
	}

	.contacts__btn .btn {
		width: 100%;
	}

	.footer__top {
		padding: 30px 0 10px;
	}

	.delivery__slider-nav {
		max-width: 60%;
	}

	.cat-item.info {
		padding-bottom: 30px;
	}

	.header__bottom {
		left: -100vw;
		width: calc(100vw - 50px);
	}

	.post-product__main {
		display: flex;
		flex-direction: column;
		gap: 0;
	}

	.post-product__gallery {
		max-width: 100%;
		order: 1;
	}

	.post-product__description {
		order: 2;
	}

	.post-product__thumb {
		margin-bottom: 20px;
	}

	.post-product__slider .slick-slide {
		margin-right: 8px;
	}

	.post-product__slider .slick-list {
		margin-right: -8px;
	}

	.post-product__slider {
		overflow: hidden;
	}

	.tabs__nav {
		flex-direction: column;
		justify-content: center;
	}

	.product-form__text {
		font-size: 16px;
		text-align: center;
	}

	.product-form__form {
		padding: 20px;
	}

	.breadcrumbs {
		margin-left: calc(var(--bs-gutter-x) * (-0.5));
		margin-right: calc(var(--bs-gutter-x) * (-0.5));
		background-color: var(--dark);
		padding-left: calc(var(--bs-gutter-x) * .5);
		padding-right: calc(var(--bs-gutter-x) * .5);
	}

	.breadcrumbs a,
	.breadcrumbs .current-item {
		color: var(--white);
	}

	.breadcrumbs {
		margin-bottom: 30px;
	}

	.product-item__img {
		min-height: 277px;
	}

	.post-product__thumb a {
		min-height: 340px;
	}

	.post-product__slider-item {
		min-height: 77px;
	}
	.banner-item__text {
		max-width: 100%;
	}
	.showroom__slider:before {
		display: none;
	}
	.page-title .section-title {
		margin-bottom: 0;
	}
	.footer-btn-group {
		max-width: 100%;
		margin-top: 15px;
	}
	.footer-btn-group a {
		width: 100%;
	}
	.banner__text {
		margin-bottom: 20px;
	}
	#scroll_up {
		right: 20px;
		bottom: 20px;
	}
}

@media (max-width: 575px) {
	.product-item__img {
		min-height: 206px;
	}
	.contacts__btn .btn {
		padding: 10px 7px;
	}
	.banner-item__text {
		font-size: 14px;
	}
	.project-slider .project-item {
		padding-right: calc(var(--bs-gutter-x) * .5);
		padding-left: calc(var(--bs-gutter-x) * .5);
	}
	.project .btn,
	.about__content .btn,
	.info-card__btn .btn {
		width: 100%;
	}
	.footer__logo {
		text-align: center;
	}
}