@media screen and (max-width: 1200px) {
  .articles-list .owl-stage-outer {
    max-height: 400px;
  }
}
@media screen and (max-width: 1150px) {
  .main-header nav {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #000000e0;
    padding: 48px 24px;
    width: 270px;
    flex-direction: column-reverse;
    align-items: stretch;
    justify-content: flex-end;
    z-index: 5;
    transition: 0.3s ease;
    transform: translateX(100%);
  }
  .main-header .spacer {
    display: none;
  }
  .main-header nav.active {
    transform: translateX(0);
  }
  .main-header nav .menu {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 34px;
  }
  .main-header .close {
    display: block;
    position: absolute;
    top: 10px;
    left: 18px;
    color: #fff;
    width: fit-content;
    font-size: 24px;
    cursor: pointer;
    border: 0;
    background-color: transparent;
  }
  .main-header .hamburger {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    order: 2;
    gap: 6px;
    width: 40px;
    height: 32px;
    padding: 3px 6px;
    border-radius: 4px;
    background-color: transparent;
    border: 0;
    z-index: 2;
    cursor: pointer;
  }
  .main-header .hamburger .line {
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 3px;
  }
  .main-header form {
    flex-wrap: wrap;
    margin-top: 15px;
    row-gap: 15px;
  }
  .main-header form .link {
    width: calc(50% - 5px);
    border-radius: 8px;
  }
  .main-header label.search input {
    border-radius: 8px;
  }
  .hero-part .content {
    padding: 75px 40px;
    background: url("assets/hero-bg-gradient.png") bottom right / auto
        calc(100% - 44px) no-repeat,
      url("assets/hero-bg-pure.png") -371px 0 / cover;
  }
  .about {
    height: 430px;
    padding-right: 60px;
    background: url("assets/about-bg.png") -4vw 0 / cover;
  }

  .gifts .content h4 {
    font-size: 25px;
    max-width: 250px;
  }
}

@media screen and (max-width: 992px) {
  .part-container {
    padding: 45px 40px 0;
  }
  .main-footer {
    padding: 40px;
  }
  .about {
    padding: 0 32px;
    background-blend-mode: multiply;
    background: linear-gradient(
        to top,
        rgba(99, 20, 20, 0.8),
        rgba(99, 20, 20, 0.8)
      ),
      url("assets/about-bg.png") 8vw 0 / cover;
  }
  .about .content p {
    max-width: unset;
  }
  .about .content {
    max-width: 700px;
    width: 100%;
  }
  .weblog {
    margin-top: 30px;
  }
  .article-item {
    max-width: 290px;
  }
  .article-item .article-image {
    height: 190px !important;
  }
  .gifts {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .gifts .content {
    flex-direction: column-reverse;
    gap: 24px;
    height: auto;
    padding: 0;
    padding-top: 24px;
    overflow: hidden;
  }
  .gifts .content h4 {
    order: 1;
    padding: 0 15px;
    text-align: center;
  }
  .gifts .content > img {
    max-width: 100%;
    width: fit-content;
    object-position: top;
    bottom: 0px;
    order: -1;
    margin-right: 0;
  }
  .gifts .content h4 {
    max-width: 270px;
  }
}

@media screen and (max-width: 768px) {
  .main-header nav .menu a,
  .link {
    font-size: 16px;
  }
  .hero-part .content {
    position: relative;
    padding: 75px 40px;
    border-radius: 0 0 45px 45px;
    background: url("assets/hero-bg-gradient.png") -60% 44px / auto calc(
          100% - 44px
        ) no-repeat,
      url("assets/hero-bg-pure.png") -371px 0 / cover;
  }
  .main-footer {
    flex-direction: column;
    gap: 30px;
  }
}

@media screen and (max-width: 570px) {
  .part-container {
    padding: 32px 24px 0;
  }
  .main-footer {
    padding: 24px;
  }
  .hero-part .content {
    padding: 60px 24px 30px;
    min-height: 360px;
    background: url("assets/hero-bg-gradient.png") -5% 34px / auto calc(
          100% - 25px
        ) no-repeat,
      url("assets/hero-bg-pure.png") -291px 0 / cover;
  }
  .hero-part .text h1 {
    font-size: 46px;
  }
  .hero-part .text p {
    font-size: 17px;
  }
  .goToBottom img {
    width: 60px;
  }
  .category-item {
    min-width: 170px;
  }
  .category-item .image-container {
    border-radius: 18px;
    height: 100px;
  }
  .category-item h3 {
    font-size: 20px;
  }

  .cite-item {
    min-width: 315px;
    padding: 18px 15px 18px 0;
    gap: 10px;
  }
  .cite-item .open {
    padding: 10px;
    font-size: 12px;
  }
  .cite-item strong {
    font-size: 17px;
  }
  .cite-item > img.logo {
    max-width: 75px;
  }
  .cite-item span img {
    width: 16px !important;
  }
  .cite-item span {
    font-size: 11px;
  }
  .cite-item .neshon {
    width: 70px !important;
  }
  .about strong {
    font-size: 28px;
  }
  .about p {
    font-size: 18px;
  }
  .con {
    width: calc(100% - 110px);
  }
  .con .navButtons {
    top: 0;
    left: -55px;
    width: calc(100% + 110px);
  }
  :is(.comments-prevBtn, .comments-nextBtn) {
    border-radius: 8px;
    width: 38px;
    height: 38px;
  }
  .faq .faq-item h5 {
    font-size: 18px;
  }
  .faq .faq-item .item-body {
    font-size: 14px;
  }
  .interest header {
    font-size: 19px;
    margin-bottom: 28px;
  }
  .interest .part-body {
    max-height: 146px;
  }
  .interest .part-body p {
    font-size: 16px;
    line-height: 32px;
  }
  .section-header h2 {
    font-size: 28px;
  }
  .section-header .section-header__link {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .comment-item {
    max-width: 280px;
  }
  .con .navButtons {
    display: none;
  }
  .con {
    width: 100%;
  }
  .main-footer .menu a {
    font-size: 15px;
  }
}
