@import url(https://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic&subset=latin,cyrillic-ext,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300italic,300,400italic,700,700italic&subset=latin,cyrillic,cyrillic-ext);

@font-face {
    font-family: 'OstrichBlack';
    src: url('fonts/OstrichBlack.eot');
    src: url('fonts/OstrichBlack.eot?#iefix') format('embedded-opentype'),
         url('fonts/OstrichBlack.woff') format('woff'),
         url('fonts/OstrichBlack.ttf') format('truetype'),
         url('fonts/OstrichBlack.svg#OstrichBlack') format('svg');
    font-weight: normal;
    font-style: normal;
}



html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: none;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

::-webkit-input-placeholder {
  color:#aaaaaa;
}
::-moz-placeholder {
  color:#aaaaaa;
}
:-moz-placeholder {
  color:#aaaaaa;
}
:-ms-input-placeholder {
  color:#aaaaaa;
}


/* =============================================================================
   Template Styles
   ========================================================================== */

body {
  height: 100%;
  padding:0;
  min-height:100%;
}

html {
  height: 100%;
  padding:0;
  font-family: 'Roboto';
  font-weight: 400;
  background: #edf0f4;
}

#body {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  padding:0;
  background: #edf0f4;
  min-width: 1000px;
  overflow: hidden;
}

#body.branding {
    background: #f4fad8 url(../img/branding-form_v20.jpg) center 122px no-repeat;
}
#body.branding.yagla {
  background: #f4fad8 url(../img/branding-form_v20-yagla.jpg) center 122px no-repeat;
}

#body.branding.rfpl {
    background: #fff url(../img/branding-form_v6.jpg) center 119px no-repeat;
}
@media only screen and (max-width: 1400px) {
  #body.branding.rfpl {
    background-image: url(../img/branding-form_v6_small.jpg);
  }
}

#body.load {
   background: #dfdae0 url(../img/bg-preloader.jpg) center center no-repeat !important;
   background-size: cover;
}

#body_margin {
  padding-top: 124px;
}

.width {
  width: 1000px;
  margin: 0 auto;
  padding: 1px 0px 1px 0px;
}

.clr {
  clear: both;
  display: block;
}


/* ==================
   HEADER
   ================== */
/* ==================
   HEADER
   ================== */
header {
  background: #fff;
  height: 73px;
}
header .width {
  height: 70px;
  position: relative;
  z-index: 2;
}
header .logo {
  display: block;
  position: absolute;
  left: 30px; top: 0;
  bottom: 0;
  margin: 0;
  /*padding: 55px 0 0 118px;*/
  padding: 15px 0 0 70px;
  background: url(../img/logo-small.png) 0 center no-repeat;
  font-family: "Roboto";
  font-size: 21px;
  line-height: 21px;
  font-weight: 300;
  color: #336095;
  text-decoration: none;
  outline: none;
  cursor: default;
}
/* header .logo:before {
  content: "";
  display: block;
  position: absolute;
  left: 0; top: 0;
  margin: 2px 0 0 41px;
  width: 26px; height: 35px;
  background: url('/img/shapka.png') 0 0 no-repeat;
  background-size: cover;
} */
header .logo-link {
    position: absolute;
    top: 25px;
    left: 110px;
    color: #455a60;
    text-decoration: none;
    font-weight: 300;
}

.branding header .logo {
  cursor: pointer;
}
.load  header .logo {
  cursor: default;
}

header .right {
  position: absolute;
  width: 440px; 
  right: 30px; 
  /*top: 57px;*/
  top: 15px;
  margin: 0;
  padding: 1px 0;
}

header .right .phone {
  display: block;
  float: left;
  /*background: url(../img/ico-phone.png) 0 5px no-repeat;*/
  margin: 3px 0 0 0;
  padding: 0 0 0 26px;
  color: #455054;
  font-size: 22px;
  line-height: 22px;
  font-weight: 400;
}
header .right .phone a {
  color: #455054;
  text-decoration: none;
  outline: none;
}
header .right .phone span {
  display: block;
  font-size: 13px;
  line-height: 24px;
  font-weight: 300;
  text-align: right;
  color: #b8b8b8;
}

header .right .counter {
  float: right;
  margin: 0;
  width: 200px; height: 33px;
  position: relative;
}
header .right .counter span.count {
  display: block;
  position: absolute;
  margin: 0;
  padding: 0 0 0 3px;
  left: -20px; top: 0;
  width: 113px; height: 33px;
  background: url(../img/counter-bg.png) 1px 0 no-repeat;
  color: #515153;
  font-size: 30px;
  line-height: 33px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 6px;
}
header .right .counter p {
  margin: 3px 0 0 100px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
  color: #455054;
}
/* ==================
   FORM
   ================== */

/*этапы формы*/
.steps-wrapper {
  position: relative;
  z-index: 20;
  height: 50px;
  margin: -1px 0 0 0;
  overflow: hidden;
  z-index: 30;
}

.steps-wrapper .bg {
  display: block;
  position: absolute;
  top: 0;
  width: 50%; height: 50px;
  z-index: 1;
  
}
.steps-wrapper .bg.left {
  left: 0; 
  /*background: url(../img/grad-green.png) 0 0 repeat-x;*/
  background: url(../img/grad-steps-new.png) 0 0 repeat-x;
}
.steps-wrapper .bg.right {
  right: 0;
  /*background: url(../img/grad-grey.png) 0 0 repeat-x;*/
  background: url(../img/grad-steps-new.png) 0 0 repeat-x;
}

.steps-wrapper .steps {
  background: url(../img/steps-bg-new2.png) 0 0 no-repeat;
  height: 50px;
  margin: -1px 0 0 0;
  position: relative;
  z-index: 20;
}
.steps-wrapper .steps.step2 {
  background-position: 0 -50px;
}
.steps-wrapper .steps.step3 {
  background-position: 0 -100px;
}
.steps-wrapper .steps.step4 {
  background-position: 0 -150px;
}

.steps-wrapper .steps p {
  display: block;
  position: absolute;
  left: 0; top: 0;
  margin: 0;
  font-size: 16px;
  line-height: 48px;
  font-weight: 300;
  color: #fff;
  z-index: 19;
}
.steps-wrapper .steps p.s1 {
  margin-left: 40px;
}
.steps-wrapper .steps p.s2 {
  margin-left: 275px;
}
.steps-wrapper .steps p.s3 {
  margin-left: 450px;
}
.steps-wrapper .steps p.s4 {
  margin-left: 725px;
}


.content {
  position: relative;
  z-index: 100;
  margin-bottom: 60px;
  min-height: 920px;
}
.branding.rfpl .content {
  min-height: 995px;
}
.content.finalstep {
  min-height: 400px;
}
#body.load .content {
  min-height: 400px;
}
.content .title {
  margin: 30px 340px 30px 40px;
  text-align: center;
  color: #51c12e;
  font: 700 18px/20px "Roboto Condensed";
  text-transform: uppercase;
}

#body.load .content .title {
  display: none !important;
}

.content .right-info {
  position: absolute;
  z-index: 2;
  width: 205px;
  right: 0; top: 0;
  margin: 80px 60px 0 0;
  padding: 1px 0 0 0;
}
#body.branding .content .right-info {
  padding-top: 490px;
}
#body.branding.rfpl .content .right-info {
  padding-top: 765px;
}
#body.load .content .right-info {
  display: none !important;
}

.content .right-info p {
  display: block;
  min-height: 30px;
  margin: 10px 0 20px 0;
  padding: 0 0 0 40px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  color: #000;
}
.rfpl .content .right-info p {
  color: #393b40;
}
.content .right-info p.active {
  font-weight: 400;
  color: #000;
}
.content .right-info p.ico1 {
  background: url(../img/ico-right-1.png) 3px center no-repeat;
  line-height: 31px;
}
.content .right-info p.ico2 {
  background: url(../img/ico-right-2.png) 0 center no-repeat;
}
.content .right-info p.ico3 {
  background: url(../img/ico-right-3.png) 0 center no-repeat;
}
.content .right-info p.ico4 {
  background: url(../img/ico-right-4.png) 3px center no-repeat;
  min-height: 33px;
}
.content .right-info p.ico5 {
  background: url(../img/ico-right-5.png) 3px center no-repeat;
  min-height: 33px;
}

.content .right-info p a {
  /*color: #7dc041;*/
  color: #fff;
  text-decoration: underline;
  outline: none;
}
.content .right-info p a:hover {
  text-decoration: none;
}
.rfpl .content .right-info p a {
  color: #7dc041;
}

.content .right-info .banner {
  margin: 30px 0 0 0;
  width: 200px;
  height: 600px;
  overflow: hidden;
}

.content .right-info .review-wrap {
  border-top: 1px solid #d7dbe1;
  border-bottom: 1px solid #d7dbe1;
  min-height: 100px;
  margin: 30px 0;
  padding: 1px 0;
}
.content .right-info .review-wrap .title {
  color: #51c12e;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  margin: 17px 0;
  text-align: center;
}

.content .right-info .review-wrap .review {
  display: block;
  text-decoration: none;
  text-align: center;
  margin: 5px 0;
  padding: 1px 0;
}
.content .right-info .review-wrap .review figure {
  display: block;
  text-align: center;
  margin: 0;
}
.content .right-info .review-wrap .review figure img {
  display: block;
  margin: 0 auto;
  width: 118px; height: 118px;
}

.content .right-info .review-wrap .review figure figcaption {

}
.content .right-info .review-wrap .review figure figcaption .name {
  display: block;
  font-size: 15px;
  line-height: 19px;
  color: #000000;
  font-weight: 300;
  text-align: center;
  margin: 5px 0 0 0;
}
.content .right-info .review-wrap .review figure figcaption .name b {
  font-weight: 700;
  text-transform: uppercase;
}
.content .right-info .review-wrap .review figure figcaption .text {
  display: block;
  margin: 10px 0 15px 0;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  color: #000;
  font-style: italic;
  text-align: center;
}

.content .form-wrapper {
  width: 700px; min-height: 400px;
  background: #fff;
  margin: 0 0 0 0px;
  padding: 20px 0;
  -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.20);
  -moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.20);
  box-shadow: 0px 2px 4px rgba(0,0,0,0.20);
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px; 
  -khtml-border-radius: 5px; 
  border-radius: 5px; 
}
.branding .content .form-wrapper {
  margin-top: 90px;
}
.content .form-wrapper.nobg {
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 1px 0;
  width: auto;
}
#body.load .content .form-wrapper {
  display: none;
}
.content .form-wrapper.nobg.load {
  margin-top: 20px;
}
.content .form-wrapper .form {
  position: relative;
  z-index: 200;
}
.content .form-wrapper .form .pxl {
  display: none;
  position: absolute;
  left: 0; top: 0; 
  right: 0; bottom: 70px; 
  background: rgba(255,255,255,0.5);
  z-index: 200;
}
.content .form-wrapper .form.disable .pxl {
  display: block;
}
#body.load .content .form-wrapper .form {
  display: none !important;
}

.content .preloader {
  display: none;
  height: 433px;
  margin: 20px auto;
  position: relative;
}
#body.load .content .preloader {
  display: block;
}

.content .preloader .inner {
  position: absolute;
  top: 0; bottom: 0;
  left: 0; right: 300px;
  padding: 260px 0 50px 0;
  background: #fff url(../img/preloader.gif) no-repeat center 50px;
}

