@media (max-width: 1440px) {
  .terms-wrapper .main-content,
  .pols-wrapper .main-content {
    max-width: 1180px;
  }

  .pols-wrapper .pols > ul > li > a {
    font-size: 20px;
    height: 55px;
    padding-bottom: 30px;
  }

  .pols-wrapper .pols > ul > li {
    margin: 30px 0;
  }
}

@media (max-width: 1130px) {
  .pols-wrapper .pols > ul > li.selected .answer {
    left: 35%;
    width: 62%;
  }
}

@media (max-width: 900px) {
  .pols-wrapper .main-content {
    padding: 40px;
  }

  .pols-wrapper .pols-header {
    flex-direction: column;
    align-items: start;
    gap: 20px;
  }

  .pols-wrapper .pols-header input {
    height: 45px;
    background-position-y: -7px;
    background-position-x: 5px;
  }

  .pols-wrapper .pols-section .pols {
    margin-top: 40px;
  }

  .pols-wrapper .pols ul {
    max-width: 100%;
  }

  .pols-wrapper .pols > ul > li.selected .answer {
    position: inherit;
    width: 100%;
    max-width: none;
    margin-top: 30px;
  }

  .pols-wrapper .pols > ul > li.selected .answer h2{
    display: none;
  }

  .terms-wrapper .terms-conteiner {
    padding-bottom: 80px;
  }
}


@media (max-width: 768px) {
  .pols-wrapper .pols-header h2 {
    font-size: 21px;
  }

  .pols-wrapper .pols > ul > li > a {
    font-size: 20px;
    padding-bottom: 20px;
  }

  .pols-wrapper .pols > ul > li.selected > a::before {
    left: -35px;
  }

  .pols-wrapper .pols .answer p,
  .terms-wrapper .terms-content p {
    font-size: 14px;
  }
}


@media (max-width: 480px) {
  .pols-wrapper .pols-header input {
    margin: 0px;
    min-width: 100%;
    padding-left: 50px;
    background-position-x: -1px;
  }

  .pols-wrapper .breadcrums > a:nth-of-type(2) {
    display: flex;
    justify-content: end;
  }

  .terms-wrapper .main-content,
  .pols-wrapper .main-content {
    padding: 40px 20px;
  }

  .pols-wrapper .pols-header h2 {
    font-size: 20px;
  }

  .pols-wrapper .pols .answer p {
    font-size: 14px;
  }

  .pols-wrapper .pols > ul > li > ul {
    padding-bottom: 40px;
  }

  .pols-wrapper .pols > ul > li {
    margin: 20px 0;
  }

  .pols-wrapper .pols-section .pols > ul > li > a {
    font-size: 18px;
    height: auto;
  }

  .pols-wrapper .pols > ul > li.selected > a::before {
    display: none;
  }
  
  .terms-wrapper .terms-conteiner {
    padding: 30px 0;
    padding-bottom: 60px;
  }

  .terms-wrapper .terms-conteiner h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .terms-wrapper .terms-conteiner .back {
    scale: 70%;
  }
}
