@media (max-width: 1200px) {
  .header_wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .header_info {
    text-align: center;
    margin-bottom: 20px;
  }
  .header_subtitle {
    max-width: 421px;
    margin: 0 auto;
  }
  .button_log {
    display: none;
  }
  .header {
    margin: 0 0 60px;
  }

  .about_wrapper {
    padding: 0 100px;
  }

  .footer {
    padding: 50px 50px;
  }

  .main {
    padding: 20px;
  }
}
@media (max-width: 980px) {
  .comunication {
    margin-bottom: 100px;
  }

  .footer {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 25px;
  }
}

@media (max-width: 768px) {
  .header_wrapper {
    margin: 0;
  }
  .title {
    font-size: 42px;
  }

  .about {
    margin: 60px 0 55px 0;
  }
  .about_wrapper {
    padding: 0 50px;
  }

  .qustions_cards {
    display: none;
  }

  .mobile_slider {
    margin: 0 auto;
    display: block;
    width: 400px;
    font-size: 16px;
  }

  .qustions {
    margin-bottom: 0;
  }

  .mobile_photo {
    display: block;
  }

  .main_info {
    max-width: 800px;
    margin: 0 auto;
  }

  .info_block {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    padding: 35px 30px;
  }

  .info_block img {
    margin-bottom: 17px;
  }

  .comunication {
    margin: 57px;
  }

  .communication_title {
    font-size: 24px;
  }

  .communication_subtitle {
    font-size: 16px;
  }

  .footer {
    grid-template-columns: repeat(1, 1fr);
    padding: 52px 66px 51px 35px;
  }
}

@media (max-width: 450px) {
  .mobile_header {
    display: block;
    margin-top: 93px;
  }
  .header {
    display: none;
  }

  .mobile_header-wrapper {
    background-image: url(/img/backround.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
  }

  .mobile_main-button {
    justify-content: center;
    left: 50%;
    transform: translateX(-50%);
    bottom: 5px;
    font-size: 20px;
    max-width: 280px;
    padding: 19px 72px;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }

  .header_mobile-title {
    font-size: 24px;
    text-align: center;
  }

  .header_mobile-subtitle {
    text-align: center;
    font-size: 16px;
  }

  #Form {
    display: none;
  }

  #mobile_form {
    display: block;
    margin: 40px 0 60px;
  }
  .subtitle {
    font-size: 16px;
  }

  .about {
    margin: 60px 0 50px;
  }

  .about_wrapper {
    padding: 0 10px;
  }

  .main_button {
    font-size: 20px;
    min-width: 257px;
    padding: 18px 66px;
  }

  .fantasy {
    display: none;
  }

  .email {
    margin-bottom: 10px;
  }
  .list_legal li:nth-child(2) {
    margin-bottom: 11px;
  }

  .legal {
    font-weight: 700;
    margin-bottom: 12px;
  }

  .list_privacy li:nth-child(2) {
    margin-bottom: 11px;
  }

  .privacy {
    font-weight: 700;
    margin-bottom: 12px;
  }

  .list_about li:nth-child(2) {
    margin-bottom: 11px;
  }

  .about_footer {
    font-weight: 700;
    margin-bottom: 12px;
  }

  .qustions_card {
    padding: 28px 24px;
    width: 300px;
  }

  .mobile_photo {
    width: 280px;
    height: 305px;
  }

  .mobile_slider {
    width: 280px;
  }

  .img_slider {
    width: 300px;
    height: 300px;
  }

  .main_button {
    padding: 18px 55px;
  }
}
