.header {
  position: relative; }
  .header .butwrap {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 3;
    display: flex;
    align-items: center; }
    .header .butwrap a {
      padding: 0 20px;
      min-height: 46px;
      margin-left: 20px;
      border-radius: 0 0 10px 10px;
      background: linear-gradient(to bottom, #fead2b, #f68b1a);
      text-shadow: 0 2px 5px rgba(0, 0, 0, 0.8);
      letter-spacing: 0; }
      .header .butwrap a:first-child {
        background: linear-gradient(to bottom, #87e624, #62a81a);
        margin: 0; }
  @media screen and (max-width: 767px) {
    .header .butwrap {
      display: none; } }

.menu_mob_open > a {
  display: flex;
  align-items: center;
  min-height: 60px;
  padding: 0 30px;
  border-bottom: 1px solid #3fb648;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none; }
  .menu_mob_open > a img {
    margin-right: 20px; }

.pageform h1 {
  margin-bottom: 15px; }
.pageform h3 {
  line-height: 1.2; }

.step_form {
  padding: 25px 32px;
  border-radius: 5px;
  background: #f8fff8;
  overflow: hidden;
  border: 2px solid #e9e9e9;
  margin-top: 40px;
  position: relative; }
  .step_form .title {
    font-size: 18px;
    font-weight: bold;
    color: #3b3c40; }
    .step_form .title + .m_block {
      margin-top: 20px; }
    .step_form .title span {
      display: block;
      font-weight: normal; }
  .step_form select {
    background: #fff url(../images/formselect.png) 100% 50% no-repeat;
    line-height: 25px;
    height: 32px;
    padding: 0 30px 0 10px;
    min-width: 100px;
    font-size: 16px; }
  .step_form input {
    line-height: 28px;
    padding: 0 15px;
    max-width: 340px;
    width: 100%;
    margin-left: 20px; }
    .step_form input::placeholder {
      color: #787878; }
  .step_form .bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    background: #059b3c; }
  .step_form .s_padding {
    padding-left: 30px; }
  .step_form .radio_form label {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-left: 30px;
    line-height: 17px;
    cursor: pointer;
    font-size: 16px; }
    .step_form .radio_form label input {
      display: none; }
      .step_form .radio_form label input:checked + span {
        background-position: 0 0; }
    .step_form .radio_form label span {
      position: absolute;
      top: 0;
      left: 0;
      width: 17px;
      height: 17px;
      display: block;
      background: url(../images/radio.png) 0 100% no-repeat; }
  .step_form .margin {
    margin-top: 20px; }
  .step_form .marginmin {
    margin-top: 6px; }
  .step_form .s_block {
    display: none;
    min-height: 245px;
    flex-direction: column;
    justify-content: space-between; }
    .step_form .s_block .row {
      margin-bottom: auto; }
    .step_form .s_block > div {
      width: 100%; }
    .step_form .s_block.active {
      display: flex; }
    .step_form .s_block:first-child select {
      margin-left: 20px; }
  .step_form textarea {
    max-width: 843px;
    display: block;
    width: 100%;
    height: 132px;
    margin-top: 15px;
    padding: 15px;
    border: 1px solid #c6c6c6; }
  .step_form .info {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 240px;
    font-size: 24px;
    font-weight: bold;
    color: #059b3c; }
  .step_form .butblock {
    justify-content: flex-end;
    margin-top: 20px; }
    .step_form .butblock a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      line-height: 42px;
      color: #fff;
      font-size: 20px;
      font-weight: bold;
      background: linear-gradient(to top, #009361, #13ab17);
      max-width: 135px;
      width: 100%;
      text-decoration: none;
      border-radius: 3px;
      padding: 0 0 3px; }
      .step_form .butblock a span {
        width: 17px;
        height: 12px;
        background: url(../images/arrowform.png) 0 0 no-repeat;
        margin-left: 8px; }
      .step_form .butblock a:hover {
        background: #13ab17; }
      .step_form .butblock a.big {
        max-width: 210px; }
      .step_form .butblock a.prev {
        border: 2px solid #12aa19;
        background: none;
        color: #12aa19;
        margin-right: 20px; }
        .step_form .butblock a.prev span {
          margin: 0 10px 0 0;
          background: url(../images/arrow2.png) 0 0 no-repeat; }
        .step_form .butblock a.prev:hover {
          background: #12aa19;
          color: #fff; }
          .step_form .butblock a.prev:hover span {
            background: url(../images/arrowform.png) 0 0 no-repeat;
            transform: rotate(180deg); }
  .step_form .m_block {
    margin-top: 40px; }
    .step_form .m_block select {
      margin-left: 10px; }
    .step_form .m_block .row > div {
      margin-top: 10px; }
  @media screen and (max-width: 767px) {
    .step_form {
      padding: 15px; }
      .step_form .s_padding {
        padding: 0; }
      .step_form select {
        display: block;
        width: 100%;
        margin-top: 4px;
        height: 40px; }
      .step_form input {
        display: block;
        width: 100%;
        margin: 4px 0 0; }
      .step_form .s_block:first-child select {
        margin-left: 0; }
      .step_form .s_block:nth-child(10) .butblock {
        flex-direction: column; }
        .step_form .s_block:nth-child(10) .butblock a {
          width: 100%;
          margin: 10px 0 0 !important;
          max-width: none; }
          .step_form .s_block:nth-child(10) .butblock a:first-child {
            margin: 0 !important; }
      .step_form .selectwrap {
        flex-direction: column; }
        .step_form .selectwrap select {
          margin: 5px 0 0 0;
          width: 100%; }
      .step_form .m_block {
        margin-top: 20px; }
      .step_form .butblock {
        flex-wrap: nowrap;
        justify-content: space-between; }
        .step_form .butblock a {
          flex-basis: 48%;
          margin: 0 !important; } }

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