@media (max-width: 1400px) {
	.advantages__inner {
		flex-wrap: wrap;
		justify-content: center;
		margin: 0 -15px;
	}
	.advantages__box {
		flex: 0 0 20%;
	}
}
@media (max-width: 1232px) {
	.form__title {
		font-size: 30px;
		line-height: 34px;
		margin-bottom: 25px;
	}
	.form__submit {
		margin-bottom: 25px;
	}
	.contacts {
		padding-top: 50px;
	}
	.offer__title{
		font-size:30px;
		line-height: normal;
		max-width:100%;
	}
	.offer__subtitle{
		font-size:170px;
		margin: 0px;
	}
	.offer__info-subtext > ol {
		font-size: 15px;
	}
	.offer__info-subtext > ol > li {
		flex-basis: 50%;
		margin-bottom: 10px;
	}
	.offer__form {
		width: auto;
	}
	.actions__row {
		margin-bottom: 30px;
	}
	.actions__item {
		width: 400px;
		height: 100%;
	}
	.actions__item-title {
		font-size: 26px;
		margin-bottom: 15px;
	}
	.action-form__title {
		font-size: 22px;
	}
	.services__item-title {
		width: 300px;
	}
	.services__item-title {
		line-height: normal;
		display: block;
		margin: auto 10px;
	}
	.advantages__item-name {
		font-size: 14px;
		line-height: normal;
	}

}
@media (max-width: 1200px) {
	.header__logo {
		padding-right: 15px;
		margin-right: 15px;
	}
	.header__phone {
		margin-left: 15px;
		padding-left: 15px;
	}
	.header__btn {
		padding-right: 15px;
	}
	.header__address {
		flex: 0 0 25%;
	}
}
@media (max-width: 890px) {
	.header {
		padding-bottom: 2px;
	}
	.header__inner {
		flex-wrap: wrap;
	}
	.header__inner > div {
		margin-bottom: 10px;
	}
	.header__logo,
	.header__name {
		flex-basis: 50%;
		max-width: 50%;
	}
	.header__logo {
		order: 0;
		padding-right: 0;
		margin-right: 0;
		border-right: 1px solid transparent;
	}
	.header__name {
		order: 1;
		padding-right: 0;
	}
	.header__address {
		order: 2;
		padding-right: 0;
		flex-basis: 100%;
		max-width: 100%;
		text-align: center;
	}
	.header__btn {
		order: 3;
		flex: 0 0 50%;
		padding-left: 0;
	}
	.header__phone {
		order: 4;
		padding-right: 0;
		flex: 0 0 50%;
	}
	.header__phone {
		margin-left: 0;
		padding-left: 0;
		border-left: 1px solid transparent;
	}
	
	.offer.v2,
	.offer {
		padding-top: 105px;
		padding-bottom: 105px;
	}
	.offer__title {
		font-size: 36px;
		line-height: 50px;
	}
	.offer__subtitle {
		font-size: 22px;
		line-height: 35px;
		max-width: 650px;
	}
	
	.advantages {
		padding-top: 20px;
		padding-bottom: 40px;
	}
	
	.contacts__inner {
		flex-wrap: wrap;
	}
	.contacts__img,
	.contacts__map {
		flex: 1 1 100%;
	}
	.contacts__img-src {
		width: 100%;
	}
	.header__name-title,
	.header__name-subtitle,
	.header__phone-link {
		text-align: right;
	}
	.offer.v2, .offer {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.offer__subtitle {
		font-size: 125px;
		line-height: normal;
	}
	.actions__item {
		width: 350px;
		background-position: center;
	}
	.services__item-img img{
		display: none;
	}
	.advantages {
		padding-top: 50px;
	}
	.advantages__box {
		flex: 0 0 50%;
	}


}

@media (max-width: 768px) {
	.actions__item {
		width: 300px;
	}
}

@media (max-width: 740px) {

	.title {
		font-size: 30px;
		line-height: 38px;
		margin-bottom: 25px;
	}
	
	.form__title {
		font-size: 20px;
		line-height: 22px;
	}	
	
	.offer__info-bottom {
		flex-direction: column;
	}
	.offer__info-btn {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.offer__info-divider {
		display: none;
	}
	.offer__info-subtext {
		text-align: center;
	}

	.action-form__form {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.action-form__form-input > .form__group {
		padding-right: 0;
		margin-bottom: 10px;
	}
	.action-form__form-agree {
		margin-top: -10px;
		text-align: center;
	}
	
	.models {
		padding-top: 35px;
	}
	
	.advantages {
		padding-top: 50px;
	}
	.header__address {
		font-size: 11px;
	}
	.offer__title {
		line-height: normal;
	}
	.offer__info-subtext > ol > li {
		flex-basis: 100%;
		margin-bottom: 5px;
		text-align: left;
	}
	.action-form__inner {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
	}
	.action-form__text {
		max-width: 100%;
		text-align: center;
		margin-bottom: 50px;
	}

}
@media (max-width: 639px) {
	.offer.v2, .offer {
		padding: 0px;
	}

	.offer__form {
		display: none;
	}
	.offer .container.flex {
		flex-direction: column;
		row-gap: 15px;
	}
	.bg__color ~ .container {
		padding: 20px;
	}
	
	.title {
		font-size: 24px;
		line-height: 30px;
	}
	
	.header__logo,
	.header__name,
	.header__address {
		flex-basis: 100%;
		max-width: 100%;
		padding-right: 0;
	}
	.header__logo {
		flex-basis: 35%;
		max-width: 35%;
	}
	.header__name {
		flex-basis: 65%;
		max-width: 65%;
	}
	
	.offer__title {
		font-size: 30px;
		line-height: 36px;
		margin-bottom: 10px;
	}
	.offer__subtitle {
		font-size: 90px;
		line-height: 1;
		margin-bottom: 0px;
	}

	.offer__text-orange {
		display: block;
	}
	.actions__item {
		width: 99%;
		margin-bottom: 20px;
	}
	.actions__row {
		display: block;
		/* justify-content: space-evenly; */
		margin-bottom: 0px;
	}
	.actions__item.is--customHeightV2 {
		min-height: calc(100vw / 2);
		background-position: top left !important;
		background-size: contain !important;
		background-repeat: no-repeat;
		border: none;
	}
	
	.advantages__box {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.advantages__item-img {
		max-height: 100%;
	}
	.advantages__item-src {
		width: 100%;
	}
	.advantages__item-name {
		font-size: 16px;
		line-height: 20px;
	}
	.advantages__item-number {
		right: 10px;
		bottom: 10px;
	}
	
	.contacts {
		padding-top: 30px;
	}
	
	.footer__inner {
		flex-wrap: wrap;
	}
	.footer__contacts {
		order: 0;
		flex: 1;
		flex-basis: 100%;
		max-width: 100%;
	}
	.footer__text {
		flex: 1;
		order: 1;
		flex-basis: 100%;
		max-width: 100%;
	}
	.footer {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}
@media (max-width: 425px) {
	.header__btn .btn-v3 {
		font-size: 14px;
		padding: 10px 15px;
	}

	.actions__item {
		width: 99%;
		margin-bottom: 20px;
	}
	.actions__row {
		display: block;
		/* justify-content: space-evenly; */
		margin-bottom: 0px;
	}
	.action-form__form {
		display: block;
	}
	.action-form__inner {
		padding: 0px 20px;
	}
	.action-form__form-input {
		width: 100%; 
	}
	.action-form__form-input > .form__group {
		padding-right: 0px;
		
	}
	.contacts__contacts {
		position:initial;

	}
}
@media (max-width: 375px) {

	.header__phone .header__phone-link {
		font-size: 16px;
	}
	.header__phone .header__phone-link.link-v1_1 {
		font-size: 14px;
	}
	.advantages__item-name {
		font-size: 12px;
	}
	.advantages__box {
		flex: 0 0 50%;
		max-width: 100%;
		padding: 0px 20px;
	}
	.offer__title {
		font-size: 150%;
		line-height: normal;
		margin-bottom: 10px;
	}
	.services__row {
		display: block;
		text-align: center;
		padding:10px;
		height: auto;
	}
	.actions__item-title {
		font-size: 25px;
	}
	.services__item-title {
		width: auto;
	}
	.actions__item-more {
		font-size: 15px;
	}

}