input.invalid, textarea.invalid {
	border: 1px solid red
}
.configurator__left {
	width: 100%;
}

#schild_main {
	max-width: 65px;
	transform: rotate(115deg);
	bottom: 95px;
	left: 95px;
}
#podpyatnik_main {
	max-height: 50px;
	right: 190px;
	top:40px;
}
#not_selected_auto a{
	font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: rgb(21, 178, 181);
}
.subtitle {
	margin-top: -10px;
}
.header__mobile-phone {
	display: flex;
	align-items: center;
	justify-content: space-around;

}
.header__mobile-phone a {
	text-decoration: none;
	font-weight: 500;
}
.btn-whatsapp-mobile {
	display: block;
	padding: 0 !important;
	width: 38px;
	height: 38px;
	white-space: nowrap;
	overflow: hidden;
	min-width: inherit;
	margin: 0;
	background-color: rgba(30, 184, 97, 0.6);
	position: relative;
	font-weight: 300;
	font-size: 16px;
	line-height: 21px;
	color: rgb(255, 255, 255);
	transition: all 0.3s;
	border-radius: 5px;
	margin-right: 15px;
}
.btn-whatsapp-mobile .icon-whatsapp {
	left: 0 !important;
	font-size: 22px;
	background-color: #1eb862;
	top: 0;
	height: 100%;
	color: rgb(255, 255, 255);
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s;
}
.grettings__content {
	max-width: 50%;
}
.grettings__name {
	font-size: 80px;
	line-height: 80px;
}
.button .marquiz__container {
	text-align: left;
	margin-top: 20px;
}
@media (max-width: 1619px) {
	#podpyatnik_main {
		right: 120px;
		top:55px;
	}
	#schild_main {
	    left: 35px;
	}
}

@media (max-width: 767px) {
	#schild_main {
		max-width: 45px;
	    bottom: 50px;
	    left: 15px;
	}
}

@media (max-width: 639px) {
	#schild_main {
		max-width: 30px;
	    bottom: 25px;
	    left: 10px;
	}
	#podpyatnik_main {
		width: 20px;
	    right: auto;
	    top: 13px;
	    left: 65px;
	}
	.grettings__name {
		font-size: 40px;
		line-height: 40px;
	}
	.button .marquiz__container {
		text-align: center;
	}
}

@media (max-width: 1200px) {
	.grettings__content {
		max-width: 100%;
	}
}
@media (max-width: 991px) {
	.button .marquiz__container {
		margin-bottom: 20px;
	}
}