@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap);
@import url(https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css);
.affiliates th,
.benefits__m-title strong,
.explore__subtitle,
.info__tag,
.makemoney a strong,
.nav-pills a i,
.nav-pills a span,
.serv__subtitle,
.sign-preview__title strong,
.users__currency-link {
  color: var(--orange) !important;
}
.sign-preview__icon,
.use__img {
  aspect-ratio: 1/1;
  box-shadow: 0 5px 20px 0 #ea1e634d;
}
.nav__unlogin li:last-child a:hover,
.orders .nav-pills a:hover,
.orders .nav-pills > li.active > a,
.sign-preview__link:hover,
.signin__form-submit:hover {
  box-shadow: var(--box-sh);
}
*,
::after,
::before {
  box-sizing: border-box;
  scrollbar-color: var(--orange) var(--bg);
  scrollbar-width: thin;
}
html[lang="en"] :not(.fas, .fal, .fa, .far, .fab, .fad) {
  font-family: "Open Sans", sans-serif;
  color: #fff;
}
html :not(.fas, .fal, .fa, .far, .fab, .fad) {
  font-family: Roboto, sans-serif;
  color: #fff;
}
body {
  background: var(--bg);
  padding: 135px 0 0;
  overflow-x: hidden;
  min-height: 100vh;
  position: relative;
}
body.modal-active {
  overflow: hidden;
}
body:has(.main-aside) {
  display: grid;
  grid-template-columns: auto minmax(0, 100vw);
  grid-template-rows: 80px 1fr;
  padding: 0;
}
button {
  background: 0 0;
  border: none;
  padding: 0;
}
.header {
  grid-column: 2/3;
  grid-row: 1/2;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.main-aside {
  grid-column: 1/2;
  grid-row: 1/3;
  position: relative;
  z-index: 1000;
}
.info.reverse .info__info,
.my-container {
  grid-column: 2/3;
}
.d-none {
  display: none !important;
}
a {
  text-decoration: none;
}
:root {
  --orange: #ff4e57;
  --bg: #110b11;
  --gray: #abbcc5;
  --black: #1e1e24;
  --box-sh: 0 5px 20px 0 #ea1e634d;
  --h-black: #212529;
  --gray: #252831;
  --placeholder: #a2a2a2;
}
.layout__left {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-right: 10px;
}
.header__links,
.layout__user-info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header__links-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: var(--bg);
  border-radius: 10px;
  padding: 10px;
}
.header__links-link svg {
  width: 20px;
  height: 20px;
}
.layout__user-info-block {
  background: var(--bg);
  border-radius: 10px;
  padding: 10px;
}
#changeEmailForm,
#history-search,
.drip-feed__container,
.dropdown-menu li:not(.active):hover,
.explore__card,
.header,
.main-aside,
.main-aside__container,
.modal-content,
.pagination li a {
  background: var(--black);
}
.header {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 15px;
  justify-content: space-between;
}
.header__links i::before {
  font-size: 19px;
  color: var(--orange);
}
.header__btn-menu path,
.main-aside__btn-menu path {
  transition: transform 0.25s;
  fill: #fff;
}
.header__btn-menu.active path:first-of-type,
.main-aside__btn-menu.active path:first-of-type {
  transform: rotate(45deg);
  transform-origin: -1px 3px;
}
.header__btn-menu.active path:nth-of-type(2),
.main-aside__btn-menu.active path:nth-of-type(2),
.nav__container::after,
.nav__container::before,
footer .container::after,
footer .container::before {
  display: none;
}
.footer__columns {
  display: grid;
  grid-template-columns: repeat(3, auto);
  justify-content: space-between;
  gap: 10px;
}
.footer__column {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: left;
}
.footer__column-title {
  margin-bottom: 10px;
  color: var(--orange) !important;
}
.header__btn-menu.active path:nth-of-type(3),
.main-aside__btn-menu.active path:nth-of-type(3) {
  transform: rotate(-45deg);
  transform-origin: 0px 13px;
}
.header__brand {
  max-width: 110px;
  display: none;
}
.header__brand img {
  width: 100%;
}
.modal-content textarea {
  background: var(--bg);
  resize: none;
}
.main-aside__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: sticky;
  top: 0;
  padding: 9px 0 60px;
  height: 100vh;
  width: 80px;
  transition: 0.2s;
}
.active .main-aside__container {
  padding: 30px 0 60px;
  width: 240px;
}
.main-aside__brand {
  max-width: 150px;
  margin-bottom: 30px;
  display: none;
}
.active .main-aside__brand,
.faq__question .bi-plus,
.faq__question.active .bi-dash,
.faq__question.active .faq__question-answer,
.fast__btn {
  display: inline-block;
}
#navbar,
.main-aside__brand img {
  width: 100%;
}
.dropdown-currencies a {
  display: flex;
  align-items: center;
  padding: 4px;
  gap: 2px;
}
.users__currency {
  background: 0 0;
  padding: 0;
}
.open .users__currency-dropdown {
  display: flex;
  flex-direction: column;
}
.users__currency-item {
  border-bottom: 1px solid #ccc;
}
.users__currency-item:hover {
  background-color: #2b2f34;
}
.users__currency-link {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.main-aside__user {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--bg);
  margin-bottom: 10px;
  width: 100%;
}
.active .main-aside__user {
  padding: 0 30px 15px;
  justify-content: start;
}
.main-aside__user-img {
  max-width: 56px;
}
.main-aside__user-info {
  flex-direction: column;
  gap: 10px;
  display: none;
}
.active .main-aside__user-info {
  display: flex;
}
.main-aside__user-name {
  display: flex;
  align-items: center;
  gap: 5px;
}
.main-aside__user-name span {
  line-height: 1;
}
.main-aside__user-name img {
  max-width: 16px;
}
.main-aside__user-balance,
.signin__form-registr a,
.use__card:hover .use__img i,
.why__img i {
  color: var(--orange);
}
.main-aside__management {
  display: none;
  align-items: center;
  gap: 8px;
  justify-content: space-between;
  width: 100%;
  padding: 0 30px;
  margin-bottom: 30px;
}
.main-aside__btn-menu {
  display: none;
  position: absolute;
  top: 18px;
  width: 50px;
  height: 50px;
  left: 100%;
  border-radius: 0 25px 25px 0;
  background: var(--black);
}
.active .main-aside__management {
  display: flex;
}
.main-aside__management i::before {
  color: var(--orange);
  font-size: 18px;
}
.main-aside__nav {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.blog__card,
.main-aside__nav-container,
.serv__left,
.sign-preview__decor-text {
  display: flex;
  flex-direction: column;
}
.main-aside__nav-link {
  padding: 9px 10px;
  line-height: 32px;
  border-radius: 0 15px 15px 0;
  font-weight: 500;
  transition: background 0.1s;
  cursor: pointer;
}
.main-aside__nav-link.active {
  background: var(--bg);
  border-left: 5px solid #595b60;
}
#service_type,
.main-aside__nav-link:hover,
.orders-table > thead,
.ticket-message-left .ticket-message {
  background: var(--bg);
}
.main-aside__nav-text {
  white-space: nowrap;
  display: none;
}
.main-aside.active .main-aside__nav-text {
  display: inline;
}
.main-aside .badge:not(.users__currency) {
  background: var(--orange) !important;
}
.navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 15px;
  height: 100px;
  display: flex;
  align-items: center;
}
.account,
.addfunds,
.affiliates,
.blog,
.blogpost__container,
.child-order,
.drip-feed,
.h1,
.makemoney,
.massorder,
.neworder__active,
.orders,
.serv__right,
.terms,
.tickets,
.viewticket,
.well.api,
.why__right,
footer {
  position: relative;
}
.nav__container {
  display: flex;
  gap: 55px;
}
.nav__unlogin {
  width: 100%;
  display: flex;
}
.nav__unlogin li:last-child {
  margin: 0 0 0 auto;
  transition: transform 0.14s;
}
.nav__unlogin li:last-child:hover {
  transform: translateY(-4px);
}
.navbar-nav a {
  font-size: 15px;
}
.child-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.child-panel__table-container {
  padding: 24px 15px 34px;
  background: var(--black);
  border-radius: 13px;
  margin-bottom: 20px;
}
.child-panel__table-container thead {
  background: var(--bg);
}
.nav__unlogin li:last-child a {
  padding: 10px;
  background: var(--orange);
  border-radius: 5px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #fff !important;
  transition: box-shadow 0.2s;
}
.nav__unlogin li:last-child i {
  font-size: 20px;
  background: #110b11;
  border-radius: 30%;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer {
  font: 400 14px/1.5 "Open Sans", sans-serif;
  color: #fff;
  padding: 20px 0;
  width: 100%;
  text-align: center;
}
footer .container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.footer__countries {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border-top: 1px solid #1f2227;
  gap: 15px;
}
.meta {
  color: #575656 !important;
}
.footer__footer {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}
.footer__footer-container {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  gap: 25px;
  align-items: center;
}
.footer__footer-right {
  max-width: 380px;
  gap: 5px;
}
.account-active form,
.footer__footer-text {
  margin: 0;
}
.footer__link {
  font: 500 16px/1 "Open Sans", sans-serif;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.footer__dev {
  max-width: 100px;
  display: inline-block;
}
.footer__dev-img,
.s-payment__img-mini,
.s-payment__logo,
.signin__form-submit-group,
.why__bh-img {
  width: 100%;
}
.s-payment__imgs {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin-bottom: 40px;
}
.s-payment__img-big {
  width: 100%;
  display: none;
}
.s-payment__img-mini.f {
  animation: 20s infinite paymentItem1;
}
.s-payment__img-mini.s {
  animation: 20s infinite paymentItem2;
}
.s-payment__links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.s-payment__img-container {
  max-width: 135px;
}
.s-payment__links-container,
.sign-preview__decor,
.sign-preview__decor-block {
  display: flex;
  gap: 30px;
}
.s-payment__links-container a {
  font-weight: 500;
  font-size: 16px;
}
.cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: var(--black);
  padding: 20px;
  border-radius: 0 15px 0 0;
  max-width: 320px;
  transform: translate(-100%, 0);
  transition: 0.1s;
  z-index: 1;
}
.active {
  transform: none;
}
.blog__img,
.cookie__text {
  margin-bottom: 15px;
}
.cookie__text a,
.readme__link {
  text-decoration: underline;
}
.cookie__btn {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  margin-bottom: 0 !important;
}
.signin-preview {
  padding: 125px 0;
}
.signin-preview__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-position: top center;
  background-size: cover;
}
.sign-preview__icon,
.sign-preview__link:first-child {
  background: var(--orange);
}
.sign-preview__title {
  font-size: 42px;
  font-weight: 500;
  line-height: 1, 25;
}
.sign-preview__subtitle {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 48px;
}
.sign-preview__links {
  display: flex;
  gap: 30px;
  margin-bottom: 75px;
}
.sign-preview__link {
  padding: 17px 40px;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  transition: box-shadow 0.2s;
}
.sign-preview__link:last-child {
  border: 2px solid #fff;
  transition: background 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53),
    color 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.sign-preview__link:last-child:hover {
  background: #fff;
  color: var(--bg);
}
.sign-preview__decor-block:first-child {
  padding-right: 30px;
  border-right: 1px solid #ea1e63b3;
}
.sign-preview__decor-title {
  font-size: 26px;
  font-weight: 600;
}
.sign-preview__decor-subtitle {
  font-size: 16px;
  color: var(--gray);
}
.sign-preview__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  height: 100%;
}
.sign-preview__icon i {
  font-size: 36px;
}
.signin-form__head {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.language__select .dropdown-menu {
  left: auto;
  right: 0;
}
.language__select .dropdown-toggle {
  white-space: nowrap;
  padding: 0 10px 0 0;
  text-align: right !important;
}
.signin-form__title {
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}
.signin-form__subtitle {
  color: var(--gray);
}
#signin-input-mail {
  margin-top: 64px;
}
.signin__form-error {
  font-weight: 300;
  border-radius: 10px;
}
.signin__form-input {
  display: flex;
  padding: 9px;
  background: var(--bg);
  border-radius: 10px;
}
.signin__form-input-icon,
.signin__form-rf-input:checked + .signin__form-rf-custom,
.signin__form-submit {
  background: var(--orange);
}
.signin__form-input-icon {
  aspect-ratio: 1/1;
  height: 50px;
  border-radius: 8px;
  font-size: 18px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.signin__form-rf {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 24px 0;
}
.service__block .nav::after,
.service__block .nav::before,
.signin__form-rf-input {
  display: none;
}
label.signin__form-rf-lable {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.signin__form-rf-custom {
  border: 2px solid var(--orange);
  height: 20px;
  width: 20px;
  border-radius: 5px;
  position: relative;
  flex-shrink: 0;
  transition: background 0.1s;
  cursor: pointer;
}
.signin__form-rf-custom::before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  opacity: 0;
  transition: opacity 0.1s;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.use__card:hover,
.why__card:hover {
  transform: translateY(-1rem);
}
.signin__form-rf-input:checked + .signin__form-rf-custom::before {
  opacity: 1;
}
.signin__form-rf-text {
  line-height: 1.4;
}
.signin__form-submit {
  width: 100%;
  padding: 17px 40px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  border: none;
  margin-bottom: 16px;
  transition: box-shadow 0.2s;
}
.use__card,
.why__card {
  transition: 0.5s;
  cursor: pointer;
}
.signin__form-registr {
  width: 100%;
  padding: 10px 40px;
  background: var(--bg);
  font-weight: 500;
  font-size: 16px;
  border-radius: 5px;
  text-align: center;
}
.signin__form-registr a:hover {
  text-decoration: underline;
  color: #bb184f;
}
.benefits,
.use {
  margin-bottom: 150px;
}
.s-payment__head,
.use__head,
.why__head {
  margin-bottom: 48px;
}
.use__head-subtitle,
.use__head-title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
.use__head-subtitle {
  font-size: 18px;
  color: var(--gray);
}
.use__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.account-active,
.benefits__cards,
.serv,
.why__content {
  grid-template-columns: 1fr 1fr;
}
.use__card {
  background: var(--black);
  border-radius: 15px;
  padding: 38px 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 40px;
}
.use__card:hover,
.use__img {
  background: var(--orange);
}
.use__img {
  max-width: 130px;
  width: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.use__card:hover .use__img {
  background: #fff;
  box-shadow: none;
}
.use__img i {
  font-size: 42px;
}
.massorder #links,
.orders .nav-pills a:hover i,
.orders .nav-pills a:hover span,
.orders .nav-pills > li.active > a i,
.orders .nav-pills > li.active > a span,
.why__card:hover .why__img i {
  color: #fff;
}
.use__name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.2;
  text-align: center;
}
.use__text {
  text-align: center;
  margin: 0;
  color: var(--gray);
  line-height: 1.5;
}
.why {
  margin-bottom: 175px;
}
.s-payment__title,
.why__title {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
.s-payment__subtitle,
.why__subtitle {
  font-size: 18px;
  line-height: 1.5;
  color: var(--gray);
  text-align: center;
  margin: 0;
}
.why__content {
  display: grid;
  gap: 30px;
}
.why__left {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.info__links,
.why__card {
  display: flex;
  gap: 30px;
  align-items: center;
}
.why__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  border: 2px solid var(--orange);
  border-radius: 14px;
  flex-shrink: 0;
}
.why__img i {
  font-size: 28px;
}
.explore__img,
.orders .nav-pills a:hover,
.orders .nav-pills > li.active > a,
.serv__category.active,
.serv__category:hover,
.ticket-message-right .ticket-message,
.tickets thead,
.why__card:hover .why__img {
  background: var(--orange);
}
.why__name {
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
  font-weight: 700;
}
.why__description {
  color: var(--gray);
  line-height: 1.4;
  margin: 0;
}
.why__animation-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.two-fa {
  padding: 24px 15px 34px;
  background: var(--black);
  border-radius: 13px;
}
.two-fa__title {
  text-align: center;
  font-weight: 500;
  font-size: 24px;
}
.two-fa__subtitle {
  font-size: 16px;
  text-align: center;
  margin-bottom: 16px;
}
#code {
  padding: 9px;
  min-height: 45px;
  background: #110b11;
  box-shadow: 0 0 0 1px #ffffff1a;
  border-radius: 5px;
}
.two-fa__submit {
  padding: 10px 40px;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 500;
  margin: 0 auto;
  display: block;
}
.addfunds__form,
.addfunds__table-container {
  padding: 15px;
  background: var(--black);
  border-radius: 13px;
}
.addfund__right {
  padding-right: 0;
}
#instruction_instruction > div {
  background: var(--bg);
  border: none;
  text-align: left !important;
}
.addfunds__head,
.child-order__head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 30px;
}
.addfunds__icon,
.child-order__icon {
  width: 50px;
  height: 50px;
  background: var(--orange);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.addfunds__title,
.child-order__title {
  font-weight: 500;
  font-size: 18px;
  margin: 0;
}
.addfunds input,
.addfunds select {
  background: var(--bg);
  border-radius: 5px;
  min-height: 45px;
  width: 100%;
  padding: 9px;
}
.addfund__submit {
  padding: 17px;
  width: 100%;
}
.addfunds__table {
  width: 100%;
}
.addfunds__table td,
.addfunds__table th {
  padding: 2px 4px;
}
.info__banner {
  background-color: var(--black);
  padding: 16px;
  border-radius: 12.56px;
  position: relative;
  background-position: right center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 25px;
}
.service__block,
.well.api {
  padding: 24px 15px 34px;
}
.info__banner::before {
  content: "";
  display: inline-block;
  height: 60%;
  width: 5px;
  position: absolute;
  left: -1px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--orange);
}
.info__banner-title {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}
.service__block {
  background: var(--black);
  border-radius: 12.56px;
  margin-bottom: 20px;
}
.service__block .nav {
  display: flex;
  gap: 10px;
}
.makemoney .container,
.makemoney__img,
.service__block .search,
.width-service-name {
  width: 100%;
}
.service__block .form-control {
  height: 34px;
  background: #00000040;
}
.service__table-cat {
  padding: 12px 15px;
  background: var(--orange);
  border-radius: 10px;
  margin-bottom: 12px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 500;
}
.service-description__th {
  white-space: nowrap;
}
#service-table thead:has(.hidden) {
  display: none;
}
.service__table-head {
  background: #181214;
}
#service-table td,
#service-table th {
  font-size: 14px;
  font-weight: 400;
}
#service-table td {
  padding: 12px 8px;
}
.service__description {
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--orange);
  padding: 6px 15px;
  border-radius: 15px;
  border: none;
}
.drip-feed__header,
.orders-table__head,
.service__description-text,
.service__description-title,
.service__table-point-name {
  display: none;
}
.service__description-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #00000070;
  display: flex;
  justify-content: center;
  padding: 28px;
  opacity: 0;
  z-index: -1000;
  transition: opacity 0.2s;
  overflow: auto;
}
.service__description-modal.active {
  opacity: 1;
  z-index: 1000;
}
.service__description-modal-wind {
  max-width: 500px;
  width: 100%;
  background: var(--black);
  border-radius: 0.3rem;
  overflow: hidden;
  height: max-content;
}
.service__description-modal-title {
  font-weight: 500;
  line-height: 1.5;
  padding: 16px;
  background: var(--orange);
  margin: 0;
  overflow-wrap: break-word;
}
.service__description-modal-text {
  padding: 16px;
  margin-bottom: 10px;
  overflow-wrap: break-word;
}
.service__description-modal-close {
  border: none;
  background: var(--orange);
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
  margin: 0 10px 10px auto;
  display: block;
}
.services__more {
  background: var(--orange);
  margin: 0 auto;
  display: block;
  padding: 6px 12px;
  border-radius: 5px;
}
.h1 {
  text-align: center;
  margin-bottom: 20px;
}
.well.api th {
  background: var(--orange);
  border-left: 1px solid var(--black);
}
.account .well {
  padding: 15px 15px 24px;
}
.account-active {
  display: grid;
  gap: 25px;
}
.account-left,
.account-right {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.account-active .btn,
.viewticket .btn {
  width: 100%;
  padding: 17px;
}
.account-active input,
.account-active select {
  background: var(--bg);
  padding: 9px;
  border-radius: 5px;
  box-shadow: 0 0 0 1px #ffffff1a;
}
.account .well:not(.account-auth) label {
  font-weight: 400;
  text-transform: uppercase;
}
#changeEmailForm input,
#current-email {
  padding: 9px;
  background: var(--bg);
  box-shadow: 0 0 0 1px #ffffff1a;
  border-radius: 5px;
}
.reset-password .signin-form__head {
  margin-bottom: 30px;
}
.blog__link,
.blogpost__link,
.child-order__form .btn,
.massorder .btn,
.reset-password .btn {
  width: 100%;
  padding: 14px;
}
.signup__banner {
  background-color: var(--orange);
  background-image: url("https://storage.perfectcdn.com/jzucg1/k5lpn94noly2831l.png");
  background-repeat: no-repeat;
  padding: 50px 35px;
  border-radius: 15px;
  background-position: center left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.signup__banner-title {
  margin: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
}
.signup__banner-link {
  border: 2px solid #fff;
  padding: 17px 40px;
  transition: 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  border-radius: 5px;
}
#order-form .search,
#order-form select,
#order-form textarea {
  border-radius: 5px;
  background: var(--bg);
  box-shadow: 0 0 0 1px #ffffff1a;
  padding: 9px 12px;
}
.signup__banner-link:hover {
  background: #fff;
  color: #000;
}
.readme {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 10px;
}
.readme__text {
  font-weight: 400;
}
.my-container {
  grid-row: 2/3;
  padding: 15px;
}
.neworder__banners {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-bottom: 25px;
}
#select-category-container .select2-results__options {
  width: calc(100% + 24px);
  left: -12px;
}
.neworder__banners-card {
  padding: 32px;
  background: var(--black);
  box-shadow: 2px 2px 4px #171a21cc;
  transition: 0.3s;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.neworder__banners-card:hover {
  transform: scale(1.03);
  box-shadow: 4px 4px 8px rgba(23, 26, 33, 0.8);
}
.neworder__banners-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.neworder__banners-num {
  color: var(--orange);
  font-weight: 500;
  font-size: 1.75rem;
  line-height: 1.2;
}
.neworder__banners-description {
  color: var(--orange);
  line-height: 1.5;
  font-size: 16px;
}
.neworder__banners-card i::before {
  font-size: 48px;
  color: var(--orange);
  font-weight: 900;
}
.neworder__active {
  display: flex;
  gap: 30px;
  align-items: start;
  max-height: 100%;
}
#order-form,
.tickets__left {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
#order-form select,
#order-form textarea {
  border: 1px solid var(--bg);
  resize: none;
}
.neworder__updates {
  max-width: 41.666667%;
  width: 100%;
}
.neworder__form,
.neworder__updates {
  background: var(--black);
  padding: 15px 15px 34px;
  border-radius: 13px;
}
.neworder__form-head,
.neworder__updates-head {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 40px;
}
.neworder__form-icon,
.neworder__updates-icons {
  height: 50px;
  width: 50px;
  background: var(--orange);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.neworder__form-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}
#order-form .search {
  border: 1px solid var(--bg);
  min-height: 45px;
  width: 100%;
}
.search-dropdown .input-wrapper .input-wrapper__prepend {
  left: 0 !important;
}
#order-form .search .select2-selection {
  padding-left: 24px;
}
#order-form label {
  margin-bottom: 12px;
}
#charge,
#fields input:not([type="checkbox"]),
#order-form .select2 {
  padding: 9px 12px;
  background: var(--bg);
  border-radius: 5px;
  box-shadow: 0 0 0 1px #ffffff1a;
  border: 1px solid var(--bg);
  min-height: 45px;
}
#order-form .select2-selection {
  padding: 0;
}
#message,
#subject,
.massorder #links {
  padding: 9px;
  border-radius: 5px;
  box-shadow: 0 0 0 1px #ffffff1a;
  background: var(--bg);
}
#service_description div {
  background-color: var(--gray);
  padding: 9px 12px;
  box-shadow: 0 0 0 1px #ffffff1a;
  border-radius: 5px;
}
.neworder__submit {
  width: 100%;
  padding: 14px 28px;
}
#field-orderform-fields-average_time,
#order_average_time {
  display: block !important;
}
.neworder__updates-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: 883px;
  overflow: auto;
  scrollbar-width: none;
}
.neworder__updates-card {
  display: flex;
  flex-direction: column;
  background: var(--bg);
  padding: 20px 25px;
  border-radius: 10px;
}
.neworder__updates-head {
  margin: 0 0 30px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.neworder__updates-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--orange);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.neworder__updates-title {
  font-weight: 500;
  margin: 0;
}
.neworder__updates-text {
  margin-bottom: 15px;
  color: var(--orange);
}
.neworder__updates-date {
  display: flex;
  align-items: center;
  gap: 5px;
}
.neworder__updates-icon i {
  font-size: 16px;
}
.neworder__updates-time {
  line-height: 1.5;
  font-size: 16px;
}
.massorder {
  background: var(--black);
  border-radius: 13px;
  padding: 15px;
}
.massorder__head,
.tickets__head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
}
.massorder__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--orange);
  font-size: 18px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.massorder__title {
  font-size: 18px;
  margin: 0;
  line-height: 1.2;
  font-weight: 500;
}
.massorder .control-label {
  margin-bottom: 12px;
  font-weight: 400;
  text-transform: uppercase;
}
.massorder #links::placeholder {
  color: var(--placeholder);
}
.container ul.dropdown-menu,
.my-container ul.dropdown-menu {
  max-height: 300px;
  overflow: auto;
  padding: 0 !important;
}
.terms .container {
  width: 100%;
  padding: 0;
  margin: 0;
}
.orders .nav-pills {
  display: flex;
  align-items: center;
  gap: 8px;
}
.nav-pills li a,
.orders .nav-pills a,
.orders .search {
  align-items: center;
  display: flex;
  background: var(--black);
}
.nav-pills li a,
.orders .nav-pills a {
  transition: 0.15s;
  white-space: nowrap;
  gap: 5px;
}
.orders .nav-pills a i,
.orders .nav-pills a span {
  color: var(--orange);
  transition: 0.15s;
}
.orders .search {
  width: 100%;
  height: 40px;
  border-radius: 10px;
  overflow: hidden;
}
#history-search input,
.tickets #history-search input {
  padding: 0 14px;
}
.orders .input-group {
  display: flex;
  align-items: center;
  height: 100%;
}
#history-search .input-group-btn {
  flex-shrink: 0;
  width: max-content;
  height: 100%;
}
#history-search .input-group-btn button {
  height: 100%;
}
.orders-table__container {
  padding: 24px 15px 34px;
  background: var(--black);
  border-radius: 13px;
  margin-bottom: 20px;
}
#service-table tbody tr td:last-child,
#service-table thead tr th:last-child,
.orders-table tr td:last-child,
.orders-table tr th:last-child,
.tickets #history-search .input-group-btn {
  width: max-content;
}
.affiliates {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.affiliates .well {
  padding: 24px 15px 34px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.affiliates .table {
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.affiliates th:has(i) {
  display: flex;
  align-items: center;
  gap: 30px;
}
.affiliates tr {
  display: flex;
  flex-direction: column;
  gap: 30px;
  height: 100%;
  justify-content: space-between;
}
.affiliates td,
.affiliates th {
  padding: 0 !important;
}
.affiliates__icon {
  color: var(--orange);
  font-size: 20px;
}
.tickets {
  display: flex;
}
.tickets__right {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
  padding-left: 25px;
}
.tickets__icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--orange);
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.child-order__block > *,
.viewticket {
  border-radius: 13px;
  background: var(--black);
}
.tickets__title {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}
.tickets .well {
  padding: 15px;
  overflow: auto;
}
.tickets #history-search .input-group {
  width: 100%;
  background: var(--black);
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
#subject {
  min-height: 45px;
}
.tickets .btn {
  width: 100%;
  padding: 17px;
  text-align: center;
}
.tickets__right td {
  font-size: 12px;
}
.tickets__right td,
.tickets__right th {
  padding: 4px !important;
}
.viewticket {
  padding: 19px;
}
.child-order__block {
  display: flex;
  gap: 25px;
  align-items: start;
}
.child-order__block > * {
  padding: 15px;
  width: 100%;
}
.child-order__input-container {
  display: flex;
  align-items: center;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 0 1px #ffffff1a;
  height: 45px;
}
.child-order__info-block,
.child-order__input-icon {
  display: flex;
  align-items: center;
  background: var(--orange);
}
.child-order__input-icon {
  width: 45px;
  height: 100%;
  justify-content: center;
  font-size: 18px;
  font-weight: 900;
}
.child-order__input-container input,
.child-order__input-container select {
  padding: 9px;
  height: 100%;
  background: var(--bg);
}
.child-order__info-block {
  border-radius: 10px;
  padding: 24px 15px;
  gap: 30px;
  margin-bottom: 24px;
}
.child-order__info-block ul {
  margin: 0;
  padding: 0;
}
.child-order__info-img {
  max-width: 100px;
  width: 100%;
}
.child-order__info-title {
  font-size: 15px;
  line-height: 1.5;
}
.child-order__info-item {
  list-style: none;
  font-weight: 600;
  font-size: 19px;
  line-height: 1.5;
}
.child-order__info-text {
  text-align: center;
  line-height: 1.5;
  font-size: 16px;
  margin-bottom: 16px;
}
.child-order__info-link {
  padding: 12px 26px;
  border: 2px solid #fff;
  border-radius: 5px;
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin: 0 auto;
  width: max-content;
}
.blog__banner p,
.blog__card {
  background: var(--black);
  border-radius: 13px;
  padding: 24px 15px 34px;
  word-break: break-all;
}
.blog__banner {
  margin-bottom: 25px;
}
.blog__cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 30px;
}
.blog__title {
  margin: 0 0 24px;
  height: 107px;
}
.blog__text {
  margin-bottom: 20px;
  height: 100%;
}
.pagination {
  margin: 20px auto 0;
  width: max-content;
  display: block;
}
.pagination li a {
  border: none;
}
.pagination li a:focus,
.pagination li.active a,
.pagination li.active a:focus,
.pagination li.active:hover a,
.pagination li:hover a {
  background: var(--orange);
  color: #fff;
}
.blogpost {
  margin-bottom: 24px;
  padding: 24px 15px 34px;
}
.makemoney__preview {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  margin-bottom: 25px;
}
.makemoney__title {
  font-weight: 700;
  font-size: 28px;
  margin: 0;
  line-height: 1.5;
}
.nav-pills {
  display: flex;
  gap: 5px;
  align-items: center;
  margin-bottom: 25px;
}
.nav-pills a:hover,
.nav-pills li.active a,
.nav-pills li.active a:hover {
  background: var(--orange);
  box-shadow: var(--box-sh);
  color: #fff;
}
.nav-pills a:hover i,
.nav-pills a:hover span,
.nav-pills li.active a:hover i,
.nav-pills li.active a:hover span,
.nav-pills li.active i,
.nav-pills li.active span {
  color: #fff !important;
}
.nav-pills .search {
  width: 100%;
  height: 40px;
}
#history-search {
  margin: 0;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  display: flex;
  align-items: center;
}
#history-search div {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.drip-feed__container {
  border-radius: 13px;
  padding: 24px 15px 34px;
}
.drip-feed__container thead {
  background: var(--bg);
}
.end,
.explore,
.faq,
.fast {
  margin-bottom: 125px;
}
.explore__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  gap: 20px;
}
.explore__titles {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-direction: column;
}
.explore__subtitle {
  text-align: center;
  color: var(--orange);
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.4rem;
  margin: 0;
}
.explore__title {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 800;
  max-width: 464px;
}
.explore__description {
  max-width: 600px;
  font-size: 1.4rem;
}
.explore__cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.4rem;
}
.explore__card {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 15px;
  height: 100%;
}
.explore__img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.explore__card-title {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 800;
}
.explore__card-text {
  margin: 0;
  font-size: 1.2rem;
}
.info {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 150px;
  align-items: center;
  grid-gap: 30px;
}
.info.reverse .info__img,
.info.reverse .info__ticket {
  grid-column: 1/2;
  grid-row: 1/2;
}
.info__tag {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px;
}
.info__title {
  font-size: 42px;
  font-weight: 600;
  margin: 0 0 23px;
}
.info__description {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}
.info__text {
  font-size: 14px;
  margin: 0;
}
.info__img {
  width: 100%;
}
.info__link {
  padding: 10px 25px;
  display: inline-block;
  width: max-content;
  margin-right: 0;
}
.info__ticket {
  max-width: 375px;
  padding: 75px 50px;
  display: flex;
  flex-direction: column;
  background: #1e1e24;
  align-items: center;
  border-radius: 23px;
}
.info__ticket-title {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 18px;
}
.info__ticket-subtitle {
  margin: 0 0 10px;
  font-size: 14px;
  text-align: center;
}
.benefits__m-title {
  text-align: center;
  max-width: 500px;
  margin: 0 auto 40px;
}
.benefits__cards {
  display: grid;
  grid-gap: 15px 30px;
}
.benefits__card {
  background: var(--black);
  padding: 25px 50px;
  border-radius: 25px;
}
.benefits__title {
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 700;
}
.benefits__description {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.benefits__text {
  margin: 0;
  font-size: 14px;
}
.faq__subtitle,
.fast__subtitle {
  margin-bottom: 8px;
  color: var(--orange) !important;
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.4rem;
}
.faq__title,
.fast__title {
  margin-bottom: 16px;
  font-weight: 800;
  font-size: 3.2rem;
  text-align: center;
}
.fast__descriptions {
  margin-bottom: 40px;
  font-size: 1.4rem;
}
.fast__btn {
  width: 100%;
  display: flex;
  justify-content: center;
}
.faq__questions {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.faq__question {
  display: flex;
  flex-direction: column;
  gap: 10px;
  cursor: pointer;
}
.faq__question-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 18px 24px;
  border-radius: 4px;
  background: var(--black);
}
.faq__question-answer {
  display: none;
  padding: 0 24px;
}
.faq__question .bi-dash,
.faq__question.active .bi-plus {
  display: none;
}
.serv {
  display: grid;
  gap: 52px;
  margin-bottom: 125px;
}
.serv__subtitle {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.4rem;
  margin-bottom: 8px;
}
.serv__title {
  margin-bottom: 16px;
  font-size: 3.2rem;
  font-weight: 800;
}
.serv__description {
  margin-bottom: 16px !important;
  font-size: 1.4rem;
}
.reseller__info,
.serv__categories {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.serv__category {
  border-radius: 1.2rem;
  transition: background 0.2s;
  border: 1px solid var(--orange);
  width: 100%;
  padding: 18px 24px;
  display: flex;
  justify-content: start;
}
.serv__right {
  background: var(--black);
  height: 100%;
  overflow: auto;
  padding: 48px;
  border-radius: 1.6rem;
}
.serv__card {
  flex-direction: column;
  gap: 32px;
  display: none;
  position: absolute;
  left: 48px;
  top: 48px;
  width: calc(100% - 96px);
  height: calc(100% - 96px);
}
.end__links,
.serv__card.active {
  display: flex;
}
.end__title {
  text-align: center;
  margin-bottom: 40px;
}
.end__links {
  margin: 0 auto;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .active .main-aside__brand,
  .active .main-aside__management,
  .active .main-aside__user-info,
  .header__btn-menu path:nth-of-type(2),
  .main-aside.active .main-aside__nav-text,
  .main-aside__btn-menu path:nth-of-type(2) {
    display: none;
  }
  .main-aside__container {
    padding: 30px 0 60px;
    width: 240px;
  }
  .active .main-aside__container {
    padding: 9px 0 60px;
    width: 80px;
  }
  .header__btn-menu path:first-of-type,
  .main-aside__btn-menu path:first-of-type {
    transform: rotate(45deg);
    transform-origin: -1px 3px;
  }
  .header__btn-menu path:nth-of-type(3),
  .main-aside__btn-menu path:nth-of-type(3) {
    transform: rotate(-45deg);
    transform-origin: 0px 13px;
  }
  .header__btn-menu.active path:first-of-type,
  .header__btn-menu.active path:nth-of-type(3),
  .main-aside__btn-menu.active path:first-of-type,
  .main-aside__btn-menu.active path:nth-of-type(3) {
    transform: none;
    transform-origin: 0 0;
  }
  .header__btn-menu.active path:nth-of-type(2),
  .main-aside__btn-menu.active path:nth-of-type(2) {
    display: block;
  }
  .main-aside__brand {
    display: inline-block;
  }
  .main-aside__management,
  .main-aside__user-info {
    display: flex;
  }
  .main-aside__user-info .dropdown-currencies {
    background: var(--orange);
    padding: 1px;
    display: flex;
    align-content: center;
    justify-content: center;
    border-radius: 4px;
  }
  .main-aside__user {
    padding: 0 30px 15px;
    justify-content: start;
  }
  .active .main-aside__user {
    justify-content: center;
    padding: 0 0 15px;
  }
  .main-aside__nav-text {
    display: inline;
  }
}
@media (max-width: 1199px) {
  .main-aside {
    position: relative;
    width: 80px;
  }
  .main-aside__container {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
  }
  .main-aside__btn-menu {
    display: inline-block;
  }
  .header__btn-menu {
    opacity: 0;
    pointer-events: none;
  }
  .sign-preview__decor-block:first-child {
    padding-right: 5px;
  }
  .sign-preview__decor,
  .sign-preview__decor-block {
    gap: 15px;
  }
  .tickets {
    flex-direction: column;
    gap: 25px;
  }
  .tickets__left,
  .tickets__right {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
  }
}
@media (max-width: 1080px) {
  .orders .nav-pills {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .orders .nav-pills::after,
  .orders .nav-pills::before,
  .orders-table > thead {
    display: none;
  }
  .orders-table__head {
    display: inline-block;
    min-width: 75px;
  }
  .orders-table > tbody {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .orders-table > tbody tr {
    display: flex;
    flex-direction: column;
    border-bottom: 2px solid var(--orange);
    border-top: 2px solid var(--orange);
    border-radius: 10px;
    gap: 2px;
    overflow: hidden;
  }
  .orders-table > tbody tr:nth-child(2n) td {
    background: var(--bg);
  }
  .orders-table > tbody td {
    display: flex;
    gap: 8px;
    width: 100% !important;
    min-width: none;
    padding: 4px 16px;
  }
}
@media (max-width: 991px) {
  .account-active,
  .affiliates,
  .benefits__cards,
  .info,
  .why__content {
    grid-template-columns: 1fr;
  }
  .benefits__text,
  .benefits__title,
  .info__tag,
  .info__text,
  .info__title {
    text-align: center;
  }
  #service-table tbody tr,
  .drip-feed__container tbody tr {
    gap: 2px;
    border-radius: 10px;
    border-bottom: 2px solid var(--orange);
    border-top: 2px solid var(--orange);
    overflow: hidden;
  }
  #service-table tbody tr:nth-child(2n) td,
  .drip-feed__container tbody tr:nth-child(2n) td {
    background: var(--bg);
  }
  .info {
    justify-items: center;
  }
  .info__info {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .info__img,
  .info__ticket {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .info.reverse .info__info {
    grid-column: auto;
    grid-row: 1/2;
  }
  .info.reverse .info__img,
  .info.reverse .info__ticket {
    grid-column: auto;
    grid-row: 2/3;
  }
  .info__title {
    font-size: 24px;
    font-weight: 600;
  }
  .benefits__cards {
    grid-gap: 15px;
  }
  .benefits__card {
    padding: 15px;
  }
  .benefits__title {
    font-weight: 700;
    font-size: 18px;
  }
  .child-order__block,
  .explore__header {
    flex-direction: column;
  }
  .explore__description {
    max-width: none;
  }
  .info__links {
    justify-content: center;
    gap: 15px;
  }
  .blog__cards,
  .explore__cards,
  .neworder__banners {
    grid-template-columns: 1fr 1fr;
  }
  .neworder__active {
    flex-direction: column;
    gap: 48px;
  }
  #order-form,
  .neworder__updates {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .signup__banner {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .signup__banner-title {
    font-size: 24px;
  }
  .nav__container {
    gap: 0;
  }
  .drip-feed__container thead,
  .layout__user-info,
  .s-payment__img-mini,
  .service__table-head,
  .signin-preview__text,
  .why__right {
    display: none;
  }
  .footer__countries {
    grid-template-columns: repeat(4, 1fr);
  }
  .signin-preview {
    padding-top: 0;
  }
  .well {
    padding: 34px 15px;
  }
  .signin-input-mail {
    margin-top: 32px;
  }
  .signin__form-registr,
  .signin__form-submit {
    font-size: 14px;
  }
  .signin__form-registr {
    padding: 10px;
  }
  .why {
    margin-bottom: 40px;
  }
  .s-payment__img-big {
    display: inline-block;
  }
  .service__table-point-name {
    display: inline;
    color: var(--orange);
    width: 100px;
  }
  #service-table tbody tr,
  .drip-feed__container tbody tr {
    display: flex;
    flex-direction: column;
  }
  #service-table tbody,
  .drip-feed__container tbody {
    flex-direction: column;
    gap: 8px;
    display: flex;
  }
  #service-table tbody {
    margin-bottom: 12px;
  }
  #service-table tbody tr td:last-child,
  #service-table thead tr th:last-child,
  .orders-table tr td:last-child,
  .orders-table tr th:last-child {
    width: 100%;
  }
  .service__table-row {
    display: flex;
    gap: 5px;
  }
  #service-table td {
    padding: 4px 16px;
  }
  .affiliates {
    gap: 25px;
  }
  .affiliates th:has(i) {
    gap: 15px;
  }
  .makemoney__title {
    font-size: 19px;
  }
  .drip-feed__header {
    display: inline-block;
    width: 100px;
  }
}
@media (max-width: 767px) {
  .active .main-aside__brand,
  .main-aside__user,
  .nav__container .navbar-header::after,
  .nav__container .navbar-header::before,
  .navbar-header .navbar-brand {
    display: none;
  }
  .benefits,
  .info,
  .use {
    margin-bottom: 30px;
  }
  .nav__unlogin li:last-child,
  .navbar__menu-btn {
    margin: 0;
  }
  .blog__cards,
  .explore__cards,
  .makemoney__preview,
  .serv,
  .use__cards {
    grid-template-columns: 1fr;
  }
  .header__brand {
    display: inline-block;
  }
  .main-aside,
  .main-aside__container {
    width: 0;
  }
  .nav__container,
  .serv__card {
    width: 100%;
    height: 100%;
  }
  .active .main-aside__user {
    display: flex;
  }
  .nav__container .navbar-header {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    height: 100%;
  }
  #navbar {
    position: fixed;
    top: 115px;
    right: 0;
    background: var(--bg);
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.16);
    padding: 40px 30px;
    border-radius: 30px 0 0 30px;
    max-width: 400px;
    height: calc(100vh - 115px);
  }
  .nav__unlogin {
    flex-direction: column;
  }
  .s-payment__links {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .s-payment__links-container a {
    font-size: 13px;
  }
  .makemoney__title {
    font-size: 20px;
  }
  .serv__card {
    position: static;
  }
}
@media (max-width: 557px) {
  .footer__countries {
    grid-template-columns: 1fr 1fr;
  }
  .drip-feed .nav-pills,
  .neworder__banners {
    grid-template-columns: 1fr;
  }
  .footer__footer-container {
    flex-direction: column;
  }
  .footer__link {
    position: static;
    transform: none;
  }
  .footer__columns {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .footer__column {
    text-align: center;
  }
  #signin-input-mail {
    margin-top: 32px;
  }
  .g-recaptcha > div,
  iframe[title="reCAPTCHA"] {
    width: 100% !important;
  }
  .service__find:has(#currencies-list) {
    flex-direction: column;
  }
  .service__find:has(#currencies-list) button {
    width: 100%;
  }
  .child-order__info-img,
  .drip-feed .nav-pills::after,
  .drip-feed .nav-pills::before {
    display: none;
  }
  .drip-feed .nav-pills {
    display: grid;
  }
}
@keyframes floating {
  0%,
  100% {
    transform: translatey(0);
  }
  50% {
    transform: translatey(-20px);
  }
}
@keyframes paymentItem1 {
  0%,
  100%,
  50% {
    transform: translate(0);
  }
  25% {
    transform: translate(10%);
  }
  75% {
    transform: translate(-10%);
  }
}
@keyframes paymentItem2 {
  0%,
  100%,
  50% {
    transform: translate(0);
  }
  25% {
    transform: translate(-10%);
  }
  75% {
    transform: translate(10%);
  }
}
