:root {
  --aNHQveqYGvSu: #952a2a;
  --wBpugrJTMEWU: #9c4400;
  --oQKaieMBdIDm: rgb(255, 193, 7, 0.2);
  --rHOZvqSgSfqi: #d64040;
  --cMqmiLxYFMJI: #e9e8e8;
  --wakeclRsbnjZ: #000;
  --diOboxFdEycB: rgba(240, 190, 190, 0.5);
  --kFGMsANlqjNs: #e94972;
  --vDVqRjNhZcek: #ac5050;
  --sLJElxLJjzzV: #fff;
  --yDggUEsoXCBu: #5c0303;
  --OdNanhXbSLTd: #eae6e6;
  --EWJTnbcOSzgq: rgba(250, 248, 133, 0.5);
  --EEBFacomxWCN: #d6cece;
  --GIduJNpFmokp: #000000;
  --VFdWfBNRYmtC: #df3d3d;
  --xCRQxEeAnoCv: #902424;
  --HpwjYPuBtWFi: #ddd;
}

* {
  box-sizing: border-box;
}

a {
  color: var(--EWJTnbcOSzgq);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  background-color: var(--yDggUEsoXCBu);
  color: var(--wakeclRsbnjZ);
  scroll-behavior: smooth;
}

img {
  width: 100%;
}

figure {
  margin: 0;
}

h1 {
  font-size: 42px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 50px;
  font-family: Poppins, sans-serif;
}

h2 {
  font-size: 34px;
  line-height: 1.2;
  margin-top: 40px;
  font-family: Poppins, sans-serif;
}

h3 {
  font-size: 28px;
  line-height: 1.2;
  margin-top: 30px;
  font-family: Poppins, sans-serif;
}

