.paramfilter {
  font-size: 14px;
  font-family: "Arial";
  padding-top: 25px; }
  .paramfilter .mcf_prepend_text {
    display: none; }
  .paramfilter .heading {
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding-left: 33px;
    margin-bottom: 13px;
    display: block; }
  .paramfilter .custom_params {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: #0D0E12 1px solid;
    -webkit-box-shadow: 0 4px 6px -6px #222;
    -moz-box-shadow: 0 4px 6px -6px #222;
    box-shadow: 0 4px 6px -6px #222; }
  .paramfilter .over_select {
    width: 290px;
    height: 44px;
    display: block;
    margin: auto;
    overflow: hidden;
    background: url(select-fon.png) no-repeat;
    position: relative; }
    
    .paramfilter .over_select select {
      width: 290px;
      background: transparent;
      height: 44px;
      border: none;
      outline: none;
      -webkit-appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      cursor: pointer;
      color: #fff;
      padding-left: 16px;
      font-size: 12px;
      font-family: "Arial";
      text-transform: uppercase; }
      .paramfilter .over_select select option {
        color: #666; }
    .paramfilter .over_select select:active, .paramfilter .over_select select:hover {
      outline: none; }
    .paramfilter .over_select select:active, .paramfilter .over_select select:hover {
      outline-color: #666; }
  .paramfilter ul.values {
    padding-left: 34px; }
    .paramfilter ul.values .checkbox {
      margin-bottom: 25px; }
      .paramfilter ul.values .checkbox [type="checkbox"]:not(:checked),
      .paramfilter ul.values .checkbox [type="checkbox"]:checked {
        position: absolute;
        left: -9999px; }
      .paramfilter ul.values .checkbox [type="checkbox"]:not(:checked) + label,
      .paramfilter ul.values .checkbox [type="checkbox"]:checked + label {
        position: relative;
        padding-left: 30px;
        cursor: pointer;
        color: #fff;
        font-weight: normal;
        line-height: 14px;
        font-family: "Arial"; }
      .paramfilter ul.values .checkbox [type="checkbox"]:not(:checked) + label:before {
        content: '';
        position: absolute;
        left: 0;
        top: 6px;
        width: 10px;
        height: 10px;
        background-color: #818181; }
      .paramfilter ul.values .checkbox [type="checkbox"]:checked + label:before {
        content: '';
        position: absolute;
        left: 0;
        top: 6px;
        width: 10px;
        height: 10px;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FAC184), color-stop(1, #A22011));
        background-image: -o-linear-gradient(bottom, #FAC184 0%, #A22011 100%);
        background-image: -moz-linear-gradient(bottom, #FAC184 0%, #A22011 100%);
        background-image: -webkit-linear-gradient(bottom, #FAC184 0%, #A22011 100%);
        background-image: -ms-linear-gradient(bottom, #FAC184 0%, #A22011 100%);
        background-image: linear-gradient(to bottom, #FAC184 0%, #A22011 100%); }
  .paramfilter .mcf_button {
    box-sizing: border-box;
    width: 131px;
    height: 65px;
    border: none;
    outline: none;
    background-image: url(b1.png);
    font-size: 0px;
    cursor: pointer;
    margin-left: 20px; }
    .paramfilter .mcf_button:hover {
      opacity: 0.8; }
  .paramfilter a.fullreset {
    box-sizing: border-box;
    width: 131px;
    height: 65px;
    border: none;
    outline: none;
    background-image: url(b2.png);
    font-size: 0px;
    cursor: pointer;
    margin-right: 20px; }
    .paramfilter a.fullreset:hover {
      opacity: 0.8; }
  .paramfilter a.reset {
    color: #F2722E;
    margin-right: 10px; }

/*
  padding-top: 36px !important;
  .paramfilter {
    font-family: $font-family;
    .heading {
      font-family: $font-family-aral;
      font-size: 16px;
      font-weight: normal;
      text-transform: uppercase;
      padding-bottom: 20px;
      margin-bottom: 15px;
      border-bottom: 2px solid #CECECE;

    }
    .radio {
      margin-bottom: 12px;
      [type="radio"]:not(:checked),
      [type="radio"]:checked {
        position: absolute;
        left: -9999px;
      }
      [type="radio"]:not(:checked) + label,
      [type="radio"]:checked + label {
        position: relative;
        padding-left: 38px;
        cursor: pointer;
        color: #876060;
        font-weight: normal;
      }
      [type="radio"]:not(:checked) + label:before,
      [type="radio"]:checked + label:before {
        content: '';
        position: absolute;
        left: 0;
        top: 2px;
        width: 18px;
        height: 18px;

      }
      [type="radio"]:not(:checked) + label:before {
        background-image: url('r1.png');
      }
      [type="radio"]:checked + label:before {
        background-image: url('r2.png');
      }

    }
    .custom_params {
      margin-bottom: 33px;
    }
    .cv-53 {
      label {
        text-transform: capitalize;
      }
    }
    .mcf_button, a.fullreset {
      box-sizing: border-box;
      width: 130px;
      height: 40px;
      border: none;
      outline: none;
      background-color: #3F4A4F;
      color: #fff;
      text-transform: uppercase;
      text-align: center;
      font-size: 18px;
      font-weight: normal;
      font-family: $font-family;
      text-decoration: none;
      cursor: pointer;
    }
    a.fullreset {
      line-height: 30px;
    }
    a.reset {
      display: none;
    }
    label.disable {
      color: #ccc !important;
    }
  }
  */

/*# sourceMappingURL=majlo.css.map */
