* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  scroll-behavior: smooth;
  height: 100%;
  font-family: Verdana, sans-serif;
}
main {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: #181616;
  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 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 figure {
  margin: 0 auto;
  margin-bottom: 20px;
}
main p {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
main .wrapper {
  width: 96%;
  max-width: 1128px;
  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: 16px;
  line-height: normal;
  font-weight: 400;
}
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: #e23d22;
}
p a {
  color: #e13d22;
}
p {
  padding-bottom: 20px;
}
li {
  list-style: none;
}
button {
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
}
img {
  max-width: 100%;
  display: block;
}
i {
  font-style: normal;
}
#__next {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.content {
  position: relative;
  flex-grow: 1;
  padding-top: 0px;
}
.content .content-block {
  margin-bottom: 20px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0);
}
.content .general-ol {
  display: flex;
  justify-content: space-between;
  flex-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: 48%;
  counter-increment: counter-ol;
}
.content .general-ol li::before {
  position: absolute;
  content: counter(counter-ol);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #fff;
  border-radius: 50%;
  top: -2px;
  left: -26px;
  background: #a91704;
  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;
  gap: 10px;
}
.imgWrap {
  display: block;
  position: relative;
}
figure {
  margin-bottom: 20px;
  text-align: center;
}
figure span {
  height: 50%;
  width: 100%;
  position: absolute;
  left: 0;
  top: -50%;
}
figcaption {
  color: #1e1e24;
  font-size: 14px;
}
.general-image {
  display: block;
  border-radius: 15px;
  max-height: 500px;
  width: auto;
  height: auto;
  margin: 0 auto 10px auto;
}
.general-image.vertical {
  max-height: 500px;
  max-width: 70%;
}
.general-image.horizontal {
  max-width: 100%;
}
.general-table-wrapper {
  overflow-x: scroll;
}
.general-table {
  border-collapse: collapse;
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  margin: 20px auto;
}
.general-table thead {
  background: #e03d23;
}
.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 #e03d23;
}
.general-table thead tr th {
  padding: 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}
