#mt_popup {
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  z-index: 10003;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  height: auto;
  top: 80px;
  left: 50%;
  position: fixed;
  width: 369px;
  margin-left: -184.5px; }
  #mt_popup .mt_popup_close {
    width: 11px;
    height: 11px;
    background-image: url('/images/v4/icon-close.png');
    background-repeat: no-repeat;
    float: right;
    clear: both;
    cursor: pointer;
    position: absolute;
    top: 11px;
    right: 11px; }

#mt_popup_fill {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  z-index: 10002;
  position: fixed;
  top: 0px;
  left: 0px;
  visibility: hidden;
  opacity: 0; }

#mt_popup.show, #mt_popup_fill.show {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.popup-form {
  font-family: 'Open sans';
  font-size: 13px;
  width: 100%;
  background-color: #fff;
  clear: both; }
  .popup-form, .popup-form *, .popup-form *:before, .popup-form *:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
  .popup-form a:not(.nbtn) {
    color: #0099CC;
    background-color: transparent;
    font-weight: normal; }
    .popup-form a:not(.nbtn).label:hover {
      text-decoration: underline; }
  .popup-form .hbtn {
    height: auto; }
  .popup-form button {
    text-transform: capitalize; }
  .popup-form input.error, .popup-form select.error {
    border-color: #ff3228; }
  .popup-form .errors_container p.error {
    padding: 0.5em 0;
    color: #ff3228; }
  .popup-form .clear {
    clear: both; }
  .popup-form .header, .popup-form .main, .popup-form .footer {
    padding: 13px 30px 9px 30px; }
  .popup-form .main.text {
    padding-top: 20px;
    padding-bottom: 18px; }
    .popup-form .main.text label.left {
      margin-top: 11px; }
  .popup-form .main.grey {
    background: transparent;
    padding: 13px 30px 13px 30px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0; }
    .popup-form .main.grey label.left {
      margin-top: 8px; }
    .popup-form .main.grey label.right {
      margin-top: 9px; }
    .popup-form .main.grey label.right input[type="radio"] {
      /*margin: 0px 8px 9px 21px;
      position: relative;
      top: 2px;*/
      display: none; }
    .popup-form .main.grey label.right input[type="radio"] + span {
      background: url('/images/v4/bg-input-radio.png') no-repeat;
      padding-left: 22px;
      line-height: 14px;
      height: 14px;
      display: block; }
    .popup-form .main.grey label.right input[type="radio"] + span {
      background-position: top left; }
    .popup-form .main.grey label.right input[type="radio"]:checked + span {
      background-position: bottom left; }
  .popup-form .header, .popup-form .footer {
    background-color: #F9F9F9; }
  .popup-form .footer {
    border-top: 1px solid #E2E2E2;
    font-size: 11.7px; }
  .popup-form .header {
    padding-bottom: 0;
    height: auto;
    padding: 2em 2em 0 2em;
    border-bottom: 1px solid #E2E2E2; }
    .popup-form .header h3 {
      font-family: 'Open Sans Condensed';
      font-size: 19.5px;
      margin-bottom: 0.5em; }
    .popup-form .header .tab-header {
      clear: both; }
      .popup-form .header .tab-header a {
        border-bottom: 2px solid transparent;
        font-family: 'Arial';
        font-size: 13px;
        text-decoration: none;
        display: block;
        height: 2.5em;
        float: left;
        margin: 34px 34px 0 0;
        text-transform: capitalize; }
        .popup-form .header .tab-header a.active {
          border-bottom: 2px solid #3B3B3B;
          color: #3B3B3B; }
  .popup-form input {
    background: #fff;
    background-color: #fff;
    padding: 9px;
    border: 1px solid #E2E2E2;
    font-size: 13px;
    color: #000000;
    width: auto;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    margin-bottom: 16px;
    /*background: $bg0;
    background-color: $bg0;
    padding:0.5em;
    border:1px solid $border-color;
    font-size: $base-font-size * 1.1;
    color: $color1;
    width: auto;
    -webkit-box-shadow: inset 0px 0px 2px $border-color;
    -moz-box-shadow: inset 0px 0px 2px $border-color;
    box-shadow: inset 0px 0px 2px $border-color;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;*/ }
  .popup-form label, .popup-form .label, .popup-form .error {
    font-size: 13px; }
  .popup-form label {
    margin: 1px 0px 7px 0px;
    text-align: left; }
  .popup-form .social_login label {
    margin: 2px 0px 7px 1px; }
  .popup-form .text-r {
    text-align: right; }
  .popup-form .row {
    clear: both;
    height: auto;
    margin-bottom: 0px;
    min-height: 2em; }
    .popup-form .row:before, .popup-form .row:after {
      display: block; }
  .popup-form .col6 .col {
    width: 50%;
    margin: 0px;
    float: left; }
    .popup-form .col6 .col:last-child {
      float: right; }
    .popup-form .col6 .col label {
      width: 100%; }
    .popup-form .col6 .col.check input {
      margin-right: 1em; }
  .popup-form .col12.text input, .popup-form .col12.text label {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
  .popup-form .col12.check {
    height: 1.5em; }
    .popup-form .col12.check input {
      width: auto;
      margin-right: 1em; }
    .popup-form .col12.check label {
      width: auto; }
  .popup-form .mt_popup_confirm {
    padding: 2em; }
    .popup-form .mt_popup_confirm p {
      clear: both;
      line-height: 1em;
      font-size: 1em; }
    .popup-form .mt_popup_confirm hr {
      display: block;
      clear: both;
      height: 1px;
      margin: 1em 0 2em 0; }
    .popup-form .mt_popup_confirm .hbtn {
      margin-right: 0.5em; }
  .popup-form .social_login {
    box-sizing: content-box;
    clear: none;
    margin-right: 0px;
    height: 60px;
    padding: 0px; }
    .popup-form .social_login a {
      float: left;
      background-image: url('/images/v4/bg-social-buttons.png');
      background-position: 0px 0px;
      width: 30px;
      height: 30px;
      margin-right: 5px;
      margin-left: 1px;
      cursor: pointer;
      display: block;
      text-indent: -1000%; }
      .popup-form .social_login a.Vkontakte {
        background-position: 0px 0px; }
        .popup-form .social_login a.Vkontakte:hover {
          background-position: 0px -30px; }
      .popup-form .social_login a.Facebook {
        background-position: -30px 0px; }
        .popup-form .social_login a.Facebook:hover {
          background-position: -30px -30px; }
      .popup-form .social_login a.Odnoklassniki {
        background-position: -60px 0px; }
        .popup-form .social_login a.Odnoklassniki:hover {
          background-position: -60px -30px; }
      .popup-form .social_login a.Mailru {
        background-position: -90px 0px; }
        .popup-form .social_login a.Mailru:hover {
          background-position: -90px -30px; }
      .popup-form .social_login a.Mirtesen {
        background-position: -120px 0px; }
        .popup-form .social_login a.Mirtesen:hover {
          background-position: -120px -30px; }
      .popup-form .social_login a.Twitter {
        background-position: -150px 0px; }
        .popup-form .social_login a.Twitter:hover {
          background-position: -150px -30px; }
  .popup-form .social_buttons {
    float: left;
    margin-right: 0px; }
  .popup-form .social_buttons div {
    float: left;
    background-image: url('/images/v4/bg-social-buttons-big.png');
    background-position: 0px 0px;
    width: 40px;
    height: 40px;
    margin-right: 5px;
    cursor: pointer; }
  .popup-form #fast_auth_form .fast_login_mt {
    float: left;
    background-image: url("/images/v4/bg-social-buttons.png");
    background-position: -120px 0px;
    width: 30px;
    height: 30px;
    margin-right: 6px;
    cursor: pointer;
    display: block;
    text-indent: -1000%; }
  .popup-form #fast_auth_form .fast_login_mt :hover {
    background-position: -120px -30px; }
  .popup-form #fast_auth_form .fast_login_mt img {
    display: none; }
  .popup-form #fast_auth_form .item {
    float: left; }
  .popup-form .authentication_alert .warning {
    padding: 20px 30px;
    background: #eeeeee; }
  .popup-form .authentication_alert li span {
    border-bottom: 1px solid #b5b5b5;
    padding: 0px 0px 18px 0px;
    margin-bottom: 20px;
    display: block;
    font-size: 12px; }
  .popup-form .social_buttons div.vk {
    background-position: -0px 0px; }
    .popup-form .social_buttons div.vk:hover {
      background-position: -0px -40px; }
  .popup-form .social_buttons div.fb {
    background-position: -40px 0px; }
    .popup-form .social_buttons div.fb:hover {
      background-position: -40px -40px; }
  .popup-form .social_buttons div.ok {
    background-position: -80px 0px; }
    .popup-form .social_buttons div.ok:hover {
      background-position: -80px -40px; }
  .popup-form .social_buttons div.mr {
    background-position: -120px 0px; }
    .popup-form .social_buttons div.mr:hover {
      background-position: -120px -40px; }
  .popup-form .social_buttons div.mt {
    background-position: -160px 0px; }
    .popup-form .social_buttons div.mt:hover {
      background-position: -160px -40px; }
  .popup-form .social_buttons div.tw {
    background-position: -200px 0px; }
    .popup-form .social_buttons div.tw:hover {
      background-position: -200px -40px; }
  .popup-form .social_buttons div.gp {
    background-position: -240px 0px; }
    .popup-form .social_buttons div.gp:hover {
      background-position: -240px -40px; }
  .popup-form .social_buttons div.pi {
    background-position: -280px 0px; }
    .popup-form .social_buttons div.pi:hover {
      background-position: -280px -40px; }
  .popup-form .social_buttons div.rd {
    background-position: -320px 0px; }
    .popup-form .social_buttons div.rd:hover {
      background-position: -320px -40px; }
  .popup-form .social_login {
    padding: 2px 0px; }

/*# sourceMappingURL=maps/mt_popup.css.map */