* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  font-family: Verdana, sans-serif;
}

main {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: #141415;
  font-family: Verdana, sans-serif;
}

main h1,
main h2,
main h3,
main h4,
main h5,
main figcaption,
main li {
  color: #F0F2F5;
  font-family: Verdana, sans-serif;
}

main h1,
main h2,
main h3,
main h4,
main h5,
main h6,
main p,
main ol,
main ul,
main figure,
main .general-table-wrapper,
main .faq-container {
  margin: 0 auto;
  width: calc(100% - 80px);
  max-width: 1300px;
}

main .general-table-wrapper {
  overflow-x: auto;
}

main figure {
  margin: 0 auto;
  margin-bottom: 20px;
}

main p,
main span {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  line-height: normal;
  color: #B0B6C4;
}

main .wrapper {
  width: calc(100% - 80px);
  max-width: 1300px;
  margin: 0 auto;
}

body {
  overflow-x: hidden;
  position: relative;
  background: #f5f5f5;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

table,
tr,
td,
tbody,
thead {
  font-family: Verdana, sans-serif;
}

input,
button {
  font-family: Verdana, sans-serif;
  border: none;
  box-shadow: none;
  transition: 0.3s;
}

input {
  outline: none;
}

p,
span,
li,
a {
  font-size: 18px;
  line-height: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-align: left;
  padding: 15px 0;
}

h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.32px;
  margin: 32px auto;
}

h2 {
  font-size: 32px;
  line-height: 35px;
}

h3 {
  font-size: 28px;
  line-height: 35px;
}

h4 {
  font-size: 16px;
  line-height: 18px;
}

h5,
h6 {
  font-size: 14px;
  line-height: 16px;
}

p,
span,
li,
h1,
h2,
h3,
a,
b,
i,
label,
input,
button,
td,
tr,
figcaption {
  color: #fff;
}

p {
  padding-bottom: 20px;
}

li {
  list-style: none;
}

button {
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
}

img {
  max-width: 100%;
  display: block;
}

i {
  font-style: normal;
}

#__next {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.content {
  position: relative;
  flex-grow: 1;
  padding-top: 0px;
}

.content .content-block {
  margin-bottom: 20px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0);
}

.content .general-ol {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 20px;
  counter-reset: counter-ol;
  padding-left: 20px;
}

.content .general-ol li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 10px;
  counter-increment: counter-ol;
}

.content .general-ol li::before {
  position: absolute;
  content: counter(counter-ol);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #fff;
  border-radius: 50%;
  top: -2px;
  left: -26px;
  background: #0075ff;
  font-size: 14px;
}

.content .general-ul {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 20px;
}

.content .general-ul li {
  position: relative;
  padding-bottom: 10px;
  padding-left: 15px;
}

.content .general-ul li::before {
  content: no-open-quote;
  position: absolute;
  width: 7px;
  height: 7px;
  left: 0;
  top: 9px;
  background-color: #0075ff;
  border-radius: 50%;
}

.pageError {
  min-height: calc(100vh - 70px);
}

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

.imgWrap {
  display: block;
  position: relative;
}

figure {
  margin-bottom: 20px;
  text-align: center;
}

figure span {
  height: 50%;
  width: 100%;
  position: absolute;
  left: 0;
  top: -50%;
}

figcaption {
  color: #1e1e24;
  font-size: 14px;
}

.general-image {
  display: block;
  border-radius: 15px;
  max-height: 500px;
  width: auto;
  height: auto;
  margin: 0 auto 10px auto;
}

.general-image.vertical {
  max-height: 500px;
  max-width: 70%;
}

.general-image.horizontal {
  max-width: 100%;
}

.general-table-wrapper {
  background: #131217;
  border-radius: 20px;
}

.general-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 5px 10px;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  margin: 0;
}

.general-table .general-tr {
  border-radius: 12px;
  background: #232228;
}

.general-table .general-tr .general-td {
  padding: 12px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  border: none;

}

.general-table .general-tr .general-td:first-child {
  width: 270px;
  font-weight: 700;
  color: #ffffff;
  background: #003C83;
  border-radius: 14px;
}