.header_wrap {
  gap: 30px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
main,
.container,
.LyqTJKvidXlE,
.inside-footer {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.header_logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.header_logo a {
  cursor: pointer;
  pointer-events: auto;
}

.header_logo img {
  width: 70px;
  border-radius: 16px;
  margin-top: 5px;
  margin-left: 20px;
}

.header {
  background-color: var(--yDggUEsoXCBu);
  padding: 10px 0;
  display: flex;
}

/* slider */

main {
  background-color: var(--yDggUEsoXCBu);
  margin-bottom: 30px;
  border-radius: 0 0 16px 16px;
  padding: 0 15px 15px 15px;
}

section {
  text-align: justify;
  color: var(--sLJElxLJjzzV);
}

.main_btn__item {
  background-color: var(--rHOZvqSgSfqi);
  color: var(--sLJElxLJjzzV);
  padding: 15px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  text-decoration: none;
  max-width: 263px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px auto 0 auto;
  transition: background-color 0.7s ease;
}

.main_btn__item:hover {
  background-color: var(--vDVqRjNhZcek);
}

.main_btn__item a {
  color: var(--sLJElxLJjzzV);
  font-family: Poppins;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}

/*demo-placeholder*/

@keyframes pulse {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}

ol {
  counter-reset: step;
  list-style: none;
  padding-left: 0;
  margin-top: 1em;
  margin-bottom: 1em;
}

ol li {
  counter-increment: step;
  position: relative;
  padding-left: 3em;
  margin-bottom: 1em;
  color: white;
  font-size: 16px;
}

ol li::before {
  content: counter(step);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border: 2px solid #3780b6;
  border-radius: 50%;
  color: #3780b6;
  font-weight: bold;
  font-size: 1em;
}

/*IMG*/
.best_games__item {
  display: flex;
  align-items: center;
  max-width: 384px;
  width: 100%;
  transition:
    filter 0.3s ease,
    transform 0.3s ease;
}

.best_games__item:hover {
  transform: scale(1.04);
  filter: brightness(70%);
}
.screenshot {
  width: 100%;
}

.screenshot {
  width: 100%;
}

/* .acdBnxhXbMvv {
  width: 100%;
} */

.mtKMOjQHGOHE {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px;
  background: var(--button-base);
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  margin: 20px auto;
}
.mtKMOjQHGOHE span {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}

.mtKMOjQHGOHE p {
  color: var(--sLJElxLJjzzV);
  font-size: 34px;
  text-align: start;
}

.CwKYXCZoaBIE {
  position: relative;
  flex: 1;
  overflow: hidden;
}
.CwKYXCZoaBIE figure {
  margin: 0;
}
.StmiwytRbnEC {
  width: 120px;
  height: 30px;
  opacity: 1;
  top: 40%;
  left: 15%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--vDVqRjNhZcek);
  color: var(--sLJElxLJjzzV);
  font-weight: bold;
  font-size: 17px;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  opacity: 0;
  transition: opacity 0.2s;
  z-index: 1;
  border-radius: 6px;
}
.CwKYXCZoaBIE:hover .StmiwytRbnEC {
  opacity: 1;
  color: var(--sLJElxLJjzzV);
}
.CwKYXCZoaBIE img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.CwKYXCZoaBIE .screenshot {
  position: relative;
}

.IVyUOyYdhZui {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

/*pros-cons*/

.dVLEryeNcAZT {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 15px;
}

.best_games {
  gap: 10px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 40px;
}

.best_games .best_games__item {
  width: 100%;
}

.JiZjFXzNiHPT h3 {
  margin-top: 0;
}

.sFVSZHzJsXFf.active a {
  text-decoration: underline;
  font-weight: bold;
}

.bLQrLYZuHpSp {
  display: flex;
  margin-top: 30px;
}

.icdJKwzspZgb {
  position: relative;
  display: inline-block;
  margin-top: 10px;
}

.sQiEqyreRZrI {
  background: var(--yDggUEsoXCBu);
  color: var(--EWJTnbcOSzgq);
  font-weight: 600;
  border: 2px solid var(--EWJTnbcOSzgq);
  border-radius: 12px;
  padding: 7px 22px;
  transition:
    border 0.18s,
    color 0.18s,
    background 0.18s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
  cursor: pointer;
  user-select: none;
  display: flex;
  align-items: center;
  gap: 8px;
}

.fLcCuVQHfriP {
  font-size: 15px;
  margin-left: 6px;
  transition: transform 0.22s;
}

#lang-dropdown-toggle:checked + .sQiEqyreRZrI .fLcCuVQHfriP {
  transform: rotate(180deg);
}

.yzchdjUuFntq {
  display: none;
  position: absolute;
  min-width: 145px;
  background: var(--sLJElxLJjzzV);
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border: 1.5px solid var(--oQKaieMBdIDm);
  z-index: 99;
  padding: 6px 0;
}
.JggQvhMFKOdJ {
  left: 0;
  bottom: 110%;
}
.JyHInpwrdYGP {
  right: 0;
  top: 110%;
}
#lang-dropdown-toggle:checked ~ .yzchdjUuFntq {
  display: flex;
  flex-direction: column;
  animation: fadeInLangList 0.18s;
}
@keyframes fadeInLangList {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.yzchdjUuFntq .vwGnryIClHkk {
  white-space: nowrap;
  border-radius: 8px;
  padding: 8px 22px;
  margin: 0 8px;
  font-size: 17px;
  background: transparent;
  color: var(--wakeclRsbnjZ);
  border: none;
  box-shadow: none;
  font-weight: 500;
  transition:
    background 0.18s,
    color 0.18s;
  text-align: left;
  display: block;
}
.yzchdjUuFntq .vwGnryIClHkk:hover {
  background: var(--vDVqRjNhZcek);
  color: var(--oQKaieMBdIDm);
}
.yzchdjUuFntq .vwGnryIClHkk.is-active {
  color: var(--oQKaieMBdIDm);
  font-weight: 600;
  background: var(--vDVqRjNhZcek);
  border-radius: 8px;
}

.gXuUInKGrljH {
  gap: 50px;
}

/*Table*/

table {
  width: 100%;
  border: 1px solid var(--wBpugrJTMEWU);
  border-radius: 16px;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  background-color: var(--EWJTnbcOSzgq);
  color: var(--wBpugrJTMEWU);
  max-width: 100%;
}

td {
  border: 1px solid var(--wBpugrJTMEWU);
  border-radius: 6px;
  padding: 10px;
  color: var(--wBpugrJTMEWU);
  white-space: normal;
}

table thead {
  background-color: var(--EWJTnbcOSzgq);
  height: 50px;
  border-radius: 16px 16px 0 0;
  border: none;
}

table thead th {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding: 10px;
  color: var(--wakeclRsbnjZ);
  border: 1px solid var(--wakeclRsbnjZ);
}

table thead th:first-child {
  border-radius: 16px 0 0 0;
  border: 1px solid var(--wakeclRsbnjZ);
}

table thead th:last-child {
  border-radius: 0 16px 0 0;
  border: 1px solid var(--wakeclRsbnjZ);
}

table tbody tr {
  border-bottom: 1px solid var(--wakeclRsbnjZ);
  background-color: var(--EWJTnbcOSzgq);
}

table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 16px;
}

