.price_popup-form input, .services_popup .modal-footer input, .car_form-form input {
    line-height: 50px;
  }
  
  .car_form:before {
    display: none !important;
  }
  
  #services-polygon-1 {
    position: absolute;
    height: 150px;
    width: 100%;
    top: -150px;
    z-index: 1;
  }
  #services-polygon-2 {
    position: absolute;
    height: 150px;
    width: 100%;
    bottom: -150px;
    z-index: 500;
  }
  
  /* .buy:after {
    display: none;
    position: absolute;
    content: '';
    z-index: 100;
    width: 800px;
    height: 190px;
    background: #fff;
    bottom: -100px;
    left: 50%;
    transform: translate(-50%, 0) rotate(-7deg);
  } */
  
  @media (max-width: 992px) {
    .services {
      padding-top: 0;
    }
    .check_troubles {
      padding-bottom: 0;
    }
    #services-polygon-2 {
      bottom: -135px;
    }
  }
  
  @media (max-width: 767px) {
    .ceo {
      padding-top: 145px;
    }
    .services_name-box_btn {
      position: relative;
      bottom: auto;
    }
    .services_name-item li {
      height: auto;
      padding-bottom: 15px;
    }
    .services_name-box_btn {
      margin-top: 15px;
    }
    .buy_steps-get_item {
      height: auto;
    }
    .buy_steps-get_item-wrap {
      float: none;
    }
    .buy_steps-get_item-wrap + .buy_steps-get_item-wrap {
      margin-top: 20px;
    }
    .buy_steps-get_item p {
      margin-top: 0;
    }
    .buy {
      background: #030303;
      padding-bottom: 40px;
    } 
  }
  
  @media (max-width: 600px) {
    #services-polygon-1, #services-polygon-2 {
      height: 100px;
    }
    #services-polygon-1 {
      top: -100px;
    }
    #services-polygon-2 {
      bottom: -85px;
    }
  }