
    *,
*::after,
*::before {
  box-sizing: inherit;
  font-family: Tahoma, sans-serif;
}
ul,
ol[class] {
  padding: 0;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  font-family: Tahoma, sans-serif;
}
ul,
ol {
  list-style: none;
}
img {
  max-width: 100%;
  display: block;
}
button {
  border: none;
  box-shadow: none;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  font-family: Tahoma, sans-serif;
}
button:hover {
  opacity: 0.8;
}
input,
textarea,
select {
  font: inherit;
}
a {
  text-decoration: none;
  font-family: Tahoma, sans-serif;
}
figure {
  margin-bottom: 20px;
  text-align: center;
}
figcaption {
  color: inherit;
}
.general-image {
  display: block;
  border-radius: 15px;
  max-height: 400px;
  width: auto;
  height: auto;
  margin: 0 auto 10px auto;
}
.logoBuild {
  height: 100%;
  height: 100%;
  align-items: center;
  display: flex;
}
.logoBuild a {
  display: flex;
  align-items: center;
  height: 100%;
}
.content-block {
  padding: 0 10px;
}

#fix-button.footer-block-btn {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  align-items: center;
  padding-right: 15px;
  padding-left: 15px;
  justify-content: center;
}
.content {
  padding-top: 100px;
}
#scrollToTop.scrollToTop {
  position: fixed;
}
.logo-controls {
  display: none;
}
.burger {
  display: none;
  position: relative;
}
.mobileMenu {
  position: fixed;
  top: 0;
  right: 0%;
  display: block;
  z-index: 5;
  background: #02274B;
  width: 90%;
  max-width: 350px;
  min-height: 100vh;
  padding: 30px 20px;
  transition: right 0.8s;
}
.mobileMenu[hidden] {
  right: -200%;
}
.mobileMenu .mobileMenuTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 75px;
}
.mobileMenu .mobileMenuLinks {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.mobileMenu .mobileMenuLinks a,
.mobileMenu .mobileMenuLinks button {
  color: #fff;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
}
.mobileMenu .mobileMenuLinks a:active,
.mobileMenu .mobileMenuLinks button:hover {
  color: #181616;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  display: block;
}
.overlay[hidden] {
  display: none;
}
@media (max-width: 1250px) {
  #fix-button.footer-block-btn {
    display: flex;
  }
  footer.footer {
    padding-bottom: 100px;
  }
  .content {
    min-height: 90vh;
  }
}

    .footer--4 {
  padding: 20px 0;
  background: #5B17E8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer--4 p {
  margin-bottom: 0;
  color: #fff;
}

.copy--4 {
  background: transparent;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 16px;
}

.components .copy__text--4 {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}

.copy__copyright--4 {
  color: rgba(255, 255, 255, 0.6);
  font-size: 20px;
  line-height: 24px;
}

@media (max-width: 1250px) {
  .footer--4 {
  padding: 20px 0;
  }
  .copy--4 {
  gap: 8px;
  }
  .components .copy__text--4 {
  font-size: 14px;
  }
  .copy__copyright--4 {
  font-size: 12px;
  }
} 
    
.content-block {
      max-width: 1400px;
      margin: 0 auto;
  }
.components {
  background: #141414;
  color: #DBDBDB;
  display: flex;
  flex-direction: column;
  position: relative;
}

.general-h1 {
  background: transparent;
  color: #DBDBDB;
  border-bottom: 1px solid #E5FF4B;
  padding: 0;
  border-radius: 0;
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 16px;
}

.general-h2, .general-h3, .general-h4, .general-h5, .general-h6 {
  background: transparent;
  color: #DBDBDB;
  padding: 0;
  border-radius: 0;
  

}

.general-h2, .general-h3 {
  border-bottom: 1px solid #E5FF4B;  
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 16px;
}
.general-h4, .general-h5, .general-h6 {
  border-bottom: 1px solid #3DDC97; 
  margin-bottom: 20px;
  text-align: left;
  font-size: 18px;

}

