.fixed_button {
	width: 700px;
    position: fixed;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
	z-index: 100;
	transition: .5s;
	opacity: 1;
}
.fixed_button.none {
	opacity: 0;
	display: none !important;
}


.mt-10 {
	margin-top: 10px;
}
.mt-15 {
	margin-top: 15px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-30 {
	margin-top: 30px;
}
.mt-40 {
	margin-top: 40px;
}
.mt-50 {
	margin-top: 50px;
}
.mt-60 {
	margin-top: 60px;
}
.mt-70 {
	margin-top: 70px;
}
.mt-80 {
	margin-top: 80px;
}
.mt-90 {
	margin-top: 90px;
}
.mt-100 {
	margin-top: 100px;
}

.mt-m200 {
	margin-top: -200px;
}

.mt-m160 {
	margin-top: -160px;
}
.mt-m500 {
	margin-top: -500px;
}
.mt-m70 {
	margin-top: -70px;
}
.mt-m90 {
	margin-top: -90px;
}
.mt-m60 {
	margin-top: -60px;
}
.mt-m36 {
	margin-top: -36px;
}
.mt-m18 {
	margin-top: -18px;
}
.mt-m120 {
	margin-top: -120px;
}
.mt-m130 {
	margin-top: -130px;
}
.mt-m40 {
	margin-top: -40px;
}
.mt-m50 {
	margin-top: -50px;
}
.mt-m55 {
	margin-top: -55px;
}

.mb-80 {
	margin-bottom: 80px;
}

.w-95 {
	width: 95%;
}
.w-90 {
	width: 90%;
}
.w-85 {
	width: 85%;
}
.w-324 {
	width: 324px;
}
.w-622 {
	width: 622px;
}

.bg-gray {
	background-color: #F5F5F5;
	padding: 50px 0 0;
}

.z1 {
	margin-top: -50px;
    z-index: -1;
    position: relative;
}
.z2 {
	margin-top: -300px;
    z-index: -1;
    position: relative;
}
.z3 {
	margin-top: -190px;
    z-index: 1;
    position: relative;
}
.z4 {
    z-index: 5;
    position: relative;
}

footer {
	width: 100%;
	background-color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px 0 30px;
	margin-top: 0px;
}

footer p {
	font-size: 20px;
	color: #fff;
	font-weight: 300;
}



.content_form {
	width: 100%;
	background-color: #F5F5F5;
	padding: 60px 50px 120px;
	margin-top: 100px !important;
}

.content_form2 {
	width: 100%;
	background-color: #F5F5F5;
	padding: 60px 50px 120px;
}

.content_form h2 {
	width: 100%;
	height: 100px;
	background-color: #E53A3A;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 40px !important;
	color: #fff;
	font-weight: bold !important;
	margin-bottom: 100px !important;
}

.input_unit {
	width: 100% !important;
	display: flex !important;
	flex-direction: column;
	margin: 0 !important;
	align-items: flex-start;
}
.input_unit:not(:last-child) {
	margin-bottom: 60px !important;
}

.my_left {
	padding: 0 !important;
	width: auto !important;
	text-align: left !important;
}

.form_input_label {
	font-size: 32px;
	position: relative;
}

.my_column.my_left label:first-child:after {
	width: 82px !important;
	height: 50px !important;
	background-color: #FF1235 !important;
	padding: 0 !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	font-size: 24px !important;
	border-radius: 0 !important;
	font-weight: 400 !important;
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	right: -100px;
}

.my_right {
	padding: 0 !important;
	width: 100% !important;
	margin-top: 30px !important;
}

form.myForm input[type="text"] {
	width: 100% !important;
	border: solid 1px #ECECEC !important;
	background-color: #fff !important;
	font-size: 28px !important;
	padding: 50px 30px !important;
}

form.myForm input[type="image"] {
	width: 100% !important;
	margin-top: 20px !important;
}

@media only screen and (max-width: 800px) {
	.my_left {
		margin: 0 !important;
	}
}