/*==================================================================*/
/*========== Register ==========*/
/*==================================================================*/
.register-section {
	position: relative;
	padding: 150px 0;
}

.register-section .section-main-title {
	margin-bottom: 125px;
}

.register-section .form-special-note {
	font-weight: 500;
	font-size: 22px;
	line-height: 30px;
	padding-bottom: 30px;
}

.register-section .common-form .register-fields-block {
	padding-bottom: 30px;
}

.register-section .common-form .register-fields-block:last-child {
	padding-bottom: 0;
}

@media (min-width: 1500px) and (max-width: 2133px){
.register-section .section-main-title { margin-bottom: 100px; }
}

@media (min-width: 1400px) and (max-width: 1499px){
.register-section { padding: 125px 0; }
.register-section .section-main-title { margin-bottom: 100px; }
}

@media (min-width: 1300px) and (max-width: 1399px){
.register-section { padding: 100px 0; }
.register-section .section-main-title { margin-bottom: 75px; }
.register-section .form-special-note { font-size: 18px; line-height: 25px; padding-bottom: 20px; }
}

@media (min-width: 1200px) and (max-width: 1299px){
.register-section { padding: 100px 0; }
.register-section .section-main-title { margin-bottom: 75px; }
.register-section .form-special-note { font-size: 18px; line-height: 25px; padding-bottom: 20px; }
}

@media (min-width: 992px) and (max-width: 1199px){
.register-section { padding: 75px 0; }
.register-section .section-main-title { margin-bottom: 50px; }
.register-section .form-special-note { font-size: 16px; line-height: 25px; padding-bottom: 20px; }
}

@media (min-width: 768px) and (max-width: 991px){
.register-section { padding: 75px 0; }
.register-section .section-main-title { margin-bottom: 50px; }
.register-section .form-special-note { font-size: 16px; line-height: 25px; padding-bottom: 20px; }
.register-section .common-form .register-fields-block { padding-bottom: 20px; }
}

@media (max-width: 767px){
.register-section { padding: 50px 0; }
.register-section .section-main-title { margin-bottom: 30px; }
.register-section .form-special-note { font-size: 16px; line-height: 25px; padding-bottom: 15px; }
.register-section .common-form .register-fields-block { padding-bottom: 0; }
.common-form .form-check { margin-bottom: 10px; }
.common-form .form-check .form-check-input { width: 20px; height: 20px; }
.common-form .form-check .form-check-input:checked[type=radio] { background-size: 25px 25px; }

.common-form .form-group { margin-bottom: 8px; }
}
/*==================================================================*/
/*========== Register ==========*/
/*==================================================================*/