table tbody tr:last-child td:last-child {
  border-radius: 0 0 16px 0;
}

table tbody td {
  padding: 10px;
  color: var(--wakeclRsbnjZ);
}
.EjPwkwzgpxcK,
.EjPwkwzgpxcK table {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}

.EjPwkwzgpxcK,
.EjPwkwzgpxcK table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.EjPwkwzgpxcK table {
  width: max-content;
  width: 100%;
}
/*FAQ*/
.iAfVyJwBkhJG-item {
  background-color: var(--wBpugrJTMEWU);
  padding: 20px;
  border-radius: 16px;
  margin-bottom: 24px;
  border: 1px solid var(--HpwjYPuBtWFi);
  color: var(--sLJElxLJjzzV);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.iAfVyJwBkhJG h3 {
  font-size: 20px;
}
.qmPqoUQfWvSW {
  text-align: left;
}

.iAfVyJwBkhJG-item:last-child {
  margin-bottom: 0;
}

.iAfVyJwBkhJG-item h3 {
  margin: 10px 0;
}

/*Footer*/
.footer {
  color: var(--sLJElxLJjzzV);
}

.inside-footer {
  padding: 10px;
}

/*btn-up*/
.btn_up {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 40px;
  height: 40px;
  z-index: 2;
  background-color: var(--aNHQveqYGvSu);
  border-radius: 8px;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.btn_up:hover {
  opacity: 1;
}

.btn_up::after,
.btn_up::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 2px;
  background-color: var(--sLJElxLJjzzV);
}

.btn_up::after {
  transform: translate(-12%, -50%) rotate(40deg);
}

.btn_up::before {
  transform: translate(-88%, -50%) rotate(-40deg);
}

/*lwptoc*/
.DKrIXpcJUcEM {
  margin-top: 40px;
}
.DKrIXpcJUcEM_toggle {
  margin-left: 10px;
  cursor: pointer;
}
.DKrIXpcJUcEM_toggle:before {
  content: "[ ";
}
.DKrIXpcJUcEM_toggle:after {
  content: " ]";
}
.DKrIXpcJUcEM_items {
  margin-top: 15px;
  max-height: 0px;
  opacity: 0;
  overflow: hidden;
  transition:
    max-height 0.3s ease,
    opacity 0.3s ease;
}
.DKrIXpcJUcEM_items-show {
  max-height: 500px;
  opacity: 1;
}
.DKrIXpcJUcEM_itemWrap {
  margin-left: 15px;
}

.DKrIXpcJUcEM_item a {
  color: var(--wakeclRsbnjZ);
}

/*New*/

.icons_wrap {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  width: auto;
  flex-wrap: wrap;
}
.icons_wrap .icon_item:first-child:first-child {
  width: 48px;
}
.HBeiqYNUNauV {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  max-width: 1200px;
}

.pfgtdARNCgZl nav ul {
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: row;
  padding: 0;
  text-transform: uppercase;
}

.pfgtdARNCgZl nav ul li a:hover {
  color: var(--sLJElxLJjzzV);
  text-decoration: underline;
}

.GPLWearXiiRx {
  display: none;
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  margin-left: auto;
  z-index: 1001;
}

.footer_icons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  margin-top: 40px;
  margin-bottom: 16px;
}

.sFVSZHzJsXFf {
  position: relative;
}

#main-nav + div {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 10px;
  flex-grow: 2;
  margin-right: 20px;
  font-weight: 700;
  font-size: 18px;
}
#main-nav + div a {
  font-size: 16px;
  white-space: nowrap;
  word-break: keep-all;
  padding: 10px 20px;
  text-align: center;
  max-width: 200px;
  border-radius: 16px;
}

#main-nav + div a:nth-child(2) {
  background: #ff2600;
  color: #fff !important;
  border-radius: 16px;
  padding: 10px 20px;
  font-weight: 700;
  transition: background 0.2s;
  animation: pulse 2s infinite;
}

#main-nav + div a:nth-child(2):hover {
  background: #1f7d04;
}