.general-table .general-tr .general-td:last-child {
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 400;
}
.faq-container .faq-item {
  margin: 0 auto;
  position: relative;
  min-height: 54px;
  margin-bottom: 20px;
  z-index: 5;
  border-radius: 12px;
  transition: all 0.4s ease;
  border: 1px solid #0075ff;
}

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

.faq-container .faq-item:hover .icon::before,
.faq-container .faq-item:hover .icon::after {
  background: #00B24B;
}

.faq-container .faq-item:hover {
  border-color: #00B24B;
}


.faq-container .faq-question {
  color: #fff;
  position: relative;
  padding-bottom: 0;
  font-weight: 700;
  font-size: 18px;
  top: 15px;
  width: 96%;
  line-height: 22px;
  padding-right: 25px;
  padding-top: 0;
}

.faq-container .faq-answer {
  width: 96%;
  padding: 10px 0 22px 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  position: relative;
  opacity: 0;
  top: 10px;
}

.faq-container .icon {
  height: 18px;
  position: absolute;
  width: 18px;
  right: 25px;
  top: 25px;
  z-index: 2;
}

.faq-container .icon::before,
.faq-container .icon::after {
  background: #0075ff;
  content: no-open-quote;
  height: 4px;
  right: 0;
  position: absolute;
  top: 0;
  width: 18px;
  transition: transform 0.4s ease;
}

.faq-container .toggle {
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  z-index: 3;
}

.faq-container .bg-active {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #34a3f6;
  border-radius: 26px;
  z-index: -1;
  opacity: 0;
}

.faq-container .toggle:checked~.bg-active {
  opacity: 1;
}

.faq-container .toggle:checked~.icon::before,
.faq-container .toggle:checked~.icon::after {
  background: #0075ff;
}

.faq-container .toggle:checked~.faq-question {
  color: #fff;
}

.faq-container .toggle:not(:checked)~.icon:before {
  transform: rotate(180deg);
}

.faq-container .toggle:not(:checked)~.icon:after {
  transform: rotate(90deg);
}

.faq-container .toggle:checked~.faq-answer {
  height: auto;
  opacity: 1;
  z-index: 2;
  color: #fff;
}

.columns {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.columns p {
  width: 100%;
}

.columns .column {
  width: 48%;
}

.columns .column-header {
  padding-top: 0;
  text-align: left;
}

.columns .column-p {
  position: relative;
  margin-left: 15px;
  padding-left: 25px;
}

.columns .column-p::before {
  content: no-open-quote;
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url(/list.svg);
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  top: 8px;
}

.table_of_contents_wrapper {
  max-width: 1128px;
  margin: 0 auto;
  width: 96%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.table_of_contents {
  max-width: 400px;
  border-radius: 8px;
  border: 1px solid #c01414;
}

.table_of_contents .toggle {
  display: none;
}

.table_of_contents .lbl-toggle {
  display: inline-block;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  padding: 10px;
  color: #fff;
  background: #c01414;
  width: 100%;
  cursor: pointer;
  border-radius: 7px;
  transition: all 0.25s ease-out;
}

.table_of_contents .table_box {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.25s ease-in-out;
  display: flex;
  width: 100%;
  max-width: 500px;
  flex-direction: column;
}

.table_of_contents .toggle:checked+.lbl-toggle+div {
  max-height: 1000px;
  padding: 20px;
  background: #181616;
  border-radius: 8px;
  gap: 20px;
}

.table_of_contents .table_link {
  position: relative;
  padding-left: 15px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
}

.table_of_contents .table_link:hover {
  color: #e13d22;
}

.content404Page.wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  max-width: 100%;
  width: 100%;
  background: #141415;
}

.content404Page.wrapper .content404 {
  display: flex;
  flex-direction: column;
  width: 285px;
}

.content404Page.wrapper .content404 img {
  display: block;
  margin: 0 auto;
}

.content404Page.wrapper .content404 h1 {
  color: #fff;
}

.content404Page.wrapper .content404 button {
  display: inline-block;
    background: #00B24B;
  padding: 5px 15px;
  border-radius: 12px;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}

.content404Page.wrapper .content404 button:hover {
  opacity: 0.8;
}

.contentMap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  max-width: 100%;
  width: 100%;
  background: #205685;
}

