#get_an_offer_modal {
	width: 100vw;
	height: 100vh;
	z-index: 999999;
	position: fixed;
	top: 0px;
	left: 0px;
	display: none;
	overflow: hidden;
}

#get_an_offer_input:checked + #get_an_offer_modal {
	display: block;
}

#background_close_modal {
	width: 100%;
	height: 100%;
	background-color: #1118275e;
	display: block;
	overflow: hidden;
}

#get_an_offer_block {
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.get_an_offer_block {
	width: 1000px;
	height: 600px;
	border: 4px solid var(--main-text);
	border-radius: 30px;
	background-color: var(--bg-color);
	color: var(--main-text);
	float: left;
}

.close_modal {
	width: var(--font-size-1);
	height: var(--font-size-1);
	border: 2px solid var(--main-text);
	border-radius: 50%;
	background-color: var(--bg-color);
	top: calc(var(--font-size-1)/-2 + 3px);
	right: calc(var(--font-size-1)/-2 + 3px);
	display: block;
	cursor: pointer;
	position: absolute;
	transition: 0.5s border;
}

.close_modal i {
	width: var(--font-size-1);
	height: var(--font-size-1);
	text-align: center;
	line-height: var(--font-size-1);
	font-size: var(--font-size-2);
	font-weight: bold;
	color: var(--main-text);
	transition: 0.5s color;
}

.close_modal:hover {
	border-color: red;
}

.close_modal i:hover {
	color: red;
}

#get_an_offer_header {
	width: 100%;
	height: 180px;
	float: left;
}

#get_an_offer_header a {
	width: 190px;
	height: 130px;
	float: left;
	margin: 30px 30px;
	display: block;
	cursor: pointer;
	background-color: var(--bg-color);
	color: var(--main-text);
	border-radius: 5px;
	box-shadow: inset 0px 0px 0px 2px var(--main-text);
	transition: 0.2s box-shadow;
	z-index: 2;
	position: relative;
}

#get_an_offer_header a:hover {
	box-shadow: 0px 0px 10px 1px var(--main-text);
}

#get_an_offer_header a i {
	width: 100%;
	height: calc(var(--font-size-1)*1.2);
	line-height: calc(var(--font-size-1)*1.2);
	font-size: var(--font-size-1);
	float: left;
	text-align: center;
	margin-top: 10px;
}

#get_an_offer_header a h5 {
	width: 100%;
	height: calc(var(--font-size-6)*2.35);
	line-height: calc(var(--font-size-6)*2.35);
	font-size: var(--font-size-6);
	float: left;
	text-align: center;
	font-weight: 900;
}

#get_an_offer_header a p {
	width: 100%;
	line-height: calc(var(--font-size-7)*1.36);
	font-size: var(--font-size-7);
	float: left;
	text-align: center;
	font-weight: bold;
}

#get_an_offer_left {
	float: left;
	width: 590px;
	height: 420px;
	position: relative;
}

#get_an_offer_left img {
	width: 550px;
	position: absolute;
	bottom: -25px;
	left: 60px;
	z-index: 1;
}

#get_an_offer_social {
	width: calc(var(--font-size-3)*2);
	position: absolute;
	bottom: 55px;
	left: 30px;
	z-index: 1;
}

#get_an_offer_social a {
	width: calc(var(--font-size-3)*2);
	height: calc(var(--font-size-3)*2);
	margin-bottom: 10px;
	float: left;
}

#get_an_offer_social a i {
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: calc(var(--font-size-3)*2);
	font-size: var(--font-size-3);
	border-radius: 50%;
	color: var(--bg-color);
	background-color: var(--main-text);
	transition: 0.5s background-color, 0.5s color;
}

#get_an_offer_social a i:hover {
	color: var(--main-text);
	background-color: var(--bg-color);
}

#get_an_offer_right {
	float: left;
	width: 410px;
	height: 420px;
	position: relative;
	display: block;
}

.get_an_offer_form_label {
	margin: 10px auto 5px 20px;
	font-size: var(--font-size-7);
	display: block;
}

.get_an_offer_form_input {
	width: 340px;
	margin: 0px 40px 10px 20px;
	font-size: var(--font-size-6);
	border: none;
	outline: none;
	border-bottom: 2px solid var(--main-text);
	color: var(--main-text);
	height: calc(var(--font-size-6)*1.23);
	line-height: calc(var(--font-size-6)*1.23);
	padding: 5px;
	background-color: var(--bg-color);
}

.get_an_offer_form_input:focus {
	border-bottom: 2px solid var(--bg-color);
}

.get_an_offer_form_textarea {
	width: 340px;
	margin: 0px 40px 23px 20px;
	font-size: var(--font-size-6);
	border: none;
	outline: none;
	border-bottom: 2px solid var(--main-text);
	color: var(--main-text);
	height: 126px;
	line-height: calc(var(--font-size-6)*1.23);
	padding: 5px;
	background-color: var(--bg-color);
	resize: none;
	font-family: arial;
}

.get_an_offer_form_textarea:focus {
	border-bottom: 2px solid var(--bg-color);
}

