#send {
	padding-bottom: 50px;
}

#send .content_title h2 {
	text-align: center;
	font-size: 40px;
	line-height: 47px;
	color: #2b88f7;
	font-weight: 500;
}

#send .content_title h2 img {
	margin: 0 25px 0 0;
}

#send .content_title h2 span {
	color: #ff8d27;
}

#table_send form {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 50px;
	background: #f0f0f0;
	border-radius: 10px;
}

#table_send form div {
	display: none;
}

#table_send form input[type='text'], #table_send form select {
	width: calc( 50% - 12.5px );
	line-height: 35px;
	height: 65px;
	padding: 15px 20px;
	margin-bottom: 25px;
	font-size: 16px;
	border: 0;
	border-radius: 5px;
	background: #fff;
}

#table_send form select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: #fff url('../images/arrow_down.svg') no-repeat;
	background-position: calc( 100% - 15px) 28.5px;
	background-size: 15px;
}

#accept {
	width: 100%;
	margin: 25px 0;
}

#accept {
	display: flex;
	justify-content: center;
	align-items: center;
}

#accept label {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	border: #fff 5px solid;
	border-radius: 20px;
	background: #fff;
}

input[type='checkbox'] {
	display: none;
}

input[type='checkbox']:checked + label {
	background: #ea5e60 !important;
}

#accept a {
	color: #ea5e60;
	text-decoration: underline;
}


#table_send form .button {
	margin: 0 auto;
}

#student .button {
	margin: 0 auto;
}

@media screen and (max-width: 1024px) {
	#send .content_title h2 {
    font-size: 34px;
    line-height: 1.2;
}
}

@media screen and (max-width: 979px) {
}

@media screen and (max-width: 768px) {

	#table_send form {
		padding: 25px;
	}

	#table_send form input[type='text'], #table_send form select {
		width: 100%;
		margin-bottom: 10px;
	}

	#send .content_title h2 {
		text-align: center;
		padding: 0 30px;
		font-size: 32px;
		line-height: 1.2;
	}




}

@media screen and (max-device-width: 425px) {

    #send .content_title h2 img {
    margin: 0 10px 0 0;
}
	#send .content_title h2 {
    padding: 0;
    font-size: 17px;
}

	
}


@media screen and (max-width: 360px) {

	#table_send form {
		padding: 15px;
	}
	
	#send .content_title h2 img {
        margin: 0 10px 0 0;
}
#send .content_title h2 {
    padding: 0;
    font-size: 17px;
}

}









