* {
  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;
  font-family: Verdana, sans-serif;
}
main p,
main span,
main h1,
main h2,
main h3,
main h4,
main h5,
main figcaption,
main li {
  color: #fff;
  font-family: Verdana, sans-serif;
}
main a {
  color: #ff7a4d;
  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,
main .general-table-wrapper,
main .faq-container {
  max-width: 1300px;
  margin: 0 auto;
  width: 96%;
}
main figure {
  margin: 0 auto;
  margin-bottom: 20px;
}

main .wrapper {
  max-width: 1300px;
  margin: 0 auto;
  width: 96%;
}
body {
  overflow-x: hidden;
  position: relative;
  background: rgba(0, 18, 37, 1);
}
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: #fff;
}
h1 {
  font-size: 26px;
  font-weight: 700;
  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 {
  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: 40px;
}
.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-wrap: wrap;
  margin-bottom: 20px;
  counter-reset: counter-ol;
  padding-left: 20px;
}
.content .general-ol li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 10px;
  width: 100%;
  counter-increment: counter-ol;
}
.content .general-ol li::before {
  position: absolute;
  content: counter(counter-ol);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  color: #1e1e24;
  border-radius: 50%;
  top: 0px;
  left: -26px;
  background: #fff;
  font-size: 14px;
}
.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: #fff;
  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 {
  margin-bottom: 20px;
  border-collapse: collapse;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
}
.general-table .general-tr {
  background: rgba(0, 0, 0, 0);
}
.general-table .general-tr .general-td {
  padding: 10px;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
}
.general-table thead {
  background: #fff;
}
.general-table thead th {
  padding: 10px;
  border: 1px solid rgba(0, 27, 56, 1);
}
.faq-container .faq-item {
  margin: 0 auto;
  position: relative;
  min-height: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
}
.faq-container .faq-item:last-child {
  border-bottom: none;
}
.faq-container .faq-item:hover .icon::before,
.faq-container .faq-item:hover .icon::after {
  background: #63b0e8;
}
.faq-container .faq-item:hover {
  border-color: #63b0e8;
}
.faq-container .faq-item:hover .faq-question {
  color: #63b0e8;
}
.faq-container .faq-question {
  padding-bottom: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  padding-right: 25px;
}
.faq-container .faq-answer {
  padding: 10px 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  position: relative;
  opacity: 0;
  transition: 0.4s ease;
}
.faq-container .icon {
  height: 18px;
  position: absolute;
  width: 18px;
  right: 10px;
  top: 11px;
  z-index: 2;
}
.faq-container .icon::before,
.faq-container .icon::after {
  background: #63b0e8;
  content: no-open-quote;
  height: 4px;
  right: 0;
  position: absolute;
  top: 0;
  width: 18px;
  transition: transform 500ms ease;
}
.faq-container .toggle {
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  z-index: 3;
}
.faq-container .toggle:checked ~ .icon::before,
.faq-container .toggle:checked ~ .icon::after {
  background: #63b0e8;
}
.faq-container .toggle:checked ~ .faq-question {
  color: #63b0e8;
}
.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;
}
.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 {
  margin: 19px 0;
}
.table_of_contents .toggle {
  display: none;
}
.table_of_contents .lbl-toggle {
  display: inline-block;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  padding: 10px;
  color: #1e1e24;
  background: #8d53e9;
  cursor: pointer;
  border-radius: 7px;
  transition: all 0.25s ease-out;
}
.table_of_contents .lbl-toggle:hover {
  background: #08f;
}
.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 #8d53e9;
  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;
}
.table_of_contents .table_link::before {
  content: no-open-quote;
  position: absolute;
  width: 8px;
  height: 8px;
  top: 32%;
  left: 0;
  background: #08f;
  border-radius: 50%;
  transition: all 0.25s ease-out;
}
.table_of_contents .table_link:hover {
  color: #08f;
}
.content404Page.wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  max-width: 100%;
  width: 100%;
  background: rgba(0, 27, 56, 1);
}
.content404Page.wrapper .content404 {
  display: flex;
  flex-direction: column;
  width: 280px;
}
.content404Page.wrapper .content404 img {
  display: block;
  margin: 0 auto;
}
.content404Page.wrapper .content404 h1 {
  color: #fff;
}
.content404Page.wrapper .content404 button {
  display: inline-block;
  background: linear-gradient(135deg, #fb4d00 0%, #fb7c34 100%);
  padding: 5px 15px;
  border-radius: 5px;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  color: #fff;
}
.content404Page.wrapper .content404 button:hover {
  background: linear-gradient(135deg, #ff7a4d 0%, #ff9567 100%);
}
.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: calc(50% - 4px);
  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: #2163ce;
  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, #fb4d00 0%, #fb7c34 100%);
  box-shadow: 0px 0px 12px 0px rgba(255, 92, 0, 0.26);
}
.button-block button:hover {
  background: linear-gradient(135deg, #ff7a4d 0%, #ff9567 100%);
  box-shadow: 0px 0px 12px 0px rgba(255, 92, 0, 0.26),
    0px 0px 18px 0px rgba(255, 46, 0, 0.7);
}
.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;
}
@media screen and (max-width: 1250px) {
  .general-table-wrapper {
    overflow: scroll;
  }
  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 {
    padding-top: 20px;
  }
  .content .contentMain {
    width: 100%;
  }
  .content .general-ol {margin-left: 15px;}
  .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: center;
    width: 100%;
  }
 
 
  .footer-block-btn .buttons button {
    width:100%;
    max-width: 400px;
  }
}
@media screen and (max-width: 400px) {
  .general-table {
    overflow-x: auto;
    max-width: 100%;
  }
}



