:root {
  --bg-color: rgba(0, 17, 40, 1);
  --text-color: #000000;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat/Montserrat-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat/Montserrat-Regular.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat/Montserrat-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat/Montserrat-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

* {
  font-family: 'Montserrat', sans-serif;
  box-sizing: border-box;
}

body,
html,
p {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}

img {
  pointer-events: none;
}

strong {
  font-weight: inherit;
}

body {
  background: var(--bg-color);
}

body.no-scroll {
  overflow: hidden;
  height: 100%;
}

.main-title-mob {
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
  text-align: left;
  color: #fff;
}

.second-title-mob {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: #fff;
}

.main-text-mob {
  font-size: 12px;
  font-weight: 500;
  line-height: 16.8px;
  text-align: left;
  color: #fff;
}

.btn-text {
  font-size: 12px;
  font-weight: 700;
  line-height: 16.8px;
  text-align: left;
}

.special-one {
  font-size: 10px;
  font-weight: 500;
  line-height: 14px;
  text-align: left;
}

.special-one-mob {
  font-size: 8px;
  font-weight: 500;
  line-height: 11.2px;
  text-align: left;
}

.logo {
  display: grid;
  grid-template-columns: min-content 88px;
  grid-template-rows: auto;

  gap: 10px;
  text-decoration: none;
}

.logo__text {
  font-size: 14.42px;
  font-weight: 699;
  font-weight: 700;
  line-height: 14.42px;
  text-align: left;
  color: #fff;
}

.logo__light {
  color: rgba(0, 145, 254, 1);
}

.header {
}

.header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 10px;
  padding: 20px;
  padding-bottom: 25px;
}

.header__right-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.header__right-icons {
  display: flex;
  gap: 5px;
  align-items: center;
}

.header__right-icon_white {
  background: #fff;
}

.header__bottom {
  display: flex;
  gap: 4px;
  width: 100%;
  position: relative;
}

.header__bottom-search-btn {
  display: none;
}

