* {
  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: #003265;
  font-family: Verdana, sans-serif;
}
main .wrapper {
  width: 100%;
  max-width: 1128px;
  margin: 0 auto;
}
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: #fff;
  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 .faq-container {
  margin: 0 auto;
  width: 100%;
}
main h1 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 25px;
}
main figure {
  margin: 0 auto;
  margin-bottom: 20px;
}
main p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
}
main .wrapper {
  width: 96%;
  max-width: 1300px;
  margin: 0 auto;
}
.contentMain a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 5px;
  font-size: 15px;
}
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: 32px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.32px;
  text-transform: uppercase;
}
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,
i,
label,
input,
button,
tr,
figcaption {
  color: #1e1e24;
}
td,
b {
  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__wrapper {
  display: flex;
}
.content {
  position: relative;
  flex-grow: 1;
  padding-top: 70px;
  margin: 0 auto;
  margin-bottom: 20px;
  width: 96%;
  max-width: 1300px;
}
.content .content-block {
  margin-bottom: 20px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0);
}
.content .content-block .added-dynamic {
  border-radius: 15px;
  margin-bottom: 20px;
  padding: 10px;
}
.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: 0;
  margin-bottom: 10px;
  padding-left: 20px;
  width: 98%;
  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;
  background: #ff671b;
  border-radius: 50%;
  top: 2px;
  left: -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: 23px;
  width: 98%;
}
.content .general-ul li::before {
  content: no-open-quote;
  background: url(/list.svg) no-repeat;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 6px;
  background-size: cover;
}
.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 thead {
  background: #1e3864;
}
.general-table tr th {
  padding: 10px;
  text-align: center;
  color: #fff;
  border: 1px solid rgba(251, 251, 251, 0.2);
}
.general-table .general-tbody .general-tr {
  word-wrap: anywhere;
  background: #082e53;
}
.general-table .general-tbody .general-td {
  padding: 10px;
  text-align: center;
  color: #fff;
  border: 1px solid rgba(251, 251, 251, 0.2);
  font-weight: bold;
}
.general-table .general-tbody tr:nth-child(2n) {
  background: #063564;
}
.faq-container {
  background-color: #063564;
  padding: 18px 50px 18px 15px;
  border-radius: 20px;
}
.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;
}
.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: #fff;
  background: transparent;
  border: 1px solid #fff;
  cursor: pointer;
  border-radius: 7px;
  transition: all 0.25s ease-out;
}
.table_of_contents .lbl-toggle::before {
  content: ' ';
  display: inline-block;
  border-top: 5px solid rgba(0, 0, 0, 0);
  border-bottom: 5px solid rgba(0, 0, 0, 0);
  border-left: 5px solid currentColor;
  vertical-align: middle;
  margin-right: 0.7rem;
  transform: translateY(-2px);
  transition: transform 0.2s ease-out;
}
.table_of_contents .toggle:checked + .lbl-toggle::before {
  transform: rotate(90deg) translateX(-3px);
}
.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: 430px;
  flex-direction: column;
  flex-wrap: wrap;
}
.table_of_contents .toggle:checked + .lbl-toggle + div {
  max-height: 304px;
  border: 1px solid #fff;
  padding: 20px;
  margin-top: 12px;
  border-radius: 8px;
  column-gap: 10px;
}
.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: #044588;
}
.content404Page.wrapper .content404 {
  display: flex;
  flex-direction: column;
  width: 320px;
}
.content404Page.wrapper .content404 img {
  display: block;
  margin: 0 auto;
}
.content404Page.wrapper .content404 h1 {
  color: #fff;
  text-align: center;
}
.content404Page.wrapper .content404 button {
  display: inline-block;
  background: linear-gradient(270deg, #ff691c 0%, #ff5300 48.9%, #ff691c 100%);
  padding: 5px 15px;
  border-radius: 5px;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  color: #fff;
}
.content404Page.wrapper .content404 button:hover {
  background: #92c637;
}
.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;
}
.reviews-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: left;
  vertical-align: middle;
  width: 100%;
  padding: 20px;
  border: 1px solid #007acc;
  border-radius: 10px;
  margin-bottom: 12px;
  gap: 10px;
}
.reviews-text {
  margin: 0;
}
.reviews-answer {
  margin: 0;
}
.stars {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.reviews-name {
  font-weight: bold;
  font-size: 20px;
  color: #fff;
}
.form {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  margin: 20px auto;
  background: #007acc;
  border: 1px solid #d8dedd;
  padding: 10px 15px;
  width: 96%;
  max-width: 700px;
  border-radius: 10px;
}
.form label {
  margin-top: 10px;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.form-send-wrapper h2 {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}
.form__btn {
  border: 1px solid #007acc;
  margin-top: 15px;
  background: #fff;
  transition: all 0.1s ease-in-out;
  font-family: Cairo-SemiBold, sans-serif;
  padding: 13px 28px;
  color: #007acc;
  font-size: 17px;
  margin-bottom: 5px;
  width: 100%;
  border-radius: 8px;
  max-width: 200px;
}
.form .success {
  display: none;
  padding: 40px 0;
}
.form .success p {
  font-size: 26px;
}
.form__input {
  width: 100%;
  height: 150px;
  border-radius: 10px;
}
.form__name {
  height: 28px;
  width: 250px;
  color: #000;
  border-radius: 10px;
}
.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 {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  align-items: center;
  padding: 24px;
  text-align: center;
  margin: 32px 0;
  background: linear-gradient(180deg, #082e53 0%, #044588 50.4%, #082e53 100%);
  border-radius: 20px;
  gap: 24px;
}
.button-block span {
  display: inline-block;
  font-size: 32px;
  color: #fff;
  font-style: italic;
}
.button-block button {
  padding: 20px 60px;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 50px;
  background: linear-gradient(270deg, #ff691c 0%, #ff5300 48.9%, #ff691c 100%);
}
.button-block button:hover {
  background: linear-gradient(135deg, #00ff0a 0%, #04d400 100%);
  box-shadow: 0px 0px 18px 0px rgba(66, 255, 0, 0.7);
}
.quote {
  position: relative;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 40px;
  width: 98%;
  max-width: 600px;
  border-radius: 12px;
  background: #007acc;
}
.quote p {
  padding: 40px 40px 20px 40px;
  width: 100%;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  color: #fff;
}
.quote::after {
  position: absolute;
  content: '';
  width: 60px;
  height: 60px;
  background-image: url(/quote-icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  left: 45%;
  top: -30px;
}
@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 {
    padding-top: 80px;
  }
  .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-evenly;
    width: 100%;
  }
  .footer-block-btn .buttons .regButton,
  .footer-block-btn .buttons .logButton {
    padding: 7px 5px;
  }
  .footer-block-btn .buttons .logButton {
  }
  .footer-block-btn .buttons .regButton {
  }
  main .general-table-wrapper {
    overflow: auto;
  }
}
@media screen and (max-width: 400px) {
  .general-table {
    overflow-x: auto;
    max-width: 100%;
  }
  .button-block span {
    font-size: 24px;
  }
  .button-block button {
    padding: 20px 40px;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
body {
  overflow-x: hidden;
  background: var(--main);
}
a {
  text-decoration: none;
  transition: 0.3s;
}
input,
button {
  border: none;
  box-shadow: none;
  transition: 0.3s;
}
input {
  outline: none;
}
p,
span,
li,
a {
  font-size: 16px;
  line-height: 28px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-align: left;
  color: var(--text);
}
p,
span,
li,
h1,
h2,
h3,
a,
b,
i,
label,
input,
button,
td,
tr,
figcaption {
  color: var(--text);
}
/* li {list-style:none;} */
button {
  cursor: pointer;
  background: transparent;
}
img {
  max-width: 100%;
  display: block;
}
i {
  font-style: normal;
  transition: 0.3s;
}

.wrapper {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}
.h2 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.h2 button {
  border-radius: var(--block-border-radius);
  padding: 10px 10px;
  background: var(--color-primary);
  color: #fff;
  position: relative;
}
.h2 button:hover {
  background: var(--color-secondary);
}
.h2 button i {
  color: #fff;
  font-size: 18px;
  padding-right: 5px;
  position: relative;
  top: 2px;
}
.h2 h2 {
  margin-left: 280px;
  margin-bottom: 0;
}

:root {
  --main: #f5f5f5;
  --text: #000;
  --light-back: #fff;
  --block-border-radius: 10px;
  --color-primary: #4d8ab9;
  --color-secondary: #376c97;
}

/* 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;
}

.header_admin {
  display: flex;
  align-items: center;
}
.header_admin img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}
.header_admin span {
  font-size: 14px;
}

/* Main content */
.main_content {
  display: flex;
  justify-content: space-between;
}

.sidebar {
  width: 220px;
  background: var(--light-back);
  padding: 20px 0;
  border-radius: var(--block-border-radius);
  min-height: 80vh;
  position: relative;
}
.sidebar span {
  font-size: 12px;
  display: block;
}
.sidebar .material-icons {
  font-size: 24px;
  margin-right: 12px;
}
.sidebar a {
  display: flex;
  width: 100%;
  align-items: center;
  padding: 10px 15px 10px 15px;
  position: relative;
}
.sidebar a:hover,
.sidebar a.active {
  background: var(--color-primary);
  color: #fff;
}
.sidebar a:hover span {
  color: #fff;
}
.sidebar a i {
  color: var(--text);
  font-size: 18px;
  padding-right: 8px;
}
.sidebar a:hover i,
.sidebar a.active i {
  color: #fff;
}
.sidebar .year {
  position: absolute;
  bottom: 20px;
}

.main_content .info {
  width: calc(100% - 240px);
  background: var(--light-back);
  border-radius: var(--block-border-radius);
}
.main_content .info h2 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 40px;
}
.info_content {
  padding: 30px;
}

.navigation_list {
  display: flex;
  justify-content: space-between;
}
.navigation_item {
  border-radius: var(--block-border-radius);
  background: var(--color-primary);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  margin-bottom: 20px;
}
.navigation_item i {
  display: block;
  font-size: 40px;
  text-align: center;
  padding-bottom: 20px;
  color: #fff;
}
.navigation_item a {
  font-size: 22px;
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px;
  text-align: center;
}
.navigation_item:hover {
  background: var(--color-secondary);
}

.info_field {
  display: flex;
  margin-bottom: 20px;
}
.info_field span {
  background: #eee;
  font-size: 15px;
  padding: 5px 10px;
  width: 25%;
  border-radius: var(--block-border-radius) 0 0 var(--block-border-radius);
}
.info_field input {
  border: 1px solid #eee;
  padding: 5px 10px;
  width: 75%;
  border-radius: 0 var(--block-border-radius) var(--block-border-radius) 0;
}
.info_field input::placeholder {
  color: var(--text);
  opacity: 1;
  font-size: 16px;
}
.info_field select {
  border-radius: 0 var(--block-border-radius) var(--block-border-radius) 0;
  border: 1px solid #eee;
  padding: 5px 10px;
  background: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: var(--text);
}

.pages_item {
  padding: 10px 10px 10px 0;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
}
.pages_item h3 {
  text-align: left;
  font-size: 16px;
  position: relative;
  margin: 0 12px;
}
.pages_item img {
  width: 40px;
  flex: 0 0 auto;
  height: 40px;
}
.pages_item_moves {
  display: flex;
}
.pages_item_moves i {
  color: #b7b7b7;
  font-size: 14px;
  padding-right: 5px;
}
.pages_item .details {
  display: flex;
  align-items: center;
}
.pages_item .details:hover,
.pages_item .details:hover i {
  color: var(--color-primary);
}
.pages_item .delete:hover,
.pages_item .delete:hover i {
  color: #f80505;
}

.pageKey {
  margin-left: 12px;
  padding: 10px;
  border: 1px #ccc solid;
  border-radius: 4px;
}

.pages_bound {
  margin-left: 30px;
  padding: 20px 0;
}
.pages_bound_item a {
  text-align: left;
  font-size: 14px;
  padding-left: 25px;
  position: relative;
}
.pages_bound_item a:before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0px;
  left: 0;
  background: url(/_next/static/media/England-flag.5d086557.png) no-repeat;
  background-size: cover;
  border-radius: 50%;
}
.pages_bound_item a:hover {
  color: var(--color-secondary);
}

.category_item {
  padding: 10px 10px 10px 0;
  border-bottom: 1px solid #eee;
}
.category_item a {
  text-align: left;
  font-size: 16px;
}
.category_item a:hover {
  color: var(--color-secondary);
}

/* Page login */
.loginPage {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loginPage .header_logo {
  display: flex;
  justify-content: center;
}
.loginPage form {
  padding: 30px;
  background: var(--light-back);
  border-radius: var(--block-border-radius);
  width: 100%;
  max-width: 400px;
}
.loginPage form div {
  margin-bottom: 15px;
}
.loginPage form label {
  display: flex;
}
.loginPage label span {
  background: #eee;
  font-size: 17px;
  padding: 5px 10px;
  border-radius: var(--block-border-radius) 0 0 var(--block-border-radius);
  width: 25%;
}
.loginPage label input {
  border: 1px solid #eee;
  padding: 5px 10px;
  width: 75%;
  border-radius: 0 var(--block-border-radius) var(--block-border-radius) 0;
  font-size: 17px;
  background: var(--light-back);
}
.loginPage .loginButton {
  display: flex;
  justify-content: center;
}
.loginPage button {
  background: var(--color-primary);
  color: #fff;
  font-size: 18px;
  border-radius: var(--block-border-radius);
  padding: 10px 25px;
  text-transform: uppercase;
}
.loginPage button:hover {
  background: var(--color-secondary);
}

.buttonAdmin {
  background: var(--color-primary);
  color: #fff;
  font-size: 18px;
  border-radius: var(--block-border-radius);
  padding: 10px 25px;
  text-transform: uppercase;
}
.buttonAdmin:hover {
  background: var(--color-secondary);
}
.buttonsParent {
  display: flex;
  justify-content: space-between;
}
.buttonDelete {
  background: #eee;
  font-size: 16px;
  border-radius: var(--block-border-radius);
  padding: 10px 15px;
}
.buttonDelete:hover {
  background: #e10404;
  color: #fff;
}

.cardList {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.cardList .cardItem {
  margin: 16px 0px 0px 0;
  padding: 10px;
  border: 1px #eee solid;
  border-radius: 4px;
  cursor: -webkit-grab;
  cursor: grab;
  position: relative;
  width: 100%;
}
.cardList .cardItem h3 {
  padding: 0 0 10px 0;
  text-align: left;
  font-size: 16px;
}
.cardList .cardItem .remove {
  position: absolute;
  cursor: pointer;
  right: 16px;
  top: 8px;
  font-size: 24px;
  background: red;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cardList .cardItem .remove span {
  color: #fff;
}
.cardList button.addItem {
  width: 100%;
  height: 100px;
  background: #eee;
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cardList button.addItem span {
  font-size: 32px;
  color: #333;
}
.cardList .cardItem .input {
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cardList .cardItem input {
  width: calc(100% - 120px);
  background: #eee;
  padding: 10px;
  flex-grow: 0.9;
}
.cardList .cardItem .input span {
  width: 120px;
  font-size: 15px;
}

.cardList .select {
  width: 100%;
  display: flex;
}
.cardList .select div {
  margin-right: 15px;
}
.cardList .select div input {
  margin-right: 5px;
}

.saveButton {
  width: 100%;
  margin: 20px 0;
  display: flex;
  justify-content: flex-end;
}
.cardList .menuName {
  width: 100%;
  margin-top: 16px;
}
.cardList .menuName input {
  border: 1px solid #eee;
  padding: 10px 10px;
  width: 500px;
  border-radius: var(--block-border-radius);
}

.footer {
  margin-top: auto;
  padding: 20px 0;
  background: linear-gradient(180deg, #082e53 0%, #063564 50.4%, #044588 100%);
  border-radius: 15px 15px 0 0;
}
.footer .footer-topside {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 20px 0px;
}
.footer .footer-topside .download {
  display: flex;
  align-items: center;
  margin-right: 20px;
  padding: 5px 5px 5px 10px;
  border-radius: 20px;
  background-color: #054588;
}
.footer .footer-topside .download span {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.footer .footer-topside .download button {
  width: 20px;
  height: 20px;
  margin: 0 5px;
  fill: #428cdc;
  transition: 0.4s;
}
.footer .footer-eighteen {
  font-size: 16px;
  text-transform: uppercase;
  border: 2px solid var(--color-primary);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: var(--color-primary);
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .payment {
  padding: 10px;
  background-color: #102e5b;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 20px;
}
.footer .payment .payment-item {
  margin: 5px;
  height: 27px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 120px;
}
.footer .payment .payment-item.mastercard {
  width: 51px;
  height: 40px;
  background-image: url(/uploads/img/mastercard.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.footer .payment .payment-item.visa {
  background-image: url(/uploads/img/visa.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.footer .payment .payment-item.maestro {
  width: 64px;
  height: 42px;
  background-image: url(/uploads/img/maestro.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.footer .payment .payment-item.webmoney {
  background-image: url(/uploads/img/webmoney.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.footer .payment .payment-item.ecopayz {
  background-image: url(/uploads/img/ecopayz.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.footer .payment .payment-item.bitcoin {
  background-image: url(/uploads/img/bitcoin.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.footer .copy {
  padding-bottom: 5px;
  padding-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .footerInner {
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  width: 100%;
}
.footer .footerInner .footer-menu a {
  margin: 0 5px 5px 5px;
}
.footer .footerInner .footer-menu a:hover {
  color: #53be2e;
}
.footer .footerInner img {
  margin: 0 auto;
  object-fit: contain;
}
.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 {
  display: block;
  color: #fff;
  font-size: 15px;
  padding-bottom: 10px;
}
.footer .scrollTop {
  background: #ff6519;
  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: 20%;
  z-index: 5;
}
.footer .scrollTop.pam_content {
  opacity: 1;
}
.footer .menu {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px 0;
  border-top: 1px solid #fff;
}
.footer .menu a {
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.footer .menu a:hover {
  text-decoration: none;
  color: #fa7135;
}
.footer-block-btn {
  z-index: 4;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  height: 80px;
  background: #044588;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-block-btn .buttons {
  display: flex;
}
@media (max-width: 1200px) {
  .footer-block-btn {
    display: flex;
  }
  .footer {
    padding-bottom: 50px;
  }
  .footer .menu,
  .footer hr {
    display: none;
  }
  .footer .footer-topside {
    justify-content: center;
    padding-bottom: 0;
  }
  .footer .footer-topside .download {
    display: none;
  }
  .footer .footerInner {
    padding: 0;
  }
  .footer .footerInner img {
    display: none;
  }
}
@media (max-width: 500px) {
  .footer-block-btn .buttons .logButton,
  .footer-block-btn .buttons .regButton {
    font-size: 12px;
    line-height: 16px;
  }
  .header .headerInner .logo .btn-header-logo img {
    width: 167px;
    height: 27px;
  }
  .header {
    min-height: 60px;
  }
}
.header {
  background: #044588;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 0;
  min-height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .headerInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.header .headerInner .logo .btn-header-logo img {
  height: 38px;
}
.header .headerInner .header__top {
  display: flex;
  align-items: center;
}
.header .headerInner .header__top .logo {
  display: none;
}
.header .headerInner .header__top .header__top-download {
  display: flex;
  align-items: center;
  margin-right: 20px;
  padding: 5px 5px 5px 10px;
  border-radius: 20px;
  background-color: #054588;
}
.header .headerInner .header__top .header__top-download span {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.header .headerInner .header__top .header__top-download button {
  width: 20px;
  height: 20px;
  margin: 0 5px;
  fill: #428cdc;
  transition: 0.4s;
}
.header .headerInner .header__top .header__security {
  margin-right: 20px;
  display: flex;
  align-items: center;
  height: 40px;
  padding: 10px;
  background: #054588;
  border-radius: 20px;
  transition: all 0.2s ease;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  border: 2px solid #054588;
}
.header .headerInner .header__top .header__security button {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  text-transform: uppercase;
}
.header .headerInner .header__top .header__security button .security-img {
  display: block;
  background: url(/uploads/img/security.svg);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}
.header .headerInner .header__top .header__top-stocks {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  height: 40px;
  font-size: 12px;
  font-weight: 700;
  background-color: #428cdc;
  color: #fff;
  background-image: linear-gradient(0deg, #428cdc 0, #0992af);
  box-shadow: 0 11px 27px rgba(66, 140, 220, 0.63);
  border-radius: 20px;
}
.header .headerInner .header__top .header__top-stocks button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: 600;
}
.header .headerInner .header__top .header__top-stocks button svg {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  fill: #fff;
  transition: fill 0.15s ease-in;
}
.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 .menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  max-height: 52px;
}
.header .menu .links {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}
.header .menu .choose {
  display: flex;
  align-items: center;
}
.header .menu .choose img {
  border-radius: 50%;
}
.header .menu .choose span {
  margin-left: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
}
.header .menu a {
  margin-right: 10px;
  color: #007acc;
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  padding: 10px;
}
.header .menu a:last-child {
  margin-right: 15px;
}
.header .menu a:hover {
  color: #53be2e;
}
.header .menu a.active {
  color: #53be2e;
}
.header .menu .btn-bonus-buy {
  font-size: 15px;
  display: flex;
  align-items: center;
  border-radius: 20px;
  border: 2px solid #ffb801;
  padding: 0px 20px;
  color: #fff;
  line-height: 1.15;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  transition: color 0.3s ease;
}
.header .menu .btn-bonus-buy img {
  margin-right: 8px;
}
.buttons .logButton {
  border-radius: 50px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  padding: 16px 32px;
  text-transform: uppercase;
  background: transparent;
  border: 1px solid #dde5eb;
  transition: all 0.1s ease-in-out;
  color: #fff;
}
.buttons .logButton:hover,
.buttons .logButton:active {
  background-image: rgba(0, 111, 187, 0.1);
}
.buttons .regButton {
  display: flex;
  justify-content: center;
  position: relative;
  background: #4b97e6;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 700;
  padding: 16px 32px;
  margin-right: 16px;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.1s ease-in-out;
}
.buttons .regButton img {
  padding-right: 7px;
}
.buttons .regButton:hover,
.buttons .regButton:active {
  background: linear-gradient(94deg, #0080d6 0%, #0095fb 100%);
}

.footer-block-btn .buttons .regButton {
  background: linear-gradient(270deg, #ff691c 0%, #ff5300 48.9%, #ff691c 100%);
  margin-right: 0;
  padding: 16px 60px;
}

@media screen and (max-width: 1250px) {
  .header {
    min-height: 60px;
  }
  .header .menu {
    display: none;
  }
  .header .headerInner .header__top {
    width: 100%;
  }
  .header .headerInner .header__top .logo {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .header .headerInner .header__top .header__top-download,
  .header .headerInner .header__top .header__security,
  .header .headerInner .header__top .header__top-stocks span {
    display: none;
  }
  .header .headerInner .header__top .header__top-stocks {
    height: 30px;
    padding: 0 10px;
  }
  .header .headerInner .header__top .header__top-stocks button svg {
    margin-right: 0;
  }
  /* .buttons {
    display: none;
  } */
  /* .buttons .regButton {
    margin-right: 0;
  } */
  .buttons .regButton,
  .buttons .logButton {
    padding: 10px 20px;
  }
  .buttons .regButton,
  .buttons .logButton {
    font-size: 16px;
  }
}
.main__sidebar {
  position: -webkit-sticky;
  position: sticky;
  margin-right: 20px;
  height: 100%;
  top: 120px;
  width: 330px;
  background-color: #003266;
  border-radius: 15px;
}
.main__sidebar-banner {
  position: relative;
  width: 100%;
  padding: 15px 20px 5px;
  text-align: center;
  background-image: url(/uploads/img/double_lines.svg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  top: 20px;
}
.main__sidebar-banner::before {
  content: '';
  position: absolute;
  display: block;
  background-image: url(/uploads/img/crown.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 87px;
  height: 59px;
  left: 0;
  right: 0;
  margin: auto;
  top: -35px;
}
.main__sidebar-banner-title {
  margin-top: 12px;
  margin-bottom: 5px;
  padding: 0 12px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
}
.main__sidebar-banner-bonus {
  padding: 0 8px;
  min-height: 30px;
  line-height: 1;
  color: #ffba00;
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
}
.main__sidebar-btn {
  position: relative;
  display: inline-block;
  text-decoration: none;
  margin-top: 7px;
  min-width: 126px;
  line-height: 40px;
  box-shadow: 0 11px 27px rgba(250, 65, 0, 0.63);
  background-color: #fa4d00;
  background-image: linear-gradient(0deg, #fa4d00 0, #fa8100);
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  border-radius: 30px;
}
.main__sidebar-item-btn img {
  margin-right: 10px;
}
.main__sidebar-list {
  margin-bottom: 10px;
  margin-top: 20px;
}
.main__sidebar-item {
  border-top: 2px solid #043e7d;
}
.main__sidebar-item:first-child {
  border: none;
}
.main__sidebar-item-btn {
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.2s;
  padding-left: 15px;
}
.main__sidebar-item-btn:hover {
  color: #1183d3;
}
.main__sidebar-item-btn:focus {
  color: #ffba00;
}
.sidebar__games-btn img {
  margin-right: 10px;
}
.sidebar__form-search {
  display: flex;
  align-items: center;
}
.sidebar__form-input {
  position: relative;
  margin-top: 10px;
  padding: 5px 15px;
  padding-left: 40px;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  color: #1183d3;
  text-align: left;
  border: 2px solid #0d4177;
  background-color: #003266;
}
.sidebar__form-icon {
  position: absolute;
  margin-bottom: -11px;
  margin-left: 12px;
  width: 20px;
  height: 20px;
  z-index: 1;
}
.sidebar__games {
  background-color: #fff;
  border-radius: 15px;
}
.sidebar__games-item {
  border-top: 2px solid #e8ecf1;
}
.sidebar__games-item:first-child {
  border: none;
}
.sidebar__games-btn {
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  color: #000;
  text-transform: uppercase;
  transition: all 0.2s;
  padding-left: 15px;
}
.sidebar__games-btn:hover {
  color: #1183d3;
}
.sidebar__games-btn:focus {
  color: #fa4d00;
}
.sidebar__games-icon {
  display: inline;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  line-height: 60px;
  vertical-align: middle;
  fill: #9ea7b2;
}
@media (max-width: 1250px) {
  .main__sidebar {
    display: none;
  }
}
.burger {
  display: none;
  position: relative;
}
.mobileMenu {
  position: fixed;
  top: 0;
  right: 0%;
  display: block;
  z-index: 5;
  background: linear-gradient(180deg, #082e53 0%, #063564 50.4%, #044588 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: 25px;
}
.mobileMenu .mobileMenuLinks {
  display: flex;
  flex-direction: column;
  gap: 26px;
  align-items: center;
}
.mobileMenu .mobileMenuLinks a {
  color: #fff;
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  line-height: 10px;
  text-transform: uppercase;
}
.mobileMenu .mobileMenuLinks .btn-bonus-buy {
  font-size: 15px;
  display: flex;
  align-items: center;
  border-radius: 20px;
  border: 2px solid #ffb801;
  padding: 0px 20px;
  color: #fff;
  line-height: 1.15;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  transition: color 0.3s ease;
}
.mobileMenu .mobileMenuLinks .btn-bonus-buy img {
  margin-right: 8px;
}
.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;
  } */
  /* .header .headerInner {
    justify-content: center;
  } */
}
.breadcrumbs-wrapper {
  display: flex;
  align-items: center;
  padding-top: 50px;
  overflow-x: hidden;
  width: 100%;
  max-width: 1128px;
  margin: 0 auto;
}
.breadcrumbs-wrapper a {
  color: #fff;
  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 {
    padding-top: 35px;
  }
}
.banner-bonus {
  top: 50px;
  position: relative;
  height: 380px;
  background: linear-gradient(98deg, #4100fc -0.66%, #25468a 99.06%);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  background-position: center center;
  overflow: hidden;
}
.banner-bonus p {
  width: 100%;
  max-width: 100%;
  padding-bottom: 0;
}
.banner-bonus .banner-wrapper {
  height: 100%;
  align-items: center;
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
  position: relative;
}
.banner-bonus::before {
  background: url(/uploads/img/images_2x.png);
  mix-blend-mode: lighten;
  content: '';
  background-size: cover;
  width: 773px;
  height: 380px;
  position: absolute;
  bottom: 0;
  right: 0%;
  z-index: 2;
  width: 600px;
  height: 280px;
}
.banner-bonus .banner-wrapper .img-mobil {
  background-image: url(/uploads/img/iphone_space_deep_purple_right_1_2x.png);
  position: absolute;
  background-size: cover;
  width: 512px;
  height: 381px;
  bottom: 0;
  right: -10%;
  z-index: 2;
}
.banner-bonus .info-text {
  text-align: left;
  position: relative;
  z-index: 3;
}
.banner-bonus .firstText {
  color: #fff;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 1;
}
.banner-bonus .secondText {
  color: #fff;
  font-size: 120px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  width: 100%;
  line-height: 1;
}
.banner-bonus .secondText span {
  color: #ffa800;
  font-size: 120px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding-left: 17px;
  line-height: 1;
}
.banner-bonus .thirdText {
  color: #fff;
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 2.04px;
  text-transform: uppercase;
  margin: 0;
  line-height: 1;
}
.banner-bonus .button {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  margin: 0;
}
.banner-bonus button {
  position: relative;
  border-radius: 10px;
  background: linear-gradient(92deg, #ffc700 0%, #ff9314 100%);
  box-shadow: 0px 0px 12px 0px #3122da;
  border: none;
  padding: 26px 52px;
  height: 74px;
  width: 295px;
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  text-align: left;
}
@media screen and (max-width: 1250px) {
  .banner-bonus {
    height: 180px;
    top: 47px;
  }
  .banner-bonus::before {
    width: 333px;
    height: 166px;
  }
  .banner-bonus .banner-wrapper {
    max-width: 600px;
  }
  .banner-bonus .banner-wrapper .img-mobil {
    width: 230px;
    height: 171px;
    right: -60px;
  }
  .banner-bonus .firstText {
    font-size: 22px;
  }
  .banner-bonus .secondText {
    font-size: 36px;
  }
  .banner-bonus .secondText span {
    font-size: 42px;
  }
  .banner-bonus .thirdText {
    font-size: 14px;
    padding: 10px 0 0 0;
    width: 100%;
    letter-spacing: 1.04px;
  }
  .banner-bonus .button {
    padding-top: 10px;
  }
  .banner-bonus .button button {
    padding: 16px 24px;
    width: 239px;
    height: 54px;
  }
}
@media screen and (max-width: 520px) {
  .banner-bonus .banner-wrapper {
    justify-content: flex-start;
  }
  .banner-bonus::before {
    width: 190px;
    height: 148px;
  }
  .banner-bonus .banner-wrapper .img-mobil {
    right: -70px;
  }
}
@media screen and (max-width: 580px) {
  .buttons .regButton,
  .buttons .logButton {
    padding: 10px 10px;
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 450px) {
  .banner-bonus .banner-wrapper .img-mobil {
    right: -90px;
  }
  .banner-bonus .secondText span {
    font-size: 36px;
  }
}
@media screen and (max-width: 415px) {
  .buttons .regButton,
  .buttons .logButton {
    font-size: 10px;
    line-height: 12px;
  }
  .buttons .regButton {
    margin-right: 10px;
  }
  .header .headerInner .logo .btn-header-logo img {
    width: 110px;
  }
}
@media screen and (max-width: 389px) {
  .banner-bonus .img-mobil {
    display: none;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Verdana;
}
/* .app_top-app {
  position: relative;
  display: flex;
  margin-bottom: 40px;
  margin-top: 80px;
  justify-content: center;
  align-items: center;
  gap: 100px;
}
.app_top-app .app_left {
  max-width: 360px;
  height: auto;
  width: 100%;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.08);
  border-radius: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.app_top-app .app_left .app_left-img-mobil {
  display: none;
}
.app_top-app .mobile_text {
    display: none;
    font-size: 28px;
    font-weight: 700;
}
.app_top-app .mobile_text p {
  text-align: center;
  color: #fff;
  font-family: Verdana;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
}
.app_top-app .mobile_text p span {
    color: #14A0FF;
    font-size: inherit;
    font-weight: inherit;
}
.app_top-app .app_left .app_button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.content-block .app_button {
  flex-direction: row;
  gap: 15px;
}
.app_button .ios_main {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: #1981c8;
  padding: 20px 66px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.app_button .ios_main button {
  color: #fff;
  height: 18px;
  font-family: Verdana;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  margin-left: 14px;
}
.app_button .android_main {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: #1981c8;
  padding: 20px 43px;
}
.app_button .android_main button {
  color: #fff;
  height: 18px;
  font-family: Verdana;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  margin-left: 14px;
}
.app_top-app .app_right {
  width: 100%;
  max-width: 620px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  height: auto;
}
.app_top-app .app_right .right_logo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.app_top-app .app_right .right_logo img {
  margin-bottom: 16px;
}
.app_top-app .app_right .right_logo .logo_info {
  text-align: center;
  color: #fff;
  font-family: Verdana;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
}
.app_top-app .app_right .right_logo .logo_info .logo_info-color {
  color: #14a0ff;
  font-family: Verdana;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
}
.app_top-app .app_right .right_info {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #1e4f88;
  padding-bottom: 20px;
}
.app_top-app .app_right .right_info .info_text {
  color: #fff;
  font-family: Verdana;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
.app_top-app .app_right .right_info .stars {
  display: flex;
  align-items: center;
}
.app_top-app .app_right .right_info .stars .star {
  margin-right: 8.5px;
}
.app_top-app .app_right .right_info .stars .star svg {
  width: 28px;
  height: 28px;
}
.app_top-app .app_right .right_info .info_text_desc {
  color: #fff;
  text-align: right;
  font-family: Verdana;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}
.app_top-app .app_right .right_info .info_text_desc span {
  color: #fff;
  font-family: Verdana;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
.app_top-app .app_right .right_info .info_text_desc .desc_color {
  color: #1e4f88;
  font-family: Verdana;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}
@media screen and (max-width: 1250px) {
  .app_top-app {
    gap: 50px;
    margin: 80px 80px 0 80px;
  }
}
@media screen and (max-width: 970px) {
  .app_top-app {
    display: flex;
    flex-direction: column;
    margin: 80px 20px 0 20px;
  }
  .app_top-app .app_left .app_button .ios_main {
    padding: 20px 45px;
  }
  .app_top-app .app_left .app_button .ios_main button {
    font-size: 15px;
  }
  .app_top-app .app_left .app_button .android_main {
    padding: 20px 26px;
  }
  .app_top-app .app_left .app_button .android_main button {
    font-size: 15px;
  }
  .app_top-app .app_left .app_left-img {
    display: none;
  }
  .app_top-app .app_left .app_left-img-mobil {
    display: flex;
  }

  .app_top-app .app_right .right_logo {
    display: none;
  }
  .app_top-app .app_left .app_left-img-mobil {
    display: block;
  }
  .app_top-app .mobile_text {
      display: block;
  }
  .app_top-app .app_right .right_info .info_text {
    font-size: 18px;
  }
  .app_top-app .app_right .right_info .info_text_desc {
    font-size: 18px;
  }
  .app_top-app .app_right .right_info .info_text_desc span {
    font-size: 18px;
  }
  .app_top-app .app_right .right_info .info_text_desc .desc_color {
    font-size: 18px;
  }
  .app_top-app .app_right .right_info .stars .star {
    margin-right: 3px;
  }
  .app_top-app .app_right .right_info .stars .star svg {
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 515px) {
  .app_top-app {
    margin: 80px 20px 0 20px;
  }
} */
@media screen and (max-width: 484px) {
  .table_of_contents .table_box {
    flex-wrap: nowrap;
  }
  .table_of_contents .toggle:checked + .lbl-toggle + div {
    max-height: 900px;
  }
}

/* 
.app_top {
  position: relative;
  display: block;
  margin-bottom: 40px;
  margin-top: 80px;
  justify-content: center;
  align-items: center;
  gap: 100px;
  background: linear-gradient(98.48deg, #1e63b4 -0.66%, #123aa0 99.06%);
}

.app_top .app_left {
  position: relative;
  z-index: 5;
  max-width: 360px;
  height: auto;
  width: 100%;
  box-shadow: none;
  border-radius: 0%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 25px;
  padding-bottom: 12px;
}
.app_top .app_left-img {
  margin-bottom: 12px;
}
.app_top .app_left .app_left-img-mobil {
  display: none;
}
.mobile_text {
  display: none;
}
.app_top .app_left .app_button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.app_top .app_left .app_button .ios_main {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: #fff;
  padding: 17px 66px;
  margin-bottom: 14px;
  margin-top: 14px;
}
.app_top .app_left .app_button .ios_main button {
  color: #4741d5;
  height: 18px;
  font-family: Verdana;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  margin-left: 14px;
}
.app_top .app_left .app_button .android_main {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: #fff;
  padding: 17px 43px;
}
.app_top .app_left .app_button .android_main button {
  color: #4741d5;
  height: 18px;
  font-family: Verdana;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  margin-left: 14px;
}
.app_top .app_right {
  position: absolute;
  bottom: 0;
  right: 10%;
  max-width: 390px;
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  height: auto;
}
.app_top .app_right .right_logo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.app_top .app_right .right_logo img {
  margin-bottom: 16px;
}
.app_top .app_right .right_logo .logo_info {
  text-align: center;
  color: #fff;
  font-family: Verdana;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
}
.app_top .app_right .right_logo .logo_info .logo_info-color {
  color: #14a0ff;
  font-family: Verdana;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
}
.app_top .app_right .right_info {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #1e4f88;
  padding-bottom: 20px;
}
.app_top .app_right .right_info .info_text {
  color: #fff;
  font-family: Verdana;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
.app_top .app_right .right_info .stars {
  display: flex;
  align-items: center;
}
.app_top .app_right .right_info .stars .star {
  margin-right: 8.5px;
}
.app_top .app_right .right_info .stars .star svg {
  width: 28px;
  height: 28px;
}
.app_top .app_right .right_info .info_text_desc {
  color: #fff;
  text-align: right;
  font-family: Verdana;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}
.app_top .app_right .right_info .info_text_desc span {
  color: #fff;
  font-family: Verdana;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
.app_top .app_right .right_info .info_text_desc .desc_color {
  color: #1e4f88;
  font-family: Verdana;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}
@media screen and (max-width: 1250px) {
  .app_top {
    overflow: hidden;
    gap: 50px;
    margin-bottom: 40px;
    margin-top: 80px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 13px;
  }
  .app_top .app_right img {
    width: 370px;
    height: 310px;
  }
}
@media screen and (max-width: 970px) {
  .app_top {
    display: block;
    margin: 80px 0px 0 0px;
  }
  .app_top .app_left .app_button .ios_main button {
    font-size: 15px;
  }
  .app_top .app_left .app_button .android_main button {
    font-size: 15px;
  }
  .app_top .app_left .app_left-img {
    display: block;
  }
  .app_top .app_left .app_left-img-mobil {
    display: flex;
  }

  .app_top .app_right .right_logo {
    display: none;
  }
  .app_top .app_right .right_info .info_text {
    font-size: 18px;
  }
  .app_top .app_right .right_info .info_text_desc {
    font-size: 18px;
  }
  .app_top .app_right .right_info .info_text_desc span {
    font-size: 18px;
  }
  .app_top .app_right .right_info .info_text_desc .desc_color {
    font-size: 18px;
  }
  .app_top .app_right .right_info .stars .star {
    margin-right: 3px;
  }
  .app_top .app_right .right_info .stars .star svg {
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 550px) {
  .app_top .app_right {
    right: -25%;
  }
  .app_top .app_left .app_button .ios_main {
    padding: 17px 50px;
  }
  .app_top .app_left .app_button .android_main {
    padding: 17px 30px;
  }
}
@media screen and (max-width: 515px) {
  .app_top {
    margin: 80px 00px 0 0px;
  }
}
@media screen and (max-width: 440px) {
  .app_top .app_right {
    right: -40%;
  }
}
@media screen and (max-width: 350px) {
  .app_top .app_right {
    right: -50%;
  }
} */

.app_top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
  background: linear-gradient(180deg, #002852 0%, #053a70 100%);
  width: 96%;
  max-width: 1300px;
  margin: 180px auto 40px auto;
  max-height: 468px;
  border-radius: 20px;
}
.app_top .app_left {
  max-width: 567px;
  height: auto;
  width: 100%;
  border-radius: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.app_top .app_left .app_left-img .logo-left {
  background: url(/uploads/img/img-desktop.webp) no-repeat;
  background-position: center;
  background-size: cover;
  width: 567px;
  height: 663px;
  object-fit: contain;
}
.app_top .app_left .mobile_text {
  display: none;
}

.app_top .app_left .app_left-img-mobil {
  display: none;
}
.app_top .app_right .app_button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
}
.app_top .app_right .app_button .ios_main {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #dde5eb;
  padding: 20px 66px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.app_top .app_right .app_button .ios_main button {
  color: #003265;
  height: 100%;
  font-family: Verdana;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  white-space: nowrap;
}
.app_top .app_right .android_main {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: #dde5eb;
  padding: 20px 66px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.app_top .app_right .app_button .android_main button {
  color: #003265;
  height: 100%;
  font-family: Verdana;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  white-space: nowrap;
}
.app_top .app_right {
  width: 100%;
  max-width: 525px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  height: auto;
}
.app_top .app_right .right_logo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-width: 525px;
}
.app_top .app_right .right_logo img {
  margin-bottom: 16px;
}
.app_top .app_right .right_logo .logo_info {
  font-family: Verdana;
  font-size: 28px;
  font-weight: 700;
  line-height: 42px;
  text-align: left;
  color: #fff;
  text-align: center;
  padding-bottom: 0;
}
.app_top .app_right .right_logo .logo_info .logo_info-color {
  color: #14a0ff;
  font-family: Verdana;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
}
.app_top .app_right .right_info {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #c8c7c7;
  padding-top: 10px;
}
.app_top .app_right .right_info .info_text {
  color: #fff;
  font-family: Verdana;
  font-style: normal;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  text-align: left;
}
.app_top .app_right .right_info .stars {
  display: flex;
  align-items: center;
}
.app_top .app_right .right_info .stars .star {
  margin-right: 8.5px;
}
.app_top .app_right .right_info .stars .star svg {
  width: 28px;
  height: 28px;
}
.app_top .app_right .right_info .info_text_desc {
  color: #fff;
  text-align: right;
  font-family: Verdana;
  font-style: normal;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-align: right;
}
.app_top .app_right .right_info .info_text_desc span {
  color: #fff;
  text-align: right;
  font-family: Verdana;
  font-style: normal;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-align: right;
}
.app_top .app_right .right_info .info_text_desc .desc_color {
  color: #1e4f88;
  font-family: Verdana;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}
@media screen and (max-width: 1420px) {
  .app_top {
    gap: 40px;
    margin: 120px auto 40px auto;
  }
  .app_top .app_left .app_left-img .logo-left {
    width: 400px;
    height: 537px;
  }
  .app_top .app_left {
    max-width: 400px;
  }
  .app_top .app_right .android_main,
  .app_top .app_right .ios_main {
    padding: 20px 40px;
  }
}
@media screen and (max-width: 1060px) {
  .app_top {
    max-height: 281px;
  }
  .app_top .app_left .app_left-img .logo-left {
    width: 292px;
    height: 329px;
  }
  .app_top .app_left {
    max-width: 310px;
  }
  .app_top .app_right {
    max-width: 308px;
    gap: 5px;
  }
  .app_top .app_right .right_logo {
    max-width: 308px;
  }
  .app_top .app_right .right_info {
    max-width: 308px;
  }
  .app_top .app_right .right_info .info_text,
  .app_top .app_right .right_info .info_text_desc,
  .app_top .app_right .right_info .info_text_desc span {
    font-size: 14px;
    line-height: 21px;
  }
  .app_top .app_right .android_main,
  .app_top .app_right .app_button .ios_main {
    padding: 10px 12px;
    margin-top: 10px;
    margin-bottom: 25px;
  }
  .app_top .app_right .app_button .android_main button,
  .app_top .app_right .app_button .ios_main button {
    font-size: 14px;
    line-height: 20px;
  }
  .app_top .app_right .right_info {
    padding-top: 8px;
  }
  .app_top .app_right .app_button {
    gap: 10px;
  }
  .app_top .app_right .right_logo .logo_info {
    font-size: 16px;
    line-height: 24px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 710px) {
  .app_top {
    display: flex;
    flex-direction: column;
    max-height: 700px;
    gap: 0;
  }
  .app_top .app_right .right_logo .logo_info {
    padding-top: 0;
  }
  .app_top .app_left {
    margin-top: -40px;
  }
}

.general-table-wrapper .general-tr:first-child .general-td {
  font-weight: bold;
}

nav a {
  cursor: pointer;
}

.nav-frame {
  margin: 0 auto;
  max-width: 400px;
  width: 100%;
  border: 1px solid #ffffff;
  padding: 10px;
  border-radius: 5px;
}
.nav-frame a {
  text-decoration: none;
  font-size: 18px;
}
.nav-frame .general-ul {
  margin-bottom: 0;
}

.testimonial-main {
  margin: 0 auto;
  width: 100%;
  max-width: 1300px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
.testimonial-block {
  background: linear-gradient(180deg, #082e53 0%, #063564 50.4%, #044588 100%);
  border-radius: 10px;
  padding: 32px 35px;
  color: #fff;
  box-shadow: 0px 4px 4px 0px #1c253980;
  border-top: 2px solid #ff691c;
  border-bottom: 2px solid #ff691c;
  font-family: Arial, sans-serif;
  width: 100%;
  max-width: 1300px;
}
.testimonial-header {
  margin-bottom: 18px;
  display: flex;
  align-items: center;
}

.testimonial-header p {
  margin: 0;
  padding: 0;
  line-height: 24.31px;
  font-weight: 700;
  font-size: 20px;
  display: contents;
}

.stars {
  display: flex;
  margin-left: 12px;
}

.stars img {
  height: 24px;
  width: 26px;
}

.testimonial-text p {
  margin: 0;
  font-size: 20px;
  line-height: 24.31px;
  font-weight: 400;
  padding: 0;
}

@media screen and (max-width: 1250px) {
  .stars img {
    height: 20px;
    width: 21px;
  }
  .testimonial-header p {
    font-size: 18px;
    line-height: 21.88px;
  }
  .testimonial-text p {
    font-size: 16px;
    line-height: 19.45px;
  }
  .testimonial-block {
    padding: 16px 12px;
  }
  main h1 {
    margin-top: 0;
  }
  .app_top {
    margin: 120px auto 20px auto;
  }
}

@media (max-width: 600px) {
  .testimonial-header {
    margin-bottom: 12px;
  }
  .testimonial-header p {
    font-size: 16px;
    line-height: 19.45px;
  }
  .testimonial-text p {
    font-size: 14px;
    line-height: 17.01px;
  }
  .app_top {
    margin: 100px auto 0 auto;
  }
}

.info-game {
  background: linear-gradient(180deg, #082e53 0%, #044588 50.4%, #082e53 100%);
  width: 100vw;
  height: 148px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline-start: 50%;
  transform: translateX(-50%);
}

.info-game .info-game-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 10px;
}
.info-game .info-game-wrapper p {
  font-family: Verdana;
  font-size: 32px;
  font-style: italic;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  color: #fff;
  padding-bottom: 0;
  margin: 0;
}

.info-game .info-game-wrapper button {
  background: linear-gradient(270deg, #ff691c 0%, #ff5300 48.9%, #ff691c 100%);
  padding: 20px 40px;
  width: 100%;
  max-width: 350px;
  font-family: Verdana;
  font-size: 20px;
  font-weight: 700;
  line-height: 24.31px;
  text-align: center;
  color: #fff;
  height: 64px;
  border-radius: 50px;
}

@media (max-width: 1300px) {
  .info-game .info-game-wrapper p {
    font-size: 25px;
    line-height: 30px;
  }
  .info-game .info-game-wrapper button {
    max-width: 300px;
    font-size: 15px;
    line-height: 20px;
  }
}

@media (max-width: 900px) {
  .info-game {
    height: 120px;
  }
  .info-game .info-game-wrapper p {
    font-size: 20px;
    line-height: 25px;
  }
  .info-game .info-game-wrapper button {
    max-width: 250px;
    font-size: 13px;
    line-height: 20px;
    padding: 15px 25px;
  }
}

@media (max-width: 630px) {
  .info-game {
    height: 120px;
  }
  .info-game .info-game-wrapper p {
    font-size: 20px;
  }
  .info-game .info-game-wrapper button {
    max-width: 170px;
    font-size: 11px;
    line-height: 15px;
    padding: 5px 10px;
    max-height: 50px;
  }
}