/* Header */
header {
  padding: 20px 0;
}
.header_top {
  display: flex;
  justify-content: space-between;
}
.header_logo {
  display: flex;
  align-items: center;
}
.header_logo img {
  width: 40px;
  margin-right: 10px;
}
.header_logo span {
  font-size: 20px;
}




.footer {
  background: rgba(0, 28, 56, 1);
  box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.1);
  padding: 20px 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 .scrollTop {
  background: #2163ce;
  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: 50px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: rgba(0, 28, 56, 1);;
  display: none;
  justify-content: center;
  align-items: center;
}
.footer-block-btn .buttons {
  display: flex;
}
@media (max-width: 1250px) {
  .footer {
    padding: 20px 0 60px 0px;
  }
  .footer-block-btn {
    display: flex;
  }
}
.header {
  background: rgba(0, 27, 56, 1);
  box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.1);
  height: 55px;
  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 {
  display: block;
  position: relative;
}

.header .headerInner .logo button {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.header .headerInner .menu a {
  margin-right: 40px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}
.header .headerInner .menu a:last-child {
  margin-right: 0;
}
.header .headerInner .menu a:hover {
  color: #fa7135;
}
.header .headerInner .menu a.active {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.buttons .logButton {
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #fff;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0);
  transition: all 0.1s ease-in-out;
}
.buttons .logButton:hover,
.buttons .logButton:active {
  color: #fb4d00;
  border: 1px solid #fb4d00;
  background: #ffeaea;
}
.buttons .regButton {
  position: relative;
  margin-right: 20px;
  background: rgba(75, 151, 230, 1);
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #fff;
  transition: all 0.1s ease-in-out;
}
.buttons .regButton:hover{opacity: 0.8;}
@media screen and (max-width: 1250px) {
  .header {
    height: 50px;
  }
  .menu {
    display: none;
  }
  .buttons {
    display: none;
  }
  .buttons .regButton {
    margin-right: 0;
  }
  .buttons .regButton,
  .buttons .logButton {
    font-size: 16px;
  }
}

.burger {
  display: none;
  position: relative;
}
.mobileMenu {
  position: fixed;
  top: 0;
  right: 0%;
  display: block;
  z-index: 5;
  background: linear-gradient(135deg, #2163ce 0%, #2163ce 100%);
  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: 26px;
}
.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: block;
  }
}
.breadcrumbs {
  display: flex;
  align-items: center;
  padding-top: 25px;
  overflow-x: hidden;
}
.breadcrumbs a {
  color: #000;
  font-size: 14px;
}
.breadcrumbs a:hover {
  text-decoration: none;
}
.breadcrumbs .last {
  position: relative;
  margin-left: 10px;
  font-size: 14px;
}
.breadcrumbs 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 {
    padding-top: 35px;
  }
}