.content .preloader .preload-line-wrapper {
  margin: 20px auto;
  width: 105px; height: 3px;
  background: #ecebeb;
  position: relative;
}
.content .preloader .preload-line {
  display: block;
  position: absolute;
  left: 0; top: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 0;
  background: #51c12e;
  -moz-transition: width 30s ease;
  -o-transition: width 30s ease;
  -webkit-transition: width 30s ease;
  transition: width 30s ease;
}

.content .preloader .preload-line.time1 {
  -moz-transition: width 30s ease;
  -o-transition: width 30s ease;
  -webkit-transition: width 30s ease;
  transition: width 30s ease;
}
.content .preloader .preload-line.time2 {
  -moz-transition: width 90s ease;
  -o-transition: width 90s ease;
  -webkit-transition: width 90s ease;
  transition: width 90s ease;
}
.content .preloader .preload-line.time3 {
  -moz-transition: width .4s ease;
  -o-transition: width .4s ease;
  -webkit-transition: width .4s ease;
  transition: width .4s ease;
}

.content .preloader .preload-line.w50 {
  width: 50%;
}
.content .preloader .preload-line.w75 {
  width: 75%;
}
.content .preloader .preload-line.w90 {
  width: 90%;
}
.content .preloader .preload-line.w100 {
  width: 100%;
}

.content .preloader .inner p {
  margin: 20px auto;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  color: #3d4440;
  text-align: center;
}

.content .preloader .banners {
  display: block;
  position: absolute;
  margin: 0;
  top: 0; right: 0;
  width: 270px;
}
.content .preloader .banners .b {
  display: block;
  margin: 20px 0 0 0;
  padding: 0 0 0 87px;
  background: url(../img/preloader-right-bg.png) 0 0 no-repeat;
  font-size: 18px;
  line-height: 93px;
  font-weight: 300;
  color: #fefefe;
  text-align: left;
}
.content .preloader .banners .b:first-child {
  margin-top: 0;
}
.content .preloader .banners .b.b1 {
  background-position: 0 0;
}
.content .preloader .banners .b.b2 {
  background-position: 0 -113px;
}
.content .preloader .banners .b.b3 {
  background-position: 0 -227px;
}
.content .preloader .banners .b.b4 {
  background-position: 0 -340px;
}


.content .form-wrapper .field-block {
  position: relative;
  margin: 20px 0px;
  -moz-user-select:none;
  -webkit-user-select:none;
}
.content .form-wrapper .field-block.rel {
  position: relative;
  z-index: 3;
}
.lt-ie8 .content .form-wrapper .field-block.rel {
    overflow: hidden;
}
.content .form-wrapper .field-block.rel .help {
  display: block;
  position: absolute;
  top: 0; right: 0;
  z-index: 2;
  margin: 13px 55px 0 0;
  color: #c2c6ce;
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
}

.content .form-wrapper .field-block .select-wrap {
  margin: 0 30px;
}

.content .form-wrapper .line {
  height: 1px;
  background: #dddfe2;
  margin: 35px 0;
}
.content .form-wrapper .line-dotted {
  height: 1px;
  border-top: 1px dotted #b4b8bf;
  margin: 25px 30px;
}

.content .form-wrapper .field-block .half {
  position: relative;
  float: right;
  width: 310px;
  margin: 0 30px 0 0;
}
.content .form-wrapper .field-block .half:first-child {
  float: left;
  margin: 0 0 0 30px;
}
.content .form-wrapper .field-block .half.hide {
  display: none;
}

.content .form-wrapper .field-block.rel .half {
  position: relative;
  z-index: 3;
}
.content .form-wrapper .field-block.rel .half input.text {
  position: relative;
  z-index: 1;
}
.content .form-wrapper .field-block.rel .half .help {
  margin: 13px 25px 0 0;
}
input.text::-webkit-input-placeholder       {opacity: 1;}
input.text::-moz-placeholder                {opacity: 1; }
input.text:-moz-placeholder                 {opacity: 1; }
input.text:-ms-input-placeholder            {opacity: 1; }
input.text:focus::-webkit-input-placeholder {opacity: 0; }
input.text:focus::-moz-placeholder          {opacity: 0; }
input.text:focus:-moz-placeholder           {opacity: 0; }
input.text:focus:-ms-input-placeholder      {opacity: 0; }
.content .form-wrapper .field-block input.text {
  display: block;
  width: 590px; 
  padding: 18px 40px 6px 10px; 
  margin: 0 auto;
  background: url(../img/input-status-bg.png) 630px 40px no-repeat;
  border: 1px solid #c2c6ce; 
  font-size: 15px; 
  line-height: 15px;
  font-weight: 300;
  color: #3e4146;
  outline: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;

  -webkit-box-shadow: inset 0px 2px 4px rgba(0,0,0,0.14);
  -moz-box-shadow: inset 0px 2px 4px rgba(0,0,0,0.14);
  box-shadow: inset 0px 2px 4px rgba(0,0,0,0.14);

  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px; 
  -khtml-border-radius: 5px; 
  border-radius: 5px; 

  -webkit-appearance: none;
}
.content .form-wrapper .field-block input.text.light {
  color: #c2c6ce;
}
input.text[type="password" i] {
  -webkit-text-security: disc;
}
.content .form-wrapper .field-block input.text[readonly] {
  opacity: 0.5;
  color: transparent;
  border-color: #c2c6ce !important;
}
.content .form-wrapper .field-block input.text.load {
  background: url(../img/loader-input.gif) 610px center no-repeat;
}
.content .form-wrapper .field-block .half input.text.load {
  background: url(../img/loader-input.gif) 280px center no-repeat;
}

.content .form-wrapper .field-block input.text:focus {
  border-color: #8cce4e;
}

.content .form-wrapper .field-block input.text.full {
  padding-right: 0;
  width: 630px;
}
.content .form-wrapper .field-block input.text.success {
  background-position: 620px 0;
}
.content .form-wrapper .field-block input.text.error {
  border-color: #f37878;
  background-position: 620px -400px;
}

.content .form-wrapper .field-block input.text.disable {
  opacity: 0.5;
}

.content .form-wrapper .field-block .error-message {
  display: none;
  color: #f25858;
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
  margin: 5px 30px 0 30px;
}
.content .form-wrapper .field-block .half .error-message {
  margin: 5px 0 0 0;
}

.content .form-wrapper .text-check-phone {
  margin: 10px 30px;
  font-size: 14px;
  line-height: 18px;
  /* font-weight: 400; */
  /* color: #3a3f44; */
  color: #f25858;
  font-weight: 300;
}
.content .form-wrapper .text-check-phone.no-margin-top {
  margin-top: -10px;
}
.content .form-wrapper .text-check-phone.hide {
  display: none;
}
.content .form-wrapper .text-check-phone a {
  color: #59ac40;
  outline: none;
  text-decoration: underline;
  -moz-user-select:none;
  -webkit-user-select:none;
}
.content .form-wrapper .text-check-phone a:hover {
  text-decoration: none;
}

.content .form-wrapper .text-check-phone a.message-button {
  display: block;
  position: relative;
  width: 195px; height: 46px;
  margin: 5px 0 30px 0;
  padding: 0;
  background: url(../img/grad-index-buttons.png) 0 -44px repeat-x;
  color: #fff;
  text-decoration: none;
  outline: none;
  font-size: 14px;
  line-height: 46px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px; 
  -khtml-border-radius: 5px; 
  border-radius: 5px;
  text-shadow: #4c8d2f 1px 1px 1px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.content .form-wrapper .text-check-phone a.message-button:hover {
  -webkit-opacity: .8;
  opacity: .8;
}
.content .form-wrapper .text-check-phone a.message-button:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 17px;
  height: 17px;
  margin-top: -8.5px;
  background: url(../img/ico-lk.png) center center no-repeat;
}

.content .form-wrapper .field-block input.text.date {
  background: url(../img/date-bg.png) 610px 0 no-repeat;
}
.content .form-wrapper .field-block input.text.date.success {
  background-position: 610px -40px;
}
.content .form-wrapper .field-block input.text.date.error {
  background-position: 610px -80px;
}

.content .form-wrapper .field-block .half input.text.date {
  background: url(../img/date-bg.png) 280px 0 no-repeat;
}
.content .form-wrapper .field-block .half input.text.date.success {
  background-position: 280px -40px;
}
.content .form-wrapper .field-block .half input.text.date.error {
  background-position: 280px -80px;
}

.content .form-wrapper .field-block .half input.text {
  width: 260px;
}
.content .form-wrapper .field-block .half input.text.full {
  padding-right: 0;
  width: 300px;
}
.lt-ie8 .content .form-wrapper .field-block .half:first-child input.text {
  margin-left: -30px;
}

.lt-ie8 .content .form-wrapper .field-block .half:first-child input.text.w70 {
  margin-left: 11px;
}
.lt-ie8 .content .form-wrapper .field-block .half:first-child input.text.w70.first {
  margin-left: -30px;
}
.content .form-wrapper .field-block .half input.text.success {
  background-position: 290px 0;
}
.content .form-wrapper .field-block .half input.text.error {
  border-color: #f37878;
  background-position: 290px -400px;
}
.content .form-wrapper .field-block .half input.text.code_passport {
  float: left;
  width: 145px;
  padding-right: 0px;
}
.content .form-wrapper .field-block .half input.text.code_passport.success {
  background-position: 135px 0;
}
.content .form-wrapper .field-block .half input.text.code_passport.error {
  border-color: #f37878;
  background-position: 135px -400px;
}

.content .form-wrapper .field-block input.text.w70 {
  float: left;
  width: 57px;
  padding-right: 0px;
  margin-left: 11px;
  font-size: 13px;
}
.content .form-wrapper .field-block input.text.w70.first {
  margin-left: 0;
  width: 57px;
}
.content .form-wrapper .field-block input.text.w70.success {
  background-position: 5000px 0;
}
.content .form-wrapper .field-block input.text.w70.error {
  border-color: #f37878;
  background-position: 5000px -400px;
}

.content .form-wrapper .field-block input.text.w105 {
  float: left;
  width: 105px;
  padding-right: 0px;
  margin-left: 0;
}
.content .form-wrapper .field-block input.text.w105.success {
  border-color: #8cce4e;
  background-position: 95px 0;
}
.content .form-wrapper .field-block input.text.w105.error {
  border-color: #f37878;
  background-position: 95px -400px;
}
.lt-ie8 .content .form-wrapper .field-block input.text.w100 {
  /*margin-left: -30px;*/
}

div.hide,
div.hide-work {
  display: none;
}

.content .form-wrapper .field-block .half input.text.date.passport {
  float: right;
  width: 90px;
  background: url(../img/date-bg.png) 110px 0 no-repeat;
}
.lt-ie8 .content .form-wrapper .field-block .half input.text.date.passport {
  margin-left: 11px;
}
.content .form-wrapper .field-block .half input.text.date.passport.success {
  background-position: 110px -40px;
}
.content .form-wrapper .field-block .half input.text.date.passport.error {
  background-position: 110px -80px;
}

.content .form-wrapper p.remark-mobile-phone {
  font-size: 13px;
  line-height: 15px;
  font-weight: 300;
  color: #909196;
  margin: 0 30px;
}

.content .form-wrapper p.remark-email {
  font-size: 13px;
  line-height: 15px;
  font-weight: 300;
  color: #909196;
  margin: 10px 0 0;
}
.content .form-wrapper p.remark-email.error {
  color: #f25858;
}

