.wrapper__form-bottom{margin-bottom:-80px; position:relative; z-index:2; padding-bottom:0}
.form-bottom__row{display:flex; border-radius:20px; background:#E5D7CC url(/templates/prana/images/form-bottom-bg.png) no-repeat right center; padding:50px 40px; gap:60px}
.form-bottom__left{width:660px; min-width:660px; position:relative}
.form-bottom__right{width:calc(100% - 660px)}
.form-bottom__left img, .form-bottom__left picture{border-radius:20px;height: 100%;object-fit: cover;}
.form-bottom__right{display:flex; flex-direction:column}
.form-bottom__right form{margin-top:auto; display:flex; flex-direction:column; gap:20px}
.form-bottom__right form button{width: calc(50% - 10px);}
.form-bottom__group{display:flex; gap:20px}
.form-bottom__group > input, .form-bottom__group > select{width:50%}

.form-bottom__agree{font-weight: 400;font-size: 16px;line-height: 21px; color:#402714;}
.form-bottom__text{font:400 20px/22px 'Philosopher'; color:#402714; padding:20px 0}
.form-bottom__text a, .form-bottom__agree a{text-decoration:underline; color:#402714}
.form-bottom__text a:hover, .form-bottom__agree a:hover{text-decoration:none}

img.form-bottom__icon{position:absolute; left:30px; top:30px; width:90px; height:90px}

@media(max-width: 1499px) {
	img.form-bottom__icon{left:20px; top:20px; width:70px; height:70px}
	.form-bottom__row{padding:30px; gap:30px}
	.form-bottom__left, .form-bottom__right{width:50%; min-width:auto}
	.form-bottom__right form{gap:15px}
	.form-bottom__right form button{width: calc(50% - 7.5px);}
	.form-bottom__group{gap:15px}
	.form-bottom__agree{font-size: 14px;line-height: 20px}
	.form-bottom__text{font:400 18px/20px 'Philosopher'; padding:15px 0}
}
@media(max-width: 1199px) {
	.form-bottom__row{padding:25px; gap:25px}
	.form-bottom__group{flex-direction:column}
	.form-bottom__group > input, .form-bottom__group > select{width:100%}
}
@media(max-width: 991px) {
	img.form-bottom__icon{left:15px; top:15px; width:60px; height:60px}
	.form-bottom__row{padding: 20px;gap: 20px;}
	.form-bottom__right form{gap: 10px;}
	.form-bottom__right form button{width:100%}
	.form-bottom__group{flex-direction:column;gap: 10px;}
	.form-bottom__agree{font-size: 13px;line-height: 18px}
	.form-bottom__text{font: 400 16px/20px 'Philosopher';padding: 10px 0;}
}
@media(max-width: 767px) {
	.form-bottom__row{flex-direction:column; text-align:center; background-position:center bottom}
	.form-bottom__left, .form-bottom__right{width:100%}
	.form-bottom__right form{gap: 15px;}
	.form-bottom__right form button{width:60%; margin:0 auto}
	.form-bottom__group{gap: 15px;}
	.form-bottom__agree{font-size: 14px}
	.form-bottom__text{padding: 15px 0;}
}
@media(max-width: 575px) {
	.form-bottom__row{padding: 15px;gap: 15px;}
	.form-bottom__agree{font-size: 12px}
	.form-bottom__right form button{width:100%}	
	.form-bottom__right form{gap: 10px;}
	.form-bottom__group{gap: 10px;}
	.form-bottom__text{padding: 10px 0;}
}