@media all and (max-width: 1200px) {
  .mob-tel {
    display: inline-block;
  }

  .desk-tel {
    display: none;
  }

  .questions-content {
    flex-direction: column;
    align-items: center;
  }

  .mob-tel {
    display: none !important;
  }

  .header-links {
    gap: 10px;
  }

  .btn-modal {
    display: none;
  }

  .burger-btn {
    display: flex;
    border: none;
    background: initial;
  }

  .burger-btn img {
    width: 30px;
    filter: hue-rotate(153deg) contrast(1.8);
  }

  .main-wrapper h1 {
    font-size: 40px;
  }

  .main-wrapper p {
    font-size: 20px;
  }

  .header-menu {
    display: none;
  }

  .swipe-icon {
    width: 30px;
    animation: swipe 3s linear infinite;
    display: block;
  }

  .main-img img {
    position: static;
    transform: unset;
  }

  .main-wrapper {
    height: fit-content;
  }

  .quiz-head h6 {
    font-size: 30px;
  }

  .quiz-chooce-img {
    max-width: 100px;

    height: 80px;
  }

  .quiz-contents {
    max-width: 768px;
  }

  .quiz-item {
    max-width: 768px;
  }

  .documents-data {
    max-width: 768px;
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .documents-text {
    flex-direction: column;
    align-items: center;
  }

  .documents-text p {
    text-align: center;
  }

  .documents-dop-data {
    max-width: 768px;
    width: 100%;
    flex-direction: column-reverse;
    align-items: center;
  }
}

@media all and (max-width: 991px) {
  .footer-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 40px 0 0 0;
  }

  .questions-wrapper {
    padding: 0 10px;
  }

  .footer-logo-btn {
    position: static;
    transform: unset;
    order: -1;
  }

  footer {
    padding: 10px 10px 40px;
  }

  .form button {
    padding: 10px 40px;
  }

  .footer-list {
    align-items: center;
  }

  .footer-links {
    align-items: center;
  }

  .footer-links li p {
    align-items: center;
    text-align: center;
  }

  .single-main-text {
    align-items: center;
    width: 100%;
  }

  .single-main-img {
    position: static;
  }

  .single-main-text p {
    text-align: center;
  }

  .single-main-text h1 {
    text-align: center;
  }

  .single-main-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .single-main-text h1 br {
    display: none;
  }

  #single-main {
    padding: 192px 0 0 0;
    height: fit-content;
  }

  .single-main-img {
    display: none;
  }

  .single-main-img-mob {
    display: flex;
    max-width: 200px;
    width: 100%;
  }
}