.content .form-wrapper p.reg-text {
  font-size: 15px;
  line-height: 15px;
  font-weight: 300;
  color: #3e4146;
  margin: 0;
}
.content .form-wrapper .radio-wrap {
  margin: 35px 30px 0 30px;
  -moz-user-select:none;
  -webkit-user-select:none;
}
.content .form-wrapper .radio-wrap.prop {
  margin-top: 0;
}
.content .form-wrapper .half .radio-wrap {
  margin: 3px 0 0 0;
}
.content .form-wrapper .half .radio-wrap.float {
  float: left;
  margin-left: 10px;
  margin-top: 8px;
}
.content .form-wrapper .radio-wrap label {
  display: inline-block;
  cursor: pointer;
  margin: 0 20px 0 0;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  color: #3e4146;
  -moz-user-select:none;
  -webkit-user-select:none;
}
.content .form-wrapper .radio-wrap label.index {
  margin-right: 0;
}
.content .form-wrapper .radio-wrap.prop label {
  margin-right: 38px;
}
.lt-ie9 .content .form-wrapper .radio-wrap.prop label {
  margin-right: 35px;
}
.content .form-wrapper .radio-wrap.prop label.last {
  margin-right: 0;
  margin-left: -2px;
}

.lt-ie8 .content .form-wrapper .radio-wrap label {
  zoom: 1;
  display: inline;
}

.content .form-wrapper .radio-wrap label .ico {
  display: inline-block;
  width: 24px; height: 23px; 
  margin: 0;
  position: relative;
  left: 3px; top: 5px;
  background: url(../img/ico-mw.png) 0 0 no-repeat;
}
.lt-ie8 .content .form-wrapper .radio-wrap label .ico {
  display: inline;
  zoom: 1;
}
.content .form-wrapper .radio-wrap label .ico.man {
  background-position: 0 0;
}
.content .form-wrapper .radio-wrap label.checked .ico.man {
  background-position: 0 -23px;
}
.content .form-wrapper .radio-wrap label .ico.woman {
  background-position: -24px 0;
}
.content .form-wrapper .radio-wrap label.checked .ico.woman {
  background-position: -24px -23px;
}

.content .form-wrapper .radio-wrap .text {
  display: inline-block;
  padding: 0 15px 0 0;
  font-size: 15px; 
  line-height: 17px;
  font-weight: 300;
  color: #3e4146;
}
.lt-ie8 .content .form-wrapper .radio-wrap .text {
  display: inline;
  zoom: 1;
}
.content .form-wrapper .accept-wrap{
  background: #f0f2f6;
  margin: 40px 0;
  padding: 20px 0;
  border-top: 1px solid #dddfe2;
  border-bottom: 1px solid #dddfe2;
  text-align: center;
  -moz-user-select:none;
  -webkit-user-select:none;
}

.content .form-wrapper .accept-wrap .error-message {
  display: none;
  color: #f25858;
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
  margin: 5px 30px 0 30px;
  text-align: center;
}

.content .form-wrapper .accept-wrap label {
  font-size: 15px;
  line-height: 15px;
  font-weight: 300;
  color: #3e4146;
  cursor: pointer;
  -moz-user-select:none;
  -webkit-user-select:none;
}

.content .form-wrapper .accept-wrap a {
  font-size: 15px;
  line-height: 15px;
  font-weight: 300;
  color: #59ac40;
  outline: none;
  text-decoration: underline;
  -moz-user-select:none;
  -webkit-user-select:none;
}

.content .form-wrapper .accept-wrap a:hover {
  text-decoration: none;
}

.content .form-wrapper .accept-wrap .hide-text {
  display: none;
  margin: 5px 30px 0 30px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  text-align: left;
  color: #3e4146;
}

.content .form-wrapper p.subtitle {
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  color: #393b40;
  margin: -5px 30px 20px 30px;
}

.content .final-title {
  color: #3d4440;
  font-size: 36px;
  line-height: 38px;
  font-weight: 300;
  text-align: center;
  margin: 30px 40px 0 40px;
}

.content .step4-wrapper {
  min-height: 400px;
  background: #fff;
  margin: 30px 40px 60px 40px;
  padding: 1px 0;
  -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.20);
  -moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.20);
  box-shadow: 0px 2px 4px rgba(0,0,0,0.20);
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px; 
  -khtml-border-radius: 5px; 
  border-radius: 5px; 
  /*overflow: hidden;*/
}

.content .step4-wrapper .top {
  background: #51c12e;
  min-height: 173px;
  margin: -1px 0 0 0;
  padding: 1px 0;
}
.content .step4-wrapper .top .title {
  margin: 40px 0 0 0;
  font-family: "Roboto";
  font-size: 24px;
  line-height: 26px;
  font-weight: 300;
  color: #fff;
  text-align: center;
  text-transform: none;
}
.content .step4-wrapper .top .text {
  margin: 15px 0 0 0;
  color: #3e4146;
  font-size: 15px;
  line-height: 17px;
  font-weight: 300;
  text-align: center;
}
.content .step4-wrapper .top .text.error {
  display: none;
  margin: 5px 0 0 0;
  color: #cc0000;
}

.content .step4-wrapper .top .phone-block {
  width: 325px;
  margin: 5px auto 0 auto;

}
.content .step4-wrapper .top .phone-block input.text {
  display: block;
  float: left;
  width: 130px; 
  padding: 12px 40px 12px 10px; 
  margin: 0;
  background: #fff url(../img/input-status-bg.png) 630px 40px no-repeat;
  border: 1px solid #c2c6ce; 
  font-size: 15px; 
  line-height: 15px;
  font-weight: 300;
  color: #3e4146;
  outline: none;
  text-align: left;
  -webkit-box-shadow: inset 0px 2px 4px rgba(0,0,0,0.14);
  -moz-box-shadow: inset 0px 2px 4px rgba(0,0,0,0.14);
  box-shadow: inset 0px 2px 4px rgba(0,0,0,0.14);

  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px; 
  -khtml-border-radius: 5px; 
  border-radius: 5px; 
}
.content .step4-wrapper .top .phone-block input.text.error {
  border-color: #f37878;
  background-position: 180px -400px;
}
.content .step4-wrapper .top .phone-block input.text.hide {
  display: none;
}
.content .step4-wrapper .top .phone-block input.text:focus {
  border-color: #8cce4e;
}

.content .step4-wrapper .top .phone-block .current-sms-phone {
  margin: 0 0 0 5px;
  font-size: 22px;
  line-height: 40px;
  font-weight: 300;
  color: #fff;
  text-align: center;
}
.content .step4-wrapper .top .phone-block .current-sms-phone.hide {
  display: none;
}

.content .step4-wrapper .top .phone-block .button {
  display: block;
  float: right;
  width: 120px; height: 40px;
  margin: 0;
  background: url(../img/grad-step4-button.png) 0 0 repeat-x;
  border: 1px solid #6db12d;
  color: #3e4146;
  font-weight: 300;
  font-size: 15px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px; 
  -khtml-border-radius: 5px; 
  border-radius: 5px; 
}

.content .step4-wrapper .top .phone-block .button:hover {
  background-position: 0 -40px;
}

.content .step4-wrapper .top .phone-block .button.disable {
  cursor: default;
  opacity: 0.5;
  background-position: 0 0;
}

.content .step4-wrapper .smscode-block {
  margin: 20px auto 0 auto;
  padding: 1px 0;

}
.content .step4-wrapper .smscode-block input.text {
  display: block;
  float: left;
  width: 150px; 
  padding: 13px 40px 14px 10px; 
  margin: 0 0 0 359px;
  background: #fff url(../img/input-status-bg.png) 630px 40px no-repeat;
  border: 1px solid #c2c6ce; 
  font-size: 15px; 
  line-height: 15px;
  font-weight: 300;
  color: #3e4146;
  outline: none;
  text-align: left;
  -webkit-box-shadow: inset 0px 2px 4px rgba(0,0,0,0.14);
  -moz-box-shadow: inset 0px 2px 4px rgba(0,0,0,0.14);
  box-shadow: inset 0px 2px 4px rgba(0,0,0,0.14);

  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px; 
  -khtml-border-radius: 5px; 
  border-radius: 5px; 
}
.content .step4-wrapper .smscode-block input.text.disable {
  opacity: 0.5;
}
.content .step4-wrapper .smscode-block input.text.error {
  border-color: #f37878;
  background-position: 180px -400px;
}

.content .step4-wrapper .smscode-block .timer-sms {

  font-size: 20px;
  line-height: 31px;
  font-weight: 400;
  color: #51c12e;
  text-align: center;

}
.content .step4-wrapper .smscode-block .timer-sms.hide {
  display: none;
}
.content .step4-wrapper .smscode-block .get-smscode {
  display: block;
  text-align: center;
  width: 210px;
  margin: 0 auto;
  color: #51c12e;
  font-size: 15px;
  line-height: 40px;
  font-weight: 300;
  text-decoration: underline;
  outline: none;
}
.content .step4-wrapper .smscode-block .get-smscode:hover {
  text-decoration: none;
}
.content .step4-wrapper .smscode-block .get-smscode.disable {
  opacity: 0.5;
  cursor: default;
  text-decoration: none;
}
.content .step4-wrapper .smscode-block .get-smscode.hide {
  display: none;
}

.content .step4-wrapper .smscode-block .text{
  margin: 10px 0 0 0;
  text-align: center;
  font-size: 13px;
  line-height: 15px;
  font-weight: 300;
  color: #3d4440;
}

.content .step4-wrapper .checkbox-block {
  margin: 0px 0 10px 0;
  padding: 10px 0;
  text-align: center;
}

.content .step4-wrapper .checkbox-block .text{
  margin: 0 0 25px 0;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  text-align: center;
  color: #51c12e;
}

.content .step4-wrapper .checkbox-block label {
  display: inline-block;
  cursor: pointer;
  margin: 0 0px 0 0;
  font-size: 14px;
  line-height: 17px;
  font-weight: 300;
  color: #3e4146;
  -moz-user-select:none;
  -webkit-user-select:none;
}


.content .step4-wrapper .checkbox-block label.last {
  margin-right: 0;
  margin-left: -2px;
}

.lt-ie8 .content .step4-wrapper .checkbox-block label {
  zoom: 1;
  display: inline;
}

.content .step4-wrapper .checkbox-block .select-document-wrap {
  margin: 20px auto 0 auto;
  width: 310px;
  text-align: left;
}

.content .step4-wrapper .checkbox-block .checkbox-wrap {
  margin: 0 30px 25px 30px;
  text-align: left;
}

.content .step4-wrapper .checkbox-block .checkbox-wrap.line1 label {
  margin-right: 25px;
}
.content .step4-wrapper .checkbox-block .checkbox-wrap.line1 label.last {
  margin-right: 0;
  margin-left: -2px;
}

.lt-ie9 .content .step4-wrapper .checkbox-block .checkbox-wrap.line1 label {
  margin-right: 25px;
}
.content .step4-wrapper .checkbox-block .checkbox-wrap.line2 {
  margin-bottom: 0;
}
.content .step4-wrapper .checkbox-block .checkbox-wrap.line2 label {
  margin-right: 5px;
}
.content .step4-wrapper .checkbox-block .checkbox-wrap.line2 label.last {
  margin-right: 0;
  margin-left: -2px;
}

.lt-ie9 .content .step4-wrapper .checkbox-block .checkbox-wrap.line2 label {
  margin-right: 1px;
}

.content .step4-wrapper .error-message {
  display: none;
  color: #f25858;
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
  margin: 5px 30px 0 30px;
  text-align: center;
}
.content .step4-wrapper .error-message.smscode {
  margin-top: 5px;
}
.content .step4-wrapper .confirm-sms {
  display: block;
  width: 312px; height: 46px;
  margin: 0px auto 20px auto;
  padding: 0;
  background: url(../img/button-sign-bg.png) 0 -7px repeat-x;
  color: #fff;
  text-decoration: none;
  outline: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 46px;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  text-shadow: #cea500 1px 1px 1px;
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px; 
  -khtml-border-radius: 5px; 
  border-radius: 5px;
}
.content .step4-wrapper .confirm-sms:hover{
  background-position: 0 -53px;

}
.content .step4-wrapper .confirm-sms.disable {
  opacity: 0.5;
  background-position: 0 -53px;
  cursor: default;
}

