@media (max-width: 1200px) {
  .name-bakery h1 {
    padding: 60px 0;
    margin: 0;
  }
}
@media (max-width: 1100px) {
  .text-content-header-nav {
    flex-direction: column;
  }
  .container-title-section-best-chefs::before,
  .container-title-section-best-chefs::after {
    width: 180px;
  }
  .chef-nastia,
  .chef-vlad {
    width: 100%;
  }
  .container-user-feedback {
    display: block;
  }
  .form-container {
    width: 100%;
  }
  .map-bakery-shop {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .container-title-section-best-chefs::before,
  .container-title-section-best-chefs::after {
    width: 240px;
  }
}
@media (max-width: 1080px) {
  .name-bakery h1 {
    padding: 60px 0;
    margin: 0;
  }
  .chefs-content {
    flex-direction: column-reverse;
  }
}
@media (max-width: 900px) {
  .name-bakery h1 {
    text-align: center;

    padding: 0 0 100px 0;
    margin: 0;
    font-size: 5.4em;
    line-height: 1;
  }
  .container-button {
    position: absolute;
    left: 39%;
    top: 72%;
  }
  .content-new-format-traditions {
    flex-direction: column-reverse;
    align-items: center;
    gap: 0;
  }
}
@media (max-width: 860px) {
  .container-title-section-best-chefs::before,
  .container-title-section-best-chefs::after {
    width: 130px;
  }
  .contact-form input {
    width: 100%;
  }
}
@media (max-width: 760px) {
  .container-title-section-best-chefs::before,
  .container-title-section-best-chefs::after {
    width: 0;
  }
  .container-footer-content {
    display: block;
    text-align: center;
  }
  .container-social-network {
    justify-content: center;
  }
  .container-footer-content img:first-of-type {
    bottom: 55%;
  }
  .container-footer-content img:last-of-type {
    width: 128px;
  }
}
@media (max-width: 650px) {
  .advantages-container {
    display: block;
    padding: 0;
    padding: 24px 0;
  }
  .advantages-container li {
    margin-bottom: 20px;
    text-align: center;
  }
  iframe {
    width: 300px;
  }
  .img-new-format-traditions {
    width: 264px;
  }
  .img-new-format-traditions img {
    width: 515px;
  }
  .name-bakery h1 {
    font-size: 4.4em;
  }
  .container-button {
    left: 32%;
    top: 66%;
  }
}
@media (max-width: 500px) {
  .advantages-container-backround {
    background-color: transparent;
  }
  .advantages-container {
    display: block;
    padding: 24px 40px;
    margin-top: 20px;
    border-radius: 20px;
    background-color: #cfcfbc;
  }
  .advantages-container li {
    margin-bottom: 20px;
    text-align: center;
    color: #31261a;
    font-size: 1em;
  }
  .contact-form input::placeholder {
    font-size: 12px;
  }
}
@media (max-width: 360px) {
  .container-button {
    left: 23%;
  }
}
@media (min-width: 1200px) {
  .request-call-modal-content h2 {
    font-size: 40px;
  }
}
