* {
  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: #0f324f;
  font-family: Verdana, sans-serif;
}
main p,
main span,
main h1,
main h2,
main h3,
main h4,
main h5,
main figcaption,
main li {
  font-family: "Verdana", sans-serif;
  color: #fff;
}
main h1,
main h2,
main h3,
main h4,
main h5,
main h6 {
  color: #fff;
}
main a {
  color: #0095ff;
  font-family: Verdana, sans-serif;
}
main a:hover {
  text-decoration: underline;
}
main h1,
main h2,
main h3,
main h4,
main h5,
main h6,
main p,
main ol,
main ul,
main figure,
main .general-table-wrapper,
main .faq-container {
  max-width: 1128px;
  margin: 0 auto;
  width: 96%;
}
main .general-table-wrapper {
  overflow-x: overlay;
}
main figure {
  margin: 0 auto;
  margin-bottom: 20px;
}
main p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
}
main .wrapper {
  width: 100%;
  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: 18px;
  line-height: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-align: center;
  padding: 15px 0;
  color: #1e1e24;
}
h1 {
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.32px;
}
h2 {
  font-size: 20px;
  line-height: 24px;
}
h3 {
  font-size: 18px;
  line-height: 20px;
}
h4 {
  font-size: 16px;
  line-height: 18px;
}
h5,
h6 {
  font-size: 14px;
  line-height: 16px;
}
p,
span,
li,
h1,
h2,
h3,
a,
b,
i,
label,
input,
button,
td,
tr,
figcaption {
  color: #1e1e24;
}
p {
  padding-bottom: 20px;
}
li {
  list-style: none;
}
button {
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
}
img {
  max-width: 100%;
  display: block;
}
i {
  font-style: normal;
}
#__next {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.testimonials-block {
  padding: 20px 10px;
}
.testimonial-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: left;
  vertical-align: middle;
  width: 100%;
  padding: 20px;
  background: linear-gradient(86.37deg, #d062ff 2.96%, #7bb0ff 99.68%),
    linear-gradient(90deg, #ed6ea0 0%, #ec8c69 100%);
  border-radius: 10px;
  margin-bottom: 12px;
  color: #fff;
}
.testimonial-block .title {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 20px;
}
.testimonial-block p {
  margin: 0;
}
.content {
  position: relative;
  flex-grow: 1;
  padding-top: 40px;
}
.content .content-block {
  margin-bottom: 20px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0);
}
.content .general-ol {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
  counter-reset: counter-ol;
  padding-left: 20px;
}
.content .general-ol li {
  position: relative;
  padding-left: 0;
  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;
}
.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: 30px;
  width: 48%;
}
.content .general-ul li::before {
  content: no-open-quote;
  background: url(/list.svg);
  background-size: cover;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0px;
}
.pageError {
  min-height: calc(100vh - 70px);
}
.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 {
  border-collapse: collapse;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  margin: 0 auto;
  margin-bottom: 20px ;
}
.general-table thead tr {
  color: #fff;
}
.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 #ccc;
}
.general-table thead tr th {
  padding: 10px;
  border: 1px solid #ccc;
}
.faq-container {
  margin: 48px auto ;
}
.faq-container .faq-item {
  margin: 0 auto;
  position: relative;
  min-height: 30px;
  margin-bottom: 10px;
  border-bottom: 1px solid #1e1e24;
  padding: 10px 0 0 5px;
  background-color: #24507d;
}
.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 .faq-question {
  color: #fff;
}
.faq-container .faq-question {
  padding-bottom: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  padding-right: 25px;
}
.faq-container .faq-answer {
  padding: 10px 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  position: relative;
  opacity: 0;
  transition: 0.4s ease;
}
.faq-container .icon {
  height: 18px;
  position: absolute;
  width: 18px;
  right: 10px;
  top: 20px;
  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 .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 {
  max-width: 1128px;
  margin: 0 auto;
  width: 96%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.table_of_contents .toggle {
  display: none;
}
.table_of_contents .lbl-toggle {
  display: inline-block;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  padding: 10px;
  color: #fff;
  background: linear-gradient(86.37deg, #d062ff 2.96%, #7bb0ff 99.68%),
    linear-gradient(90deg, #ed6ea0 0%, #ec8c69 100%);
  cursor: pointer;
  border-radius: 7px;
  transition: all 0.25s ease-out;
}
.table_of_contents .lbl-toggle:hover {
  background: linear-gradient(86.37deg, #d062ff 2.96%, #7bb0ff 99.68%),
    linear-gradient(90deg, #ed6ea0 0%, #ec8c69 100%);
}
.table_of_contents .toggle:checked + .lbl-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.table_of_contents .table_box {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.25s ease-in-out;
  display: flex;
  width: 100%;
  max-width: 500px;
  flex-direction: column;
}
.table_of_contents .toggle:checked + .lbl-toggle + div {
  max-height: 1000px;
  border: 1px solid #7bb0ff;
  padding: 20px;
  border-radius: 8px;
  border-top-left-radius: 0;
}
.table_of_contents .table_link {
  position: relative;
  padding-left: 15px;
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
}
.table_of_contents .table_link::before {
  content: no-open-quote;
  position: absolute;
  width: 4px;
  height: 4px;
  top: 11px;
  left: 0;
  background: #fff;
  border-radius: 50%;
  transition: all 0.25s ease-out;
}
.table_of_contents .table_link:hover {
  color: #222;
}
.content404Page.wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  max-width: 100%;
  width: 100%;
  background: #09101e;
}
.content404Page.wrapper .content404 {
  display: flex;
  flex-direction: column;
  width: 280px;
}
.content404Page.wrapper .content404 img {
  display: block;
  margin: 0 auto;
}
.content404Page.wrapper .content404 h1 {
  color: #fff;
}
.content404Page.wrapper .content404 button {
  display: inline-block;
  background-image: linear-gradient(to bottom right, #0095ff, #0855c4);
  box-shadow: 0 6px 22px rgba(5, 109, 218, 0.3019607843);
  border-radius: 10px;
  padding: 5px 15px;
  border-radius: 5px;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  color: #fff;
}
.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: #214061;
  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: 0.1875em;
  background: linear-gradient(to bottom, #91c538 0%, #648626 100%);
}
.button-block button:hover {
  opacity: 0.7;
}
.quote {
  position: relative;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 40px;
  width: 98%;
  max-width: 600px;
  border-radius: 12px;
  background: #2163ce;
}
.quote p {
  padding: 40px 40px 20px 40px;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}
.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;
}
.slotsHeader {
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 15px 0px 10px;
  background: #214061;
}
.slotsHeader div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.slotsHeader svg {
  height: 30px;
  margin-right: 10px;
}
.slotsHeader span {
  font-size: 19px;
  font-weight: 700;
}
.slots-wrapper {
  margin-bottom: 20px;
}
.slots-wrapper ::-webkit-scrollbar {
  height: 10px;
}
.slots-wrapper ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #003b72;
  border-radius: 10px;
}
.slots-wrapper ::-webkit-scrollbar-thumb {
  background: #0f1a31;
  border-radius: 10px;
}
.slots-wrapper ::-webkit-scrollbar-thumb:hover {
  background: #003b72;
}
.slots-wrapper .slots-list {
  max-width: 1128px;
  margin: 0 auto;
  width: 96%;
  display: flex;
  gap: 15px;
  flex-wrap: nowrap;
  overflow: auto;
}
.slots-wrapper .slots-list .btn-slot {
  display: flex;
}
.slots-wrapper .slots-list .slot {
  width: 250px;
  display: flex;
  flex-direction: column;
  background-color: #001b30;
  background-image: radial-gradient(
    at center center,
    #0067bd,
    rgba(0, 103, 189, 0.75) 50%,
    transparent
  );
  flex: 0 0 auto;
}
.slots-wrapper .slots-list .slot .slot-text {
  padding: 11px 8px;
  text-align: left;
}
.slots-wrapper .slots-list .slot .slot-text span {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}
.slots-wrapper .slots-list .slot .slot-img {
  overflow: hidden;
  position: relative;
  width: auto;
  height: auto;
}
.slots-wrapper .slots-list .slot .slot-img img {
  display: block;
  width: 100%;
  height: 100%;
}
.slots-wrapper .slots-list .slot .slot-img amp-img {
  object-fit: cover ;
}
@media screen and (max-width: 1250px) {
  main .wrapper {
    padding: 0 10px;
  }
  main p,
  main li,
  main td {
    font-size: 16px;
  }
  .buttons {
    display: flex;
    align-items: center;
  }
  h1 {
    font-size: 26px;
    line-height: 30px;
  }
  h2 {
    font-size: 22px;
    line-height: 32px;
  }
  h3 {
    font-size: 20px;
    line-height: 30px;
  }
  h4 {
    font-size: 18px;
    line-height: 28px;
  }
  h5,
  h6 {
    font-size: 16px;
    line-height: 26px;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    padding: 10px 0;
  }
  .content {
    padding-top: 20px;
  }
  .content .contentMain {
    width: 100%;
  }
  .content .general-ol li,
  .content .general-ul li {
    width: 100%;
  }
  .columns {
    flex-wrap: wrap;
  }
  .columns .column {
    width: 100%;
  }
  .column-p {
    margin-left: 0;
  }
  .headerInner .buttons {
    margin: 0 10px;
  }
  .footer-block-btn .buttons {
    justify-content: center;
    width: 100%;
  }
  .footer-block-btn .buttons .regButton,
  .footer-block-btn .buttons .logButton {
    padding: 5px 5px;
  }
  .footer-block-btn .buttons .logButton {
    padding: 4px 4px;
  }
}
@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: "Poppins", 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);
  }
}
.loginPage a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 12px;
}
.admin_wrapper {
  padding-bottom: 20px;
}
.admin_wrapper a {
  text-decoration: none;
  transition: 0.3s;
  font-size: 16px;
  line-height: 28px;
  color: #22285e;
}
.admin_wrapper input {
  border: none;
  box-shadow: none;
  transition: 0.3s;
  outline: none;
}
.admin_wrapper input::placeholder {
  color: #fff;
}
.admin_wrapper button {
  border: none;
  box-shadow: none;
  transition: 0.3s;
  color: #22285e;
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
}
.admin_wrapper p {
  font-size: 16px;
  line-height: 28px;
  color: #22285e;
}
.admin_wrapper span {
  font-size: 12px;
  line-height: 18px;
  color: #7a7e9e;
}
.admin_wrapper .quote__wrapper {
  position: relative;
}
.admin_wrapper .quote__wrapper::after {
  position: absolute;
  content: no-open-quote;
  background-image: url(quote.c1fdb4a0.png);
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  background-size: cover;
  top: -15%;
  right: -1%;
}
.admin_wrapper .buttonTextarea {
  position: relative;
  padding: 15px;
  width: 100%;
  height: 70px;
  resize: none;
  border: 1px solid #eee;
  border-radius: 15px;
  outline: none;
}
.admin_wrapper ul li {
  position: relative;
  font-size: 16px;
  line-height: 28px;
  color: #22285e;
}
.admin_wrapper ul li::before {
  content: no-open-quote;
  position: absolute;
  width: 15px;
  height: 15px;
  left: -25px;
  top: 13px;
  background: url(list.faf716c8.svg);
  background-size: cover;
}
.admin_wrapper ol {
  counter-reset: counter-ol;
}
.admin_wrapper ol li {
  position: relative;
  font-size: 16px;
  line-height: 28px;
  color: #22285e;
  counter-increment: counter-ol;
}
.admin_wrapper ol li::before {
  position: absolute;
  content: counter(counter-ol);
  width: 30px;
  height: 30px;
  left: -20px;
  top: 5px;
}
.admin_wrapper h1 {
  text-align: center;
  color: #22285e;
}
.admin_wrapper h2 {
  text-align: center;
  color: #22285e;
}
.admin_wrapper h3 {
  text-align: center;
  color: #22285e;
}
.admin_wrapper h4 {
  text-align: center;
  color: #22285e;
}
.admin_wrapper h5 {
  text-align: center;
  color: #22285e;
}
.admin_wrapper h6 {
  text-align: center;
  color: #22285e;
}
.admin_wrapper b {
  color: #22285e;
}
.admin_wrapper i {
  color: #22285e;
  font-style: normal;
  transition: 0.3s;
}
.admin_wrapper label {
  color: #22285e;
}
.admin_wrapper td {
  color: #22285e;
}
.admin_wrapper tr {
  color: #22285e;
}
.admin_wrapper figcaption {
  color: #22285e;
}
.admin_wrapper .image-tool__image {
  margin: 0 auto;
  margin-bottom: 20px;
  width: 100%;
  max-width: 800px;
  display: flex;
  flex-direction: column;
}
.admin_wrapper img {
  height: 100%;
  max-height: 500px;
  width: auto;
  margin: 0 auto;
  margin-bottom: 15px;
  border-radius: 8px;
}
.admin_wrapper .wrapper {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}
.admin_wrapper .h2 {
  margin-bottom: 20px;
}
.admin_wrapper .h2 button {
  border-radius: 8px;
  padding: 10px 10px;
  background: #9e4bdc;
  color: #fff;
  position: relative;
}
.admin_wrapper .h2 button:hover {
  background: #be78f0;
}
.admin_wrapper .h2 button i {
  color: #fff;
  font-size: 18px;
  padding-right: 5px;
  position: relative;
  top: 2px;
}
.admin_wrapper .h2 h2 {
  margin-bottom: 0 ;
}
.admin_wrapper header {
  padding: 20px 0;
}
.admin_wrapper .header_top {
  display: flex;
  justify-content: center;
  align-items: center;
}
.admin_wrapper .header_logo {
  display: flex;
  align-items: center;
  margin-left: 260px;
}
.admin_wrapper .header_logo img {
  width: 40px;
  margin-right: 10px;
}
.admin_wrapper .header_logo span {
  font-size: 20px;
}
.admin_wrapper .header_logo.active {
  margin-left: 0;
}
.admin_wrapper .main_content .info {
  margin-left: 260px;
  background: #fff;
  border-radius: 8px;
}
.admin_wrapper .main_content .info h2 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 40px;
}
.admin_wrapper .main_content .info .files-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 15px;
  gap: 15px;
  margin-bottom: 50px;
}
.admin_wrapper .main_content .info .files-list .image {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  max-width: 200px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.admin_wrapper .main_content .info .files-list .image img {
  padding: 10px;
  height: 100px;
}
.admin_wrapper .info_content {
  padding: 20px;
}
.admin_wrapper .info_content form button {
  padding: 5px;
  width: 180px;
  height: 40px;
  font-size: 14px;
  color: #fff;
  background-color: #9e4bdc;
  border-radius: 8px;
  transition: background-color 0.3s ease-in-out;
}
.admin_wrapper .info_content form button:hover {
  background-color: #be78f0;
}
.admin_wrapper .info_content .input {
  position: relative;
  margin: 0 10px;
}
.admin_wrapper .info_content .input label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column-reverse;
  gap: 5px;
}
.admin_wrapper .info_content .input-img {
  font-size: 12px;
}
.admin_wrapper .info_content .input-img img {
  border-radius: 50px;
}
.admin_wrapper .navigation_list {
  display: flex;
  justify-content: space-between;
}
.admin_wrapper .navigation_item {
  border-radius: 8px;
  background: #9e4bdc;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  margin-bottom: 20px;
}
.admin_wrapper .navigation_item i {
  display: block;
  font-size: 40px;
  text-align: center;
  padding-bottom: 20px;
  color: #fff;
}
.admin_wrapper .navigation_item a {
  font-size: 22px;
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px;
  text-align: center;
}
.admin_wrapper .navigation_item:hover {
  background: #be78f0;
}
.admin_wrapper .info_field {
  display: flex;
  margin-bottom: 20px;
}
.admin_wrapper .info_field span {
  background: #be78f0;
  color: #fff;
  font-size: 15px;
  padding: 5px 10px;
  width: 25%;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  border-radius: 8px 0 0 8px;
}
.admin_wrapper .info_field input {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  border: none;
  padding: 5px 10px;
  width: 75%;
  border-radius: 0 8px 8px 0;
}
.admin_wrapper .info_field input::placeholder {
  color: #22285e;
  opacity: 1;
  font-size: 16px;
}
.admin_wrapper .info_field input:focus {
  transform: scale(1.05);
  border-radius: 8px;
}
.admin_wrapper .info_field select {
  border-radius: 0 8px 8px 0;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  border: none;
  padding: 5px 10px;
  background: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  color: #22285e;
  cursor: pointer;
}
.admin_wrapper .pages_item {
  position: relative;
  margin-bottom: 10px;
  padding: 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  display: flex;
  align-items: center;
  overflow: hidden;
  z-index: 1;
}
.admin_wrapper .pages_item:last-child {
  margin-bottom: 0;
}
.admin_wrapper .pages_item h3 {
  text-align: left;
  font-size: 16px;
  position: relative;
  margin: 0 12px;
}
.admin_wrapper .pages_item img {
  width: 30px;
  flex: 0 0 auto;
  margin: 0;
  height: 30px;
  border-radius: 50%;
}
.admin_wrapper .pages_item .details {
  display: flex;
  align-items: center;
  gap: 3px;
}
.admin_wrapper .pages_item .details:hover {
  color: #9e4bdc;
}
.admin_wrapper .pages_item .details:hover i {
  color: #9e4bdc;
}
.admin_wrapper .pages_item .details span {
  color: #95d5b6;
  font-size: 24px;
}
.admin_wrapper .pages_item .delete:hover {
  color: #f80505;
}
.admin_wrapper .pages_item .delete:hover i {
  color: #f80505;
}
.admin_wrapper .pages_item_moves {
  display: flex;
  margin-left: auto;
  gap: 20px;
}
.admin_wrapper .pages_item_moves i {
  color: #b7b7b7;
  font-size: 14px;
  padding-right: 5px;
}
.admin_wrapper .pages_item_moves input {
  text-align: center;
  border-bottom: 1px solid #000;
}
.admin_wrapper .pages_bound {
  margin-left: 30px;
  padding: 20px 0;
}
.admin_wrapper .pages_bound_item a {
  text-align: left;
  font-size: 14px;
  padding-left: 25px;
  position: relative;
}
.admin_wrapper .pages_bound_item a:before {
  content: no-open-quote;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0px;
  left: 0;
  background: url(England-flag.5d086557.png) no-repeat;
  background-size: cover;
  border-radius: 50%;
}
.admin_wrapper .pages_bound_item a:hover {
  color: #be78f0;
}
.admin_wrapper .category_item {
  padding: 10px 10px 10px 0;
  border-bottom: 1px solid #eee;
}
.admin_wrapper .category_item a {
  text-align: left;
  font-size: 16px;
}
.admin_wrapper .category_item a:hover {
  color: #be78f0;
}
.admin_wrapper .loginPage {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.admin_wrapper .loginPage .header_logo {
  display: flex;
  justify-content: center;
}
.admin_wrapper .loginPage form {
  padding: 30px;
  background: #fff;
  border-radius: 8px;
  width: 100%;
  max-width: 400px;
}
.admin_wrapper .loginPage form div {
  margin-bottom: 15px;
}
.admin_wrapper .loginPage form label {
  display: flex;
}
.admin_wrapper .loginPage label span {
  background: #eee;
  font-size: 17px;
  padding: 5px 10px;
  border-radius: 8px 0 0 8px;
  width: 25%;
}
.admin_wrapper .loginPage label input {
  border: 1px solid #eee;
  padding: 5px 10px;
  width: 75%;
  border-radius: 0 8px 8px 0;
  font-size: 17px;
  background: #fff;
}
.admin_wrapper .loginPage .loginButton {
  display: flex;
  justify-content: center;
}
.admin_wrapper .loginPage button {
  background: #9e4bdc;
  color: #fff;
  font-size: 18px;
  border-radius: 8px;
  padding: 10px 25px;
  text-transform: uppercase;
}
.admin_wrapper .loginPage button:hover {
  background: #be78f0;
}
.admin_wrapper .buttonAdmin {
  background: #9e4bdc;
  color: #fff;
  font-size: 18px;
  border-radius: 8px;
  padding: 10px 25px;
  text-transform: uppercase;
}
.admin_wrapper .buttonAdmin:hover {
  background: #be78f0;
}
.admin_wrapper .buttonsParent {
  display: flex;
  justify-content: space-between;
}
.admin_wrapper .buttonDelete {
  background: #eee;
  font-size: 16px;
  border-radius: 8px;
  padding: 10px 15px;
}
.admin_wrapper .buttonDelete:hover {
  background: #e10404;
  color: #fff;
}
.admin_wrapper .cardList {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.admin_wrapper .cardList .cardItem {
  margin: 16px 0px 0px 0;
  padding: 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  cursor: -webkit-grab;
  cursor: grab;
  position: relative;
  width: 100%;
}
.admin_wrapper .cardList .cardItem h3 {
  padding: 0 0 10px 0;
  text-align: left;
  font-size: 16px;
}
.admin_wrapper .cardList .cardItem .remove {
  position: absolute;
  cursor: pointer;
  right: 16px;
  top: 8px;
  font-size: 24px;
  background: #f03c59;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.admin_wrapper .cardList .cardItem .remove span {
  color: #fff;
}
.admin_wrapper .cardList .cardItem .input {
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.admin_wrapper .cardList .cardItem .input span {
  width: 120px;
  font-size: 15px;
}
.admin_wrapper .cardList .cardItem input {
  width: calc(100% - 120px);
  background: #eee;
  padding: 10px;
  flex-grow: 0.9;
}
.admin_wrapper .cardList button.addItem {
  width: 100%;
  height: 100px;
  background: #eee;
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.admin_wrapper .cardList button.addItem span {
  font-size: 32px;
  color: #333;
}
.admin_wrapper .cardList .select {
  position: relative;
  width: 100%;
  display: flex;
}
.admin_wrapper .cardList .select div {
  margin-right: 15px;
}
.admin_wrapper .cardList .select div input {
  margin-right: 5px;
}
.admin_wrapper .cardList .menuName {
  width: 100%;
  margin-top: 16px;
}
.admin_wrapper .cardList .menuName input {
  padding: 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  width: 500px;
}
.admin_wrapper .saveButton {
  width: 100%;
  margin: 20px 0;
  display: flex;
  justify-content: flex-end;
}
.admin_wrapper .sidebar {
  position: fixed;
  height: 100%;
  width: 320px;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #be78f0;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  border-radius: 0px 20px 20px 0px;
}
.admin_wrapper .sidebar span {
  font-size: 12px;
  display: block;
}
.admin_wrapper .sidebar .material-icons {
  position: absolute;
  font-size: 30px;
  color: #fff;
  left: -40px;
}
.admin_wrapper .sidebar a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 15px 30px 15px 20px;
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.admin_wrapper .sidebar a:hover,
.admin_wrapper .sidebar a:active,
.admin_wrapper .sidebar a [aria-current] {
  background: #be78f0;
  border-radius: 0px 20px 20px 0px;
  width: 90%;
}
.admin_wrapper .sidebar .year {
  position: absolute;
  bottom: 20px;
}
.admin_wrapper .sidebar .openbtn {
  position: absolute;
  top: 17px;
  left: 25%;
  width: 24px;
  height: 24px;
  transform: rotate(180deg);
}
.admin_wrapper .sidebar__list {
  margin-left: 50px;
  height: 100%;
  padding-top: 50px;
  background-color: #9e4bdc;
}
.admin_wrapper .sidebar.active {
  width: 50px;
}
.admin_wrapper .info.active {
  margin-left: 0;
}
.admin_wrapper .openbtn.active {
  transform: rotate(0);
}
.admin_wrapper .ce-block {
  margin-bottom: 15px;
  padding: 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.admin_wrapper .ce-block h2 {
  padding: 0 ;
  margin: 0 ;
}
.admin_wrapper .ce-block .faq_list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.admin_wrapper .ce-block .faq_list span {
  cursor: pointer;
}
.admin_wrapper .ce-block .faq__add {
  display: block;
  text-align: center;
  padding: 5px 10px;
  width: 150px;
  cursor: pointer;
  color: #fff;
  background-color: #9e4bdc;
  border-radius: 10px;
}
.admin_wrapper .ce-block .faq_delete {
  background-color: #f03c59;
  border-radius: 8px;
  cursor: pointer;
}
.admin_wrapper .ce-block .faq_delete span {
  padding: 20px;
  color: #fff;
}
.admin_wrapper .buttonDelete {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background-color: #f03c59 ;
}
.admin_wrapper .buttonDelete span {
  color: #fff;
  font-size: 19px;
}
.admin_wrapper .buttonAdmin {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.admin_wrapper .buttonAdmin span {
  color: #fff;
  font-size: 19px;
}
.admin_wrapper .flag_img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.admin_wrapper .buttons_category {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.admin_wrapper .category_delete {
  color: #fff;
}
.admin_wrapper .check_label {
  padding-left: 20px;
  cursor: pointer;
}
.admin_wrapper .radio_box {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.admin_wrapper .radio_box:checked + .check_style::before {
  content: no-open-quote;
  position: absolute;
  width: 8px;
  height: 8px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #9e4bdc;
  border-radius: 50%;
}
.admin_wrapper .check_style {
  position: absolute;
  width: 15px ;
  height: 15px;
  top: 1px;
  border: 1px solid #be78f0;
  border-radius: 50% ;
  background: none ;
  padding: 0 ;
  cursor: pointer;
  box-shadow: none ;
}
.admin_wrapper .check_category {
  top: 3px;
  left: -2px;
}
.admin_wrapper .ce-popover__items {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.admin_wrapper .ce-popover__item {
  cursor: pointer;
}
.admin_wrapper .cdx-search-field__input::placeholder {
  color: #000;
}
.admin_wrapper .ce-popover__no-found,
.admin_wrapper .ce-popover__item-icon {
  display: none;
}
.footer {
    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: 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.footer .footerInner .footer-menu a {
    color: #1e1e24;
    margin: 0 5px 5px 5px
}

.footer .footer_socials {
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center
}

.footer .footer_socials :last-child {
    margin-top: 8px
}

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

.footer .scrollTop.pam_content {
    opacity: 1
}

.footer-block-btn {
    z-index: 4;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    height: 50px;
    padding-right: 10px;
    padding-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center
}

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

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

    .footer .footerInner .copyright i {
        display: block;
        padding-top: 10px
    }

    .footer-block-btn {
        display: flex;
        background-color: #fff;
        border-top: 1px solid #1f2841;
        height: 80px;
        padding: 0px 5px
    }

    .footer-block-btn .buttons {
        /* justify-content: space-evenly; */
        justify-content: center;
        align-items: center;
        padding: 0;
    }

    .footer-block-btn .footer__btn-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px
    }

    .footer-block-btn .footer__btn-wrapper .download-application__ico {
        padding: 8px;
        display: flex;
        flex: 1 0 auto;
        justify-content: center;
        align-items: center;
        width: 3em;
        height: 3em;
        margin-right: .625em;
        border-radius: .5em;
        background-color: #205583
    }

    .footer-block-btn .footer__btn-wrapper .rating {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 2px
    }

    .footer-block-btn  .footer__btn-wrapper .rating .download-application__title {
        color: #1d4268;
        margin-bottom: .125em;
        line-height: 1;
        margin-bottom: 0;
        text-align: left
    }

    .footer-block-btn  .footer__btn-wrapper .rating .download-application__text {
        color: #7599b8;
        line-height: 1.2;
        font-size: .8125em
    }

    .footer-block-btn .footer__btn-wrapper .rating ul {
        display: flex
    }

    .footer-block-btn .footer__btn-wrapper .download-application__install {
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 600;
        color: #78a22f
    }
}

.header {
  background: linear-gradient(to bottom, #fff 0%, #dbe5ed 100%);
  height: 55px;
  width: 100%;
}
.header .headerInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.header .headerInner .header__left {
  display: flex;
  align-items: center;
  gap: 15px;
}
.header .headerInner .header-fix {
  display: flex;
}
.header .headerInner .logo a {
  display: block;
}
.header .headerInner .logo .ampLogo {
  position: relative;
}
.header .headerInner .logo .ampLogo button {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.header .headerInner .menu {
  height: 100%;
  display: none;
  align-items: center;
}
.header .headerInner .menu a {
  margin-right: 40px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}
.header .headerInner .menu a:last-child {
  margin-right: 0;
}
.header .headerInner .menu a:hover {
  color: #fc4665;
}
.header .headerInner .menu a.active {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.buttons .logButton {
  color: #fff;
  transition: all 0.1s ease-in-out;
  white-space: nowrap;
  padding: 0.3125em;
  min-height: auto;
  border-radius: 0.1875em;
  text-align: center;
  font-size: 16px;
  margin-left: 0;
  background: linear-gradient(to bottom, #57a0d8 0%, #417aa6 100%);
}
.buttons .logButton:hover,
.buttons .logButton:active {
  background-image: linear-gradient(to bottom right, #0855c4, #0855c4);
}
.buttons .regButton {
  color: #fff;
  transition: all 0.1s ease-in-out;
  white-space: nowrap;
  padding: 0.3125em;
  min-height: auto;
  border-radius: 0.1875em;
  text-align: center;
  font-size: 16px;
  margin-left: 0;
  margin-right: 20px;
  background: linear-gradient(to bottom, #91c538 0%, #648626 100%);
}
@media screen and (max-width: 1250px) {
  .header {
    display: flex;
    flex-direction: column;
  }
  .menu {
    display: none ;
  }
  .buttons {
    padding: 10px 0px 10px;
  }
  .buttons .logButton {
    flex-grow: 0.67;
  }
  .buttons .regButton {
    margin-right: 10px;
    flex-grow: 1;
  }
  .buttons .regButton,
  .buttons .logButton {
    font-size: 14px;
    padding: 0px 10px;
    height: 40px;
  }
}
.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: block;
}
.burger img {
  min-height: 25px;
  min-width: 25px;
}
.hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  width: 2.5rem;
  height: 3rem;
  font-size: 0;
}
.hamburger__line {
  display: inline-block;
  width: 100%;
  height: 0.3rem;
  margin-bottom: 3px;
  background: #4d8ab9;
  vertical-align: top;
}
.hamburger__line:nth-child(2) {
  width: 75%;
}
.hamburger__line:last-child {
  width: 45%;
  margin-bottom: 0;
}
.mobileMenuWrapper .link-item {
  display: flex;
  gap: 15px;
  align-items: center;
  padding: 9px 0;
}
.mobileMenuWrapper .link-item div {
  display: flex;
  align-items: center;
}
.mobileMenuWrapper .link-item span {
  font-size: 14px;
}
.mobileMenuWrapper .link-item:hover {
  text-decoration: none;
}
.mobileMenuCards-wrapper {
  margin-bottom: 15px;
}
.mobileMenuCards-wrapper button {
  width: 100%;
}
.mobileMenuCards-wrapper .mobileMenuCards {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 59px;
  border-radius: 12px;
  background-color: rgba(151, 174, 225, 0.1098039216);
  padding: 12px 15px 12px 20px;
  margin-top: 15px;
}
.mobileMenuCards-wrapper .mobileMenuCards.PWA {
  background-image: linear-gradient(
    107deg,
    rgb(253, 26, 198) -60%,
    rgba(21, 29, 49, 0) 35%
  );
}
.mobileMenuCards-wrapper .mobileMenuCards.PWA .bump {
  position: absolute;
  height: 62.4%;
  width: 3px;
  border-radius: 0 3px 3px 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 0, 221));
}
.mobileMenuCards-wrapper .mobileMenuCards.PWA .title {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 2px;
  color: #fff;
}
.mobileMenuCards-wrapper .mobileMenuCards.PWA .description {
  color: rgba(148, 166, 205, 0.7019607843);
  font-size: 10px;
  line-height: 12px;
  display: flex;
  flex-direction: column;
}
.mobileMenuCards-wrapper .mobileMenuCards.PWA .right-side {
  padding-right: 65px;
  text-align: left;
}
.mobileMenuCards-wrapper .mobileMenuCards.PWA .left-side {
  position: absolute;
  right: 15px;
  top: -5px;
  height: 100%;
}
.mobileMenuCards-wrapper .mobileMenuCards.PWA .left-side img {
  width: 65px;
  height: inherit;
}
.mobileMenuCards-wrapper .mobileMenuCards.support {
  background-image: linear-gradient(
    105deg,
    rgb(26, 150, 253) -60%,
    rgba(21, 29, 49, 0) 35%
  );
}
.mobileMenuCards-wrapper .mobileMenuCards.support .bump {
  position: absolute;
  height: 62.4%;
  width: 3px;
  border-radius: 0 3px 3px 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: linear-gradient(rgb(0, 149, 255), rgb(8, 85, 196));
}
.mobileMenuCards-wrapper .mobileMenuCards.support .title {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 2px;
  color: #fff;
}
.mobileMenuCards-wrapper .mobileMenuCards.support .description {
  color: rgba(148, 166, 205, 0.7019607843);
  font-size: 10px;
  line-height: 12px;
}
.mobileMenuCards-wrapper .mobileMenuCards.support .right-side {
  padding-right: 65px;
  text-align: left;
  display: flex;
  flex-direction: column;
}
.mobileMenuCards-wrapper .mobileMenuCards.support .left-side svg {
  background: linear-gradient(to bottom right, #0095ff, #0855c4);
  border-radius: 50%;
}
.mobileMenuFooter {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobileMenuFooter .socials {
  display: flex;
  align-items: center;
  gap: 15px;
}
.mobileMenuFooter .socials button {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  background: rgba(151, 174, 225, 0.11);
}
.mobileMenuFooter .socials button.vk svg {
  fill: #07f;
}
.mobileMenu {
  position: fixed;
  top: 0;
  right: 0%;
  display: block;
  z-index: 5;
  width: 100%;
  max-width: 265px;
  min-height: 100vh;
  padding: 20px 30px;
  transition: right 0.8s;
  height: 100%;
  background: rgba(30, 59, 90, 0.85);
}
.mobileMenu .close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: -57px;
  width: 3.6rem;
  height: 3.6rem;
  background: #44515c;
}
.mobileMenu .buttons {
  display: block;
  margin-top: 32px;
}
.mobileMenu .buttons button {
  display: block;
  margin: 0 auto 12px;
  width: 50%;
}
.mobileMenu .mobileMenuTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.mobileMenu .mobileMenuTop .logo {
  display: flex;
  gap: 10px;
  width: 100%;
  margin-right: 20px;
}
.mobileMenu .mobileMenuTop .logo button {
  width: 30px;
  height: 30px;
  min-width: 30px;
  background-color: #4e5d86;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.mobileMenu .mobileMenuTop .logo svg {
  height: 1em;
  fill: #fff;
}
.mobileMenu .mobileMenuTop .logo .mobileRegister {
  background-image: linear-gradient(80deg, #31bc69 -8%, #089e4e 93%);
  box-shadow: 0 6px 18px rgba(14, 161, 81, 0.3019607843);
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  min-width: 36px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  width: 100%;
}
.mobileMenu .mobileMenuLinks {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}
.mobileMenu .mobileMenuLinks .mobileMenuLink {
  display: flex;
  gap: 10px;
}
.mobileMenu .mobileMenuLinks button {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  text-align: left;
}
.mobileMenu .mobileMenuLinks a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  text-align: left;
  text-decoration: none;
}
.mobileMenu.hidden {
  right: -200%;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 3;
  display: block;
}
.overlay.hidden {
  display: none;
}
.breadcrumbs {
  display: flex;
  align-items: center;
  overflow-x: hidden;
}
.breadcrumbs a {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 12px;
}
.breadcrumbs a:hover {
  text-decoration: none;
}
.breadcrumbs .last {
  position: relative;
  margin-left: 10px;
  font-size: 12px;
}
.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;
}
.mobile-app {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.image-app img {
  box-shadow: 0px 0px 30px 10px #1b243a;
  border-top-right-radius: 40px;
  border-top-left-radius: 40px;
}
.mobile-app .promo-app .title {
  color: #fff;
  font-size: 36px;
  line-height: 40px;
  font-weight: 600;
  max-width: 500px;
}
.mobile-app .promo-app .rating .numbers {
  color: #fff;
  font-size: 18px;
}
.mobile-app .promo-app .rating {
  display: flex;
  padding: 20px 0;
  gap: 20px;
  align-items: center;
}
.mobile-app .promo-app .rating .stars {
  display: flex;
}
.mobile-app .promo-app .rating .stars .star {
  background: url("/uploads/img/webp/icons8-star-filled-40.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 30px;
  height: 30px;
}
.mobile-app .promo-app .rating .stars .half-star {
  background: url("/uploads/img/webp/icons8-star-half-empty-40.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 30px;
  height: 30px;
}
.app-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.app-buttons .appButton {
  display: flex;
  gap: 30px;
  border-radius: 10px;
  padding: 7px 20px;
  color: #fff;
  font-size: 16px;
  background: linear-gradient(86.37deg, #d062ff 2.96%, #7bb0ff 99.68%),
    linear-gradient(90deg, #ed6ea0 0%, #ec8c69 100%);
  transition: background 1s ease-out;
  width: 100%;
  max-width: 400px;
  justify-content: space-between;
}
.button-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: center;
}
.button-wrap div:last-child {
  font-size: 10px;
}
.app-buttons img {
  height: 40px;
}
@media screen and (max-width: 800px) {
  .mobile-app {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .promo-app {
    text-align: center;
  }
  .mobile-app .promo-app .title {
    font-size: 26px;
    line-height: 30px;
  }
  .mobile-app .promo-app .rating {
    justify-content: center;
  }
  .app-buttons {
    flex-direction: column;
  }
  .app-buttons .appButton {
    font-size: 14px;
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px;
  }
  .app-buttons img {
    height: 30px;
    width: 30px;
  }
}
.banner {
  margin-top: 55px;
  background: url(/uploads/img/banner-bg2.webp);
  background-size: cover;
  padding: 47px 20px 62px 20px;
  position: relative;
}
.banner .mainText {
  padding-bottom: 0;
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.banner .secondText {
  padding-bottom: 0;
  text-align: center;
  color: #fff;
  font-size: 120px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.banner .secondText span {
  color: #ff9616;
  font-size: inherit;
}
.banner .thirdText {
  color: #fff;
  font-size: 34px;
  text-align: center;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.04px;
  text-transform: uppercase;
}
.banner .info__text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner .info button {
  padding: 18px 60px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  border-radius: 50px;
  background: linear-gradient(125deg, #f95117 0%, #f66f35 100%);
  box-shadow: 0px 0px 12px 0px rgba(255, 92, 0, 0.26);
}
.banner .info button:hover {
  background: linear-gradient(125deg, #ff7a4d 0%, #ff9567 100%);
  box-shadow: 0px 0px 12px 0px rgba(255, 92, 0, 0.26);
}
.banner .list {
  display: flex;
  margin-top: 30px;
}
.banner .list .listItem {
  margin-right: 18px;
}
.banner .list .listItem .number {
  font-size: 60px;
  color: #1e93f7;
  font-weight: bold;
}
.banner .list .listItem .name {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  z-index: 2;
}
@media (max-width: 1250px) {
  .banner {
    margin: 0 auto 60px auto;
    width: 100%;
    min-height: 142px;
    height: auto;
    background-repeat: no-repeat;
    padding: 20px 10px 0px 10px;
    top: 48px;
    background-image: url(/390_2x.webp);
  }
  .banner .info .button {
    position: absolute;
    top: 80%;
    font-size: 17px;
  }
  .banner .info .button button {
    padding: 14px 14px;
    font-size: 17px;
  }
  .banner .mainText {
    font-size: 12px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .banner .secondText {
    font-size: 52px;
    line-height: 1;
  }
  .banner .secondText span {
    font-size: 52px;
  }
  .banner .thirdText {
    margin-bottom: 20px;
    font-size: 15px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .info__text {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
  }
}
@media (max-width: 415px) {
  .banner {
    background-size: inherit;
  }
}
.nav-submenu {
  position: relative;
  height: 100%;
}
.nav-submenu:hover .nav-submenu-list {
  display: flex;
}
.nav-submenu .nav-submenu-link {
  color: #3959d9;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  height: 55px;
  display: flex;
  align-items: center;
}
.nav-submenu .nav-submenu-list {
  position: absolute;
  background: #fff;
  top: 40px;
  left: -10px;
  width: 160px;
  flex-direction: column;
  padding: 10px 10px 0px 10px;
  display: none;
}
.nav-submenu .nav-submenu-list a {
  margin-bottom: 12px;
  margin-right: 0px ;
}
@media screen and (max-width: 1250px) {
  #mobileMenu .nav-submenu {
    margin-top: 0px;
  }
  #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;
    margin-bottom: 18px;
    margin-top: 32px;
  }
  #mobileMenu .nav-submenu-list {
    display: flex;
    width: 100%;
    left: 0;
    position: relative;
    top: 0;
  }
  #mobileMenu .nav-submenu-list a {
    margin-bottom: 28px;
  }
}
.mainBanner {
    height: 400px;
    margin-bottom: 50px;
    margin-top: 40px;
    background: #eee url(/uploads/img/webp/banner-bg.webp)no-repeat;
    background-size: cover;
    background-position: center;
    max-width: 1400px;
    width: 100%;
    margin: 40px auto 50px auto;
  }
  
.mainBannerInner {
    display: flex;
    justify-content: center;
    align-items: center;
    height:100%;
    overflow:hidden;
    width:100%;
    max-width:1400px;
    margin:0 auto;
    position:relative;
  }
  .mainBannerInner .mainBannerInfo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  }
.mainBannerInner  .mainBannerText {
background: url(/uploads/img/text-desktop.svg) no-repeat;
width: 550px;
height: 227px;
background-size: contain;
  }
  
  .mainBannerInner .mainBannerBtn  button {
    background: url(/uploads/img/button-color.svg) no-repeat;
    width: 230px;
    height: 40px;
    border-radius: 4px;
    width: 300px;
    height: 83px;
    background-size: contain;
  }
  
                                  
  .mainBannerInner .mainBannerBtn  button:hover {
    opacity: 0.8;
  }
                                  
.mainBannerInner .mainBannerLeft {
    content: no-open-quot;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(/uploads/img/webp/img-1.webp)no-repeat;
    background-size: cover;
    width: 400px;
    height: 400px;
  }
                                  
.mainBannerInner .mainBannerRight {
    content: no-open-quot;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(/uploads/img/webp/img-2.webp)no-repeat;
    background-size: cover;
    width: 400px;
    height: 400px;
  }
                                  
  @media (max-width: 1250px) {
    .mainBannerInner .mainBannerLeft { 
        left: -120px;
    }
    .mainBannerInner .mainBannerRight {
        right: -150px;
    } 
} 

@media (max-width: 880px) {
    .mainBannerInner .mainBannerLeft { 
            left: -220px;
        }
        .mainBannerInner .mainBannerRight {
            right: -220px;
        }  

          
  }
                                  
  @media (max-width: 650px) { 
    .mainBannerInner  .mainBannerText {
        background: url(/uploads/img/text-mobile.svg) no-repeat;
        width: 280px;
        height: 140px;
        background-size: contain;
          }
    .mainBannerInner .mainBannerLeft { 
        left: -320px;
    }
    .mainBannerInner .mainBannerRight {
        right: -320px;
    }  
    .mainBannerInner .mainBannerBtn button  {
        width: 240px;
    }
  }
                                  
  @media (max-width: 440px) { 
    .mainBannerInner .mainBannerLeft,
    .mainBannerInner .mainBannerRight {
          display:none;
      }
      .mainBanner {
        background-position: 10% 0;
        height: 300px;
        margin: 0;
      }
  }
  

.carousel-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 5px;
  flex-wrap: wrap;
  background: #090f1e;
  height: 300px;
  position: relative;
  padding: 0 15px;
  margin-bottom: 15px;
}
.carousel-banner-button {
  height: inherit;
  width: inherit;
}
.carousel {
  width: 1128px;
  height: 100%;
}
.i-amphtml-slide-item-show {
  max-height: 390px;
}
#carousel-with-preview {
  max-height: 390px;
}
.amp-carousel-button {
  background: rgba(0, 0, 0, 0);
  visibility: hidden;
}
.carousel-item {
  background: var(--section);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 390px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.carousel-item .carousel-text {
  width: 390px;
  flex: 0 0 auto;
  text-align: left;
}
.carousel-item p {
  font-size: 14px;
  color: #fff;
  line-height: 1;
  padding-bottom: 0;
}
.carousel-item .text__one {
  text-transform: uppercase;
  font-size: 11px;
  opacity: 0.7;
  font-weight: 500;
  display: block;
}
.carousel-item .text__two {
  text-transform: uppercase;
  font-size: 37px;
  font-weight: 800;
  letter-spacing: 0.7px;
  margin: 16px 0;
  display: block;
}
.carousel-item .text__two span {
  color: #f66e34;
  font-size: inherit;
}
.carousel-item .text__two i {
  font-style: normal;
  color: inherit;
  font-size: 40px;
}
.carousel-item .text__three {
  font-size: 22px;
  font-weight: 500;
  margin: 0;
  display: block;
}
.carousel-item button {
  padding: 18px 72px;
  border-radius: 50px;
  border: 1px solid #b54e37;
  background: linear-gradient(160deg, #fa5e00 14.47%, #fb4200 87.53%);
  box-shadow: 0px 0px 16px 0px rgba(251, 66, 0, 0.8);
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  max-width: 320px;
  font-size: 24px;
  font-weight: 700;
  margin-top: 32px;
  white-space: nowrap;
}
.carousel-item.item__0 {
  background-image: url(/uploads/img/webp/carousel_img.webp);
}
.carousel-item.item__1 {
  background-image: url(/uploads/img/webp/bonus.webp);
}
.carousel-item.item__2 {
  background-image: url(/uploads/img/webp/win.webp);
}
.carousel-item.item__3 {
  background-image: url(/uploads/img/webp/1w-bonus.webp);
}
.carousel-item.item__4 {
  background-image: url(/uploads/img/webp/fantasy-sport.webp);
}
.carousel-item.item__5 {
  background-image: url(/uploads/img/webp/trade.webp);
}
.carousel-item.item__6 {
  background-image: url(/uploads/img/webp/car.webp);
}
.carousel-item.item__7 {
  background-image: url(/uploads/img/webp/poker.webp);
}
.carousel-item .carousel-flex {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  max-width: 721px;
  margin: 0 auto;
}
.carousel_desktop {
  position: relative;
  width: 1128px;
  aspect-ratio: 3/2;
  overflow: hidden;
  background: var(--section);
}
.carousel_desktop .carousel-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.carousel_desktop .buttons {
  position: absolute;
  top: calc((100% - 34px) / 2);
  left: 0;
  width: 100%;
  z-index: 2;
  justify-content: space-between;
  display: flex;
}
.carousel_desktop .buttons button {
  width: 34px;
  height: 34px;
  border-radius: 2px;
}
.carousel_desktop .buttons .prev {
  background: rgba(0, 0, 0, 0)
    url(data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="%23fff"><path d="M15 8.25H5.87l4.19-4.19L9 3 3 9l6 6 1.06-1.06-4.19-4.19H15v-1.5z"/></svg>)
    no-repeat;
  background-position: 50% 50%;
  background-size: 18px 18px;
  margin-left: 16px;
}
.carousel_desktop .buttons .next {
  background: rgba(0, 0, 0, 0)
    url(data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="%23fff"><path d="M9 3 7.94 4.06l4.19 4.19H3v1.5h9.13l-4.19 4.19L9 15l6-6z"/></svg>)
    no-repeat;
  background-position: 50% 50%;
  background-size: 18px 18px;
  margin-right: 16px;
}
.dots {
  display: flex;
  justify-content: center;
  width: 100%;
  position: absolute;
  bottom: -20px;
}
.dots .dot {
  background: #191e2b;
  border-radius: 50%;
  height: 5px;
  margin: 3px 4px;
  opacity: 1;
  outline: none;
  width: 5px;
}
.dots .dot:hover {
  cursor: pointer;
}
.dots .dot.active {
  background: #1665d8;
  border: none;
}
@media screen and (max-width: 1250px) {
  .carousel-wrapper {
    margin-top: 0px;
  }
}
@media screen and (max-width: 760px) {
  .i-amphtml-slide-item-show {
    max-height: 280px;
  }
  #carousel-with-preview {
    max-height: 280px;
  }
  .carousel-wrapper {
    height: 120px;
  }
  .carousel-wrapper .carousel_desktop {
    width: 100%;
  }
  .carousel-wrapper .carousel_desktop .buttons {
    display: none;
  }
  .carousel-wrapper .carousel-item {
    height: inherit;
  }
  .carousel-wrapper .carousel-item .carousel-image img {
    max-height: 200px;
    display: block;
    margin: 0 auto;
  }
  .carousel-wrapper .carousel-item .carousel-text {
    position: relative;
    z-index: 2;
    width: 60%;
    margin-left: calc((100vw - 30px) * 25 / 345);
  }
  .carousel-wrapper .carousel-item .text__one {
    width: 100%;
  }
  .carousel-wrapper .carousel-item .text__two {
    font-size: 19px;
    margin: 0;
    white-space: pre-line;
    text-shadow: 1px 1px 3px #000;
    letter-spacing: -0.176627px;
  }
  .carousel-wrapper .carousel-item .text__three {
    font-size: 13px;
  }
  .carousel-wrapper .carousel-item button {
    max-width: 100%;
    font-size: 12px;
    padding: 8px 24px;
    margin-top: 24px;
    font-weight: 500;
  }
}
.iconsWrapper {
  background: #173562;
  display: flex;
  justify-content: center;
}
.iconsWrapper .icons {
  justify-content: space-evenly;
  gap: 16px;
  display: flex;
  width: 1128px;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 24px;
  padding: 16px;
}
.iconsWrapper .icons .split {
  height: 100%;
  width: 2px;
  background-color: #043e7d;
}
.iconsWrapper .icons .icon {
  width: 20%;
  position: relative;
}
.iconsWrapper .icons .icon img {
  display: block;
  height: 39px;
  margin: 0 auto 12px;
}
.iconsWrapper .icons .icon span {
  display: block;
  text-align: center;
  color: #fff;
  white-space: nowrap;
  font-size: 9px;
  font-weight: bold;
}
.iconsWrapper .icons .icon button {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.iconsWrapper .icons .icon.last {
  padding-right: 0;
  border-right: none;
}
@media screen and (max-width: 760px) {
  .iconsWrapper .icons {
    display: flex;
    gap: 0px;
    padding: 8px;
  }
  .iconsWrapper .icons .icon {
    width: auto;
  }
  .iconsWrapper .icons .icon img {
    height: 24px;
  }
  .iconsWrapper .icons .icon span {
    font-size: 8px;
  }
}
.odds-title {
  align-items: center;
  background-color: #0a4c99;
  display: flex;
  justify-content: space-between;
  padding: 10px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
}
.odds-title span {
  color: #fff;
  padding-left: 32px;
  position: relative;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
}
.odds-title span:before {
  background: url(/uploads/img/icons/icon6.svg);
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  display: block;
  content: no-open-quote;
}
.odds-title span:after {
  background: url(/uploads/img/icons/icon7.svg) no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  display: block;
  content: no-open-quote;
  top: 3px;
}
.odds {
  width: 100%;
  background: #e8ecf1;
  padding: 12px 16px 24px 8px;
}
.footer-table-menu {
  background-color: #fff;
  border-radius: 20px;
  margin: 10px 0 20px 0;
}
.footer-table-menu-link {
  margin: 0 5px;
  padding: 5px;
  border-radius: 30px;
}
.footer-table-menu-link:hover {
  background-color: #e8ecf1;
}
.footer-table-block-title-left span {
  flex: 0 0 auto;
}
.footer-table-menu-item {
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  font-size: 13px;
  flex: 0 0 auto;
}
.footer-table-menu-item.american {
  background-image: url("https://cdn-dhlba.nitrocdn.com/flFvXclSBFncSRtJyTVxtycTSVODklUB/assets/images/optimized/rev-ad21344/wp-content/themes/1Winsitesi/images/american.svg");
}
.footer-table-menu-item.american.nitro-lazy {
  background-image: none ;
}
.footer-table-menu-item.futsal {
  background-image: url("https://cdn-dhlba.nitrocdn.com/flFvXclSBFncSRtJyTVxtycTSVODklUB/assets/images/optimized/rev-ad21344/wp-content/themes/1Winsitesi/images/futsal.svg");
}
.footer-table-menu-item.futsal.nitro-lazy {
  background-image: none ;
}
.footer-table-menu-item.badminton {
  background-image: url("https://cdn-dhlba.nitrocdn.com/flFvXclSBFncSRtJyTVxtycTSVODklUB/assets/images/optimized/rev-ad21344/wp-content/themes/1Winsitesi/images/badminton.svg");
}
.footer-table-menu-item.badminton.nitro-lazy {
  background-image: none ;
}
.footer-table-menu-item.squash {
  background-image: url("https://cdn-dhlba.nitrocdn.com/flFvXclSBFncSRtJyTVxtycTSVODklUB/assets/images/optimized/rev-ad21344/wp-content/themes/1Winsitesi/images/squash.svg");
}
.footer-table-menu-item.squash.nitro-lazy {
  background-image: none ;
}
.footer-table-menu-item.snooker {
  background-image: url("https://cdn-dhlba.nitrocdn.com/flFvXclSBFncSRtJyTVxtycTSVODklUB/assets/images/optimized/rev-ad21344/wp-content/themes/1Winsitesi/images/snooker.svg");
}
.footer-table-menu-item.snooker.nitro-lazy {
  background-image: none ;
}
.footer-table-menu-item.sutopu {
  background-image: url("https://cdn-dhlba.nitrocdn.com/flFvXclSBFncSRtJyTVxtycTSVODklUB/assets/images/optimized/rev-ad21344/wp-content/themes/1Winsitesi/images/sutopu.svg");
}
.footer-table-menu-item.sutopu.nitro-lazy {
  background-image: none ;
}
.footer-table-menu-item.hurling {
  background-image: url("https://cdn-dhlba.nitrocdn.com/flFvXclSBFncSRtJyTVxtycTSVODklUB/assets/images/optimized/rev-ad21344/wp-content/themes/1Winsitesi/images/hurling.svg");
}
.footer-table-menu-item.hurling.nitro-lazy {
  background-image: none ;
}
.footer-table-menu-item.ncaa {
  background-image: url("https://cdn-dhlba.nitrocdn.com/flFvXclSBFncSRtJyTVxtycTSVODklUB/assets/images/optimized/rev-ad21344/wp-content/themes/1Winsitesi/images/ncaa.svg");
}
.footer-table-menu-item.ncaa.nitro-lazy {
  background-image: none ;
}
.footer-table-menu-item.gaelic {
  background-image: url("https://cdn-dhlba.nitrocdn.com/flFvXclSBFncSRtJyTVxtycTSVODklUB/assets/images/optimized/rev-ad21344/wp-content/themes/1Winsitesi/images/gaelic.svg");
}
.footer-table-menu-item.gaelic.nitro-lazy {
  background-image: none ;
}
.footer-table-menu-item.kabaddi {
  background-image: url("https://cdn-dhlba.nitrocdn.com/flFvXclSBFncSRtJyTVxtycTSVODklUB/assets/images/optimized/rev-ad21344/wp-content/themes/1Winsitesi/images/kabaddi.svg");
}
.footer-table-menu-item.kabaddi.nitro-lazy {
  background-image: none ;
}
.footer-table-menu-item.valorant {
  background-image: url("https://cdn-dhlba.nitrocdn.com/flFvXclSBFncSRtJyTVxtycTSVODklUB/assets/images/optimized/rev-ad21344/wp-content/themes/1Winsitesi/images/valorant.svg");
}
.footer-table-menu-item.valorant.nitro-lazy {
  background-image: none ;
}
.footer-table-menu-item.six {
  background-image: url("https://cdn-dhlba.nitrocdn.com/flFvXclSBFncSRtJyTVxtycTSVODklUB/assets/images/optimized/rev-ad21344/wp-content/themes/1Winsitesi/images/six.svg");
}
.footer-table-menu-item.six.nitro-lazy {
  background-image: none ;
}
.footer-table-menu-item.fortnite {
  background-image: url("https://cdn-dhlba.nitrocdn.com/flFvXclSBFncSRtJyTVxtycTSVODklUB/assets/images/optimized/rev-ad21344/wp-content/themes/1Winsitesi/images/fortnite.svg");
}
.footer-table-menu-item.fortnite.nitro-lazy {
  background-image: none ;
}
.footer-table-menu-item.football {
  background-image: url("https://cdn-dhlba.nitrocdn.com/flFvXclSBFncSRtJyTVxtycTSVODklUB/assets/images/optimized/rev-ad21344/wp-content/themes/1Winsitesi/images/football.svg");
}
.footer-table-menu-item.football.nitro-lazy {
  background-image: none ;
}
.footer-table-menu-item.tennis {
  background-image: url("https://cdn-dhlba.nitrocdn.com/flFvXclSBFncSRtJyTVxtycTSVODklUB/assets/images/optimized/rev-ad21344/wp-content/themes/1Winsitesi/images/tennis.svg");
}
.footer-table-menu-item.tennis.nitro-lazy {
  background-image: none ;
}
.footer-table-menu-item.hockey {
  background-image: url("https://cdn-dhlba.nitrocdn.com/flFvXclSBFncSRtJyTVxtycTSVODklUB/assets/images/optimized/rev-ad21344/wp-content/themes/1Winsitesi/images/hockey.svg");
}
.footer-table-menu-item.hockey.nitro-lazy {
  background-image: none ;
}
.footer-table-menu-item.basket {
  background-image: url("https://cdn-dhlba.nitrocdn.com/flFvXclSBFncSRtJyTVxtycTSVODklUB/assets/images/optimized/rev-ad21344/wp-content/themes/1Winsitesi/images/basket.svg");
}
.footer-table-menu-item.basket.nitro-lazy {
  background-image: none ;
}
.footer-table-menu-item.basketx {
  background-image: url("https://cdn-dhlba.nitrocdn.com/flFvXclSBFncSRtJyTVxtycTSVODklUB/assets/images/optimized/rev-ad21344/wp-content/themes/1Winsitesi/images/basket3x3.svg");
}
.footer-table-menu-item.basketx.nitro-lazy {
  background-image: none ;
}
.footer-table-menu-item.voley {
  background-image: url("https://cdn-dhlba.nitrocdn.com/flFvXclSBFncSRtJyTVxtycTSVODklUB/assets/images/optimized/rev-ad21344/wp-content/themes/1Winsitesi/images/voley.svg");
}
.footer-table-menu-item.voley.nitro-lazy {
  background-image: none ;
}
.footer-table-menu-item.king {
  background-image: url("https://cdn-dhlba.nitrocdn.com/flFvXclSBFncSRtJyTVxtycTSVODklUB/assets/images/optimized/rev-ad21344/wp-content/themes/1Winsitesi/images/king.svg");
}
.footer-table-menu-item.king.nitro-lazy {
  background-image: none ;
}
.footer-table-menu-item.orange {
  background-image: url("https://cdn-dhlba.nitrocdn.com/flFvXclSBFncSRtJyTVxtycTSVODklUB/assets/images/optimized/rev-ad21344/wp-content/themes/1Winsitesi/images/orange.svg");
}
.footer-table-menu-item.orange.nitro-lazy {
  background-image: none ;
}
.footer-table-menu-item.yellow {
  background-image: url("https://cdn-dhlba.nitrocdn.com/flFvXclSBFncSRtJyTVxtycTSVODklUB/assets/images/optimized/rev-ad21344/wp-content/themes/1Winsitesi/images/yellow.svg");
}
.footer-table-menu-item.yellow.nitro-lazy {
  background-image: none ;
}
.footer-table-menu-item.regby {
  background-image: url("https://cdn-dhlba.nitrocdn.com/flFvXclSBFncSRtJyTVxtycTSVODklUB/assets/images/optimized/rev-ad21344/wp-content/themes/1Winsitesi/images/regby.svg");
}
.footer-table-menu-item.regby.nitro-lazy {
  background-image: none ;
}
.footer-table-menu-item.fight {
  background-image: url("https://cdn-dhlba.nitrocdn.com/flFvXclSBFncSRtJyTVxtycTSVODklUB/assets/images/optimized/rev-ad21344/wp-content/themes/1Winsitesi/images/fight.svg");
}
.footer-table-menu-item.fight.nitro-lazy {
  background-image: none ;
}
.footer-table-menu-item.boks {
  background-image: url("https://cdn-dhlba.nitrocdn.com/flFvXclSBFncSRtJyTVxtycTSVODklUB/assets/images/optimized/rev-ad21344/wp-content/themes/1Winsitesi/images/boks.svg");
}
.footer-table-menu-item.boks.nitro-lazy {
  background-image: none ;
}
.footer-table-menu-item.lapt {
  background-image: url("https://cdn-dhlba.nitrocdn.com/flFvXclSBFncSRtJyTVxtycTSVODklUB/assets/images/optimized/rev-ad21344/wp-content/themes/1Winsitesi/images/lapt.svg");
}
.footer-table-menu-item.lapt.nitro-lazy {
  background-image: none ;
}
.footer-table-menu-item.two {
  background-image: url("https://cdn-dhlba.nitrocdn.com/flFvXclSBFncSRtJyTVxtycTSVODklUB/assets/images/optimized/rev-ad21344/wp-content/themes/1Winsitesi/images/two.svg");
}
.footer-table-menu-item.two.nitro-lazy {
  background-image: none ;
}
.footer-table-menu-item.color {
  background-image: url("https://cdn-dhlba.nitrocdn.com/flFvXclSBFncSRtJyTVxtycTSVODklUB/assets/images/optimized/rev-ad21344/wp-content/themes/1Winsitesi/images/color.svg");
}
.footer-table-menu-item.color.nitro-lazy {
  background-image: none ;
}
.footer-table-menu-item.chess {
  background-image: url("https://cdn-dhlba.nitrocdn.com/flFvXclSBFncSRtJyTVxtycTSVODklUB/assets/images/optimized/rev-ad21344/wp-content/themes/1Winsitesi/images/chess.svg");
  background-image: url("https://cdn-dhlba.nitrocdn.com/flFvXclSBFncSRtJyTVxtycTSVODklUB/assets/images/optimized/rev-ad21344/wp-content/themes/1Winsitesi/images/chess.svg");
}
.footer-table-menu-item.chess.nitro-lazy {
  background-image: none ;
  background-image: none ;
}
.footer-table-menu-item.ball {
  background-image: url("https://cdn-dhlba.nitrocdn.com/flFvXclSBFncSRtJyTVxtycTSVODklUB/assets/images/optimized/rev-ad21344/wp-content/themes/1Winsitesi/images/ball.svg");
}
.footer-table-menu-item.ball.nitro-lazy {
  background-image: none ;
}
.footer-table-menu-item.ball-two {
  background-image: url("https://cdn-dhlba.nitrocdn.com/flFvXclSBFncSRtJyTVxtycTSVODklUB/assets/images/optimized/rev-ad21344/wp-content/themes/1Winsitesi/images/ball-two.svg");
}
.footer-table-menu-item.ball-two.nitro-lazy {
  background-image: none ;
}
.footer-table-menu-item.cs {
  background-image: url("https://cdn-dhlba.nitrocdn.com/flFvXclSBFncSRtJyTVxtycTSVODklUB/assets/images/optimized/rev-ad21344/wp-content/themes/1Winsitesi/images/cs.svg");
}
.footer-table-menu-item.cs.nitro-lazy {
  background-image: none ;
}
.footer-table-menu-item.dota {
  background-image: url("https://cdn-dhlba.nitrocdn.com/flFvXclSBFncSRtJyTVxtycTSVODklUB/assets/images/optimized/rev-ad21344/wp-content/themes/1Winsitesi/images/dota.svg");
}
.footer-table-menu-item.dota.nitro-lazy {
  background-image: none ;
}
.footer-table-menu-item.ll {
  background-image: url("https://cdn-dhlba.nitrocdn.com/flFvXclSBFncSRtJyTVxtycTSVODklUB/assets/images/optimized/rev-ad21344/wp-content/themes/1Winsitesi/images/ll.svg");
}
.footer-table-menu-item.ll.nitro-lazy {
  background-image: none ;
}
.footer-table-menu-item.star {
  background-image: url("https://cdn-dhlba.nitrocdn.com/flFvXclSBFncSRtJyTVxtycTSVODklUB/assets/images/optimized/rev-ad21344/wp-content/themes/1Winsitesi/images/star.svg");
}
.footer-table-menu-item.star.nitro-lazy {
  background-image: none ;
}
.footer-table-menu-item.over {
  background-image: url("https://cdn-dhlba.nitrocdn.com/flFvXclSBFncSRtJyTVxtycTSVODklUB/assets/images/optimized/rev-ad21344/wp-content/themes/1Winsitesi/images/over.svg");
}
.footer-table-menu-item.over.nitro-lazy {
  background-image: none ;
}
.footer-table-menu-item.ww {
  background-image: url("https://cdn-dhlba.nitrocdn.com/flFvXclSBFncSRtJyTVxtycTSVODklUB/assets/images/optimized/rev-ad21344/wp-content/themes/1Winsitesi/images/ww.svg");
}
.footer-table-menu-item.ww.nitro-lazy {
  background-image: none ;
}
.footer-table-menu-item.bounce {
  background-image: url("https://cdn-dhlba.nitrocdn.com/flFvXclSBFncSRtJyTVxtycTSVODklUB/assets/images/optimized/rev-ad21344/wp-content/themes/1Winsitesi/images/bounce.svg");
}
.footer-table-menu-item.bounce.nitro-lazy {
  background-image: none ;
}
.footer-table-menu-item.last {
  background-image: url("https://cdn-dhlba.nitrocdn.com/flFvXclSBFncSRtJyTVxtycTSVODklUB/assets/images/optimized/rev-ad21344/wp-content/themes/1Winsitesi/images/last.svg");
}
.footer-table-menu-item.last.nitro-lazy {
  background-image: none ;
}
.footer-table-menu-item.australia {
  background-image: url("https://cdn-dhlba.nitrocdn.com/flFvXclSBFncSRtJyTVxtycTSVODklUB/assets/images/optimized/rev-ad21344/wp-content/themes/1Winsitesi/images/australia-football.svg");
}
.footer-table-menu-item.australia.nitro-lazy {
  background-image: none ;
}
.footer-table-menu-item.beisball {
  background-image: url("https://cdn-dhlba.nitrocdn.com/flFvXclSBFncSRtJyTVxtycTSVODklUB/assets/images/optimized/rev-ad21344/wp-content/themes/1Winsitesi/images/beisball.svg");
}
.footer-table-menu-item.beisball.nitro-lazy {
  background-image: none ;
}
.footer-table-menu-item.formula {
  background-image: url("https://cdn-dhlba.nitrocdn.com/flFvXclSBFncSRtJyTVxtycTSVODklUB/assets/images/optimized/rev-ad21344/wp-content/themes/1Winsitesi/images/formula.svg");
}
.footer-table-menu-item.formula.nitro-lazy {
  background-image: none ;
}
.footer-table-menu-item.field-hockey {
  background-image: url("https://cdn-dhlba.nitrocdn.com/flFvXclSBFncSRtJyTVxtycTSVODklUB/assets/images/optimized/rev-ad21344/wp-content/themes/1Winsitesi/images/field-hockey.svg");
}
.footer-table-menu-item.field-hockey.nitro-lazy {
  background-image: none ;
}
.footer-table-menu-item.broodwar {
  background-image: url("https://cdn-dhlba.nitrocdn.com/flFvXclSBFncSRtJyTVxtycTSVODklUB/assets/images/optimized/rev-ad21344/wp-content/themes/1Winsitesi/images/broodwar.svg");
}
.footer-table-menu-item.broodwar.nitro-lazy {
  background-image: none ;
}
.footer-table-menu-item.wild-rift {
  background-image: url("https://cdn-dhlba.nitrocdn.com/flFvXclSBFncSRtJyTVxtycTSVODklUB/assets/images/optimized/rev-ad21344/wp-content/themes/1Winsitesi/images/wild-rift.svg");
}
.footer-table-menu-item.wild-rift.nitro-lazy {
  background-image: none ;
}
.footer-table-menu-item-first {
  background-color: #fa4d00;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1;
  padding: 4px 7px;
  color: #fff;
  margin: 0 5px;
  border-radius: 30px;
  font-weight: 700;
}
.footer-table-play-block {
  background-color: #fff;
  border-radius: 12px;
  padding: 10px;
  margin-bottom: 20px;
  max-width: 1128px;
  margin: 10px auto;
}
.footer-table-block-title {
  display: flex;
  border-radius: 12px 12px 0 0;
  justify-content: space-between;
  align-items: center;
  background-color: #e8ecf1;
  height: 43px;
  padding: 0 10px;
}
.footer-table-block-title-left {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 14px;
  font-weight: 700;
}
.footer-table-block-title-left:hover {
  color: #fa4d00;
}
.footer-table-block-title-left span {
  margin-left: 10px;
  max-width: 200px;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
}
.footer-table-block-title-righ {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 54.5%;
}
.footer-table-block-title-righ span {
  width: 10%;
  display: flex;
  justify-content: center;
  color: #546370;
  font-size: 13px;
}
.footer-table-block-title-righ a {
  display: flex;
  justify-content: center;
  font-size: 13px;
  width: 43px;
}
.down-icon {
  background-image: url("https://cdn-dhlba.nitrocdn.com/flFvXclSBFncSRtJyTVxtycTSVODklUB/assets/images/optimized/rev-ad21344/wp-content/themes/1Winsitesi/images/down.svg");
  width: 15px;
  height: 15px;
}
.down-icon.nitro-lazy {
  background-image: none ;
}
.footer-table-block-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 46px;
  position: relative;
  border-bottom: 2px solid #e8ecf1;
}
.footer-table-block-content:last-child {
  border-bottom: 0;
}
.footer-table-block-content-left {
  padding: 5px;
  display: flex;
  align-items: center;
}
.table-time {
  display: flex;
  flex-direction: column;
  color: #546370;
  padding: 0 20px;
  font-weight: 700;
}
.table-time span {
  font-size: 11px;
  color: #9ea7b2;
}
.table-comands {
  display: flex;
  flex-direction: column;
  color: #000;
  font-weight: 500;
  border-radius: 5px;
  padding: 0 2px;
  transition: 0.3s;
}
.table-comands span {
  font-size: 14px;
  text-align: left;
  color: #000;
}
.table-comands:hover {
  color: #1183d3;
  background-color: #f3f6f8;
  box-shadow: 0 0 3px 1px #8fbde7;
  transform: translateX(5px);
}
.footer-table-block-content-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 49.5%;
  margin-right: 58px;
}
.footer-table-block-content-right a {
  width: 10%;
  display: flex;
  justify-content: center;
  color: #094b95;
  font-size: 13px;
  font-weight: 500;
  padding: 1px 5px;
  border-radius: 31px;
  transition: 0.3s;
}
.footer-table-block-content-right a:hover {
  background-color: #094b95;
  color: #fff;
}
.footer-table-block-content-right button {
  color: #094b95;
}
.top-block {
  position: absolute;
  left: -7px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  background-color: #fa4d00;
  color: #fff;
  padding: 1px 5px;
  font-weight: 500;
  text-align: center;
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .odds {
    display: flex;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 10px;
    padding-top: 10px;
    gap: 10px;
  }
  .odds .footer-table-play-block {
    width: 300px;
  }
  .odds .footer-table-block-title-righ {
    display: none;
  }
  .odds .footer-table-block-content {
    flex-direction: column;
    align-items: flex-start;
    height: 100px;
    border-bottom: none;
  }
  .odds .footer-table-block-content .top-block {
    top: 23px;
  }
  .odds .footer-table-block-content-right {
    width: 100%;
    margin-right: 0;
    overflow: scroll;
    min-height: 50px;
    height: 100%;
  }
  .odds .footer-table-block-content-right button {
    color: #888;
    background: #e8ecf1;
    min-width: 50px;
    min-height: 30px;
    border-radius: 5px;
    margin-right: 2px;
  }
}
.promotionWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.promotionWrapper .items {
  display: flex;
  align-items: center;
  gap: 15px;
}
.promotionWrapper .items button {
  color: #fff;
  font-size: 16px;
  line-height: 18px;
}
.promotionWrapper .items button.live {
  position: relative;
  text-transform: uppercase;
  padding-left: 15px;
}
.promotionWrapper .items button.live::before {
  position: absolute;
  content: no-open-quote;
  width: 10px;
  height: 10px;
  left: 0;
  top: 4px;
  border-radius: 50%;
  background-color: #a7e240;
}
.partners {
  margin-bottom: 30px;
}
.partners h2 {
  margin-bottom: 30px;
}
.partners .partners__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.partners .partners__list .partners__item {
  flex: 0 0 auto;
  height: 50px;
}
.partners .partners__list .partners__item button {
  height: 100%;
}
.partners .partners__list .partners__item img {
  width: auto;
  height: 100%;
}
@media (max-width: 935px) {
  .partners .partners__list {
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
  }
}