.content .step4-wrapper .back {
  margin: 20px 0 10px 0;
  text-align: center;
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  color: #3d4440;
}
.content .step4-wrapper .back a {
  color: #3d4440;
  outline: none;
  text-decoration: underline;
}
.content .step4-wrapper .back a:hover {
  text-decoration: none;
}


.content .step4-wrapper .line {
  height: 1px;
  background: #dddfe2;
  margin: 25px 0;
}

.content .step4-wrapper .line-dotted {
  height: 1px;
  border-top: 1px dotted #b4b8bf;
  margin: 20px 30px;
}

.content .form-wrapper .property-wrap .error-message {
  display: none;
  color: #f25858;
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
  margin: 5px 30px 0 30px;
  text-align: left;
}


.content .step4-wrapper .documents-block {
  margin: 0px 0 0px 0;
  padding: 0px 0;
  text-align: center;
}
.content .step4-wrapper .documents-block .link-anketa {
  display: inline-block;
  margin: 0 0 20px 0;
  padding: 50px 0 0 0;
  background: url(../img/ico-pdf.png) center top no-repeat;
  color: #3a3f44;
  font-size: 15px;
  line-height: 21px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  outline: none;
}
.lt-ie8 .content .step4-wrapper .documents-block .link-anketa {
  display: inline;
  zoom: 1;
}
.content .step4-wrapper .documents-block a.link-anketa:hover {
  text-decoration: underline;
}
.content .step4-wrapper .documents-block .text {
  margin: 0 0 0 0;
  font-size: 15px;
  line-height: 23px;
  font-weight: 300;
  text-align: center;
  color: #757b83;
}
.content .step4-wrapper .documents-block .text a {
  text-decoration: underline;
  color: #757b83;
  outline: none;
}
.content .step4-wrapper .documents-block .text a:hover {
  text-decoration: none;
}




.content .step5-wrapper {
  background: #fff;
  margin: 44px 40px 60px 40px;
  padding: 1px 0;
  -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.20);
  -moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.20);
  box-shadow: 0px 2px 4px rgba(0,0,0,0.20);
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px; 
  -khtml-border-radius: 5px; 
  border-radius: 5px; 
  overflow: hidden;
}
.content .step5-wrapper .top {
  background: #51c12e;
  min-height: 95px;
  margin: -1px 0 0 0;
  padding: 1px 0;
}
.content .step5-wrapper .top .title {
  margin: 34px 0;
  font-family: "Roboto";
  font-size: 24px;
  line-height: 26px;
  font-weight: 300;
  color: #fff;
  text-align: center;
  text-transform: none;
}

.content .form.load {
  background: #fff url("../img/loader.gif") center center no-repeat;
  min-height: 400px;
  margin: 50px auto;
}
.content .form.load div,
.content .form.load p {
  display: none;
}


.content #form_step7.form.load {
  min-height: 600px;
}
.content #form_step7.form.load div,
.content #form_step7.form.load p {
  /*display: block;
  visibility: hidden;*/
}


.content .step5-wrapper .half {
  float: left;
  width: 50%;
  margin: 0;
  padding: 1px 0;
}
.content .step5-wrapper .line {
  height: 1px;
  background: #dddfe2;
  margin: 25px 0;
}

.content .step5-wrapper .type-wrapper {
  margin: 60px 0 0 0;
}
.content .step5-wrapper .type-wrapper .type {
  margin: 0;
  color: #3a3f44;
  font-size: 15px;
  line-height: 28px;
  font-weight: 300;
  text-align: center;
}
.content .step5-wrapper .type-wrapper .type strong {
  display: block;
  margin: 0;
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
}

.content .step5-wrapper .type-wrapper .time {
  margin: 20px 0 50px 0;
  color: #51c12e;
  font-size: 15px;
  line-height: 15px;
  font-weight: 300;
  text-align: center;
}
.content .step5-wrapper .type-wrapper .time a {
  color: #51c12e;
  text-decoration: underline;
}
.content .step5-wrapper .type-wrapper .time a:hover {
  text-decoration: none;
}
.content .step5-wrapper .checkbox-field {
  /*height: 30px;
  margin: 20px 0 20px 90px;
  padding: 0;*/
}
.content .step5-wrapper .checkbox-field label {
  display: inline-block;
  cursor: pointer;
  margin: 0 0px 0 0;
  font-size: 15px;
  line-height: 17px;
  font-weight: 300;
  color: #3a3f44;
  -moz-user-select:none;
  -webkit-user-select:none;
}
.content .step5-wrapper .checkbox-field label img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  margin-left: 10px;
}
.lt-ie8 .content .step5-wrapper .checkbox-field label img {
  display: inline;
  zoom: 1;
}

.content .step5-wrapper p.alert {
  display: none;
  margin: 50px 0;
  font-size: 12px;
  line-height: 14px;
  color: #757b83;
  font-weight: 300;
  text-align: center;
}
.content .step5-wrapper p.alert img {
  position: relative;
  top: -1px;
  right: 4px;
}

.office-select-wrap {
  width: 310px;
  margin: 50px auto;
}
.office-select-wrap > p {
  margin: 0 0 20px 0;
  color: #3a3f44;
  font-size: 15px;
  line-height: 28px;
  font-weight: 300;
  text-align: center;
}
.content .step5-wrapper .confirm-receive {
  display: block;
  width: 310px; height: 44px;
  margin: 30px auto;
  padding: 0;
  background: url(../img/grad-index-buttons.png) 0 -44px repeat-x;
  color: #fff;
  text-decoration: none;
  outline: none;
  font-size: 16px;
  font-weight: 300;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px; 
  -khtml-border-radius: 5px; 
  border-radius: 5px;
  text-shadow: #4c8d2f 1px 1px 1px;
}
.content .step5-wrapper .confirm-receive:hover{
  background-position: 0 -88px;
}
.content .step5-wrapper .confirm-receive.disable {
  opacity: 0.5;
  background-position: 0 -44px;
  cursor: default;
}

.content .step5-wrapper p.note {
  color: #51c12e;
  font-size: 14px;
  line-height: 16px;
  font-variant: 400;
  margin: 40px 0 5px 40px;
}

.content .step5-wrapper p.pl {
  color: #455054;
  font-size: 14px;
  line-height: 16px;
  font-variant: 400;
  margin: 5px 40px 40px 40px;
  padding: 0 0 0 10px;
}

.content .step5-wrapper .error-message {
  display: none;
  color: #f25858;
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
  margin: 5px 0px 0 0px;
}
.content .step5-wrapper .error-message.online_type_get {
  text-align: center;
}

.content .table-wrapper-credit {
  margin: 40px 40px 10px 40px;
  overflow: auto;
}
.content .table-wrapper-credit table {
  width: 100%;
  margin: 0;
}
.content .table-wrapper-credit table tr th {
  background: #e9e9e9;
  vertical-align: middle;
}

.content .table-wrapper-credit table tr th p {
  margin: 10px 15px;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #455054;
}
.content .table-wrapper-credit table tr th p.left {
  text-align: left;
}
.content .table-wrapper-credit table tr td {
  background: #fff;
  vertical-align: middle;
  text-align: center;
  border-top: 1px solid #e9e9e9;
}

.content .table-wrapper-credit table tr td {
  text-align: left;
}
.content .table-wrapper-credit table tr td label {
  margin: 15px;
  width: 40px;
  cursor: pointer;
}
.content .table-wrapper-credit table tr td p {
  margin: 15px 15px;
  text-align: center;
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  color: #455054;
}
.content .table-wrapper-credit table tr td p.left {
  text-align: left;
}
.content .table-wrapper-credit table tr td p.mr0 {
  margin-right: 0;
}
.content .table-wrapper-credit table tr td p strong {
  font-weight: 700;
}
.content .table-wrapper-credit table tr td p span.primechanie {
  color:#ccc;
  font-size:10px;
}
.content .table-wrapper-credit table tr td p .green {
  color: #51c12e;
  font-size: 13px;
}
.content .table-wrapper-credit table tr td p.big {
  font-size: 30px;
  line-height: 32px;
}
.content .table-wrapper-credit table tr td p.big span {
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  position: relative;
  top: -10px;
}
.content .table-wrapper-credit table tr td p a {
  color: #0089d0;
  outline: none;
  border-bottom: 1px solid #0089d0;
  text-decoration: none;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.content .table-wrapper-credit table tr td p a:hover {
  border-color: transparent;
}
.content .table-wrapper-credit table tr td img {
  margin: 0 0 0 0;
  max-width: 100%; max-height: 100%;
}

.content .table-wrapper-credit table tr .w16 {
  width: 19%;
}
.content .table-wrapper-credit table tr .w25 {
  width: 31%;
}
.content .table-wrapper-credit table tr .w19 {
  width: 23%;
}



.content .step6-title {
  color: #38423e;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
  margin: 45px 45px 0 40px;
}

.content .step6-wrapper {
  min-height: 400px;
  background: #fff;
  margin: 44px 40px 60px 40px;
  padding: 1px 0;
  -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.20);
  -moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.20);
  box-shadow: 0px 2px 4px rgba(0,0,0,0.20);
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px; 
  -khtml-border-radius: 5px; 
  border-radius: 5px; 
  /*overflow: hidden;*/
}
.content .step6-wrapper .line {
  height: 1px;
  background: #dddfe2;
  margin: 25px 0;
}

.content .step6-wrapper .confirm-requisites {
  display: block;
  width: 310px; height: 44px;
  margin: 30px auto;
  padding: 0;
  background: url(../img/grad-index-buttons.png) 0 -44px repeat-x;
  color: #fff;
  text-decoration: none;
  outline: none;
  font-size: 16px;
  font-weight: 300;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px; 
  -khtml-border-radius: 5px; 
  border-radius: 5px;
  text-shadow: #4c8d2f 1px 1px 1px;
}
.content .step6-wrapper .confirm-requisites:hover{
  background-position: 0 -88px;
}
.content .step6-wrapper .confirm-requisites.disable {
  opacity: 0.5;
  background-position: 0 -44px;
  cursor: default;
}
.content .step6-wrapper .requisites-form {
  margin: 40px auto 30px auto;
  width: 310px;
  padding: 1px 0;
}
.content .step6-wrapper .field-block {
  margin: 20px auto;
  width: 310px;
}
.content .step6-wrapper .field-block input.text {
  display: block;
  width: 260px; 
  padding: 12px 40px 12px 10px; 
  margin: 0 auto;
  background: url(../img/input-status-bg.png) 630px 40px no-repeat;
  border: 1px solid #c2c6ce; 
  font-size: 15px; 
  line-height: 15px;
  font-weight: 300;
  color: #3a3f44;
  outline: none;

  -webkit-box-shadow: inset 0px 2px 4px rgba(0,0,0,0.14);
  -moz-box-shadow: inset 0px 2px 4px rgba(0,0,0,0.14);
  box-shadow: inset 0px 2px 4px rgba(0,0,0,0.14);

  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px; 
  -khtml-border-radius: 5px; 
  border-radius: 5px; 
}

