@media (max-width: 1399px) {
	.case-item__img {
		width: 30%;
	}

	.banner-about .banner__list {
		max-width: 600px;
	}

	.company-details__slider {
		max-width: 645px;
	}

	.delivery-card:after {
		display: none;
	}

	.footer__logo {
		margin-right: 0;
	}

	.footer__menu ul li+li {
		margin-left: 0;
	}

	.footer__menu ul {
		gap: 1rem;
	}

	.banner__title,
	.page-title .section-title,
	.service-banner__title .section-title {
		font-size: 2.5rem;
	}

	.section-title {
		font-size: 2rem;
	}
}

@media (max-width: 1199px) {
	.contact-item,
	.contact-card {
		width: 100%;
	}

	.page-title .section-title,
	.service-banner__title .section-title {
		font-size: 2rem;
	}

	.section-content h2 {
		font-size: 2rem;
	}

	.cost__subcontent {
		max-width: 100%;
	}

	.service-gallery__slider,
	.company-details__slider {
		margin: 0 67px;
	}

	.guarantee__files {
		max-width: 100%;
	}
}

@media (max-width: 991px) {
	.btn-mobile-menu {
		position: relative;
		z-index: 10;
		cursor: pointer;
	}

	.btn-mobile-menu span {
		background: var(--green);
		display: block;
		width: 28px;
		height: 4px;
		margin-bottom: 7px;
		border-radius: 2px;
	}

	.btn-mobile-menu span:first-child {
		position: relative;
		top: 0;
		-webkit-transition: top .3s .3s, transform .3s 0s;
		-webkit-transition: top .3s .3s, -webkit-transform .3s 0s;
		transition: top .3s .3s, -webkit-transform .3s 0s;
		transition: top .3s .3s, transform .3s 0s;
		transition: top .3s .3s, transform .3s 0s, -webkit-transform .3s 0s;
	}

	.btn-mobile-menu span:nth-child(2) {
		opacity: 1;
		-webkit-transition: opacity .3s;
		transition: opacity .3s;
	}

	.btn-mobile-menu span:last-child {
		margin-bottom: 0;
		position: relative;
		top: 0;
		-webkit-transition: top .3s .3s, transform .3s 0s;
		-webkit-transition: top .3s .3s, -webkit-transform .3s 0s;
		transition: top .3s .3s, -webkit-transform .3s 0s;
		transition: top .3s .3s, transform .3s 0s;
		transition: top .3s .3s, transform .3s 0s, -webkit-transform .3s 0s;
	}

	.btn-mobile-menu.opened span:first-child {
		top: 11px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-transition: top .3s 0s, transform .3s .3s;
		-webkit-transition: top .3s 0s, -webkit-transform .3s .3s;
		transition: top .3s 0s, -webkit-transform .3s .3s;
		transition: top .3s 0s, transform .3s .3s;
		transition: top .3s 0s, transform .3s .3s, -webkit-transform .3s .3s;
	}

	.btn-mobile-menu.opened span:nth-child(2) {
		opacity: 0;
	}

	.btn-mobile-menu.opened span:last-child {
		top: -11px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transition: top .3s 0s, transform .3s .3s;
		-webkit-transition: top .3s 0s, -webkit-transform .3s .3s;
		transition: top .3s 0s, -webkit-transform .3s .3s;
		transition: top .3s 0s, transform .3s .3s;
		transition: top .3s 0s, transform .3s .3s, -webkit-transform .3s .3s;
	}

	.header__bottom {
		position: fixed;
		display: block;
		top: 0;
		left: -100vw;
		background-color: var(--white);
		width: 500px;
		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;
	}

	.header__bottom.opened {
		left: 0;
	}

	.header__menu>ul>li.menu-item-has-children:after,
	.header-absolute .header__menu>ul>li.menu-item-has-children:after {
		display: none;
	}

	.header__menu ul li.menu-item-has-children {
		position: relative;
		padding-right: 40px;
		align-items: flex-start;
	}

	.header__menu>ul>li {
		width: 100%;
	}

	.header__menu>ul,
	.header__menu>ul>li.menu-item-has-children {
		flex-direction: column;
	}

	.header-absolute .header__menu>ul>li a {
		color: var(--dark);
	}

	.header__menu .sub-menu {
		display: none;
		list-style-type: none;
		padding: 1rem 0 0 1rem;
		margin: 0;
	}

	.header__menu .sub-menu li+li {
		margin-top: 0.5rem;
	}

	.header__menu>ul>li+li {
		margin-left: 0;
	}

	.divider {
		width: 30px;
		height: 30px;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23343434' d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E");
		background-position: center;
		background-repeat: no-repeat;
		background-size: 12px;
		display: block;
		position: absolute;
		top: 5px;
		right: 5px;
		transition: var(--transition);
		cursor: pointer;
	}

	.divider.active {
		transform: rotate(180deg);
	}

	.header__menu {
		font-size: 1rem;
		margin-bottom: 1rem;
	}

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

	.header__callback button {
		width: 100%;
	}

	.banner__form {
		max-width: 100%;
	}

	.guarantee:before {
		display: none;
	}

	.banner-about {
		padding-top: 100px;
	}

	.page-title .section-title,
	.service-banner__title .section-title,
	.section-title {
		font-size: 2rem;
	}

	.service-banner__bg:before,
	.service-banner__bg:after {
		display: none;
	}

	.service-banner__wrapper {
		min-height: unset;
		padding: 3rem;
	}

	.service-banner__form {
		margin: 0 3rem 3rem;
		width: auto;
	}

	.card-text {
		width: 100%;
	}

	.cost__grid {
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(3, 1fr);
	}

	.cost-item:last-child {
		grid-column: 1 / 3;
		grid-row: 3;
	}

	.consultation__img {
		margin-right: 0;
	}

	#map {
		height: 300px;
	}

	.banner__label {
		font-size: 13px;
		padding-left: 1rem;
		padding-right: 1rem;
		text-align: center;
	}

	.banner {
		min-height: unset;
		padding: 7rem 0 5rem;
	}

	.banner-about .breadcrumbs {
		margin-bottom: 2rem;
	}

	.banner-about .about__nums {
		padding-top: 1rem;
	}

	.header__bottom .header__lang {
		display: none;
	}
}

