@media (max-width: 1200px) {
  header {
    padding: 20px 25px;
  }

  footer {
    padding: 20px 25px 60px 25px;
  }

  .image-container {
    width: 440px;
  }

  .security-section {
    justify-content: space-evenly;
  }

  .security-info {
    max-width: 450px;
  }

  .title {
    font-size: 34px;
  }

  .subtitle {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .why-choose-section,
  .ready-to-protect-section {
    max-width: 996px;
  }

  .how-it-works-section {
    justify-content: space-evenly;
  }

  .how-it-works-info {
    max-width: 440px;
  }

  .how-it-works-section .image-container img {
    height: 400px;
  }

  .why-choose-info {
    align-items: baseline;
  }

  .why-choose-info .item {
    max-width: 245px;
  }

  .ready-to-protect-section .parallax {
    display: none;
  }

  .ready-to-protect-section::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 1050px;
    height: 1050px;
    background-image: url('../images/protect-last-bg.png');
    background-size: contain;
    background-repeat: no-repeat;
  }
}

@media (max-width: 1050px) {
  .popup {
    max-width: 800px;
  }

  .popup img {
    max-width: 770px;
  }

  .why-choose-info {
    gap: 50px;
    padding: 0 24px;
  }

  .why-choose-info img {
    width: 60px;
  }

  .why-choose-info .item-title {
    font-size: 24px;
    line-height: 30px;
  }

  .why-choose-info .item-subtitle {
    font-size: 16px;
  }

  main {
    padding: 0 24px;
  }

  .popup-item {
    text-align: left;
  }
}

@media (min-width: 650px) and (max-width: 890px) {
  header .menu, 
  header .contact-btn {
    display: none;
  }

  .burger-menu {
    display: flex;
  }

  .popup {
    max-width: 600px;
  }

  .popup img {
    max-width: 570px;
  }

  .security-info,
  .image-container {
    width: 305px;
  }

  .how-it-works-info {
    max-width: 336px;
  }

  .how-it-works-info .image-container img {
    height: 250px;
  }

  .how-it-works-section .image-container img {
    height: 277px;
  }
}

@media (max-width: 890px) {
  footer .container {
    padding: 18px 0 65px 0;
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }

  footer .menu {
    margin-right: 0;
  }

  footer .menu ul {
    flex-direction: column;
    align-items: center;
  }

  footer .logo {
    width: 230px;
    margin-right: 9px;
  }

  footer .logo img {
    width: 100%;
  }
}

@media (max-width: 650px) {
  header .menu, 
  header .contact-btn {
    display: none;
  }

  .burger-menu {
    display: flex;
  }

  .menu.open {
    display: block;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    background-color: #18141C;
    padding: 20px;
    text-align: center;
  }

  .menu.open ul {
    flex-direction: column;
    gap: 15px;
  }

  .menu.open ul li a {
    font-size: 18px;
    color: white;
    text-decoration: none;
  }

  .popup {
    max-width: 385px;
  }

  .popup-image {
    width: 100%;
  }

  .popup-info,
  .how-it-works-section,
  .why-choose-info,
  .security-section {
    flex-direction: column;
    gap: 16px;
  }

  .how-it-works-section {
    flex-direction: column-reverse;
  }

  .how-it-works-info {
    order: 2;
  }

  .image-container {
    order: 1;
  }

  .download-btn.mobile {
    display: block;
    align-self: center;
  }

  .download-btn.desktop {
    display: none;
  }

  .title,
  .subtitle {
    max-width: 312px;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .protection-section .download-btn {
    display: none;
  }

  .popup {
    margin-top: 0;
  }

  .popup-info {
    padding: 24px 0;
    padding-left: 10px;
    align-items: baseline;
  }

  .popup-item:not(:last-child)::after {
    content: none;
  }

  section:not(:last-child) {
    margin-bottom: 60px;
  }

  .why-choose-section {
    margin-top: 0;
  }

  .security-section {
    gap: 45px;
  }

  .image-container,
  .how-it-works-info,
  .how-it-works-section,
  .faq-section {
    max-width: 312px;
  }

  .why-choose-section, 
  .ready-to-protect-section { 
    padding: 48px 0;
    text-align: center;
    border-radius: 16px;
  }
  .ready-to-protect-section {
    padding-top: 180px;
  }

  .steps div {
    font-size: 18px;
  }

  .how-it-works-section .image-container img {
    height: 277px;
  }

  .how-it-works-section .image-container {
    margin-bottom: 32px;
    align-self: center;
  }

  .how-it-works-section {
    align-items: baseline;
  }

  .faq-item {
    padding: 24px 0;
  }

  .contact-btn {
    max-width: 117px;
    margin: 0 auto;
  }

  details[open] {
    padding: 16px;
  }

  main {
    padding: 0;
  }

  .ready-to-protect-section::before {
    width: 990px;
    height: 990px;
  }
}
