/* Compiled Main 2026 styles. Source: v2_spytool.me css-new/style.css at 1d72cee6. */
@media (hover: hover) {
  .bootstrap-select .dropdown-menu ::-webkit-scrollbar-button {
    width: 4px;
    height: 0px;
  }
  .bootstrap-select .dropdown-menu ::-webkit-scrollbar-track {
    background-color: transparent;
    border-left: 0;
    border-radius: 0;
  }
  .bootstrap-select .dropdown-menu ::-webkit-scrollbar-thumb {
    background-color: rgba(61, 201, 138, 0.5);
  }
  .bootstrap-select .dropdown-menu ::-webkit-resizer {
    width: 4px;
    height: 0px;
  }
  .bootstrap-select .dropdown-menu ::-webkit-scrollbar {
    width: 4px;
  }
}
.main-page-2 {
  background: #1E272A;
}
.main-page-2 body {
  background: #1E272A;
  font-size: 16px;
  color: #fff;
}
.main-page-2 body, .main-page-2 html {
  font-family: "Inter", sans-serif;
}
.main-page-2 .footer {
  background: #191F22;
}
.main-page-2 .header .header__contacts .link {
  color: #EDEF92;
}
.main-page-2 .prices {
  background: #283034;
}
.main-page-2 .prices .prices__tubs .btn {
  background: rgba(57, 71, 78, 0.5);
}
.main-page-2 .prices .prices__tubs .btn.active {
  background: rgb(27.4673913043, 35.4184782609, 39.0326086957);
}
@media screen and (max-width: 767px) {
  .main-page-2 .prices .prices__tubs {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .main-page-2 .prices:after {
    background: 0;
    display: none;
  }
}

.mb-40 {
  margin-bottom: 40px;
}

.txt-gray-3 {
  color: rgba(255, 255, 255, 0.7);
}

.min-250 {
  min-width: 250px;
}

@media screen and (max-width: 767px) {
  .center-mobile {
    text-align: center;
  }
}

.home-faq {
  padding: 90px 0;
}
@media screen and (max-width: 767px) {
  .home-faq {
    padding: 60px 0 40px;
  }
}
.home-faq .home-faq__list {
  padding-top: 20px;
}

/* Compiled FAQ rules from the frozen Main 2026 handoff, scoped to preview. */
.main-page-2.dark-mode .faq .faq__item {
  border: 0;
  border-radius: 10px;
  background: #242B2F;
  color: #ABA9B2;
  margin-bottom: 15px;
  font-size: 15px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media screen and (min-width: 992px) {
  .main-page-2.dark-mode .faq .faq__item {
    font-size: 17px;
  }
}
.main-page-2.dark-mode .faq .faq__item.active {
  background: #2C3539;
  color: #E4E0F1;
}
.main-page-2.dark-mode .faq .faq__question {
  padding: 23px 23px 23px 80px;
  position: relative;
  font-weight: normal;
  cursor: pointer;
}
.main-page-2.dark-mode .faq .faq__question .icon-down {
  position: absolute;
  left: 23px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 9px;
  background: #2C3539;
  color: #ABA9B2;
  width: 33px;
  height: 33px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  font-size: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.main-page-2.dark-mode .faq .faq__item.active .faq__question .icon-down {
  -webkit-transform: translateY(-50%) scale(1, -1);
          transform: translateY(-50%) scale(1, -1);
  background: #29B877;
  color: #fff;
}
.main-page-2.dark-mode .faq .faq__answer {
  padding: 0 23px 30px 80px;
  max-width: 1080px;
  line-height: 1.5;
  display: none;
  color: #ABA9B2;
}
html[dir=rtl] .main-page-2.dark-mode .faq .faq__answer,
html[dir=rtl] .main-page-2.dark-mode .faq .faq__question {
  padding-left: 23px;
  padding-right: 80px;
}
html[dir=rtl] .main-page-2.dark-mode .faq .faq__question .icon-down {
  left: auto;
  right: 23px;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
html[dir=rtl] .select-lang .bootstrap-select .dropdown-menu li .dropdown-item.active {
  background-position: 22px center;
}
html[dir=rtl] .manager .icon-telegram {
  right: auto;
  left: 15px;
}
html[dir=rtl] .telegram-link {
  padding-left: 0;
  padding-right: 30px;
}
html[dir=rtl] .telegram-link .icon-telegram2 {
  left: auto;
  right: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
html[dir=rtl] .award-item {
  padding-left: 0;
  padding-right: 34px;
}
html[dir=rtl] .award-item .award-item__content {
  padding-left: 20px;
  padding-right: 80px;
  background: -webkit-gradient(linear, right top, left top, color-stop(2.37%, rgba(255, 255, 255, 0)), color-stop(56.83%, rgba(255, 255, 255, 0.1)));
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 2.37%, rgba(255, 255, 255, 0.1) 56.83%);
}
html[dir=rtl] .award-item .award-item__figure {
  left: auto;
  right: 0;
}
html[dir=rtl] .faq .faq__answer,
html[dir=rtl] .faq .faq__question {
  padding-left: 23px;
  padding-right: 80px;
}
html[dir=rtl] .faq .faq__answer .icon-down,
html[dir=rtl] .faq .faq__question .icon-down {
  left: auto;
  right: 23px;
}
html[dir=rtl] .market-list .market-list__item {
  direction: rtl;
}
html[dir=rtl] .free-start .free-start__txt {
  direction: rtl;
}
@media screen and (min-width: 768px) {
  html[dir=rtl] .free-start .free-start__txt {
    padding: 0 40px;
  }
}
html[dir=rtl] .client-item .client-item__txt ol {
  padding-right: 0;
}
html[dir=rtl] .client-item .client-item__txt ol li {
  padding-left: 0;
  padding-right: 44px;
}
html[dir=rtl] .client-item .client-item__txt ol li:before {
  left: auto;
  right: 0;
}
