/************ MODAL ************/
.modal {
	position: fixed;
	background-color: rgba(0,0,0,0.55);
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 999999;
	display: none;
	overflow: auto;
}


.modal .dialog  {
	position: relative;
	margin: 30px auto 70px;
	max-width: 960px;
	height: auto;
}
.modal .dialog .content{
	padding: 20px;
	background-color: #fff;
}
.modal .dialog .content.kurs {
	padding: 20px 60px;
}
.modal .dialog .header {
	padding: 60px 60px 20px;
	background-color: #fff;
}
.modal .dialog .header h4 {
	padding-bottom: 20px;
	padding-right: 30px;
	color: #ff6600;
	text-transform: uppercase;
	border-bottom: 1px solid #ffb27f;
	font-size: 17px;
    font-family: 'dejavu_sansextralight';
}
.modal .dialog > .footer {
	padding: 30px; 
	background-color: #ff6600;
	position: relative;
}

.modal .dialog .form .footer {
	padding: 30px 0;
}
.lock {
	overflow-y: hidden;
}

.close {
	background-color: #ff6600;
	background-image: url(../img/close.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 40px;
	height: 40px;
	position: absolute;
	top: -10px;
	right: -10px;
	-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;
	cursor: pointer;
}
.close:hover {
	background-color: #eb5f00;
}
.close:active {
	background-color: #d75700;
}
/************** .MODAL **************/


.modal .dialog > .footer .footer {
	width: 600px;
	margin: 0px auto;
}
.modal .dialog > .footer .footer .primary {
	position: absolute;
	bottom: -30px;
	width: 400px;
	left: 50%;
	margin-left: -200px;
	
	-webkit-box-shadow: 0px 0px 0px 10px #ff6600;
	-moz-box-shadow:    0px 0px 0px 10px #ff6600;
	box-shadow:         0px 0px 0px 10px #ff6600;
	
}
.modal .dialog .content h5{
	color: #ff6600;
	text-transform: uppercase;
	font-size: 16px;
    font-family: 'dejavu_sansextralight';
}
.modal .dialog .content h5.mar {
	margin-top: 20px;
}

.modal .dialog .content ul li,
.modal .dialog .content p {
	font-size: 14px;
    font-family: 'dejavu_sansextralight';
	color: #5b4f46;
	margin: 5px 0;
}

.param p {
	color: #eb5f00 !important;
}

.kurs {}

.kurs > div {
	width: 420px;
	display: inline-block;
	vertical-align: top;

}

.kurs > div:first-child {
	margin-right: 40px;
	width: 370px;
}


.param {
	
}

.kurs .param li {
	border-bottom: 1px solid #ffb27f;
	padding: 10px;
	padding-left: 60px;
	position: relative;
	min-height: 70px;
}
.kurs .param li:last-child {
	border: none;
}
.kurs .param li:after {
	content: '';
	width: 50px;
	height: 50px;
	position: absolute;
	top: 10px;
	left: 0px;
	background-color: #ff6600;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	background-repeat: no-repeat;
	background-position: center;
}

.kurs .param li.students:after {
	background-image: url('../img/ico_students.png');
}

.kurs .param li.training:after {
	background-image: url('../img/ico_training.png');
}

.kurs .param li.term:after {
	background-image: url('../img/ico_term.png');
}

.kurs .param li.final-doc:after {
	background-image: url('../img/ico_final_doc.png');
}

.final-doc a {
	text-decoration: none;
	border-bottom: 1px solid #ffb27f;
	padding-bottom: 1px;
	font-weight: bold;
}
.final-doc a:hover {
	text-decoration: none;
	border-bottom: none;
}

.kurs .param li.price:after {
	background-image: url('../img/ico_price.png');
}
