@media(min-width: 1400px) {
	.section-services {
		max-width: 1440px;
		margin: auto;
	}

	.header__top {
		padding: 0 20px
	}
}

@media(max-width: 1024px) {
	.div-burger {
		display: block;
	}

	.header__nav {
		display: none;
	}

	.about__inner {
		flex-direction: column-reverse;
	}

	.about__col {
		width: 100%;
	}

	.about__col:last-child {
		padding: unset;
	}

	.about__col:first-child {
		padding: 0 20px;
		margin-top: 80px;
	}

	.about__col:last-child {
		justify-content: center;
	}

	.about__img {
		width: 100%;
	}

	.section-123__inner {
		margin-right: unset;
		justify-content: center;
	}

	/* .contacts {
		margin-top: 50px;
		margin-bottom: 30px;
	} */

	.contacts__inner {
		flex-direction: column;
		align-items: center;		
	}	

	.contacts__col:first-child {		
		order: 2;
		width: 100%;
		padding: 0 20px;				
	}

	.contacts__col:last-child {
		padding-left: unset;
		order: 1;
		width: 100%;		
		margin-bottom: 40px
	}

	.contacts__map {
		max-width: unset;
		width: 100%;
	}

	.services__inner {
		justify-content: center;
	}

	.asu2-main-about__inner {
		flex-direction: column;
		max-width: 768px;
		margin: auto;
	}

	.asu2-main-about__col {
		width: 100%;
	}

	.asu2-main-about__col:first-child {
		display: flex;
		justify-content: center;
		text-align: center;
	}

	.main-contacts__inner {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.main-contacts__inner > div {
		margin-bottom: 10px;
		width: 100%;
	}

	.main-contacts__inner > div:last-child {
		margin-bottom: unset;
	}

	.asu2-main-block-1 {
		border-radius: unset;
	}

	.service-pic {
		border-radius: unset;

	}
}

@media(max-width: 900px) {
	.brends-block-1__group {
		padding: 0 10px
	}

	.brends-block-1__img img {
		border-radius: unset;
	 }

}

@media(max-width: 800px) {
	.asu2-our-services {
		flex-direction: column;
		align-items: center;
	}

	.asu2-our-services__col {
		width: 100%;
	}

	.asu2-our-services__col:first-child {
		order: 2;
		margin-bottom: 20px;
		text-align: center;
	}

	.asu2-our-services__col:last-child {
		order: 1;
	}

	.leave-review__inner {
		flex-direction: column;
	}

	.leave-review__col {
		width: 100%;
		margin: unset;
	}

	.leave-review__col:last-child {
		order: 1;
	}

	.leave-review__col:last-child {
		margin-left: unset;
		margin-top: 20px;
	}
}

@media(max-width: 768px) {
	.footer {
		padding-left: unset;
		padding-right: unset;
	}

	.footer__inner {
		flex-direction: column;
		justify-content: unset;
	}

	.footer__col {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.footer__col:last-child {
		order: 1;
		margin-bottom: 20px;
	}

	.footer__col:first-child {
		border-right: none;
		order: 2;
	}

	.footer__logo-nav {
		flex-direction: column;
		border-bottom: none;
	}

	.footer__logo-copyright {
		margin-top: 20px;
		text-align: center;
		justify-content: unset;
		width: 100%;
		min-height: unset;
		order: 2;
	}

	.footer__copyright {
		margin-top: 20px;
	}

	.footer__logo-nav {
		width: 100%;
	}

	.footer__nav {
		width: 100%;
		padding-left: unset;
		padding-right: unset;
		margin-top: 20px;
		order: 1;
	}

	.footer__nav .nav__item {
		display: flex;
		justify-content: center;
	}

	.footer__feedback {
		padding-left: unset;
	}

	.icons-socnet-phone {
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		justify-content: center;
	}

	.header .mail:after,
	.header .mail:before  {
		width: 0;
		margin: unset;
	}

	.header .phone {
		margin-top: 10px;
		margin-right: 8px;
	}

	.icons-socnet-phone__phone {
		padding-left: unset;
	}

	.icons-socnet-phone__icons {
		padding-right: unset;
		border-right: none;
	}

	.slider__header {
		font-size: 32px;
		line-height: 42px;
	}

	.pic-section img:last-child {
		display: block;
	}

	.section-123__inner {
		margin-right: unset;
		justify-content: center;
	}

	.burger {
		display: block;
	}

	.header-top-operating-mode-whatsapp {
		flex-direction: column;
		align-items: end;
		justify-content: center;
	}

	.header-top__whatsapp {
		margin-left: unset;
		margin-bottom: 20px;
		order: 1;
	}

	.header-top-operating-mode {
		order: 2;
	}

	.div-header-top:after,
	.nav2	{
		display: none;
	}

	.conteiner-burger {
		margin-top: 20px;
	}

	.pic-section img:first-child {
		display: block;
	}

	.plashka-icons {
		justify-content: center;
		top: 150px;
		left: unset;
	}

	.questions-should {
		flex-direction: column;
	}

	.questions-should > div {
		width: 100%;
	}
}


@media(max-width: 600px) {
	.slider__header {
		font-size: 22px;
		line-height: 32px;
	}

	.slider__text-bg {
		font-size: 16px;
		line-height: 18px;
		letter-spacing: 2px;
		margin-bottom: 15px;
	}

	.slider__button button {
		padding: 8px 20px;
	}

	.about__footer button {
		margin-bottom: 20px;
	}

	.owl-carousel .owl-nav button.owl-prev,
	.owl-carousel .owl-nav button.owl-next {
		padding: 0 20px;

	}

	.owl-prev {
		right: 50px;
	}

	.owl-nav {
		transform: translate(calc(-50% + 55px), 70px);
	 }

	.section-123__inner {
		flex-direction: column;
		align-items: center;
	}

	.header-top {
		flex-direction: column;
		align-items: center;
	}

	.header-top__col:last-child {
		margin-top: 20px;
	}

	.plashka-icons {
		margin: 0 20px;
	}

	.asu2-main-about__footer {
		flex-direction: column;
		/* max-width: 330px; */
	}

	.asu2-main-about__footer .block {
		width: 220px;
	}

	section {
		margin-bottom: 40px;
	}

	.asu2-main-about__footer .оperating-mode,
	.asu2-main-about__footer .whatsapp,
	.asu2-main-about__footer .phone {
		font-size: 20px;
	}

	.brends-block-1__header {
		font-size: 36px;
	 }

	 .brends-block-1__text {
		font-size: 18px;
		margin-bottom: 20px;
	 }

	 .brends-block-1__img {
		margin-bottom: 20px;
	 }

	 .brends-block-1__img img {
		height: 200px;
	 }

	 .asu2-form__inner {
		width: 300px;
	}
}

@media(max-width: 425px) {
	.slider__header {
		font-size: 18px;
		line-height: 22px;
	}

	.slider__text-bg {
		font-size: 14px;
		line-height: 16px;
	}

	.slider__button button {
		padding: 5px 15px;
	}

	.section-anons {
		font-size: 18px;
	}

	.header__sep {
		display: none;
	}

	.burger {
		margin-bottom: unset;
	}

	.logo img {
		width: 80%;
		height: 80%;
	}

	.questions-should [class*="header"] {
		font-size: 26px;
	}

	section {
		margin-bottom: 30px;
	}

	.asu2-service {
		margin-top: 30px;
		margin-bottom: 30px;
		padding: 10px;
	 }
}

@media(max-width: 375px) {
	.slider__header {
		font-size: 16px;
		line-height: 20px;
	}

	.slider__text-bg {
		font-size: 14px;
		line-height: 14px;
	}

	.header__top {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 10px;
		min-height: unset;
	}

	.icons-socnet-phone {
		align-items: center;
	}

	.header .phone__inner {
		font-size: 18px;
	}

	/* .content {
		margin-top: 250px;
	} */

	.footer__address-phone {
		align-items: center;
	}
}

@media(min-width: 601px) {
	.pic-l {
		display: block;
	}
}

@media(max-width: 600px) {
	.pic-s {
		display: block;
	}
}