.apk_block {margin: 0 auto; width: calc(100% - 280px); max-width: 1300px; width: 96%; height: 298px; margin-top: 80px;}
.apk_block_inner {display: flex; justify-content: space-between; height: 100%;}
.apk_block_info {width: 477px;}
.apk_block_img {background: url(/uploads/img/apk/apk-desktop.webp)no-repeat; background-size: cover; width: calc(100% - 517px); border-radius: 12px; background-position: 100% center;}
.apk_block_info {display: flex; flex-direction: column; justify-content: space-between;}
.apk_block_info_top {display: flex; gap: 24px; align-items: center;}
.apk_block_info_top .img {width: 90px; height: 90px; background: url(/uploads/img/apk/apk_logo.svg)no-repeat; background-size: cover;}
.apk_block_info_top span {color: #fff; font-size: 40px; line-height: 40px; text-transform: uppercase; font-weight: 700;}
.apk_block_info .about_app {font-size: 18px; line-height: 22px; font-weight: 700; color: #fff; padding-bottom: 0; width: 100%;}
.apk_block .apk_list {display: flex;}
.apk_block .apk_item {display: flex; flex-direction: column; gap: 6px;}
.apk_block .apk_item .name {font-size: 14px; line-height: 18px; font-weight: 700; color: #fff;}
.apk_block .apk_item .stars {width: 78px; height: 14px;  background: url(/uploads/img/apk/stars.svg)no-repeat; background-size: cover;}
.apk_block .apk_item .description {font-size: 14px; line-height: 18px;  color: #fff;}
.apk_block .apk_item:nth-child(1), .apk_block .apk_item:nth-child(2) {border-right: 1px solid rgba(12, 77, 131, 1);}
.apk_block .apk_item:nth-child(1) {padding: 4px 20px 4px 0px;}
.apk_block .apk_item:nth-child(2) {padding: 4px 20px 4px 20px;}
.apk_block .apk_item:nth-child(3) {padding: 4px 0px 4px 20px;}
.apk_block .apk_button {background: linear-gradient(270deg, #FF691C 0%, #FF5300 48.9%, #FF691C 100%);
  width: 100%; position: relative;
border-radius: 6px; display: flex; justify-content: center; align-items: center; gap: 10px; padding: 19px 0; transition: 0.4s;}
.apk_block .apk_button button {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.apk_block .apk_button span {font-size: 18px; line-height: 22px; font-weight: 700; color: #fff;}
.apk_block .apk_button .apk_button_icon {width: 24px; height: 24px; background: url(/uploads/img/apk/apk_button_icon.svg)no-repeat; background-size: cover; }
.apk_block .apk_button:hover {opacity: 0.7;}

@media (max-width: 1250px) {
	.apk_block {width: 96%;}
}

@media (max-width: 1000px) {
	.apk_block_info_top .img {width: 72px; height: 72px;}
	.apk_block_info_top span {font-size: 32px;}
	.apk_block_info_top {gap: 16px;}
	.apk_block_info .about_app {font-size: 16px;}
	.apk_block .apk_item .name {font-size: 12px;}
	.apk_block_info {width: 350px;}
	.apk_block_img {width: calc(100% - 372px);}
	.apk_block {height: 255px;}
	.apk_block .apk_button span {font-size: 14px;}
	.apk_block .apk_item:nth-child(1) {padding: 4px 12px 4px 0px;}
	.apk_block .apk_item:nth-child(2) {padding: 4px 12px 4px 12px;}
	.apk_block .apk_item:nth-child(3) {padding: 4px 0px 4px 12px;}
}

@media (max-width: 770px) {
	.apk_block_inner {flex-direction: column; gap: 16px;}
	.apk_block_img {width: 100%; height: 180px; margin: 0 auto;}
	.apk_block_info {width: 100%; gap: 16px;}
	.apk_block, .apk_block_inner {height: auto;}
  .apk_block {margin-top: 70px;}
  .apk_block_img {background: url(/uploads/img/apk/apk-mobile.webp)no-repeat; background-size: cover; background-position: 100% center;}
  .apk_block_info_top span {font-size: 26px;}
}

@media (max-width: 420px) {
	.apk_block_img {height: 129px; background-position: 100% center;}
}