.general-p {
  margin-bottom: 20px;
}

.button-block {
  text-align: center;
  margin: 15px 0;
}

.button-block-btn {
  color: #0F0F0F;
  background: #3DDC97;
  box-shadow: 0px 0px 12px 0px rgba(11, 54, 0, 0.16);
  border-radius: 8px;
  padding: 16px 40px;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}

.content-block a {
  color: #3DDC97;
}

.general-ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 0;
  margin-bottom: 20px;
}

.general-ol {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 0;
  counter-reset: counter-ol;
  position: relative;
  margin-bottom: 20px;
}

.general-ul-li {
  padding-left: 30px;
  position: relative;
}

.general-ul-li::before {
  background: #3DDC97;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  left: 0;
  top: 0;
  position: absolute;
  content: no-open-quote;
}

.general-ol-li {
  counter-increment: counter-ol;
  padding-left: 30px;
  position: relative;
}

.general-ol-li::before {
  background: #3DDC97;
  color: #000;
  width: 25px;
  height: 25px;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  content: counter(counter-ol);
}

.general-table-wrapper {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}

.general-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
}

.general-thead .general-tr {
  background: #161616;
}

.general-th {
  border: 1px solid #404040;
  text-align: center;
  padding: 10px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  color: #E5FF4B;
}

.general-tr {
  background: #262626;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #DBDBDB;
}


.general-td {
  border: 1px solid #404040;
  text-align: center;
  padding: 10px;
  background-color: #262626;
  border-radius: 8px;
}

.general-td:first-child {
  font-weight: 700;
}

.faq-item {
  background: #262626;
  border-top: 1px solid #3DDC97;
  border-radius: 8px;
  position: relative;
  margin: 0 auto 20px;
  transition: 0.4s;
  padding: 20px 0px 20px 20px;
}

.components .faq-question {
  color: #DBDBDB;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  position: relative;
  padding-top: 0;
  padding-right: 42px;
}

.faq-question {
    display: flex;
    align-items: center;
    gap: 8px;
}

.faq-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.components .faq-answer {
  color: #DBDBDB;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  height: 0;
  overflow: hidden;
  position: relative;
  opacity: 0;
  z-index: -1;
}

.icon {
  height: 18px;
  position: absolute;
  width: 18px;
  right: 25px;
  top: 25px;
}

.icon:before {
  background: #fff;
  content: no-open-quote;
  height: 4px;
  right: 0;
  top: 0;
  width: 18px;
  transition: transform 0.4s;
  position: absolute;
}

.icon:after {
  background: #fff;
  content: no-open-quote;
  height: 4px;
  right: 0;
  top: 0;
  width: 18px;
  transition: transform 0.4s;
  position: absolute;
}

.toggle {
  margin: 0;
  cursor: pointer;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
}

.toggle:not(:checked) ~ .icon:before {
  transform: rotate(180deg);
}

.toggle:checked ~ .faq-answer {
  height: auto;
  opacity: 1;
  z-index: 2;
  padding-top: 12px;
  padding-right: 20px;
}

.toggle:not(:checked) ~ .icon:after {
  transform: rotate(90deg);
}

.toggle:checked ~ .icon:before {
  background: #fff;
}

.toggle:checked ~ .icon:after {
  background: #fff;
}

.scrollToTop {
  background: #3DDC97;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 15%;
  right: 20px;
  opacity: 0;
  cursor: pointer;
}

.scrollToTop svg {
  fill: #fff;
  width: 50%;
  height: 50%;
}

@media (max-width: 1250px) {
  .general-table-wrapper {
  overflow: auto;
  }
  .icon {
  right: 10px;
  }
}


    
  .components {
    font-family: 'Tahoma', sans-serif;
  }
  .components h1 {
    font-size: 32px;
    line-height: 38px;
  }
  .components h2 {
    font-size: 28px;
    line-height: 34px;
  }
  .components h3 {
    font-size: 24px;
    line-height: 39px;
  }

  .components p,
  .components span,
  .components li,
  .components a {
    font-size: 18px;
    line-height: 22px;
  }

  /* header new (with buttons) */

