.freelesson {
    /*border: 1px solid rgba(255, 255, 255, 0.5);*/
    border-radius: 10px;
    box-shadow: 0 0 10px 1px rgba(255, 255, 255, 0.05), 0 0 50px 10px rgba(255, 255, 255, 1) inset;
    color: #ff0427;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: 600;
    margin: 5px auto 25px;
    padding: 9px 0;
    text-transform: uppercase;
    transition: all 0.3s ease-out 0s;
    width: 964px;
    z-index: 10000;
}
.freelesson:hover {
    background: rgba(255, 0, 0, 1) none repeat scroll 0 0;
    /*border: 1px solid #fff;*/
    box-shadow: 0 0 12px 2px rgba(255, 255, 255, 0.65);
    color: #fff;
}
.modal-visible {
overflow: hidden;
}
.modal_1 {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  right: 0;
  top: 0;
  display: none;
  font-size: 1.2em;
 /*overflow-y: scroll;*/
}
.modal_dialog {
    background: #ffffff none repeat scroll 0 0;
    box-sizing: border-box;
    margin: 50px auto;
    max-width: calc(100% - 20px);
    opacity: 0;
    padding: 50px;
    position: relative;
    transform: translateY(-100px);
    transition: opacity 0.3s linear 0s, transform 0.3s ease-out 0s;
    width: 600px;
	z-index: 51;
}
.modal_dialog.active {
    opacity: 1;
    transform: translateY(0px);
}
.modal_dialog h2 {
	color: #777;
    font-size: 1.4em;
    font-weight: 300;
    line-height: 1.4em;
    margin: 20px 0;
    text-align: center;
}

.close::after {
    content: "x";
    display: block;
    font-family: verdana;
    font-size: 20px;
    font-weight: normal;
	line-height: 20px;
}
.modal_dialog > .close {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #b5b5b5;
	color: #777 !important;
	cursor: pointer;
	float: right;
	margin: -20px -20px 0 0;
	padding: 1px 6px 5px;
	position: relative;
}

.modal_dialog input {
box-sizing: border-box;
}
.modal_dialog input:not([type="radio"]):not([type="checkbox"]) {
    vertical-align: middle;
}
.modal_dialog input[type="text"],.modal_dialog input[type="tel"],.modal_dialog input[type="email"] {
background: #ffffff none repeat scroll 0 0;
    border: 1px solid #dddddd;
    border-radius: 25px;
    color: #777777;
    height: 40px;
    max-width: 100%;
	width: 100%;
    padding: 4px 16px;
	margin-bottom: 20px;
    transition: all 0.2s linear 0s;
}
.modal_dialog input[type="text"]:focus,.modal_dialog input[type="tel"]:focus,.modal_dialog input[type="email"]:focus {
    background: #ffffff none repeat scroll 0 0;
    border-color: #59c45c;
    color: #777777;
    outline: 0 none;
}
.uk-button {
    color: #e60d02 !important;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: none;
	vertical-align: middle;
}
.modal_dialog .button:focus {
    background-color: #e60d02;
    box-shadow: 0 0 15px 3px rgba(255, 255, 255, 0.75), 0 0 10px 30px #e60d02 inset;
    color: #ffffff !important;
    outline: medium none;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
}
.modal_dialog .button{
    border-radius: 25px;
    width: 320px !important;
	color: #e60d02 !important;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: none;
	border: 2px solid #e60d02;
	background-color: #ffffff;
	text-align:center !important;
}
.modal_dialog .button:hover {
	color: #ffffff !important;
    background-color: #e60d02;
    box-shadow: 0 0 15px 3px rgba(255, 255, 255, 0.75), 0 0 10px 30px #e60d02 inset;
    color: #ffffff;
    outline: medium none;
}
#ajax_form {
	position:relative;}
.creator {
	position:absolute;
	right: -20px;
	bottom: -40px;
	font-size: 0.9em;
	color:#989898;
}
.creator a {color:#989898;}
.creator a:hover {color:#6a6a6a;}
#btn {
    display: block;
    margin: 10px auto 0;
}
.load_wrap{position:relative;}
#load {
	display: block;
	height: 0;
    margin: 0 auto;
    opacity: 0;
    transform: scale(0);
    transition: all 0.3s ease-out 0s;
    width: 0;
}
#load.active {
    height: 40px;
    margin: 20px auto 0;
    opacity: 1;
    transform: scale(1);
    width: 40px;
}
#answer {
	text-align: center;
	font-weight: 600;
	margin-top: 20px;
}