.get_an_offer_form_button {
	margin-left: 20px;
	width: 346px;
	height: calc(var(--font-size-6)*2.05);
	line-height: calc(var(--font-size-6)*2.05);
	text-align: center;
	cursor: pointer;
	color: var(--bg-color);
	background-color: var(--main-text);
	font-size: var(--font-size-6);
	font-weight: bold;
	display: block;
	border-radius: 5px;
	border: 2px solid var(--main-text);
	transition: 0.5s color, 0.5s background-color;
}

.get_an_offer_form_button:hover {
	color: var(--main-text);
	background-color: var(--bg-color);
}








@media (max-width: 1700px) {

.get_an_offer_block {
	width: 1000px;
	height: 600px;
	border: 4px solid var(--main-text);
	border-radius: 30px;
}

#get_an_offer_header {
	width: 100%;
	height: 180px;
}

#get_an_offer_header a {
	width: 190px;
	height: 130px;
	margin: 30px 30px;
}

#get_an_offer_header a i {
	margin-top: 10px;
}

#get_an_offer_left {
	width: 590px;
	height: 420px;
}

#get_an_offer_left img {
	width: 550px;
	position: absolute;
	bottom: -25px;
	left: 60px;
}

#get_an_offer_social {
	width: calc(var(--font-size-3)*2);
	position: absolute;
	bottom: 55px;
	left: 30px;
	z-index: 1;
}

#get_an_offer_social a {
	margin-bottom: 10px;
}

#get_an_offer_right {
	width: 410px;
	height: 420px;
}

.get_an_offer_form_label {
	margin: 10px auto 5px 20px;
}

.get_an_offer_form_input {
	width: 340px;
	margin: 0px 40px 10px 20px;
	padding: 5px;
}

.get_an_offer_form_textarea {
	width: 340px;
	margin: 0px 40px 23px 20px;
	height: 126px;
	padding: 5px;
}

.get_an_offer_form_button {
	margin-left: 20px;
	width: 346px;
}

}












@media (max-width: 1440px) {

.get_an_offer_block {
	width: 900px;
	height: 540px;
	border: 4px solid var(--main-text);
	border-radius: 30px;
}

#get_an_offer_header {
	height: 180px;
}

#get_an_offer_header a {
	width: 175px;
	height: 125px;
	margin: 25px 25px;
}

#get_an_offer_header a i {
	margin-top: 10px;
}

#get_an_offer_left {
	width: 520px;
	height: 360px;
}

#get_an_offer_left img {
	width: 470px;
	position: absolute;
	bottom: -25px;
	left: 60px;
}

#get_an_offer_social {
	width: calc(var(--font-size-3)*2);
	position: absolute;
	bottom: 33px;
	left: 25px;
	z-index: 1;
}

#get_an_offer_social a {
	margin-bottom: 10px;
}

#get_an_offer_right {
	width: 380px;
	height: 360px;
}

.get_an_offer_form_label {
	margin: 8px auto 5px 20px;
}

.get_an_offer_form_input {
	width: 310px;
	margin: 0px 40px 10px 20px;
	padding: 5px;
}

.get_an_offer_form_textarea {
	width: 310px;
	margin: 0px 40px 15px 20px;
	height: 96px;
	padding: 5px;
}

.get_an_offer_form_button {
	margin-left: 20px;
	width: 316px;
}
}















@media (max-width: 1280px) {

.get_an_offer_block {
	width: 800px;
	height: 480px;
	border: 2px solid var(--main-text);
	border-radius: 30px;
}

#get_an_offer_header {
	height: 150px;
}

#get_an_offer_header a {
	width: 160px;
	height: 110px;
	margin: 20px 20px;
}

#get_an_offer_header a i {
	margin-top: 10px;
}

#get_an_offer_left {
	width: 450px;
	height: 330px;
}

#get_an_offer_left img {
	width: 420px;
	position: absolute;
	bottom: -25px;
	left: 50px;
}

#get_an_offer_social {
	width: calc(var(--font-size-3)*2);
	position: absolute;
	bottom: 33px;
	left: 25px;
	z-index: 1;
}

#get_an_offer_social a {
	margin-bottom: 10px;
}

#get_an_offer_right {
	width: 350px;
	height: 360px;
}

.get_an_offer_form_label {
	margin: 6px auto 5px 20px;
}

.get_an_offer_form_input {
	width: 280px;
	margin: 0px 40px 10px 20px;
	padding: 5px;
}

.get_an_offer_form_textarea {
	width: 280px;
	margin: 0px 40px 10px 20px;
	height: 92px;
	padding: 5px;
}

.get_an_offer_form_button {
	margin-left: 20px;
	width: 286px;
}
}

















@media (max-width: 1024px) {

.get_an_offer_block {
	width: 650px;
	height: 390px;
	border: 2px solid var(--main-text);
	border-radius: 30px;
}

#get_an_offer_header {
	height: 140px;
}

#get_an_offer_header a {
	width: 143px;
	height: 110px;
	margin: 15px 15px;
	box-shadow: inset 0px 0px 0px 1px var(--main-text);
	border-radius: 15px;
}

