/* ===============================ГЛАВНАЯ СТРАНИЦА============================= */
/* ===============================ГЛАВНАЯ СТРАНИЦА============================= */
/* ===============================ГЛАВНАЯ СТРАНИЦА============================= */

/* ---------------------------------секция hero */
.hero-title-h1 {
  display: none;
}

.hero-bg {
  margin: 30px 0;
  background-color: #fff;
}

.hero-content {
  padding-top: 50px;
}

.hero-content-img {
  transform: translateX(-30px);
  height: 150px;
}

.hero-content-ul {
  padding-left: 20px;
  margin: 30px 0 40px;
}

.hero-content-li {
  list-style: disc;
  margin-bottom: 20px;
}

.hero-btn {
  background-color: #b6ff52;
  padding: 20px 50px;
  border-radius: 50px;
  border: none;
  transition: background-color 0.4s;
  margin-bottom: 200px;
  color: #231f20;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
}

.hero-btn:hover {
  background-color: #93e323;
}

.hero-right-img {
  height: 550px;
  position: absolute;
  top: 223px;
  right: 120px;
  border-radius: 30px;
}

/* ---------------------------------секция description */

.description {
  background-color: #fff;
  padding: 50px 0;
}

.description-title {
  font-size: 35px;
  margin-bottom: 50px;
}

.description-img {
  max-width: 1200px;
  margin-bottom: 40px;
}

.description-img-two {
  display: none;
}

.description-blocks {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 40px;
}

.description-left,
.description-center,
.description-right {
  background-color: #e5e5e5;
  padding: 35px 45px 35px 35px;
  width: 33%;
  border-radius: 30px;
}

.description-left-title,
.description-center-title,
.description-right-title {
  margin-top: 0;
  font-size: 18px;
  line-height: 1.6;
}

.description-left-ul,
.description-center-ul,
.description-right-ul {
  padding-left: 30px;
}

.description-left-li,
.description-center-li,
.description-right-li {
  list-style: disc;
  line-height: 1.6;
}

.description-btn-link {
  text-decoration: none;
}

.description-btn {
  display: block;
  background-color: #b6ff52;
  padding: 20px 50px;
  border-radius: 50px;
  border: none;
  transition: background-color 0.4s;
  color: #231f20;
  font-weight: 700;
  font-size: 18px;
  margin: 0 auto 60px;
  cursor: pointer;
}

.description-btn:hover {
  background-color: #93e323;
}

/* ----------------------------------секция advantages */

.advantages {
  margin: 30px 0;
  background-color: #e5e5e5;
  padding: 50px 0;
}

.advantages-title {
  font-size: 35px;
  margin-bottom: 50px;
}

.advantages-blocks {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 50px;
}

.advantages-block {
  background-color: #fff;
  padding: 30px;
  border-radius: 30px;
  width: 25%;
}

.advantages-block-img {
  width: 130px;
  margin-left: -15px;
}

.advantages-block-title {
  font-size: 18px;
  line-height: 1.6;
}

.advantages-block:last-child .advantages-block-title {
  margin-top: 40px;
}

.advantages-block-description {
  line-height: 1.6;
}

/* ----------------------------------секция about-games */

.about-games {
  background-color: #fff;
  padding: 50px 0;
}

.about-games-title {
  font-size: 35px;
  margin-bottom: 50px;
}

.about-games-blocks {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 40px;
  margin-bottom: 50px;
}

.about-games-left {
  width: 100%;
  background-color: #e5e5e5;
  border-radius: 30px;
  padding: 30px 40px 30px 30px;
}

.about-games-left-img {
  width: 130px;
  margin-left: -15px;
  margin-top: -15px;
}

.about-games-left-text {
  margin-top: 0;
  margin-bottom: 25px;
}

.about-games-left-link {
  text-decoration: none;
}

.about-games-left-btn {
  display: block;
  background-color: transparent;
  padding: 20px 40px;
  border-radius: 50px;
  border: 2px solid #231f20;
  transition: all 0.4s;
  color: #231f20;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
  margin-bottom: 20px;
}

.about-games-left-btn:hover {
  background-color: #231f20;
  color: #fff;
}

.about-games-left,
.about-games-right {
  flex: 1;
  width: 100%;
}

.about-games-right {
  width: 100%;
  display: flex;
}

.about-games-right-img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  object-fit: cover;
}

/* -----------------------------------секция software */

.software {
  margin: 30px 0;
  background-color: #3a3637;
  padding: 50px 0;
}

.software-title {
  font-size: 35px;
  margin-bottom: 50px;
  color: #fff;
}

.software-download {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  margin-bottom: 40px;
  border-radius: 30px;
}

.software-download-title {
  color: #231f20;
  font-size: 25px;
  width: 300px;
  line-height: 1.4;
  margin-left: 40px;
}

.software-download-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 70px;
  background-color: #231f20;
  padding: 20px 50px;
  border-radius: 30px;
}

