.survey-start--hidden {
  display: none !important; }

.single-row-start {
  background-color: #e9e9ec;
  display: flex;
  flex-direction: column;
  padding: 15px; }
  .single-row-start .single-row-start__form {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    font-weight: 400; }
    .single-row-start .single-row-start__form-group--yoe {
      margin-top: 10px; }
  .single-row-start__form-container {
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0;
    max-width: 50%;
    width: 100%; }
  .single-row-start .pxl-control-label {
    display: block; }
  .single-row-start .pxl-input-number {
    display: inline-block;
    padding-right: 15px;
    vertical-align: bottom;
    width: 30%; }
  .single-row-start__header {
    font-weight: 700;
    margin: 0 0 5px; }
  .single-row-start__btn {
    display: inline-block;
    min-width: 192px;
    width: 70%; }
    .single-row-start__btn-input {
      display: inline-block;
      padding: 5px 12px;
      font-family: "Roboto", sans-serif;
      font-size: 16px;
      font-weight: 400;
      border-radius: 4px;
      border: 1px solid #c3c3ca;
      color: #302c2c;
      margin: 0;
      line-height: 1.5;
      cursor: pointer;
      white-space: pre-wrap;
      text-align: center;
      touch-action: manipulation;
      -ms-touch-action: manipulation;
      -webkit-appearance: none;
      background: linear-gradient(to right, #5389d5, #2d67b9);
      border-color: #5389d5;
      color: #fff;
      margin-top: 10px;
      width: 100%; }
      .single-row-start__btn-input:hover {
        background: linear-gradient(90deg, #2d67b9, #235090);
        border-color: #2d67b9; }
  .single-row-start .survey-start__country {
    margin-top: 5px;
    width: 100%; }
    .single-row-start .survey-start__country .survey-start__country-link {
      color: #2d67b9; }
  .single-row-start__right-bullets {
    margin-left: 30px;
    max-width: calc(50% - 30px); }
  .single-row-start__right-bullets-item {
    display: flex;
    font-size: 14px;
    margin-bottom: 15px; }
    .single-row-start__right-bullets-item:nth-child(3) {
      margin: 0; }
    .single-row-start__right-bullets-item span {
      background-color: #00aaa4;
      border-radius: 50%;
      color: #fff;
      flex-shrink: 0;
      font-size: 12px;
      font-weight: 700;
      height: 20px;
      line-height: 20px;
      margin-right: 10px;
      min-width: 20px;
      text-align: center;
      width: 20px; }

@media (max-width: 768px) {
  .single-row-start__form-container, .single-row-start__right-bullets {
    margin: 0;
    max-width: 100%;
    width: 100%; }
  .single-row-start__form-container {
    order: 1; }
  .single-row-start .survey-start__country {
    margin-top: 5px;
    order: 2; }
  .single-row-start__right-bullets {
    margin-top: 15px;
    order: 3; }
  .single-row-start__btn {
    display: block;
    width: 100%; }
  .single-row-start .pxl-input-number {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    width: 100%; } }

#percentileChart + #singlerow-survey-start-singlerowsurvey .single-row-start {
  margin-top: 25px;
  margin-bottom: 25px; }