.pFSIWYSPpZfp {
  display: block;
  padding: 0.5em 1em;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

.bBEvpuAjrOvy {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--yDggUEsoXCBu);
  border: 1px solid var(--EWJTnbcOSzgq);
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  list-style: none;
  margin: 0;
  padding: 0.5em 0;
  min-width: 180px;
  z-index: 100;
}

.sFVSZHzJsXFf:hover > .bBEvpuAjrOvy {
  display: block;
}

.HngaTkskJtym {
  margin: 0;
}

.MERTJfsFWiOg {
  display: block;
  padding: 0.5em 1em;
  white-space: nowrap;
  text-decoration: none;
  transition: background 0.2s;
}

.MERTJfsFWiOg:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* хлібні крихти */
.AqPSQoOgeGVz {
  font-size: 0.9em;
  color: #666;
  padding: 0.75em 0;
}

.UQYdNBYWcGIS {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1em;
}

.AUNRpapJVrrL {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.wcNBhVGsGdHn {
  display: flex;
  align-items: center;
}

.vchtfwkBfpxw {
  color: var(--sLJElxLJjzzV);
  text-decoration: none;
  transition: color 0.2s;
}

.vchtfwkBfpxw:hover {
  text-decoration: underline;
  color: var(--vDVqRjNhZcek);
}

.vchtfwkBfpxw[aria-current="page"] {
  color: #b1b1b1;
  font-weight: bold;
  cursor: default;
  text-decoration: none;
}

.QOHdXcsMWIbb {
  margin: 0 0.5em;
  color: #999;
  font-size: 1.2em;
  line-height: 1;
}

/*Media*/
@media (max-width: 1200px) {
  .inside-footer {
    padding: 30px 15px;
    text-align: center;
  }
  .footer_icons {
    flex-direction: column;
  }
}

@media (max-width: 992px) {
  .FIRSOIZNGwFd:nth-child(1),
  .FIRSOIZNGwFd:nth-child(2),
  .FIRSOIZNGwFd:nth-child(3) {
    width: 33%;
  }

  .pfgtdARNCgZl nav ul {
    flex-direction: column;
    gap: 20px;
  }
  .ahnQMgeIWSgc {
    flex-direction: column;
    gap: 20px;
  }
  .sFVSZHzJsXFf:nth-last-child(2) {
    margin-left: 0;
  }
  .sFVSZHzJsXFf:last-child a {
    width: 100%;
    margin: 10px 0 0 0;
  }
  .sFnxFfdAnKNR {
    text-align: center;
    padding: 0 10px;
  }
  .AhuVdhGssebC {
    margin-left: 10px;
  }
  .header_wrap {
    padding: 0 15px;
    align-items: center;
    flex-wrap: wrap;
  }

  .GPLWearXiiRx {
    display: block;
    color: var(--sLJElxLJjzzV);
    order: 2;
    padding-left: 0;
    padding-right: 0;
  }
  #main-nav {
    display: none;
  }
  #main-nav + div {
    margin-right: 0;
  }
  #main-nav.active {
    display: flex;
    order: 3;
  }

  .header_logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
  }

  .header_logo a {
    cursor: pointer;
    pointer-events: auto;
  }

  .header_logo img {
    width: 50px;
    margin: 10px;
  }

  .best_games {
    flex-wrap: wrap;
  }

  .xgJlvqHLRXzO {
    font-size: clamp(14px, 6vw, 32px);
  }

  .rAvjmlBFjhQY {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 756px) {
  .IVyUOyYdhZui {
    grid-template-columns: repeat(2, 1fr);
  }
  .epzXrmtsiyyB {
    grid-template-columns: repeat(3, 1fr);
  }
  .gXuUInKGrljH {
    font-size: 26px;
    width: 70%;
    left: 50%;
  }
  .RlwSRrysWiTl {
    height: unset;
  }
  .WeSxsupoVLxO {
    flex-wrap: wrap;
  }
  .FIRSOIZNGwFd:nth-child(1) {
    width: 100%;
    justify-content: center;
  }
  .FIRSOIZNGwFd:nth-child(2) {
    width: 50%;
    border: none;
    height: 70px;
  }
  .FIRSOIZNGwFd:nth-child(3) {
    width: 50%;
  }
  .RlwSRrysWiTl__box {
    padding: 0;
  }
  .LoeNgyIksrGa {
    padding: 5px 20px;
    font-weight: bold;
  }
  .bLQrLYZuHpSp {
    gap: 12px;
    justify-content: center;
  }
  .vwGnryIClHkk {
    font-size: 15px;
    padding: 7px 14px;
  }
  #main-nav + div {
    position: fixed;
    z-index: 1;
    bottom: 0;
    left: 0;
    height: 70px;
    font-weight: 600;
    font-size: 16px;
    width: 100%;
    gap: 15px;
    padding-left: 20px;
    padding-right: 20px;
    justify-content: center;
    background-color: var(--yDggUEsoXCBu);
    border-top: 1px solid var(--HpwjYPuBtWFi);
  }
  #main-nav + div a:first-child {
    border: 1px solid #fff;
  }
  #main-nav + div a {
    width: 100%;
    border-radius: 40px;
    padding: 12px 20px;
  }
  #main-nav + div a:nth-child(2) {
    border-radius: 40px;
    padding: 12px 20px;
  }
  .header_logo > .SvGSXwbBpTRc {
    display: none;
  }

  .wPxpwXVvRtuc > .SvGSXwbBpTRc {
    display: flex;
    justify-content: center;
    font-size: 16px;
    padding: 10px 0;
    margin-bottom: 10px;
  }
}