.content .step6-wrapper .field-block input.text:focus {
  border-color: #8cce4e;
}
.content .step6-wrapper .field-block input.text.success {
}
.content .step6-wrapper .field-block input.text.error {
  border-color: #f37878;
}
.content .step6-wrapper .field-block input.text[readonly] {
  opacity: 0.5;
  border-color: #c2c6ce !important;
}

.content .step6-wrapper .field-block input.text.load {
  background: url(../img/loader-input.gif) 280px center no-repeat;
}


.content .step6-wrapper .field-block .error-message {
  display: none;
  color: #f25858;
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
  margin: 5px 0px 0 0px;
}

.content .step6-wrapper .alert {
  display: block;
  margin: 20px 0 10px 0;
  padding: 0 0 0 19px;
  background: url(../img/ico-alert.png) 0 4px no-repeat;
  font-size: 12px;
  line-height: 21px;
  color: #757b83;
  font-weight: 300;
  text-align: left;
}

.content .step7-title {
  color: #38423e;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
  margin: 45px 45px 0 40px;
}

.content .step7-wrapper {
  min-height: 400px;
  background: #fff;
  margin: 44px 40px 60px 40px;
  padding: 1px 0;
  -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.20);
  -moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.20);
  box-shadow: 0px 2px 4px rgba(0,0,0,0.20);
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px; 
  -khtml-border-radius: 5px; 
  border-radius: 5px; 
  /*overflow: hidden;*/
}

.content .step7-wrapper .line {
  height: 1px;
  background: #dddfe2;
  margin: 25px 0;
}

.content .step7-wrapper .top {
  background: #51c12e;
  min-height: 173px;
  margin: -1px 0 0 0;
  padding: 1px 0;
  -moz-border-radius: 5px 5px 0 0; 
  -webkit-border-radius:  5px 5px 0 0; 
  -khtml-border-radius:  5px 5px 0 0; 
  border-radius:  5px 5px 0 0; 
}

.content .step7-wrapper .top .agreement-title {
  margin: 40px 0 20px 0;
  text-align: center;
  font-size: 24px;
  line-height: 26px;
  font-weight: 300;
  color: #fff;
}

.content .step7-wrapper .top .agreement-info {
  background: #fff;
  margin: 20px 30px;
  padding: 10px 70px;
  border: 1px solid #c2c7d0;
  -webkit-box-shadow: inset 0px 2px 4px rgba(0,0,0,0.20);
  -moz-box-shadow: inset 0px 2px 4px rgba(0,0,0,0.20);
  box-shadow: inset 0px 2px 4px rgba(0,0,0,0.20);
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px; 
  -khtml-border-radius: 5px; 
  border-radius: 5px; 
}

.content .step7-wrapper .top .agreement-info .userinfo {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #dde0e3;
}

.content .step7-wrapper .top .agreement-info .col {
  margin: 0;
  padding: 1px 0;
  float: right;
}
.content .step7-wrapper .top .agreement-info .col:first-child {
  float: left;
}

.content .step7-wrapper .top .agreement-info p {
  margin: 20px 0;
  color: #3a3f44;
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
}
.content .step7-wrapper .top .agreement-info p span {
  font-weight: 300;
  text-transform: uppercase;
}
.content .step7-wrapper .top .agreement-info p span.small {
  text-transform: none; 
}
.content .step7-wrapper .top .documents {
  margin: 20px 0 28px 0;
  text-align: center;
}
.content .step7-wrapper .top .documents a {
  display: inline-block;
  height: 29px;
  background: url(../img/ico-pdf-small.png) no-repeat;
  margin: 0 30px;
  padding: 0 0 0 35px;
  color: #fff;
  font-size: 15px;
  line-height: 29px;
  font-weight: 300;
  text-decoration: underline;
  outline: none;
}
.content .step7-wrapper .top .documents a:hover {
  text-decoration: none;
}

.content .step7-wrapper .sendsms-block {
  position: relative;
  padding: 1px 0;
  
}

.content .step7-wrapper .sendsms-block .send-sms-sign {
  display: block;
  width: 310px; height: 44px;
  margin: 40px auto 0 auto;
  padding: 0;
  background: url(../img/grad-index-buttons.png) 0 -44px repeat-x;
  color: #fff;
  text-decoration: none;
  outline: none;
  font-size: 16px;
  font-weight: 300;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px; 
  -khtml-border-radius: 5px; 
  border-radius: 5px;
  text-shadow: #4c8d2f 1px 1px 1px;
}
.content .step7-wrapper .sendsms-block .send-sms-sign:hover{
  background-position: 0 -88px;
}
.content .step7-wrapper .sendsms-block .send-sms-sign.disable {
  opacity: 0.5;
  background-position: 0 -44px;
  cursor: default;
}

.content .step7-wrapper .sendsms-block .sms-text {
  margin: 15px 0;
  font-size: 15px;
  line-height: 15px;
  font-weight: 300;
  color: #3a3f44;
  text-align: center;
}

.content .step7-wrapper .sign-block {
  margin: 0;
  padding: 1px 0;
}
.content .step7-wrapper .sign-block p {
  margin: 10px 0 10px 0;
  color: #00ad32;
  font-size: 18px;
  line-height: 18px;
  font-weight: 300;
  text-align: center;
}
.content .step7-wrapper .sign-block p.small {
  font-size: 13px;
  line-height: 13px;
  color: #37423e;
}

.content .step7-wrapper .fields-wrapper {
  margin: 20px auto;
  width: 430px;
}
.content .step7-wrapper .fields-wrapper.hide {
  display: none;
}
.content .step7-wrapper .fields-wrapper .field {
  float: left;
  width: 205px;
  margin: 0;
}
.content .step7-wrapper .fields-wrapper .field input.text {
  display: block;
  float: left;
  width: 150px; 
  padding: 13px 40px 14px 10px; 
  margin: 0 0 0 0;
  background: #fff url(../img/input-status-bg.png) 630px 40px no-repeat;
  border: 1px solid #c2c6ce; 
  font-size: 15px; 
  line-height: 15px;
  font-weight: 300;
  color: #3e4146;
  outline: none;
  text-align: left;
  -webkit-box-shadow: inset 0px 2px 4px rgba(0,0,0,0.14);
  -moz-box-shadow: inset 0px 2px 4px rgba(0,0,0,0.14);
  box-shadow: inset 0px 2px 4px rgba(0,0,0,0.14);

  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px; 
  -khtml-border-radius: 5px; 
  border-radius: 5px; 
}
.content .step7-wrapper .fields-wrapper .field input.text.disable {
  opacity: 0.5;
}
.content .step7-wrapper .fields-wrapper .field input.text.error {
  border-color: #f37878;
  background-position: 180px -400px;
}
.content .step7-wrapper .fields-wrapper .field input.text[readonly] {
  opacity: 0.5;
  border-color: #c2c6ce !important;
}

.content .step7-wrapper .fields-wrapper .field .error-message {
  display: none;
  color: #f25858;
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
  margin: 5px 30px 0 0px;
}

.content .step7-wrapper .fields-wrapper .sign-button {
  display: block;
  float: right;
  width: 205px; height: 46px;
  margin: 0px auto 20px auto;
  padding: 0;
  background: url(../img/button-sign-bg.png) 0 -7px repeat-x;
  color: #fff;
  text-decoration: none;
  outline: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 46px;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  text-shadow: #cea500 1px 1px 1px;
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px; 
  -khtml-border-radius: 5px; 
  border-radius: 5px;
}
.content .step7-wrapper .fields-wrapper .sign-button:hover{
  background-position: 0 -53px;

}
.content .step7-wrapper .fields-wrapper .sign-button.disable {
  opacity: 0.5;
  background-position: 0 -53px;
  cursor: default;
}

.content .step7-wrapper .checkbox-field {
  margin: 0 0 30px 0;
  text-align: center;
}
.content .step7-wrapper .checkbox-field label {
  display: inline-block;
  cursor: pointer;
  margin: 0 0px 0 0;
  font-size: 15px;
  line-height: 17px;
  font-weight: 300;
  color: #3a3f44;
  -moz-user-select:none;
  -webkit-user-select:none;
}

.content .step7-wrapper .reject-block {
  margin: 35px 0 65px 0;
}
.content .step7-wrapper .reject-button {
  display: block;
  float: right;
  height: 40px;
  padding: 0;
  width: 203px;
  border: 1px solid #c2c6ce;
  background: url(../img/grad-select-bg.png) repeat-x;
  overflow: hidden;
  color: #3e4146;
  font-size: 15px;
  line-height: 40px;
  font-weight: 400;

  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px; 
  -khtml-border-radius: 5px; 
  border-radius: 5px; 
  text-align: center;
  text-shadow: #fefefe 1px 1px 1px;
  outline: none;
  text-decoration: none;
}

/*банковская карта подтверждение*/
.content .step5_16-wrapper {
  margin: 0;
  padding: 80px 0 50px 0;
}
.content .step5_16-wrapper p {
  margin: 0;
  text-align: center;
  font-size: 30px;
  line-height: 34px;
  color: #3d4440;
  font-weight: 300;
}
.content .step5_16-wrapper p span {
  display: block;
  margin: 40px 0;
  font-size: 22px;
  line-height: 34px;
}
.content .step5_16-wrapper p b {
  font-weight: 300;
}

.content .step5_16-wrapper input.text {
  display: block;
  width: 100px; 
  padding: 13px 0px 14px 0px; 
  margin: 60px auto;
  background: #fff url(../img/input-status-bg.png) 630px 40px no-repeat;
  border: 1px solid #c2c6ce; 
  font-size: 15px; 
  line-height: 15px;
  font-weight: 300;
  color: #3e4146;
  outline: none;
  text-align: center;
  -webkit-box-shadow: inset 0px 2px 4px rgba(0,0,0,0.14);
  -moz-box-shadow: inset 0px 2px 4px rgba(0,0,0,0.14);
  box-shadow: inset 0px 2px 4px rgba(0,0,0,0.14);

  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px; 
  -khtml-border-radius: 5px; 
  border-radius: 5px; 
}
.content .step5_16-wrapper input.text.disable {
  opacity: 0.5;
}
.content .step5_16-wrapper input.text.error {
  border-color: #f37878;
  background-position: 180px -400px;
}

.content .step5_16-wrapper .confirm-sum {
  display: block;
  width: 310px; height: 44px;
  margin: 55px auto 30px auto;
  padding: 0;
  background: url(../img/grad-index-buttons.png) 0 -44px repeat-x;
  color: #fff;
  text-decoration: none;
  outline: none;
  font-size: 16px;
  font-weight: 300;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px; 
  -khtml-border-radius: 5px; 
  border-radius: 5px;
  text-shadow: #4c8d2f 1px 1px 1px;
}
.content .step5_16-wrapper .confirm-sum:hover {
  background-position: 0 -88px;
}
.content .step5_16-wrapper .confirm-sum.disable {
  opacity: 0.5;
  background-position: 0 -44px;
  cursor: default;
}

.content .step5_16-wrapper p.change-type-get {
  margin: 0;
  text-align: center;
  font-size: 22px;
  line-height: 28px;
  color: #3d4440;
  font-weight: 300;
}
.content .step5_16-wrapper p.change-type-get a {
  color: #3d4440;
  outline: none;
}
.content .step5_16-wrapper p.change-type-get a:hover {
  text-decoration: none;
}

.content .step5_16-wrapper .text-info {
  margin: 50px 70px;
  padding: 0;
}
.content .step5_16-wrapper .text-info .half {
  width: 400px; height: 370px;
  float: right;
  margin: 0;
  padding: 1px 0;
  border: 1px solid #cccccc;
}
.content .step5_16-wrapper .text-info .half:first-child {
  float: left;
}

