* {
  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: #fff;
  font-family: Verdana, sans-serif;
}

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

main a {
  color: #f5822d;
  font-family: Verdana, sans-serif;
}

main a:hover {
  text-decoration: underline;
}

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 {
  max-width: 1560px;
  margin: 0 auto;
  width: 96%;
}

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

main p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
}

main .wrapper {
  width: 100%;
  max-width: 1560px;
  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: center;
  padding: 15px 0;
  color: #1e1e24;
}

h1 {
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.32px;
}

h2 {
  font-size: 20px;
  line-height: 24px;
}

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

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: #1e1e24;
}

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;
  background: #090f1e;

}

.content .content-block {
  margin-bottom: 20px;
  border-radius: 20px;

  padding-top: 20px;
}

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

.background-block {
  padding: 20px 0;
  background: linear-gradient(180deg, #e9ecff 0%, #e1e6ff 100%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}

.background-block-main {
  padding: 20px 0;
  background: linear-gradient(180deg, #e9ecff 0%, #e1e6ff 100%);
}

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

.content .general-ol li::before {
  position: absolute;
  content: no-open-quote;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #fff;
  border-radius: 50%;
  top: -2px;
  left: -20px;
  font-size: 20px;
}

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

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

.content .general-ul li::before {
  content: no-open-quote;
  position: absolute;
  width: 5px;
  height: 5px;
  left: 0;
  top: 10px;
  background-color: #163c85;
  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 {
  width: 100%;
  border-collapse: separate;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  margin: 0 auto;
  margin-bottom: 20px;
  border-spacing: 0 12px;
}

.general-table .general-tr {
  background: rgba(0, 0, 0, 0);
}

.general-table .general-tr:nth-child(2n) .general-td {
  border: 1px solid #59a5ff;
}

.general-table .general-tr:nth-child(2n) .general-td:first-child {
  background: #59a5ff;
}

.general-table .general-tr:nth-child(2n) .general-td:last-child {
  color: #59a5ff;
}

.general-table .general-tr .general-td {
  padding: 10px;
  text-align: center;
  color: #fff;
  border: 1px solid #397cff;
}

.general-table .general-tr .general-td:first-child {
  border-top-left-radius: 70px;
  border-bottom-left-radius: 70px;
  background: #397cff;
  width: 30%;
}

.general-table .general-tr .general-td:last-child {
  border-top-right-radius: 70px;
  border-bottom-right-radius: 70px;
  color: #397cff;
}

.general-table thead tr th {
  padding: 10px;
  border: 1px solid #fff;
  color: #fff;
}

.faq-container {
  width: 100%;
}

.faq-container .faq-item {
  position: relative;
  min-height: 30px;
  margin-bottom: 20px;
  width: 100%;
}

.faq-container .faq-item:nth-child(2n) .faq-answer {
  margin: 0;
  margin-right: auto;
}

.faq-container .faq-item:nth-child(2n) .faq-question::before {
  left: auto;
  right: 15px;
  transform: rotate(90deg);
}

.faq-container .faq-item:nth-child(2n) .faq-question::after {
  left: auto;
  right: 15px;
  transform: rotate(90deg);
}

.faq-container .faq-question {
  position: relative;
  padding: 12px 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  padding-right: 25px;
  background: #397cff;
  color: #fff;
  border-radius: 10px;
  margin: 0;
  margin-bottom: 8px;
}

.faq-container .faq-question::before {
  content: no-open-quote;
  position: absolute;
  width: 0;
  height: 0;
  left: 15px;
  bottom: -30px;
  border: 15px solid;
  border-color: #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;
}

.faq-container .faq-question::after {
  content: no-open-quote;
  position: absolute;
  width: 0;
  height: 0;
  left: 15px;
  bottom: -13px;
  border: 7px solid;
  border-color: #397cff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #397cff;
}

.faq-container .faq-answer {
  padding: 16px 20px;
  width: 98%;
  overflow: hidden;
  position: relative;
  transition: 0.4s ease;
  color: #397cff;
  border: 4px solid #397cff;
  border-radius: 10px;
  margin: 0;
  margin-left: auto;
}

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

.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 {
  max-width: 1128px;
  margin: 0 auto;
  width: 96%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.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: #df0000;
  cursor: pointer;
  border-radius: 7px;
  transition: all 0.25s ease-out;
}

.table_of_contents .lbl-toggle:hover {
  background: linear-gradient(135deg, #df0000 0%, #a10000 100%);
}

.table_of_contents .toggle:checked+.lbl-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.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;
  border: 1px solid #222;
  padding: 20px;
  margin-top: 12px;
  border-radius: 8px;
}

.table_of_contents .table_link {
  position: relative;
  padding-left: 15px;
  font-size: 16px;
  line-height: 1.8;
  color: #222;
}

.table_of_contents .table_link::before {
  content: no-open-quote;
  position: absolute;
  width: 8px;
  height: 8px;
  top: 32%;
  left: 0;
  background: #222;
  border-radius: 50%;
  transition: all 0.25s ease-out;
}

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

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

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

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

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

.content404Page.wrapper .content404 button {
  display: inline-block;
  background: #ff831e;
  box-shadow: 0 0 12px 0 rgba(255, 0, 0, 0.26);
  padding: 5px 15px;
  border-radius: 5px;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  color: #fff;
}

.content404Page.wrapper .content404 button:hover {
  background: #ff9035;
}

.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;
  text-align: center;
  margin: 10px 0;
  background: #000;
  background-repeat: no-repeat;
  background-size: cover;
}

.button-block button {
  padding: 18px 60px;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 50px;
  background: linear-gradient(135deg, #f5822d 0%, #ff6c00 100%);
}

.button-block button:hover {
  background: linear-gradient(135deg, #f5822d 0%, #f5822d 100%);
}

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

.quote p {
  padding: 40px 40px 20px 40px;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}

.quote::after {
  position: absolute;
  content: no-open-quote;
  width: 60px;
  height: 60px;
  background-image: url(/_next/static/media/quote-icon.28ebace9.svg);
  background-repeat: no-repeat;
  background-size: cover;
  left: 45%;
  top: -30px;
}

.reviews {
  max-width: 1128px;
  margin: 0 auto;
  width: 96%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.reviews .review {
  border: 1px solid #000;
  padding: 20px 20px 0 20px;
  border-radius: 20px;
  border-left: 5px solid #df0000;
  margin-bottom: 20px;
  width: 48%;
}

.reviews .review p {
  max-width: 100%;
  width: 100%;
}

.reviews .review .name {
  font-weight: bold;
}

.reviews .review .date {
  color: rgba(0, 0, 0, 0.5);
}

.reviews .review .answer {
  padding-left: 10px;
  border-left: 1px solid rgba(0, 0, 0, 0.5);
  padding-bottom: 0;
  margin-bottom: 20px;
}

.slots-wrapper {
  background: #000;
  margin-bottom: 30px;
}

.slots-wrapper .slots-list {
  max-width: 1128px;
  margin: 0 auto;
  width: 96%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.slots-wrapper .slots-list .slot {
  position: relative;
  border-radius: 4px;
  width: 300px;
  height: 188px;
  margin: 20px;
}

.slots-wrapper .slots-list .slot .slot-text {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  padding: 5px 0;
}

.slots-wrapper .slots-list .slot .slot-text p {
  color: #fff;
  text-align: center;
  font-size: 16px;
  z-index: 3;
  position: relative;
  padding-bottom: 0;
}

.slots-wrapper .slots-list .slot .slot-img {
  overflow: hidden;
  border-radius: 4px;
  position: relative;
}

.slots-wrapper .slots-list .slot .slot-img img {
  display: block;
  width: 100%;
  height: 100%;
}

.slots-wrapper .slots-list .slot .slot-img amp-img {
  object-fit: cover;
}

.slots-wrapper .slots-list .slot .slot-back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2;
}

.slots-wrapper .slots-list .slot .slot-back .slot-review {
  padding: 16px 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  border-radius: 50px;
  background: #a91704;
  transition: 0.4s;
}

.slots-wrapper .slots-list .slot .slot-back .slot-review:hover {
  background: linear-gradient(135deg, #df0000 0%, #a10000 100%);
}

.slots-wrapper .slots-list .slot .slot-back .toggle {
  display: none;
}

.slots-wrapper .slots-list .slot .slot-back .lbl-toggle {
  display: inline-block;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  padding: 10px;
  color: #fff;
  background: #df0000;
  cursor: pointer;
  border-radius: 7px;
  transition: all 0.25s ease-out;
}

.slots-wrapper .slots-list .slot .slot-back .lbl-toggle:hover {
  background: linear-gradient(135deg, #df0000 0%, #a10000 100%);
}

.slots-wrapper .slots-list .slot .slot-back .toggle:checked+.lbl-toggle {
  display: none;
}

.slots-wrapper .slots-list .slot .slot-back .slot-box {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.25s ease-in-out;
  display: flex;
  width: 100%;
  max-width: 500px;
  flex-direction: column;
}

.slots-wrapper .slots-list .slot .slot-back .slot-box a {
  text-align: center;
  padding: 10px;
  color: #fff;
  background: #df0000;
  width: 48%;
  color: #fff;
  border-radius: 8px;
}

.slots-wrapper .slots-list .slot .slot-back .slot-box button {
  width: 48%;
  border: 1px solid #fff;
  border-radius: 8px;
  color: #fff;
  font-size: 18px;
}

.slots-wrapper .slots-list .slot .slot-back .slot-box button:hover {
  color: #a91704;
  border: 1px solid #a91704;
  background: #fff;
}

.slots-wrapper .slots-list .slot .slot-back .toggle:checked+.lbl-toggle+div {
  max-height: 300px;
  background: #000;
  padding: 20px 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media screen and (max-width: 1250px) {
  main .wrapper {
    padding: 0 10px;
  }

  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 .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;
  }

  .footer-block-btn .buttons {
    justify-content: space-between;
    width: 100%;
  }

  .footer-block-btn .buttons .regButton,
  .footer-block-btn .buttons .logButton,
  .footer-block-btn .buttons .apkButton {
    padding: 5px 5px;
  }

  .footer-block-btn .buttons .apkButton {
    padding: 4px 4px;
  }

  .footer-block-btn .buttons button {
    width: 48%;
  }
}

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

  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 {
    max-width: 1128px;
    margin: 0 auto;
    width: 96%;
  }

  main .wrapper {
    width: 96%;
    max-width: 1128px;
    margin: 0 auto;
  }
}

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

@media screen and (max-width: 400px) {
  .general-table {
    max-width: 100%;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
  }

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

@media screen and (max-width: 600px) {
  .faq-container .faq-question::before {
    z-index: 5;
  }

  .faq-container .faq-question::after {
    left: 23px;
    z-index: 5;
  }

  .faq-container .faq-item:nth-child(2n) .faq-question::after {
    left: auto;
    right: 23px;
    transform: rotate(90deg);
  }
}

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

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

/* .footer {
  background: linear-gradient(90deg, #002B66 0%, #0074A0 100%);
  padding: 60px 0;

}

.footer .footerInner {
  display: block;
  text-align: center;
}

.footer .footerInner .dmca-badge {
  display: block;
  margin-top: 4px;
  margin-bottom: 8px;
}

.footer .footerInner .dmca-badge img {
  display: block;
  margin: 0 auto;
}

.footer .footerInner .copyright {
  color: #fff;
  font-size: 15px;
}

.footer .footerInner .footer-menu {
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.footer .footerInner .footer-menu a {
  color: #fff;
  margin: 0 5px 5px 5px;
} */

.footer .scrollTop {
  background: #f5822d;
  box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.1);
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 60px;
  right: 20px;
  opacity: 0;
  cursor: pointer;
  border-radius: 50%;
  z-index: 5;
}

.footer .scrollTop.pam_content {
  opacity: 1;
}

.footer-block-btn {
  z-index: 4;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  height: 76px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #fff;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 5;
}

.footer-block-btn .buttons {
  display: flex;
}

.footer-block-btn .footer-menu {
  display: flex;
  align-items: center;
  gap: 50px;
}

.footer-block-btn .footer-menu button {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-decoration: none;
}

.footer-block-btn .footer-menu button svg {
  fill: #161618;
}

.footer-block-btn .footer-menu button span {
  color: #161618;
}

.footer-block-btn .footer-menu button :hover svg {
  fill: #397cff;
}

.footer-block-btn .footer-menu button :hover span {
  color: #397cff;
}

@media (max-width: 1250px) {
  .footer {
    padding: 20px 0 100px 0px;

  }

  .footer .scrollTop {
    bottom: 100px;
  }

  .footer-block-btn {
    display: flex;
  }
}

.header {
  background: linear-gradient(90deg, #002B66 0%, #0074A0 100%);
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 0;
}

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

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

.header .headerInner .logo .ampLogo {
  position: relative;
}

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

.header .headerInner .menu {
  position: relative;
  left: 100px;
  height: 100%;
  display: flex;
  align-items: center;
}

.header .headerInner .menu a {
  margin-right: 20px;
  color: #161618;
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
}

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

.header .headerInner .menu a:hover {
  color: #397cff;
  text-decoration: none;
}

.header .headerInner .menu a.active {
  color: #397cff;
  font-weight: 600;
}

.buttons .regButton {
  position: relative;
  padding: 12px 50px;
  border-radius: 60px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(180deg, #ffa800 0%, #ff8a00 100%);
  transition: all 0.1s ease-in-out;
}

.buttons .regButton::before {
  content: no-open-quote;
  position: absolute;
  width: 17px;
  height: 17px;
  background-image: url(/uploads/img/reg-icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  left: 25px;
  top: 12px;
}

.buttons .regButton:hover {
  opacity: 0.7;
}

.buttons .logButton {
  position: relative;
  margin-right: 20px;
  background: linear-gradient(180deg, #397cff 0%, #2661d5 100%);
  padding: 12px 50px;
  border-radius: 60px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  color: #fff;
  transition: all 0.1s ease-in-out;
}

.buttons .logButton:hover {
  opacity: 0.7;
}

.buttons .apkButton {
  position: relative;
  margin-right: 20px;
  background: linear-gradient(180deg, #2cb765 0%, #099d4f 100%);
  padding: 12px 50px;
  border-radius: 60px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  color: #fff;
  transition: all 0.1s ease-in-out;
}

.buttons .apkButton:hover {
  opacity: 0.7;
}

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

  .header .regButton,
  .header .logButton,
  .header .apkButton {
    padding: 8px 32px;
  }

  .header .logButton,
  .header .apkButton {
    margin-right: 10px;
  }

  .header .headerInner {
    gap: 10px;
  }

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

  .header .headerInner img {
    width: 78px;
    height: 36px;
  }

  .buttons .regButton {
    margin-right: 0;
  }

  .buttons .regButton,
  .buttons .logButton,
  .buttons .apkButton {
    font-size: 16px;
  }
}

.contentSidebar {
  width: 350px;
  height: 540px;
  position: -webkit-sticky;
  position: sticky;
  right: 0;
  top: 100px;
  padding: 20px;
  background: #1b243a;
  border-radius: 15px;
}

.contentSidebar .appName {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.contentSidebar .appImg {
  display: flex;
  justify-content: center;
}

.contentSidebar .appItem {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 15px;
  padding: 10px;
  margin: 10px 0;
  position: relative;
}

.contentSidebar .appItem button {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.contentSidebar .appItem .appInfo {
  width: calc(100% - 40px);
}

.contentSidebar .appItem .appInfoTitle {
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  display: block;
}

.contentSidebar .appItem .appInfoSubtitle {
  font-size: 13px;
  color: #fff;
  line-height: 20px;
  display: block;
}

.contentSidebar .appItem:nth-child(1n) {
  background: #8d53e9;
}

.contentSidebar .appItem:nth-child(1n):hover {
  background: #712cde;
}

.contentSidebar .appItem:nth-child(2n) {
  background: #00b7ff;
}

.contentSidebar .appItem:nth-child(2n):hover {
  background: #2ca0ce;
}

@media screen and (max-width: 1250px) {
  .contentSidebar {
    display: none;
  }

  .buttons .regButton::before {
    width: 14px;
    height: 14px;
    left: 14px;
    top: 11px;
  }
}

.burger {
  display: none;
  position: relative;
}

.mobileMenu {
  position: fixed;
  top: 0;
  right: 0%;
  display: block;
  z-index: 5;
  background: #000;
  width: 100%;
  max-width: 350px;
  min-height: 100vh;
  padding: 30px 20px;
  transition: right 0.8s;
}

.mobileMenu .buttons {
  display: block;
  margin-top: 32px;
}

.mobileMenu .buttons button {
  display: block;
  margin: 0 auto 12px;
  width: 50%;
}

.mobileMenu[hidden] {
  right: -200%;
}

.mobileMenu .mobileMenuTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 75px;
}

.mobileMenu .mobileMenuLinks {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mobileMenu .mobileMenuLinks a {
  color: #fff;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  display: block;
}

.overlay[hidden] {
  display: none;
}

@media screen and (max-width: 1250px) {
  .burger {
    display: none;
  }
}

.breadcrumbs.wrapper {
  display: flex;
  align-items: center;
  padding-top: 25px;
  overflow-x: hidden;
  margin-bottom: 10px;
}

.breadcrumbs.wrapper a {
  color: #ffa800;
  font-size: 14px;
}

.breadcrumbs.wrapper a:hover {
  text-decoration: none;
}

.breadcrumbs.wrapper .last {
  position: relative;
  margin-left: 10px;
  font-size: 14px;
}

.breadcrumbs.wrapper a:after {
  display: inline-block;
  width: 11px;
  height: 11px;
  background-image: url(/arrow-right.svg);
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 10px;
  content: no-open-quote;
}

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


.brand_banner {
  height: 400px;
  margin-top: 80px;
  background: url(/banner-bg.webp)no-repeat;
  background-size: cover;
}

.brand_banner_inner {
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 36, 64, 0.6) 21.71%, rgba(0, 0, 0, 0) 81.62%);
  display: flex;
}

.brand_banner .banner_text {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 1128px;
  margin: 0 auto;
  width: 96%;

}

.brand_banner .banner_text img {
  margin-bottom: 20px;

}

.brand_banner .banner_text button {
  background: linear-gradient(270deg, #FE9800 0%, #FEB708 100%);
  padding: 15px 0px;
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  font-weight: 800;
  border-radius: 50px;
  width: 100%;
  max-width: 370px;
}

.brand_banner .banner_text button:hover {
  opacity: 0.9;
}

@media screen and (max-width: 1250px) {
  .brand_banner {
    margin-top: 50px;
    height: 300px;
    background-position: 100% 0;
  }

}

@media screen and (max-width: 700px) {
  .brand_banner_inner {
    background: linear-gradient(90deg, rgba(0, 36, 64, 0.6) 99.52%, rgba(0, 0, 0, 0) 100%);
  }

  .brand_banner .banner_text button {
    max-width: 320px;
  }

  .brand_banner .banner_text {
    padding: 0 10px;
  }

}









.banner {
  top: 50px;
}

.banner,
.banner .img {
  position: relative;
}

.banner .img .banner__img-2 {
  display: none;
}

.banner .img .button {
  position: absolute;
  bottom: 7%;
  left: 7%;
  z-index: 5;
}

.banner .img button {
  padding: 18px 46px;
  font-size: 31px;
  font-weight: 600;
  background: linear-gradient(180deg, #397cff, #2661d5);
  box-shadow: 0 16px 24px rgba(17, 17, 19, 0.18);
  color: #fff;
  border-radius: 80px;
  transition: all 0.3s ease-in-out;
}

.banner .img button:hover {
  opacity: 0.7;
}

@media (max-width: 1150px) {
  .banner .img .button {
    bottom: 2%;
    left: 7%;
  }

  .banner .img button {
    padding: 15px;
    font-size: 21px;
    width: 300px;
  }
}

@media (max-width: 720px) {
  .banner .img .banner__img-1 {
    display: none;
  }

  .banner .img .banner__img-2 {
    display: block;
  }

  .banner .img .button {
    left: 50%;
    bottom: -5%;
    transform: translate(-50%, 10px);
  }

  .banner .img button {
    font-size: 21px;
  }
}

.nav-submenu {
  position: relative;
  height: 100%;
}

.nav-submenu:hover .nav-submenu-list {
  display: flex;
}

.nav-submenu .nav-submenu-link {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  height: 55px;
  display: flex;
  align-items: center;
}

.nav-submenu .nav-submenu-list {
  position: absolute;
  background: #000;
  top: 40px;
  left: -10px;
  width: 160px;
  flex-direction: column;
  padding: 10px 10px 0px 10px;
  display: none;
}

.nav-submenu .nav-submenu-list a {
  margin-bottom: 10px;
  margin-right: 0px;
}

@media screen and (max-width: 1250px) {
  #mobileMenu .nav-submenu {
    margin-top: 20px;
  }

  #mobileMenu .nav-submenu-link {
    color: #df0000;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    display: block;
    height: auto;
  }

  #mobileMenu .nav-submenu-list {
    display: flex;
    width: 100%;
    left: 0;
    position: relative;
    top: 0;
  }
}

.promo {
  margin-top: 60px;
  background: #000 url(/uploads/img/mask.webp);
  padding: 20px 0;
}

.promo p {
  width: 100%;
}

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

.promo .promo_wrapper .promo_info {
  text-align: center;
  width: 300px;
}

.promo .promo_wrapper .promo_info .promo_title {
  margin-bottom: 10px;
  padding: 0;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
}

.promo .promo_wrapper .promo_info .promo_text {
  text-align: center;
  margin-bottom: 10px;
  padding: 0;
  font-size: 22px;
}

.promo .promo_wrapper .promo_info .promo_date {
  margin-bottom: 10px;
  padding: 0;
  font-size: 20px;
}

.promo .promo_wrapper .promo_info .promo_date span {
  border-bottom: 2px dotted #fff;
}

.promo .promo_wrapper .promo_info .promo_percent {
  width: 100%;
  margin-bottom: 10px;
  padding: 0;
  font-size: 40px;
  font-weight: bold;
  line-height: 42px;
  color: #ec2a0a;
}

.promo .promo_wrapper .promo_code-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.promo .promo_wrapper .promo_code-info .promo_text {
  text-align: center;
  margin-bottom: 10px;
}

.promo .promo_wrapper .promo_code-info .promo_code {
  margin-bottom: 20px;
  padding: 15px;
  font-weight: 600;
  text-align: center;
  font-size: 42px;
  text-transform: uppercase;
  letter-spacing: 10px;
  background: #000;
  border: 5px dashed #fff;
  border-radius: 10px;
}

.promo .promo_wrapper .promo_code-info .promo_btn {
  color: #fff;
  font-weight: 500;
  font-size: 22px;
  position: relative;
  display: inline-block;
  background: #a91704;
  padding: 8px 12px;
  border-radius: 8px;
}

@media screen and (max-width: 1250px) {
  .promo .promo_wrapper .promo_img {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  .promo {
    padding: 0 0 10px 0;
  }

  .promo .promo_wrapper {
    flex-wrap: wrap;
  }

  .promo .promo_wrapper .promo_info {
    width: 100%;
  }

  .promo .promo_wrapper .promo_info .promo_title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0px;
  }

  .promo .promo_wrapper .promo_info .promo_text {
    margin-bottom: 0;
    font-size: 18px;
  }

  .promo .promo_wrapper .promo_info .promo_percent {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0px;
  }

  .promo .promo_wrapper .promo_info .promo_date {
    font-size: 16px;
  }

  .promo .promo_wrapper .promo_code-info {
    width: 100%;
  }

  .promo .promo_wrapper .promo_code-info .promo_text {
    margin-bottom: 0;
  }

  .promo .promo_wrapper .promo_code-info .promo_code {
    width: auto;
    font-size: 20px;
    border: 2px dashed #fff;
  }

  .promo .promo_wrapper .promo_code-info .promo_btn {
    font-size: 20px;
  }
}

.football_final {
  margin-top: 100px;
  width: 100%;
  height: 380px;
  background: linear-gradient(180deg, #143CDA 0%, #0B2074 100%);
  overflow: hidden;
  position: relative;
}

.football_final .logo_champs {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.football_final .logo_champs_inner {
  width: 685px;
  height: 331px;
  background: url(/logo_champs.svg) no-repeat;
  background-size: contain;
}

.football_final .flags {
  width: 100%;
  height: 86px;
  background: url(/flag.webp) no-repeat;
  background-size: cover;
  position: absolute;
  top: 24px;
  left: 0;
  background-size: cover;
  background-position: center center;
  z-index: 2;
}

.football_final_inner {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 576px;
  margin: 0 auto;
  position: relative;
  height: 100%;
  padding-top: 20px;
}

.football_final_inner .item_left {
  position: absolute;
  bottom: 0;
  left: -390px;
  width: 420px;
  height: 380px;
  background: url(/football_left.webp) no-repeat;
  background-size: cover;
  z-index: 3;
}

.football_final_inner .item_right {
  position: absolute;
  bottom: 0;
  right: -390px;
  width: 420px;
  height: 380px;
  background: url(/football_right.webp) no-repeat;
  background-size: cover;
  z-index: 3;
}

.football_final_inner .info {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 4;
  gap: 33px;
  justify-content: center;
}

.football_final .text {
  width: 576px;
  height: 186px;
  background: url(/text-desk.svg) no-repeat;
  background-size: contain;
  background-position: center;
}

.football_final .info_button {
  display: flex;
  justify-content: center;
}

.football_final .info_button button {
  background: #F8C602;
  border: 1px solid #0051D8;
  padding: 20px 114px;
  border-radius: 10px;
  color: #000D40;
  font-size: 20px;
  line-height: 24px;
  font-family: Tahoma, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.football_final .info_button button:hover {
  opacity: 0.8;
}

.football_final .football_mobile {
  display: none;
}

@media screen and (max-width: 1140px) {
  .football_final {
    height: 378px;
    margin-top: 60px;
  }

  .football_final .flags,
  .football_final_inner .item_left,
  .football_final_inner .item_right {
    display: none;
  }

  .football_final_inner .info {
    justify-content: flex-start;
    gap: 24px;
  }

  .football_final .text {
    height: 97px;
    max-width: 328px;
  }

  .football_final .info_button button {
    font-size: 16px;
    line-height: 20px;
    padding: 12px 25px;
  }

  .football_final_inner {
    min-width: 240px;
  }

  .football_final .football_mobile {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    width: 100%;
  }

  .football_final .football_mobile_inner {
    height: 175px;
    width: 50%;
    position: relative;
  }

  .football_final .football_mobile .mobile_players {
    height: 205px;
    width: 285px;
    background: url(/football_mobile.webp) no-repeat;
    background-size: contain;
    position: absolute;
    left: -240px;
    bottom: 0;
    background-position: 100% 100%;
  }

  .football_final .football_mobile_inner .mobile_flags {
    height: 90px;
    width: 100%;
    background: url(/flag_mobile.webp) no-repeat;
    background-size: cover;
  }

  .football_final .logo_champs_inner {
    width: 333px;
    height: 161px;
  }

  .football_final .logo_champs {
    align-items: flex-end;
    bottom: 50px;
    top: auto;
  }
}

@media screen and (max-width: 400px) {
  .football_final .football_mobile_inner {
    width: 40%;
  }

  .football_final .football_mobile .mobile_players {
    left: -220px;
  }
}

.telegram {
  position: fixed;
  bottom: 60px;
  right: 10%;
  width: 77px;
  height: 84px;
  background: url(/tg.svg)no-repeat;
  background-size: cover;
  animation: animate_grow 2s infinite;
  z-index: 10;
}

.telegram button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  box-shadow: none;
  cursor: pointer;
}

@keyframes animate_grow {
  0% {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    transform: scale3d(1, 1, 1);
  }
}

.banner-ny {
  width: 100%;
  height: 360px;
  background: url(ny-desktop.webp)no-repeat;
  background-size: cover;
  margin-top: 55px;
  overflow: hidden;
  background-position: center center;
}

.banner-ny_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 25px 38px;
  position: relative;
  width: 100%;
  height: 100%;
}

.banner-ny-info {
  max-width: 543px;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  height: 100%;
}

.banner-ny-text {
  font-family: Tahoma, sans-serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 53px;
  color: rgba(255, 255, 255, 1);
}

.banner-ny-date {
  font-family: Tahoma, sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: rgba(32, 173, 247, 1);
  padding-top: 12px;
  padding-bottom: 24px;
}

.banner-ny-button {
  font-family: Tahoma, sans-serif;
  box-shadow: none;
  border: none;
  background: rgba(255, 255, 255, 1);
  padding: 16px 0;
  border-radius: 10px;
  width: 199px;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: rgba(255, 255, 255, 1);
  cursor: pointer;
  transition: 0.4s;
  color: rgba(0, 0, 0, 1);
  text-transform: uppercase;
}

.banner-ny-button:hover {
  opacity: 0.8;
}

@media screen and (max-width: 750px) {
  .banner-ny {
    height: 290px;
    background: url(ny-mobile.webp)no-repeat;
    background-size: cover;
    background-position: 60% center;
  }

  .banner-ny_inner {
    padding: 18px 24px;
  }

  .banner-ny-text {
    font-size: 24px;
    line-height: 28px;
  }

  .banner-ny-date {
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 16px;
    max-width: 200px;
  }

  .banner-ny-button {
    padding: 12px 0;
    width: 160px;
  }

  .banner-ny-info {
    max-width: 380px;
  }
}

@media screen and (max-width: 500px) {
  .banner-ny {
    background-position: 55% center;
  }
}

@media screen and (max-width: 380px) {
  .banner-ny_inner {
    padding: 0px 12px;
  }

  .banner-ny-info {
    max-width: 250px;
  }
}

.panel {
  display: grid;
  width: 96%;
  margin: 0 auto;
  grid-template-columns: 1fr;
}

.panel .panel-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  width: 100%;
}

.panel .panel-item {
  background: linear-gradient(90deg, #002B66 0%, #0074A0 100%);
  min-height: 74px;
  border-radius: 10px;
  padding: 12px;
  color: #fff;
  display: flex;
  align-items: center;
}

.panel-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.panel-content>div:first-child {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 100%;
}

.panel-icon {
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.panel-item_tvbet {
  background-image: url(/panel/spor.svg);
  width: 50px;
  height: 50px;
}

.panel-item_casino {
  background-image: url(/panel/img-casino.svg);
  width: 50px;
  height: 50px;
}

.panel-item_play {
  background-image: url(/panel/img-live.svg);
  width: 50px;
  height: 50px;
}

.panel-item_poker {
  background-image: url(/panel/img-poker.svg);
  width: 50px;
  height: 50px;
}

.panel-title {
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
  color: #fff;
  padding-bottom: 0;
}

.panel-caption {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  margin: 0;
  color: #fff;
  padding-bottom: 0;
}

@media screen and (max-width: 1250px) {
  .panel {
    grid-template-columns: 1fr;
  }

  .panel .panel-list {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }

  .item_play {
    grid-column-start: 1;
    grid-column-end: 2;
  }

  .item_poker {
    grid-column-start: 2;
    grid-column-end: 3;
  }
}

@media screen and (max-width: 600px) {
  .panel .panel-list {
    grid-template-columns: 1fr;
  }

  .item_play {
    grid-column-start: unset;
    grid-column-end: unset;
  }

  .item_poker {
    grid-column-start: unset;
    grid-column-end: unset;
  }
}

.footer {
  background: #002B66;
  font-family: Verdana, sans-serif;
}

.footer-inner {
  padding: 32px 0;
  width: 100%;
  margin: 0 auto;
}

.header-container {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-bottom: 24px;
}

.logo-footer {
  width: 80px;
  height: 37px;
}

.divider {
  flex: 1;
  height: 1px;
  background: rgba(232, 232, 232, 0.25);
}

.support-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 24px;
  gap: 20px;
}

.support-info-container {
  display: flex;
  align-items: flex-start;
  gap: 64px;
  max-width: 230px;
}

.support-info-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.support-text-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.support-title {
  color: #d6d5d5;
  font-size: 14px;
  line-height: normal;
  font-family: Verdana, sans-serif;
}

.support-description {
  color: #5778a7;
  font-size: 10px;
  font-weight: 700;
  line-height: normal;
  font-family: Verdana, sans-serif;
}

.phone-container {
  display: flex;
  align-items: center;
  gap: 8px;
}

.phone-icon {
  width: 24px;
  height: 24px;
  border-radius: 4px;
}

.phone-number {
  color: #d6d5d5;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
}

.contact-section {
  display: flex;
  width: 272px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.section-title {
  color: #5778a7;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  font-family: Verdana, sans-serif;
}

.contact-info-container {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.contact-info-column {
  display: flex;
  width: 125px;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.contact-emails-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  flex: 1;
}

.contact-label {
  color: #5778a7;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  font-family: Verdana, sans-serif;
}

.contact-email {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}

.information-section {
  display: flex;
  width: 128px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.information-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.info-link {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}

.categories-section {
  display: flex;
  width: 154px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.categories-container {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
}

.categories-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.app-section {
  width: 260px;
  height: 94px;
  position: relative;
}

.fooret-menu {
  display: flex;
  gap: 64px;
}

.app-container {
  display: flex;
  padding: 6px 12px;
  align-items: center;
  border-radius: 10px;
  border: 1px solid rgba(232, 232, 232, 0.25);
  position: absolute;
  width: 140px;
  height: 43px;
  cursor: pointer;
}

.ios-app {
  left: 0;
  top: 0;
}

.android-app {
  left: 0;
  top: 51px;
}

.windows-app {
  left: 148px;
  top: 0;
  width: 112px;
  height: 94px;
  padding: 12px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.app-icon-container {
  display: flex;
  align-items: center;
  gap: 11px;
}

.app-icon {
  width: 20px;
  height: 20px;
}

.app-text-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.app-title {
  color: #5778a7;
  font-size: 8px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 3px;
  font-family: Verdana, sans-serif;
}

.app-platform {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  font-family: Verdana, sans-serif;
}

.payment-methods-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 24px 0;
}

.payment-method-container {
  display: flex;
  align-items: center;
  gap: 12px;
}

.payment-icon {
  width: 32px;
  height: 32px;
  border-radius: 4px;
}

.payment-icons-container {
  display: flex;
  align-items: center;
  gap: 19px;
  flex-wrap: wrap;
}

.game-logo {
  height: 25px;
}

.payment-logo {
  height: 17px;
}

.payment-logo-large {
  height: 23px;
}

.footer-text {
  color: #5778a7;
  font-size: 12px;
  font-weight: 300;
  line-height: normal;
  text-align: center;
  margin-top: 24px;
  font-family: Verdana, sans-serif;
}

@media (max-width: 1250px) {
  .fooret-menu {
    order: 1;
  }

  .support-section {
    justify-content: flex-start;
  }

  .fooret-menu {
    gap: 50px;
  }
}

@media (max-width: 720px) {
  .fooret-menu {
    flex-wrap: wrap;
    gap: 16px;
  }

  .payment-methods-section {
    flex-direction: column;
    gap: 20px;
  }

  .payment-icons-container {
    justify-content: center;
  }
}