.software-download-block-img {
  width: 150px;
}

.software-download-block-link {
  text-decoration: none;
}

.software-download-block-btn {
  background-color: #b6ff52;
  padding: 20px 70px;
  border-radius: 50px;
  border: none;
  transition: background-color 0.4s;
  color: #231f20;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
}

.software-download-block-btn:hover {
  background-color: #93e323;
}

.software-blocks {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 40px;
}

.software-left,
.software-center,
.software-right {
  background-color: #fff;
  padding: 35px 45px 35px 35px;
  width: 33%;
  border-radius: 30px;
}

.software-left-title,
.software-center-title,
.software-right-title {
  margin-top: 0;
  font-size: 16px;
  line-height: 1.6;
}

.software-left-text {
  line-height: 1.6;
}

.software-center-ul,
.software-right-ul {
  padding-left: 30px;
}

.software-center-li,
.software-right-li {
  list-style: disc;
  line-height: 1.6;
}

/* ---------------------------------секция effective-for */

.effective-for {
  background-color: #fff;
  padding: 50px 0;
  margin-bottom: 30px;
}

.effective-for-titles {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.effective-for-title {
  font-size: 35px;
  margin-bottom: 50px;
  color: #231f20;
  line-height: 1.4;
}

.effective-for-text {
  padding-top: 0;
  margin-top: 29px;
  font-weight: 600;
}

.effective-for-subtitle {
  margin: 40px auto;
  text-align: center;
  font-size: 24px;
  background-color: #e5e5e5;
  padding: 25px 0;
  border-radius: 30px;
}

.effective-for-blocks {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.effective-for-block {
  background-color: #e5e5e5;
  border-radius: 30px;
  padding: 30px;
  width: 30%;
}

.effective-for-block-img {
  width: 312px;
  border-radius: 30px;
}

.effective-for-block-text {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 80px;
}

/* ================================СТРАНИЦА КАТАЛОГА============================= */
/* ================================СТРАНИЦА КАТАЛОГА============================= */
/* ================================СТРАНИЦА КАТАЛОГА============================= */

/* -------------------------------секция breadcrumbs */

.breadcrumbs {
  padding: 50px 0;
}

.breadcrumbs-links p {
  display: inline;
  color: #76787a;
  font-size: 20px;
}

.breadcrumbs-links-glavnaya {
  text-decoration: none;
  color: #231f20;
  font-size: 20px;
}

/* -----------------------------------секция catalog */

.catalog {
  padding: 50px 0 70px;
  background-color: #f5f5f5;
}

.catalog-title {
  margin-bottom: 70px;
}

.catalog-products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.catalog-product {
  background-color: #fff;
  border-radius: 30px;
}

.catalog-product-img {
  display: block;
  width: 80px;
  padding: 30px;
}

.catalog-product-thing {
  height: 250px;
  width: auto;
  display: flex;
  margin: auto;
  margin-bottom: 10px;
}

.catalog-product-link {
  display: block;
  padding: 0 30px;
  text-decoration: none;
  color: #231f20;
  font-size: 25px;
  font-weight: 500;
}

.catalog-product-price {
  margin-left: 30px;
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 20px;
}

/* =============================СТРАНИЦА КАРТОЧКИ ТОВАРА======================= */
/* =============================СТРАНИЦА КАРТОЧКИ ТОВАРА======================= */
/* =============================СТРАНИЦА КАРТОЧКИ ТОВАРА======================= */

.card {
  background-color: #fff;
}

/* -------------------------------- галерея */

.card-upper {
  display: flex;
  justify-content: start;
  gap: 50px;
  margin-bottom: 30px;
  padding: 70px 0;
}

.card-gallery {
  position: relative;
  width: 580px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 30px;
  background-color: #fff;
  height: 500px;
}

.card-gallery-slide {
  display: none;
}

.card-gallery-slide.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-gallery-img {
  width: 560px;
  height: 460px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.card-gallery-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 5;
}

.dot {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 6px;
  background-color: #bbb;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.dot.active {
  background-color: #231f20;
}

.dot:hover {
  background-color: #666;
}

.card-upper-right-title {
  margin-top: 0;
}

.card-upper-right-price {
  font-size: 20px;
  margin-bottom: 30px;
}

.card-upper-right-btn {
  display: block;
  background-color: #b6ff52;
  padding: 20px 70px;
  border-radius: 50px;
  border: none;
  transition: background-color 0.4s;
  margin-bottom: 40px;
  color: #231f20;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  cursor: pointer;
}

.card-upper-right-btn:hover {
  background-color: #93e323;
}

.card-upper-right-text-one {
  display: inline;
}

.card-upper-right-text-two {
  display: inline;
  font-weight: 600;
}

/* ----------------нижняя часть страницы, кнопки, описание и таблица */

.card-lower {
  margin: 30px 0;
  padding-bottom: 40px;
}

.card-lower-tabs-buttons {
  display: flex;
  gap: 1px;
  margin-bottom: 40px;
  border-bottom: 1px solid #f5f5f5;
  background-color: #f5f5f5;
  width: 351px;
  border-radius: 30px;
}

.card-lower-tab-btn {
  padding: 20px 30px;
  background: none;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  color: #231f20;
  text-align: center;
  transition: all 0.3s ease;
}

.card-lower-tab-btn.active {
  color: #231f20;
  background-color: #b6ff52;
  border-radius: 30px;
  padding: 20px 30px;
}

.card-lower-tab-pane {
  display: none;
}

.card-lower-tab-pane.active {
  display: block;
}

.card-lower-specs-table {
  width: 100%;
}

.card-lower-specs-table th {
  padding: 10px 20px;
  text-align: left;
  font-weight: 500;
  background-color: #e5e5e5;
}

.card-lower-specs-table td {
  padding: 10px 20px;
  text-align: left;
  font-weight: 500;
}

.card-lower-tab-pane-desc {
  width: 800px;
  line-height: 1.6;
}

.card-lower-tab-pane-desc-title {
  margin-bottom: 10px;
}

.card-lower-tab-pane-desc-ul {
  margin-bottom: 10px;
}

.card-lower-tab-pane-desc-li {
  list-style: disc;
  margin-bottom: 10px;
}

.card-lower-tab-pane-desc-li-p {
  display: inline;
  font-weight: 600;
}

/* =================================СТРАНИЦА ОБ ИГРАХ=============================== */
/* =================================СТРАНИЦА ОБ ИГРАХ=============================== */
/* =================================СТРАНИЦА ОБ ИГРАХ=============================== */

.about-games-page {
  background-color: #fff;
  padding: 30px 0;
  margin-bottom: 30px;
}

.about-games-tabs-buttons {
  display: flex;
  gap: 1px;
  margin-bottom: 40px;
  border-bottom: 1px solid #f5f5f5;
  background-color: #f5f5f5;
  width: 690px;
  border-radius: 30px;
}

.about-games-tab-btn {
  padding: 20px 30px;
  background: none;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  color: #231f20;
  text-align: center;
  transition: all 0.3s ease;
}

.about-games-tab-btn.active {
  color: #231f20;
  background-color: #b6ff52;
  border-radius: 30px;
  padding: 20px 30px;
}

.about-games-pane-game {
  display: none;
}

.about-games-pane-game.active {
  display: block;
}

.about-games-pane-title {
  font-size: 30px;
  margin-bottom: 40px;
}

.about-games-upper-description-blocks {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 40px;
}

.about-games-upper-description-block {
  background-color: #f5f5f5;
  padding: 35px 45px 35px 35px;
  width: 33%;
  border-radius: 30px;
}

.about-games-upper-description-title {
  margin-top: 0;
  font-size: 18px;
  line-height: 1.6;
}

.about-games-upper-description-ul {
  padding-left: 30px;
}

.about-games-upper-description-li {
  list-style: disc;
  line-height: 1.6;
}

.about-games-lower-blocks {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 40px;
  margin-bottom: 50px;
}

.about-games-lower-left {
  width: 100%;
  background-color: #f5f5f5;
  border-radius: 30px;
  padding: 30px 40px 30px 30px;
}

.about-games-lower-left-title {
  font-size: 18px;
}

.about-games-lower-left-text {
  margin-top: 0;
  margin-bottom: 25px;
}

.about-games-lower-left-ul {
  margin-bottom: 30px;
  line-height: 2;
  padding-left: 0;
}

.about-games-lower-left-img {
  margin-right: 10px;
}

.about-games-lower-left-link {
  text-decoration: none;
}

.about-games-lower-left-btn {
  display: block;
  background-color: transparent;
  padding: 20px 40px;
  border-radius: 50px;
  border: none;
  transition: all 0.4s;
  color: #231f20;
  background-color: #b6ff52;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
  margin-bottom: 20px;
}

.about-games-lower-left-btn:hover {
  background-color: #93e323;
}

.about-games-lower-left,
.about-games-lower-right {
  flex: 1;
  width: 100%;
}

.about-games-lower-right {
  width: 100%;
  display: flex;
}

.about-games-lower-right-img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  object-fit: cover;
}

/* ==========================СТРАНИЦА ПОЛИТИКИ КОНФИДЕНЦИАЛЬНОСТИ=============== */
/* ==========================СТРАНИЦА ПОЛИТИКИ КОНФИДЕНЦИАЛЬНОСТИ=============== */
/* ==========================СТРАНИЦА ПОЛИТИКИ КОНФИДЕНЦИАЛЬНОСТИ=============== */

.policy {
  background-color: #fff;
  padding: 30px 0;
  line-height: 1.6;
}

.policy-ul {
  padding-left: 0;
}

.policy-li {
  margin-bottom: 10px;
}

.policy-table {
  border: 1px solid #231f20;
}

.policy-table tr th {
  text-align: start;
  margin-bottom: 15px;
  border-bottom: 1px solid #231f20;
}

/* =================================СТРАНИЦА БАННЕР======================== */
/* =================================СТРАНИЦА БАННЕР======================== */
/* =================================СТРАНИЦА БАННЕР======================== */

.banner {
  background-color: #fff;
}

.banner-title {
  padding: 70px 0;
}

/* ==================================СТРАНИЦА КОНТАКТЫ====================== */
/* ==================================СТРАНИЦА КОНТАКТЫ====================== */
/* ==================================СТРАНИЦА КОНТАКТЫ====================== */

.contacts-page {
  background-color: #fff;
  padding: 50px 0;
}

.contacts-page-link {
  text-decoration: none;
  color: #231f20;
}

/* ================================СТРАНИЦА ДОКУМЕНТАЦИЯ====================== */
/* ================================СТРАНИЦА ДОКУМЕНТАЦИЯ====================== */
/* ================================СТРАНИЦА ДОКУМЕНТАЦИЯ====================== */

.documentation {
  background-color: #fff;
  padding: 50px 0;
}

.documentation-upper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding: 30px 0;
  font-size: 20px;
}