.header__bottom-btn {
  width: 40px;
  min-width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 6px;
  background: linear-gradient(225.72deg, #0095ff 2.89%, #0760be 74.69%);
  border: none;
  outline: none;
}

.header__bottom-search {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  outline: none;
  border: none;
  padding-left: 15px;
  width: 100%;
  color: rgba(255, 255, 255, 0.3);
}

.header__bottom-search::placeholder {
  font-size: 12px;
  font-weight: 500;
  line-height: 16.8px;
  text-align: left;
  color: rgba(255, 255, 255, 0.3);
}

.first-main__wrapper {
  padding: 0 20px;
}

.first-main {
  padding-top: 35px;
}

.first-main_banner {
}

.banner {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
  margin-top: 20px;
  width: 100%;
  display: flex;
  gap: 30px;
  transition: transform 0.5s ease;
  min-height: 162px;
}

.banner__slide {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  width: 100%;
  flex: 0 0 100%;
  z-index: 2;
  height: 100%;
}

.banner-slider__bg {
  pointer-events: none;
}

.banner__slide-wrapper {
  padding: 25px 15px;
  border-radius: 10px;
  height: 100%;
}

.banner__text {
  width: 61%;
}

.banner__link {
  line-height: 8px;
  margin-top: 15px;
  z-index: 3;
}

.btn {
  padding: 15px;
  text-transform: uppercase;
  border-radius: 10px;
  text-decoration: none;
  display: inline-block;
}

.btn-white {
  background: #fff;
  color: rgba(8, 97, 190, 1);
}

.banner__img {
  position: absolute;
  right: -10px;
  bottom: -3px;
  width: 41%;
}

.banner-slider {
  position: relative;
  overflow: hidden;
  user-select: none;
}

.banner-pagination {
  display: flex;
  gap: 3px;
  justify-content: center;
  margin-top: 10px;
}

.banner-pagination div {
  width: 3px;
  height: 3px;
  transition: 0.5s ease;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  cursor: pointer;
}

.banner-pagination div.active {
  background: rgba(255, 255, 255, 1);
}

.list-apps__items {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
  user-select: none;
}

.list-apps__item {
  width: 72px;
  min-width: 72px;
  height: 72px;
  border-radius: 10px;
  background: #fff;
  position: relative;
}

.first-main__list-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.list-apps__item-img {
  max-width: 80%;
}

.second-main__img {
  width: 50px;
}

.first-main__img {
  width: 42px;
}

.list-apps__item-link {
  position: absolute;
  inset: 0;
}

.list-apps_gap {
  width: calc(100% + 20px);
  overflow: hidden;
  margin: -34px 0px;
  padding: 34px 0px;
}

.first-main__list-apps {
  margin-top: 60px;
  margin-bottom: 60px;
}

.second-main {
  padding-left: 20px;
  padding-right: 20px;
}

.second-main__list {
  margin-top: 15px;
  margin-bottom: calc(56px - 34px);
  width: 100%;
}

.second-main__item {
  min-width: 154px;
  min-height: 160px;
  width: auto;
  height: auto;
  background: linear-gradient(180deg, #031725 0%, #0075cf 100%);
  width: min-content;
  flex-shrink: 0;
}

.second-main__item-wrapper {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 15px 15px 20px 15px;
  height: 100%;
  overflow: hidden;
}

.second-main__item-name {
  font-weight: 700;
  margin: 10px 0;
  line-height: 16px;
  font-size: 16px;
  text-align: left;
  color: #fff;
}

.second-main__item-tags {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.second-main__item-tag {
  line-height: 8px;
  padding: 6px;
  border-radius: 60px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.five-main {
  padding: 0 20px;
}

.five-main__list {
  margin-top: 15px;
  margin-bottom: 84px;
  width: 100%;
}

.five-main__item {
  background: #fff;
  padding: 10px;
  flex-shrink: 0;
  width: min-content;
  height: auto;
  min-width: 120px;
  min-height: 62px;
}

.five-main__item-name {
  color: rgba(0, 11, 31, 1);
  margin-top: 2px;
}

.five-main__items {
  gap: 6px;
}

.three-main {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 60px;
}

.three-main__banner {
  margin-top: 10px;
}

.three-main__banner-slider2 {
  display: none;
}

.three-main__banner-slide {
  padding: 25px 15px;
  padding-bottom: 18px;
  min-height: 269px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  background: transparent;
}

.three-main__banner-text {
  width: 55.5%;
  z-index: 3;
}

.btn-transparent {
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 1);
}

.btn-blue {
  color: #fff;
  background: linear-gradient(225.72deg, #0095ff 2.89%, #0760be 74.69%);
}

.three-main__banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
  top: 0;
  right: auto;
  left: 0;
  bottom: auto;
  z-index: 1;
}

.three-main__banner-bg {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}

.four-main {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 60px;
}

.four-main__product-cart {
  margin-top: 10px;
  margin-bottom: 20px;
}

.product-cart {
}

.product-cart__items {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 10px;
}

.product-cart__item {
  background: rgba(255, 255, 255, 0.1);
  width: calc(50% - 5px);
  border-radius: 10px;
  padding: 10px;
  padding-bottom: 17px;
  display: none;
  position: relative;
  flex-direction: column;
}

.product-cart__item:nth-child(-n + 8) {
  display: flex;
}

.product-cart__item-link {
  position: absolute;
  inset: 0;
  z-index: 4;
}

.product-cart__item-icon {
  background-color: rgba(248, 248, 248, 1);
  border-radius: 10px;
  width: 100%;
  aspect-ratio: 1 / 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin-bottom: 10px;
  position: relative;
}

.product-cart__item-icon-img {
}

.product-cart__item-icon-name {
  font-family: Inter, sans-serif;
  font-size: 8px;
  font-weight: 700;
  line-height: 8.42px;
  letter-spacing: -0.04em;
  text-align: left;
  margin-top: 7px;
}

.product-cart__item-icon-price {
  font-family: Inter, sans-serif;
  font-size: 23px;
  font-weight: 800;
  line-height: 24.79px;
  letter-spacing: -0.04em;
  text-align: center;
}

.product-cart__item-icon-country {
  font-family: Inter, sans-serif;
  font-size: 8px;
  font-weight: 700;
  line-height: 8.42px;
  letter-spacing: -0.04em;
  text-align: center;
  margin-top: -6px;
}

.product-cart__item-icon-spec {
  font-family: Inter, sans-serif;
  font-size: 6px;
  font-weight: 500;
  line-height: 9.38px;
  letter-spacing: -0.04em;
  text-align: left;
  color: rgba(180, 180, 180, 1);
  margin-top: -1px;
}

.product-cart__item-icon-like {
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  z-index: 5;
  cursor: pointer;
}

.first-svg {
  position: absolute;
  opacity: 1;
  transition: 0.3s ease;
}

.sec-svg {
  opacity: 0;
  transition: 0.3s ease;
}

.product-cart__item-icon-like.active .first-svg {
  opacity: 0;
}

.product-cart__item-icon-like.active .sec-svg {
  opacity: 1;
}

.product-cart__item-name {
  font-weight: 700;
  line-height: 12px;
  margin-bottom: auto;
}

.product-cart__item-prices {
  display: flex;
  gap: 4px;
  align-items: flex-end;
  margin: 13px 0;
  position: relative;
}

.product-cart__item-newprice {
}

.product-cart__item-icon-oldprice {
  color: rgba(255, 255, 255, 0.2);
  text-decoration: line-through;
}

.product-cart__item-tags {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 4px;
  position: relative;
  flex-wrap: wrap;
}

.product-cart__item-tag {
  display: grid;
  grid-template-columns: min-content auto;
  grid-template-rows: auto;
  align-items: center;
  gap: 2px;
  padding: 5px;
  border-radius: 60px;
  background: rgba(255, 255, 255, 0.05);
}

.product-cart__item-tag-text {
  line-height: 6px;
  color: #fff;
}

.text-light {
  color: rgba(4, 123, 222, 1);
}

.four-main__btn {
  font-size: 12px;
  font-weight: 600;
  line-height: 8px;
  text-align: center;
  padding: 21px;
  width: 100%;
}

.footer__wrapper {
  background-color: rgba(0, 15, 36, 1);
  border-top: 1px solid rgba(245, 245, 245, 0.4);
}

.footer {
  padding: 60px 20px;
  padding-bottom: 54px;
}

.footer__btn {
  line-height: 8px;
}

.footer__row {
  display: grid;
  grid-template-columns: 50% max-content;
  grid-template-rows: auto;
  align-items: center;
}

.footer__row-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 0;
  margin: 0;
  list-style-type: none;
  row-gap: 15px;
}

.footer__row-list-item:nth-child(-n + 5) {
  grid-column: 1;
}

.footer__row-list-item:nth-child(6) {
  grid-column: 2;
  grid-row: 1;
}

.footer__row-list-item:nth-child(7) {
  grid-column: 2;
  grid-row: 2;
}

.footer__row-list-item {
  height: 8px;
  display: flex;
}

.footer__row-second {
  display: block;
  margin-top: 25px;
}

.footer__row-item-link {
  text-decoration: none;
  line-height: 8px;
}

.footer__row-bot {
  color: rgba(255, 255, 255, 0.4);
}

.footer__row-last {
  padding-top: 35px;
  margin-top: 34px;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.header__menu {
  position: absolute;
  bottom: -4px;
  left: 0;
  transform: translateY(100%);
  background: linear-gradient(225.72deg, #0095ff 2.89%, #0760be 74.69%);
  border-radius: 6px;
  width: 100%;
  z-index: 10;
  padding: 0px 20px;
  opacity: 0;
  max-height: 0px;
  transition: 0.5s ease;
  overflow: hidden;
}

.header__menu-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-top: 8px;
}

.header__menu-item {
  display: flex;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  transition: 0.3s ease;
}

.header__menu-link {
  color: #fff;
  text-decoration: none;
  line-height: 7px;
  padding: 13px 0;
  width: 100%;
  z-index: 2;
}

.header__menu-bg {
  position: absolute;
  left: -20px;
  right: -20px;
  top: -1px;
  bottom: -1px;
  background: rgba(255, 255, 255, 0.1);
  opacity: 0;
  transition: 0.3s ease;
}

.header__menu-item:nth-child(1) {
  border-top: 1px solid transparent;
}

.header__menu-item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header__menu-item:hover {
  border-top: 1px solid transparent;
}

.header__menu-item:last-child:hover {
  border-bottom: 1px solid transparent;
}

.header__menu-item:hover .header__menu-bg {
  opacity: 1;
}

.header__menu-item:hover + .header__menu-item {
  border-top: 1px solid transparent;
}

.header__menu-arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
}

.header__bottom-btn.active ~ .header__menu {
  opacity: 1;
  padding: 30px 20px;
  max-height: 600px;
}

.main-menu__profile {
  display: grid;
  grid-template-columns: max-content max-content;
  grid-template-rows: auto;
  padding: 14px 20px;
  gap: 8px;
  grid-template-rows: calc(50% - 6px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.main-menu__profile-icon {
  width: 48px;
  height: 48px;
  grid-column: 1;
  grid-row: 1 / span 2;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-menu__profile-name {
  grid-column: 2;
  grid-row: 1;
  align-self: end;
  line-height: 8px;
}

.main-menu__profile-bonus {
  grid-column: 2;
  grid-row: 2;
  align-self: start;
  display: flex;
  gap: 2px;
  padding: 5px;
  border-radius: 60px;
  background-color: rgba(255, 255, 255, 0.05);
  width: fit-content;
}

.main-menu {
  position: fixed;
  inset: 0;
  background: linear-gradient(180deg, #031725 0%, #0075cf 100%);
  z-index: 30;
  transform: translateY(150%);
  transition: 0.5s ease;
}

.main-menu__logo {
  pointer-events: none;
}

.main-menu.active {
  transform: translateY(0);
}

.main-menu__profile-bonus-text {
  line-height: 6px;
}

.main-menu__header {
  padding: 23px 20px;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.main-menu__close {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: all;
  cursor: pointer;
}

.main-menu__profile-icon-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.main-menu__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 20px;
}

.main-menu__list-link {
  text-decoration: none;
  line-height: 23px;
  width: 100%;
  height: 100%;
  display: block;
}

.header__desc-menu {
  display: none;
}

.header__desc-items {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.header__desc-item-link {
  text-decoration: none;
  padding: 10px 0;
}

.header__bottom-btn-text {
  display: none;
}

.catalog {
  max-width: 1240px;
  padding: 0 20px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.catalog__title {
  text-align: left;
}

.catalog__wrapper {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
}

.catalog__filter-desc {
  display: none;
}

.catalog__product-cart {
  margin-bottom: 0;
  margin-top: 0;
}

.catalog__product-cart-items {
  justify-content: flex-start;
  gap: 10px;
}

.catalog__product-cart-item {
  display: flex;
}

.dropdown {
  width: 190px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  transition: 0.5s ease;
  max-height: 51px;
  overflow: hidden;
}

.dropdown.open {
  max-height: 300px;
}

.dropdown-trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  padding: 20px 15px;
  padding-bottom: 15px;
}

.dropdown-content {
  width: 100%;
  padding: 0 15px;
  padding-bottom: 20px;
  display: flex;
  gap: 10px;
  flex-direction: column;
  opacity: 0;
  transition: 0.5s ease;
}

.dropdown-item {
  cursor: pointer;
  color: rgba(255, 255, 255, 0.5);
  line-height: 8px;
  transition: 0.3s ease;
}

.dropdown-item:last-child {
  border-bottom: none;
}

.dropdown-item:hover,
.dropdown-item.selected {
  color: rgba(255, 255, 255, 1);
}

.dropdown.open .dropdown-content {
  display: flex;
  opacity: 1;
}

.dropdown.open .catalog__dropdown-arrow {
  rotate: -180deg;
}

.catalog__dropdown-arrow {
  display: flex;
  rotate: 0deg;
  transition: 0.5s ease;
}

.catalog__dropdown-title {
  color: #fff;
  line-height: 8px;
  font-size: 12px;
}

.hidden-select {
  display: none;
}

.dropdown-mob {
  width: auto;
  border-radius: 30px;
  max-height: 38px;
}

.dropdown-mob.open {
  border-radius: 10px;
}

.dropdown-trigger-mob {
  padding: 15px 20px;
}

.dropdown-content-mob {
  padding: 0 20px;
  padding-bottom: 20px;
  gap: 15px;
}

.catalog__radio {
  display: flex;
  gap: 5px;
  margin-top: 13px;
}

.catalog__radio-item {
  color: #fff;
  line-height: 8px;
  font-size: 12px;
  padding: 10px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  transition: 0.3s ease;
}

.catalog__radio-item.active {
  border: 1px solid rgba(255, 255, 255, 1);
}

.cart,
.similar {
  padding: 0 20px;
}

.breadcrumbs {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  gap: 11px;
}

.catalog_breadcrumbs {
  margin-bottom: 12px;
}

.breadcrumbs__item {
  position: relative;
}

.breadcrumbs__item:first-child::before {
  display: none;
}

.breadcrumbs__item::before {
  content: '/';
  position: absolute;
  color: rgba(255, 255, 255, 0.2);
  left: -7.5px;
}

.main-text-mob {
}

.breadcrumbs__item-link {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.2);
}

.cart__icon {
  max-height: 187px;
  gap: 0;
  margin: 0;
}

.cart__content {
  margin-top: 25px;
  margin-bottom: 60px;
}

.cart__icon-img {
  width: 85.5px;
  max-width: 85.5px;
  margin-top: 5px;
}

.cart__icon-name {
  font-size: 10.55px;
  line-height: 12px;
  margin: 0;
  margin-top: 12px;
}

.cart__icon-price {
  font-size: 31.05px;
  line-height: 23px;
  margin: 0;
  margin-top: 7.82px;
  margin-bottom: 3px;
}

.cart__icon-country {
  font-size: 10.55px;
  line-height: 12px;
  margin: 0;
  margin-bottom: 5px;
}

.cart__icon-spec {
  font-size: 7.18px;
  line-height: 13px;
  margin: 0;
}

.cart__icon-like {
  width: 30px;
  height: 30px;
  right: 14px;
  bottom: 14px;
}

.cart__icon-first-svg,
.cart__icon-sec-svg {
  width: 12px;
  height: 12px;
}

.content-info__name {
  color: rgba(255, 255, 255, 0.2);
  line-height: 8px;
  position: relative;
}

.content-info__num {
  color: #fff;
}

.cart__content-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px 0;
}

.cart__catalog-radio {
  margin-top: 10px;
  width: 300px;
  display: flex;
  flex-wrap: wrap;
}

.cart__form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.content-info__price {
  display: flex;
  gap: 10px;
  align-items: center;
}

.content-info__price-count {
  margin-left: auto;
}

.content-info__price-old {
  color: rgba(255, 255, 255, 0.2);
  text-decoration: line-through;
  line-height: 14px;
}

.content-info__price-main {
  line-height: 14px;
}

.content-info__price-count-down,
.content-info__price-count-up {
  width: 21px;
  height: 21px;
  border-radius: 4px;
  background-color: rgba(51, 65, 83, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 0;
  outline: none;
  border: none;
}

.content-info__price-count {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: -3px;
}

.cart__content-btn {
  font-size: 12px;
  font-weight: 600;
  line-height: 8px;
  outline: none;
  border: none;
  margin-top: -4px;
  cursor: pointer;
}

.cart__content-footer {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cart__content-desc {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.cart__content-desc-item {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  position: relative;
  max-height: 38px;
  overflow: hidden;
  transition: 0.5s ease;
  cursor: pointer;
}

.cart__content-desc-title {
  line-height: 8px;
  padding: 15px;
}

.cart__content-desc-text {
  color: rgba(255, 255, 255, 0.3);
  padding: 0 15px;
  padding-bottom: 15px;
}

.cart__content-desc-close {
  position: absolute;
  top: 13px;
  right: 13px;
  transform: rotate(0deg);
  transition: 0.5s ease;
}

.cart__content-desc-item.active .cart__content-desc-close {
  transform: rotate(45deg);
}

.similar__items {
  flex-wrap: nowrap;
}

.similar__item {
  min-width: 154px;
}

.similar__list {
  margin-top: 15px;
  margin-bottom: 60px;
  user-select: none;
  width: 100%;
}

.cart__content-desc-pc {
  display: none;
}

.about-first {
  padding: 0 20px;
  padding-bottom: 40px;
}

.about-first__breadcrumbs {
  margin-bottom: 15px;
}

.about-first__subtext {
  color: #fff;
}

.about-first__title {
  line-height: 14px;
  margin-bottom: 11.5px;
}

.about-second {
  padding: 0 20px;
  padding-bottom: 40px;
}

.about-second__advantages {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.about-second__advantages-item {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
}

.about-second__advantages-top {
  display: flex;
  gap: 8px;
}

.about-second__advantages-top-img {
  display: flex;
}

.about-second__advantages-item-title {
  text-transform: uppercase;
  background: linear-gradient(225.72deg, #0095ff 2.89%, #0760be 74.69%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-second__advantages-text {
  margin-top: 10px;
  color: rgba(0, 17, 40, 1);
}

.about-three {
  padding: 0 20px;
  padding-bottom: 40px;
}

.about-three__banner {
  background: linear-gradient(225.72deg, #0095ff 2.89%, #0760be 74.69%);
  padding: 40px 20px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.about-three__banner-title {
  width: 67.86%;
}

.about-three__banner-text {
  width: 67.86%;
  margin-top: 11.5px;
  color: #fff;
}

.about-three__banner-img {
  position: absolute;
  right: -92px;
  bottom: -3px;
  width: 180px;
  height: 93%;
  object-fit: cover;
  object-position: top;
}

.about-three__help {
  margin-top: 40px;
}

.about-three__help-title {
  margin-bottom: 11.5px;
}

.about-three__help-text {
  color: #fff;
}

.about-last__apps {
  margin-bottom: 60px;
}

.instructions-first__blocks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.instructions-first__block {
  width: calc(50% - 5px);
  aspect-ratio: 1 / 1;
  background-color: rgba(248, 248, 248, 1);
  border-radius: 10px;
  background-size: 80%;
  background-position: 50% 40%;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-decoration: none;
  padding: 20px 10px;
}

.instructions-first,
.guarantee-first {
  padding: 0 20px;
  padding-bottom: 60px;
}

.instructions-first__block-text {
  line-height: 8px;
  color: rgba(0, 17, 40, 1);
}

.instructions-first__title {
  margin-bottom: 16.5px;
}

.header__desc-item {
  display: flex;
  align-items: center;
  gap: 3px;
  position: relative;
}

.header__desc-item-hover {
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  background: rgba(36, 51, 72, 1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  transition: 0.3s ease;
  list-style-type: none;
  padding: 0;
  margin: 0;
  min-width: 205px;
  padding: 10px 0;
  opacity: 0;
  z-index: 0;
  visibility: hidden;
}

.header__desc-item-open:hover .header__desc-item-hover {
  opacity: 1;
  visibility: visible;
  z-index: 99;
}

.header__desc-item-open:hover .item-hover__item-link {
  transition: 0.3s ease;
}

.item-hover__item-link {
  padding: 8px 20px;
  display: block;
  text-decoration: none;
}

.item-hover__item-link:hover {
  background-color: rgba(46, 61, 82, 1);
}

.guarantee-first__block,
.guarantee-first__block-blue {
  background: #fff;
  padding: 30px 20px;
  border-radius: 10px;
}

.guarantee-first__block-title,
.guarantee-first__block-blue-title {
  color: #000;
  line-height: 14px;
  margin-bottom: 10px;
}

.guarantee-first__block-blue {
  background: linear-gradient(225.72deg, #0095ff 2.89%, #0760be 74.69%);
  margin-top: 40px;
}

.guarantee-first__block-blue-title {
  color: #fff;
}

.guarantee-first__block-blue-text {
  color: #fff;
  padding-bottom: 26px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.guarantee-first__block-blue-title-sec {
  color: #fff;
  line-height: 8px;
  margin-bottom: 14px;
}

.guarantee-first__block-blue-text-sec {
  color: #fff;
}

.guarantee-first__block-blue-btns {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.guarantee-first__block-blue-btn {
  width: calc(50% - 5px);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
  line-height: 7px;
  text-align: center;
  padding: 16px;
  max-width: 172px;
}

.about-main {
  padding: 0 20px;
}

.contacts-first__items {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 6.5px;
}

.contacts-first__item {
  display: flex;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 15px;
  gap: 15px;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

.contacts-first {
  padding: 40px 20px;
  background: #fff;
}

.contacts-first__form {
}

.contacts-first__subtitle,
.contacts-first__title {
  color: rgba(0, 17, 40, 1);
  text-align: center;
}

.contacts-first__title {
  line-height: 14px;
  margin-bottom: 11.5px;
}

.contacts-first__form-inputs {
  margin-top: 11.5px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.contacts-first__form-input {
  border: 1px solid rgba(0, 17, 40, 0.2);
  border-radius: 6px;
  padding: 12px 20px;
  color: rgba(0, 17, 40, 1);
}

.contacts-first__form-input:focus {
  outline: none;
}

.contacts-first__form-input::placeholder {
  color: rgba(0, 17, 40, 1);
}

.contacts-first__form-input.textarea {
  min-width: 100%;
  max-width: 100%;
  min-height: 90px;
}

.contacts-first__form-btn {
  outline: none;
  border: none;
  text-align: center;
  line-height: 8px;
  padding: 16px;
  cursor: pointer;
}

.contacts-first__item-text {
  line-height: 8px;
}

.contacts-main {
  padding: 0 20px;
  padding-bottom: 40px;
}

.contacts-five-main {
  display: none;
}

.payment-first {
  padding: 0 20px;
  padding-bottom: 40px;
}

.payment-first__subtitle {
  color: #fff;
}

.payment-first__text {
  color: #fff;
}

.payment-first__title {
  line-height: 14px;
}

.payment-first__subtitle {
  margin-top: 25px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.payment-two {
  padding: 0 20px;
  padding-bottom: 40px;
}

.payment-two__blocks {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.payment-two__block {
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px;
}

.payment-two__block:last-child {
  align-items: flex-start;
  padding-bottom: 16px;
}

.payment-two__text {
  color: rgba(0, 17, 40, 1);
}

.payment-two__icon,
.xbox-first__block-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 17px;
  background: linear-gradient(225.72deg, #0095ff 2.89%, #0760be 74.69%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.payment-two__bot-img {
  border: 1px solid rgba(241, 241, 241, 1);
  border-radius: 6px;
  margin-top: 2px;
}

.payment-three {
  padding: 0 20px;
  padding-bottom: 60px;
}

.payment-three__block-text {
  color: #fff;
  margin-top: 10px;
}

.payment-three__block-title {
  line-height: 8px;
}

.payment-three__block {
  background: rgba(255, 255, 255, 0.1);
  padding: 15px;
  border-radius: 6px;
}

.payment-three__blocks {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.payment-three__block-btn {
  margin-bottom: 0;
}

.payment-three__blocks-bot-text {
  color: #fff;
  line-height: 7px;
  margin-top: 14px;
}

.xbox-first,
.xbox-second,
.xbox-three,
.xbox-four,
.reviews-first {
  padding: 0 20px;
  padding-bottom: 40px;
}

.xbox-first__uptitle {
  color: #fff;
  margin-bottom: 15px;
}

.xbox-first__title {
  line-height: 14px;
}

.xbox-first__blocks {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 15px;
}

.xbox-first__block {
  background: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px;
}

.xbox-first__block-text {
  color: rgba(0, 17, 40, 1);
}

.xbox-threee__bot-text {
  color: #fff;
  margin-top: 13px;
}

.xbox-apps {
  margin-top: 20px;
}

.xbox-four__banner {
  background: linear-gradient(225.72deg, #0095ff 2.89%, #0760be 74.69%);
  border-radius: 10px;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.xbox-four__banner-text {
  color: #fff;
}

.reviews-first__wrapper {
  width: 100%;
  height: 682px;
  margin-top: 15px;
  display: flex;
  justify-content: center;
  background: #fff;
  border-radius: 10px;
}

.reviews-first__wrapper-item {
  width: 100%;
  height: 100%;
  max-width: 760px;
  border-radius: 10px;
  border: none;
}

.content-info__articul {
  cursor: pointer;
}

.copytext-info {
  position: fixed;
  bottom: 50px;
  left: 50%;
  transform: translatex(-50%);
  background: #000;
  color: #fff;
  z-index: 99;
  padding: 20px;
  font-weight: 500;
  border-radius: 10px;
  transition: 0.3s;
  opacity: 0;
}

.copytext-info.active {
  opacity: 1;
}

.more-info__block {
  display: inline-block;
}

.more-info__block:hover .more-info__block-text {
  opacity: 1;
  pointer-events: all;
}

.cart_info-more {
  display: flex;
  cursor: default;
}

.more-info__block-text {
  width: 272px;
  padding: 25px 18px;
  background: rgba(26, 41, 62, 1);
  border-radius: 10px;
  color: #fff;
  position: absolute;
  top: 15px;
  left: 0;
  z-index: 99;
  opacity: 0;
  transition: 0.3s ease;
  cursor: default;
  pointer-events: none;
}

.more-info__block-tag {
  top: 25px;
  border: 1px solid #001128;
}

.cart_info-more:hover .more-info__block-text {
  opacity: 1;
}

.content-info__price-sale,
.product-cart__sale-sm {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  line-height: 11px;
  margin-left: auto;
}

.product-cart__sale-sm {
  font-size: 10px;
  line-height: 7px;
  background: #1a293e;
  margin-left: 0;
}

.product-cart__item-newprice,
.product-cart__item-icon-oldprice {
  text-wrap: nowrap;
}

.product-cart__item-icon-oldprice {
  font-size: 10px;
  line-height: 7px;
  margin: 0 auto;
}

.product-cart__item-newprice {
  line-height: 8px;
}

.header__dropmenu {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  z-index: 10;
  opacity: 0;
  transition: all 0.25s ease 0ms;
  visibility: hidden;
  pointer-events: none;
}

.header__dropmenu._active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.dropmenu-header__desktop {
  display: flex;
  flex-direction: column;
  height: 360px;
  overflow: hidden;
}

.dropmenu-header_position {
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-y: auto;
  width: 33.3%;
}

.dropmenu-header__second.dropmenu-header_position {
  left: 33.3%;
}

.dropmenu-header__third.dropmenu-header_position {
  left: 66.6%;
  border-radius: 0 6px 6px 0;
}

.dropmenu-header__column {
  position: relative;
  z-index: 2;
  overflow: hidden;
  transition: all 0.25s ease 0ms;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
}

.dropmenu-header__column._active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.header__dropmenu:not(._active) .dropmenu-header__column {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}

.dropmenu-header__inner:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  background: linear-gradient(204deg, #0095ff 0%, #0760be 100%);
  z-index: -2;
  width: calc(100% * 3);
  right: 0;
}

.dropmenu-header__first .dropmenu-header__column {
  border-radius: 6px 0 0 6px;
}

.dropmenu-header__first .dropmenu-header__column .dropmenu-header__inner:after {
  left: 0;
  right: auto;
}

.dropmenu-header__inner {
  position: relative;
  flex: 1 1 auto;
}

.dropmenu-header__body {
  padding: 36px 40px;
  min-height: 360px;
}

.dropmenu-header__column::-webkit-scrollbar {
  width: 5px;
  pointer-events: none;
  z-index: -1;
  display: none;
}

.dropmenu-header__column::-webkit-scrollbar-track {
  background-color: #fff;
}

.dropmenu-header__column::-webkit-scrollbar-thumb {
  background-color: #0095ff;
}

.dropmenu-header__second .dropmenu-header__column .dropmenu-header__inner:after {
  left: 50%;
  transform: translate(-50%, 0px);
  right: auto;
}

.dropmenu-header__second .dropmenu-header__column .dropmenu-header__inner:before,
.dropmenu-header__third .dropmenu-header__column .dropmenu-header__inner:before {
  content: '';
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: -1;
}

.mobile-dropmenu__title,
.dropmenu-header__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  color: #fff;
}

.dropmenu-header__items {
  margin-top: 12px;
}

.dropmenu-header__item {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 10px;
  font-size: 16px;
  line-height: 140%;
  color: #fff;
  font-weight: 500;
  transition: all 0.25s ease 0ms;
  margin: 0px -40px;
  text-decoration: none;
  padding: 8px 40px;
}

.dropmenu-header__item:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.dropmenu-header_position .dropmenu-header__column {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.dropmenu-header__mobile {
  background: linear-gradient(204deg, #0095ff 0%, #0760be 100%);
  border-radius: 6px;
  padding: 20px 10px;
  min-height: 320px;
}

.mobile-dropmenu__title {
  padding: 0px 10px;
  margin-bottom: 15px;
}

.dropmenu__spoller {
  position: relative;
  z-index: 3;
}

.drop-mobile__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 15px;
  padding: 8px 15px;
  cursor: pointer;
  backdrop-filter: blur(44px);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 19px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.top-drop-mobile__title {
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  color: #fff;
}

.top-spoller-mobile__arrow,
.top-drop-mobile__arrow {
  transform: rotate(90deg);
  transition: all 0.45s ease 0ms;
}

.mobile-dropmenu__spoller._spoller-active .top-spoller-mobile__arrow,
.dropmenu__spoller._spoller-active .top-drop-mobile__arrow {
  transform: rotate(-90deg);
}

.drop-mobile__top._disabled {
  pointer-events: none;
}

.drop-mobile__top._disabled .top-drop-mobile__arrow {
  opacity: 0;
}

.drop-mobile__body {
  position: absolute;
  top: calc(100% + 6px);
  background: linear-gradient(204deg, #0095ff 0%, #0760be 100%);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 19px;
  left: 0;
  right: 0;
  overflow: hidden;
}

.mobile-dropmenu__link,
.top-spoller-mobile__title,
.drop-mobile__list li {
  font-size: 12px;
  line-height: 140%;
  color: #fff;
  font-weight: 500;
  padding: 10px 15px;
  transition: all 0.25s ease 0ms;
}

.drop-mobile__list li._active {
  background: rgba(255, 255, 255, 0.1);
}

.mobile-dropmenu__items {
  padding-top: 8px;
  margin: 0px -10px;
}

.mobile-dropmenu__spoller {
  transition: all 0.25s ease 0ms;
  padding: 0px 10px;
}

.mobile-dropmenu__spoller._spoller-active {
  background: rgba(255, 255, 255, 0.1);
}

.spoller-mobile__top {
  display: flex;
  justify-content: space-between;
  column-gap: 15px;
  align-items: center;
  position: relative;
  z-index: 2;
  padding: 12px 10px;
}

.spoller-mobile__top:after {
  content: '';
  bottom: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  left: 10px;
  right: 10px;
  z-index: -1;
  position: absolute;
}

.top-spoller-mobile__title {
  padding: 0;
}

.spoller-mobile__body {
  padding: 0px 10px;
}

.spoller-mobile__links {
  position: relative;
  padding: 8px 0px;
  z-index: 2;
}

.spoller-mobile__link {
  font-size: 9px;
  display: block;
  line-height: 140%;
  padding: 3px 0px;
  font-weight: 500;
  color: #fff;
}

.mobile-dropmenu__link {
  padding: 12px 20px;
  display: block;
}

.cookies {
  position: fixed;
  bottom: 20px;
  right: 20px;
  left: 20px;
  z-index: 1000;
  pointer-events: none;
  transition: all 0.25s ease 0ms;
  opacity: 0;
  visibility: hidden;
}

.cookies:not(._hide) {
  opacity: 1;
  visibility: visible;
}

.cookies:not(._hide) .cookies__content {
  pointer-events: all;
}

.cookies__content {
  max-width: 342px;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  background-color: #1a293e;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  padding: 20px;
  row-gap: 12px;
  margin-left: auto;
  align-items: flex-start;
}

.cookies__text {
  font-size: 12px;
  line-height: 140%;
  font-weight: 500;
  color: #fff;
}

.cookies__btn {
  padding: 5px 15px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  font-weight: 700;
  font-size: 12px;
  min-height: 38px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.25s ease 0ms;
}

/* New code start */
.footer__steam,
.header__steam {
  display: inline-flex;
  column-gap: 4px;
  border: 1px solid #666f7c;
  border-radius: 6px;
  align-items: center;
  justify-content: center;
  padding: 5px 15px;
  font-size: 16px;
  line-height: 140%;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
  transition: all 0.25s ease 0ms;
}

.footer__steam:hover,
.header__steam:hover {
  opacity: 0.6;
}

.footer__steam svg,
.header__steam svg {
  width: 21px;
  height: auto;
  object-fit: contain;
  flex-shrink: 0;
}

.footer__btn {
  margin-top: 12px;
}

.footer__steam {
  margin-top: 8px;
  min-height: 40px;
  border-radius: 10px;
}

.category-section {
  display: block;
  /* padding: 117px 0; */
}

.container {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

.category-section {
  background-color: #fff;
}

.category__container {
  display: block;
  padding: 40px 20px;
  /* max-width: 1242px; */
}

.category-section__head {
  display: block;
  margin-bottom: 35px;
}

.category-section__title {
  color: #000;
  margin-bottom: 30px;
  text-align: center !important;
  display: block;
  font-size: 34px !important;
  font-weight: 700;
}

.category-section__head-links {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 51px;
}

.category-section__head-links-item {
  color: #b3b3b3;
  font-size: 14px;
  transition-duration: 0.3s;
}

.category-section__head-links-item.active,
.category-section__head-links-item:hover {
  color: #000;
}

.category-section__wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
  margin-bottom: 60px;
}

.category-sidebar {
  display: block;
  max-width: 190px;
  width: 100%;
  flex-shrink: 0;
  margin-right: 90px;
  position: relative;
}

.category-sidebar__tags {
    max-width: 190px;
  width: 100%;
}

.category-sidebar__tags .scroll-content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 6px;
  flex-direction: column;
}

.scrollbar-thumb {
  height: 6px !important;
  background: rgb(25 40 61) !important;
}

.scrollbar-track {
  background: transparent !important;
}

.category-sidebar__tags-item {
  width: 100%;
  background-color: #f7f8fa;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  border-radius: 10px;
  padding: 17px;
  display: flex;
  gap: 10px;
  align-items: center;
  transition-duration: 0.3s;
}

.category-sidebar__tags-item img {
  filter: invert(1);
}

.category-sidebar__tags-item.active,
.category-sidebar__tags-item:hover {
  background-color: #eaeaea;
}

.category-cards-wrap {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  gap: 20px;
  flex-wrap: wrap;
  max-width: 641px;
  width: 100%;
  margin-right: 38px;
}

.category-cards-wrap .category-card {
  width: 100%;
  margin-bottom: 18px;
}

.category-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: transparent;
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 0;
}

.category-card__meta {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  display: flex;
  gap: 6px;
}

.category-card__photo-wrap {
  height: 400px;
  margin-bottom: 20px;
  position: relative;
  flex-shrink: 0;
}

.category-card__photo-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background-color: transparent; */
}

.category-card__photo-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 30px;
}

.category-card__cat {
  font-weight: 500;
  font-size: 10px;
  line-height: 10px;
  color: #fff;
  background-color: #0095ff;
  border-radius: 50px;
  display: inline-block;
  padding: 6px 10px;
  height: 22px;
}

.category-card__tags {
  background-color: #0760be;
  border-radius: 50px;
  padding: 2px 10px;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  gap: 11px;
  height: 22px;
}

.category-card__tag img {
  display: block;
  height: 10px;
}

.category-card__tag {
  display: block;
}

.category-card__tag img {
  display: block;
}

.category-card__inner {
  padding: 0 51px 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.category-card__title {
  display: block;
}

.category-card__title a {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 10px;
  color: #000;
  transition-duration: 0.3s;
}

.category-card__title a:hover {
  color: #0075cf;
}

.category-card__excerpt {
  font-size: 12px;
  line-height: 1.2;
  color: #000;
  display: block;
  /* display: -webkit-box; */
  /* -webkit-line-clamp: 3; */
  /* -webkit-box-orient: vertical; */
  /* overflow: hidden; */
  /* height: 45px; */
  margin-bottom: 10px;
}

.category-card__date {
  font-size: 10px;
  color: #8c949e;
  margin-top: auto;
}

.category-btn-wrap {
  max-width: 990px;
  width: 100%;
  margin: auto;
}

.btn-category-loadmore {
  max-width: 210px;
  width: 100%;
  margin: 0 auto 60px;
  display: block;
}

.blog-sidebar {
  display: block;
  max-width: 240px;
  width: 100%;
  position: relative;
}
.promo {
  width: 100%;
  max-width: 240px;
  width: 100%;
  height: 341px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  padding: 5px;
}

.sticky {
  position: fixed!important;
  top:0;
  margin-top: 10px;

}

.promo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.promo__text {
  border-radius: 24px;
  background-color: #fff;
  padding: 18px;
  color: #000;
  font-size: 14px;
  line-height: 1.3;
  z-index: 1;
  /* margin-bottom: 10px; */
}

.article-meta {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 19px;
  flex-wrap: wrap;
  font-weight: 500;
  font-size: 10px;
}
.article-meta__tag {
  font-weight: 500;
  font-size: 10px;
  background-color: #f2f2f2;
  border-radius: 50px;
  color: #000;
  padding: 7px 8px;
  display: inline-block;
  text-decoration: none !important;
}
.article-meta__author {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  color: #000;
  text-decoration: none !important;
  pointer-events: none;
}
.article-meta__date {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  color: #000;
}
.article-meta__views {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  color: #000;
}

.aioseo-breadcrumbs {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 5px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}

.aioseo-breadcrumb {
  color: #d6d9dd;
  font-weight: 500;
  font-size: 16px;
}

.aioseo-breadcrumb a {
  color: #d6d9dd;
  font-weight: 500;
  font-size: 16px;
}

.aioseo-breadcrumb-separator {
  color: #d6d9dd;
}

.article-content {
  display: block;
  min-width: 300px;
  width: 100%;

}

.article-content .category-card {
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 0;
  border-radius: 30px;
}

.article-content .category-card__cat {
  color: #fff;
  text-decoration: none;
}

.article-content .category-card__tag img {
  height: 10px;
}

.article .category-section__wrap {
  /* gap: 40px; */
  /* margin-bottom: 0; */
}

.article-content .category-card:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 0%, 0.1);
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.article-content .category-card__photo-wrap {
  height: 399px;
}

.article-content .category-card__photo-img {
  height: 100%;
  border-radius: 30px;
}

.article-content .category-card__photo-wrap {
  margin-bottom: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
  /* background-color: transparent; */
}

.category-card__big-title {
  font-weight: 500;
  /* color: #fff; */
  font-size: 32px;
  line-height: 1.2;
  position: relative;
  z-index: 1;
  /* margin-top: auto; */
  /* margin-left: 20px; */
  /* margin-right: 20px; */
  margin-bottom: 9px;
}

.article-content #ez-toc-container {
  border: none;
  border-radius: 30px;
  background-color: #f7f8fa;
  width: 100% !important;
  padding: 30px;
  margin-top: 30px;
}

.article-content div#ez-toc-container ul li {
  margin-bottom: 10px;
}

.article-content div#ez-toc-container ul li a {
  font-size: 18px;
  font-weight: 400;
  /* text-decoration: underline; */
  color: #000;
}

.article-content div#ez-toc-container ul li:last-child {
  margin-bottom: 0;
}

.article-content div#ez-toc-container .ez-toc-title {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 15px;
}

.article-content #ez-toc-container ul ul {
  margin-top: 10px;
}

.article-content table {
  width: 100%;
  border-collapse: collapse;
}

.article-content th {
  font-size: 12px;
  font-weight: 500;
  padding: 10px;
}

.article-content td {
  padding: 10px;
  font-size: 12px;
  border: 1px solid #b3b3b3;
}

.article-related {
  margin-bottom: 70px;
  max-width: 1010px;
  max-width: 969px;
  width: 100%;
  margin-left: auto;
  /* margin-right: auto; */
}

.article-related__title {
  display: block;
  color: #000;
  margin-bottom: 23px;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 28.8px;
  margin-left: 40px;
}

.article-related__wrap {
  display: flex;
  justify-content: flex-start;
  /* align-items: flex-start; */
  gap: 20px;
  flex-wrap: wrap;
  max-width: 640px;
  margin-left: 40px;
}

.article-related .category-card {
  width: calc(50% - 10px);
}

.article-related .category-card__photo-wrap {
  height: 200px;
  margin-bottom: 13px;
}

.article-related .category-card__excerpt {
  display: none;
}

.article-related .category-card__inner {
  padding: 0 10px;
}

.article-related .category-card__photo-img {
  border-radius: 20px;
}

.article-related .category-card__title a {
  font-size: 16px;
}

.article-content {
  margin-bottom: 15px;
}

.article-content {
  font-size: 18px;
  color: #000;
  max-width: 640px;
  width: 100%;
  margin-right: 38px;
  border-bottom: 2px solid #dddddd;
  padding-bottom: 40px;
}

.article-content img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  border: 1px solid #eaeaea;
  border-radius: 30px;
}

.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5 {
  margin-top: 35px;
  margin-bottom: 15px;
  position: relative;
  font-size: 26px;
  font-weight: 500;
}

.article-content p {
  margin: 16px 0;
  line-height: 1.3;
}

.article-content a {
  color: #19293d;
  text-decoration: underline;
  font-weight: 500;
}

.article-content ol,
.article-content ul {
  margin: 20px 0 20px 30px;
}

.article-content li {
  margin-bottom: 10px;
  line-height: 1.3;
}

.article-content ul li {
  list-style-type: disc;
}

.article-content ol li {
  list-style-type: auto;
}

.article-content blockquote {
  background-color: #f7f8fa;
  padding: 5px 30px;
  margin: 30px 0;
  border-left: 4px solid #001128;
}

.wp-block-quote cite {
  display: none;
}

.wp-block-quote p {
  margin-top: 0;
}

.wp-block-quote p:last-child {
  margin-bottom: 0;
}

.article-content table {
  font-size: 14px;
}

.article-content figure {
  margin: 20px 0 20px;
  display: block;
  max-width: 640px;
  /* border: 1px solid #EAEAEA; */
  /* border-radius: 30px; */
}

.article-content summary {
  margin-bottom: 10px;
}

.article-content iframe,
.article-content video {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 10px;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  background: 0 0;
  position: absolute;
  bottom: -35px;
  margin-top: 0;
  color: #000;
}

.article-content .wp-block-video {
  margin: 30px 0;
  position: relative;
}

.wp-caption-text {
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  margin-left: 2px;
}

.article-content .wp-block-video:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 0%, 0.1);
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../img/ico-play.svg);
  background-size: 60px;
  background-position: center;
  background-repeat: no-repeat;
}

.wp-block-video.playing:after {
  content: none;
}

@media (any-hover: hover) {
  .dropmenu-header__item:hover {
    background: rgba(255, 255, 255, 0.1);
  }

  .cookies__btn:hover {
    opacity: 0.7;
  }
}

@media (min-width: 767.98px) {
  .dropmenu-header__mobile {
    display: none;
  }
}

@media (max-width: 992.98px) {
  .dropmenu-header__item {
    font-size: 12px;
    margin: 0px -20px;
    padding: 8px 20px;
  }

  .dropmenu-header__body {
    padding: 20px;
    min-height: 300px;
  }

  .dropmenu-header__desktop {
    height: 300px;
  }

  .footer__steam {
    font-size: 14px;
  }

  .category-section__wrap {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }

  .category-sidebar {
    max-width: 100%;
  }

  .category-sidebar__tags .scroll-content {
    flex-direction: row;

    padding-bottom: 15px;
  }

  .category-sidebar__tags-item {
    flex-shrink: 0;
    width: auto;
    padding: 17px 17px;
    height: 50px;
    font-size: 0;
    gap: 0;
  }

  .category__container {
    display: block;
    padding: 0 20px 5px;
  }

  .aioseo-breadcrumb a,
  .aioseo-breadcrumb,
  .aioseo-breadcrumb-separator {
    font-size: 12px;
  }

  .aioseo-breadcrumbs {
    margin-bottom: 20px;
    gap: 5px;
    padding-top: 20px;
    gap: 0;
  }

  .category-section__head {
    margin-bottom: 30px;
  }
  .category-cards-wrap,
  .article .category-section__wrap,
  .article-content {
    max-width: 100%;
  }
  .blog-sidebar {
    display: none;
  }

  .btn-category-loadmore {
    margin-bottom: 53px;
  }

  .article-related__title {
    margin-left: 0;
  }

  .article-related {
    max-width: 100%;
  }

  .article-related__wrap {
    max-width: 100%;
    margin: 0;
  }

.category-sidebar__tags {
    max-width: 100%;
    width: 100%;
}

}

@media (max-width: 767.98px) {
  .dropmenu-header__desktop {
    display: none;
  }

  .cookies__content {
    padding: 18px;
  }

  .cookies__text,
  .cookies__btn {
    font-size: 10px;
  }

  .cookies__btn {
    min-height: 36px;
  }

  /* New code start */
  .header__steam {
    width: 40px;
    padding: 0;
    flex-shrink: 0;
  }

  .header__steam svg {
    width: 29px;
  }

  .footer__steam span,
  .header__steam span {
    display: none;
  }

  .category-card__big-title {
    font-size: 24px;
  }

  .article-content h2,
  .article-content h3,
  .article-content h4,
  .article-content h5 {
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .article-content .wp-block-video:after {
    background-size: 40px;
  }

  .article-content {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .article-related {
    margin-bottom: 40px;
  }

  .category-cards-wrap {
    gap: 10px 10px;
  }

  .category-cards-wrap .category-card {
    width: 100%;
  }

  .category-card__photo-wrap {
    margin-bottom: 10px;
    height: 230px;
  }

  .category-card__inner {
    padding: 0 10px 0;
  }

  .category-section__head-links {
    gap: 20px;
  }

  .category-sidebar__tags-item {
    padding: 11px 17px;
    height: 38px;
    font-size: 0;
  }

  .wp-block-quote {
    padding: 20px;
  }

  .category-card__photo-img {
    border-radius: 20px;
  }

  .category-section__title {
    margin-bottom: 20px;
    font-size: 24px !important;
  }

  .category-section__head {
    margin-bottom: 20px;
  }

  .article-content .category-card__photo-wrap {
    height: 230px;
  }

  .category-card__big-title {
    font-size: 18px;
  }

  .article-content {
    font-size: 14px;
    line-height: 1.3;
  }

  .article-content #ez-toc-container {
    border-radius: 20px;

    padding: 20px;
    margin-top: 15px;
  }

  .article-content div#ez-toc-container ul li a {
    font-size: 14px;
  }

  .article-content figure {
    max-width: 100%;
    width: 100% !important;
  }

  .article-content img {
    border-radius: 20px;
  }

  .article-content blockquote {
    padding: 5px 17px;
  }

  .article-content p {
    margin: 10px 0;
  }
.article-related .category-card {
    width: 100%;
}

 h3.article-related__title {
    text-align: left!important;
  }

  .article-content .category-card {
   
    margin-bottom: 10px;

}


}

._img {
  overflow: hidden;
  position: relative;
  display: block;
}

._img video,
._img iframe,
._img img {
  position: absolute;
  object-fit: cover;
  inset: 0;
  display: block;
}

._img-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}

._img-bg img {
  width: 100%;
  height: 100%;
}

.swiper {
  overflow: hidden;
  position: relative;
  margin: -34px 0px;
  padding: 34px 0px;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  display: flex;
  position: relative;
}

.swiper-vertical .swiper-wrapper {
  flex-direction: column;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
}

.swiper-initialized .swiper-slide {
  flex-shrink: 0;
}

._arrows {
  position: absolute;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  column-gap: 6px;
  right: 0;
  pointer-events: none;
}

._arrow {
  width: 29px;
  flex-shrink: 0;
  height: 29px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease 0ms;
  border: 1px solid rgba(255, 255, 255, 0.1);
  pointer-events: all;
  cursor: pointer;
}

._arrow:nth-child(1) svg {
  transform: rotate(-180deg);
}

._arrow.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.6;
}

.slider-first-main__slide {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.slider-first-main__bg {
  pointer-events: none;
}

.slider-first-main__image {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 85px;
}

.slider-first-main__image img {
  max-width: 50px;
}

.second-main__slider {
  margin-top: calc(-34px - 34px);
}

.slider-second-main__slide .list-apps__item {
  width: 100%;
  height: auto;
  min-height: 72px;
  background: none;
  border: none;
}

.slider-second-main__slide .second-main__item-wrapper {
  border: none;
  position: relative;
  z-index: 2;
}

.five-main__slider {
  margin-top: calc((-34px - 34px) + 15px);
}

.similar__slider .similar__item,
.slider-five-main__slide .list-apps__item {
  width: 100%;
  min-width: 100%;
}

.slider-five-main__slide .list-apps__item {
  position: relative;
  z-index: 2;
  background: none;
}

.five-main__item-bg {
  border-radius: 10px;
  pointer-events: none;
}

.first-main__slider {
  margin-bottom: calc(-34px + 16px);
  width: 100%;
}

.first-main__description {
  color: #fff;
  align-self: end;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 150%;
  margin-top: 20px;
}

.first-main__slider-wrap {
  padding: 0px 20px;
  margin-top: 30px;
}

@media (any-hover: hover) {
  ._arrow:hover {
    opacity: 0.6;
  }
}

@media (max-width: 1000px) {
  .slider-first-main__image {
    min-height: 72px;
  }
}

@media (max-width: 900px) {
  .slider-first-main__image img {
    max-width: 42px;
  }

  /* New code start */
  .footer__steam {
    font-size: 12px;
    grid-column: 2 / 3;
    min-height: 38px;
  }

  .footer__btn {
    justify-self: start;
    margin-top: 0;
    display: inline-block;
  }

  /* New code end */
}

@media (max-width: 800.98px) {
  .first-main__slider {
    margin-top: calc(-34px + 60px);
    margin-bottom: calc(-34px + 60px);
  }
}

.slider-item__slider {
  padding: 0;
  margin: 0;
}

.slider-item__slider_2 {
  margin-top: 20px;
  padding-bottom: 30px;
  margin-bottom: -30px;
}

.slider-item__pagination {
  display: flex;
  gap: 3px;
  justify-content: center;
  margin-top: 10px;
}

.slider-item__pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  transition: 0.5s ease;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  cursor: pointer;
}

.slider-item__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 1);
}

@media (max-width: 500px) {
  .slider-item__slider_1 {
    margin-top: 20px;
  }
}

body::after {
  content: '';
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.4s ease 0ms;
  pointer-events: none;
  z-index: 149;
}

body.popup-show::after {
  opacity: 1;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 50px 15px;
  visibility: hidden;
  pointer-events: none;
  z-index: 150;
}

.popup_show {
  z-index: 150;
  visibility: visible;
  pointer-events: auto;
  overflow: auto;
}

.popup_show::-webkit-scrollbar {
  display: none;
}

.popup_show .popup__content {
  visibility: visible;
  opacity: 1;
}

.popup__wrapper {
  min-height: 100%;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.popup__content {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease 0s;
  padding: 50px 40px;
  width: 100%;
  max-width: 840px;
  border-radius: 20px;
  position: relative;
  background: linear-gradient(180deg, #0b0b0b 0%, #0075cf 82.5%);
}

.popup__content ._lock & {
  visibility: visible;
}

.popup-thankyou__content {
  color: #fff;
}

.popup-thankyou__title {
  font-weight: 600;
  font-size: 46px;
  line-height: 120%;
}

.popup-thankyou__text {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  font-size: 18px;
  line-height: 130%;
}

.popup-thankyou__text p {
  display: flex;
  align-items: flex-start;
  column-gap: 12px;
}

.popup-thankyou__text p:before {
  margin-left: 12px;
  content: '';
  border-radius: 50%;
  background-color: #fff;
  width: 3px;
  height: 3px;
  flex-shrink: 0;
  margin-top: 9px;
}

.popup-thankyou__title-2 {
  margin-top: 60px;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
}

.popup-thankyou__links {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 12px;
  margin-top: 20px;
}

.popup-thankyou__link {
  border-radius: 15px;
  padding: 20px;
  background: linear-gradient(180deg, rgba(0, 17, 40, 0.4) 0%, rgba(2, 24, 54, 0.4) 100%);
  display: flex;
  align-items: center;
  column-gap: 20px;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  transition: all 0.25s ease 0ms;
  color: #fff;
}

.popup-thankyou__link svg {
  width: 40px;
  height: 40px;
  object-fit: contain;
  flex-shrink: 0;
}

.popup-thankyou__link:hover {
  opacity: 0.7;
}

.popup-thankyou__btn {
  display: block;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  background-color: #fff;
  padding: 5px 20px;
  min-height: 55px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 140%;
  color: #0760be;
  transition: all 0.25s ease 0ms;
  margin-top: 40px;
}

.popup-thankyou__btn:hover {
  opacity: 0.7;
}

@media (max-width: 920px) {
  .popup__content {
    padding: 25px 20px;
  }

  .popup-thankyou__title {
    font-size: 22px;
  }

  .popup-thankyou__text {
    font-size: 14px;
    margin-top: 16px;
    row-gap: 12px;
  }

  .popup-thankyou__title-2 {
    font-size: 16px;
    margin-top: 28px;
  }

  .popup-thankyou__link {
    padding: 12px;
    font-size: 12px;
    column-gap: 10px;
    border-radius: 10px;
  }

  .popup-thankyou__link svg {
    width: 20px;
    height: 20px;
  }

  .popup-thankyou__btn {
    min-height: 50px;
    margin-top: 28px;
  }
}

.popup-open {
  color: #fff;
  min-height: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
}

.popup.popup-card .popup__content {
  max-width: 900px;
  padding: 78px 84px;
  background: linear-gradient(180deg, #001128 0%, #021836 100%);
  border-radius: 15px;
}

.popup-card__image {
  height: 450px;
  width: 100%;
}

.popup-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.popup__close {
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  top: 15px;
  right: 15px;
  width: 26px;
  height: 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 7px;
  cursor: pointer;
  transition: all 0.25s ease 0ms;
  z-index: 2;
}

.popup__close:hover {
  opacity: 0.7;
}

.popup__close svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 850.98px) {
  .popup.popup-card .popup__content {
    padding: 30px 20px;
  }

  .popup-card__image {
    height: 400px;
  }
}

/* New code start */
.catalog-positions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.catalog-positions__items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.catalog-positions__item {
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.1);
  padding: 12px;
  border-radius: 12px;
  padding-bottom: 18px;
  text-decoration: none !important;
}

.catalog-positions__content {
  padding-top: 12px;
}

.catalog-positions__title {
  font-size: 13px;
  line-height: 140%;
  color: #fff;
  font-weight: 500;
  text-align: center;
  text-decoration: none !important;
  display: block;
}

.catalog-positions__preview {
  position: relative;
  z-index: 2;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  min-height: 165px;
  padding-top: 24px;
  align-items: center;
  padding-bottom: 10px;
}

.preview-catalog-positions__image {
  width: 76px;
}

.preview-catalog-positions__image img {
  width: 100%;
  object-fit: contain;
  height: auto;
  display: block;
}

.preview-catalog-positions__title {
  font-size: 9px;
  line-height: 110%;
  letter-spacing: -0.04em;
  color: #f8f8f8;
  text-align: center;
  max-width: 104px;
  margin: 0 auto;
}

.preview-catalog-positions__tag {
  background-color: #fff;
  padding: 4px 6px;
  border-radius: 25px;
  display: inline-flex;
  align-items: center;
  column-gap: 2px;
}

.preview-catalog-positions__icon {
  width: 14px;
  flex-shrink: 0;
}

.preview-catalog-positions__icon img {
  width: 100%;
  object-fit: contain;
  height: auto;
  display: block;
}

.preview-catalog-positions__name {
  font-size: 10px;
  font-weight: 500;
  line-height: 140%;
  color: #000;
}

@media (max-width: 1239.98px) {
  .catalog-positions__items {
    grid-template-columns: repeat(4, 1fr);
  }
  .article-related__wrap {
    margin: 0 auto;
  }
  .article-related__title {
    text-align: center!important;
    margin-left: 0;
  }
  .article-related {
    margin-left: auto;
    margin-right: auto;
  }

}

@media (max-width: 999.98px) {
  .catalog-positions__items {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 899.98px) {
  .catalog-positions {
    gap: 10px;
  }

  .catalog-positions__items {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }
}

@media (max-width: 767.98px) {
  .catalog-positions__item {
    padding: 10px;
    border-radius: 10px;
    padding-bottom: 14px;
  }

  .catalog-positions__content {
    padding-top: 10px;
  }

  .catalog-positions__title {
    font-size: 12px;
  }
}

@media (max-width: 699.98px) {
  .catalog-positions__items {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 499.98px) {
  .catalog-positions__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
