/* stylelint-disable */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
  ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
========================================================================== */

/**
* Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
* Render the `main` element consistently in IE.
*/

html {
  scroll-behavior: smooth;
}

main {
  display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

/* Grouping content
========================================================================== */

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

pre {
  font-size: 1em;
  /* 2 */
  font-family: monospace, monospace;
  /* 1 */
}

/* Text-level semantics
========================================================================== */

/**
* Remove the gray background on active links in IE 10.
*/

a {
  background-color: transparent;
  transition: 1s;
}

a:hover {
  opacity: 0.7;
  transition: 1s;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/

abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
  border-bottom: none;
  /* 1 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp {
  font-size: 1em;
  /* 2 */
  font-family: monospace, monospace;
  /* 1 */
}

/**
* Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
========================================================================== */

/**
* Remove the border on images inside links in IE 10.
*/

img {
  border-style: none;
}

/* Forms
========================================================================== */

/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  /* 2 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  font-family: inherit;
  /* 1 */
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/

button,
input {
  /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/

button,
select {
  /* 1 */
  text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
* Remove the inner border and padding in Firefox.
*/

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
* Restore the focus styles unset by the previous rule.
*/

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/

legend {
  display: table;
  /* 1 */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/

progress {
  vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/

textarea {
  overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/

[type="search"] {
  outline-offset: -2px;
  /* 2 */
  -webkit-appearance: textfield;
  /* 1 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  font: inherit;
  /* 2 */
  -webkit-appearance: button;
  /* 1 */
}

/* Interactive
========================================================================== */

/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/

details {
  display: block;
}

/*
* Add the correct display in all browsers.
*/

summary {
  display: list-item;
}

/* Misc
========================================================================== */

/**
* Add the correct display in IE 10+.
*/

template {
  display: none;
}

/**
* Add the correct display in IE 10.
*/

[hidden] {
  display: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
}

html {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  width: 100%;
  height: 100%;
  background: linear-gradient(172deg, #f7cb00 4.62%, #e08700 30.39%, #8f4e01 50.78%, #171717 60.75%);
  font-size: 18px;
  font-family: Mulish;
}

a {
  color: #3d22cf;
  text-decoration: none;
}

.button:hover {
  transition: 1s;
  transform: scale(1.1);
}

.button {
  transition: 1s;
}

img,
video {
  display: block;
  height: auto;
}

.wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 128rem;
  margin: 0 auto;
  margin-top: 26px;
  border-bottom: 1px solid #e9eff2;
  padding-bottom: 26px;
  margin-bottom: 60px;
}

.wrapper .header,
.wrapper .footer {
  z-index: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.wrapper main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  z-index: 1;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
}

.container {
  width: 100%;
  /* max-width: 1780px; */
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  .switch-none.menu-wrapper {
      animation: ani 1.5s forwards;
  }
}

@keyframes ani {
  0% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}

.hero-wrapper--image {
  animation: ani 1.5s forwards;
}

@media screen and (min-width: 992px) {
  .hide-pc {
      display: none;
  }
}

@media screen and (max-width: 991px) {
  .hide-mob {
      display: none;
  }
}

.top-header {
  min-height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(/wp-content/uploads/2024/08/top-bg.svg);
  background-size: cover;
  background-position: center;
}


@media (max-width: 1200px) {
  .top-header {
    min-height: 70px;
  }
}



@media (max-width: 991px) {
  .top-header {
      min-height: 90px;
      display: flex;
      align-items: center;
      justify-content: start;
      background: url(/wp-content/uploads/2024/08/top-bg.svg);
      background-size: cover;
      background-position: center;
      padding: 0 16px;
      position: relative;
  }
}

.top-header__link {
  color: #171717;
  font-family: Raleway;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
}


@media (max-width: 1200px) {
  .top-header__link {
    font-size: 20px;
  }
}




@media (max-width: 991px) {
  .top-header__link {
      font-size: 18px;
      position: static;
      max-width: 400px;
  }
}

@media (min-width: 991px) {
  .burger-menu {
      display: none;
  }
}

.top-header__link:before {
  content: "";
  display: block;
  width: 66px;
  height: 44px;
  background: url(/wp-content/uploads/2024/09/Button-Arrow.svg);
  position: absolute;
  background-size: contain;
  right: -90px;
  top: -8px;
}


@media (max-width: 1200px) {
  .top-header__link:before {
    content: "";
    display: block;
    width: 60px;
    height: 40px;
    background: url(/wp-content/uploads/2024/09/Button-Arrow.svg);
    position: absolute;
    background-size: contain;
    right: -90px;
    top: -8px;
  }
}



@media (max-width: 991px) {
  .top-header__link:before {
      content: "";
      display: block;
      width: 52px;
      height: 38px;
      background: url(/wp-content/uploads/2024/09/Button-Arrow.svg);
      background-size: contain;
      position: absolute;
      right: 16px;
      top: 50%;
      transform: translateY(-50%);
  }
}

.top-header__link:hover .top-header__link:before {
  right: -120px;
}

.top-header__link b {
  font-weight: 800;
}

header {
  border-bottom: 1px solid var(--Border, #676870);
  background: #171717;
  backdrop-filter: blur(500px);
}

.burger,
.close {
  display: none;
}

.language-switcher {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  border-radius: 18px;
  border: 1px rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 991px) {
  .menu-wrapper {
      display: none;
  }
}

.main-nav {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  gap: 16px;
}



.registration__buttons {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  gap: 8px;
}



header .container {
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 991px) {
  header .container {
      padding: 30px 16px;
  }
}

@media (max-width: 991px) {
  img.header-logo__img {
      height: 25px;
  }
}

@media (min-width: 992px) {
.menu-wrapper {
  display: contents;
	}
}


.main-nav__item-link {
  color: #fff;
  font-family: Raleway;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 1200px) {
  .main-nav__item-link {
    font-size: 16px;
  }}



.language-switcher a {
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 14px 24px;
  display: block;
}


@media (max-width: 1500px) {
  .language-switcher a {
    padding: 10px 14px;
  }}

.language-switcher--ru {
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.8);
}

.language-switcher--ru a {
  color: #1d202b;
}

.language-switcher--en a {
  color: #fff;
}

.telegram__button {
  color: #fff;
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.4);
}


@media (max-width: 1500px) {
  .telegram__button{
    /* max-width: 200px; */
  }}



.telegram__button::before {
  content: "";
  width: 28px;
  height: 28px;
  display: block;
  background-image: url(/wp-content/uploads/2024/08/form-tg-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.registration__buttons li {
  display: flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  border-radius: 18px;
}

.registration__buttons--login {
  background: #fff;
}

.registration__buttons--reg {
  background: linear-gradient(96deg, #ffcb46 0%, #de8500 100%);
  box-shadow: 0px 0px 34px 0px rgba(255, 211, 99, 0.32);
}

.registration__buttons a {
  color: #000;
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.hero__logo {
  width: 208px;
  height: 159px;
  margin-bottom: 61px;
}

@media (max-width: 991px) {
  .hero__logo {
      width: 169px;
      height: 129px;
      margin-bottom: 30px;
  }
}

.hero-section {
  padding: 90px 0 90px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 991px) {
  .hero-section {
      padding: 0;
  }
}

.hero-section__title {
  color: #fff;
  font-family: Mulish;
  font-size: 64px;
  font-style: normal;
  font-weight: 900;
  line-height: 100%;
  margin: 0;
  margin-bottom: 50px;
}

.hero-section__title b {
  color: #171717;
  font-weight: 900;
}

.hero-section__desc {
  color: #171717;
  font-family: Raleway;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 0;
  margin-bottom: 80px;
}

@media (max-width: 991px) {
  .hero-section__desc {
      color: #171717;
      font-family: Raleway;
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 120%;
      margin: 0;
      margin-bottom: 40px;
  }
}

.hero-section__button {
  display: flex;
  padding: 26px 34px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: fit-content;
  border-radius: 24px;
  background: linear-gradient(96deg, #a100f2 0%, #7a00b8 100%);
  color: #fff;
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.hero-section__column {
  max-width: 860px;
}

@media (max-width: 991px) {
  .hero-section__column {
      position: relative;
      padding: 0 16px;
      max-width: 100%;
      margin: 40px 0;
  }
}

.hero-section .container {
  position: relative;
}

.hero__dragon {
  width: 1160px;
  height: 1337px;
  z-index: -1;
  position: relative;
}

@media (max-width: 991px) {
  .hero__dragon {
      width: inherit;
      height: 697px;
      z-index: -1;
      position: relative;
      display: none;
  }
}

.hero-section__row {
  display: flex;
  position: relative;
  margin-bottom: 84px;
}

@media (max-width: 991px) {
  .hero-section__row {
    flex-wrap: wrap;
    margin-bottom: 0;
    margin-top: 40px;
  }
}

@media (min-width: 991px) {
  .hero__dragon-wrapper-2 {
      display: none;
  }
}

@media (max-width: 991px) {
.hero__dragon-wrapper-2 {
    position: relative;
    bottom: 70px;
}
}

@media (max-width: 991px) {
  .hero__dragon-wrapper-2 .hero__dragon {
      display: block;
  }
}

.hero-section__advantages {
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 104px;
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 120px;
  top: 36px;
  filter: drop-shadow(0px 22.365px 44.731px rgba(17, 24, 39, 0.25)) drop-shadow(14px 14px 64px rgba(242, 161, 0, 0.60));
}


@media (max-width: 991px) {
  .hero-section__advantages {
    filter: none;
  }
}



.hero-section__advantages-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2px;
}

.hero-section__advantages-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2px;
  border-radius: 66px;
  border: 4px solid #f2a100;
  background: linear-gradient(272deg, #fff 51.58%, #d6d6d6 98.41%);
  backdrop-filter: blur(50px);
  width: 284.225px;
  height: 178.922px;
}

.hero-section__advantages-item b {
  color: #1d202b;
  text-align: center;
  font-family: Raleway;
  font-size: 33.548px;
  font-style: normal;
  font-weight: 700;
  line-height: 29.82px;
}

.hero-section__advantages-item span {
  text-align: center;
  font-family: Raleway;
  font-size: 20.501px;
  font-style: normal;
  font-weight: 400;
  line-height: 29.82px;
}

.hero-section__advantages-item:nth-child(1) {
  transform: rotate(-12deg);
}

@media (max-width: 991px) {
  .hero-section__advantages-item:nth-child(1) {
      filter: drop-shadow(0px 18px 36px rgba(17, 24, 39, 0.25)) drop-shadow(11.268px 11.268px 51.509px rgba(242, 161, 0, 0.6));
  }
}

.hero-section__advantages-item:nth-child(2) {
  transform: rotate(6deg);
}

@media (max-width: 991px) {
  .hero-section__advantages-item:nth-child(2) {
      transform: rotate(4deg);
      position: absolute;
      left: 82px;
      top: 120px;
      filter: drop-shadow(0px 18px 36px rgba(17, 24, 39, 0.25)) drop-shadow(11.268px 11.268px 51.509px rgba(242, 161, 0, 0.6));
  }
}

.hero-section__advantages-item:nth-child(3) {
  transform: rotate(18deg);
}

@media (max-width: 991px) {
  .hero-section__advantages-item:nth-child(3) {
      transform: rotate(18deg);
      left: 2px;
      top: 216px;
      position: absolute;
      z-index: -1;
      filter: drop-shadow(0px 18px 36px rgba(17, 24, 39, 0.25)) drop-shadow(11.268px 11.268px 51.509px rgba(242, 161, 0, 0.6));
  }
}

.hero-section:before {
  background: linear-gradient(302deg, #ffcb46 0%, #de8500 100%);
  mix-blend-mode: overlay;
  width: 1564px;
  height: 1278px;
  right: 10%;
  top: -40px;
  display: block;
  content: "";
  background-size: contain;
  background-image: url(/wp-content/uploads/2024/09/dragon-m.svg);
  position: absolute;
  background-position: right;
  z-index: -1;
  background-repeat: no-repeat;
}


@media (max-width: 1600px) {
  .hero-section:before {
    right: -3%;
  }
}




@media (max-width: 991px) {
  .hero-section:before {
      background: linear-gradient(302deg, #ffcb46 0%, #de8500 100%);
      mix-blend-mode: overlay;
      width: 504px;
      height: 700px;
      right: -59px;
      top: 736px;
      display: block;
      content: "";
      background-size: contain;
      background-image: url(/wp-content/uploads/2024/08/dragon-money-big-bg.svg);
      position: absolute;
      background-position: right;
      z-index: -1;
      background-repeat: no-repeat;
  }
}

.additional-advantages {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
}

@media (max-width: 991px) {
  .additional-advantages {
      padding: 0;
  }
}

.additional-advantages__item {
  border-radius: 112px;
  border: 2px solid var(--STRK_DM, #f2a100);
  background: linear-gradient(137deg, rgba(255, 255, 255, 0.04) 35.54%, rgba(255, 255, 255, 0.14) 59.82%, rgba(255, 255, 255, 0.1) 74.9%);
  backdrop-filter: blur(29px);
  -webkit-backdrop-filter: blur(29px);	
  display: flex;
  width: 32.4%;
  padding: 100px 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  outline: 1px solid lightgray;
  margin-bottom: 20px;
}

.additional-advantages__item-title {
  color: #000 !important;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Raleway;
  font-size: 42px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  margin: 0;
  margin-bottom: 20px;
}

.additional-advantages__item-desc {
  color: #000020;
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}

@media (max-width: 991px) {
  .additional-advantages__item-desc {
      margin-top: 0;
  }
}

.additional-advantages__item-img {
  width: 77px !important;
  height: 70px;
  margin-bottom: 40px !important;
}

@media (max-width: 991px) {
  .additional-advantages__item-img {
      margin-bottom: 12px;
  }
}

.hero__dragon-wrapper {
	height: 1337px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: -120px;
}

.hero__dragon-wrapper::after {
  position: absolute;
  width: 100%;
  height: 91px;
  display: block;
  content: "";
  bottom: 0px;
  left: 0;
  background: linear-gradient(#e6646500, #dfa538);
}

.additional-advantages__item:nth-child(2) {
  margin-top: -20px;
}

.additional-advantages__item:nth-child(2) {
  position: relative;
  top: 72px;
}

@media (max-width: 991px) {
  .additional-advantages__item:nth-child(2) {
      top: 0;
  }
}

main {
  position: relative;
  overflow: hidden;
}

main::before {
  display: block;
  position: absolute;
  content: "";
  background: url(/wp-content/uploads/2024/08/bg-money.webp);
  top: -216px;
  left: 495px;
  width: 562px;
  height: 600px;
}

@media (max-width: 991px) {
  main::before {
      display: block;
      position: absolute;
      content: "";
      background: url(/wp-content/uploads/2024/08/bg-money.webp);
      background-size: cover;
      top: -146px;
      left: inherit;
      right: -83px;
      width: 350px;
      height: 350px;
      transform: rotate(68deg);
  }
}

.hero-section::after {
  display: block;
  content: "";
  width: 388px;
  height: 405px;
  background: url(/wp-content/uploads/2024/08/bg-money-right-left.webp);
  bottom: 20px;
  position: absolute;
  background-repeat: no-repeat;
  left: 0;
}

.hero-section__wrapper {
  position: relative;
}

.hero-section__wrapper::after {
  width: 861px;
  height: 899px;
  display: block;
  position: absolute;
  right: 0;
  content: "";
  background: url(/wp-content/uploads/2024/08/bg-money-right.webp);
  bottom: 0;
  background-position: right;
  background-repeat: no-repeat;
}

.mail-box {
  border-radius: 166px 166px 0 0;
  border: 3px #f2a100;
  background: #171717;
  box-shadow: 0px 20px 68px 6px rgba(0, 0, 0, 0.22);
  padding: 25px 26px;
  padding-bottom: 90px;
}

@media (max-width: 991px) {
  .mail-box {
    margin-top: 80px;
    border-radius: 96px 96px 0 0;
    padding-bottom: 40px;
  }
}

.mail-box__heading {
  color: #eaa124;
  text-align: center;
  font-family: Raleway;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin: 0;
  margin-bottom: 80px;
}

@media (max-width: 991px) {
  .mail-box__heading {
      color: #eaa124;
      text-align: center;
      font-family: Raleway;
      font-size: 28px;
      font-style: normal;
      font-weight: 700;
      line-height: 100%;
      margin: 0;
      margin-bottom: 60px;
  }
}

.mail-box__heading b {
  font-weight: 700;
  color: #fff;
}

.mail-box__column {
  border-radius: 92px;
  border: 1.5px solid rgba(255, 202, 65, 0.25);
  background: linear-gradient(96deg, #ffe8ad 0%, #ffc75b 100%);
  box-shadow: 0px 8px 18px 6px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  margin-bottom: 60px;
  position: relative;
}

.mail-box__title {
  color: #171717;
  font-family: Raleway;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .mail-box__title {
      font-size: 22px;
  }
}

.mail-box__desc {
  color: #171717;
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 0;
}

@media (max-width: 991px) {
  .mail-box__desc {
      font-size: 16px;
  }
}

.mail-box__column.mail-box__column--long {
  width: 49%;
  min-height: 297px;
  padding: 50px 40px 50px 18%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 991px) {
  .mail-box__column.mail-box__column--long {
      width: 100%;
      padding: 140px 20px 20px;
      min-height: 450px;
      border-radius: 65px;
      justify-content: center;
      gap: 20px;
      margin-bottom: 0;
  }
}

.mail-box__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .mail-box__row {
      display: none;
  }
}

@media (min-width: 991px) {
  .mail-box__wrapper-mobile {
      display: none;
  }
}

@media (max-width: 991px) {
  .mail-box__wrapper-mobile .mail-box__row {
      display: block;
  }
}

@media (max-width: 991px) {
  .mail-box__column--long img {
      display: block;
      width: 100%;
      height: 265px;
      left: -11px !important;
      top: 42px !important;
      object-fit: contain;
  }
}

.mail-box__wrapper {
  border-radius: 166px;
  border: 3px solid #f2a100;
  background: #171717;
  box-shadow: 0px 20px 68px 6px rgba(0, 0, 0, 0.22);
  padding: 88px 47px;
}

@media (max-width: 991px) {
  .mail-box__wrapper {
      padding: 60px 14px;
      border-radius: 12px;
      border: none;
      box-shadow: inherit;
      background: inherit;
  }
}

.mail-box .container {
  max-width: 1860px;
}

.mail-box__column--long .mail-box__img {
  position: absolute;
  left: 0;
  top: 46%;
  transform: translateY(-50%);
}

.mail-box__column.mail-box__column--small {
  min-height: 394.222px;
  padding: 47px 38px;
  display: flex;
  flex-direction: column;
  width: 32.2%;
  justify-content: flex-start;
}

@media (max-width: 991px) {
  .mail-box__column.mail-box__column--small {
      display: flex;
      flex-direction: column;
      width: 100%;
      padding: 140px 20px 20px;
      min-height: 450px !important;
      border-radius: 24px;
      justify-content: center;
      gap: 20px;
      margin-bottom: 0;
  }
}

img.mail-box__img.mail-mb-2 {
  width: 140px;
  height: 140px;
  top: 101px !important;
  left: -96px !important;
}

img.mail-box__img.mail-mb-3 {
  top: 0;
  transform: rotate(180deg);
}

img.mail-box__img.mail-mb-4 {
  top: -95px;
  width: 380px;
}

img.mail-box__img.mail-mb-5 {
  top: -40px;
}

.mail-box__img {
  position: absolute;
  bottom: 0;
  left: 0;
}

.support {
  background: #171717;
  padding-bottom: 90px;
  margin-top: -1px;
}


@media (max-width: 991px) {
  .support {
    padding: 16px;
  }}

  @media (max-width: 991px) {
    .support .container {
      display: flex;
      flex-direction: column;
    }}



.support__heading {
  margin: 0;
  color: #ffffff;
  text-align: center;
  font-family: Raleway;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  margin-bottom: 60px;
}



@media (max-width: 991px) {
  .support__heading {
    font-size: 28px;
    order: 1;
    margin: 0 auto 40px;
  }}




.support__heading b {
  font-weight: 800;
  color: #eea124;
}

.support__desc {
  margin: 0;
  color: var(--White, #fff);
  text-align: center;
  font-family: Raleway;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  max-width: 1146px;
  opacity: 0.6;
  margin: 0 auto;
  margin-bottom: 200px;
}


@media (max-width: 991px) {
  .support__desc {
    color: var(--White, #fff);
    text-align: center;
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    max-width: 1146px;
    opacity: 0.6;
    margin: 0 auto;
    margin-bottom: 100px;
    order: 2;
    margin-bottom: 60px;
  }
}


.support__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 108px;
}

@media (max-width: 991px) {
  .support__wrapper {
      display: none;
  }
}

@media (min-width: 991px) {
  .support__wrapper-mobile {
      display: none;

  }
}

@media (max-width: 991px) {
  .support__wrapper-mobile .support__wrapper {
      display: block;
      order: 4;
      margin-bottom: 0px;
  }
}


@media (max-width: 991px) {
  .support__wrapper-mobile {
      order: 4;
      margin-top: 0px;
      
  }
}

.support__wrapper-item {
  border-radius: 94.043px;
  background: linear-gradient(96deg, #ffcb46 0%, #de8500 100%);
}

.support__wrapper-item-wrapper {
  border-radius: 94.043px;
  border: 1.679px solid rgba(0, 0, 0, 0.2);
  border-top: 3px solid #ffcb46d1;
  border-bottom: 3px solid #de8500;
  background-image: linear-gradient(#fae4aa, #fbe6ae), linear-gradient(#fae4aa85, #fbe5ac8a);
  background-size: 3px 100%;
  background-position: 0 0, 100% 0;
  background-repeat: no-repeat;
}

.support__wrapper-item-desc {
  margin: 0;
  color: #171717;
  text-align: center;
  font-family: Raleway;
  font-size: 30.439px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  max-width: 430px;
  display: block;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .support__wrapper-item-desc {
    margin: 0;
    color: #171717;
    text-align: center;
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    display: block;
    margin: 0 auto;
    max-width: 285px;
  }
}



.support__wrapper-item-title {
  color: #171717;
  font-family: Raleway;
  font-size: 45.658px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
  display: block;
  max-width: 430px;
  margin: 0 auto;
  margin-bottom: 25px;
}

@media (max-width: 991px) {
  .support__wrapper-item-title {
    color: #171717;
    font-family: Raleway;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-align: center;
    display: block;
    max-width: 430px;
    margin: 0 auto;
    margin-bottom: 25px;
    max-width: 285px;
  }}



.support__wrapper-item--small .support__wrapper-item-title {
  font-size: 30.228px;
}

.support__wrapper-item--small .support__wrapper-item-desc {
  font-size: 20.152px;
  max-width: 285px;
}

.support__wrapper-item--big,
.support__wrapper-item--big div {
  position: relative;
  min-width: 534px;
  min-height: 634px;
}

.support__wrapper-item--small,
.support__wrapper-item--small div {
  position: relative;
  width: 360px;
  height: 419px;
}


@media (max-width: 991px) {
  .support__wrapper-item--small,
  .support__wrapper-item--small div,
  .support__wrapper-item--big, .support__wrapper-item--big div {
    min-height: 420px !important;
  }}



.support__wrapper-item-img {
  position: absolute;
  top: -311px;
  left: -161px;
}

.support__wrapper-item--small .support__wrapper-item-img {
  top: -129px;
  left: 32px;
}

.support__wrapper-item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding-bottom: 70px;
}

.support__wrapper-item:nth-child(1) {
  transform: rotate(-10deg);
}

@media (max-width: 991px) {
  .support__wrapper-item:nth-child(1) {
      transform: rotate(0deg);
     
  }
}

.support__wrapper-item:nth-child(3) {
  transform: rotate(10deg);
}

@media (max-width: 991px) {
  .support__wrapper-item:nth-child(3) {
      transform: rotate(0deg);
  }
}

.support__wrapper-item:nth-child(2) {
  z-index: 5;
}

@media (max-width: 991px) {
  .support__wrapper-item:nth-child(2) {
      transform: rotate(0deg);
  }
}

.support__button.button {
  border-radius: 24px;
  background: linear-gradient(96deg, #ffcb46 0%, #de8500 100%);
  box-shadow: 0px 0px 34px 0px rgba(255, 211, 99, 0.32);
  padding: 26px 34px;
  margin: 0 auto;
  display: block;
  width: fit-content;
  color: #000;
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}


@media (max-width: 991px) {
  .support__button.button {
    order: 3;
  }}

.reviews-item {
  border-radius: 69.567px;
  background: #fff;
  padding: 58px 33px;
  max-width: 375px;
  margin: 0 auto;
}



@media (max-width: 991px) {
  .reviews-item {
    margin: 24px auto;
  }}




  .reviews-item p {
    font-size: 15.722px;
    height: 156px;
    margin: 0;
    overflow: auto;
    margin-bottom: 30px;
    padding-right: 12px;
}


.reviews-item p::-webkit-scrollbar {
  width: 5px;
  background-color: #ccc;
}

.reviews-item p::-webkit-scrollbar-track {
  background: inherit;
}

.reviews-item p::-webkit-scrollbar-thumb {
  background-color: #333;
  border-radius: 50px;
}




.reviews-item__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  margin-bottom: 33px;
}




.reviews-item__title {
  color: #000020;
  font-family: Mulish;
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.reviews__button.button {
  border-radius: 17.469px;
  background: #ffa900;
  padding: 13.976px 20.963px;
  display: flex;
  width: fit-content;
  color: #000;
  font-family: Raleway;
  font-size: 17.953px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.container--wide {
  background: #171717;
}

a.reviews__button.button::after {
  content: url(/wp-content/uploads/2024/08/white-arrow-right.svg);
  width: 26.929px;
  height: 26.929px;
  top: -1px;
  position: relative;
}

.reviews {
  margin-bottom: 20px;
}


@media (max-width: 991px) {
  .reviews {
    padding-top: 30px;
    margin-bottom: 50px;
    background: #181818;
    margin-top: -1px;
  }}


.container--wide {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.contact-box {
  padding: 90px 0;
  border-radius: 226px 226px 0px 0px;
  border: 1.5px solid rgba(255, 202, 65, 0.25);
  background: rgba(23, 23, 23, 0.8);
}


@media (max-width: 991px) {
  .contact-box {
    padding: 80px 16px;
    border-radius: 112px 112px 0px 0px;
    border: 1.5px solid rgba(255, 202, 65, 0.25);
    background: rgb(29 32 43);
  }}



.contact-box__logo {
  margin-bottom: 166px;
}

.contact-box__title {
  color: #eaa124;
  font-family: Raleway;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin: 0;
  margin-bottom: 60px;
  display: block;
}

@media (max-width: 991px) {
  .contact-box__title {
    font-size: 28px;
    text-align: center;
    margin-bottom: 40px;
  }}




.contact-box__desc {
  color: #fff;
  font-family: Raleway;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 0;
  opacity: 0.6;
  margin-bottom: 80px;
}


@media (max-width: 991px) {
  .contact-box__desc {
    color: #fff;
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin: 0;
    opacity: 0.6;
    margin-bottom: 60px;
    text-align: center;
  }}


.contact-box .container {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .contact-box .container {
      flex-wrap: wrap;
  }
}

.contact-form__wrapper {
  border-radius: 112px;
  border: 2px solid rgba(255, 202, 65, 0.12);
  background: linear-gradient(96deg, rgba(255, 232, 173, 0.14) 0%, rgba(255, 199, 91, 0.14) 100%);
  /* backdrop-filter: blur(19px); */
  padding: 60px 106px 40px 106px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 991px) {
  .contact-form__wrapper {
      padding: 40px 16px;
  }
}

.contact-form__title {
  color: #fff;
  font-family: Raleway;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
  display: block;
  margin: 0;
  margin-bottom: 60px;
}

input.wpcf7-form-control, textarea {
  color: #171717;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 24px 24px;
  width: 100%;
  border-radius: 30px;
  border: 2px solid #d8d7e1;
  background: #fff;
  margin-bottom: 20px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
  color: #000020;
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 30px;
  background: linear-gradient(96deg, #ffcb46 0%, #de8500 100%);
  box-shadow: 0px 0px 34px 0px rgba(255, 211, 99, 0.32);
  border: none;
}

.contact-box__buttons {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 24px;
}




.contact-box__buttons--tg {
  border-radius: 40px;
  background: #2aabee;
  width: fit-content;
  padding: 12px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
}


@media (max-width: 991px) {
  .contact-box__buttons--tg {
    width: 100%;
  }}






  .contact-box__buttons--tg a {
    display: flex;
    /* flex-direction: column; */
    color: #fff;
    font-family: Raleway;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    gap: 4px;
}
@media (min-width: 2000px) {
  .contact-box__buttons--tg a {
    font-size: 18px;
  }}


@media (max-width: 991px) {
  .contact-box__buttons--tg a {
    width: 100%;
  }}




.contact-box__buttons--tg a b {
  font-weight: 700;
}

.contact-box__buttons--tg::before {
  content: "";
  width: 28px;
  height: 28px;
  display: block;
  background-image: url(/wp-content/uploads/2024/08/white-tg-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.contact-box__buttons--mail {
  border-radius: 26px;
  background: #4ab767;
  width: fit-content;
  padding: 12px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
}


@media (max-width: 991px) {
  .contact-box__buttons--mail {
    width: 100%;
  }}




  .contact-box__buttons--mail a {
    display: flex;
    flex-direction: column;
    color: #fff;
    font-family: Raleway;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


@media (min-width: 2000px) {
  .contact-box__buttons--mail a {
    font-size: 18px;
  }}


@media (max-width: 991px) {
  .contact-box__buttons--mail a {
    width: 100%;
  }}




.contact-box__buttons--mail a b {
  font-weight: 700;
}

.contact-box__buttons--mail::before {
  content: "";
  width: 28px;
  height: 28px;
  display: block;
  background-image: url(/wp-content/uploads/2024/08/white-mail-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.contact-box__column {
  max-width: 730px;
  width: 100%;
}

footer {
  border-top: 1px solid #676870;
  padding: 30px 0;
}


@media (max-width: 991px) {
  footer {
    padding: 50px 0 30px;
  }
}



.footer__nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 19px;
}

@media (max-width: 991px) {
  .footer__nav {
      flex-wrap: wrap;
  }
}

.footer__nav a {
  color: #fff;
  font-family: Raleway;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  gap: 16px;
}

.footer__button--tg {
  border-radius: 26px;
  background: #2aabee;
  width: fit-content;
  padding: 12px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  color: #fff;
  font-family: Raleway;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.footer__button--tg a {
  display: flex;
  flex-direction: column;
  color: #fff;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer__button--tg a b {
  font-weight: 700;
}

.footer__button--tg::before {
  content: "";
  width: 28px;
  height: 28px;
  display: block;
  background-image: url(/wp-content/uploads/2024/08/white-tg-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.footer__copywrite,
.footer__copywrite a {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.footer .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

input.wpcf7-email {
    background-image: url(/wp-content/uploads/2024/08/black-icon-email.svg);
    background-repeat: no-repeat;
    background-position: 3%;

}

input.wpcf7-email {
  padding-left: 9%;
}

input.input--tg {
 padding-left: 9%;
}


input.input--tg {
  background-image: url(/wp-content/uploads/2024/08/tg-icon.svg);
  background-repeat: no-repeat;
  background-position: 3%;
}


/*
input.input--tg::-webkit-input-placeholder {
  padding-left: 5%;
}
*/






@media screen and (max-width: 1860px) {
  .container {
      /* max-width: 1700px; */
  }
}

@media screen and (max-width: 1760px) {
  .container {
      /* max-width: 1600px; */
  }
}

@media screen and (max-width: 1660px) {
  .container {
      /* max-width: 1500px; */
  }
}

@media screen and (max-width: 1560px) {
  .container {
      /* max-width: 1400px; */
  }
}

@media screen and (max-width: 1460px) {
  .container {
      /* max-width: 1300px; */
  }
}

@media screen and (max-width: 1360px) {
  .container {
      /* max-width: 1280px; */
  }
}

@media screen and (max-width: 1260px) {
  .container {
      /* max-width: 1200px; */
  }
}

@media screen and (max-width: 1160px) {
  .container {
      /* max-width: 1130px; */
  }
}


@media screen and (max-width: 1080px) {
  header .container {
      max-width: 100%;
      padding: 30px 16px;
  }
}

@media screen and (max-width: 1840px) {
  .hero__dragon-wrapper {
      /* right: -90px; */
  }
}

@media screen and (max-width: 1740px) {
  .hero__dragon-wrapper {
      /* right: -180px; */
  }
}

@media screen and (max-width: 1660px) {
  .hero__dragon-wrapper {
      /* right: -305px; */
  }
}

@media screen and (max-width: 1660px) {
  .hero-section__advantages {
      /* right: -60px; */

  }
}

@media (max-width: 991px) {
  .hero-section__advantages {
      top: 447px;
      gap: 10px;
      right: inherit;
      width: 95%;
  }
}

@media screen and (max-width: 1500px) {
  .hero__dragon-wrapper {
      /* right: -420px; */
  }
}






@media (max-width: 991px) {
  .hero__dragon-wrapper {
      position: relative;
      right: -16px;
      padding-top: 60px;
      height: 860px;
      display: none;
  }
}

@media screen and (max-width: 1560px) {
  .additional-advantages__item {
      width: 31%;
  }
}

@media (max-width: 991px) {
  .additional-advantages__item {
    width: -webkit-fill-available;
  }
}

@media screen and (max-width: 1560px) {
  .hero-section__title {
      font-size: 52px;
  }
}

@media screen and (max-width: 758px) {
  .hero-section__title {
      font-size: 36px;
  }
}

@media screen and (max-width: 1560px) {
  .additional-advantages__item-title {
      font-size: 36px;
  }
}

@media screen and (max-width: 1560px) {
  .hero-section__wrapper::after {
      width: 695px;
      height: 699px;
      position: absolute;
      bottom: 115px;
      background-size: contain;
  }
}

@media (max-width: 991px) {
  .hero-section__wrapper::after {
      bottom: 580px;
  }
}

@media (max-width: 991px) {
  .additional-advantages__item {
    padding: 40px 28px !important;
    margin: 12px;
  }
}

@media screen and (max-width: 1560px) {
  .additional-advantages__item {
      padding: 52px 40px;
  }
}

@media screen and (max-width: 1560px) {
  .hero-section::after {
      bottom: -26px;
  }
}

@media (max-width: 991px) {
  .hero-section::after {
      bottom: 153px;
      left: -92px;
      display: block;
      content: "";
      width: 231px;
      height: 295px;
      background: url(/wp-content/uploads/2024/09/tbrender_Viewport_004-1.webp);
      position: absolute;
      background-repeat: no-repeat;
  }
}

@media screen and (max-width: 1560px) {
  .hero-section__advantages-item {
      width: 254.225px;
      height: 137.922px;
  }
}

#reviews .owl-item.active.center {
  transform: rotate(3.5deg);
}

#reviews .owl-item:not(.center) {
  transform: rotate(-2deg) scale(0.7);
  filter: blur(12.704999923706055px) grayscale(0.8) brightness(30%);
}

#reviews .owl-stage-outer {
  overflow: visible !important;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots,
.owl-carousel .owl-nav {
  display: flex !important; 
  align-items: center;
  width: 100%;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

button.owl-prev {
  width: 58px;
  height: 58px;
  background: url(/wp-content/uploads/2024/08/slider-arrow-left.svg) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}

button.owl-next {
  width: 58px;
  height: 58px;
  background: url(/wp-content/uploads/2024/09/slider-arrow-right.svg) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}

button.owl-next span,
button.owl-prev span {
  display: none;
}

button.owl-prev:hover,
button.owl-next:hover {
  transition: 1s;
  filter: saturate(1.7);
}

.language-switcher--ru:hover {
  background: rgba(255, 255, 255, 0.1);
}

.language-switcher--ru:hover a {
  color: #ffffff;
}

.language-switcher li:hover {
  filter: saturate(2);
}

@media screen and (max-width: 1360px) {
  .support__wrapper-item--big,
  .support__wrapper-item--big div {
      position: relative;
      min-width: 460px;
      min-height: 620px;
  }
}

@media screen and (max-width: 1360px) {
  .support__wrapper-item--small,
  .support__wrapper-item--small div {
      width: 330px;
  }
}

@media screen and (max-width: 1260px) {
  .support__wrapper-item--big,
  .support__wrapper-item--big div {
      position: relative;
      min-width: 400px;
      min-height: 600px;
  }
}



@media (max-width: 991px) {
  .support__wrapper-item--big,
  .support__wrapper-item--big div {
    min-width: inherit;
    width: 100%;
    margin-top: 105px;
    min-height: 500px !important;
    border-radius: 180px;
    box-shadow: 0px 0px 60px 0px rgba(255, 211, 99, 0.32);
  }}





@media screen and (max-width: 1260px) {
  .support__wrapper-item--small,
  .support__wrapper-item--small div {
      width: 300px;
     
  }
}



@media (max-width: 991px) {
  .support__wrapper-item--small,
  .support__wrapper-item--small div {
    min-width: inherit;
    width: 100%;
    border-radius: 112px;

  }}

  @media (max-width: 991px) {
    .support__wrapper-item--small, .support__wrapper-item--small div{
      margin-top: 105px;
      box-shadow: 0px 0px 60px 0px rgba(255, 211, 99, 0.32);
      min-height: 520px !important;
      border-radius: 180px;
      padding-bottom: 90px;
    }}


@media screen and (max-width: 1160px) {
  .support__wrapper-item:nth-child(3) {
      z-index: 5;
      top: 60px;
  }
}

@media screen and (max-width: 1360px) {
  .support__wrapper-item--big .support__wrapper-item-img {
      top: -226px;
      left: -124px;
      width: 648px;
  }
}



@media (max-width: 991px) {
  .support__wrapper-item--big .support__wrapper-item-img{
    top: -194px;
    left: calc(50% - 276px);
    width: 540px !important;
  }}





@media screen and (max-width: 1360px) {
  .support__wrapper-item--small .support__wrapper-item-img {
      top: -129px;
      left: 14px;
      transform: rotate(-8deg);
  }
}

@media (max-width: 991px) {
  .support__wrapper-item--small .support__wrapper-item-img {
    top: -129px;
    left: calc(50% - 214px);
    width: 425px !important;
    transform: rotate(-8deg);
    
  }}




@media (max-width: 991px) {
  .support__wrapper-item{

  }}






@media screen and (max-width: 1360px) {
  .telegram__button {
      padding: 10px 12px;
      max-width: 225px;
  }
}

@media screen and (max-width: 1360px) {
  .additional-advantages__item-title {
      font-size: 30px;
  }
}

.mail-box__img--fw {
  width: 100%;
}

.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 1em;
  font-weight: normal;
  display: block;
  background: #ffffffb8;
  padding: 9px;
  border-radius: 25px;
}

.wpcf7-response-output {
  color: #ffffff;
  border-radius: 42px;
  line-height: 1.1;
  display: block;
  opacity: 0.5;
}

.mail-box__img--center-fix {
  left: 50%;
  transform: translateX(-50%);
}

.mail-box__desc {
  max-height: 120px;
  overflow-y: scroll;
}

body::-webkit-scrollbar {
  width: 10px;
}

body::-webkit-scrollbar-track {
  background: linear-gradient(45deg, #8f5705, #8f5705, #000);
}

body::-webkit-scrollbar-thumb {
  background-color: #eea124;
  border-radius: 10px;
  border: 1px solid black;
}







.mail-box__desc::-webkit-scrollbar {
  width: 10px;
}

.mail-box__desc::-webkit-scrollbar-track {
  background: inherit;
}

.mail-box__desc::-webkit-scrollbar-thumb {
  background-color: #eea124;
  border-radius: 20px;
  border: 1px solid black;
}

@media screen and (max-width: 1560px) {
  .mail-box__column--long:nth-child(1) .mail-box__img {
      left: -45px;
  }
}

@media screen and (max-width: 1400px) {
  .mail-box__column--long .mail-box__img {
      position: absolute;
      left: -36px;
  }
}

@media screen and (max-width: 1400px) {
  .mail-box__column--long:nth-child(1) .mail-box__img {
      left: -70px;
  }
}

@media screen and (max-width: 1400px) {
  .mail-box__desc {
      font-size: 17px;
  }
}

@media screen and (max-width: 1400px) {
  .mail-box__column.mail-box__column--small {
      min-height: 360.222px;
  }
}

@media screen and (max-width: 1369px) {
  .mail-box__title {
      font-size: 32px;
  }
}

@media screen and (max-width: 1280px) {
  img.mail-box__img.mail-box__img--center-fix {
      bottom: -35px;
  }
}

@media screen and (max-width: 1190px) {
  .mail-box__column--long:nth-child(1) .mail-box__img {
      left: -95px;
  }
}

@media screen and (max-width: 1190px) {
  .mail-box__column--long .mail-box__img {
      position: absolute;
      left: -60px;
  }
}

.mail-box__desc {
  z-index: 5;
}

@media screen and (max-width: 1366px) {
  .telegram__button span,
  .footer__button--tg  span
   {
      display: none;
  }
}

.contact-box__buttons {
  flex-wrap: wrap;
  flex-direction: column;
}

.contact-box .container {
  gap: 5%;
}

@media screen and (max-width: 1366px) {
  .contact-form__wrapper {
      padding: 60px 70px 40px 70px;
  }
}


@media (max-width: 991px) {
  .contact-form__wrapper {
    padding: 60px 16px 40px;
  }}


@media screen and (min-width: 991px) {
  body {
      zoom: 90%;
  }
}



@media (min-width: 2000px) {
  body {
    zoom: 130%;
  }}



.hero__dragon-wrapper,
main::before {
  opacity: 0;
  animation: ani 2s forwards;
}
@keyframes ani {
  0% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}

@media (max-width: 991px) {
  .contact-box .container {
      justify-content: center;
  }
}

@media (max-width: 991px) {
  .contact-box__column {
      margin-bottom: 80px;
  }
}

@media (max-width: 991px) {
  .contact-box__column-2 {
      margin-bottom: 0px;
  }
}



@media (max-width: 991px) {
  .contact-box__logo {
      margin: 0 auto;
      margin-bottom: 80px;
  }
}

@media (max-width: 991px) {
  .footer .container {
      flex-direction: column;
      text-align: center;
      gap: 40px;
  }
}

@media (max-width: 991px) {
  .footer__nav {
      flex-wrap: wrap;
      flex-direction: column;
      text-align: center;
      align-items: center;
  }
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
  transition: 1s;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
  transform: scale(1.1);
  transition: 1s;
  cursor: pointer;
}


@media (min-width: 992px) {
  .container, .hero-section__wrapper::after, main::before, .hero-section::after, .hero-section:before, .top-header{
     zoom: 70%;
  }}




  @media (min-width: 992px) {
    .container {
  max-width: 92.7%
  }}


  @media (min-width: 1400px) {
    .container {
         max-width: 1800px;
  }}


  div#reviews {
    margin-top: 70px;
}


@media (max-width: 991px) {
  div#reviews {
    margin-top: 0px;
}}


/* MOBILE */


@media screen and (max-width: 1080px) {
  header .container {
      padding: 16px;
  }}


  @media screen and (max-width: 1080px) {
    .top-header {
      min-height: inherit;
      padding: 8px 16px;
    }}



    @media (max-width: 991px) {
      body {
           zoom: 75%;
    }}


    @media (max-width: 991px) {
      .support__wrapper-mobile {
           zoom: 1.2;
    }}


    @media (max-width: 991px) {
      #reviews {
           zoom: 1.4;
    }}


    
@media (max-width: 991px) {	
  button.burger {
      display: block;
      background: url(/wp-content/uploads/2024/09/burger.svg);
      width: 40px;
      height: 40px;
      background-size: contain;
      background-repeat: no-repeat;
    order: 2;
    border: none;
    }
  }
  
  @media screen and (max-width: 991px) {
      .switch-none.menu-wrapper {
          animation: ani 1.5s forwards;
          display: flex;
          flex-direction: column;
          order: 5;
          width: 100%;
          gap: 30px;
          margin-top: 30px;
      }
  }
  
  button.burger.close-icon {
      background: url(/wp-content/uploads/2024/09/burger.svg);
      width: 40px;
      height: 40px;
      background-size: contain;
      background-repeat: no-repeat;
    opacity: 0.5;
  }
  
  .language-switcher {
      width: fit-content;
  }
  
  @media screen and (max-width: 991px) {
      .telegram__button span, .footer__button--tg span  {
        display: unset;
      }
  }
  
  @media screen and (max-width: 991px) {
    .telegram__button {
     max-width: 100%;		
    }
  }
  
  @media screen and (max-width: 991px) {
  .main-nav {
      flex-direction: column;
    }
  }
  
  @media screen and (max-width: 991px) {
  .registration__buttons li {
      width: 48%;
    }
  }
  
  @media screen and (max-width: 991px) {
    .registration__buttons {
    justify-content: space-between;		
    }
  }
  
    .registration__buttons li {
      cursor: pointer;
    }
  
  
  #support .owl-stage-outer {
    overflow: inherit;
  }
  
  #support .owl-item.active.center {
      transform: scale(0.74);
    z-index: 5;

  }



  @media (max-width: 991px) {
    .support__wrapper-mobile .owl-stage {
      
    }}





  
  #support .owl-item {
      transform: scale(0.4);
  }
  
  #support .owl-item:nth-child(2) {
    transform: rotate(-10deg) scale(0.4);
  }
  
  #support .owl-item.active.center + .owl-item {
      transform: rotate(10deg) scale(0.4);
  }
  
  #reviews .owl-item.active.center {
      transform: rotate(3.5deg) scale(0.9);

  }
  
  @media screen and (max-width: 991px) {
      #reviews .owl-item.active.center {
        transform: scale(0.9);
    }
  }
  
  
  @media screen and (max-width: 600px) {
  #partners .owl-item.active.center::before {
      width: 144%;
      height: 77%;
      display: block;
      content: '';
      position: absolute;
      background: #ffffff99;
      left: -20%;
      top: 35px;
      border-radius: 20px;
      filter: blur(23px) contrast(0.2);
      z-index: -1;
    }
  }
  
      .top-header__link:before {
          background-repeat: no-repeat;
      }
  
    .hero-section__desc {
      z-index: 5;
      position: relative;
    }


    .hero-section__title b {
      z-index: 5;
      position: relative;
  }

  main.main-content {
    background: linear-gradient(45deg, #d59500, #d08b00);
    padding: 40px 0;
}
  .main-content::before {
    display: none;
}

.main-content .container {
  padding: 0 16px;
}




  
@media screen and (max-width: 991px) {
  .d-pc-block {
    display: none;
}}


@media (min-width: 991px) {
  .d-mb-block {
    display: none !important;
}}



.advantages-table {
  border-radius: 66px;
  border: 4px solid #f2a100;
  background: linear-gradient(272deg, #fff 51.58%, #d6d6d6 98.41%);
  backdrop-filter: blur(50px);
  padding: 34px 34px 22px;
  font-size: 22px;
}


.advantages-table tbody tr {
  padding-bottom: 8px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 2px;
  display: flex;
  justify-content: space-between;
}


.advantages-table tbody tr td:first-child {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
}



/*  */

ul#advantages {
  position: relative;
}

.owl-nav.disabled {
  justify-content: space-between !important;
  position: absolute;
  top: 37%;
  transform: translateY(-50%);
  padding: 0 16px;
}


.owl-dots {
  gap: 12px !important;
  margin-top: 20px !important;
}


.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #df8a00 !important;
}




#advantages .owl-nav {
  display: none !important;
} 

#advantages .owl-dots .active span {
  background: #000 !important;
}

#mail .owl-nav {
  display: none !important;
} 


#support .owl-nav {
  display: none !important;
} 


#reviews .owl-nav {
  display: none !important;
} 


.section-content p {
  font-size: 22px;
}


