@font-face {
font-family: 'Gilroy-Regular'; 
src: url(/Gilroy-Regular.ttf); 
font-display: swap;
}
@font-face {
font-family: 'Gilroy-Medium'; 
src: url(/Gilroy-Medium.ttf); 
font-display: swap;
}
@font-face {
font-family: 'shrikhandregular'; 
src: url(/Shrikhand-Regular.ttf); 
font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  font-family: Gilroy-Regular, sans-serif;
}

main {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
main p,
main span,
main h1,
main h2,
main h3,
main h4,
main h5,
main figcaption,
main li {
  color: #fff;
}
main a {
  color: #75FB4C;
}
main a:hover {
  text-decoration: underline;
}
main h1,
main h2,
main h3,
main h4,
main h5,
main h6,
main p,
main ol,
main ul,
main figure,
main .general-table,
main .faq-container,
main .wrapper,
main .quote,
#alfa__contents {
  max-width: 1320px;
  margin: 0 auto;
  width: 96%;
}
main figure {
  margin: 0 auto;
  margin-bottom: 20px;
}

body {
  overflow-x: hidden;
  position: relative;
  background: #1E1E24;
}
a {
  text-decoration: none;
  transition: 0.3s;
}

input,
button {
  border: none;
  box-shadow: none;
  transition: 0.3s;
}
input {
  outline: none;
}
p,
span,
li,
a {
  font-size: 18px;
  line-height: 30px;
}
p {
  padding-bottom: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-align: center;
  padding: 20px 0;
  font-family: 'Gilroy-Medium';
}
h1 {
  font-size:36px;
  line-height:40px;
}
h2 {
  font-size:32px;
  line-height:40px;
}
h3 {
  font-size:26px;
  line-height:36px;
}
h4 {
  font-size:20px;
  line-height:28px;
}
h5,
h6 {
  font-size:18px;
  line-height:28px;
}
li {
  list-style: none;
}
button {
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
}
img {
  max-width: 100%;
  display: block;
}
i {
  font-style: normal;
}


