@media screen and (min-width: 1240px) and (max-width: 1360px) {
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 991px) {
  /* content */
  .contentInner {
    flex-direction: column;
    gap: 30px;
  }
  .contentLeft {
    width: 100%;
  }
  .contentRight {
    width: 100%;
  }
  .contentRightBlockLinks {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 10px;
  }
  .contentRightBlockLink {
    padding: 10px 15px 11px 15px;
    transition: all 0.3s;
  }
}
@media screen and (max-width: 767px) {
  /* header */
  .logo {
    font-size: 16px;
  }

  /* content */
  .contentTitle {
    font-size: 20px;
    line-height: 30px;
  }
  .contentLeftTitle {
    font-size: 18px;
    line-height: 28px;
  }
  .contentLeftSubsBlock {
    margin-top: 30px;
  }
  .contentRightBlockTitle {
    font-size: 20px;
  }

  /* footer */
  .footerLinks {
    flex-wrap: wrap;
  }

  /* privacyPopup */
  .privacyPopupTitle {
    font-size: 20px;
  }
  .privacyPopupSub1 {
    font-size: 16px;
  }
}