@media (max-width: 700px) {
  .LoeNgyIksrGa {
    padding: 10px 25px;
    font-size: 28px;
    font-weight: bold;
  }
  .gXuUInKGrljH {
    font-size: 18px;
    width: 100%;
    gap: 0px;
  }
  footer > div:first-child {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  .bLQrLYZuHpSp {
    margin-left: 0;
    margin-top: 12px;
    width: 100%;
    justify-content: center;
  }
  .icons_wrap {
    justify-content: center;
    width: 100%;
  }
}

@media (max-width: 576px) {
  .header_logo img {
    margin: 10px;
  }

  .epzXrmtsiyyB {
    grid-template-columns: repeat(2, 1fr);
  }
  .gXuUInKGrljH {
    font-size: 20px;
    width: 100%;
  }
  .main_btn__item a {
    font-size: 24px;
  }
  .JiZjFXzNiHPT {
    flex-wrap: wrap;
  }
  .JiZjFXzNiHPT .dVLEryeNcAZT {
    width: 100%;
  }
  .PDzyIbtfZSSE {
    padding-left: 10px;
  }
  table thead th {
    font-size: 14px;
  }
  table tbody td {
    font-size: 14px;
  }
  h1 {
    font-size: 32px;
    margin-top: 30px;
  }
  h2 {
    font-size: 26px;
    line-height: 1.2;
    margin-top: 30px;
  }
  h3 {
    font-size: 22px;
    margin: 20px auto;
  }
  .screenshot {
    width: 100%;
    margin: 20px auto 15px auto;
    max-width: 385px;
  }
  .RlwSRrysWiTl__box {
    flex-direction: column;
    margin: 20px 0 20px 0;
  }
  .RlwSRrysWiTl__text {
    margin-top: 15px;
  }
  .LoeNgyIksrGa {
    font-size: 18px;
  }
  .DKrIXpcJUcEM {
    margin-top: 20px;
  }
  .header_logo {
    display: flex;
    justify-content: center;
  }
  .header_logo img {
    width: 50px;
  }
}
@media (max-width: 480px) {
  .header_wrap {
    gap: 15px;
  }

  .FIRSOIZNGwFd:nth-child(1) {
    flex-direction: column;
  }
  .FIRSOIZNGwFd:nth-child(2),
  .FIRSOIZNGwFd:nth-child(3) {
    width: 100%;
  }
  .AhuVdhGssebC {
    margin-left: 0px;
  }

  .qGxmeEiqwnKo {
    padding: 10px 20px;
  }
  .main_btn__item {
    max-width: 280px;
    padding: 20px 0 20px 0;
  }
  table thead th {
    font-size: 14px;
  }
  table tbody td {
    font-size: 14px;
  }
  .btn_up {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 30px;
    height: 30px;
  }
  .btn_up::after,
  .btn-up::before {
    width: 14px;
  }
  .pkJcKYEbfbYH {
    width: 100px;
  }
  .header_logo img {
    margin: 10px;
  }
  .sFnxFfdAnKNR {
    font-size: 14px;
  }
}

@media (max-width: 375px) {
  .header_wrap {
    gap: 4px;
  }
}

@media (max-width: 360px) {
  .liJPtiCaHAIh {
    font-size: 12px;
  }
}

/* banners */

.hero-banner-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
  background: #ddd;
  isolation: isolate;
}