.header {
	background: #0F0F0F;
	height: 80px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 10;
  box-shadow: 0px 4px 4px 0px rgba(37, 38, 37, 0.15);
  
}

.header.fixed {
	background: #0F0F0F;
}

.header .headerInner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 10px;
}
.header .logo__container {
  display: flex;
  align-items: center;
  position: relative;
}
.header .logo__container button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.header .headerInner .menu {
    display: flex;
    height: 100%;
}

.header .headerInner .menu a {
    color: rgba(51, 51, 51, 1);
    height: 100%;
    padding: 0 12px;
    display: inline-flex;
    align-items: center;
}
.header .headerInner .menu a.active {
  background: rgba(216, 240, 255, 0.8);
}

.header .headerInner .menu a:hover {
    background:rgba(226, 240, 255, 0.9);
}

.header .headerInner .header__dropdown {
	display: none
}

.headerButtons {
    display: flex;
    gap: 0 16px;
}
.headerButtons button, .button-block button {
    border-radius: 8px;
    transition: 0.4s;
    font-weight: 700;
    font-size: 18px;
    padding: 14px 20px;
}

.headerButtons .btn-demo {
    background: #292929;
    color: #fff;
}
.headerButtons .btn-demo:hover {
    background: #5a5a5a;
}
.headerButtons .btn-play {
    background: #3DDC97;
    color: #0F0F0F;
}
.headerButtons .btn-play:hover {
    background: #279364;
}

@media (max-width: 850px) {
  .burger {
    display: block;
  }

  .headerButtons {
    display: none;
  }
}

/*footer new*/

.footer {
    padding: 24px 16px;
    background: #0A0A0A; 
    color: #DBDBDB;
}

.footer-inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.footer-row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.footer-row-logos {
    gap: 24px;
  height: 24px;

}

.footer-row-logos img {
    height: 24px;
    object-fit: contain;
}

.footer-row-icons {
    gap: 24px;
}

.footer-row-icons img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
}

.footer-row-bottom-logos {
    gap: 24px;
    padding: 24px 0;
    border-bottom: 1px solid #404040;
    border-top: 1px solid #404040;
}

.footer-row-bottom-logos img {
    height: 40px;
    object-fit: contain;
}

.footer-row-text {
    text-align: center;
    font-size: 14px;
    color: #DBDBDB;
}

/*social hbs*/

.social  {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.login-block {
  display: flex;
  flex-direction: row;
  gap: 12px;
  width: 100%;
  margin-bottom: 20px;
}

.social .social-block, .login-block .login-item {
  border-radius: 8px;
  background-color: #262626;
  color: #DBDBDB;
  display: flex;
  flex-direction: row;
  padding: 24px 20px;
}

.login-block .login-item {
  width: 50%;
}

.social .social-block img, .login-block .login-item img {
 width: 40px;
 height: 40px; 
 margin-right: 16px;
}

.social .social-block p, .login-block .login-item p {
  color: #DBDBDB;
  font-size: 18px;
  margin: auto 0;
}

.section {
  background-color: #1C1C1C;
}

.options-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-bottom: 20px;
}

.options-block .option-item, .info-block {
  border-radius: 8px;
  background-color: #262626;
  color: #DBDBDB;
  padding: 24px 20px;
  display: flex;
  flex-direction: row;
  gap: 12px;
}

.options-block .option-item img, .info-block img {
  width: 40px;
  height: 40px; 
  margin-right: 16px;
}

.options-block .option-item p  {
  color: #DBDBDB;
  font-size: 18px;
}

.option-item:last-child {
    grid-column: span 2;
}

.info-block p {
  color: #DBDBDB;
  font-size: 18px;
  font-weight: 700;
}

.info-block {
  margin-bottom: 20px;
}