.documentation-link {
  background-color: #b6ff52;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
}

div.documentation-text {
  margin: 15px 0;
}

.documentation-text a {
  font-size: 20px;
}

.documentation-text-blue {
  display: inline;
  color: #fff;
  background-color: blue;
  padding: 2px 10px;
  border-radius: 10px;
}

.documentation-text-gray {
  display: inline;
  color: #fff;
  background-color: gray;
  padding: 2px 10px;
  border-radius: 10px;
}

.documentation-text-green {
  display: inline;
  color: #fff;
  background-color: #93e323;
  padding: 2px 10px;
  border-radius: 10px;
}

.documentation-text-red {
  display: inline;
  color: #fff;
  background-color: red;
  padding: 2px 10px;
  border-radius: 10px;
}

/* =================================МОДАЛЬНОЕ ОКНО============================ */
/* =================================МОДАЛЬНОЕ ОКНО============================ */
/* =================================МОДАЛЬНОЕ ОКНО============================ */

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.modal-content {
  background: white;
  padding: 30px;
  border-radius: 30px;
  max-width: 400px;
  width: 90%;
  position: relative;
}

.modal-close {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 32px;
  cursor: pointer;
  transition: color 0.5s;
}

.modal-close:hover {
  color: #666;
}

.modal input,
.modal textarea {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-sizing: border-box;
}

