@font-face {
  font-family: 'Play';
  font-style: normal;
  font-weight: 400;
  src: local('Play'), url('/g/fonts/play//play-r.woff') format('woff'), url('/g/fonts/play//play-r.ttf') format('truetype'), url('/g/fonts/play//play-r.svg') format('svg'); }

@font-face {
  font-family: 'Play';
  font-style: normal;
  font-weight: 700;
  src: local('Play-Bold'), url('/g/fonts/play//play-b.woff') format('woff'), url('/g/fonts/play//play-b.ttf') format('truetype'), url('/g/fonts/play//play-b.svg') format('svg'); }

.buy-out {
  font-size: 12px;
  font-family: Helvetica, Arial, sans-serif; }
  .buy-out .anketa-flash-upload div.flash {
    width: auto;
    padding: 0;
    border: none; }
    .buy-out .anketa-flash-upload .no-more {
      display: inline-block;
      vertical-align: middle;
      margin-left: 10px;
      margin-top: 5px; }
  .buy-out input[type='text'], .buy-out input[type='password'] {
    border: 1px solid #dadada;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1) inset;
    padding: 4px;
    color: #5e6066; }
  .buy-out .block-heading {
    background: none repeat scroll 0 0 #f8f8f8;
    border-bottom: 1px solid #ebebeb;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    margin: 0;
    padding: 8px 10px; }
  .buy-out .dots {
    background: none repeat scroll 0 0 transparent;
    height: 20px;
    line-height: 21px;
    overflow: hidden; }
  .buy-out .h2 {
    background: none repeat scroll 0 0 #f8f8f8;
    color: #325578;
    float: left;
    font-family: Play, arial;
    font-size: 14px;
    font-weight: 700;
    padding: 0;
    text-transform: uppercase; }
  .buy-out .head-button {
    border-bottom: 1px dashed #777;
    color: #777;
    cursor: pointer;
    line-height: 19px;
    margin: 0; }
    .buy-out .head-button:first-child {
      margin: 0 15px 0 0; }
  .buy-out .head-button.selected {
    cursor: pointer;
    color: #325578;
    border-bottom: 1px dashed transparent; }

.confirm {
  border: 1px dashed #f00;
  padding: 5px; }

.form-block {
  border: 1px solid #ebebeb;
  clear: left;
  display: inline-block;
  margin: 0 -60px 0 0;
  width: 738px; }

.block-0 {
  border-right: 1px dashed #e6e6e6;
  padding: 20px 20px 20px 20px;
  width: 328px; }
  .block-0 .selection {
    text-align: center; }
  .block-0 input {
    margin: 10px 0 10px; }

.block-01 {
  border-right: 1px dashed #e6e6e6;
  padding: 20px 20px 20px 20px;
  width: 328px; }
  .block-01 .selection {
    text-align: center; }

.block-1 {
  border-right: 1px dashed #e6e6e6;
  padding: 20px 20px 20px 20px; }

.block-2 {
  padding: 20px 20px 20px 20px; }

.block-3 {
  border-right: 1px dashed #e6e6e6;
  border-top: 1px dashed #e6e6e6;
  padding: 20px 20px 10px 20px; }

.block-4 {
  border-top: 1px dashed #e6e6e6;
  padding: 20px 20px 10px 20px; }

.field-block {
  float: left;
  display: none; }
  .field-block.active {
    display: block; }

.block-name {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 15px; }

.field {
  clear: both;
  margin: 0 0 15px; }
  .field label {
    display: block;
    float: left;
    margin: 5px 0 0;
    width: 165px; }

.courses-block {
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  padding: 0 0 20px;
  width: 738px; }
  .courses-block h3 {
    border-bottom: 1px dashed;
    cursor: pointer;
    display: inline-block;
    margin: 20px 0 0; }

.courses-list {
  padding: 0 20px; }
  .courses-list .num {
    float: left; }
  .courses-list .string {
    float: left;
    margin: 0 0 0 15px;
    width: 565px; }
    .courses-list .string a {
      text-decoration: none;
      color: #000; }
  .courses-list .add-courses {
    float: right;
    line-height: 19px; }
  .courses-list div:first-child .courses-group {
    display: none; }
    .courses-list div .courses-group {
      display: none; }

.course {
  border-bottom: 1px dashed #e6e6e6;
  display: inline-block;
  padding: 15px 0;
  width: 100%; }

.show-simple-form {
  float: right;
  border-bottom: 1px dashed #a50000;
  color: #a50000;
  cursor: pointer;
  margin: 4px 0 0;
  display: none; }
  .show-simple-form.active {
    display: block; }
  .show-simple-form:hover {
    border-bottom: none; }

.full-fill .button {
  background: #f1e767;
  background: -moz-linear-gradient(top, #f1e767 0%, #feb645 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1e767), color-stop(100%, #feb645));
  background: -webkit-linear-gradient(top, #f1e767 0%, #feb645 100%);
  background: -o-linear-gradient(top, #f1e767 0%, #feb645 100%);
  background: -ms-linear-gradient(top, #f1e767 0%, #feb645 100%);
  background: linear-gradient(to bottom, #f1e767 0%, #feb645 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1e767', endColorstr='#feb645',GradientType=0);
  border: 1px solid #ebebeb;
  color: #515151;
  cursor: pointer;
  font-weight: bold;
  margin: 20px 0;
  padding: 5px 10px;
  position: relative;
  top: 0; }
  .full-fill .button:hover {
    background: #feb645;
    background: -moz-linear-gradient(top, #feb645 0%, #f1e767 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #feb645), color-stop(100%, #f1e767));
    background: -webkit-linear-gradient(top, #feb645 0%, #f1e767 100%);
    background: -o-linear-gradient(top, #feb645 0%, #f1e767 100%);
    background: -ms-linear-gradient(top, #feb645 0%, #f1e767 100%);
    background: linear-gradient(to bottom, #feb645 0%, #f1e767 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feb645', endColorstr='#f1e767',GradientType=0); }

.add-courses .button {
  background: #f6f8f9;
  background: -moz-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f8f9), color-stop(50%, #e5ebee), color-stop(51%, #d7dee3), color-stop(100%, #f5f7f9));
  background: -webkit-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
  background: -o-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
  background: -ms-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
  background: linear-gradient(to bottom, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0);
  border: 1px solid #ebebeb;
  color: #325578;
  cursor: pointer;
  font-weight: bold;
  margin: 20px 0;
  padding: 5px 10px;
  position: relative;
  top: 0; }
  .add-courses .button:hover {
    background: #f6f8f9;
    background: -moz-linear-gradient(top, #f6f8f9 0%, #f5f7f9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f8f9), color-stop(100%, #f5f7f9));
    background: -webkit-linear-gradient(top, #f6f8f9 0%, #f5f7f9 100%);
    background: -o-linear-gradient(top, #f6f8f9 0%, #f5f7f9 100%);
    background: -ms-linear-gradient(top, #f6f8f9 0%, #f5f7f9 100%);
    background: linear-gradient(to bottom, #f6f8f9 0%, #f5f7f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0); }

.add-participants {
  display: none;
  margin: 0 0 0 25px; }
  .add-participants.active {
    display: block; }
  .add-participants input {
    margin: 10px 0 0;
    width: 300px; }

.add-more {
  cursor: pointer;
  margin: 0 0 0 20px; }
  .add-more .border {
    border-bottom: 1px dotted; }
  .add-more:hover .border {
    border-bottom: 0; }
  .add-more .plus {
    font-size: 14px;
    font-weight: bold;
    margin: 0 2px 0 0;
    position: relative;
    top: 1px; }

.courses-total {
  font-size: 16px;
  margin: 15px 0;
  padding: 0 20px;
  text-align: right; }
  .courses-total b {
    color: #a50000; }

.buttons {
  border-bottom: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  padding: 15px 0;
  width: 738px; }
  .buttons input.send {
    background: #f6f8f9;
    background: -moz-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f8f9), color-stop(50%, #e5ebee), color-stop(51%, #d7dee3), color-stop(100%, #f5f7f9));
    background: -webkit-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
    background: -o-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
    background: -ms-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
    background: linear-gradient(to bottom, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0);
    border: 1px solid #ebebeb;
    color: #325578;
    cursor: pointer;
    font-weight: bold;
    margin: 0 30px 0 20px;
    padding: 5px 10px; }
  .buttons input.send:hover {
    background: #f6f8f9;
    background: -moz-linear-gradient(top, #f6f8f9 0%, #f5f7f9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f8f9), color-stop(100%, #f5f7f9));
    background: -webkit-linear-gradient(top, #f6f8f9 0%, #f5f7f9 100%);
    background: -o-linear-gradient(top, #f6f8f9 0%, #f5f7f9 100%);
    background: -ms-linear-gradient(top, #f6f8f9 0%, #f5f7f9 100%);
    background: linear-gradient(to bottom, #f6f8f9 0%, #f5f7f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0); }
  .buttons input.clear {
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(50%, #f1f1f1), color-stop(51%, #e1e1e1), color-stop(100%, #f6f6f6));
    background: -webkit-linear-gradient(top, #fff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
    background: -o-linear-gradient(top, #fff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
    background: -ms-linear-gradient(top, #fff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
    background: linear-gradient(to bottom, #fff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
    border: 1px solid #ebebeb;
    color: #777;
    cursor: pointer;
    font-weight: bold;
    margin: 0 30px 0 0;
    padding: 5px 10px; }
  .buttons input.clear:hover {
    background: #f6f6f6;
    background: -moz-linear-gradient(top, #f6f6f6 0%, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(100%, #fff));
    background: -webkit-linear-gradient(top, #f6f6f6 0%, #fff 100%);
    background: -o-linear-gradient(top, #f6f6f6 0%, #fff 100%);
    background: -ms-linear-gradient(top, #f6f6f6 0%, #fff 100%);
    background: linear-gradient(to bottom, #f6f6f6 0%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0); }

.captcha {
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  padding: 10px 20px;
  width: 698px; }
  .captcha .gr-error {
    display: block;
    color: red; }
  .captcha .mgCaptcha-block {
    display: inline-block;
    vertical-align: middle; }
  .captcha input {
    display: inline-block;
    vertical-align: middle; }

.red {
  color: red; }

.mfeedback .error {
  color: red; }