.content .step5_16-wrapper .text-info p {
  margin: 20px 20px;
  color: #3d4440;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  text-align: left;
}

.content .step5_16-wrapper .text-info ul,
.content .step5_16-wrapper .text-info ol {
  display: block;
  margin: 10px 20px;
  padding: 0;
  list-style: none;
}

.content .step5_16-wrapper .text-info ul li {
  display: block;
  background: url(/img/get/ul-bg.png) 0 9px no-repeat;
  margin: 20px;
  padding: 0 0 0 25px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  color: #3d4440;
  text-align: left;
}
.content .step5_16-wrapper .text-info ul li span {
  display: block;
  font-size: 12px;
  line-height: 18px;
  color: #999;
}

/*финальный шаг*/
.content .final-step {
  display: none;
  margin: 110px 30px 60px 30px;
  padding: 140px 0 0 0;
}
.content .final-step.ok {
  background: url(../img/bg-final-ok.png) top center no-repeat;
}
.content .final-step.false {
  background: url(../img/bg-final-false.png) top center no-repeat;
}
.content .final-step.call {
  background: url(../img/bg-final-phone.png) top center no-repeat;
}

.content .final-step p {
  margin: 0;
  text-align: center;
  font-size: 30px;
  line-height: 34px;
  color: #3d4440;
  font-weight: 300;
}
.content .final-step p span {
  display: block;
  margin: 15px 0;
  font-size: 22px;
  line-height: 28px;
}
.content .final-step p span .small {
  margin: 5px 0;
  font-size: 14px;
  line-height: 16px;
}
.content .final-step p span .timer-message {
  margin: 5px 0;
}
.content .final-step p b {
  font-weight: 400;
}
.content .final-step p a {
  color: #3d4440;
  outline: none;
}
.content .final-step p a.disable {
  cursor: default;
  color: #ccc;
  text-decoration: none;
}
.content .final-step p a:hover {
  text-decoration: none;
}

.content .final-step .partner-block {
  margin: 44px auto;
  padding: 1px 0;
  width: 785px;
}
.content .final-step .partner-block .border-top {
  margin: 0 auto;
  width: 604px; height: 1px;
  background: #e1e1e1;
}

.content .final-step .partner-block p.text {
  margin: 40px 0 0 0;
  text-align: center;
  font-size: 24px;
  line-height: 28px;
  color: #37423e;
  font-weight: 300;
}
.content .final-step .partner-block .info {
  position: relative;
  margin: 40px 0;
  padding: 1px 0;
  height: 241px;
  background: #ffffff url(../img/money-bg.png) 0 center no-repeat;
  -webkit-box-shadow: 0px 0px 21px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 21px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 21px rgba(0,0,0,0.25);
}
.content .final-step .partner-block .info .plus {
  display: block;
  margin: 40px 0 0 380px;
  padding: 0;
  list-style: none;
}
.content .final-step .partner-block .info .plus li {
  display: block;
  background: url(../img/round-bg.png) 0 0 no-repeat;
  margin: 10px 0;
  padding: 0 0 0 40px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  color: #37423e;
}

.content .final-step .partner-block .info .link {
  display: block;
  position: absolute;
  bottom: 20px; right: 75px;
  margin: 0;
  width: 250px; height: 39px;
  background: url(../img/grad-buttons.png) 0 bottom repeat-x;
  font-size: 15px;
  font-weight: 300;
  line-height: 39px;
  color: #37423e;
  outline: none;
  border: none;
  text-align: center;
  border: none;
  outline: none;
  text-decoration: none;
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px; 
  -khtml-border-radius: 5px; 
  border-radius: 5px; 
}
.content .final-step .partner-block .info .link:hover {
  background: #ffbc00;
}
.content .final-step .partner-block .info .link.link-migone {
  background: #00b3e1;
  color: #fff;
  bottom: 75px;
}
.content .final-step .partner-block .info .link.link-migone:hover {
  background: #00b3e1;
  opacity: .9;
}

/*стилизация радиокнопок*/
.jq-radio {
  width: 20px; height: 20px;
  background: url(../img/radio-button-bg.png) 0 0 no-repeat;
  top: -1px;
  margin-right: 3px;
  vertical-align: middle;
  display: inline-block;
} 
.lt-ie8 .jq-radio {
  display: inline !important;
  zoom: 1 !important;
}
.jq-radio.checked{
  background-position: 0 -20px;
}

/*стилизация чекбоксов*/
.jq-checkbox{
  width: 20px; height: 20px;
  background: url(../img/checkbox-bg.png) 0 0 no-repeat;
  top: -1px;
  margin-right: 3px;
  vertical-align: middle;
  display: inline-block;
} 
.lt-ie8 .jq-checkbox {
  display: inline !important;
  zoom: 1 !important;
}
.jq-checkbox.checked{
  background-position: 0 -20px;
}

/*стилизация селектов*/
.jq-selectbox {
  vertical-align: middle;
  cursor: pointer;
  margin: 0 0 0 0;
  width: 100%;
  
}
.jq-selectbox__select {
  height: 40px;
  padding: 0;
  width: 100%;
  border: 1px solid #c2c6ce;
  background: url(../img/grad-select-bg.png) repeat-x;
  overflow: hidden;
  color: #3e4146;
  font-size: 15px;
  line-height: 40px;
  font-weight: 300;

  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px; 
  -khtml-border-radius: 5px; 
  border-radius: 5px; 

  text-shadow: #fefefe 1px 1px 1px;
}

.jq-selectbox.error .jq-selectbox__select{
  
}
.jq-selectbox__select:hover {

}
.jq-selectbox__select:active {
 border-color: #8cce4e;
}
.jq-selectbox.focused .jq-selectbox__select {
  
}
.jq-selectbox.disabled .jq-selectbox__select {
 
}

.jq-selectbox__select-text {
  display: block;
  margin: 0 35px 0 9px;

  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: none;
}
.jq-selectbox__trigger {
  height: 40px;
  width: 30px;
  position: absolute;
  top: 0px;
  right: 0px;
}
.jq-selectbox__trigger-arrow {
  margin: 10px 0 0 0;
  width: 20px;
  height: 21px;
  background: url(../img/arrow-select.png) no-repeat 0 0;
}
.jq-selectbox.opened .jq-selectbox__trigger-arrow {
  background-position: 0 -21px;
}
.jq-selectbox.opened .jq-selectbox__select {
  border-color: #8cce4e;
}


.jq-selectbox__dropdown {
  top: 42px;
  width: 100%; 
  margin: 0;
  padding: 0;
  border: 1px solid #dddddd;
  border-top: none;
  background: #FFF;
  font-size: 14px; 
  line-height: 14px;
  -moz-border-radius: 0 0 5px 5px; 
  -webkit-border-radius: 0 0 5px 5px; 
  -khtml-border-radius: 0 0 5px 5px; 
  border-radius: 0 0 1px 4px; 

  -webkit-box-shadow: 0px 1px 4px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 1px 4px rgba(0,0,0,0.15);
  box-shadow: 0px 1px 4px rgba(0,0,0,0.15);
}
.lt-ie8 .jq-selectbox__dropdown {
  min-width: 100%;
}
.jq-selectbox ul {
  margin: 7px 18px 7px 0;
  padding: 0;
  list-style: none;
  max-height: 205px;
}

.jq-selectbox li {
  background: none;
  padding: 10px 5px 10px 25px;
  margin: 0;
  color: #83898a;
  font-weight: 300;
}
.jq-selectbox li:first-child {
  display: none;
}
.jq-selectbox li:hover {
  color: #6fbd43;
}
.jq-selectbox li.sel{
  
}
.jq-selectbox li.selected {
  color: #6fbd43;
}
.jq-selectbox li.selected:hover {
  
}
.jq-selectbox li.disabled {
  
}
.jq-selectbox li.disabled:hover {
  
}
.jq-selectbox li.optgroup {
  
}
.jq-selectbox li.optgroup:hover {
  
}
.jq-selectbox li.option {
  padding-left: 25px;
}


.product-list .jq-selectbox__select {
  background: #fff;
  height: 32px;
  line-height: 32px;
  -webkit-box-shadow: inset 0px 2px 4px rgba(0,0,0,0.15);
  -moz-box-shadow: inset 0px 2px 4px rgba(0,0,0,0.15);
  box-shadow: inset 0px 2px 4px rgba(0,0,0,0.15);
}
.product-list .jq-selectbox__dropdown {
  top: 34px;
}
.product-list .product-payment-system.contact .jq-selectbox__select {
  background-image: url(../img/product-ico-contact.png);
  background-repeat: no-repeat;
  background-position: 5px center;
}
.product-list .product-payment-system.lider .jq-selectbox__select {
 
  background-image: url(../img/product-ico-lider.png);
  background-repeat: no-repeat;
  background-position: 5px center;
}
.product-list .product-payment-system.unistrim .jq-selectbox__select {
  background-image: url(../img/product-ico-unistrim.png);
  background-repeat: no-repeat;
  background-position: 5px center;
}

.product-list .jq-selectbox li:first-child {
  display: block;
}
.product-list .jq-selectbox__select {
  font-size: 13px;
  line-height: 32px;
}

.product-list .jq-selectbox__select-text {
 margin-right: 22px;
}
.product-list .product-payment-system .jq-selectbox__select-text {
  margin-left: 35px;
}
.product-list .jq-selectbox__trigger {
  width: 20px; height: 32px;
}
.product-list .jq-selectbox__trigger-arrow {
  margin: 13px 0 0 6px;
  width: 8px; height: 6px;
  background: url(../img/product-select-arrow.png) no-repeat 0 0;
}
.product-list .jq-selectbox.opened .jq-selectbox__trigger-arrow {
  background-position: 0 -6px;
}
.product-list .jq-selectbox__dropdown {
  font-size: 13px;
}
.product-list .jq-selectbox ul {
  margin-right: 5px;
}
.product-list .jq-selectbox li {
  padding-left: 10px;
}

.product-list .jq-selectbox li.contact {
  background: url(../img/product-ico-contact.png) 5px center no-repeat;
  padding-left: 35px;
}
.product-list .jq-selectbox li.lider {
  background: url(../img/product-ico-lider.png) 5px center no-repeat;
  padding-left: 35px;
}
.product-list .jq-selectbox li.unistrim {
  background: url(../img/product-ico-unistrim.png) 5px center no-repeat;
  padding-left: 35px;
}

/*END стилизация селектов*/

.buttons {
  margin: 50px 0 40px 0;
  padding: 0;
  position: relative;
}

.buttons .label {
  display: block;
  position: absolute;
  top: 0; 
  width: 310px; height: 20px;
  font-size: 15px;
  line-height: 20px;
  color: #000000;
  font-weight: 400;
  margin: -25px 0 0 0;
  text-align: center;
  text-transform: uppercase;
}
.buttons .label.left {
  left: 30px;
}
/*.buttons .label.right {
  right: 30px;
}*/
.buttons .label.right {
  left: 50%;
  margin-left: -155px;
}
.buttons .button {
  display: block;
  width: 310px; height: 44px;
  margin: 0;
  padding: 0;
  background: url(../img/grad-index-buttons.png) 0 0 repeat-x;
  color: #fff;
  text-decoration: none;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px; 
  -khtml-border-radius: 5px; 
  border-radius: 5px; 
}
.buttons .button.call {
  float: left;
  margin: 0 0 0 30px;
}
.buttons .button.call:hover {
  background-position: 0 -132px;
}
/*
.buttons .button.online {
  float: right;
  margin: 0 30px 0 0;
  background-position: 0 -44px;
}*/
.buttons .button.online {
  margin: 0 auto;
  background-position: 0 -44px;
}
.buttons .button.online:hover {
  background-position: 0 -88px;
}
.buttons .button.call img {
  position: relative;
  top: -2px;
  right: 5px;
}
.buttons .button.online img {
  position: relative;
  top: -1px;
  left: 5px;
}