#get_an_offer_header a:nth-child(2) {
	margin-left: 0px;
}

#get_an_offer_header a:nth-child(3) {
	margin-left: 0px;
	margin-right: 0px;
}

#get_an_offer_header a i {
	margin-top: 10px;
}

#get_an_offer_left {
	width: 360px;
	height: 250px;
}

#get_an_offer_left img {
	width: 330px;
	position: absolute;
	bottom: -25px;
	left: 35px;
}

#get_an_offer_social {
	width: calc(var(--font-size-3)*2);
	position: absolute;
	bottom: 5px;
	left: 15px;
	z-index: 1;
}

#get_an_offer_social a {
	margin-bottom: 10px;
}

#get_an_offer_right {
	width: 290px;
	height: 250px;
}

.get_an_offer_form_label {
	margin: 5px auto 5px 10px;
}

.get_an_offer_form_input {
	width: 250px;
	margin: 0px 20px 5px 10px;
	padding: 5px;
}

.get_an_offer_form_textarea {
	width: 250px;
	margin: 0px 20px 5px 10px;
	height: 45px;
	padding: 5px;
}

.get_an_offer_form_button {
	margin-left: 10px;
	width: 256px;
}
}











@media (max-width: 768px) {

.get_an_offer_block {
	width: 320px;
	height: auto;
	border: 2px solid var(--main-text);
	border-radius: 20px;
}

#get_an_offer_header {
	height: auto;
}

#get_an_offer_header a {
	width: 137px;
	height: 90px;
	margin: 15px 15px;
	box-shadow: inset 0px 0px 0px 1px var(--main-text);
	border-radius: 15px;
}

#get_an_offer_header a:nth-child(1) {
	display: none;
}

#get_an_offer_header a:nth-child(2) {
	margin-left: 15px;
}

#get_an_offer_header a:nth-child(3) {
	display: none;
}

#get_an_offer_header a:nth-child(4) {
	margin-left: 0px;
}

#get_an_offer_header a i {
	margin-top: 5px;
}

#get_an_offer_left {
	width: 100%;
	height: 40px;
}

#get_an_offer_left img {
	width: 320px;
	position: absolute;
	bottom: -243px;
	left: 0px;
	opacity: 0.3;
}

#get_an_offer_social {
	width: auto;
	height: calc(var(--font-size-3)*2);
	position: absolute;
	bottom: 7px;
	left: 60px;
	z-index: 1;
}

#get_an_offer_social a {
	margin-bottom: 0px;
	margin-right: 5px;
}

#get_an_offer_right {
	width: 100%;
	height: 240px;
	z-index: 2;
}

.get_an_offer_form_label {
	margin: 5px auto 5px 15px;
}

.get_an_offer_form_input {
	width: 280px;
	margin: 0px 15px 5px 15px;
	padding: 5px;
	background-color: transparent;
}

.get_an_offer_form_textarea {
	width: 280px;
	margin: 0px 15px 5px 15px;
	height: 48px;
	padding: 5px;
	background-color: transparent;
}

.get_an_offer_form_button {
	margin-left: 15px;
	width: 286px;
}
}






@media (max-width: 480px) {

.get_an_offer_block {
	width: 320px;
	height: auto;
	border: 2px solid var(--main-text);
	border-radius: 20px;
}

#get_an_offer_header {
	height: auto;
}

#get_an_offer_header a {
	width: 137px;
	height: 80px;
	margin: 15px 15px;
	box-shadow: inset 0px 0px 0px 1px var(--main-text);
	border-radius: 15px;
}

#get_an_offer_header a:nth-child(1) {
	display: none;
}

#get_an_offer_header a:nth-child(2) {
	margin-left: 15px;
}

#get_an_offer_header a:nth-child(3) {
	display: none;
}

#get_an_offer_header a:nth-child(4) {
	margin-left: 0px;
}

#get_an_offer_header a i {
	margin-top: 5px;
}

#get_an_offer_left {
	width: 100%;
	height: 40px;
}

#get_an_offer_left img {
	width: 320px;
	position: absolute;
	bottom: -243px;
	left: 0px;
	opacity: 0.3;
}

#get_an_offer_social {
	width: auto;
	height: calc(var(--font-size-3)*2);
	position: absolute;
	bottom: 10px;
	left: 69px;
	z-index: 1;
}

#get_an_offer_social a {
	margin-bottom: 0px;
	margin-right: 5px;
}

#get_an_offer_right {
	width: 100%;
	height: 235px;
	z-index: 2;
}

.get_an_offer_form_label {
	margin: 5px auto 5px 15px;
}

.get_an_offer_form_input {
	width: 280px;
	margin: 0px 15px 5px 15px;
	padding: 5px;
	background-color: transparent;
}

.get_an_offer_form_textarea {
	width: 280px;
	margin: 0px 15px 5px 15px;
	height: 48px;
	padding: 5px;
	background-color: transparent;
}

.get_an_offer_form_button {
	margin-left: 15px;
	width: 286px;
}
}