.contentMap h1 {
  text-align: left;
  color: #1e1e24;
  margin-bottom: 64px;
}

.contentMap .sitemapLinks {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 640px;
}

.contentMap .sitemapLinks a {
  display: inline-block;
  color: #fff;
  margin: 0 auto 12px;
  position: relative;
}

.contentMap .sitemapLinks a:before {
  position: absolute;
  left: -16px;
  top: 10px;
  content: no-open-quote;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
}

.contentMap .sitemapLinks a:hover {
  color: #92c637;
}

.img-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-overlay:target {
  visibility: visible;
  opacity: 1;
}

.img-overlay .img-popup {
  margin: 70px auto;
  padding: 20px;
  border-radius: 5px;
  width: 100%;
  position: relative;
  transition: all 5s ease-in-out;
}

.img-overlay .img-popup.horizontal {
  aspect-ratio: 1/0.2;
}

.img-overlay .img-popup.vartical {
  aspect-ratio: 0.5/1;
}

.button-block {
  padding: 24px 16px;
  text-align: center;
  margin: 10px 0;
  background-color: rgba(0, 0, 0, 0);
}

.button-block button {
  position: relative;
  overflow: hidden;
  width: 600px;
  max-width: 100%;
  padding: 16px 34px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  border-radius: 8px;
  background: #1b64a4;
  box-shadow: 0px 0px 12px 0px rgba(11, 54, 0, 0.16);
}

.button-block button::after,
.button-block button::before {
  position: absolute;
  content: no-open-quote;
  background-repeat: no-repeat;
  background-size: cover;
}

.button-block button::after {
  width: 78px;
  height: 52px;
  background-image: url(/circle_1.svg);
  left: 0;
  top: 0;
}

.button-block button::before {
  width: 135px;
  height: 68px;
  background-image: url(/circle_2.svg);
  right: -30px;
  bottom: 0;
}

.quote {
  position: relative;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 40px;
  width: 96%;
  max-width: 600px;
  border-radius: 12px;
  background: #c01414;
}

.quote p {
  padding: 40px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #fff;
}