@media (max-width: 550px) {
 .social .social-block img, .login-block .login-item img {
    width: 20px;
    height: 20px;
 }

 .login-block {
  flex-direction: column;
 }

  .options-block {
        grid-template-columns: 1fr;
    }

    .option-item:last-child {
        grid-column: span 1; 
    }
}

.mainBanner {
  margin-bottom: 70px;
}

.mainBannerInner {
  display: grid; 
  grid-template-columns: auto 537px; 
  height: 286px; 
  gap: 20px;
}

.mainBannerLeft, .mainBannerRight {
  padding: 20px; 
  display: flex; 
  flex-direction: column; 
  justify-content: space-around; 
  height: 100%; 
  border-radius: 20px;
  background-color: #1C1C1C;
}

.mainBannerLeft {
    position: relative;
    overflow: hidden;
}

.mainBannerLeft::after {
    content: "";
    position: absolute;
    top: 0;
    right: -25%;
    width: 100%;
    height: 100%;
    background: url("bannerleft-bg.webp") no-repeat center;
    background-size: cover;
    z-index: 0;
}

.mainBannerLeft > * {
    position: relative;
    z-index: 1;
}


.mainBannerRight {
    position: relative;
    overflow: hidden;
}

.mainBannerRight::after {
    content: "";
    position: absolute;
    top: 0;
    right: -25%;
    width: 100%;
    height: 100%;
    background: url("bannerright-bg.webp") no-repeat center;
    background-size: cover;
    z-index: 0;
}

.mainBannerRight > * {
    position: relative;
    z-index: 1;
}

.mainBannerInner .tag {
  background: #151515CC; 
  padding: 7px 8px; 
  display: flex; 
  justify-content: flex-start; 
  border-radius: 4px;
}

.mainBannerInner .mainBannerLeft .tag {
  width: 160px;
}
.mainBannerInner .mainBannerRight .tag {
  width: 88px;
}

.mainBannerInner .tag span {
  font-size: 12px; 
  text-transform: uppercase; 
  color: #3DDC97; 
  font-weight: bold;
}


.mainBannerLeftText, .mainBannerRightText{
 display: flex;
 flex-direction: column;
 gap: 12px;
}

.mainBannerLeftText {
  max-width: 351px;
}

.mainBannerRightText {
  max-width: 175px;
}

.mainBannerLeftText p, .mainBannerRightText p {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}
 
.mainBannerLeftText .colored-text, .mainBannerRightText .colored-text {
  font-size: 26px;
  color: #3DDC97; 
  font-weight: 700;
}

.mainBannerInner button {
  padding: 12px 16px; 
  background: #E5FF4B;
  border-radius: 8px; 
  color: #0F0F0F; 
  font-size: 18px; 
  font-weight: 700;
}

.mainBannerInner .mainBannerLeft button {
  max-width: 136px;
}

.mainBannerInner .mainBannerRight button {
  max-width: 149px;
}

@media (max-width: 1000px) {
  .mainBannerLeft, .mainBannerRight {
    background-position: 55% 0;
  }

  .mainBannerRightText, .mainBannerLeftText {
    background: #1C1C1CCC;
    padding: 10px;
    border-radius: 8px;
  }
  
  .mainBannerInner {
    grid-template-columns: auto 430px;
  }
}
@media (max-width: 800px) {

  .mainBannerInner {
    grid-template-columns: auto 330px;
  }
    .mainBannerInner .mainBannerLeft .tag, .mainBannerInner .mainBannerRight .tag {
    width: 180px;
  }

  
}
@media (max-width: 670px) {
  .mainBannerInner { 
    grid-template-columns: 1fr; 
    height: auto; 
    gap: 70px;
  }

  .mainBannerLeft::after {
    right: 0;
  }

  .mainBannerLeftText {
    height: 92px; 
  }

  .mainBannerLeft, .mainBannerRight {
    padding: 20px 15px; 
    gap: 16px;
  }

  .mainBannerInner .tag span {
    font-size: 13px;
  }

  .mainBannerLeft, .mainBannerRight {
    background-position: 45% 0;
  }
}