@media screen and (min-width: 1440px) {
  .part-container {
    max-width: 1360px;
  }
}
@media screen and (max-width: 1440px) {
  .part-container {
    max-width: 1260px;
  }
}
@media screen and (max-width: 1150px) {
  .features {
    display: grid;
    grid-template-columns: 1fr 1px 1fr;
    gap: 20px;
    width: fit-content !important;
    margin: 50px auto 0;
  }
  .features .spacer:nth-of-type(4) {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .part-container {
    width: calc(100% - 130px);
  }
  .main-header {
    padding: 30px 0;
    z-index: 10;
  }
  .main-header .hamburger-container {
    flex-grow: 1;
    display: flex;
    justify-content: flex-start;
  }
  .main-header nav .close {
    display: block;
    position: absolute;
    top: 10px;
    right: 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 .menu {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
  }
  .main-header nav {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #0c0509d7;
    padding: 48px 24px;
    width: 310px;
    flex-direction: column-reverse;
    align-items: stretch;
    justify-content: flex-end;
    z-index: 15;
    transition: 0.3s ease;
    transform: translateX(-100%);
  }
  .main-header nav.active {
    transform: translateX(0);
  }
  .main-footer .about-text,
  .main-footer .col.social {
    width: 100%;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .part-container {
    width: calc(100% - 48px);
  }
  .section-header {
    padding-left: 8px;
  }
  .section-header h2::after,
  .section-header h2::before {
    width: 7px;
    height: 24px;
  }
  .section-header h2 {
    font-size: 17px;
    padding-inline-start: 18px;
  }
  .section-header a {
    font-size: 13px;
  }

  .main-header .right-part {
    order: 1;
  }
  .hero-part {
    background-color: #1b0411a3;
    background-blend-mode: multiply;
    width: 100%;
    background-position: 75% center;
  }
  .hero-content {
    padding: 0;
  }
  .hero-content .text h1 {
    max-width: 350px;
    font-size: 48px;
    line-height: 62px;
  }
  .hero-content .text p {
    font-size: 14px;
  }
  .about {
    height: auto;
    margin: 0 auto;
  }
  .about .content {
    flex-direction: column;
    gap: 34px;
  }
  .about .content > img {
    max-width: 65%;
  }
  .article .content {
    padding: 0 24px 24px;
    margin-top: 90px;
  }
  .article .content .image-container {
    height: 140px;
  }
  .article .content .image-container img {
    height: calc(100% + 50px);
    border-radius: 14px;
  }
  .article .name {
    font-size: 21px;
  }
  .article .date span,
  .article .details {
    font-size: 15px;
    line-height: 26px;
  }
  .comments {
    margin: 65px auto;
  }
  .faq {
    margin-bottom: 85px;
  }
}
@media screen and (max-width: 570px) {
  .games-slider .item {
    padding: 15px;
    border-radius: 20px;
  }
  .games-slider .item > img {
    height: 170px;
  }
}
@media screen and (max-width: 480px) {
  .features {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .features .spacer {
    display: none;
  }

  .services-list .service-item > img {
    width: 52px !important;
  }
  .services-list .service-item p {
    font-size: 14px;
  }
  .comment-item {
    max-width: 280px;
  }
  .faq .faq-item h5 {
    font-size: 15px;
  }
  .faq .faq-item.active .item-body {
    font-size: 13px;
    line-height: 25px;
  }
  .article p {
    text-align: left;
  }
  .main-footer {
    padding: 50px 0 20px;
  }
  .main-footer .grid-container {
    gap: 40px 20px;
  }
}