.hero-banner-slider,
.hero-banner-slider * {
  box-sizing: border-box;
}

.hero-banner-slider__track {
  display: flex;
  transition: transform 0.5s ease;
  will-change: transform;
}

.hero-banner-slider__slide {
  position: relative;
  min-width: 100%;
  flex: 0 0 100%;
  min-height: 420px;
}

.hero-banner-slider__image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.hero-banner-slider__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.55) 0%,
    rgba(0, 0, 0, 0.35) 35%,
    rgba(0, 0, 0, 0.15) 100%
  );
  pointer-events: none;
}

.hero-banner-slider__content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  padding: 48px 56px;
  z-index: 2;
}

.hero-banner-slider__inner {
  max-width: 560px;
  color: #fff;
}

.hero-banner-slider__title {
  margin: 0 0 16px;
  font-size: 42px;
  line-height: 1.15;
  font-weight: 700;
}

.hero-banner-slider__text {
  margin: 0 0 24px;
  font-size: 18px;
  line-height: 1.55;
}

.hero-banner-slider__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 24px;
  background: #ffffff;
  color: #111111;
  text-decoration: none;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  transition:
    background 0.25s ease,
    transform 0.25s ease;
}

.hero-banner-slider__button:hover {
  background: #f1f1f1;
  transform: translateY(-1px);
}

.hero-banner-slider__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.88);
  color: #111;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 1;
  padding: 0;
  transition:
    background 0.25s ease,
    opacity 0.25s ease;
}

.hero-banner-slider__nav:hover {
  background: #ffffff;
}

.hero-banner-slider__nav--prev {
  left: 16px;
}

.hero-banner-slider__nav--next {
  right: 16px;
}

.hero-banner-slider__dots {
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero-banner-slider__dot {
  width: 11px;
  height: 11px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.55);
  cursor: pointer;
  padding: 0;
  transition:
    transform 0.25s ease,
    background 0.25s ease;
}

.hero-banner-slider__dot.is-active {
  background: #ffffff;
  transform: scale(1.15);
}

@media (max-width: 991px) {
  .hero-banner-slider__slide,
  .hero-banner-slider__image {
    min-height: 360px;
  }

  .hero-banner-slider__content {
    padding: 36px 32px;
  }

  .hero-banner-slider__inner {
    max-width: 460px;
  }

  .hero-banner-slider__title {
    font-size: 32px;
    margin-bottom: 14px;
  }

  .hero-banner-slider__text {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .hero-banner-slider {
    border-radius: 12px;
  }

  .hero-banner-slider__slide,
  .hero-banner-slider__image {
    min-height: 280px;
  }

  .hero-banner-slider__overlay {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.25) 0%,
      rgba(0, 0, 0, 0.45) 55%,
      rgba(0, 0, 0, 0.65) 100%
    );
  }

  .hero-banner-slider__content {
    align-items: center;
    justify-content: center;
    padding: 20px 16px 48px;
  }

  .hero-banner-slider__inner {
    max-width: 100%;
  }

  .hero-banner-slider__title {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .hero-banner-slider__text {
    font-size: 14px;
    line-height: 1.45;
    margin-bottom: 16px;
  }

  .hero-banner-slider__button {
    min-height: 42px;
    padding: 10px 18px;
    font-size: 14px;
  }

  .hero-banner-slider__nav {
    width: 36px;
    height: 36px;
    font-size: 18px;
  }

  .hero-banner-slider__nav--prev {
    left: 10px;
  }

  .hero-banner-slider__nav--next {
    right: 10px;
  }

  .hero-banner-slider__dots {
    bottom: 12px;
    gap: 8px;
  }

  .hero-banner-slider__dot {
    width: 10px;
    height: 10px;
  }
}
/* header */

.head_btn a {
  border-radius: 10px;
  border: 1px solid var(--wBpugrJTMEWU);
  margin: 5px;
  padding: 10px;
}
.head_btn a:last-child {
  background-color: var(--EWJTnbcOSzgq);
  color: var(--EEBFacomxWCN);
}

.logo_name {
  color: var(--wBpugrJTMEWU);
  font-weight: 900;
  line-height: 32px;
}