.modal button[type="submit"] {
  width: 100%;
  padding: 12px;
  background: #b6ff52;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  font-weight: 700;
  font-size: 15px;
  margin-top: 13px;
}

/*======================================АДАПТИВ================================== */
/*======================================АДАПТИВ================================== */
/*======================================АДАПТИВ================================== */
/*======================================АДАПТИВ================================== */
/*======================================АДАПТИВ================================== */
/*======================================АДАПТИВ================================== */
/*======================================АДАПТИВ================================== */

@media (max-width: 1200px) {
  /* ===============================АДАПТИВ ГЛАВНОЙ=========================== */

  /* --------------------------------секция hero */
  .hero-content-img {
    margin-left: 50px;
    height: 130px;
  }

  .hero-content-ul {
    margin-left: 30px;
  }

  .hero-btn {
    margin-left: 30px;
  }

  .hero-right-img {
    height: 530px;
    right: 7%;
  }

  /* ---------------------------------секция description */

  .description-title {
    margin-left: 30px;
  }

  .description-img {
    margin-left: 30px;
    margin-right: 30px;
    max-width: 94%;
  }

  .description-blocks {
    gap: 30px;
    max-width: 1200px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .description-left,
  .description-center,
  .description-right {
    padding: 25px 20px;
  }

  .description-btn {
    margin-bottom: 20px;
  }

  /* ---------------------------------секция advantages */

  .advantages-title {
    margin-left: 30px;
  }

  .advantages-blocks {
    gap: 30px;
    margin: 0 30px;
  }

  /* --------------------------------секция about-games */

  .about-games-title {
    margin-left: 30px;
  }

  .about-games-blocks {
    margin: 0 30px;
  }

  /* ----------------------------------секция software */

  .software-title {
    margin-left: 30px;
  }

  .software-download {
    margin: 0 30px 40px;
  }

  .software-blocks {
    margin: 0 30px 40px;
  }

  /* -----------------------------секция effective-for */

  .effective-for-title {
    margin-left: 30px;
  }

  .effective-for-text {
    margin-right: 30px;
  }

  .effective-for-subtitle,
  .effective-for-blocks {
    margin-left: 30px;
    margin-right: 30px;
  }

  .effective-for-block-img {
    width: 100%;
  }

  /* =================================АДАПТИВ КАТАЛОГА======================= */

  /* --------------------------------секция breadcrumbs */

  .breadcrumbs-links {
    margin-left: 15px;
  }

  /* -----------------------------------секция catalog */

  .catalog-title {
    margin-left: 15px;
  }

  .catalog-products {
    margin: 0 15px;
  }

  /* ===============================АДАПТИВ КАРТОЧКИ ТОВАРА================== */

  .card {
    padding: 0 20px;
  }

  /* ============================АДАПТИВ СТРАНИЦЫ ОБ ИГРАХ======================== */

  .about-games-page-title {
    margin-left: 20px;
    margin-bottom: 50px;
  }

  .about-games-tabs-buttons {
    margin-left: 20px;
    margin-bottom: 50px;
  }

  .about-games-pane-title {
    margin-left: 20px;
  }

  .about-games-upper-description-blocks {
    gap: 30px;
    max-width: 1200px;
    margin: 0 20px 40px;
  }

  .about-games-lower-blocks {
    margin: 0 20px 50px;
  }

  /* ==================АДАПТИВ СТРАНИЦЫ ПОЛИТИКИ КОНФИДЕНЦИАЛЬНОСТИ================ */

  .policy {
    padding: 30px 20px;
  }

  /* =============================АДАПТИВ СТРАНИЦЫ БАННЕР======================== */

  .banner-title {
    padding: 70px 20px;
  }

  /* ============================АДАПТИВ СТРАНИЦА КОНТАКТЫ======================= */

  .contacts-page {
    padding: 50px 20px;
  }

  /* ==========================АДАПТИВ СТРАНИЦЫ ДОКУМЕНТАЦИЯ=================== */

  .documentation {
    padding: 50px 20px;
  }
}

@media (max-width: 992px) {
  /* ===============================АДАПТИВ ГЛАВНОЙ=========================== */

  /* ---------------------------------секция hero */
  .hero-content-img {
    height: 110px;
  }

  .hero-right-img {
    height: 430px;
    top: 160px;
    left: 57%;
  }

  /* -------------------------------секция description */

  .description-title {
    margin-top: 0;
    font-size: 30px;
  }

  .description-img {
    max-width: 93%;
  }

  .description-blocks {
    flex-direction: column;
  }

  .description-left,
  .description-center,
  .description-right {
    width: 95%;
  }

  .description-btn {
    margin-bottom: 40px;
  }

  /* ------------------------------секция advantages */

  .advantages-blocks {
    flex-direction: column;
  }

  .advantages-block {
    width: 90%;
  }

  /* -------------------------------секция about-games */

  .about-games-blocks {
    flex-direction: column-reverse;
  }

  .about-games-left {
    width: 92%;
  }

  /* -------------------------------секция software */

  .software-title {
    font-size: 30px;
    margin-top: 0;
  }

  .software-download-title {
    margin-left: 30px;
    font-size: 20px;
  }

  .software-download-block {
    gap: 50px;
    padding: 20px 30px;
  }

  .software-download-block-img {
    width: 130px;
  }

  .software-blocks {
    flex-direction: column;
    gap: 30px;
  }

  .software-left,
  .software-center,
  .software-right {
    width: 90%;
  }

  /* -----------------------------секция effective-for */

  .effective-for-titles {
    flex-direction: column;
  }

  .effective-for-title {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .effective-for-text {
    margin-top: 10px;
    margin-left: 30px;
  }

  .effective-for-subtitle {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .effective-for-blocks {
    gap: 30px;
  }

  .effective-for-block-text {
    font-size: 20px;
    margin-bottom: 60px;
  }

  /* ===============================АДАПТИВ КАТАЛОГА======================= */

  /* --------------------------------секция breadcrumbs */

  .breadcrumbs {
    padding: 40px 30px;
  }

  .breadcrumbs-links {
    margin-left: 0;
  }

  /* -----------------------------------секция catalog */

  .catalog-title {
    margin-left: 30px;
  }

  .catalog-products {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin: 0 30px;
  }

  /* ===============================АДАПТИВ КАРТОЧКИ ТОВАРА============== */

  .card {
    padding: 0 30px;
  }

  .card-upper {
    gap: 30px;
    padding: 50px 0;
    margin-bottom: 0;
  }

  .card-gallery {
    width: 430px;
    height: 360px;
  }

  .card-gallery-img {
    height: 315px;
  }

  .card-upper-right-title {
    font-size: 25px;
  }

  .card-upper-right-btn {
    padding: 20px 50px;
  }

  .card-lower-tab-pane {
    overflow-x: auto;
  }

  .card-lower-tab-pane::-webkit-scrollbar {
    height: 10px;
  }

  .card-lower-tab-pane::-webkit-scrollbar-track {
    background-color: #e5e5e5;
    border-radius: 10px;
  }

  .card-lower-tab-pane::-webkit-scrollbar-thumb {
    background-color: #b6ff52;
    border-radius: 10px;
  }

  .card-lower-specs-table {
    min-width: 990px;
    margin-bottom: 15px;
  }

  .card-lower-tab-pane-desc {
    width: 600px;
  }

  /* ============================АДАПТИВ СТРАНИЦЫ ОБ ИГРАХ======================== */

  .about-games-page-title {
    margin: 0 0 40px 30px;
  }

  .about-games-tabs-buttons {
    margin-left: 30px;
  }

  .about-games-pane-title {
    margin-left: 30px;
  }

  .about-games-upper-description-blocks {
    flex-direction: column;
    margin: 0 30px 40px;
    width: 100%;
  }

  .about-games-upper-description-block {
    width: 85%;
  }

  .about-games-lower-blocks {
    flex-direction: column;
    margin: 0 30px 40px;
  }

  .about-games-lower-left {
    width: 92%;
  }

  /* =======================АДАПТИВ СТРАНИЦЫ ПОЛИТИКИ КОНФИДЕНЦИАЛЬНОСТИ========== */

  .policy {
    padding: 30px;
  }

  /* ==============================АДАПТИВ СТРАНИЦА БАННЕР======================== */

  .banner-title {
    padding: 70px 30px;
  }

  /* ===============================АДАПТИВ СТРАНИЦЫ КОНТАКТЫ======================== */

  .contacts-page {
    padding: 50px 30px;
  }

  /* ==========================АДАПТИВ СТРАНИЦЫ ДОКУМЕНТАЦИЯ=================== */

  .documentation {
    padding: 50px 30px;
  }
}

@media (max-width: 768px) {
  /* ===============================АДАПТИВ ГЛАВНОЙ=========================== */

  /* -----------------------------------секция hero */

  .hero-content-img {
    display: none;
  }

  .hero-right-img {
    position: relative;
    top: 20px;
    left: 30%;
    margin: 0 auto;
  }

  .hero-title-h1 {
    display: block;
    margin-left: 30px;
  }

  .hero-btn {
    margin-bottom: 100px;
  }

  /* ---------------------------------секция description */

  .description-title {
    font-size: 25px;
  }

  .description-img {
    max-width: 91%;
  }

  .description-btn {
    margin-bottom: 20px;
  }

  /* ------------------------------секция advantages */

  .advantages-title {
    margin-top: 0;
    font-size: 25px;
  }

  /* ----------------------------------секция about-games */

  .about-games-title {
    font-size: 25px;
    margin-bottom: 30px;
  }

  .about-games-left {
    width: 89%;
  }

  /* -------------------------------секция software */

  .software {
    padding-bottom: 40px;
  }

  .software-title {
    font-size: 25px;
    margin-bottom: 40px;
  }

  .software-download-title {
    font-size: 18px;
  }

  .software-download-block {
    padding: 15px 30px;
    gap: 40px;
  }

  .software-download-block-img {
    width: 115px;
  }

  .software-download-block-btn {
    padding: 20px 50px;
  }

  .software-blocks {
    width: 92%;
  }

  .software-left,
  .software-center,
  .software-right {
    width: 87%;
  }

  /* -----------------------------секция effective-for */

  .effective-for-title {
    font-size: 25px;
    margin-top: 0;
  }

  .effective-for-text {
    margin-top: 0;
  }

  .effective-for-subtitle {
    margin-top: 20px;
  }

  .effective-for-blocks {
    flex-direction: column;
    align-items: center;
  }

  .effective-for-block {
    width: 90%;
  }

  /* ===============================АДАПТИВ КАТАЛОГА======================= */

  /* --------------------------------секция catalog */

  .catalog-title {
    margin-top: 0;
  }

  .catalog-products {
    grid-template-columns: 1fr;
  }

  /* =============================АДАПТИВ КАРТОЧКИ ТОВАРА================== */

  .card-upper {
    flex-direction: column;
  }

  .card-gallery {
    width: 100%;
    max-width: 100%;
    height: 500px;
  }

  .card-gallery-img {
    height: 460px;
  }

  .card-upper-right-title {
    text-align: center;
  }

  .card-lower {
    margin-top: 0;
  }

  .card-lower-tab-pane-desc {
    width: 100%;
  }

  /* ============================АДАПТИВ СТРАНИЦЫ ОБ ИГРАХ===================== */

  .about-games-tabs-buttons {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    width: 90%;
    background-color: #fff;
    padding-bottom: 15px;
  }

  .about-games-tabs-buttons::-webkit-scrollbar {
    height: 10px;
  }

  .about-games-tabs-buttons::-webkit-scrollbar-track {
    background: #e5e5e5;
    border-radius: 10px;
  }

  .about-games-tabs-buttons::-webkit-scrollbar-thumb {
    background: #b6ff52;
    border-radius: 10px;
  }

  .about-games-tab-btn {
    background-color: #f5f5f5;
  }

  .about-games-upper-description-block {
    width: 81%;
  }

  .about-games-lower-left {
    width: 89%;
  }

  /* ==========================АДАПТИВ СТРАНИЦЫ ДОКУМЕНТАЦИЯ=================== */

  .documentation-upper {
    flex-direction: column;
  }
}

@media (max-width: 576px) {
  /* ===============================АДАПТИВ ГЛАВНОЙ=========================== */

  /* ---------------------------------секция hero */

  .hero-right-img {
    left: 22%;
  }

  .hero-content {
    padding-top: 30px;
  }

  /* -------------------------------секция description */

  .description-img {
    display: none;
  }

  .description-img-two {
    display: block;
    margin: 0 30px 30px;
    margin-left: 20%;
  }

  .description-blocks {
    width: 400px;
  }

  /* ------------------------------секция advantages */

  .advantages-title {
    margin-bottom: 40px;
  }

  .advantages-block {
    width: 85%;
  }

  /* ----------------------------------секция about-games */

  .about-games {
    padding-bottom: 30px;
  }

  .about-games-title {
    margin-top: 0;
  }

  .about-games-left {
    width: 85%;
  }

  .about-games-left-btn {
    margin-bottom: 0;
  }

  /* ----------------------------------секция software */

  .software {
    padding-bottom: 30px;
  }

  .software-title {
    font-size: 20px;
    margin-bottom: 25px;
  }

  .software-download {
    flex-direction: column;
  }

  .software-download-title {
    display: block;
    width: 100%;
    margin: 30px 30px;
    text-align: center;
  }

  .software-download-block {
    width: 73%;
    padding: 20px 70px;
  }

  .software-blocks {
    width: 86%;
  }

  /* -----------------------------секция effective-for */

  .effective-for-title {
    font-size: 20px;
    margin-bottom: 0;
  }

  .effective-for-block-text {
    margin-bottom: 40px;
  }

  .effective-for-subtitle {
    padding: 20px 0;
  }

  /* ================================АДАПТИВ КАТАЛОГА======================= */

  /* --------------------------------секция breadcrumbs */

  .breadcrumbs-links,
  .breadcrumbs-links-glavnaya {
    font-size: 16px;
  }

  .breadcrumbs-links p {
    font-size: 16px;
  }

  /* -----------------------------------секция catalog */

  .catalog-title {
    margin-bottom: 50px;
    font-size: 25px;
  }

  /* ===============================АДАПТИВ КАРТОЧКИ ТОВАРА================== */

  .dot {
    width: 12px;
    height: 12px;
  }

  /* ============================АДАПТИВ СТРАНИЦЫ ОБ ИГРАХ======================== */

  .about-games-page {
    padding-bottom: 5px;
  }

  .about-games-pane-title {
    margin: 0 30px 30px;
  }

  .about-games-upper-description-blocks {
    gap: 20px;
    margin-bottom: 20px;
  }

  .about-games-upper-description-block {
    width: 75%;
  }

  .about-games-upper-description-ul {
    padding-left: 20px;
  }

  .about-games-lower-blocks {
    gap: 20px;
  }

  .about-games-lower-left {
    width: 85%;
  }
}

@media (max-width: 480px) {
  /* ===============================АДАПТИВ ГЛАВНОЙ=========================== */

  /* ---------------------------------секция hero */
  .hero-right-img {
    left: 20%;
    height: 380px;
  }

  .hero-title-h1 {
    font-size: 25px;
  }

  .hero-btn {
    margin-bottom: 50px;
  }

  /* -------------------------------секция description */

  .description-title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .description-img-two {
    width: 300px;
    margin-left: 18%;
  }

  .description-blocks {
    width: 80%;
  }

  .description-left-title,
  .description-center-title,
  .description-right-title {
    font-size: 16px;
  }

  .description-btn {
    margin-bottom: 0;
  }

  /* ------------------------------секция advantages */

  .advantages-title {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .advantages-block-img {
    width: 110px;
  }

  /* ------------------------------секция about-games */

  .about-games {
    padding-bottom: 20px;
  }

  .about-games-blocks {
    gap: 25px;
  }

  .about-games-left {
    width: 82%;
  }

  .about-games-left-btn {
    padding: 20px 30px;
  }

  /* -------------------------------секция software */

  .software {
    padding-bottom: 20px;
  }

  .software-download-block {
    flex-direction: column;
    padding: 20px 40px;
    width: 81%;
  }

  .software-download-block-img {
    width: 150px;
  }

  .software-blocks {
    width: 80%;
  }

  .software-left-title,
  .software-center-title,
  .software-right-title {
    font-size: 15px;
  }

  .software-center-ul,
  .software-right-ul {
    padding-left: 25px;
  }

  /* -----------------------------секция effective-for */

  .effective-for {
    padding-bottom: 30px;
  }

  .effective-for-subtitle {
    font-size: 18px;
  }

  .effective-for-blocks {
    gap: 20px;
  }

  .effective-for-block {
    padding: 20px;
  }

  .effective-for-block-text {
    margin-bottom: 20px;
  }

  /* ===============================АДАПТИВ КАТАЛОГА======================= */

  /* ------------------------------секция breadcrumbs */

  .breadcrumbs {
    padding: 30px 20px;
  }

  /* ---------------------------------секция catalog */

  .catalog-title {
    margin-left: 20px;
    margin-bottom: 40px;
    font-size: 20px;
  }

  .catalog-products {
    margin: 0 20px;
  }

  .catalog-product-thing {
    margin: 0 auto;
  }

  .catalog-product-link {
    font-size: 23px;
  }

  /* ===============================АДАПТИВ КАРТОЧКИ ТОВАРА================== */

  .card-gallery {
    height: 380px;
  }

  .card-gallery-img {
    height: 340px;
  }

  .card-upper-right-title {
    font-size: 22px;
    margin-bottom: 25px;
  }

  .card-upper-right-price {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .card-lower {
    padding-bottom: 20px;
  }

  .card-lower-tabs-buttons {
    margin-bottom: 25px;
    width: 285px;
  }

  .card-lower-tab-btn.active {
    padding: 15px 20px;
  }

  .card-lower-tab-btn {
    font-size: 16px;
    padding: 15px 20px;
  }

  .card-lower-tab-pane-desc-ul {
    padding-left: 30px;
  }

  .card-lower-tab-pane-desc-li-p {
    font-size: 15px;
  }

  /* ============================АДАПТИВ СТРАНИЦЫ ОБ ИГРАХ======================== */

  .about-games-page-title {
    margin: 0 0 30px 20px;
    font-size: 25px;
  }

  .about-games-tabs-buttons {
    margin: 0 0 30px 20px;
  }

  .about-games-pane-title {
    margin: 0 0 30px 20px;
    font-size: 25px;
  }

  .about-games-upper-description-blocks {
    margin: 0 20px 20px;
  }

  .about-games-upper-description-block {
    width: 80%;
    padding: 25px;
  }

  .about-games-lower-blocks {
    margin: 0 20px;
  }

  .about-games-lower-left {
    padding: 25px;
    width: 87%;
  }

  .about-games-lower-left-title {
    margin-top: 0;
  }

  .about-games-lower-left-text {
    margin-bottom: 15px;
  }

  .about-games-lower-left-ul {
    margin-bottom: 20px;
  }

  /* =======================АДАПТИВ СТРАНИЦЫ ПОЛИТИКИ КОНФИДЕНЦИАЛЬНОСТИ========== */

  .policy {
    padding: 20px;
  }

  h1.policy-title {
    font-size: 26px;
  }

  h2.policy-title {
    font-size: 22px;
  }

  /* ============================АДАПТИВ СТРАНИЦЫ БАННЕР===================== */

  .banner-title {
    padding: 70px 20px;
  }

  /* =========================АДАПТИВ СТРАНИЦЫ КОНТАКТЫ========================= */

  .contacts-page {
    padding: 40px 20px;
  }

  /* ==========================АДАПТИВ СТРАНИЦЫ ДОКУМЕНТАЦИЯ=================== */

  .documentation {
    padding: 40px 20px;
  }
}

@media (max-width: 375px) {
  /* ===============================АДАПТИВ ГЛАВНОЙ=========================== */

  /* ----------------------------------секция hero */

  .hero-right-img {
    left: 45px;
  }

  .hero-title-h1 {
    font-size: 20px;
    margin-bottom: 0;
  }

  .hero-btn {
    margin-bottom: 20px;
  }

  /* ------------------------------секция description */

  .description-img-two {
    margin-left: 35px;
    margin-bottom: 20px;
  }

  .description-blocks {
    width: 77%;
    gap: 20px;
  }

  /* ------------------------------секция advantages */

  .advantages {
    padding-bottom: 30px;
  }

  .advantages-title {
    margin-bottom: 20px;
  }

  .advantages-blocks {
    width: 80%;
    padding: 0 20px;
    margin-left: 10px;
    gap: 20px;
  }

  .advantages-block-title {
    margin-top: 0;
  }

  .advantages-block:last-child .advantages-block-title {
    margin-top: 15px;
  }

  /* ----------------------------------секция about-games */

  .about-games-title {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .about-games-left {
    width: 78%;
  }

  .about-games-left-btn {
    margin: 0 auto;
  }

  /* -------------------------------секция software */

  .software {
    padding-bottom: 5px;
  }

  .software-download {
    margin-bottom: 20px;
  }

  .software-download-title {
    width: 90%;
  }

  .software-download-block {
    width: 75%;
  }

  .software-download-block-btn {
    padding: 20px 70px;
  }

  .software-blocks {
    width: 72%;
    gap: 20px;
  }

  .software-center-ul,
  .software-right-ul {
    padding-left: 20px;
  }

  /* ===============================АДАПТИВ КАТАЛОГА======================= */

  /* --------------------------------секция catalog */

  .catalog {
    padding-bottom: 50px;
  }

  /* ============================АДАПТИВ СТРАНИЦЫ ОБ ИГРАХ=================== */

  .about-games-upper-description-block {
    width: 76%;
  }

  .about-games-lower-left {
    width: 85%;
  }
}