.content {
  position: relative;
}
.content .content-block {
  padding: 30px 0 40px 0;
}
.content .general-ol {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
  counter-reset: counter-ol;
  padding-left: 20px;
}
.content .general-ol li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 10px;
  width: 100%;
  counter-increment: counter-ol;
}
.content .general-ol li::before {
  position: absolute;
  content: counter(counter-ol);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  color: #1e1e24;
  border-radius: 50%;
  top: 4px;
  left: -26px;
  background: #75FB4C;
  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: 35px;
  width: 48%;
}
.content .general-ul li::before {
  content: no-open-quote;
  background: url(/icons8.png)no-repeat;
  background-size: cover;
  position: absolute;
  width: 30px;
  height: 30px;
  left: 0;
  top: 0px;
}
.pageError {
  min-height: calc(100vh - 70px);
}
.buttons {
  display: flex;
  align-items: center;
}
.imgWrap {
  display: block;
  position: relative;
}
figure {
  margin-bottom: 20px;
  text-align: center;
}
figure span {
  height: 50%;
  width: 100%;
  position: absolute;
  left: 0;
  top: -50%;
}
figcaption {
  color: #1e1e24;
  font-size: 14px;
}
.general-image {
  display: block;
  border-radius: 15px;
  max-height: 350px;
  width: auto;
  height: auto;
  margin: 0 auto 10px auto;
}
.general-image.vertical {
  max-height: 500px;
  max-width: 70%;
}
.general-image.horizontal {
  max-width: 100%;
}
.general-table {
  margin-bottom: 20px;
  border-collapse: collapse;
  overflow: hidden;
  text-align: center;
}
.general-table-wrapper {
  margin-bottom: 20px;
}
.general-table .general-tr {
  background: #292826;
  color: #fff;
  border: 1px solid rgba(0,0,0,.8);
}
.general-table .general-tr:nth-child(2n) {
  background: #000;
}
.general-table .general-tr .general-td {
  text-align: center;
  padding: 10px;
  border: 1px solid #000;
}
.general-table thead {
  background: #fff;
}
.general-table thead th {
  padding: 10px;
  border: 1px solid rgba(0, 27, 56, 1);
}
.faq-container .faq-item {
  margin: 0 auto;
  position: relative;
  min-height: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
}
.faq-container .faq-item:last-child {
  border-bottom: none;
}
.faq-container .faq-item:hover .icon::before,
.faq-container .faq-item:hover .icon::after {
  background: #63b0e8;
}
.faq-container .faq-item:hover {
  border-color: #63b0e8;
}
.faq-container .faq-item:hover .faq-question {
  color: #63b0e8;
}
.faq-container .faq-question {
  padding-bottom: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  padding-right: 25px;
}
.faq-container .faq-answer {
  padding: 10px 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  position: relative;
  opacity: 0;
  transition: 0.4s ease;
}
.faq-container .icon {
  height: 18px;
  position: absolute;
  width: 18px;
  right: 10px;
  top: 11px;
  z-index: 2;
}
.faq-container .icon::before,
.faq-container .icon::after {
  background: #63b0e8;
  content: no-open-quote;
  height: 4px;
  right: 0;
  position: absolute;
  top: 0;
  width: 18px;
  transition: transform 500ms ease;
}
.faq-container .toggle {
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  z-index: 3;
}
.faq-container .toggle:checked ~ .icon::before,
.faq-container .toggle:checked ~ .icon::after {
  background: #63b0e8;
}
.faq-container .toggle:checked ~ .faq-question {
  color: #63b0e8;
}
.faq-container .toggle:not(:checked) ~ .icon:before {
  transform: rotate(180deg);
}
.faq-container .toggle:not(:checked) ~ .icon:after {
  transform: rotate(90deg);
}
.faq-container .toggle:checked ~ .faq-answer {
  height: auto;
  opacity: 1;
  z-index: 2;
}
.table_of_contents {
  margin: 19px 0;
}
.table_of_contents .toggle {
  display: none;
}
.table_of_contents .lbl-toggle {
  display: inline-block;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  padding: 10px;
  color: #1e1e24;
  background: #8d53e9;
  cursor: pointer;
  border-radius: 7px;
  transition: all 0.25s ease-out;
}
.table_of_contents .lbl-toggle:hover {
  background: #08f;
}
.table_of_contents .toggle:checked + .lbl-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.table_of_contents .table_box {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.25s ease-in-out;
  display: flex;
  width: 100%;
  max-width: 500px;
  flex-direction: column;
}
.table_of_contents .toggle:checked + .lbl-toggle + div {
  max-height: 1000px;
  border: 1px solid #8d53e9;
  padding: 20px;
  margin-top: 12px;
  border-radius: 8px;
}
.table_of_contents .table_link {
  position: relative;
  padding-left: 15px;
  font-size: 16px;
  line-height: 1.8;
}
.table_of_contents .table_link::before {
  content: no-open-quote;
  position: absolute;
  width: 8px;
  height: 8px;
  top: 32%;
  left: 0;
  background: #08f;
  border-radius: 50%;
  transition: all 0.25s ease-out;
}
.table_of_contents .table_link:hover {
  color: #08f;
}
.content404Page.wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  max-width: 100%;
  width: 100%;
  background: rgba(0, 27, 56, 1);
}
.content404Page.wrapper .content404 {
  display: flex;
  flex-direction: column;
  width: 280px;
}
.content404Page.wrapper .content404 img {
  display: block;
  margin: 0 auto;
}
.content404Page.wrapper .content404 h1 {
  color: #fff;
}
.content404Page.wrapper .content404 button {
  display: inline-block;
  background: linear-gradient(135deg, #fb4d00 0%, #fb7c34 100%);
  padding: 5px 15px;
  border-radius: 5px;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  color: #fff;
}
.content404Page.wrapper .content404 button:hover {
  background: linear-gradient(135deg, #ff7a4d 0%, #ff9567 100%);
}
.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(/shortcode_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.button-block button {
  padding: 18px 60px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  color: #191919;
  border-radius: 50px;
  background: linear-gradient(135deg,#60E836 0%,#6DF144 100%);
  box-shadow: 0 4px 12px 0 rgba(0,26,255,.26);
}
.button-block button:hover {
  background: linear-gradient(135deg,#00FF0A 0%,#04D400 100%);
  box-shadow: 0 0 18px 0 rgba(66,255,0,.7);
}

main .quote {
  background: #292826;
  border-radius: 5px;
  padding: 20px 20px 20px 65px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
}
.quote:before {
  content: no-open-quote;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  background: #fcfc20;
}
.quote p {
  padding-bottom: 0;
}

@media screen and (max-width: 1250px) {
  .general-table-wrapper {
    overflow: scroll;
  }
  main .wrapper {
    padding: 0 10px;
  }
  h1 {
    font-size: 26px;
    line-height: 30px;
  }
  h2 {
    font-size: 22px;
    line-height: 32px;
  }
  h3 {
    font-size: 20px;
    line-height: 30px;
  }
  h4 {
    font-size: 18px;
    line-height: 28px;
  }
  h5,
  h6 {
    font-size: 16px;
    line-height: 26px;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    padding: 10px 0;
  }
  .content {
    padding-top: 20px;
  }
  .content .contentMain {
    width: 100%;
  }
  .content .general-ol {margin-left: 15px;}
  .content .general-ol li,
  .content .general-ul li {
    width: 100%;
  }
  .columns {
    flex-wrap: wrap;
  }
  .columns .column {
    width: 100%;
  }
  .column-p {
    margin-left: 0;
  }
  .footer-block-btn .buttons {
    justify-content: center;
    width: 100%;
  }
 
 
  .footer-block-btn .buttons button {
    width:100%;
    max-width: 400px;
  }
}
@media screen and (max-width: 400px) {
  .general-table {
    overflow-x: auto;
    max-width: 100%;
  }
}






/* Header */
header {
  padding: 20px 0;
}
.header_top {
  display: flex;
  justify-content: space-between;
}
.header_logo {
  display: flex;
  align-items: center;
}
.header_logo img {
  width: 40px;
  margin-right: 10px;
}
.header_logo span {
  font-size: 20px;
}
.header {
  padding: 8px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #28293C;
  z-index: 9;
}
.header_top {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.menu_mobile, amp-sidebar {
  background: #28293C;
  box-shadow: var(--shadow-primary);
  width: 100%;
  padding: 0 15px;
  max-width: 320px;
  min-height: 100vh;
  position: fixed;
  top: 0;
  right: -100%;
  display: block;
  transition: right 0.8s;
  z-index: 11;
}
.menu_mobile .close {
  display: flex;
  justify-content: center;
  padding: 15px 0;
}
.menu_mobile .close img {
  width: 28px;
  height: 28px;
}
.menu_mobile ul {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.header .logo {
  line-height: 0;
  width: 70px;
  height: 32px;
}
.burger {
  display: none;
  cursor: pointer;
  margin-right: 5px;
}
.burger img {
  width: 28px;
  height: 28px;
}
.menuDesktop, .deskMenu {
  display: flex;
  justify-content: center;
}
.lang_menu ul {
  width: 100%;
}
.deskMenu li {
  display: inline-block;
  margin: 0 5px 5px;
}
.deskMenu a {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}
.header .buttons button {
  display: flex;
  align-items: center;
  border-radius: 8px;
  padding: 5px 34px;
  font-size: 16px;
  position: relative;
  transition: background 1s ease-out;
  font-family: 'Gilroy-Medium';
}
.buttons .regButton {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 18px;
  background: linear-gradient(125deg,#55BF2F 0%,#3CB611 100%);
  border: 1px solid #75FB4C;
  color: #191919;
  margin-right: 40px;
}
.buttons .logButton {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 18px;
  background: transparent;
  border: 1px solid #75FB4C;
  color: #75FB4C;
}
.header .buttons {
  display: flex;
}
.header .headerInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.header .headerInner .logo {
  display: block;
  position: relative;
}

.header .headerInner .logo img {
  width: 71px;
}

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

.header .headerInner .menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.header .headerInner .menu a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}
.header .headerInner a.mob-link {
  display: none;
}
.header .headerInner .menu a:last-child {
  margin-right: 0;
  margin-left: 30px;
}
.header .headerInner .menu a:hover {
  color: #75FB4C;
  text-decoration: none;
}
.header .headerInner .menu a.active {
  color: #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 1250px) {
  .header {
    height: 50px;
  }
  .menu {
    display: none;
  }
  .header .headerInner a.mob-link {
    display: block;
  }
  .header .headerInner .menu  {
    display: none;
  }
  .buttons {
    display: none;
  }
  .buttons .regButton {
    margin-right: 0;
  }
  .buttons .regButton,
  .buttons .logButton {
    font-size: 16px;
  }
}

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

.mobileMenu {
  background: #28293C;
  width: 100%;
  padding: 0 15px;
  max-width: 320px;
  min-height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  transition: right 0.8s;
  z-index: 11;
}
.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;
  justify-content: center;
  padding: 15px 0;
}
.mobileMenu .mobileMenuTop img {
  width: 28px;
  height: 28px;
  cursor: pointer;
}
.mobileMenu .mobileMenuLinks {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.mobileMenu .mobileMenuLinks a {
  color: #fff;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
}
.mobileMenu .mobileMenuLinks a:hover {
  text-decoration: none;
  color:#75FB4C;
}
.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;
  flex-wrap: wrap;
  align-items: center;
  overflow-x: hidden;
}
.breadcrumbs .separator {
padding: 0 10px;
}
.breadcrumbs a,
.breadcrumbs .last {
  font-size: 15px;
  line-height: 25px;
}
.breadcrumbs a {
  color: #75FB4C;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.breadcrumbs a:hover {
  text-decoration: none;
}

footer {
  background:#28293C;
  border-radius:15px 15px 0 0;
  padding-bottom: 10px;
}
.footer-block-top {
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:20px;
}
.footer-eighteen {
  font-size:16px;
  text-transform:uppercase;
  border:2px solid #75FB4C;
  border-radius:50%;
  width:40px;
  height:40px;
  color:#fff;
  font-weight:500;
  display:flex;
  align-items:center;
  justify-content:center;
}
footer .menu {
  display: flex;
  justify-content: center;
  gap: 20px;
}
footer .menu a {
  font-size: 14px;
}
.footer-block-providers {
  padding: 16px;
  background-color: #000;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0;
  flex-wrap: wrap;
}
.footerInner .copy {
  text-align:center;
}
.footerInner .copy span {
  font-size:15px;
}
footer .scrollTop {
  background: #75FB4C;
  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: 70px;
  right: 20px;
  opacity: 0;
  cursor: pointer;
  border-radius: 50%;
  z-index: 3;
}
.footer-block-btn {
  display: none;
}
@media (max-width: 1250px) {
  .footer-block-btn {
    display: flex;
    z-index: 4;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    height: 60px;
    background-color: #28293C;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 0 12px;
  }
  footer {
    padding-bottom: 80px;
  }
  .footer-block-btn button {
    width: 50%;
    max-width: 200px;
    border-radius: 8px;
    padding: 10px 10px;
    font-size: 18px;
    font-family: 'Gilroy-Medium'; 
    border: 1px solid #75FB4C;
  }
  .footer-block-btn .regButton {
    background: linear-gradient(125deg,#55BF2F 0%,#3CB611 100%);
    color: #191919;
  }
  .footer-block-btn .logButton {
    color: #75FB4C;
  }
}
@media (max-width: 800px) {
  .footer-block-providers {
    justify-content: center;
    gap: 20px;
  }
}


.mainBanner {
  top: 47px;
  position: relative;
  height: 400px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url(/uploads/img/banner-desktop-min.webp);
  margin-bottom: 30px;
}

.mainBannerInner {
  height: 100%;
  align-items: center;
  display: flex;
}

.mainBannerText {
  width: 100%;
  text-align: center;
}

.mainBannerText .welcome span {
  color: #000;
  font-size: 37px;
  letter-spacing: 2px;
  padding: 6px 30px 6px;
  background: #fff;
  border-radius: 50px;
}

.mainBannerText .offer {
  margin: 80px 0 40px;
}

.mainBannerText .offer span {
  color: #6BEF42;
  font-size: 125px;
  font-weight: 600;
  font-family: 'shrikhandregular';
}

.mainBannerText button {
  font-family: "Roboto";
  font-weight: 700;
  border-radius: 50px;
  background: linear-gradient(135deg,#60E836 0%,#6DF144 100%);
  box-shadow: 0 0 12px 0 rgba(11,18,74,.26);
  padding: 20px 40px;
  border-radius: 50px;
  color: #18193e;
  font-weight: 600;
  font-size: 24px;
  text-transform: uppercase;
  transition: .1s;
  font-family: 'Gilroy-Medium';
}

@media screen and (max-width: 1250px) {
  .mainBanner {
    background-size: cover;
  }

  .content .content-block {
    padding: 10px 0 40px 0;
  }

  .mainBannerText {
    width: 100%;
    padding-top: 20px;
    margin-bottom: 20px;
    padding-left: 0;
    text-align: center;
  }

  .burger {
    display: flex;
    align-items: center;
  }

  .header .buttons {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  .mainBanner {
    height: auto;
    background-size: cover;
  }

  .mainBannerText .welcome span {
    font-size: 15px;
    padding: 5px 30px 7px;
  }

  .mainBannerText .offer {
    margin: 20px 0;
  }

  .mainBannerText .offer span {
    font-size: 47px;
  }

  .mainBannerText button {
    padding: 14px 35px;
    font-size: 18px;
    text-transform: uppercase;
  }
}

#alfa__contents input[type='checkbox'] {
  display:none
}
#alfa__contents {
  display:block;
  margin-bottom:20px;
}
.lbl-toggle {
  display:inline-block;
  font-weight:700;
  font-family:monospace;
  font-size:15px;
  text-transform:uppercase;
  text-align:center;
  padding:10px;
  color:#000;
  background:#75FB4C;
  cursor:pointer;
  border-radius:7px;
  transition:all 0.25s ease-out
}
.lbl-toggle:hover {
  color:#FFF
}
.lbl-toggle::before {
  content:' ';
  display:inline-block;
  border-top:5px solid transparent;
  border-bottom:5px solid transparent;
  border-left:5px solid currentColor;
  vertical-align:middle;
  margin-right:.7rem;
  transform:translateY(-2px);
  transition:transform .2s ease-out
}
.toggle:checked+.lbl-toggle::before {
  transform:rotate(90deg) translateX(-3px)
}
.alfa__contents-submenu {
  max-height:0;
  overflow:hidden;
  transition:max-height .25s ease-in-out;
  display:flex;
  flex-direction:column;
  width:100%;
  max-width:500px
}
.toggle:checked+.lbl-toggle+.alfa__contents-submenu {
  max-height:1000px;
  border:1px #fff solid;
  padding:20px;
  margin-top:12px;
  border-radius:8px
}
.toggle:checked+.lbl-toggle {
  border-bottom-right-radius:0;
  border-bottom-left-radius:0
}
.alfa__contents-submenu a {
  color:#fff;
  margin:0;
  border:none;
  position:relative;
  padding:2px 15px;
  cursor: pointer;
}
.alfa__contents-submenu a:before {
  content:'';
  width:8px;
  height:8px;
  background:#75FB4C;
  position:absolute;
  top:13px;
  left:0;
  border-radius:50%
}
#alfa__contents a:hover {
  color:#75FB4C
}