@media (max-width: 767px) {
	.header__bottom {
		width: calc(100vw - 50px);
	}

	.banner {
		padding-top: 100px;
	}

	.banner__icons {
		margin-left: 0;
	}

	.banner__icons {
		display: flex;
		justify-content: center;
	}

	.section {
		padding: 3rem 0;
	}
}

@media (max-width: 575px) {
	.case-item__img {
		width: 100%;
		aspect-ratio: 1;
	}

	.case-param__value {
		padding-left: 70px;
	}

	.about__wrapper {
		margin-top: 1rem;
	}

	.about__logo {
		margin-bottom: 3rem;
	}

	.news__link .btn {
		width: 100%;
	}

	.post-item__content {
		padding: 2rem 1rem 1rem;
	}

	.contact-item.active,
	.contact-item {
		padding: 1.125rem;
	}

	.modal-content {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.service-banner__wrapper {
		padding: 2.5rem 1rem;
	}

	.service-banner__form {
		margin: 0 1rem 2.5rem;
		padding: 2rem 1rem;
	}

	.cost__grid {
		display: block;
	}

	.service-gallery__slider,
	.company-details__slider {
		margin: 0;
	}

	.slick-dots {
		margin-top: 1rem;
	}

	.footer__menu ul {
		flex-direction: column;
	}

	.text-large {
		font-size: 1.2rem;
	}

	.banner-about .breadcrumbs {
		margin-bottom: 3rem;
	}

	.banner-about .about__nums {
		padding-top: 0;
	}

	.company-doc {
		max-width: 100%;
	}

	.review-item {
		width: auto;
	}

	.delivery-card__title {
		font-size: 1rem;
	}

	.delivery-card__content {
		max-width: calc(100% - 5rem);
	}

	.delivery-card__content:after {
		max-width: calc(100% + 1rem);
	}

	.card-icon,
	.guarantee-item {
		text-align: center;
	}

	.card-icon__icon,
	.guarantee-item__icon {
		margin: 0 auto;
	}

	.page-title .section-title,
	.service-banner__title .section-title,
	.section-title {
		font-size: 1.75rem;
	}

	.company-details__btn .btn-file {
		width: 100%;
	}

	.banner__icons {
		justify-content: space-evenly;
	}

	.header__bottom .header__lang {
		color: var(--dark);
		margin-top: 1.25rem;
	}

	.header__lang-current {
		justify-content: space-between;
	}

	.delivery-card {
		height: auto!important;
	}

	.about-num__text {
		-webkit-backdrop-filter: blur(6px);
		backdrop-filter: blur(6px);
		background: rgba(255, 255, 255, 0.1);
	}

	.home .banner {
		background-image: unset;
	}
}