.general-table thead tr th:first-child {
  border-right: 1px solid #181616;
  border-left: 1px solid #e03d23;
}
.general-table thead tr th:last-child {
  border-right: 1px solid #e03d23;
}
.general-table thead tr th a {
  font-size: 14px;
  color: #03f0fc;
  text-decoration: underline;
}
.faq-container .faq-item {
  margin: 0 auto;
  position: relative;
  min-height: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
  z-index: 1;
}
.faq-container .faq-item:last-child {
  border-bottom: none;
}
.faq-container .faq-item:hover .icon::before,
.faq-container .faq-item:hover .icon::after {
  background: #fff;
}
.faq-container .faq-item:hover {
  border-color: #fff;
}
.faq-container .faq-item:hover .faq-question {
  color: #fff;
}
.faq-container .faq-question {
  position: relative;
  padding-bottom: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  padding-top: 10px;
  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: #fff;
  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 .bg-active {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #e13d22;
  z-index: -1;
  opacity: 0;
  transition: 0.4s ease;
}
.faq-container .toggle:checked ~ .bg-active {
  opacity: 1;
}
.faq-container .toggle:checked ~ .icon::before,
.faq-container .toggle:checked ~ .icon::after {
  background: #fff;
}
.faq-container .toggle:checked ~ .faq-question {
  color: #fff;
}
.faq-container .toggle:not(:checked) ~ .icon:before {
  transform: rotate(180deg);
}
.faq-container .toggle:not(:checked) ~ .icon:after {
  transform: rotate(90deg);
}
.faq-container .toggle:checked ~ .faq-answer {
  height: auto;
  opacity: 1;
  z-index: 2;
}
.columns {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.columns p {
  width: 100%;
}
.columns .column {
  width: 48%;
}
.columns .column-header {
  padding-top: 0;
  text-align: left;
}
.columns .column-p {
  position: relative;
  margin-left: 15px;
  padding-left: 25px;
}
.columns .column-p::before {
  content: no-open-quote;
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url(/list.svg);
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  top: 8px;
}
.table_of_contents_wrapper {
  max-width: 1128px;
  margin: 0 auto;
  width: 96%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.table_of_contents {
  max-width: 400px;
  border-radius: 8px;
}
.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: #e13d22;
  width: 100%;
  cursor: pointer;
  border-radius: 7px;
  transition: all 0.25s ease-out;
}
.table_of_contents .table_box {
  max-height: 1000px;
  padding: 5px;
  background: #181616;
  border-radius: 8px;
  gap: 12px;
  overflow: hidden;
  display: flex;
  width: 100%;
  max-width: 500px;
  flex-direction: column;
  transition: max-height 0.25s ease-in-out;
  margin-bottom: 10px;
}

.table_of_contents .toggle:checked + .lbl-toggle + div {
  max-height: 0;
  padding: 0;
}
.table_of_contents .table_link {
  position: relative;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #e13d22;
  text-decoration: underline;
}
/* .table_of_contents .table_link::before {
  content: no-open-quote;
  position: absolute;
  width: 10px;
  height: 10px;
  left: 0;
  top: 5px;
  background-color: #fff;
  border-radius: 50%;
} */
/* .table_of_contents .table_link:hover {
  color: #e13d22;
} */
.content404Page {
  height: 100vh;
  max-width: 100%;
  width: 100%;
  background: #1e1e1e;
}
.top404Page {
  background: #242424;
  height: 80px;
}
.top404Page_inner {
  display: flex;
  align-items: center;
  height: 100%;
  width: 98%;
  max-width: 1128px;
  margin: 0 auto;
}
.top404Page_inner img {
  width: 109px;
  height: 50px;
}
.page404Text {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
}
.page404Text img {
  width: 765px;
  height: 446px;
}
.page404Text p {
  font-family: Verdana, sans-serif;
  font-size: 32px;
  line-height: 35px;
  font-weight: 700;
  width: 100%;
  max-width: 500px;
  text-align: center;
  padding: 10px 0;
  color: #fff;
}
.page404Text button {
  background: #00cfa6;
  padding: 23px 108px;
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  font-family: Tahoma, sans-serif;
  border-radius: 10px;
  color: #fff;
}
.page404Text button:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1250px) {
  .top404Page {
    height: 60px;
  }
  .top404Page_inner {
    justify-content: center;
  }
  .top404Page_inner img {
    width: 88px;
    height: 40px;
  }
  .page404Text {
    padding: 24px 23px 0 23px;
  }
  .page404Text img {
    width: 100%;
    max-width: 450px;
    height: auto;
  }
  .page404Text p {
    font-size: 18px;
    line-height: 20px;
    max-width: 200px;
    padding: 20px 0;
  }
  .page404Text button {
    padding: 14px 38px;
    font-size: 18px;
  }
}
.links_wrapper {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
}
.links {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1128px;
  width: 100%;
}
.links_box {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 5px;
}
.link {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
.content404Page.wrapper .content404 button:hover {
  background: #a10000;
}
.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: url(/button_block_bg.webp);
  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;
  border: 1px solid #fda59f;
  background: linear-gradient(92deg, #f92517 -2.21%, #f64c35 99.66%);
  box-shadow: 0px 0px 12px 0px rgba(255, 46, 0, 0.26);
}

@media screen and (max-width: 1250px) {
  .button-block button {
    font-size: 18px;
  }
}

.quote {
  position: relative;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 40px;
  width: 98%;
  max-width: 600px;
  border-radius: 12px;
  background: linear-gradient(94deg, #d43a21 0%, #e13d22 100%);
}
.quote p {
  padding: 40px 40px 20px 40px;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #fff;
}
.quote::after {
  position: absolute;
  content: no-open-quote;
  width: 60px;
  height: 60px;
  background-image: url(/_next/static/media/quote-icon.04c7d92f.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;
}

@media screen and (max-width: 1250px) {
  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;
  }
}
@media screen and (max-width: 600px) {
  .reviews .review {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .general-table {
    max-width: 100%;
  }
  .general-table-wrapper {
    max-width: 100%;
    overflow-x: scroll;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Verdana, sans-serif;
}
body {
  overflow-x: hidden;
  background: #f5f5f5;
}
.loginPage {
  min-height: 100vh;
  background: linear-gradient(90deg, #efe0fa, #be78f0);
}
.loginPage .header_logo {
  margin: 0 auto;
  width: 300px;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loginPage .login {
  overflow: hidden;
  background-color: #fff;
  padding: 40px 30px 30px 30px;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  transform: translate(-50%, -50%);
  transition: transform 300ms, box-shadow 300ms;
  box-shadow: 5px 10px 10px rgba(190, 120, 240, 0.2);
}
.loginPage .login::before,
.loginPage .login::after {
  content: no-open-quote;
  position: absolute;
  width: 600px;
  height: 600px;
  border-top-left-radius: 40%;
  border-top-right-radius: 45%;
  border-bottom-left-radius: 35%;
  border-bottom-right-radius: 40%;
  z-index: -1;
}
.loginPage .login::before {
  left: 40%;
  bottom: -130%;
  background-color: rgba(158, 75, 220, 0.15);
  animation: wawes 6s infinite linear;
}
.loginPage .login::after {
  left: 35%;
  bottom: -125%;
  background-color: rgba(190, 120, 240, 0.2);
  animation: wawes 7s infinite;
}
.loginPage .login > input {
  display: block;
  font-size: 16px;
  background: #fff;
  width: 100%;
  border: 0;
  margin: 15px -10px;
  padding: 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.loginPage .login > input:focus {
  transform: scale(1.05);
}
.loginPage .login > .loginButton {
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  width: 80px;
  text-align: center;
  background-color: #9e4bdc;
  transition: background-color 300ms;
  padding: 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.loginPage .login > .loginButton button {
  color: #fff;
}
.loginPage .login > .loginButton:hover {
  background-color: #b361ed;
}
@keyframes wawes {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.footer {
  background: #181616;
  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 .footerInner .footer-menu {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: linear-gradient(
    to bottom,
    #404040,
    #3b3b3b,
    #353535,
    #303030,
    #2b2b2b
  );
  padding: 20px;
}
.footer .footerInner .footer-menu a {
  color: #bfbdbd;
  margin: 0 5px 5px 5px;
}
.footer .footerInner .footer-menu a:hover {
  color: #e13d22;
}
.footer .scrollTop {
  background: #e13d22;
  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: 100px;
  right: 20px;
  opacity: 0;
  cursor: pointer;
  border-radius: 50%;
  z-index: 5;
}
.footer .scrollTop.pam_content {
  opacity: 1;
}
.footer-block-btn {
  z-index: 34;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  height: 45px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #fff;
  display: none;
  justify-content: center;
  align-items: center;
}
.footer-block-btn .buttons {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.footer-block-btn .buttons button {
  width: 48%;
}
.footer-block-btn .buttons .regButton {
  display: flex;
  justify-content: center;
  padding: 5px 24px;
  color: #fff;
  border-radius: 12px;
  background: linear-gradient(94deg, #e13d22 0%, #e15b22 100%);
}
.footer-block-btn .buttons .regButton img {
  position: relative;
  top: 1px;
}
.footer-block-btn .buttons .logButton {
  padding: 4px 24px;
  color: #e13d22;
  border-radius: 12px;
  border: 1px solid #e13d22;
}
@media (max-width: 1250px) {
  .footer {
    padding: 20px 0 80px 0px;
  }
  .footer-block-btn {
    display: none;
  }
}
.header {
  background: #e13d22;
  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%;
  width: 96%;
}
.header .headerInner .logo a,
.header .headerInner .logo button {
  display: block;
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
  padding-right: 10px;
}
.header .headerInner .logo .ampLogo {
  position: relative;
}

.header .headerInner .menu {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 15px;
}
.header .headerInner .menu a {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
}
.header .headerInner .menu a:hover {
  color: #181616;
}
.header .headerInner .menu a.active {
  color: #181616;
}
.buttons .logButton {
  padding: 10px 24px;
  border-radius: 8px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #fff;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0);
}
.buttons .regButton {
  display: flex;
  gap: 7px;
  position: relative;
  padding: 10px 24px;
  border-radius: 8px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #fff;
  border: 1px solid #fff;
}
.buttons .regButton img {
  position: relative;
  top: 1px;
}
@media screen and (max-width: 1250px) {
  .header {
    height: 50px;
  }
  .header .headerInner .menu {
    display: none;
  }
  /* .buttons {
    display: none;
  } */
  .buttons .regButton {
    margin-right: 0;
  }
  .buttons .regButton,
  .buttons .logButton {
    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;
  }
}
.burger {
  display: none;
  position: relative;
}
.mobileMenu {
  position: fixed;
  top: 0;
  right: 0%;
  display: block;
  z-index: 5;
  background: #e13d22;
  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 .mobileMenuTop .logo {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
}
.mobileMenu .mobileMenuLinks {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.mobileMenu .mobileMenuLinks a {
  color: #fff;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
}
.mobileMenu .mobileMenuLinks a:active {
  color: #181616;
}
.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: #fff;
  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.wrapper {
    margin-top: 15px;
  }
}
@media screen and (max-width: 620px) {
  .breadcrumbs.wrapper {
    display: block;
  }
}
.banner {
  position: relative;
  margin-top: 30px;
  padding: 0 20px;
  width: 98%;
  max-width: 1300px;
  margin: 30px auto;
}
.banner__wrapper {
  display: flex;
  gap: 10px;
  overflow: hidden;
  flex-direction: column;
  margin: 20px auto 20px auto;
  width: 96%;
  max-width: 1300px;
}
.banner__wrapper .top ,
.banner__wrapper .bottom {
  width: 100%;
  max-width: 1300px;
}
.banner__wrapper .top .top-icons ,
.banner__wrapper .bottom .bottom-icons {
  display: flex;
  justify-content: center;
  align-items: space-between;
}
.banner__wrapper .top .top-icons .icon-casino ,
.banner__wrapper .bottom .bottom-icons .icon-sport  {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-right: 1px solid #FF6C5E;
  padding: 0 90px 0 20px;
  position: relative;
}

.banner__wrapper .top .top-icons .icon-casino .casino {
  background: url(./icons/Icon-casino.svg) no-repeat;
  background-position: center;
  background-size: contain;
  width: 32px;
  height: 32px;
}
.banner__wrapper .top .top-icons .icon-live_dillers,
.banner__wrapper .top .top-icons .icon-crash,
.banner__wrapper .top .top-icons  .icon-tv ,
.banner__wrapper .top .top-icons .icon-lottery ,
.banner__wrapper .bottom .bottom-icons .icon-live ,
.banner__wrapper .bottom .bottom-icons .icon-v_sport ,
.banner__wrapper .bottom .bottom-icons .icon-shares ,
.banner__wrapper .bottom .bottom-icons .icon-competition {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-right: 1px solid #FF6C5E;
  padding: 0 50px 0 50px;
  width: 100%;
  position: relative;
}

.banner__wrapper .top .top-icons .icon-bingo ,
.banner__wrapper .bottom .bottom-icons .icon-vip {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 0 0 50px;
  position: relative;
}
.banner__wrapper .top .top-icons .icon-live_dillers .live_dillers { 
  background: url(./icons/icon-dealer.svg) no-repeat;
  background-position: center;
  background-size: contain;
  width: 32px;
  height: 32px;
}
.banner__wrapper .top .top-icons .icon-crash .crash { 
  background: url(./icons/Icons-crash.svg) no-repeat;
  background-position: center;
  background-size: contain;
  width: 32px;
  height: 32px;
}

.banner__wrapper .top .top-icons  .icon-tv .tv {
  background: url(./icons/Icons-tv.svg) no-repeat;
  background-position: center;
  background-size: contain;
  width: 32px;
  height: 32px;
}

.banner__wrapper .top .top-icons .icon-lottery .lottery {
  background: url(./icons/icon-lottery.svg) no-repeat;
  background-position: center;
  background-size: contain;
  width: 32px;
  height: 32px;
}
.banner__wrapper .top .top-icons .icon-bingo .bingo {
  background: url(./icons/Icons-bingo.svg) no-repeat;
  background-position: center;
  background-size: contain;
  width: 32px;
  height: 32px;
}

.banner__wrapper .bottom .bottom-icons .icon-sport .sport {
  background: url(./icons/icon-sport.svg) no-repeat;
  background-position: center;
  background-size: contain;
  width: 32px;
  height: 32px;
}
.banner__wrapper .bottom .bottom-icons .icon-live .live {
  background: url(./icons/icon-live.svg) no-repeat;
  background-position: center;
  background-size: contain;
  width: 32px;
  height: 32px;
}
.banner__wrapper .bottom .bottom-icons .icon-v_sport .v_sport {
  background: url(./icons/Icons-dice.svg) no-repeat;
  background-position: center;
  background-size: contain;
  width: 32px;
  height: 32px;
}
.banner__wrapper .bottom .bottom-icons .icon-shares .shares {
  background: url(./icons/Icons-dice-3.svg) no-repeat;
  background-position: center;
  background-size: contain;
  width: 32px;
  height: 32px;
}
.banner__wrapper .bottom .bottom-icons .icon-competition .competition {
  background: url(./icons/icon-sport.svg) no-repeat;
  background-position: center;
  background-size: contain;
  width: 32px;
  height: 32px;
}
.banner__wrapper .bottom .bottom-icons .icon-vip .vip {
  background: url(./icons/Icons-dice-2.svg) no-repeat;
  background-position: center;
  background-size: contain;
  width: 32px;
  height: 32px;
}
.banner__wrapper .top .top-icons .icon-casino p ,
.banner__wrapper .top .top-icons .icon-live_dillers p ,
.banner__wrapper .top .top-icons .icon-crash p ,
.banner__wrapper .top .top-icons  .icon-tv p ,
.banner__wrapper .top .top-icons .icon-lottery p ,
.banner__wrapper .top .top-icons .icon-bingo p, 
.banner__wrapper .bottom .bottom-icons .icon-sport p , 
.banner__wrapper .bottom .bottom-icons .icon-live p , 
.banner__wrapper .bottom .bottom-icons .icon-v_sport p , 
.banner__wrapper .bottom .bottom-icons .icon-shares p ,
.banner__wrapper .bottom .bottom-icons .icon-competition p ,
.banner__wrapper .bottom .bottom-icons .icon-vip p {
  font-family: Verdana;
  font-size: 14px;
  font-weight: 400;
  line-height: 17.01px;
  text-align: center;
  color: #fff;
  padding-bottom: 0;
  padding-top: 4px;
  text-transform: uppercase;
  width: 100%;
  white-space: nowrap;
}
.banner__wrapper .top .top-icons .icon-casino a ,
.banner__wrapper .top .top-icons .icon-live_dillers a ,
.banner__wrapper .top .top-icons .icon-crash a ,
.banner__wrapper .top .top-icons  .icon-tv a ,
.banner__wrapper .top .top-icons .icon-lottery a ,
.banner__wrapper .top .top-icons .icon-bingo a, 
.banner__wrapper .bottom .bottom-icons .icon-sport a, 
.banner__wrapper .bottom .bottom-icons .icon-live a , 
.banner__wrapper .bottom .bottom-icons .icon-v_sport a , 
.banner__wrapper .bottom .bottom-icons .icon-shares a ,
.banner__wrapper .bottom .bottom-icons .icon-competition a ,
.banner__wrapper .bottom .bottom-icons .icon-vip a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.banner__wrapper .banner__left,
.banner__wrapper .banner__right {
  overflow: hidden;
  display: flex;
  align-items: center;
  border-radius: 22px;
}
.banner__wrapper .banner__left .banner__text,
.banner__wrapper .banner__right .banner__text {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
  text-transform: uppercase;
}
.banner__wrapper .banner__left button,
.banner__wrapper .banner__right button {
  width: 300px;
  height: 56px;
  font-size: 24px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  border-radius: 12px;
}
.banner__wrapper .banner__left {
  padding-left: 20px;
  /* width: 65%; */
  width: 100%;
  background-color: #000;
}
.banner__wrapper .banner__left .banner__info {
  margin: 0 auto;
}
.banner__wrapper .banner__left .banner__text {
  text-align: center;
  max-width: 300px;
}
.banner__wrapper .banner__left span {
  text-align: center;
  margin-bottom: 20px;
  display: block;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 42px;
  text-transform: uppercase;
}
.banner__wrapper .banner__left .button {
  padding: 6px;
  text-align: center;
  border-radius: 12px;
  background: linear-gradient(92deg, #ff0f00 0%, #ff3d00 100%);
  box-shadow: 0px 0px 12px 0px rgba(255, 9, 9, 0.37);
}
.banner__wrapper .banner__left button {
  width: 293px;
  height: 49px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  background: linear-gradient(92deg, #ff0f00 0%, #ff3d00 100%);
  box-shadow: 0px 0px 12px 0px rgba(255, 9, 9, 0.37);
  border-radius: 12px;
  border: 1.5px solid rgba(255, 255, 255, 0.6);
}
.banner__wrapper .banner__left .img-left,
.banner__wrapper .banner__left .img-right {
  width: 225px;
  height: 300px;
}
.banner__wrapper .banner__right {
  display: none;
  width: 34%;
  padding-left: 30px;
  background-color: #9a0b00;
}
.banner__wrapper .banner__right span {
  margin-bottom: 12px;
  display: block;
  color: #fff;
  font-size: 62px;
  font-weight: 700;
  line-height: 48px;
}
.banner__wrapper .banner__right button {
  color: #ff1301;
  background: #fff;
  box-shadow: 0px 0px 12px 0px rgba(255, 9, 9, 0.37);
}
.banner__wrapper .banner__right img {
  width: 195px;
  height: 300px;
  position: relative;
  right: 15px;
}
@media (max-width: 1300px) {
  .banner__wrapper .top .top-icons .icon-casino, 
  .banner__wrapper .bottom .bottom-icons .icon-sport  {
   padding: 0 50px 0 10px;
  }
  .banner__wrapper .top .top-icons .icon-live_dillers, 
  .banner__wrapper .top .top-icons .icon-crash, 
  .banner__wrapper .top .top-icons .icon-tv, 
  .banner__wrapper .top .top-icons .icon-lottery, 
  .banner__wrapper .bottom .bottom-icons .icon-live, 
  .banner__wrapper .bottom .bottom-icons .icon-v_sport, 
  .banner__wrapper .bottom .bottom-icons .icon-shares, 
  .banner__wrapper .bottom .bottom-icons .icon-competition  {
    padding: 0;
    width: 80%;
    max-width: 200px;
  }
  .banner__wrapper .top .top-icons .icon-live_dillers .live_dillers ,
  .banner__wrapper .top .top-icons .icon-crash .crash ,
  .banner__wrapper .top .top-icons  .icon-tv .tv ,
  .banner__wrapper .top .top-icons .icon-lottery .lottery ,
  .banner__wrapper .top .top-icons .icon-bingo .bingo,
  .banner__wrapper .bottom .bottom-icons .icon-sport .sport ,
  .banner__wrapper .bottom .bottom-icons .icon-live .live ,
  .banner__wrapper .bottom .bottom-icons .icon-v_sport .v_sport ,
  .banner__wrapper .bottom .bottom-icons .icon-shares .shares ,
  .banner__wrapper .bottom .bottom-icons .icon-competition .competition, 
  .banner__wrapper .bottom .bottom-icons .icon-vip .vip ,
  .banner__wrapper .top .top-icons .icon-casino .casino {
    width: 28px;
    height: 28px;
  }
  .banner__wrapper .top .top-icons .icon-casino p, 
  .banner__wrapper .top .top-icons .icon-live_dillers p, 
  .banner__wrapper .top .top-icons .icon-crash p, 
  .banner__wrapper .top .top-icons .icon-tv p, 
  .banner__wrapper .top .top-icons .icon-lottery p, 
  .banner__wrapper .top .top-icons .icon-bingo p, 
  .banner__wrapper .bottom .bottom-icons .icon-sport p, 
  .banner__wrapper .bottom .bottom-icons .icon-live p, 
  .banner__wrapper .bottom .bottom-icons .icon-v_sport p, 
  .banner__wrapper .bottom .bottom-icons .icon-shares p, 
  .banner__wrapper .bottom .bottom-icons .icon-competition p, 
  .banner__wrapper .bottom .bottom-icons .icon-vip p {
    font-size: 10px;
  }
}
@media (max-width: 1100px) {
  .banner__wrapper .top .top-icons .icon-casino, 
  .banner__wrapper .bottom .bottom-icons .icon-sport  {
   padding: 0 30px 0 10px;
  }
  .banner__wrapper .top .top-icons .icon-bingo, .banner__wrapper .bottom .bottom-icons .icon-vip {
    padding: 0 0 0 30px;
}
}
@media (max-width: 700px) {
    .banner__wrapper .top .top-icons,
    .banner__wrapper .bottom .bottom-icons {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr; 
      align-items: center;
      gap: 10px 0 ;
      width: 100%;
      max-width: 700px;
    }
  
    .banner__wrapper .top .top-icons .icon-casino,
    .banner__wrapper .top .top-icons .icon-live_dillers,
    .banner__wrapper .top .top-icons .icon-crash,
    .banner__wrapper .top .top-icons .icon-tv,
    .banner__wrapper .top .top-icons .icon-lottery,
    .banner__wrapper .top .top-icons .icon-bingo,
    .banner__wrapper .bottom .bottom-icons .icon-sport,
    .banner__wrapper .bottom .bottom-icons .icon-live,
    .banner__wrapper .bottom .bottom-icons .icon-v_sport,
    .banner__wrapper .bottom .bottom-icons .icon-shares,
    .banner__wrapper .bottom .bottom-icons .icon-competition,
    .banner__wrapper .bottom .bottom-icons .icon-vip {
      padding: 0;
      width: 100%;
      max-width: 200px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
    }
  
    .banner__wrapper .top .top-icons .icon-crash,
    .banner__wrapper .bottom .bottom-icons .icon-v_sport {
      border-right: none;
    }
  

    .banner__wrapper .top .top-icons .icon-casino p,
    .banner__wrapper .top .top-icons .icon-live_dillers p,
    .banner__wrapper .top .top-icons .icon-crash p,
    .banner__wrapper .top .top-icons .icon-tv p,
    .banner__wrapper .top .top-icons .icon-lottery p,
    .banner__wrapper .top .top-icons .icon-bingo p,
    .banner__wrapper .bottom .bottom-icons .icon-sport p,
    .banner__wrapper .bottom .bottom-icons .icon-live p,
    .banner__wrapper .bottom .bottom-icons .icon-v_sport p,
    .banner__wrapper .bottom .bottom-icons .icon-shares p,
    .banner__wrapper .bottom .bottom-icons .icon-competition p,
    .banner__wrapper .bottom .bottom-icons .icon-vip p {
      font-size: 10px;
      margin-top: 5px;
    }
  }
@media (max-width: 1250px) {
  .banner {
    margin: 0 auto;
    max-width: 1128px;
    width: 96%;
    margin-top: 15px;
    padding: 0;
  }
  .banner__wrapper .banner__left,
  .banner__wrapper .banner__right {
    border-radius: 6px;
    height: 180px;
  }
  .banner__wrapper .banner__left .banner__text,
  .banner__wrapper .banner__right .banner__text {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
  }
  .banner__wrapper .banner__left button,
  .banner__wrapper .banner__right button {
    width: 175px;
    height: 48px;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    text-transform: none;
  }
  .banner__wrapper .banner__left .banner__info,
  .banner__wrapper .banner__right .banner__info {
    padding: 10px 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .banner__wrapper .banner__left .banner__text {
    max-width: 150px;
    padding-bottom: 4px;
  }
  .banner__wrapper .banner__left span {
    margin-bottom: 18px;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
  }
  .banner__wrapper .banner__left button {
    width: 168px;
    height: 41px;
  }
  .banner__wrapper .banner__left .img-left , .banner__wrapper .banner__left .img-right {
    width: 119px;
    height: 159px;
    position: relative;
    bottom: -10px;
  }
  .banner__wrapper .banner__right {
    justify-content: space-between;
  }
  .banner__wrapper .banner__right span {
    margin-bottom: 4px;
    font-size: 46px;
    font-weight: 500;
    line-height: 46px;
  }
  .banner__wrapper .banner__right .banner__text {
    padding-bottom: 12px;
  }
  .banner__wrapper .banner__right img {
    width: 117px;
    height: 180px;
    right: 0;
    bottom: -10px;
  }
}
@media (max-width: 850px) {
  .banner__wrapper .banner__left,
  .banner__wrapper .banner__right {
    position: relative;
    overflow: hidden;
  }
  /* .banner__wrapper .banner__left img,
  .banner__wrapper .banner__right img {
    position: absolute;
  } */
  .banner__wrapper .banner__left .banner__info,
  .banner__wrapper .banner__right .banner__info {
    justify-content: center;
    position: relative;
    z-index: 5;
  }
  /* .banner__wrapper .banner__left {
    padding-left: 0;
    width: 50%;
  } */
  .banner__wrapper .banner__left .img-left {
    left: 0;
  }
  .banner__wrapper .banner__left .banner__info {
    padding-right: 10px;
    margin: 0 auto;
    /* margin-left: auto; */
  }
  /* .banner__wrapper .banner__right {
    width: 50%;
    padding-left: 10px;
  } */
  /* .banner__wrapper .banner__right img {
    right: 0;
  } */

  .banner__wrapper .banner__left button,
  .banner__wrapper .banner__right button {
    width: 145px;
    font-size: 15px;
    height: 40px;
  }
  .banner__wrapper .banner__left .button {
    width: 145px;
    margin-left: auto;
    position: relative;
    top: 15px;
  }
  .banner__wrapper .banner__left button {
    width: 128px;
    height: 28px;
  }
  .banner__wrapper .banner__left .banner__text {
    margin: 0;
    /* text-align: right; */
    width: 100%;
  }
  .banner__wrapper .banner__left span {
    /* text-align: right; */
  }
  .banner__wrapper .banner__right .button {
    position: relative;
    top: 7px;
  }
}
@media (max-width: 600px) {
  .banner__wrapper .banner__left,
  .banner__wrapper .banner__right {
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  .banner {
    width: 96%;
  }
  .banner__wrapper {
    flex-direction: column;
    gap: 10px;
  }
  .banner__wrapper .banner__left {
    border-radius: 6px;
  }
  .banner__wrapper .banner__left .img-left {
    left: 0px;
  }
  .banner__wrapper .banner__right {
    border-radius: 6px;
  }
  .banner__wrapper .banner__left .img-right {
    right: 0px;
  }
  .banner__wrapper .banner__right img {
    right: 0px;
  }
}
@media (max-width: 430px) { 
  .banner__wrapper .banner__left .img-right {
    display: none;
  }
}
@media (max-width: 380px) {
  /* .banner__wrapper .banner__left img,
  .banner__wrapper .banner__right img {
    display: none;
  } */
  .banner__wrapper .banner__left button,
  .banner__wrapper .banner__right button {
    width: 138px;
    font-size: 13px;
  }
  .banner__wrapper .banner__left {
    padding: 5px;
  }
  .banner__wrapper .banner__left .button {
    width: 136px;
    margin: 0 auto;
  }
  .banner__wrapper .banner__left button {
    width: 112px;
  }
  .banner__wrapper .banner__left span {
    font-size: 23px;
  }
  .banner__wrapper .banner__right {
    padding: 5px;
  }
}
.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;
  }
}
.advantages {
  padding: 20px 0 20px 0;
}
.advantages ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 60px 40px;
}
.advantages ul li {
  width: 233px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.advantages ul li img {
  width: 60px;
  height: 60px;
}
.advantages ul li p {
  padding-bottom: 0;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  height: 50px;
}
.mirror-block {
  max-width: 1128px;
  margin: 0 auto 20px auto;
  width: 96%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border: 1px solid #e13d22;
  border-radius: 8px;
}
.mirror-block img {
  margin-bottom: 16px;
  width: 60px;
  height: 60px;
}
.mirror-block span {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 6px;
}
.mirror-block p {
  margin-bottom: 20px;
  padding-bottom: 0;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}
.mirror-block p span {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: #d33b22;
}
.mirror-block button {
  padding: 18px 24px;
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  border-radius: 12px;
  background: #e03d23;
}
@media (max-width: 1250px) {
  .mirror-block button {
    padding: 12px 24px;
  }
}

/* Плитка */
.panel {
  padding-bottom: 40px;
  max-width: 1128px;
  margin: 0 auto;
  width: 96%;
}

.panel .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 16px 20px;
}

.panel__list {
  width: 100%;
  padding-inline: 0;
  margin-block: 0;
  margin: auto;
}

.panel__item {
  box-sizing: border-box;
  padding: 0 5px;
  position: relative;
  width: 100%;
  height: 80px;
  background-color: rgba(0, 0, 0, 1);
  border-radius: 10px;
  display: flex;
  gap: 16px;
  align-items: center;
  font-weight: bold;
  border: 1px solid rgba(0, 0, 0, 1);
  transition: 0.5s;
}

.panel__button {
  padding-block: 0;
  padding-inline: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px;
}
.panel__item:hover {
  border: 1px solid rgba(255, 55, 0, 1);
}

.panel__image {
  width: 74px;
  height: 74px;
}
@media (max-width: 1250px) {
  .panel span {
    font-size: 14px;
  }
  .panel .grid {
    grid-gap: 12px 14px;
  }
  .panel__item {
    padding: 0;
    gap: 5px;
  }
}

@media (max-width: 850px) {
  .panel .grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .panel__item {
    gap: 30px;
    padding-left: 30px;
    padding-right: 15px;
    height: 60px;
  }
  .panel__image {
    width: 60px;
    height: 60px;
  }
}

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

@media (max-width: 380px) {
  .panel__list {
    padding: 0;
  }
  .panel__item {
    padding-left: 10px;
    padding-right: 5px;
    gap: 10px;
  }
}

/* Модуль скачать приложение */
.tg-block {
  background: #cf4b32;
  display: flex;
  justify-content: center;
  height: 200px;
  margin-bottom: 40px;
  margin-top: 20px;
  overflow: hidden;
}
.tg-block_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 0 15px;
}
.tg-block_wrapper .tg-block_image img {
  height: 200px;
}

.tg-block_wrapper .tg-block_text {
  height: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.tg-block_wrapper .tg-block_text .text-title {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
  width: 100%;
}
.tg-block_wrapper .tg-block_text button {
  color: #cf4b32;
  border-radius: 42px;
  background: #fff;
  font-family: Tahoma;
  width: 400px;
  padding: 18px 24px;
  border: none;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}

@media screen and (max-width: 1200px) {
  .tg-block {
    height: 120px;
  }
  .tg-block_wrapper {
    gap: 0px;
  }
  .tg-block_wrapper .tg-block_image img {
    height: 120px;
  }

  .tg-block_wrapper .tg-block_text .text-title {
    font-size: 18px;
    line-height: 18px;
    padding-bottom: 8px;
  }
  .tg-block_wrapper .tg-block_text button {
    width: 100%;
    max-width: 212px;
    padding: 12px 24px;
  }

  .advantages ul {
    display: grid;
    grid-template-columns: 0.5fr 0.5fr;
    justify-items: center;
    align-items: center;
    gap: 20px 20px;
  }
  .advantages ul li {
    width: 180px;
  }

  .advantages ul li p {
    white-space: break-spaces;
  }
}

@media screen and (max-width: 480px) {
  .tg-block {
    position: relative;
    justify-content: flex-end;
  }
  .tg-block_wrapper .tg-block_image {
    position: absolute;
    top: 0;
    left: 0;
  }

  .tg-block_wrapper .tg-block_text .text-title {
    font-weight: 400;
  }

  .advantages ul li {
    width: 110px;
  }
  .advantages ul li p {
    font-size: 14px;
    line-height: 1.2;
    height: auto;
  }
}

@media screen and (max-width: 420px) {
  .tg-block_wrapper .tg-block_image {
    left: -17%;
  }
}

@media screen and (max-width: 359px) {
  .tg-block_wrapper .tg-block_image {
    display: none;
  }
  .tg-block_wrapper {
    width: 100%;
  }
  .tg-block_wrapper .tg-block_text {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .tg-block_wrapper .tg-block_text .text-title {
    text-align: center;
  }
  .tg-block_wrapper .tg-block_text button {
    display: block;
    margin: 0 auto;
  }
}

.content-time {
  display: flex;
  justify-content: center;
  margin: 30px auto 0 auto;
  width: 96%;
  max-width: 1128px;
}
.content-time span {
  color: #ffffff;
  font-size: 15px;
}

#current-date {
  color: #ffffff;
  font-size: 15px;
}
@media (max-width: 1250px) {
  .content-time {
    margin: 20px auto 0 auto;
  }
}

@media (max-width: 410px) {
  .buttons .regButton {
    padding: 7px 5px;
    font-size: 14px;
  }
  .buttons .logButton {
    padding: 7px 5px;
    font-size: 14px;
  }
}

.slots {
  margin: 30px 0 30px 0;
}

.slots .slots-list {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, 220px);
  grid-gap: 20px;
  grid-gap: 20px;
  gap: 20px;
  justify-content: center;

}

.slots .slots-list ul {
  margin: 0;
}
.slots .slots-list .slot {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
background: transparent;
width: 100%;

}

.slots .slots-list .slot .caption {
  margin-top: 8px;
  padding: 16px 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
}

.slots .slots-list .slot .img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.slots .slots-list .slot img {
  height: auto
}
.slots .slots-list .slot .slot-buttons {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  flex-direction: column;
  gap: 10px;
  z-index: 5;
opacity: 1;
}

.slots .slots-list .slot {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  background: transparent;
  width: 100%;
  transition: opacity 0.3s ease;
}

.slots .slots-list .slot:hover {
  opacity: 0.8;
}


.slots .slots-list .slot:hover .slot-buttons {
  visibility: visible;
  opacity: 1;
display: flex;
justify-content: center;
align-items: center;
  flex-direction: column;
background: #2C2C2C99;
width: 100%;
height: 100%;
max-height: 200px;
}

.slot-buttons button {
  width: 120px;
  height: 40px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  transition: background-color 0.3s ease;

}

.slot-buttons .play-now {
  background-color: #FF2616;
  color: #fff;
}

.slot-buttons .play-now:hover {
  background-color: #e01e14;
}

.slot-buttons .demo {
  background-color: transparent;
  color: #fff;

}

.slot-buttons .demo:hover {
  border: 2px solid #FF2616;

}
@media screen and (max-width: 1320px) {
  .slots .slots-list {
      grid-template-columns:repeat(auto-fit, 176px)
  }
}

@media screen and (max-width: 744px) {
  .slots__title {
      font-size:20px
  }
}

@media screen and (max-width: 720px) {
  .slots .slots-list {
      gap:10px 20px;
      grid-template-columns: repeat(2, 160px)
  }

  .slots .slots-list .slot .caption {
      margin-top: 4px;
      font-size: 12px
  }
}
@media screen and (max-width: 360px) {
  .slots .slots-list {
      gap:10px 10px;
      grid-template-columns: repeat(2, 150px)
  }
}

.footer-info {
	width: 100vw;
	height: auto;
	background: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 20px;
}
.footer-game ,.footer-pay {
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 15px;
}

.footer-game {
	border-bottom: 1px solid #FFFFFF40
}
.footer-game img , .footer-pay img {
filter: grayscale(100%);
width: 120px;
height: 80px;
}
.footer-app .app {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}
.ios_main {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	gap: 5px;
	background: transparent;
	border: 2px solid #232834;
	padding: 5px 10px;
  }
  .ios_main button {
	color: #80858F;
	height: 18px;
	font-family: Verdana;
	font-size: 8px;
	font-style: normal;
	font-weight: 700;
	line-height: 8px;
  }
  .ios_main p , .android_main p {
	color: #80858F;
	font-family: Verdana;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height:15px;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	padding-bottom: 0;
	width: 100%;
	cursor: pointer;
  }
  .ios_btn , .android_btn {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	gap: 0;
  }
  .android_main {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	background: transparent;
	border: 2px solid #232834;
	padding: 5px 10px;
	gap: 5px;
  }

  .android_main button {
	color: #80858F;
	height: 18px;
	font-family: Verdana;
	font-size: 8px;
	font-style: normal;
	font-weight: 700;
	line-height:8px;
  }
  .ios_main p:hover , .android_main p:hover {
	color: #fff;
  }
  .footer-app {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding-top: 20px;

  }
  .footer-app p {
	font-family: Verdana;
font-size: 14px;
font-weight: 400;
line-height: 17.01px;
color: #FFFFFF80;
text-align: center;
  }
.footer-game img:hover , .footer-pay img:hover {
	filter: unset;
	}
  
  @media screen and (max-width: 623px) {
	.footer-game ,.footer-pay {
	  gap: 5px;
	}
	.footer-game img , .footer-pay img {
		width: 80px;
		height: 32px;
		}
  }
	.footer-links {
    width: 100vw;
    height: auto;
    background: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    gap: 10px;
  }
  .footer-links .links-left ,
  .footer-links .links-middle ,
  .footer-links .links-right  {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
  }
  .footer-links .links-support  {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-direction: column;
    gap: 10px;

  }

  .footer-links .links-left .link-title , 
  .footer-links .links-middle .link-title ,
  .footer-links .links-right .link-title{
    font-family: Verdana;
    font-size: 18px;
    font-weight: 700;
    line-height: 21.88px;
    text-align: left;
    color: #fff;
  }
  .footer-links .links-left .link-title a , 
  .footer-links .links-middle .link-title a ,
  .footer-links .links-right .link-title a {
    font-family: Verdana;
    font-size: 18px;
    font-weight: 700;
    line-height: 21.88px;
    text-align: left;
    color: #fff;
    position: relative;
  }

  .footer-links .links-left p ,
  .footer-links .links-left p a  ,
  .footer-links .links-middle p ,
  .footer-links .links-middle p a  ,
  .footer-links .links-right p ,
  .footer-links .links-right p a {
    font-family: Verdana;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.01px;
    text-align: left;
    color: #fff;
  }

  .footer-links .links-support .chat ,
  .footer-links .links-support .phone{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    gap: 5px;
    background: transparent;
    border: 1px solid #DB493B80;
    padding: 5px 10px;
    max-width: 225px;
    width: 100%;
  }
.chat_btn button ,
.phone_btn button {
  font-family: Verdana;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.88px;
  color: #DB493B;
}

@media screen and (max-width: 1250px) {
  .footer-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .footer-links .links-support { 
    align-items: unset;
  }
  .footer-links .links-middle .link-title {
    padding-bottom: 16px;
  }
}

@media screen and (max-width: 680px) {
  .footer-links .links-left p, 
  .footer-links .links-middle p, 
  .footer-links .links-right p {
    font-size: 12px;
    padding-bottom: 12px;
  }
  .footer-links .links-left .link-title, .footer-links .links-middle .link-title, .footer-links .links-right .link-title {
    font-size: 16px;
    line-height: 32px;
    padding-bottom: 16px;
}
.footer-links .links-middle .link-title {
  margin-top: -16px;
}
}

@media screen and (max-width: 590px) {
  .footer-links {
    grid-template-columns: 1fr;
  }
.footer-links .links-middle .link-title {
  margin-top: unset;
}
}


.toc.wrapper { 
  margin: 12px auto 32px;
  border: 1px solid #e03d23;
  padding: 20px;
  width: 640px;
  max-width: 95%;
  border-radius: 8px;
}
.toc p.big { font-size: 18px; font-weight: bold; }
.toc li { list-style: inside; list-style-type: disc; }
.toc li a {
  color: #fff;
  font-size: 15px;
  transition: .3s;
}
.toc li a:hover { color: #e03d23; }