@media all and (max-width: 768px) {
  .main-wrapper h1 {
    font-size: 28px;
    line-height: 140%;
  }

  .single-item {
    padding: 20px;
    max-width: 360px;
    width: 100%;
    height: 314px;
  }

  .single-items {
    gap: 20px;
  }

  .single-models-wrapper {
    gap: 20px;
  }

  .price-wrapper {
    gap: 40px;
  }

  tr:nth-child(1) th {
    font-size: 20px;
  }

  td {
    font-size: 16px;
  }

  th:nth-child(1),
  td:nth-child(1) {
    width: 170px;
  }
  th:nth-child(2),
  td:nth-child(2) {
    width: 360px;
  }
  th:nth-child(3),
  td:nth-child(3) {
    width: 170px;
  }

  .price-wrapper {
    padding-left: 10px;
  }

  .table-wid {
    overflow-x: auto;
    width: 365px;
    padding-right: 10px;
  }

  table {
    width: 650px; /* Таблица занимает всю ширину контейнера */
    border-collapse: collapse; /* Убираем пробелы между ячейками */
  }

  .btn-show-all-models {
    max-width: 360px;
    font-size: 20px;
    height: 50px;
  }

  .single-item div {
    max-width: 180px;
    width: 100%;
    height: 240px;
  }

  .single-item h5 {
    font-size: 20px;
    line-height: 1;
  }

  #single-main {
    padding-top: 100px;
  }

  .mob {
    display: block;
  }

  .single-main-text h1 {
    font-size: 24px;
    /* max-width: 360px; */
  }

  .single-models-wrapper .title {
    max-width: 375px;
  }

  .single-main-text p {
    font-size: 14px;
    margin: 20px 0;
  }

  .single-main-text a {
    max-width: 320px;
    width: 100%;
    font-size: 20px;
    height: 50px;
    margin-top: -40px;
  }

  .questions-content {
    max-width: 375px;
    width: 100%;
    margin: 0 auto;
  }

  .main-wrapper h1 br {
    display: none;
  }

  .questions-data p {
    font-size: 20px;
    text-align: center;
  }

  .questions-wrapper {
    gap: 40px;
  }

  .form input {
    padding: 20px;
    font-size: 16px;
  }

  .questions-links {
    justify-content: center;
  }

  .main-wrapper p br {
    display: none;
  }

  .questions-links {
    margin: 10px 0;
  }

  .questions-links a img {
    width: 40px;
    height: 40px;
  }

  .questions-content {
    gap: 20px;
  }

  #map {
    border-radius: 20px;
    width: 360px;
    height: 320px;
  }

  .form {
    gap: 10px;
  }

  .form button {
    margin-top: 10px;
    font-size: 20px;
  }

  .form span {
    margin-top: 0;
    font-size: 8px;
  }

  .main-wrapper p {
    font-size: 14px;
    max-width: 350px;
    margin: 20px 0 0 0;
  }

  .header-links a img {
    width: 30px;
    height: 30px;
  }

  .header-wrapper {
    padding: 10px 20px;
  }

  .main-wrapper {
    margin-top: 80px;
  }

  .logo-header {
    gap: 10px;
  }

  .logo-header svg:first-child {
    width: 26px;
  }

  .logo-header svg:last-child {
    width: 79px;
  }

  .main-img img {
    width: 370px;
    width: 100%;
  }

  .quiz-item-text button {
    border-radius: 10px;
  }

  .form input,
  .form button {
    border-radius: 10px;
  }

  .faq-list-item {
    border-radius: 10px;
  }

  .main-btn {
    position: absolute;
    bottom: -55px;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 20px;
    max-width: 320px;
    width: 100%;
    padding: 13px 40px;
  }

  .advantages-wrapper .title {
    max-width: 320px;
  }

  .masters-wrapper a {
    padding: 13px 40px;
    font-size: 20px;
    max-width: 320px;
    border-radius: 10px;
  }

  .quiz-contents {
    padding: 20px;
    height: fit-content;
    max-width: 360px;
  }

  .main-img img {
    margin-top: 10px;
  }

  .quiz-wrapper {
    margin-top: 60px;
  }

  .quiz-head {
    flex-direction: column-reverse;
    align-items: center;
  }

  .quiz-head p {
    font-size: 14px;
    text-align: center;
  }

  .quiz-head h6 {
    font-size: 20px;
    margin: 20px 0;
    text-align: center;
  }

  .text-area p {
    font-size: 16px;
    text-align: center;
  }

  .text-area {
    margin: 0 0 20px 0;
    align-items: center;
  }
  .nav-btns {
    flex-direction: column-reverse;
    align-items: center;
    gap: 20px;
  }

  .quiz-chooce-item p {
    font-size: 13px;
  }
  .list-el {
    width: fit-content;
    margin: 0 auto 20px auto;
    gap: 10px;
  }

  .list-el li .check-item {
    width: 16px;
    height: 16px;
  }

  .click:after {
    width: 10px;
    height: 10px;
  }

  .list-el li {
    gap: 10px;
  }

  .quiz-form {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin: 20px 0;
  }

  .quiz-form input {
    padding: 20px 30px;
    border-radius: 15px;
    font-size: 16px;
  }

  .quiz-form input::placeholder {
    font-size: 16px;
  }

  .list-el li p {
    font-size: 16px;
  }

  .nav-btns {
    height: 110px;
  }

  .nav-btns button {
    padding: 10px 40px;
  }

  .send-btn {
    border: 1px solid var(--siniy);
    border-radius: 20px;
    padding: 10px 40px;
    box-shadow: 0 5px 0 0 var(--siniy),
      inset 0 15px 15px 0 rgba(255, 255, 255, 0.15);
    background: linear-gradient(
      90deg,
      #203d59 0%,
      #65a8c3 49.46%,
      #203d59 100%
    );
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    color: var(--belyy);
    cursor: pointer;
    display: none;
    position: absolute;
    bottom: 60px;
    right: 49px;
    max-width: 220px;
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .quiz-chooce-img-wrapper.checked:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: -10px;
    right: unset;
    width: 20px;
    height: 20px;
    background-image: url(../img/check.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
  }

  .gift-l {
    top: 0;
    left: 0;
    width: 48px;
    transform: unset;
  }

  .gift-r {
    top: 0;
    right: 0;
    width: 48px;
    transform: unset;
  }

  .finally-content p {
    font-size: 16px;
    margin: 20px 0;
  }

  .finally-content h5 {
    font-size: 20px;
  }

  .finally-content > span {
    font-size: 16px;
  }

  .nav-btns button {
    max-width: 220px;
    align-items: center;
    justify-content: center;
  }

  .quiz-chooce-item {
    max-width: 150px;
  }

  .nav-btns button {
    font-size: 20px;
  }

  .quiz-chooce-items {
    margin: 20px 0;
  }

  .quiz-chooce-item p br {
    display: none;
  }

  .quiz-chooce-item {
    flex-direction: column;
    align-items: center;
  }
  .quiz-item h5 {
    font-size: 20px;
    text-align: center;
    width: 100%;
  }

  .quiz-item h5 br {
    display: none;
  }

  .mobile-cont {
    display: flex;
    align-items: center;
    margin: 20px 0;
  }

  section:not(#main, #single-main) {
    padding: 40px 0;
  }

  .title {
    font-size: 24px;
  }

  .advantages-wrapper {
    padding: 0 20px;
  }

  .advantages-item {
    height: fit-content;
    padding: 20px;
  }

  .advantages-item img {
    width: 60px;
    height: 60px;
  }

  .works-item {
    padding: 30px 20px;
  }

  .works-item h6 {
    font-size: 20px;
  }

  .works-item p {
    font-size: 16px;
    margin: 20px 0;
  }

  .works-item a {
    margin-top: unset;
    max-width: 220px;
    font-size: 20px;
    padding: 10px 0;
    border-radius: 10px;
  }

  .works-item img {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }

  .works-wrapper {
    padding: 0 10px;
    gap: 40px;
  }

  .advantages-wrapper {
    gap: 40px;
  }

  .advantages-items {
    gap: 20px;
  }

  .advantages-item h6 {
    font-size: 20px;
  }

  .advantages-item p {
    font-size: 16px;
  }
  .quiz-item {
    flex-direction: column;
    align-items: center;
    padding: 30px 20px;
    max-width: 360px;
    height: 407px;
    width: 100%;
  }

  .quiz-item > img {
    display: none;
  }

  .quiz-item-text button {
    max-width: 220px;
    width: 100%;
    font-size: 20px;
    padding: 10px 40px;
    margin: 0 auto;
  }

  .quiz-item-text p {
    font-size: 16px;
    max-width: 160px;
  }

  .quiz-item-text p br {
    display: none;
  }

  .mobile-img {
    display: block;
    width: 149px;
    height: 222px;
    border-radius: 10px;
  }

  .masters-item {
    padding: 20px;
    max-width: 360px;
    width: 100%;
    height: 400px;
  }

  .masters-item div {
    max-width: 320px;
    height: 260px;
  }

  .masters-item h6 {
    font-size: 20px;
    line-height: 1;
  }

  .masters-item h6 br {
    display: none;
  }

  .masters-wrapper {
    gap: 40px;
  }

  .masters-item p {
    font-size: 18px;
    line-height: 1;
  }

  .masters-items {
    gap: 20px;
  }

  .documents-wrapper {
    gap: 40px;
  }

  .documents-text {
    gap: 20px;
  }

  .documents-wrapper {
    max-width: 375px;
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
  }

  .documents-text h6 {
    font-size: 20px;
    text-align: center;
  }

  .documents-text p {
    text-align: center;
    font-size: 16px;
  }

  .docunets-imgs {
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
  }

  .documents-dop-data {
    gap: 10px;
  }

  .documents-dop-data-item div h5 {
    font-size: 20px;
    text-align: center;
  }

  .documents-dop-data-item div p {
    font-size: 18px;
    text-align: center;
  }

  .docunets-imgs div {
    border-radius: 10px;
    width: 170px;
    height: 240px;
  }

  .masters-wrapper {
    max-width: 768px;
    padding: 0 10px;
  }

  .documents-dop-data img {
    max-width: 200px;
    width: 100%;
  }

  .faq-wrapper {
    max-width: 375px;
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
  }

  .faq-list-item {
    padding: 20px;
  }

  .faq-list-item-title p {
    font-size: 20px;
  }

  .faq-wrapper {
    gap: 40px;
  }

  .faq-list {
    gap: 10px;
  }

  .faq-list-item-title button img {
    width: 40px;
    height: 40px;
  }

  .faq-item-content p {
    font-size: 16px;
  }

  .modal-panel h6 {
    font-size: 24px;
  }

  .modal-panel p {
    font-size: 16px;
  }

  .modal-form {
    gap: 10px;
  }

  .modal-wrapper {
    padding-top: 40px;
  }

  .modal-form button {
    margin-top: 10px;
    font-size: 20px;
  }

  .modal-panel {
    padding: 50px 30px 40px 30px;
  }

  .policy-wrapper h1 {
    font-size: 24px;
  }

  .policy-wrapper {
    padding: 0 10px;
    max-width: 768px;
    width: 100%;
  }

  #policy {
    padding-top: 100px !important;
    padding-bottom: 60px !important;
  }

  .header-wrapper {
    border-radius: 0 0 10px 10px;
  }

  .footer-logo-btn button {
    border-radius: 10px;
  }

  .single-main-text {
    max-width: 375px;
  }

  .all-single-items {
    max-width: 375px;
    height: unset;
    flex-direction: row;
  }

  .all-single-items li {
    max-width: 180px;
    width: 100%;
    height: 55px;
    font-size: 16px;
    line-height: 130%;
  }

  .mob {
    display: block !important;
  }

  .quiz-finish p {
    font-size: 20px;
  }

  .btn-mdl {
    border-radius: 10px;
  }

  .logo-wrapper-data {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .tel-logo {
    display: flex;
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 10px;
    color: var(--chernyy);
    text-decoration: none;
  }

  .header-links a {
    display: flex;
  }

  .desk-tel {
    display: none !important;
  }

  .main-wrapper h1 {
    font-size: 24px;
  }

  .checkbox {
    width: 16px;
    height: 16px;
  }

  .checkbox.checked:after {
    width: 10px;
    height: 10px;
    border-radius: 2px;
  }

  .cookies-wrapper {
    width: 355px;
    gap: 20px;
    border-radius: 10px;
  }

  .cookies-wrapper > div {
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: column;
    gap: 10px;
  }

  .cookies-wrapper p {
    font-size: 16px;
  }

  .cookies-wrapper span {
    font-size: 12px;
  }

  .cookies-wrapper > div button {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 6px;
    padding: 6px 28px;
    cursor: pointer;
    border: 1px solid var(--krasnyy);

    box-shadow: 0 2px 0 0 var(--krasnyy),
      inset 0 15px 15px 0 rgba(255, 255, 255, 0.15);
    background: linear-gradient(
      134deg,
      var(--krasnyy) 0%,
      var(--chernyy) 49.46% 49.46%,
      var(--krasnyy) 100%
    );
  }

  .serv-text {
    display: block;
    font-size: 12px;
    text-align: center;
    font-family: var(--font-family);
  }

  .logo-header img {
    width: 90px;
  }

  .tel-logo {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 6px 12px;
    background: #fff;
    border-radius: 0 0 10px 10px;
    font-size: 16px;
    box-shadow: 0 11px 10px 0 rgba(30, 30, 30, 0.25);
  }

  .footer-list li p {
    text-align: center;
  }
}
