<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.course-form {
	display: block;
	/*background: url('/i/img/oda-ticks.png') no-repeat center -2px, url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABtJREFUeNpi+P//PwMI37lzB8EA0XAGCAMEGAA3VxyoxxQJQwAAAABJRU5ErkJggg==);*/
    background: #ededed;
	padding: 5px 20px 20px 20px;
	border: 1px solid #ccc;
	max-width: 560px;
    border-radius: 10px;
    overflow: hidden;
	font-size: 14px;
}
form.course-form .text-center {
	text-align: center;
}
.course-form .text-right {
	text-align: right;
}
.course-form .text-left {
	text-align: left;
}
.course-form h2 {
	text-align: left;
    padding: 0px;
    color: #353535;
    font-size: 18px;
	margin-top: 20px;
	margin-bottom: 9px;
}
.course-form .control-group {
	display: flex;
	justify-content: space-between;
	margin: 10px 0;
	text-align: right;
	padding: 0 30px;
	line-height: 30px;
}
.course-form .control-group.error .form-control {
	border: 1px solid red;
}
.course-form .control-group.error .control-helper {
	color: red;
	line-height: normal;
	font-size: 12px;
}
.course-form .required {
	color: #dc0000
}
.course-form .control-label {
	width: 120px;
	vertical-align: middle;
	white-space: nowrap;
	margin-right: 4px;
}
.course-form .control-label + *{
	width: 320px;
	text-align: left;
}
.course-form input.form-control {
	width: 267px;
    display: inline-block;
    height: 20px;
    padding: 4px 6px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}
.course-form input.form-control:disabled {
	opacity: 0.7;
}
.course-form input.form-control:focus {
	border-color: rgba(218, 0, 0, 0.8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(218, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(218, 0, 0, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(218, 0, 0, 0.6);
}
.course-form .alert {
	margin-left: -20px;
    margin-top: -5px;
    margin-right: -20px;
    border-radius: 0;
    font-size: 16px;
    text-align: center;
    height: auto;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	padding: 8px 35px 8px 14px;
}
.course-form .alert.success {
	color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.course-form .hint {
	padding: 11px 0 0;
    font-size: 12px;
	color: #808080;
	text-align: center;
}

.course-form .intro {
	margin: -15px 0 0 5px;
	width: 95%;
	color: #808080;
}

.course-form .cost {
	font-weight: bold;
}

.course-form input::-webkit-input-placeholder {font-size: 13px}
.course-form input::-moz-placeholder          {font-size: 13px}/* Firefox 19+ */
.course-form input:-moz-placeholder           {font-size: 13px}/* Firefox 18- */
.course-form input:-ms-input-placeholder      {font-size: 13px}
.course-form .btn-block.control-group.text-center {display: inline-block;padding: 14px 1px 0 0;}
.instabtn-red.text-center {font-size: 14px;width: 135px;height: 35px;}
.course-form .btn.btn-primary {height: 44px; width: 167px;}

#form-block-fancy .infoerror {
    text-align: center;
    font-size: 15px;
    background: #FFB7B7;
    padding: 10px;
    font-weight: bold;
}

#form-block-fancy .infoerror_g {
    background: #CFC;
}

@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
	opacity: 0.7;
    cursor: pointer;
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0px 0px 0px -24px;
	vertical-align: middle;
}
.glyphicon-eye-open:before {
	content: "\e105";
}
.glyphicon-eye-close:before {
	content: "\e106";
}
.error.error-message {
	text-align: center;
    font-size: 15px;
    background: #FFB7B7;
    padding: 10px;
    font-weight: bold;
}
#paid_form .loader{
	background: url(/i/img/mongrid/grid-loader.gif);
    height: 16px;
    width: 256px;
	margin: 19px auto;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; /* &lt;-- Apparently some margin are still there even though it's hidden */
}
.fa-times {
	color: red;
}
.fa-check {
	color: green;
}
.continue-btn {
	width: 185px !important;
}
.h2-block {
	text-align: center;
	font-weight: bold;
}
.steps-block .circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    margin-left: 5px;
    text-align: center;
    color: white;
    vertical-align: 0px;
    font-size: 25px;
	cursor: pointer;
}
.circle.red-circle {
	background: #7f0c0c;
}
.circle.grey-circle {
	background: #777777;
}
.steps-block {
	font-size: 17px;
    font-weight: bold;
	margin-bottom: 14px;
    margin-top: 14px;
	text-align: center;
}
.steps-block .fa {
	margin: 1px 0px 0px 8px;
    font-size: 25px;
    vertical-align: -3px;
}
.steps-block .grey-text {
	color: #808080;
}
.steps-block .black-text {
	color: #000;
}
.return-to-link {
	margin: 0 auto;
    text-decoration: underline;
    cursor: pointer;
    color: #808080;
	font-size: 13px;
    margin: -10px 153px;
}
#paid_form a {
	color: #808080;
}
.circle-text-first, .circle-text-second {
	cursor: pointer;
}
.advantages_text {
	text-align: center;
}
.image_men_text {
	vertical-align: text-bottom !important;
}
.block_advantages.info_form_lecture {
	padding-bottom: 0 !important;
}
.inlineblockmiddle.image_men {
	vertical-align: top !important;
}
.block_advantages.info_form_lecture {
	margin-top: 0 !important;
}
.bg_image {background: url(/i/img/bg/instaforex_forex_in_detail_man_1.jpg);background-repeat: no-repeat;background-position: center;background-size: cover;height: 425px;}
.head_info i, .head_info h1 {display: inline-block;}
.head_info &gt; div:first-child {text-align: left;color: #fff;margin: 15px 0 20px 0;}
.head_info &gt; div:last-child {text-align: left;color: #fff;width: 600px;}
.head_info i,.head_info h1 {display:inline-block;}
.head_info h1 {padding: 7px 0 7px 7px;}
.head_info a {color: white;}
.head_info .disc li:before {border-color:white !important;}
#course_afert {width: 50px;height: 18px;vertical-align: middle;}
.checkbox-block {margin: 0 auto}
@media(max-width: 1025px) {
	.head_info h1 {
		width: 85%;
	}
}</pre></body></html>