.quote::after,
.quote::before {
  position: absolute;
  content: no-open-quote;
  width: 24px;
  height: 20px;
  background-image: url(/quote-icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.quote::after {
  left: -5px;
  top: -10px;
}

.quote::before {
  right: -5px;
  bottom: -10px;
  transform: rotate(180deg);
}

@media screen and (max-width: 1250px) {
  main h1,
  main h2,
  main h3,
  main h4,
  main h5,
  main h6,
  main p,
  main ol,
  main ul,
  main figure,
  main .general-table-wrapper,
  main .faq-container {
    width: 100%;
  }

  main .wrapper {
    padding: 0 10px;
    width: 100%;
  }

  h1 {
    font-size: 26px;
    line-height: 30px;
  }

  h2 {
    font-size: 22px;
    line-height: 32px;
  }

  h3 {
    font-size: 20px;
    line-height: 30px;
  }

  h4 {
    font-size: 18px;
    line-height: 28px;
  }

  h5,
  h6 {
    font-size: 16px;
    line-height: 26px;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    padding: 10px 0;
  }

  .content {
    padding: 10px;
  }

  .general-table .general-tr .general-td {
    padding-left: 10px;
    padding-right: 10px;
  }

  .content .contentMain {
    width: 100%;
  }

  .content .general-ol li,
  .content .general-ul li {
    width: 100%;
  }

  .columns {
    flex-wrap: wrap;
  }

  .columns .column {
    width: 100%;
  }

  .column-p {
    margin-left: 0;
  }

  .button-block button {
    padding: 14px 5px;
    font-size: 18px;
    line-height: 20px;
  }

  .quote {
    width: calc(100% - 32px);
  }

  .faq-container .faq-item {
    border-radius: 14px;
  }

  .faq-container .faq-question {
    width: 100%;
    padding-left: 20px;
    padding-right: 30px;
  }

  .faq-container .faq-answer {
    width: 100%;
    padding-left: 20px;
  }

  .faq-container .bg-active {
    border-radius: 14px;
  }

  .faq-container .icon {
    right: 15px;
  }
}

@media screen and (max-width: 600px) {
  .reviews .review {
    width: 100%;
  }
}

@media screen and (max-width: 400px) {
  .general-table {
    max-width: 100%;
  }

  .general-table-wrapper {
    max-width: 100%;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

body {
  overflow-x: hidden;
  background: #f5f5f5;
}

.footer {
  box-sizing: border-box;
  width: 98%;
  max-width: 1300px;
  color: #ffffff;
  margin: 0 auto;
}

.footer * {
  box-sizing: border-box;
}

.footer__top {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.footer__logo {
  display: block;
}

.footer__logo-img {
  display: block;
  height: 29px;
  width: 73px;
}

.footer__top-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}

.footer__lang {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.footer__lang-flag {
  width: 82px;
  height: 36px;
  object-fit: cover;
}



.footer__scroll-top {
  cursor: pointer;
}

.footer__scroll-top-icon {
  width: 36px;
  height: 36px;
}

.footer__body {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas:
    "bilgi"
    "kategoriler"
    "apps"
    "support"
    "ticari"
    "ortak";
  gap: 12px;
  margin-bottom: 20px;
}


.footer__accordion {
  border-radius: 12px;
}

.footer__accordion--info {
  grid-area: bilgi;
}

.footer__accordion--categories {
  grid-area: kategoriler;
}

.footer__accordion-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 4px;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.footer__accordion-summary::-webkit-details-marker {
  display: none;
}

.footer__accordion-icon {
  width: 14px;
  height: 14px;
  transition: transform 0.2s ease;
}

.footer__accordion[open] .footer__accordion-icon {
  transform: rotate(180deg);
}

.footer__accordion-list {
  margin: 0;
  padding: 4px 4px 14px;
  list-style: none;
}

.footer__accordion-columns {
  display: flex;
  gap: 40px;
  padding-bottom: 14px;
}

.footer__accordion-link {
  display: block;
  padding: 6px 0;
color: #9AA1B1;
font-family: Verdana;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
  text-decoration: none;
}

.footer__accordion-link:hover {
  color: #ffffff;
}

.footer__apps {
  grid-area: apps;
  display: flex;
  gap: 12px;
}

.footer__app-card {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  overflow: hidden;
  border-radius: 14px;
  padding: 16px;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer__app-card--mobile {
  background: linear-gradient(120deg, #7a1fff 0%, #4a10c9 100%);
}

.footer__app-card--windows {
  background: linear-gradient(120deg, #1450d6 0%, #0a2a86 100%);
  display: none;
}

.footer__app-card-title {
  position: relative;
  z-index: 1;
  margin: 0 0 4px;
color: #FFF;
font-family: Verdana;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
padding-bottom: 8px;
}

.footer__app-card-subtitle {
  position: relative;
  z-index: 1;
  margin: 0;
color: #FFF;
font-family: Verdana;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
padding-bottom: 32px;
}

.footer__app-card-image {
  position: absolute;
  right: -6px;
  top: 0;
  height: 100%;
  width: auto;
  object-fit: contain;
  pointer-events: none;
}

.footer__app-card-btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  align-self: flex-start;
  height: 34px;
  padding: 0 16px;
  border: none;
  border-radius: 8px;
  background: #ffffff;
  color: #111111;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.footer__app-card-btn-icon {
  width: 16px;
  height: 16px;
}


.footer__card {
border-radius: 16px;
background: #1D1E20;
  padding: 16px 16px 0 16px;
}

.footer__card--support {
  grid-area: support;
  background: #0075FF;
  background: radial-gradient(circle,rgba(0, 117, 255, 1) 0%, rgba(0, 0, 0, 1) 56%); 
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  overflow: hidden;
  height: 99px;
}

.footer__card-text {
  flex: 1 1 200px;
}

.footer__card-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 6px;
color: #F0F2F5;
font-family: Verdana;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: normal;
padding-bottom: 0;
}

.footer__badge {
  padding: 2px 8px;
  border-radius: 16px;
  background: #0075FF;
color: #FFF;
font-family: Verdana;
font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.footer__card-desc {
  margin: 0;;
  color: #9AA1B1;
font-family: Verdana;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.footer__card-image {
  width: 85px;
  height: 95px;
  object-fit: cover;
}

.footer__card-btn {
  order: 2;
  border: none;
border-radius: 12px;
background: #0075FF;
color: #FFF;
text-align: center;
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: 20px; 
  cursor: pointer;
      padding: 10px 20px;
}

.footer__card--contact {
  display: flex;
  flex-direction: column;
  gap: 6px;
  justify-content: flex-start;
  align-items: flex-start;
}

.footer__card--ticari {
  grid-area: ticari;
}

.footer__card--ortak {
  grid-area: ortak;
}

.footer__card-label {
  margin: 0;
color: #9AA1B1;
font-family: Verdana;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
padding-bottom: 2px;
}

.footer__card-email {
color: #F0F2F5;
font-family: Verdana;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}


.footer__divider {
  height: 1px;
  background: #201f28;
  margin-bottom: 16px;
}

.footer__bottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.footer__socials {
  display: flex;
  gap: 8px;
}

.footer__social {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
}

.footer__social img {
  width: 36px;
  height: 36px;
}


.footer__copyright {
  margin: 24px 0 0 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;

}

.footer__age {
  margin: 0 0 0 auto;
color: #797F8B;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 28px;  
letter-spacing: -0.47px;
  padding: 0;
  text-align: right;
}


@media (min-width: 1024px) {
  .footer__body {
    grid-template-columns: repeat(4, 1fr);
    grid-template-areas:
      "support support ticari ortak"
      "bilgi kategoriler apps apps";
    gap: 16px;
  }

  .footer__app-card-title {
    width: 40%;
  }

  .footer__accordion-columns {
    display: flex;
  }

  .footer__accordion-summary {
    padding: 0 0 16px;
color: #F0F2F5;
font-family: Verdana;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
  }

  .footer__accordion-icon {
    display: none;
  }

  .footer__app-card--windows {
    display: flex;
  }

  .footer__card--support {
    flex-wrap: nowrap;
  }

  .footer__card-image {
    order: 0;
  }

  .footer__card-btn {
    flex: 0 0 auto;
    order: 0;
    margin-left: auto;
    padding: 10px 24px;
    white-space: nowrap;
  }
}
@media (max-width: 600px) {
.footer__card--support {
  height: 148px;
  justify-content: flex-end;
  gap: 0;
  padding: 10px 20px;
}
}

.header {
  background: #141415;
  height: 68px;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 10;
}

.header .headerInner {
  padding: 12px 0;
  height: 100%;
  width: 1300px;
  max-width: 100%;
}

.header .headerInner .headerFlex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.header .headerInner .regMobile {
  display: none;
}

.header .headerInner .logo {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.header .headerInner .logo a {
  display: block;
}

.logo-wrapper {
display: flex;
justify-content: flex-start;
align-items: center;
    width: 100%;
    height: 100%;
}

.header .headerInner .logo button {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}


.nav-menu {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  border-radius: 14px;
background: rgba(179, 182, 189, 0.12);
}

.nav-menu * {
  box-sizing: border-box;
}

.nav-menu__list {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu__item {
  display: flex;
}

.nav-menu__link-colored {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 40px;
  padding: 0 16px;
  border: none;
  border-radius: 12px;
  background: transparent;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.nav-menu__link,
.nav-menu__link-last   {
  position: relative;
    display: flex;
  align-items: center;
  gap: 8px;
  height: 40px;
  padding: 0 16px;
}
.nav-menu__link-last {
  border: none;
}

.nav-menu__link::after{ 
    content: no-open-quote;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 24px;
    background: rgba(179, 182, 189, 0.12);
}

.nav-menu__link:hover {
  background: rgba(179, 182, 189, 0.12);
  color: #ffffff;
}

.nav-menu__icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  object-fit: contain;
}

.nav-menu__text {
 color: #F0F2F5;
font-family: Verdana;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: normal;
}


.nav-menu__item--active .nav-menu__link-colored  {
  background: #0075ff;
  color: #ffffff;
}

.nav-menu__item--active .nav-menu__link:hover {
  background: #0075ff;
}


@media (max-width: 768px) {
  .nav-menu {
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .nav-menu::-webkit-scrollbar {
    display: none;
  }

  .nav-menu__list {
    flex-wrap: nowrap;
  }

  .nav-menu__link {
    padding: 0 14px;
    font-size: 13px;
  }
}



.buttons .regButton {
  padding: 10px 20px;
border-radius: 12px;
background: rgba(179, 182, 189, 0.12);
color: #F0F2F5;
text-align: center;
font-family: Verdana;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin-right: 12px;
}



.buttons .logButton {
  padding: 10px 20px;
border-radius: 12px;
background: #00B24B;
color: #FFF;
text-align: center;
font-family: Verdana;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.buttons .regButton:hover,
.buttons .logButton {
opacity: 0.8;
}


.header .headerInner .menu a {
  margin-right: 60px;
  color: #fff;
  font-family: Verdana;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.45px;
  text-align: center;
  transition: all 0.3s ease;
  text-transform: uppercase;
}

.header .headerInner .menu a:last-of-type {
  margin-right: 0;
}

.header .headerInner .menu a:hover {
  cursor: pointer;
  color: #90cb2a;
}

.header .headerInner .menu a.active {
  color: #90cb2a;
  cursor: default;
}

.header .headerInner .header__dropdown {
  display: none;
}

.header__burger {
  position: absolute;
  right: 20px;
  top: 34%;
  width: 30px;
  height: 30px;
  display: none;
}

.header__burger span {
  height: 1.5px;
  transition: all 0.2s ease-in-out;
  position: relative;
}

.header__burger span {
  width: 100%;
  background-color: #fff;
}

#toggle {
  display: none;
  width: 100%;
  height: 100%;
}

#toggle:checked+.header__burger {
  right: 20px;
  top: 9px;
}

#toggle:checked+.header__burger .top {
  transform: rotate(-45deg);
  margin-top: 22px;
}

#toggle:checked+.header__burger .meat {
  transform: rotate(45deg);
  margin-top: -2px;
}

#toggle:checked+.header__burger .bottom {
  transform: scale(0);
}

#toggle:checked~.menu-list {
  height: -moz-fit-content;
  height: fit-content;
  padding-bottom: 20px;
  padding-top: 30px;
}

.overlay {
  display: none;
}

#toggle:checked~.overlay {
  position: fixed;
  top: 200px;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.8;
}

.menu-list {
  margin: 0;
  display: -ms-grid;
  height: 0px;
  overflow: hidden;
  z-index: 3;
  transition: all 0.3s ease;
  padding: 0;
  width: 100vw;
  position: absolute;
  right: 0;
  top: 59px;
  margin: 0;
  width: 100%;
  transition: right 0.8s;
  border-radius: 0 0 24px 24px;
  background-color: rgba(44, 44, 44, 1);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.menu-list a {
  font-family: Verdana;
  font-size: 16px;
  font-weight: 400;
  line-height: 38px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

.menu-list a:hover {
  color: rgba(15, 192, 160, 1);
  cursor: pointer;
}

.menu-list a.active {
  color: rgba(15, 192, 160, 1);
  cursor: default;
}

.header__dropdown a {
  display: block;
}

.header__dropdown li:hover a,
.header__dropdown .menu-list li a.active {
  color: rgba(15, 192, 160, 1);
}

@media screen and (max-width: 1250px) {
  .breadcrumbs.wrapper {
    margin-top: 15px;
  }
}


.banner .banner-wrapper {
  margin: 90px auto 20px auto;
  max-width: 1300px;
  width: 98%;
  display: flex;
  height: 100%;
  min-height: 402px;
  justify-content: space-between;
}

.banner .banner-wrapper .banner-right-mobil {
  display: none;
}

.banner .banner-wrapper .banner-right {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  width: auto;
  margin-left: 20px;
  justify-items: center;
}

.banner .banner-wrapper .banner-left {
  padding: 44px;
  background: url(/img-main-banner.webp) no-repeat;
  width: 80%;
  background-size: cover;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  border-radius: 24px;
  justify-content: center;
  background-position: center;
  height: auto;
}
.banner .banner-wrapper .banner-left .banner-left-text{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.banner .banner-left .banner-left-text .first {
  color: #FFF;
font-family: Verdana;
font-size: 40.6px;
font-style: normal;
font-weight: 700;
line-height: normal;
width: 58%;
margin: 0;
padding-bottom: 80px;
}

.banner .banner-wrapper .banner-left .banner-left-img {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.banner .banner-wrapper .banner-left .button_wrap {
  padding-top: 10px;
}

.banner .banner-wrapper .banner-left .button_wrap button {
  border-radius: 12px;
  background: #FFF;
  padding: 14px 24px;
  color: #000;
  font-family: Verdana;
  font-size: 17.2px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.banner .banner-wrapper .banner-left .button_wrap button:hover {
  opacity: 0.8;
}

.banner-right .banner-money,
.banner-right .banner-bonus {
  width: 100%;
  height: 100%;
  min-width: 340px;
  min-height: 89px;
  position: relative;
}

.banner-right .banner-money {
  border-radius: 24px;
background: radial-gradient(174.15% 196.56% at 99.6% 124.82%, #FFF 0%, #ABB8C4 19.25%, #57718A 55.71%, #191D24 100%);
box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08) inset;
padding: 45px 24px;
}

.banner-right .banner-bonus {
  border-radius: 24px;
background: radial-gradient(192.55% 91.24% at 96.09% 111.63%, #BCA465 0%, #B28F52 45.37%, #533B1F 97.92%);
box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08) inset;
padding: 45px 24px;
}
.title {
color: #F0F2F5;
font-family: Verdana;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin: 0;
padding-bottom: 8px;
width: 50%;
}
.info {
color: #FFF;
font-family: Verdana;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin: 0;
padding-bottom: 0;
display: flex;
justify-content: flex-start;
align-items: center;
gap: 4px;
width: 50%;
}

.banner-money-img {
  position: absolute;
  background: url(/img-car.webp) no-repeat;
  background-position: center;
  background-size: cover;
  width: 165px;
  height: 156px;
  top: 10px;
  right: 0;
  z-index: 2;
}

.banner-bonus-img {
  position: absolute;
  background: url(/img-gift.webp) no-repeat;
  background-position: center;
  background-size: cover;
  width: 165px;
  height: 136px;
  bottom: 0;
  right: 0;
  z-index: 2;
}

.banner-right .banner-money button,
.banner-right .banner-bonus button {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  transition: all .25s;
}


.banner-right .banner-money button:hover,
.banner-right .banner-bonus button:hover {
  opacity: 0.8;
}


.banner .banner-wrapper .banner-right .banner-slots span {
  position: absolute;
  top: 65%;
  width: 100%;
  display: block;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}

@media screen and (max-width: 1225px) {
  .banner .banner-wrapper {
    flex-direction: column;
    gap: 15px;
    margin: 70px auto 20px auto;
  }
.banner .banner-wrapper .banner-left,
.banner .banner-wrapper .banner-right {
  width: 98%;
}
.banner .banner-wrapper .banner-left {
  height: 311px;
  background-position: 0% 16%;
}
.banner .banner-wrapper .banner-right {
  grid-template-columns: 1fr 1fr;
}
.banner .banner-wrapper .banner-right {
  margin-left: 0;
}
}

@media (max-width: 720px) {
.banner .banner-wrapper .banner-right {
    gap: 12px; 
}
  .banner .banner-wrapper .banner-left {
    width: 100%;
  }
  .banner .banner-wrapper .banner-right .banner-slots span {
    font-size: 12px;
  }

  .banner-right .banner-money, 
  .banner-right .banner-bonus  {
    min-width: auto;
    min-height: unset;
    max-height: 155px;
    padding: 30px 24px;
  }

  .banner .banner-left .banner-left-text .first {
    font-size: 28px;
        padding-bottom: 32px;
  }

}

@media (max-width: 680px) {
.banner-img-bonus .info {
  display: none;
}
.title {
  font-size: 14px;
  width: 100%;
}
.info {
  font-size: 10px;
}
.banner-money-img {
  width: 114px;
  height: 90px;
}
.banner-bonus-img {
    width: 70px;
  height: 58px;
  position: unset;
}
.banner .banner-wrapper .banner-right {
          grid-template-columns: 1fr 1fr 1fr;
}
    .banner-right .banner-money {
      grid-column-start: 1;
      grid-column-end: 3;
    }
  .banner-img-bonus {
    display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
  }
  .banner-right .banner-bonus {
    padding: 20px 24px 0  24px;
  }
  .banner .banner-wrapper .banner-left {
    background-position: 40% 16%;
  }
}

@media screen and (max-width: 420px) {

  .header .headerInner .logo img {
    max-width: 120px;
    max-height: 34px;
  }

  .banner .banner-wrapper .banner-left {
    padding: 25px 12px 26px 12px;
    background-position: 62% 50%;
    height: 144px;
  }
  .banner .banner-left .banner-left-text .first {
    font-size: 16px;
    padding-bottom: 12px;
  }

  .banner .banner-wrapper .banner-left .button_wrap button {
    font-size: 12px;
  }
  .banner .banner-wrapper {
    min-height: auto;
        margin: 40px auto 20px auto;
  }
}
@media (max-width: 340px) {
  .banner .banner-wrapper .banner-right .banner-slots img {
    width: 68px;
    height: 46px;
  }
}

@media screen and (max-width: 1345px) {
  .header {
    height: 60px;
  }

  .header .headerInner {
    padding: 12px 11px;
  }
}

@media (max-width: 1250px) {
  .header .headerInner .headerFlex {
    justify-content: flex-end;
  }

  .header .headerInner .logo {
    position: fixed;
    left: 11px;
  }

  .header .headerInner .header__dropdown {
    display: block;
    width: 70px;
  }

  .header .headerInner .menu {
    display: none;
  }

  .nav-menu__list {
  display: none;
}
}
@media (max-width: 640px) {

  .footer {
    padding: 20px 0 20px 0px;
  }

  .footer-block-btn {
    display: flex;
    max-width: 100%;
    bottom: 0px;
  }

  .footer-block-btn .buttons .logButton {
    width: 100%;
  }
}

@media (max-width: 390px) {
  .footer .footerInner .menu {
    grid-template-columns: repeat(1, 1fr);
  }
}


.games-slider {
  box-sizing: border-box;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto 0;
}

.games-slider * {
  box-sizing: border-box;
}


.games-slider__header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 16px;
}

.games-slider__title {
color: #F0F2F5;
font-family: Verdana;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
padding-bottom: 0;
margin: 0;
}

.games-slider__track {
  display: flex;
  gap: 17px;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.games-slider__card {
  width: 170px;
  height: 225px;
  aspect-ratio: 3 / 4;
  padding: 0;
  border: none;
  border-radius: 16px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  overflow: hidden;
  transition: transform 0.15s ease;
}

.games-slider__card:hover {
  transform: translateY(-4px);
}

.games-slider__card--lucky-jet {
  background-image: url('/lucky-jet.png');
}

.games-slider__card--rocket-queen {
  background-image: url('/Rocket-Queen.png');
}

.games-slider__card--blackjack {
  background-image: url('/Blackjack.png');
}

.games-slider__card--mines-classic {
  background-image: url('/Mines.png');
}

.games-slider__card--crash {
  background-image: url('/Crash.png');
}

.games-slider__card--mines {
  background-image: url('/Mines-oyunu.png');
}

.games-slider__card--coinflip {
  background-image: url('/Coinflip.png');
}


@media (max-width: 1250px) {
.games-slider__card:nth-last-child(1) {
  display: none;
}
}

@media (max-width: 1100px) {
.games-slider__card {
  width: 115px;
  height: 140px;
}
}

@media (max-width: 760px) {
.games-slider__card:nth-last-child(2) {
  display: none;
}
}

@media (max-width: 660px) {
.games-slider__card:nth-last-child(3) {
  display: none;
}
}
@media (max-width: 500px) {
.games-slider__card:nth-last-child(5) {
  display: none;
}
}

@media (max-width: 560px) {
  .games-slider {
    padding: 16px;
    border-radius: 16px;
  }

  .games-slider__card {
    width: 120px;
  }
}