.bottom-comment {
  text-align: center;
  margin: -10px 0 10px 0;
  color: #62b241;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.button-step {
  border-top: 1px solid #dddfe2;
  margin: 35px 0px 0 0;
  padding: 20px 0 0 0;
}

.button-step .next {
  display: block;
  float: right;
  width: 170px; height: 44px;
  margin: 0 30px 0 0;
  padding: 0;
  background: url(../img/grad-index-buttons.png) 0 -44px repeat-x;
  color: #fff;
  text-decoration: none;
  outline: none;
  font-size: 16px;
  font-weight: 300;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px; 
  -khtml-border-radius: 5px; 
  border-radius: 5px; 

  text-shadow: #4c8d2f 1px 1px 1px;
}
.button-step .next:hover {
  background-position: 0 -88px;
}
.button-step .next img {
  position: relative;
  top: -2px; 
  left: 5px;
}

.button-step .next.disable {
  -webkit-opacity: 0.5;
  opacity: 0.5;
  cursor: default;
  background-position: 0 -44px;
}

.button-step .back {
  display: block;
  float: left;
  height: 44px;
  margin: 0 0 0 30px;
  padding: 0 0 0 20px;
  background: url(../img/arrow-back.png) 0 center no-repeat;
  color: #59ac40;
  text-decoration: none;
  outline: none;
  font-size: 16px;
  font-weight: 300;
  line-height: 44px;
  text-align: center;
  cursor: pointer;
}
.button-step .back:hover {
  text-decoration: underline;
}




/*autocomplete*/
.autocomplete-suggestions { 
    margin-top: 0px;
    margin-left: 0px;
    border: 1px solid #c2c6ce; 
   
    background: #FFF; 
    cursor: default; 
    overflow: auto; 

    -webkit-box-shadow: 0px 4px 3px rgba(50, 50, 50, 0.64); 
    -moz-box-shadow: 0px 4px 3px rgba(50, 50, 50, 0.64); 
    box-shadow: 0px 4px 3px rgba(50, 50, 50, 0.64); 
}
.autocomplete-suggestion { 
    padding: 2px 5px; 
    white-space: nowrap; 
    overflow: hidden; 
    font-size: 12px;
    color: #3e4146;
}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #59ac40; }



/*стили для слайдера на 1 шаге*/
.slider-wrapper {
  margin: 5px 30px -15px 30px;
  padding: 1px 0;
}
.slider-wrapper.load {
  background: url(../img/loader-input.gif) no-repeat;
}

.slider-wrapper.sidebar {
  background: #fff;
  margin: 0 0 30px 0;
  padding: 10px 0 1px 0;
  -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.15);
  box-shadow: 0px 2px 4px rgba(0,0,0,0.15);

  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px; 
  -khtml-border-radius: 5px; 
  border-radius: 5px; 
}
.slider-wrapper.load .slider-field {
  visibility: hidden;
}

.slider-wrapper .slider-field {
  margin: 30px 0 10px 0;
  position: relative;
  height: 55px;
}
.slider-wrapper .slider-field.first {
  margin-top: 7px;
}
.slider-wrapper .slider-field .label-input {
  display: block;
  position: absolute;
  right: 115px; top: 15px;
  margin: 0;
  font-size: 15px; 
  line-height: 15px;
  font-weight: 300;
  color: #c2c6ce;
}

.slider-wrapper .slider-block {
  position: relative;
  height: 15px;
  padding: 25px 0 1px 0;
  margin: 0 240px 0 0;
}
.slider-wrapper.sidebar .slider-block {
  margin: 20px 19px 40px 19px;
  height: 5px;
}

.slider-wrapper .slider-block .label {
  display: block;
  position: absolute;
  top: 0; 
  margin:0;
  font-size: 14px;
  line-height: 16px;
  color: #020000;
  font-weight: 300;
  text-transform: uppercase;
}
.slider-wrapper.sidebar .slider-block p.label {
  font-size: 12px;
  line-height: 14px;
  margin: 0;
  padding: 0;
  text-transform: none;
}
.slider-wrapper .slider-block .label.left{
  left: 0;
  text-align: left;
}
.slider-wrapper .slider-block .label.right{
  right: 0;
  text-align: right;
}

.slider-wrapper input.slider-input {
  float: right;
  display: block;
  width: 150px; 
  padding: 12px 40px 12px 10px; 
  margin: 0 auto;
  background: url(../img/ico-edit.png) 180px 11px no-repeat;
  border: 1px solid #c2c6ce; 
  font-size: 15px; 
  line-height: 15px;
  font-weight: 300;
  color: #3e4146;
  outline: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;

  -webkit-box-shadow: inset 0px 2px 4px rgba(0,0,0,0.14);
  -moz-box-shadow: inset 0px 2px 4px rgba(0,0,0,0.14);
  box-shadow: inset 0px 2px 4px rgba(0,0,0,0.14);

  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px; 
  -khtml-border-radius: 5px; 
  border-radius: 5px; 
}

.slider-wrapper input.slider-input-sidebar {
  display: block;
  width: 110px; 
  padding: 12px 40px 12px 10px; 
  margin: 0 auto;
  background: none;
  
  border: 1px solid #c2c6ce; 
  font-size: 15px; 
  line-height: 15px;
  font-weight: 300;
  color: #3e4146;
  outline: none;

  -webkit-box-shadow: inset 0px 2px 4px rgba(0,0,0,0.14);
  -moz-box-shadow: inset 0px 2px 4px rgba(0,0,0,0.14);
  box-shadow: inset 0px 2px 4px rgba(0,0,0,0.14);

  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px; 
  -khtml-border-radius: 5px; 
  border-radius: 5px; 
}
.slider-wrapper .tooltip input.slider-input-sidebar {
  background: url(../img/ico-alert.png) 140px 14px no-repeat;
}
.slider-wrapper .error-message {
  display: none;
  color: #f25858;
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
  margin: 0;
  position: absolute;
  bottom: -5px; left: 0;
}
.slider-wrapper.sidebar .error-message {
  display: none;
}

.slider-wrapper p.tooltip-message {
  display: none;
  position: absolute;
  top: 0; left: 0;
  margin: -15px 0 0 -235px;
  width: 200px;
  padding: 15px 20px 17px 20px;
  background: #f37878;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
  -moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    -khtml-border-radius: 5px; 
    border-radius: 5px; 
}
.slider-wrapper .tooltip:hover p.tooltip-message {
  display: block;
}
.slider-wrapper p.tooltip-message i {
  display: block;
  position: absolute;
  width: 7px; height: 10px;
  top: 50%; right: 0;
  margin: -5px -7px 0px 0;
  background: url(../img/angle-tooltip.png) no-repeat;

}

.slider-wrapper .info-loan {
  display: block;
  margin: 20px 0 0 0;
  padding: 0;
  border-top: 1px solid #e5e5e5;
  text-align: center;
  font-size: 0;
}
.slider-wrapper.load .info-loan {
  visibility: hidden;
}
.slider-wrapper .info-loan .info {
  display: inline-block;
  position: relative;
  width: 90px; height: 51px;
  padding: 1px 20px;
  text-align: left;
}
.lt-ie8 .slider-wrapper .info-loan .info {
  display: inline;
  zoom: 1;
}
.slider-wrapper .info-loan .info.i3 {
  width: 140px;
}
.slider-wrapper .info-loan .info.i4 {
  width: 130px;
}

.slider-wrapper .info-loan .info i {
  display: block;
  position: absolute;
  left: 0; top: 50%;
  margin: -9px 0 0 0;
  width: 1px; height: 25px;
  background: #e5e5e5;
}
.slider-wrapper .info-loan .info:first-child i {
  display: none;
}

.slider-wrapper .info-loan .info p {
  margin: 7px 0 0 0;
  font-family: "Roboto";
  font-size: 17px;
  font-weight: 300;
  line-height: 19px;
  color: #4a5155;
}
.slider-wrapper .info-loan .info p.label {
  color: #afb2b4;
  font-size: 12px;
  line-height: 14px;
  margin-top: 10px;
}

.slider-wrapper .info-credit {
  display: block;
  margin: 20px 0 0 0;
  border-top: 1px solid #e5e5e5;
  height: 60px;
}

.slider-wrapper .info-credit .info {
  display: block;
  position: relative;
  height: 51px;
  float: left;
  padding: 1px 20px;

}
.slider-wrapper .info-credit .info:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 100px;
}
.slider-wrapper .info-credit .info i {
  display: block;
  position: absolute;
  left: 0; top: 50%;
  margin: -9px 0 0 0;
  width: 1px; height: 25px;
  background: #e5e5e5;
}
.slider-wrapper .info-credit .info:first-child i {
  display: none;
}

.slider-wrapper .info-credit .info p {
  margin: 7px 0 0 0;
  font-family: "Roboto";
  font-size: 17px;
  font-weight: 300;
  line-height: 19px;
  color: #4a5155;
}
.slider-wrapper .info-credit .info p.label {
  color: #afb2b4;
  font-size: 12px;
  line-height: 14px;
  margin-top: 10px;
}

.slider-wrapper .info-credit .info p span.old {
  text-decoration: line-through;
  padding-left: 5px;
}
.slider-wrapper .info-credit .info p span.new {
  color: #7dc041;
  font-size: 17px;
  font-weight: 500;
}


/* ==================
   ВЫБОР ПРОДУКТА
   ================== */
p.product-title {
  margin: 50px 0;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  color: #37423e;
  text-align: center;
}
p.product-title .green {
  color: #51c12e;
}

.product-list {
  width: 920px;
  margin: 50px auto;
  padding: 0;
  background: #fff;
  
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px; 
  -khtml-border-radius: 5px; 
  border-radius: 5px; 

  -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.21);
  -moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.21);
  box-shadow: 0px 2px 4px rgba(0,0,0,0.21);
}

.product-list table {
  width: 100%;
  margin: 0;
}

.product-list table th {
  vertical-align: middle;
  text-align: left;
}
.product-list table th p {
  margin: 30px 0 12px 0;
  font-size: 13px;
  line-height: 17px;
  font-weight: 300;
  color: #8e9297;
}

.product-list table td {
  background-color: #f2f3f7;
  background-position: left center;
  background-repeat: no-repeat;
  border-top: 1px solid #dde0e3;
  height: 83px;
  vertical-align: middle;
  text-align: left;
}
.product-list table .recommended td {
  background-color: #fff;
}

.product-list table td.office {
  background-image: url(../img/product-ico-office.png);
}
.product-list table td.online {
  background-image: url(../img/product-ico-online.png);
}
.product-list table td.bank-card {
  background-image: url(../img/product-ico-card.png);
}
.product-list table td.payment-system {
  background-image: url(../img/product-ico-money.png);
}
.product-list table td.weeks {
  background-image: url(../img/product-ico-calendar.png);
}
.product-list table td.days {
  background-image: url(../img/product-ico-clock.png);
}
.product-list table td.bank-account {
  background-image: url(../img/product-ico-bank-account.png);
}

.product-list table .c1 {
  width: 110px;
  padding-left: 15px;
}
.product-list table .c2 {
  width: 175px;
  padding-left: 37px;
}
.product-list table .c3 {
  width: 130px;
  padding-left: 45px;
}
.product-list table .c4 {
  width: 93px;
  padding-left: 37px;
}
.product-list table .c5 {
  width: 130px;
  padding-left: 0px;
}

.product-list table th.c2,
.product-list table th.c3,
.product-list table th.c4,
.product-list table th.c5,
.product-list table td.selectwrap {
  padding-left: 0;
}

.product-list table td.c2.selectwrap {
  vertical-align: top;
  width: 202px;
}
.product-list table td.c3.selectwrap {
  vertical-align: top;
  width: 175px;
}

.product-list table td p {
  margin: 0;
  font-size: 15px;
  line-height: 15px;
  font-weight: 300;
  color: #000;
}
.product-list table td.c4 p,
.product-list table td.c5 p {
  font-size: 13px;
}
.product-list table td p.label {
  margin-top: 7px;
  margin-bottom: 3px;
  color: #8e9297;
  font-size: 13px;
}
.product-list table td p span {
  font-size: 20px;
  line-height: 30px;
}
.product-list table td.c5 p span {
  font-size: 15px;
  line-height: 15px;
}

.product-list table td.c2 .select {
  width: 165px;
}
.product-list table td.c3 .select {
  width: 150px;
}


.product-list .step-product-submit {
  margin: 0;
  border:none;
  background: url(../img/product-button.png) 0 -50px no-repeat;
  width: 121px; height: 44px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  outline: none;
  -moz-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.product-list .recommended .step-product-submit {
  background-position: 0 0;
  text-shadow: rgba(206,165,0,0.85) 1px 1px 1px;
}
.product-list .step-product-submit:hover {
  opacity: 0.8;
}
.product-list .step-product-submit:active {
  opacity: 1;
}

/* ==================
   Создание личного кабинета
   ================== */
.content .form-wrapper .field-block .label-pass {
  margin: 5px 0 0 0;
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
  color: #000;
}
.content .form-wrapper .field-block .label-pass.repeat {
  margin-top: 14px;
}
.content .form-wrapper .field-block .status-line {
  margin: 5px 0 0 0;
  position: relative;
}

.content .form-wrapper .field-block .status-line p {
  margin: 0;
  font-size: 12px;
  line-height: 12px;
  font-weight: 300;
  color: #d1d2d4;
}
.content .form-wrapper .field-block .status-line .status {
  display: block;
  position: absolute;
  left: 90px; right: 0;
  top: 2px;
  height: 9px;
  background: #ddd;
}
.content .form-wrapper .field-block .status-line .status i {
  display: block;
  position: absolute;
  left: 0; top: 0;
  bottom: 0;
  width: 0;
  -moz-transition: width .3s ease-out;
  -o-transition: width .3s ease-out;
  -webkit-transition: width .3s ease-out;
  transition: width .3s ease-out;
}
.content .form-wrapper .field-block .status-line .status.error i {
  background: #d75f61;
}
.content .form-wrapper .field-block .status-line .status.easy i {
  background: orange;
}
.content .form-wrapper .field-block .status-line .status.good i {
  background: #83b959;
}

.content .label-top {
  display: block;
  position: absolute;
  left: 40px; top: 5px;
  margin: 0;
  color: #c2c6ce;
  font-size: 10px;
  font-weight: 300;
  line-height: 10px;
  z-index: 10;
}
.content .half .label-top {
  left: 10px;
}
/* ==================
   FOOTER
   ================== */
footer {
  min-width: 1000px;
  height: 124px;
  border-top: 0px solid #c2c6ce;
  background: url(../img/grad-footer.png) repeat-x;
  margin: -124px 0 0 0;
}

footer .logo {
  display: block;
  width: 171px; height: 56px;
  float: left;
  margin: 25px 0 0 0px;
  background: url(../img/logo-footer-new.png) no-repeat;
}

footer .address {
  float: left;
  margin: 20px 0 0 30px;
  padding: 1px 0 0 0;
}
footer .address:first-child {
  margin-left: 0;
}
footer .address p {
  color: #fff;
  font-size: 12px; 
  line-height: 14px;
  font-weight: 400;
  margin: 5px 0;
}
footer .address p a {
  color: #fff;
  outline: none;
  text-decoration: none;
}
footer .address p a:hover {
  text-decoration: underline;
}

footer .contacts {
  float: left;
  margin: 20px 0 0 50px;
  padding: 1px 0 0 0;
}
footer .contacts .phone {
  margin: 0 0 5px 0;
  color: #fff;
  font: 700 20px/20px "Roboto Condensed";
}
footer .contacts .time {
  margin: 5px 0;
  color: #63666d;
  font: 700 10px/12px "Roboto Condensed";
  text-transform: uppercase;
}
footer .contacts .text {
  margin: 8px 0 0 0;
  color: #0068b3;
  font: 700 10px/12px "Roboto Condensed";
  text-transform: uppercase;
  
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}



/*
text-shadow: rgba(30,31,34,0.8) 1px 1px 1px;

-webkit-box-shadow: 0px 9px 16px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 9px 16px rgba(0,0,0,0.75);
  box-shadow: 0px 9px 16px rgba(0,0,0,0.75);

-moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    -khtml-border-radius: 5px; 
    border-radius: 5px; 
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); 
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5; 
    opacity: 0.5; 



*/

.legals {
	font-size: 9px;
	font-weight: 300;
	color: #3E4146;
	
	width: 700px;
	margin: 40px 0px;
}
.legals a {
  color: #3E4146;
  text-decoration: underline;
}
.legals a:hover {
  text-decoration: none;
}

.rfpl-text {
  display: none;
  margin: 30px 0;
  padding: 1px 0 20px 0;
  border-bottom: 1px solid #e1e1e1;
  width: 700px;
}
.branding.rfpl .rfpl-text {
  display: block;
}

.rfpl-text p {
  margin: 20px 0 0 0;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #3a3f44;
  font-weight: 300;
}
.rfpl-text p.item {
  display: block;
  position: relative;
  margin-top: 0;
  padding: 0 0 0 10px;
}
.rfpl-text p.item span {
  display: block;
  position: absolute;
  left: 0; top: 2px;
  color: #fa8b00;
  font-size: 10px;
  line-height: 10px;
  font-weight: 400;
}
.rfpl-text p a {
  color: #59ac40;
  outline: none;
}
.rfpl-text p a:hover {
  text-decoration: none;
}


.cookie-error {
  display: none;
  position: relative;
  min-height: 35px;
  margin: 0 0;
  padding: 1px 0;
  background: url(../img/cookie-alert.png) 30px 5px no-repeat;
}
.cookie-error p {
  margin: 0 100px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  color: #505050;
}
.cookie-error .close {
  display: block;
  position: absolute;
  right: 30px; top: 0px;
  background: url(../img/cookie-close.png) 10px center no-repeat;
  margin: 0;
  padding: 30px 0 0 0;
  font-size: 11px;
  line-height: 11px;
  font-weight: 300;
  color: #505050;
  cursor: pointer;
}
.cookie-error .close:hover {
  opacity: 0.7;
}


/* ==================
   ERROR HEADER
   ================== */
.fixed-wrap {
  display: block;
  position: fixed;
  left: 0; right: 0;
  top: 0; bottom: 0;
  background: #edf0f4;
  z-index: 9999;
}

.fixed-wrap .width {
  width: auto;
  min-width: 300px;
  max-width: 980px;
  margin: 0 auto;
  padding: 1px 10px 1px 10px;
}

.fixed-wrap .error-header {
  min-width: 320px;
  background: #fff;
  height: 74px;
}
.fixed-wrap .error-header .width {
  height: 73px;
  position: relative;
  z-index: 2;
}
.fixed-wrap .error-header .logo {
  display: block;
  position: absolute;
  left: 30px; top: 0;
  bottom: 0;
  margin: 0;
  padding: 28px 0 0 90px;
  background: url(../img/logo-small.png) 0 center no-repeat;
  font-family: "Roboto";
  font-size: 21px;
  line-height: 21px;
  font-weight: 300;
  color: #336095;
  text-decoration: none;
  outline: none;
}
.fixed-wrap .error-header .right {
  position: absolute;
  width: 440px; 
  right: 30px; 
  /*top: 57px;*/
  top: 15px;
  margin: 0;
  padding: 1px 0;
}

.fixed-wrap .error-header .phone {
  display: block;
  position: absolute;
  right: 30px; top: 19px;
  margin: 0;
  padding: 0;
  color: #4a5155;
  font-size: 22px;
  line-height: 22px;
  font-weight: 400;
  text-align: right;
}
.fixed-wrap .error-header .phone a {
  color: #455054;
  text-decoration: none;
  outline: none;
}
.fixed-wrap .error-header .phone span {
  display: block;
  font-size: 13px;
  line-height: 24px;
  font-weight: 300;
  text-align: right;
  color: #afb2b4;
}

.fixed-wrap p.error-title {
  margin: 100px 20px 60px 20px;
  font-size: 45px;
  line-height: 45px;
  font-weight: 700;
  color: #ced4db;
  text-align: center;
}
.fixed-wrap p.error-text {
  margin: 40px 20px;
  font-size: 20px;
  line-height: 33px;
  font-weight: 300;
  color: #3d4440;
  text-align: center;
}

.fixed-wrap .browsers-list {
  margin: 80px 0 0 0;
  padding: 0;
  overflow: hidden;
}
.fixed-wrap .browsers-list .browser {
  display: block;
  float: left;
  width: 21%;
  margin: 0 2%;
  outline: none;
  text-decoration: none;
  text-align: center;
}

.fixed-wrap .browsers-list .browser .img {
  display: block;
  margin: 0 auto;
  width: 54px; height: 55px;
  overflow: hidden;
}
.fixed-wrap .browsers-list .browser .img img {
  width: 54px; height: 55px;
}
.fixed-wrap .browsers-list .browser span {
  display: block;
  margin: 10px 0 0 0;
  font-size: 15px;
  line-height: 15px;
  font-weight: 300;
  color: #57b512;
}
.fixed-wrap .browsers-list .browser:hover span {
  text-decoration: underline;
}

@media only screen and (max-width: 700px) {
  .fixed-wrap .error-header .logo  {
    font-size: 16px;
  }
  .fixed-wrap .error-header .phone {
    display: none;
  }
  .fixed-wrap p.error-title {
    font-size: 20px;
    line-height: 20px;
  }
  .fixed-wrap p.error-text {
    font-size: 14px;
    line-height: 20px;
  }
}


footer .cbr {
  display: block;
  float: left;
  margin: 37px 0 0 50px;
  padding: 0 0 0 40px;
  background: url('/img/logo-cbr-footer.png') 0 center no-repeat;
  font-size: 11px;
  line-height: 1.2em;
  color: #fff;
}


/* NEW PLACEHOLDERS */
.field-with-label {
  display: block;
  position: relative;
}

.field-with-label .label {
  display: block;
  position: absolute;
  left: 40px;
  top: 5px;
  margin: 0;
  color: #c2c6ce;
  font-size: 10px;
  font-weight: 300;
  line-height: 10px;
  z-index: 10;
}
.field-with-label.empty .label {
  top: 15px;
  font-size: 15px;
  line-height: 15px;
  font-weight: 300;
  color: #3e4146;
}

.half .field-with-label .label {
  left: 10px;
}
/* END NEW PLACEHOLDERS */


/* yagla h1 */
.yagla-title {
  display: none;
  position: absolute;
  top: 22px;
  margin: 0;
  font-size: 34px;
  line-height: 1.5em;
  font-weight: 300;
  text-align: left;
  color: #fff;
}
.branding.yagla .yagla-title {
  display: block;
}
/* END yagla h1 */