@charset "UTF-8";

/*! 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.
 */

main {
  display: block;
}

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

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

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

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

hr {
  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-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

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

a {
  background-color: transparent;
}

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

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

/**
 * 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-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * 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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  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 {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * 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 {
  border-style: none;
  padding: 0;
}

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  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"] {
  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"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * 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 {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* 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;
}

@font-face {
  font-family: 'Gilroy-Regular';
  src: url("../fonts/Gilroy-Regular.eot");
  src: url("../fonts/Gilroy-Regular.eot?iefix") format("eot"), url("../fonts/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy-Regular.ttf") format("truetype"), url("../fonts/Gilroy-Regular.svg#webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy-Bold';
  src: url("../fonts/Gilroy-Bold.eot");
  src: url("../fonts/Gilroy-Bold.eot?iefix") format("eot"), url("../fonts/Gilroy-Bold.woff") format("woff"), url("../fonts/Gilroy-Bold.ttf") format("truetype"), url("../fonts/Gilroy-Bold.svg#webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy-Medium';
  src: url("../fonts/Gilroy-Medium.eot");
  src: url("../fonts/Gilroy-Medium.eot?iefix") format("eot"), url("../fonts/Gilroy-Medium.woff") format("woff"), url("../fonts/Gilroy-Medium.ttf") format("truetype"), url("../fonts/Gilroy-Medium.svg#webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy-SemiBold';
  src: url("../fonts/Gilroy-SemiBold.eot");
  src: url("../fonts/Gilroy-SemiBold.eot?iefix") format("eot"), url("../fonts/Gilroy-SemiBold.woff") format("woff"), url("../fonts/Gilroy-SemiBold.ttf") format("truetype"), url("../fonts/Gilroy-SemiBold.svg#webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

a,
button {
  outline: none;
  text-decoration: none;
  transition: 220ms;
  border: 0;
}

b {
  font-family: 'Gilroy-Bold';
}

img {
  max-width: 100%;
}

.container {
  padding: 0 15px;
  margin: auto;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
@media (min-width: 1500px) {
    .container {
      max-width: 1550px;
    }
}
body {
  color: #fff;
  font-family: 'Gilroy-Regular';
  overflow-x: hidden;
}

#video-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background-color: #1D1B21;
}

#video-bg .video-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(36, 38, 50, 0.8);
}

.landing-grid {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
}

#fullpage {
  /*z-index: 2;*/
}

#video-bg > video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

@supports (object-fit: cover) {
  #video-bg > video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.terminal-page label,
.terminal-label label,
.form_authorization label {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  height: 75px;
  position: relative;
}

.terminal-page label .input-ques,
.terminal-label label .input-ques,
.form_authorization label .input-ques {
  position: absolute;
  top: 26px;
  right: 24px;
}

.terminal-page label .input-ques:hover path,
.terminal-label label .input-ques:hover path,
.form_authorization label .input-ques:hover path {
  fill: #4A8EFF;
}

.terminal-page label .input-ques.red path,
.terminal-label label .input-ques.red path,
.form_authorization label .input-ques.red path {
  fill: #CF3B3B;
}

.terminal-page label .label-name,
.terminal-label label .label-name,
.form_authorization label .label-name {
  opacity: 0;
  transition: opacity 220ms;
  position: absolute;
  top: 19px;
  font-family: 'Gilroy-Bold';
  left: 24px;
  font-size: 12px;
  line-height: 15px;
  color: #3A3B52;
}

.terminal-page label input,
.terminal-label label input,
.form_authorization label input {
  width: 100%;
  height: 100%;
  background: #10111E;
  box-shadow: 0px 15px 35px rgba(15, 16, 24, 0.35);
  border-radius: 4px;
  font-size: 13px;
  line-height: 15px;
  padding: 31px 25px;
  color: #fff;
}

.terminal-page label input::placeholder,
.terminal-label label input::placeholder,
.form_authorization label input::placeholder {
  color: #3A3B52;
}

.terminal-page label input:focus,
.terminal-label label input:focus,
.form_authorization label input:focus {
  outline: none;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  padding: 38px 25px 18px;
}

.terminal-page label input:focus::placeholder,
.terminal-label label input:focus::placeholder,
.form_authorization label input:focus::placeholder {
  font-size: 0;
}

.terminal-page label input:focus + .label-name,
.terminal-label label input:focus + .label-name,
.form_authorization label input:focus + .label-name {
  opacity: 1;
}

.terminal-page label.active .label-name,
.terminal-label label.active .label-name,
.form_authorization label.active .label-name {
  opacity: 1;
}

.terminal-page label.active input,
.terminal-label label.active input,
.form_authorization label.active input {
  outline: none;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  padding: 38px 25px 18px;
}

.title-line {
  transform: rotate(-90deg);
  position: absolute;
  left: -210px;
  top: 200px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}

.title-line .white-title {
  font-family: 'Gilroy-Bold';
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-right: 16px;
}

.title-line .white-line {
  height: 2px;
  width: 120px;
  background: #FFFFFF;
  opacity: 0.15;
}

.d-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.main-content {
  position: relative;
}

.title-bg {
  position: absolute;
  left: -40px;
  top: -55px;
}

.dots-bg {
  position: absolute;
  left: -32px;
  top: 105px;
}

.social {
  flex-shrink: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  width: 140px;
  margin-right: 12px;
}

.social .icon-hover {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 87px;
  height: 75px;
  max-width: none;
}

.social a {
  position: relative;
}

.social a:hover .icon-hover {
  transition: 220ms;
  opacity: 1 !important;
}

input {
  border: 0;
  font-size: 16px;
  line-height: 19px;
  font-family: 'Gilroy-Bold';
}

.t-btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  background: #4A8EFF;
  border-radius: 6px;
  font-size: 15px;
  line-height: 17px;
  font-family: 'Gilroy-Bold';
  color: #FFFFFF;
  padding: 22px 38px;
  position: relative;
  cursor: pointer;
}

.t-btn:before {
  z-index: -1;
  content: "";
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 5px;
  background: #4A8EFF;
  opacity: 0.25;
  filter: blur(35px);
  border-radius: 4px;
}

.t-btn:hover:before {
  display: block;
}

.t-btn .img-svg {
  margin-left: 20px;
}

.t-title {
  font-family: 'Gilroy-Bold';
  font-size: 68px;
  line-height: 83px;
  color: #FFFFFF;
  position: relative;
  z-index: 2;
}

.t-subtitle {
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  font-family: 'Gilroy-Regular';
  opacity: 0.5;
}

#slider-navigation {
  bottom: 60px;
  position: absolute;
  z-index: 2;
  width: 100%;
}

#slider-navigation .status-bar {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}

#slider-navigation .status-bar #number-first {
  font-size: 16px;
  line-height: 19px;
  font-family: 'Gilroy-Bold';
  color: #FFFFFF;
  transform: rotate(90deg);
  padding-top: 15px;
}

#slider-navigation .status-bar #number-last {
  font-size: 16px;
  line-height: 19px;
  font-family: 'Gilroy-Bold';
  color: #FFFFFF;
  transform: rotate(90deg);
  padding-bottom: 15px;
}

#slider-navigation .status-bar .status-box {
  width: 200px;
  height: 2px;
  background-color: #717279;
}

#slider-navigation .status-bar #status-line {
  width: 0;
  height: 2px;
  box-shadow: 0px 0px 65px rgba(254, 171, 1, 0.45);
  background-color: #FEAB01;
}

#slider-navigation .container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  max-width: 1350px;
}

#slider-navigation .slider-btns {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: flex-end;
  align-items: flex-end;
}

#slider-navigation .slide {
  margin-right: 34px;
  font-family: 'Gilroy-Bold';
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  opacity: 0.35;
  position: relative;
}

#slider-navigation .slide:before {
  content: "";
  height: 20px;
  width: 2px;
  position: absolute;
  bottom: 135%;
  left: 8px;
  background: rgba(255, 255, 255, 0.15);
}

#slider-navigation .slide.active {
  opacity: 1;
}

#slider-navigation .slide.active:before {
  height: 22px;
  width: 2px;
  background: #4A8EFF;
}

#slider-navigation .slide:hover {
  cursor: pointer;
  opacity: 1;
}

.overlay_js {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: #242631;
  opacity: 0.85;
  display: none;
}

.overlay_js.active {
  display: block !important;
}

.modal_authorization {
  z-index: 100;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

.modal_authorization.active {
  display: block;
}

.modal_authorization .modal_close {
  position: absolute;
  top: 49px;
  right: 48px;
  cursor: pointer;
}

.modal_authorization .modal_close:hover path {
  fill: #4A8EFF;
}

.form_authorization {
  background: #191B29;
  border-radius: 12px;
  padding: 42px 40px;
  max-width: 500px;
  width: 100%;
}

.form_authorization .title {
  font-size: 18px;
  font-family: 'Gilroy-Bold';
  line-height: 23px;
  margin-bottom: 15px;
}

.form_authorization .line {
  width: 35px;
  height: 3px;
  background: #4A8EFF;
  margin-bottom: 44px;
}

.form_authorization button {
  font-size: 18px;
  line-height: 22px;
  position: relative;
}

.form_authorization button img {
  margin-left: 17px;
}

.form_authorization button:before {
  z-index: -1;
  content: "";
  display: none;
  position: absolute;
  width: 170px;
  height: 70px;
  left: 0px;
  top: 9px;
  background: #4A8EFF;
  opacity: 0.30;
  filter: blur(35px);
  border-radius: 4px;
}

.form_authorization button:hover:before {
  display: block;
}

.form_authorization .d-flex {
  margin: 48px 0 38px;
  justify-content: space-between;
  -ms-align-items: stretch;
  align-items: stretch;
}

.form_authorization .subtitle {
  font-family: 'Gilroy-Bold';
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #3D4052;
  margin-bottom: 17px;
}

.form_authorization a.t-btn {
  position: relative;
  background: #FFBC1C;
  width: 230px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}

.form_authorization a.t-btn:before {
  z-index: -1;
  content: "";
  display: none;
  position: absolute;
  width: 230px;
  height: 70px;
  left: 0px;
  top: 9px;
  background: #FFBC1C;
  opacity: 0.25;
  filter: blur(35px);
  border-radius: 4px;
}

.form_authorization a.t-btn:hover:before {
  display: block;
}

.form_authorization .social {
  margin-left: 50px;
  margin-right: 0;
  flex-grow: 1;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  padding: 20px 35px;
  padding-right: 28px;
  background: #10111E;
  box-shadow: 0px 15px 35px rgba(15, 16, 24, 0.35);
  border-radius: 6px;
}

.form_authorization .social span {
  font-family: 'Gilroy-Bold';
  font-size: 14px;
  line-height: 17px;
  color: #2C2E47;
}

.form_authorization .social .links {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.form_authorization .social a {
  display: inline-block;
  margin-left: 28px;
  position: relative;
}

.form_authorization .social a:before {
  content: "";
}

.form_authorization .social .vk-icon:before {
  display: none;
}

.popup_open {
  position: relative;
  z-index: 3;
}

.header-contact {
  margin-left: 20px;
}

.header-contact span {
  display: block;
  font-size: 14px;
  line-height: 17px;
  color: rgba(255, 255, 255, 0.35);
  font-family: 'Gilroy-SemiBold';
  margin-bottom: 4px;
}

.header-contact a {
  display: block;
  margin-top: 4px;
  font-size: 16px;
  font-family: 'Gilroy-Bold';
  line-height: 19px;
  color: #FFFFFF;
}

.header-contact a:hover {
  color: #FEAB01;
}

.question {
  position: relative;
  cursor: pointer;
  height: 23px;
}

.question .question-answer {
  display: none;
  transition: opacity 220ms;
  font-weight: normal;
  position: absolute;
  font-family: 'Gilroy-Regular';
  font-size: 13px;
  width: 300px;
  height: auto;
  background: #181926;
  box-shadow: 0px 15px 35px rgba(15, 16, 24, 0.35);
  border-radius: 7px;
  z-index: 2;
  padding: 15px;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
}

.question:hover path {
  fill: #4A8EFF !important;
}

.question:hover .question-answer {
  display: block;
}

.chat-fly {
  text-align: center;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #606476;
  font-family: 'Gilroy-SemiBold';
}

.chat-fly .icon {
  display: none;
}

.chat-fly .chat-icon {
  width: 59px;
  height: 59px;
  border-radius: 50%;
  background: #222334;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  cursor: pointer;
  padding-left: 1px;
  transition: 220ms;
}

.chat-fly .chat-icon:hover {
  background: #4A8EFF;
}

.chat-fly .chat-icon:hover .img-svg path {
  fill: #fff;
}

.chat-fly .chat-icon .img-svg {
  transition: 220ms;
  width: 26px;
}

.chat-fly .chat-icon .img-svg path {
  fill: #4A8EFF;
}

.custom-chat {
  position: fixed;
  z-index: 7;
  right: 0;
  bottom: 0;
  width: 465px;
  background: #181926;
  box-shadow: 0px 15px 35px rgba(15, 16, 24, 0.35);
  border-radius: 16px;
  padding: 35px 0 20px;
  display: none;
}

.custom-chat .icon {
  background: #4A8EFF;
  border-radius: 50%;
  width: 59px;
  height: 59px;
  margin: 0 12px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}

.custom-chat .icon img {
  width: 26px;
}

.custom-chat .messages {
  padding-top: 40px;
  padding-left: 21px;
  padding-right: 18px;
  height: 400px;
  overflow-y: auto;
}

.custom-chat .messages::-webkit-scrollbar {
  width: 8px;
  background: #F7F9FA;
}

.custom-chat .messages::-webkit-scrollbar-thumb {
  border-width: 1px 1px 1px 2px;
  border-color: #4A8EFF;
  background-color: #4A8EFF;
}

.custom-chat .messages::-webkit-scrollbar-thumb:hover {
  border-width: 1px 1px 1px 2px;
  border-color: #4A8EFF;
  background-color: #4A8EFF;
}

.custom-chat .messages::-webkit-scrollbar-track {
  border-width: 0;
}

.custom-chat .messages .message {
  margin-bottom: 37px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.custom-chat .messages .message .msg-content {
  position: relative;
  justify-content: space-between;
  width: 70%;
  min-height: 55px;
  background: #212233;
  border-radius: 35px;
  padding: 20px 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.custom-chat .messages .message .msg-content .text {
  font-size: 12px;
  line-height: 20px;
  font-family: 'Gilroy-SemiBold';
}

.custom-chat .messages .message .date {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.03em;
  color: #A4B0C7;
  margin-right: 18px;
}

.custom-chat .messages .message .date img {
  margin-right: 4px;
}

.custom-chat .messages .message .icon {
  width: 50px;
  height: 50px;
}

.custom-chat .messages .message .icon img {
  width: 22px;
}

.custom-chat .messages .message .delete-msg {
  position: absolute;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  right: 22px;
}

.custom-chat .messages .message .delete-msg:hover path {
  fill: #FEAB01;
}

.custom-chat .messages .support-msg {
  justify-content: flex-end;
  text-align: right;
}

.custom-chat .messages .support-msg .icon {
  margin-left: 25px;
}

.custom-chat .messages .support-msg .msg-content {
  padding-right: 30px;
}

.custom-chat .messages .support-msg .msg-content:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
  content: "";
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-left: 40px solid #212233;
  border-bottom: 25px solid transparent;
}

.custom-chat .messages .user-msg {
  justify-content: flex-start;
}

.custom-chat .messages .user-msg .text {
  padding-right: 10px;
}

.custom-chat .messages .user-msg .icon {
  margin-right: 25px;
  background: #FEAB01;
}

.custom-chat .messages .user-msg .icon img {
  width: 16px;
}

.custom-chat .messages .user-msg .msg-content {
  padding-left: 30px;
}

.custom-chat .messages .user-msg .msg-content:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -15px;
  content: "";
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-right: 40px solid #212233;
  border-bottom: 25px solid transparent;
}

.custom-chat .chat-header {
  padding: 0 40px 20px;
  padding-right: 55px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  border-bottom: 1px solid #202233;
  position: relative;
}

.custom-chat .chat-header .chat_close {
  position: absolute;
  width: 18px;
  top: 13px;
  right: 27px;
  cursor: pointer;
}

.custom-chat .chat-header .chat_close:hover path {
  fill: #4A8EFF;
}

.custom-chat .chat-header .chat-support {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}

.custom-chat .chat-header .chat-support .name {
  font-family: 'Gilroy-Bold';
  font-size: 16px;
  line-height: 19px;
  text-align: right;
  letter-spacing: 0.03em;
}

.custom-chat .chat-header .chat-support .status {
  margin-top: 5px;
  font-size: 12px;
  line-height: 14px;
  text-align: right;
  color: #5E6077;
}

.custom-chat .chat-header .title {
  font-size: 18px;
  font-family: 'Gilroy-Bold';
  line-height: 23px;
}

.custom-chat .input {
  padding: 7px 26px;
  position: relative;
}

.custom-chat .input .d-flex {
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  position: absolute;
  right: 32px;
  bottom: 15px;
  padding: 5px;
  background-color: #11121C;
}

.custom-chat .input .d-flex label,
.custom-chat .input .d-flex button {
  margin-left: 20px;
  cursor: pointer;
}

.custom-chat .input .d-flex label {
  margin-bottom: 0;
  height: auto;
}

.custom-chat .input .d-flex input {
  display: none;
}

.custom-chat .input label:hover path {
  fill: #4A8EFF;
}

.custom-chat .input button {
  background: none;
}

.custom-chat .input textarea {
  outline: none;
  padding: 25px;
  height: 90px;
  border: 0;
  width: 100%;
  background: #11121C;
  box-shadow: 0px 15px 35px rgba(15, 16, 24, 0.35);
  border-radius: 8px;
  resize: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.02em;
  color: #fff;
}

.custom-chat .input textarea::placeholder {
  color: #2C2E41;
}

footer {
  background: #21232E;
  padding: 60px 0 65px;
}

footer .container {
  max-width: 1585px;
}

footer .footer-thumb {
  margin-bottom: 50px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
}

footer .footer-thumb .logo {
  width: 200px;
  flex-shrink: 0;
  opacity: 0.15;
}

footer .footer-thumb .desc {
  font-size: 15px;
  line-height: 21px;
  color: #42444D;
  font-family: 'Gilroy-SemiBold';
  margin-left: 65px;
  margin-right: 45px;
}

footer .footer-thumb .social {
  flex-grow: 1;
  justify-content: flex-end;
}

footer .footer-thumb .social a {
  margin-left: 30px;
}

footer .d-flex {
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

footer .footer-menu a {
  font-size: 14px;
  line-height: 25px;
  color: #4B4A65;
  font-family: 'Gilroy-Medium';
  margin-right: 35px;
  position: relative;
}

footer .footer-menu a:before {
  content: "";
  position: absolute;
  top: 125%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #4B4A65;
}

footer .footer-menu a:hover,
footer .footer-menu a.active {
  color: #fff;
}

footer .footer-menu a:hover:before,
footer .footer-menu a.active:before {
  opacity: 1;
  background-color: #4A8EFF;
}

.landing {
  background-color: #242631;
  background-size: cover;
  background-position: center;
}

.landing footer {
  display: none;
}

.landing header .chat-btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.page {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #242631;
}

.page header nav {
  flex-grow: 1;
}

.faq-page .main-content .t-title {
  max-width: 330px;
}

.intro-about {
  background-size: cover;
  background-position: center;
}

.intro-about .d-flex {
  -ms-align-items: center;
  align-items: center;
  height: 100vh;
}

.intro-about .dots-bg {
  top: -50px;
}

.intro-about .main-video {
  background-position: center;
  background-size: cover;
  margin-left: 10%;
  display: inline-block;
  max-width: 685px;
  width: 100%;
  height: 433px;
  box-shadow: 0px 15px 35px rgba(15, 16, 24, 0.35);
  border-radius: 14px;
  position: relative;
}

.intro-about .main-video #video-overlay {
  border-radius: 14px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.intro-about .main-video #brand-player {
  border-radius: 14px;
  width: 100%;
  height: 100%;
}

.intro-about .main-video #brand-player .vjs-big-play-button {
  display: none;
}

.intro-about .main-video .play-btn {
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  cursor: pointer;
}

.intro-about .main-content {
  max-width: 690px;
}

.intro-about .main-content .t-title {
  font-size: 38px;
  line-height: 47px;
}

.intro-about .main-content .line {
  margin: 27px 0 20px;
  width: 35px;
  height: 3px;
  background: #4A8EFF;
}

.intro-about .main-content .t-subtitle {
  opacity: 1;
  font-family: 'Gilroy-SemiBold';
  font-size: 17px;
  line-height: 26px;
  color: #797D95;
  margin-bottom: 28px;
}

.intro-about .main-content .t-subtitle:nth-child(2) {
  margin-bottom: 0;
}

.intro-about .main-content .t-subtitle span {
  color: #fff;
  position: relative;
}

.intro-about .main-content .t-subtitle span:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  background-color: #fff;
  height: 1px;
}

.application-about {
  background: #4A8EFF;
}

.application-about .container {
  position: relative;
}

.application-about .d-flex {
  height: 100vh;
}

.application-about .main-img {
  width: 50%;
}

.application-about .devices {
  position: relative;
  z-index: 2;
}

.application-about .animate {
  position: absolute;
  left: -7vw;
  top: 18%;
  width: 40vw;
  -webkit-animation: fly_el 2s ease-in-out infinite;
  -moz-animation: fly_el 2s ease-in-out infinite;
  animation: fly_el 2s ease-in-out infinite;
}

.application-about .animate2 {
  top: 10%;
  -webkit-animation: fly_el_reverse 2.5s ease-in-out infinite;
  -moz-animation: fly_el_reverse 2.5s ease-in-out infinite;
  animation: fly_el_reverse 2.5s ease-in-out infinite;
}

.application-about .animate3 {
  top: 14%;
  -webkit-animation: fly_el_reverse 2s ease-in-out infinite;
  -moz-animation: fly_el_reverse 2s ease-in-out infinite;
  animation: fly_el_reverse 2s ease-in-out infinite;
}

.application-about .main-content {
  max-width: 585px;
}

.application-about .title {
  font-size: 26px;
  line-height: 42px;
  font-family: 'Gilroy-SemiBold';
  margin-bottom: 40px;
}

.application-about p {
  font-size: 17px;
  line-height: 21px;
  max-width: 520px;
}

.trigger-block {
  background-position: center;
  background-color: #242631;
  padding: 320px 0 330px;
  position: relative;
  background-repeat: no-repeat;
  text-align: center;
}

.trigger-block .title {
  max-width: 700px;
  display: block;
  margin: 0 auto 40px;
  font-size: 22px;
  line-height: 40px;
  font-family: 'Gilroy-SemiBold';
}

.trigger-block .trigger-img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.trigger-block .t-btn {
  margin: 90px auto 0;
}

.intro-faq {
  padding: 250px 0 90px;
  background-size: cover;
  background-position: center;
}

.intro-faq .title-line {
  left: -220px;
  top: 280px;
}

.intro-faq .d-flex {
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.intro-faq .container {
  max-width: 1400px;
}

.intro-faq .dots-bg {
  top: -42px;
}

.intro-faq .t-title {
  font-size: 32px;
  line-height: 39px;
}

.intro-faq .line {
  margin: 20px 0 30px;
  width: 35px;
  height: 3px;
  background: #4A8EFF;
}

.intro-faq .faq-tabs {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.intro-faq .content {
  width: 48.5%;
}

.faq-tabs .tab {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  background: #161822;
  box-shadow: 0px 15px 35px rgba(15, 16, 24, 0.35);
  border-radius: 6px;
  padding: 35px 40px;
}

.faq-tabs .tab:hover {
  cursor: pointer;
  transform: scale(1.02);
}

.faq-tabs .tab .tab-btn {
  position: absolute;
  display: inline-block;
  top: 34px;
  right: 45px;
}

.faq-tabs .tab .tab-btn:hover path {
  fill: #4A8EFF;
}

.faq-tabs .tab .tab-btn .active {
  display: none;
}

.faq-tabs .tab .title {
  font-size: 17px;
  line-height: 21px;
  font-family: 'Gilroy-Bold';
}

.faq-tabs .tab .desc {
  height: 0;
  overflow: hidden;
  font-family: 'Gilroy-SemiBold';
  transition: height 220ms;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.02em;
  color: #595A6F;
}

.faq-tabs .tab.active {
  padding-top: 40px;
}

.faq-tabs .tab.active .line {
  display: block;
}

.faq-tabs .tab.active .desc {
  height: auto;
  margin-top: 35px;
  border-top: 1px solid #282A39;
  padding-top: 10px;
}

.faq-tabs .tab.active .tab-btn {
  top: 30px;
}

.faq-tabs .tab.active .tab-btn .passive {
  display: none;
}

.faq-tabs .tab.active .tab-btn .active {
  padding: 0;
  display: block;
}

.faq-tabs .tab.active .dots-bg:nth-child(2) {
  display: block;
}

.tab {
  width: 100%;
  margin-bottom: 20px;
  padding: 25px 30px;
}

.tab .tab-btn {
  top: 24px;
  right: 35px;
}

.tab .title {
  font-size: 15px;
  line-height: 19px;
}

.tab .desc {
  font-size: 13px;
}

.tab.active {
  padding-top: 35px;
}

.tab.active .desc {
  margin-top: 30px;
}

.intro-currency {
  padding: 250px 0 55px;
  background-size: cover;
  background-position: center;
}

.intro-currency .title-line {
  left: -220px;
  top: 280px;
}

.intro-currency .d-flex {
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.intro-currency .container {
  max-width: 1400px;
}

.intro-currency .dots-bg {
  top: -42px;
}

.intro-currency .t-title {
  font-size: 32px;
  line-height: 39px;
}

.intro-currency .t-subtitle {
  margin-top: 12px;
  font-size: 18px;
  line-height: 21px;
}

.intro-currency .line {
  margin: 28px 0 35px;
  width: 35px;
  height: 3px;
  background: #4A8EFF;
}

.intro-currency .table {
  width: 100%;
  text-align: left;
}

.intro-currency .content {
  width: 100%;
  margin-top: -90px;
  text-align: right;
}

.intro-currency .search {
  display: inline-block;
  margin-left: auto;
  margin-bottom: 30px;
  position: relative;
}

.intro-currency .search .icon-search {
  position: absolute;
  top: 21px;
  left: 23px;
}

.intro-currency .search input {
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  padding: 20px 60px;
  height: 60px;
  width: 360px;
  border-radius: 6px;
  background: #161822;
  box-shadow: 0px 15px 35px rgba(15, 16, 24, 0.35);
}

.intro-currency .search input::placeholder {
  color: #35394B;
}

.intro-currency .search input:focus + .icon-search path {
  fill: #fff;
}

.intro-currency .column {
  height: 80px;
  width: 100%;
  padding: 20px 50px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  background: #161822;
  box-shadow: 0px 15px 35px rgba(15, 16, 24, 0.35);
  border-radius: 6px;
  margin-bottom: 22px;
}

.intro-currency .column .first {
  width: 22%;
}

.intro-currency .column .first .stock_ticker {
  font-size: 0;
}

.intro-currency .column .first .logo {
  width: 35px;
  height: 35px;
  background-color: #2C2F3F;
  border-radius: 50%;
  margin-right: 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  padding: 10px 10px 12px;
}

.intro-currency .column .second {
  width: 30%;
}

.intro-currency .column .third {
  width: 25%;
}

.intro-currency .titles {
  font-family: 'Gilroy-Bold';
  font-size: 18px;
  line-height: 22px;
  color: #474C61;
}

.intro-currency .values {
  font-family: 'Gilroy-Bold';
  font-size: 18px;
  line-height: 22px;
}

.intro-currency .values .first {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: flex-start;
}

.intro-currency .values .second {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
}

.intro-currency .values .second .date {
  margin-left: 33px;
}

.error-page {
  background-size: auto;
  background-position: center;
}

.error-page .intro-offline .line {
  width: 45px;
  height: 6px;
  background: #4A8EFF;
  margin: 10px 0 20px;
}

.error-page .intro-offline .subtitle {
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 40px;
}

.error-page .intro-offline .timer {
  margin-bottom: 120px;
  width: 314px;
  height: 161px;
  background: #FFFFFF;
  border-radius: 12px;
  padding: 37px 45px;
  text-align: center;
}

.error-page .intro-offline .timer .timer-title {
  font-size: 18px;
  line-height: 21px;
  font-family: 'Gilroy-SemiBold';
  margin-bottom: 14px;
  color: #B8BCCD;
}

.error-page .intro-offline .timer #timer {
  font-family: 'Gilroy-Medium';
  font-size: 45px;
  line-height: 53px;
  color: #000000;
}

.error-page .intro-error {
  padding: 0;
}

.error-page .intro-error .main-img {
  max-width: 650px;
  width: 100%;
}

.error-page .intro-error .d-flex {
  height: 100vh;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
}

.error-page .intro-error .t-btn {
  margin-top: -30px;
}

.privacy-page .intro-privacy {
  padding: 250px 0 100px;
}

.privacy-page .intro-privacy .title-line {
  left: -220px;
  top: 280px;
}

.privacy-page .intro-privacy .d-flex {
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}

.privacy-page .intro-privacy .container {
  max-width: 1400px;
}

.privacy-page .intro-privacy .dots-bg {
  top: -42px;
}

.privacy-page .intro-privacy .t-title {
  font-size: 32px;
  line-height: 39px;
}

.privacy-page .intro-privacy .line {
  margin: 60px 0 35px;
  width: 35px;
  height: 3px;
  background: #4A8EFF;
}

.privacy-page .intro-privacy .privacy-content {
  width: 100%;
  background: #161822;
  box-shadow: 0px 15px 35px rgba(15, 16, 24, 0.35);
  border-radius: 6px;
  padding: 5px 45px 100px;
}

.privacy-page .intro-privacy .privacy-content .title {
  font-size: 23px;
  line-height: 28px;
  margin: 45px 0 35px;
}

.privacy-page .intro-privacy .privacy-content p {
  color: #474C61;
  line-height: 24px;
  margin-bottom: 25px;
  font-size: 17px;
}

.languages {
  display: block;
  border-radius: 3px;
  position: relative;
  padding-left: 19px;
  margin-bottom: 3px;
}

.languages .d-flex {
  width: 52px;
  height: 45px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  cursor: pointer;
}

.languages .d-flex:hover span {
  color: #FEAB01;
}

.languages .d-flex:hover path {
  fill: #FEAB01;
}

.languages span {
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #FFFFFF;
}

.languages .language-sorter {
  cursor: pointer;
}

.languages .language-sorter .img-svg {
  margin-left: 4px;
}

.languages .language-sorter .passive-arrow {
  display: none;
  transform: rotate(180deg);
}

.languages.active {
  background: #181926;
  box-shadow: 0px 15px 35px rgba(15, 16, 24, 0.35);
}

.languages.active #select-ctr,
.languages.active .select-ctr {
  display: block;
}

.languages.active .active-arrow {
  display: none;
}

.languages.active .passive-arrow {
  display: inline-block;
}

.languages #select-ctr,
.languages .select-ctr {
  text-align: left;
  display: none;
  z-index: 3;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #181926;
  box-shadow: 0px 15px 35px rgba(15, 16, 24, 0.35);
  border-radius: 3px;
  border-top: 1px solid #222337;
  padding-top: 4px;
  padding-bottom: 5px;
}

.languages #select-ctr label,
.languages .select-ctr label {
  padding: 7px 0;
  padding-left: 19px;
  display: block;
  font-family: 'Gilroy-Bold';
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #FFFFFF;
  cursor: pointer;
}

.languages #select-ctr label:hover,
.languages .select-ctr label:hover {
  color: #FEAB01;
}

.languages #select-ctr input,
.languages .select-ctr input {
  display: none;
}

header {
  transform: scale(0.9);
  padding-top: 70px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}

header .container {
  max-width: 1700px;
}

header .d-flex {
  justify-content: flex-start;
}

header .logo {
  display: block;
  flex-shrink: 0;
}

header .menu-btn {
  display: none;
}

header .chat-btn {
  display: none;
  flex-grow: 1;
  padding-right: 20px;
  font-family: 'Gilroy-Bold';
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #FFFFFF;
  -ms-align-items: center;
  align-items: center;
  justify-content: flex-end;
  white-space: nowrap;
}

header .chat-btn .icon {
  display: block;
  border: 5px solid #537336;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  background: #8CD23C;
  margin-right: 8px;
  animation: glowing 1000ms infinite;
}

header .chat-btn:hover {
  color: #8CD23C;
  cursor: pointer;
}

@keyframes glowing {
  0% {
    border: 3px solid #537336;
  }

  50% {
    border: 5px solid #537336;
  }

  100% {
    border: 3px solid #537336;
  }
}

header nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: flex-start;
  padding-left: 10px;
}

header nav a {
  margin-left: 60px;
  font-family: 'Gilroy-SemiBold';
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #FFFFFF;
  opacity: 0.25;
  position: relative;
  white-space: nowrap;
}

header nav a:before {
  display: none;
  content: "";
  position: absolute;
  top: 120%;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #4585EE;
}

header nav a:hover {
  opacity: 1;
}

header nav a.active {
  opacity: 1;
}

header nav a.active:before {
  display: block;
}

header .t-btn {
  margin-left: 17px;
  white-space: nowrap;
  background: #FEAB01;
  padding: 22px 41px;
  color: #181B20;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.03em;
  color: #181B20;
}

header .t-btn:hover {
  background: #E79A01;
}

header .t-btn:before {
  background: #FEAB01;
}

.horizontal-scrolling {
  position: relative;
  text-align: center;
}

.horizontal-scrolling .container {
  padding-top: 60px;
  max-width: 1350px;
  position: relative;
}

.horizontal-scrolling .d-flex {
  height: 100vh;
}
#section1, #section2, #section3, #section4, header {

  transform: scale(0.85);
}
#section1 {
  position: relative;
}

#section1 .half-bg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 2;
}

#section1 .main-img {
  margin-right: 43px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  position: relative;
}

#section1 .main-img .big-blue {
  max-width: 490px;
}

#section1 .main-img .big-phone {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 260px;
}

#section1 .main-content {
  text-align: left;
  position: relative;
}

#section1 .main-content .title-bg {
  top: -76px;
  left: -49px;
  position: absolute;
}

#section1 .main-content .dots-bg {
  left: -35px;
  top: -35px;
  position: absolute;
}

#section1 .main-content .t-btn {
  font-family: 'Gilroy-SemiBold';
  padding-right: 42px;
}

#section1 .main-content .t-subtitle {
  margin: 25px 0 55px;
}

#section2 {
  text-align: left;
}

#section2 .half-bg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(-1, -1);
  left: 0;
  z-index: 2;
}

#section2 .container {
  max-width: 1420px;
}

#section2 .d-flex {
  padding-bottom: 50px;
}

#section2 .main-content {
  width: 45%;
  flex-shrink: 0;
  position: relative;
}

#section2 .main-content .t-title {
  font-size: 38px;
  line-height: 47px;
}

#section2 .main-content .t-subtitle {
  margin: 13px 0 5px;
  font-size: 18px;
  line-height: 20px;
}

#section2 .main-content .items-box {
  position: relative;
  z-index: 2;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#section2 .main-content .items-box .item {
  position: relative;
  margin: 30px 0 0;
  background: #181926;
  box-shadow: 0px 15px 35px rgba(15, 16, 24, 0.35);
  border-radius: 14px;
  width: 47.5%;
  padding: 28px 40px 25px;
  min-height: 225px;
}

#section2 .main-content .items-box .item .title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: flex-start;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  font-family: 'Gilroy-SemiBold';
  margin: 22px 0 10px;
}

#section2 .main-content .items-box .item .title .img-svg {
  margin-left: 6px;
  cursor: pointer;
}

#section2 .main-content .items-box .item .number {
  position: absolute;
  top: 39px;
  right: 45px;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.1em;
  color: #2B2C3F;
  font-family: 'Gilroy-Bold';
}

#section2 .main-content .items-box .item .line {
  width: 25px;
  height: 3px;
  background-color: #FEAB01;
  margin-bottom: 10px;
}

#section2 .main-content .items-box .item .desc {
  font-weight: 600;
  font-size: 15px;
  line-height: 17px;
  letter-spacing: 0.02em;
  color: #76778A;
}

#section2 .main-content .items-box .item .dots-bg {
  opacity: 0.6;
  width: 85px;
  left: 35px;
  top: 40px;
}

#section2 .main-content .items-box .item .dots-bg:nth-child(2) {
  bottom: 44px;
  right: 40px;
  left: auto;
  top: auto;
}

#section2 .payment-content {
  flex-grow: 1;
  padding-top: 12px;
  padding-left: 75px;
}

#section2 .payment-content .t-title {
  margin: 30px 0 40px;
  font-size: 22px;
  line-height: 28px;
}

#section2 .payment-content .t-btn {
  margin: -5px auto 0;
  font-weight: normal;
  font-family: 'Gilroy-Medium';
}

#section2 .payment-content .payment-img {
  margin-bottom: 10px;
  text-align: center;
  padding: 27px 35px 25px;
  background: #181926;
  box-shadow: 0px 15px 35px rgba(15, 16, 24, 0.35);
  border-radius: 6px;
}

#section2 .payment-content .payment-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#section2 .payment-content .payment-box .item {
  width: 43%;
  padding-left: 60px;
  position: relative;
  margin: 25px 0;
}

#section2 .payment-content .payment-box .item:before {
  content: "";
  position: absolute;
  width: 45px;
  height: 3px;
  background-color: #FEAB01;
  left: 0;
  top: 15px;
  border-radius: 100px;
}

#section2 .payment-content .payment-box .item .title {
  white-space: nowrap;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  font-family: 'Gilroy-Bold';
  margin-bottom: 15px;
  display: block;
}

#section2 .payment-content .payment-box .item p {
  margin: 0;
  font-size: 13px;
  line-height: 18px;
  color: #6C7188;
}

@-webkit-keyframes spinPlanet {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@-moz-keyframes spinPlanet {
  0% {
    -moz-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -moz-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes spinPlanet {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(1turn);
    -moz-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@-webkit-keyframes fly_el {
  0%, to {
    -webkit-transform: translateY(0) rotate(0.01deg);
    transform: translateY(0) rotate(0.01deg);
  }

  50% {
    -webkit-transform: translateY(-10%) rotate(0.01deg);
    transform: translateY(-10%) rotate(0.01deg);
  }
}

@-moz-keyframes fly_el {
  0%, to {
    -moz-transform: translateY(0) rotate(0.01deg);
    transform: translateY(0) rotate(0.01deg);
  }

  50% {
    -moz-transform: translateY(-10%) rotate(0.01deg);
    transform: translateY(-10%) rotate(0.01deg);
  }
}

@keyframes fly_el {
  0%, to {
    -webkit-transform: translateY(0) rotate(0.01deg);
    -moz-transform: translateY(0) rotate(0.01deg);
    transform: translateY(0) rotate(0.01deg);
  }

  50% {
    -webkit-transform: translateY(-10%) rotate(0.01deg);
    -moz-transform: translateY(-10%) rotate(0.01deg);
    transform: translateY(-10%) rotate(0.01deg);
  }
}

@-webkit-keyframes fly_el_reverse {
  0%, to {
    -webkit-transform: translateY(0) rotate(0.01deg);
    transform: translateY(0) rotate(0.01deg);
  }

  50% {
    -webkit-transform: translateY(10%) rotate(0.01deg);
    transform: translateY(10%) rotate(0.01deg);
  }
}

@-moz-keyframes fly_el_reverse {
  0%, to {
    -moz-transform: translateY(0) rotate(0.01deg);
    transform: translateY(0) rotate(0.01deg);
  }

  50% {
    -moz-transform: translateY(10%) rotate(0.01deg);
    transform: translateY(10%) rotate(0.01deg);
  }
}

@keyframes fly_el_reverse {
  0%, to {
    -webkit-transform: translateY(0) rotate(0.01deg);
    -moz-transform: translateY(0) rotate(0.01deg);
    transform: translateY(0) rotate(0.01deg);
  }

  50% {
    -webkit-transform: translateY(10%) rotate(0.01deg);
    -moz-transform: translateY(10%) rotate(0.01deg);
    transform: translateY(10%) rotate(0.01deg);
  }
}

@-webkit-keyframes fly_el_ms {
  0%, to {
    -webkit-transform: translateY(0) rotate(0.01deg);
    transform: translateY(0) rotate(0.01deg);
  }

  50% {
    -webkit-transform: translateY(-50px) rotate(0.01deg);
    transform: translateY(-50px) rotate(0.01deg);
  }
}

@-moz-keyframes fly_el_ms {
  0%, to {
    -moz-transform: translateY(0) rotate(0.01deg);
    transform: translateY(0) rotate(0.01deg);
  }

  50% {
    -moz-transform: translateY(-50px) rotate(0.01deg);
    transform: translateY(-50px) rotate(0.01deg);
  }
}

@keyframes fly_el_ms {
  0%, to {
    -webkit-transform: translateY(0) rotate(0.01deg);
    -moz-transform: translateY(0) rotate(0.01deg);
    transform: translateY(0) rotate(0.01deg);
  }

  50% {
    -webkit-transform: translateY(-50px) rotate(0.01deg);
    -moz-transform: translateY(-50px) rotate(0.01deg);
    transform: translateY(-50px) rotate(0.01deg);
  }
}

@-webkit-keyframes fly_el_reverse_ms {
  0%, to {
    -webkit-transform: translateY(0) rotate(0.01deg);
    transform: translateY(0) rotate(0.01deg);
  }

  50% {
    -webkit-transform: translateY(50px) rotate(0.01deg);
    transform: translateY(50px) rotate(0.01deg);
  }
}

@-moz-keyframes fly_el_reverse_ms {
  0%, to {
    -moz-transform: translateY(0) rotate(0.01deg);
    transform: translateY(0) rotate(0.01deg);
  }

  50% {
    -moz-transform: translateY(50px) rotate(0.01deg);
    transform: translateY(50px) rotate(0.01deg);
  }
}

@keyframes fly_el_reverse_ms {
  0%, to {
    -webkit-transform: translateY(0) rotate(0.01deg);
    -moz-transform: translateY(0) rotate(0.01deg);
    transform: translateY(0) rotate(0.01deg);
  }

  50% {
    -webkit-transform: translateY(50px) rotate(0.01deg);
    -moz-transform: translateY(50px) rotate(0.01deg);
    transform: translateY(50px) rotate(0.01deg);
  }
}

#section3 {
  text-align: left;
}

#section3 .half-bg {
  position: absolute;
  top: 16%;
  transform: translateX(-113px);
  left: 100%;
  z-index: 3;
}

#section3 .d-flex {
  padding-bottom: 100px;
}

#section3 .main-img {
  margin-right: 83px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: flex-end;
  align-items: flex-end;
  position: relative;
  height: 100%;
  flex-grow: 1;
}

#section3 .main-img .big-blue {
  width: 35vw;
  max-width: none;
  position: absolute;
  top: 56%;
  left: 75%;
  transform: translate(-50%, -50%);
}

#section3 .main-img .animate {
  top: 17%;
  left: -14%;
  -webkit-animation: fly_el 2.5s ease-in-out infinite;
  -moz-animation: fly_el 2.5s ease-in-out infinite;
  animation: fly_el 2.5s ease-in-out infinite;
}

#section3 .main-img .animate2 {
  top: 19%;
  -webkit-animation: fly_el_reverse 2.5s ease-in-out infinite;
  -moz-animation: fly_el_reverse 2.5s ease-in-out infinite;
  animation: fly_el_reverse 2.5s ease-in-out infinite;
}

#section3 .main-img .animate3 {
  top: 23%;
  -webkit-animation: fly_el 2s ease-in-out infinite;
  -moz-animation: fly_el 2s ease-in-out infinite;
  animation: fly_el 2s ease-in-out infinite;
}

#section3 .main-img .big-devices {
  position: absolute;
  top: 63%;
  left: 90%;
  transform: translate(-50%, -50%);
  max-width: none;
  z-index: 2;
  width: 35vw;
}

#section3 .main-content {
  position: relative;
  flex-shrink: 0;
  z-index: 2;
}

#section3 .main-content .t-title {
  font-size: 35px;
  line-height: 40px;
}

#section3 .main-content .t-subtitle {
  font-size: 18px;
  line-height: 20px;
  margin: 14px 0 7px;
}

#section3 .main-content .tabs {
  flex-shrink: 0;
  max-width: 450px;
}

#section3 .main-content .tabs .tab {
  position: relative;
  margin-top: 30px;
  background: #181926;
  box-shadow: 0px 15px 35px rgba(15, 16, 24, 0.35);
  border-radius: 14px;
  padding: 40px 40px;
  padding-left: 125px;
  padding-right: 80px;
}

#section3 .main-content .tabs .tab:last-child {
  margin-bottom: 0;
}

#section3 .main-content .tabs .tab .dots-bg {
  width: 50px;
  top: 30px;
  left: 30px;
  height: auto;
}

#section3 .main-content .tabs .tab .dots-bg:nth-child(2) {
  display: none;
  width: 90px;
  top: auto;
  left: auto;
  right: 110px;
  bottom: 23px;
  opacity: 0.4;
}

#section3 .main-content .tabs .tab:hover {
  cursor: pointer;
  transform: scale(1.02);
}

#section3 .main-content .tabs .tab .tab-btn {
  position: absolute;
  display: inline-block;
  top: 35px;
  right: 48px;
  font-size: 32px;
  line-height: 37px;
  letter-spacing: 0.1em;
  color: #595A6E;
}

#section3 .main-content .tabs .tab .tab-btn .active {
  display: none;
}

#section3 .main-content .tabs .tab .title {
  font-size: 18px;
  line-height: 22px;
  font-family: 'Gilroy-Bold';
  color: #FFFFFF;
}

#section3 .main-content .tabs .tab .tab-icon {
  position: absolute;
  top: -6px;
  left: -10px;
  width: 140px;
}

#section3 .main-content .tabs .tab .line {
  display: none;
  margin: 10px 0;
  width: 25px;
  height: 3px;
  background: #4A8EFF;
  border-radius: 100px;
}

#section3 .main-content .tabs .tab .desc {
  height: 0;
  overflow: hidden;
  font-family: 'Gilroy-SemiBold';
  transition: height 220ms;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #595A6F;
}

#section3 .main-content .tabs .tab.active {
  padding-top: 30px;
  padding-bottom: 30px;
}

#section3 .main-content .tabs .tab.active .line {
  display: block;
}

#section3 .main-content .tabs .tab.active .desc {
  height: auto;
}

#section3 .main-content .tabs .tab.active .tab-btn {
  top: 30px;
}

#section3 .main-content .tabs .tab.active .tab-btn .passive {
  display: none;
}

#section3 .main-content .tabs .tab.active .tab-btn .active {
  padding: 0;
  display: block;
}

#section3 .main-content .tabs .tab.active .dots-bg:nth-child(2) {
  display: block;
}

#section3 .main-content .d-flex {
  height: auto;
  padding: 0;
  justify-content: flex-start;
  -ms-align-items: flex-end;
  align-items: flex-end;
}

#section3 .main-content .apps {
  margin-left: 30px;
  text-align: left;
}

#section3 .main-content .apps .t-title {
  font-size: 18px;
  line-height: 22px;
  margin: 0;
}

#section3 .main-content .apps .app {
  color: #fff;
  display: block;
  margin-top: 16px;
  background: #181926;
  box-shadow: 0px 15px 35px rgba(15, 16, 24, 0.35);
  border-radius: 4px;
  width: 250px;
  height: 70px;
  padding: 14px 77px;
  padding-right: 20px;
  position: relative;
  transition: transform 220ms;
}

#section3 .main-content .apps .app:hover {
  cursor: pointer;
  transform: scale(1.02);
}

#section3 .main-content .apps .app .app-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#section3 .main-content .apps .app .title {
  font-family: 'Gilroy-Bold';
  font-size: 12px;
  line-height: 15px;
  opacity: 0.45;
}

#section3 .main-content .apps .app .os-name {
  margin-top: 4px;
  font-family: 'Gilroy-Bold';
  font-size: 16px;
  line-height: 19px;
}

#section4 {
  background-size: cover;
  background-position: center;
  padding-top: 150px;
}

#section4 .half-bg {
  display: none !important;
}

#section4 .d-flex {
  -ms-align-items: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
}

#section4 .t-title {
  position: relative;
  font-size: 38px;
  line-height: 47px;
  margin-bottom: 60px;
}

#section4 .contact-info {
  padding-left: 88px;
  padding-top: 137px;
  flex-grow: 1;
}

#section4 .contact-info .d-flex {
  justify-content: flex-start;
  height: auto;
  margin-bottom: 40px;
}

#section4 .contact-info img {
  margin-right: 20px;
}

#section4 .contact-info .geo {
  max-width: 240px;
  width: 100%;
  text-align: left;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  margin-right: 80px;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.03em;
  font-family: 'Gilroy-SemiBold';
}

#section4 .contact-info .geo img {
  width: 45px;
}

#section4 .contact-info .geo:nth-child(2) {
  flex-grow: 1;
  margin-right: 0;
  max-width: none;
}

#section4 .contact-info .item {
  max-width: 236px;
  margin-right: 80px;
  margin-left: 5px;
  width: 100%;
  flex-shrink: 0;
  text-align: left;
}

#section4 .contact-info .item a {
  margin-top: 13px;
  display: block;
  font-family: 'Gilroy-SemiBold';
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.03em;
  color: #FFFFFF;
}

#section4 .main-content {
  position: relative;
  max-width: 49%;
  text-align: left;
}

#section4 .main-content .d-flex {
  height: auto;
  -ms-align-items: center;
  align-items: center;
}

#section4 .main-content .contact-form {
  padding: 60px 40px 35px;
  background: #181926;
  box-shadow: 0px 15px 35px rgba(15, 16, 24, 0.35);
  border-radius: 14px;
  position: relative;
  z-index: 2;
}

#section4 .main-content .contact-form .dots-bg {
  left: 27px;
  top: 30px;
  width: 50px;
  opacity: 0.4;
}

#section4 .main-content .contact-form .dots-bg:nth-child(2) {
  right: 40px;
  bottom: 30px;
  width: 90px;
  left: auto;
  top: auto;
}

#section4 .main-content .contact-form .d-flex {
  margin-bottom: 40px;
  justify-content: space-between;
}

#section4 .main-content .contact-form .buttons {
  margin: 25px 0 0;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
}

#section4 .main-content .contact-form .buttons button {
  width: 190px;
  font-size: 13px;
  line-height: 15px;
  margin-right: 30px;
  transition: transform 220ms;
}

#section4 .main-content .contact-form .buttons button:hover {
  transform: scale(1.02);
}

#section4 .main-content .contact-form .buttons .form-warning {
  font-size: 12px;
  line-height: 15px;
  font-family: 'Gilroy-SemiBold';
  letter-spacing: 0.03em;
  color: #494B5E;
}

#section4 .main-content .contact-form .textarea {
  display: block;
  width: 100%;
  margin-bottom: 24px;
  height: 85px;
}

#section4 .main-content .contact-form .textarea .img-svg {
  top: 17px;
  bottom: auto;
}

#section4 .main-content .contact-form textarea {
  width: 100%;
  height: 90px;
  padding: 17px 30px;
  background: none;
  border: 0;
  text-align: left;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.03em;
  color: #fff;
  font-family: 'Gilroy-SemiBold';
  outline: none;
}

#section4 .main-content .contact-form textarea::placeholder {
  color: #393B4E;
}

#section4 .main-content .contact-form textarea:focus + .img-svg path {
  fill: #4A8EFF !important;
}

#section4 .main-content .contact-form label {
  width: 31%;
  border-bottom: 1px solid #2A2C3E;
  position: relative;
}

#section4 .main-content .contact-form label .label-img {
  position: absolute;
  bottom: 17px;
  left: 2px;
}

#section4 .main-content .contact-form label .label-img path {
  fill: #393B4E;
}

#section4 .main-content .contact-form label input {
  outline: none;
  padding: 17px 30px;
  background: none;
  border: 0;
  text-align: left;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.03em;
  color: #fff;
  font-family: 'Gilroy-SemiBold';
}

#section4 .main-content .contact-form label input::placeholder {
  color: #393B4E;
}

#section4 .main-content .contact-form label input:focus + .img-svg path {
  fill: #4A8EFF !important;
}

#mobile-menu {
  z-index: 12;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  transition: width 220ms;
  background: #242631;
  display: flex;
  justify-content: center;
  align-items: center;
}

#mobile-menu .header-contact {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  bottom: 30px;
}

#mobile-menu.active {
  width: 100%;
}

#mobile-menu #mobile-menu-close {
  position: absolute;
  right: 30px;
  width: 20px;
  top: 40px;
  cursor: pointer;
  transition: transform 220ms;
}

#mobile-menu #mobile-menu-close path {
  fill: #fff;
}

#mobile-menu .mobile-menu-list {
  list-style: none;
  text-align: center;
}

#mobile-menu .mobile-menu-list .social {
  width: 100%;
  padding: 20px 0 0;
  margin-right: 0;
}

#mobile-menu .mobile-menu-list li {
  margin-bottom: 40px;
}

#mobile-menu .mobile-menu-list li:last-child {
  margin-bottom: 0;
}

#mobile-menu .mobile-menu-list li a {
  font-family: 'Gilroy-Bold';
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #FFFFFF;
  position: relative;
  white-space: nowrap;
}

#mobile-menu .mobile-menu-list li a:hover {
  color: #ED6C0C;
}

.terminal-header {
  padding: 15px 25px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  z-index: 2;
  position: relative;
}

.terminal-header .t-btn {
  display: inline-block;
  background: #4A8EFF;
  font-family: 'Gilroy-SemiBold';
  border-radius: 3px;
  height: 60px;
  color: #fff;
  font-size: 14px;
  line-height: 17px;
}

.terminal-page .container {
  max-width: 1030px;
}

.rates-content {
  margin: 0 0 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
}

.rates-content .rates-header {
  position: relative;
}

.rates-content .rates-header .t-title {
  font-size: 20px;
  line-height: 24px;
}

.rates-content .rates-header .dots-bg {
  width: 90px;
  position: absolute;
  left: -16px;
  top: -15px;
  opacity: 0.5;
}

.rates-content .rates-header .line {
  margin-top: 20px;
  width: 30px;
  height: 3px;
  background: #4A8EFF;
}

.rates-content .desc {
  font-size: 16px;
  font-family: 'Gilroy-SemiBold';
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #686B79;
}

.rates {
  margin-bottom: 50px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: stretch;
  align-items: stretch;
}

.rates .rate {
  width: 32.3%;
  background: #191A27;
  border-radius: 8px;
  padding: 29px 30px 105px;
  position: relative;
}

.rates .rate .rate_icon {
  position: absolute;
  top: 35px;
  right: 16px;
}

.rates .rate .rate_for {
  font-family: 'Gilroy-SemiBold';
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #3C3E56;
}

.rates .rate .rate_name {
  font-family: 'Gilroy-Bold';
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.02em;
  margin: 8px 0 15px;
}

.rates .rate p {
  font-family: 'Gilroy-Medium';
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.03em;
  color: #707293;
  margin: 0;
}

.rates .rate .rate_btn {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 48px;
  display: -webkit-flex;
  font-family: 'Gilroy-SemiBold';
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #191A27 -115.62%, #4A8EFF 100%);
  border-radius: 0px 0px 8px 8px;
  transition: 220ms;
  color: #fff;
}

.rates .rate .rate_btn.blue {
  background: linear-gradient(180deg, #191A27 -115.62%, #4A8EFF 100%);
}

.rates .rate .rate_btn.green {
  background: linear-gradient(180deg, rgba(137, 185, 81, 0) -79.17%, #89B951 100%);
}

.rates .rate .rate_btn.orange {
  background: linear-gradient(180deg, rgba(254, 171, 1, 0) -98.96%, #FEAB01 100%);
}

.terminal-table {
  margin-bottom: 45px;
}

.terminal-table .column {
  background: #191A27;
  height: 110px;
  color: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: stretch;
  align-items: stretch;
  justify-content: flex-start;
}

.terminal-table .column:nth-child(2n) {
  background: #151622;
}

.terminal-table .column:nth-child(2n) .title {
  background: #191A27;
}

.terminal-table .column .title {
  background: #151622;
  padding: 20px;
  padding-left: 40px;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Gilroy-Bold';
  color: #A5BDD9;
  width: 215px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: flex-start;
}

.terminal-table .column .value {
  width: 240px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: flex-start;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding-left: 30px;
  font-size: 15px;
  line-height: 24px;
}

.terminal-table .column .value .dark-text {
  color: #5B728C;
}

.terminal-table .column .value .row {
  margin: 4px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.terminal-table .column .value .desc {
  font-size: 12px;
  line-height: 18px;
  color: #A5BDD9;
}

.terminal-table .column .value .ftt {
  margin-left: 14px;
  margin-right: 18px;
  position: relative;
}

.terminal-table .column .value .ftt:before {
  content: "";
  position: absolute;
  top: 0;
  left: -4px;
  position: absolute;
  width: 24px;
  height: 23px;
  background: rgba(0, 148, 255, 0.1);
  border-radius: 8px;
}

.terminal-table .column .value .ftt:after {
  content: "FTT";
  font-size: 11px;
  line-height: 14px;
  text-transform: uppercase;
  color: #0094FF;
  font-family: 'Gilroy-Medium';
  position: absolute;
  left: 11px;
  top: 6px;
}

.terminal-table .column .value .fx {
  margin-left: 14px;
  position: relative;
}

.terminal-table .column .value .fx:before {
  content: "";
  position: absolute;
  top: 0;
  left: -4px;
  position: absolute;
  width: 24px;
  height: 23px;
  background: rgba(241, 81, 49, 0.1);
  border-radius: 8px;
}

.terminal-table .column .value .fx:after {
  content: "FX";
  font-size: 11px;
  font-family: 'Gilroy-Regular';
  line-height: 14px;
  text-transform: uppercase;
  color: #F15131;
  position: absolute;
  left: 11px;
  top: 5px;
}

.promocode-form,
.terminal-label {
  width: 431px;
  margin: 0 auto 55px;
  justify-content: center;
  -ms-align-items: stretch;
  align-items: stretch;
}

.promocode-form label,
.terminal-label label {
  margin: 0;
  height: 62px;
  margin-right: 22px;
}

.promocode-form label input,
.terminal-label label input {
  height: 55px;
  font-size: 15px;
  font-family: 'Gilroy-Medium';
}

.promocode-form label input:focus,
.terminal-label label input:focus {
  padding-left: 20px;
  height: 62px;
  padding-top: 35px;
  font-size: 13px;
  line-height: 17px;
}

.promocode-form label .label-name,
.terminal-label label .label-name {
  top: 10px;
  left: 19px;
}

.promocode-form button,
.terminal-label button {
  border-radius: 3px;
  height: 55px;
  padding: 0;
  font-size: 14px;
  line-height: 17px;
  width: 180px;
}

.terminal-faq {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 85px;
}

.terminal-faq .main-title {
  position: relative;
}

.terminal-faq .main-title .dots-bg {
  width: 90px;
  opacity: 0.5;
  position: absolute;
  left: -25px;
  top: -25px;
}

.terminal-faq .main-title .title {
  font-size: 20px;
  line-height: 24px;
  font-family: 'Gilroy-Bold';
}

.terminal-faq .main-title .line {
  margin-top: 20px;
  width: 30px;
  height: 3px;
  background: #4A8EFF;
}

.terminal-faq .tab {
  font-weight: normal;
  letter-spacing: 0.3px;
  font-family: 'Gilroy-Regular';
  font-size: 18px;
  line-height: 22px;
  padding: 40px 45px;
  margin-top: 35px;
}

.terminal-faq .tab .tab-btn {
  top: 40px;
}

.terminal-faq .tab.active .tab-btn {
  right: 45px;
  top: 32px;
}

.terminal-page .chat-fly {
  position: absolute;
  right: 31px;
  bottom: 34px;
  z-index: 2;
}

.terminal-page .chat-fly .icon {
  border: 5px solid #537336;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  background: #8CD23C;
  margin-right: 8px;
  animation: glowing 1000ms infinite;
}

@keyframes glowing {
  0% {
    border: 3px solid #537336;
  }

  50% {
    border: 5px solid #537336;
  }

  100% {
    border: 3px solid #537336;
  }
}

.verification-page {
  height: 100vh;
  overflow: hidden;
}

.verification-page .success_modal {
  display: none;
  position: absolute;
  left: 50%;
  top: 53%;
  transform: translate(-50%, -50%);
  max-width: 433px;
  width: 100%;
  padding: 77px 60px;
  background: #191A27;
  box-shadow: 0px 15px 35px rgba(15, 16, 24, 0.35);
  border-radius: 12px;
  text-align: center;
}

.verification-page .success_modal .title {
  margin-top: 25px;
  font-size: 16px;
  line-height: 20px;
  color: #535571;
  font-family: 'Gilroy-SemiBold';
}

.verification-page .container {
  position: absolute;
  max-width: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}

.verification-page .verification-form {
  max-width: 590px;
  width: 100%;
  position: relative;
}

.verification-page .verification-form.blur .d-flex {
  filter: blur(5px);
}

.verification-page .verification-form.blur .success_modal {
  display: block;
  z-index: 1;
}

.verification-page .verification-form .d-flex {
  margin: 35px 0 0;
  padding: 37px 37px 30px;
  background: #181926;
  border-radius: 6px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: flex-start;
  align-items: flex-start;
  justify-content: space-between;
}

.verification-page .verification-form .inputs {
  width: 46%;
}

.verification-page .verification-form .inputs:nth-child(2) button {
  display: none;
}

.verification-page .verification-form .label-name {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: #484960;
  margin-bottom: 7px;
  font-family: 'Gilroy-Bold';
  text-transform: uppercase;
}

.verification-page .verification-form .file-label {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  background: #13141F;
  box-shadow: 0px 15px 35px rgba(15, 16, 24, 0.35);
  border-radius: 3px;
  height: 50px;
  cursor: pointer;
  margin-bottom: 23px;
}

.verification-page .verification-form .file-label:hover .box .img-svg path {
  fill: #4A8EFF;
}

.verification-page .verification-form .file-label:hover .box .title {
  color: #4A8EFF;
}

.verification-page .verification-form .file-label .box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}

.verification-page .verification-form .file-label .box .img-svg {
  margin-right: 10px;
}

.verification-page .verification-form .file-label .box .img-svg path {
  fill: #373950;
}

.verification-page .verification-form .file-label .box .title {
  font-family: 'Gilroy-SemiBold';
  font-size: 14px;
  line-height: 17px;
  color: #373950;
}

.verification-page .verification-form .file-label input {
  display: none;
}

.verification-page .verification-form input {
  width: 100%;
  padding: 15px 20px;
  background: #13141F;
  box-shadow: 0px 15px 35px rgba(15, 16, 24, 0.35);
  border-radius: 3px;
  height: 50px;
  color: #fff;
  font-size: 14px;
  line-height: 17px;
  margin: 0 0 23px;
  font-family: 'Gilroy-Bold';
}

.verification-page .verification-form input::placeholder {
  color: #484960;
}

.verification-page .verification-form button {
  width: 100%;
  background: #FEAB01;
  margin: 21px 0 0 !important;
  height: 49px;
  padding: 10px;
  font-size: 14px;
  border-radius: 3px;
  line-height: 17px;
  color: #0D0E18;
  z-index: 2;
}

.verification-page .verification-form button:before {
  background: #FEAB01;
}

.payment-page .question .question-answer {
  color: #fff;
  font-size: 13px;
  line-height: 20px;
}

.payment-page .privacy {
  margin-bottom: 50px;
}

.payment-page .privacy p {
  font-family: 'Gilroy-Medium';
  font-size: 14px;
  line-height: 16px;
  color: #555868;
}

.payment-page .privacy p a {
  color: #555868;
  text-decoration: underline;
}

.payment-page .privacy p a:hover {
  color: #4A8EFF;
}

.payment-page .privacy .d-flex {
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  margin: 40px -10px 0;
}

.payment-page .privacy .d-flex img {
  margin: 0 10px;
}

.payment-page .payment-box {
  max-width: 800px;
  margin: 50px auto 0;
}

.payment-page .payment-box .increase-form,
.payment-page .payment-box .operations {
  margin-bottom: 25px;
}

.payment-page .payment-box .cards {
  padding: 40px 44px;
  height: 600px;
  background: #181926;
  border-radius: 6px;
}

.payment-page .payment-box .cards .title {
  margin: 0 0 20px;
  font-family: 'Gilroy-Bold';
  font-size: 16px;
  line-height: 19px;
}

.payment-page .payment-box .cards .card {
  margin-bottom: 22px;
  width: 30%;
  background: #13141F;
  box-shadow: 0px 15px 35px rgba(15, 16, 24, 0.35);
  border-radius: 3px;
  height: 120px;
  flex-shrink: 0;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: 220ms;
  border: 1px solid transparent;
}

.payment-page .payment-box .cards .card input {
  display: none;
}

.payment-page .payment-box .cards .card:hover {
  border: 1px solid #4A8EFF;
  box-shadow: 0px 15px 35px rgba(15, 16, 24, 0.35);
}

.payment-page .payment-box .cards .d-flex {
  justify-content: space-between;
  margin-bottom: 12px;
  flex-wrap: wrap;
}

.payment-page .payment-box .control {
  display: none;
}

.payment-page .payment-box .control .question .img-svg {
  width: 13px;
  height: 13px;
  margin-left: 3px;
  margin-bottom: -3px;
}

.payment-page .payment-box .control .question .img-svg path {
  fill: #4F516C;
}

.payment-page .payment-box .control .d-flex {
  height: 600px;
  background: #181926;
  border-radius: 6px;
  -ms-align-items: stretch;
  align-items: stretch;
  justify-content: space-between;
}

.payment-page .payment-box .control .control-bonus {
  flex-grow: 1;
  padding: 40px;
}

.payment-page .payment-box .control .control-bonus label.active {
  border: 1px solid #4A8EFF !important;
}

.payment-page .payment-box .control .control-bonus #prev-form {
  border: none;
  cursor: pointer;
  background: none;
  margin-bottom: 30px;
}

.payment-page .payment-box .control .control-bonus #prev-form:hover .img-svg path {
  fill: #4A8EFF;
}

.payment-page .payment-box .control .control-bonus #prev-form:hover span {
  color: #4A8EFF;
}

.payment-page .payment-box .control .control-bonus #prev-form .img-svg {
  height: 16px;
  width: 16px;
  transform: rotate(90deg);
  margin-bottom: -3px;
}

.payment-page .payment-box .control .control-bonus #prev-form .img-svg path {
  fill: #4B4E68;
}

.payment-page .payment-box .control .control-bonus #prev-form span {
  padding-left: 7px;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #4B4E68;
  font-family: 'Gilroy-SemiBold';
}

.payment-page .payment-box .control .control-bonus .bonuses {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.payment-page .payment-box .control .control-bonus .bonuses .big-bonus {
  background: #13141F;
  box-shadow: 0px 15px 35px rgba(15, 16, 24, 0.35);
  border-radius: 3px;
  height: 120px;
  width: 48%;
  padding: 25px 29px 21px;
  position: relative;
  cursor: pointer;
  transition: 220ms;
  border: 1px solid transparent;
  margin: 0 0 15px;
}

.payment-page .payment-box .control .control-bonus .bonuses .big-bonus .icon {
  top: 25px;
  right: 14px;
  position: absolute;
}

.payment-page .payment-box .control .control-bonus .bonuses .big-bonus:hover {
  border: 1px solid #4A8EFF;
  box-shadow: 0px 15px 35px rgba(15, 16, 24, 0.35);
}

.payment-page .payment-box .control .control-bonus .bonuses input {
  display: none;
}

.payment-page .payment-box .control .control-bonus .bonuses .title {
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.02em;
  font-family: 'Gilroy-SemiBold';
}

.payment-page .payment-box .control .control-bonus .bonuses .bonus-percent {
  margin: 5px 0 15px;
  font-family: 'Gilroy-Medium';
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.02em;
  color: #3D4059;
}

.payment-page .payment-box .control .control-bonus .bonuses .bonus-price {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: #74B02E;
  font-family: 'Gilroy-Bold';
}

.payment-page .payment-box .control .control-bonus .bonus {
  padding: 23px;
  background: #13141F;
  box-shadow: 0px 15px 35px rgba(15, 16, 24, 0.35);
  border-radius: 3px;
  height: 120px;
  width: 31%;
  margin: 0 0 15px;
  cursor: pointer;
  transition: 220ms;
  border: 1px solid transparent;
}

.payment-page .payment-box .control .control-bonus .bonus:hover {
  border: 1px solid #4A8EFF;
  box-shadow: 0px 15px 35px rgba(15, 16, 24, 0.35);
}

.payment-page .payment-box .control .control-form {
  flex-shrink: 0;
  width: 270px;
  padding: 44px 27px;
  background: #141521;
  border-radius: 0px 6px 6px 0px;
}

.payment-page .payment-box .control .control-form .input-name {
  text-transform: uppercase;
}

.payment-page .payment-box .control .form-group {
  margin-bottom: 25px;
}

.payment-page .payment-box .control .form-group .input-name {
  margin-bottom: 10px;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  font-family: 'Gilroy-Bold';
}

.payment-page .payment-box .control .form-group .payment-input {
  background: #0D0E18;
  border: 1px solid #1A1C30;
  box-shadow: 0px 15px 35px rgba(15, 16, 24, 0.35);
  border-radius: 3px;
  height: 45px;
  padding: 15px 20px;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  position: relative;
  cursor: pointer;
  font-family: 'Gilroy-Bold';
  width: 100%;
}

.payment-page .payment-box .control .form-group .payment-input.active .terminal-arrow {
  transform: rotate(180deg);
}

.payment-page .payment-box .control .form-group .payment-input.active .terminal-arrow path {
  fill: #4A8EFF;
}

.payment-page .payment-box .control .form-group .payment-input.active .select-ctr {
  display: block;
}

.payment-page .payment-box .control .form-group .payment-input .terminal-arrow {
  position: absolute;
  top: 19px;
  right: 18px;
}

.payment-page .payment-box .control .form-group .payment-input .terminal-arrow path {
  fill: #232538;
}

.payment-page .payment-box .control .form-group .payment-input .select-ctr {
  display: none;
  z-index: 2;
  background: #0D0E18;
  border: 1px solid #1A1C30;
  box-shadow: 0px 15px 35px rgba(15, 16, 24, 0.35);
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}

.payment-page .payment-box .control .form-group .payment-input .select-ctr input {
  display: none;
}

.payment-page .payment-box .control .form-group .payment-input .select-ctr .input {
  height: 45px;
  margin: 0;
  font-family: 'Gilroy-SemiBold';
  padding: 15px 20px;
  cursor: pointer;
}

.payment-page .payment-box .control .form-group .payment-input .select-ctr .input:hover {
  color: #4A8EFF;
}

.payment-page .payment-box .control .without-risk .title {
  font-family: 'Gilroy-Bold';
  font-size: 10px;
  line-height: 12px;
}

.payment-page .payment-box .control .without-risk .item {
  margin-top: 18px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
}

.payment-page .payment-box .control .without-risk .item img {
  margin-right: 10px;
}

.payment-page .payment-box .control .without-risk .item .title {
  font-size: 14px;
  font-family: 'Gilroy-Bold';
  line-height: 17px;
}

.payment-page .payment-box .control .without-risk .desc {
  margin: 13px 0;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.02em;
  color: #393B51;
  font-family: 'Gilroy-Medium';
}

.payment-page .payment-box .control .total-sum .title {
  font-family: 'Gilroy-Medium';
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.02em;
  color: #72738D;
  margin-bottom: 8px;
}

.payment-page .payment-box .control .total-sum .price {
  font-family: 'Gilroy-Bold';
  font-size: 16px;
  line-height: 19px;
}

.payment-page .payment-box .control .status {
  margin: 20px 0 27px;
}

.payment-page .payment-box .control .status .title {
  font-family: 'Gilroy-Bold';
  font-size: 10px;
  line-height: 12px;
  margin-bottom: 8px;
}

.payment-page .payment-box .control .status .item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  font-family: 'Gilroy-SemiBold';
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.02em;
  color: #474860;
}

.payment-page .payment-box .control .status .item img {
  margin-right: 4px;
  height: 20px;
}

.payment-page .payment-box .control .t-btn {
  display: block;
  width: 150px;
  height: 45px;
  padding: 10px;
  margin: 0 auto;
}

.payment-page .payment-box .payment-tabs {
  box-shadow: 0px 15px 35px rgba(15, 16, 24, 0.35);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background: #181926;
  border-radius: 3px;
  margin-bottom: 35px;
}

.payment-page .payment-box .payment-tabs .tab {
  width: auto;
  height: 60px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  margin: 0 40px;
  padding: 0 4px;
  font-family: 'Gilroy-Bold';
  font-size: 16px;
  line-height: 19px;
  color: #393B50;
  border-bottom: 2px solid transparent;
}

.payment-page .payment-box .payment-tabs .tab.active {
  border-color: #4A8EFF;
  color: #fff;
}

.payment-page .payment-box .payment-tabs .tab:hover {
  color: #fff;
  cursor: pointer;
}

.payment-page .payment-box .payment-contents .content {
  display: none;
}

.payment-page .payment-box .payment-contents .content.active {
  display: block;
}

.payment-page .payment-box .payment-contents .payment-header {
  height: 90px;
  background: #181926;
  border-radius: 6px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  padding: 10px 40px;
  padding-right: 75px;
  margin-bottom: 20px;
}

.payment-page .payment-box .payment-contents .payment-header .title {
  font-family: 'Gilroy-Medium';
  font-size: 16px;
  line-height: 25px;
  color: #52546C;
  margin-bottom: 1px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: flex-start;
}

.payment-page .payment-box .payment-contents .payment-header .title .question {
  margin: 0;
  margin-left: 5px;
}

.payment-page .payment-box .payment-contents .payment-header .price {
  font-family: 'Gilroy-Bold';
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: flex-start;
}

.payment-page .payment-box .payment-contents .payment-header .price .question {
  margin: 0;
  margin-left: 5px;
}

.payment-page .payment-box .payment-contents .payment-filter {
  background: #181926;
  border-radius: 6px;
  padding: 20px 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.payment-page .payment-box .payment-contents .payment-filter .title {
  font-family: 'Gilroy-Medium';
  font-size: 14px;
  line-height: 25px;
  color: #52546C;
  margin-bottom: 5px;
}

.payment-page .payment-box .payment-contents .payment-filter .payment-period .d-flex {
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
}

.payment-page .payment-box .payment-contents .payment-filter .payment-period .line {
  width: 30px;
  height: 1px;
  margin: 0 9px;
  background: #43445C;
}

.payment-page .payment-box .payment-contents .payment-filter .payment-period .calendar {
  height: auto;
  margin: 0;
  background: #10101D;
  box-shadow: 0px 15px 35px rgba(15, 16, 24, 0.35);
  border-radius: 3px;
  position: relative;
}

.payment-page .payment-box .payment-contents .payment-filter .payment-period .calendar .img-svg {
  position: absolute;
  top: 12px;
  left: 14px;
}

.payment-page .payment-box .payment-contents .payment-filter .payment-period .calendar input {
  margin: 0;
  width: 140px;
  height: 40px;
  padding: 10px 40px;
  padding-right: 20px;
  font-size: 12px;
  font-family: 'Gilroy-SemiBold';
  line-height: 14px;
}

.payment-page .payment-box .payment-contents .payment-filter .payment-period .calendar input:focus {
  font-size: 12px;
  font-family: 'Gilroy-SemiBold';
  line-height: 14px;
}

.payment-page .payment-box .payment-contents .payment {
  background: #181926;
  box-shadow: 0px 15px 35px rgba(15, 16, 24, 0.35);
  border-radius: 3px;
  width: 100%;
  margin-top: 10px;
  height: 65px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 40px;
  padding-right: 47px;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  font-family: 'Gilroy-Bold';
}

.payment-page .payment-box .payment-contents .payment .price {
  color: #6A9439;
  margin-left: auto;
}

.payment-page .payment-box .payment-contents .payment .mode {
  margin-right: 150px;
}

.payment-page .payment-box .payment-mode {
  width: 230px;
  position: relative;
}

.payment-page .payment-box .payment-mode .title {
  font-family: 'Gilroy-Medium';
  font-size: 14px;
  line-height: 25px;
  color: #52546C;
  margin-bottom: 5px;
}

.payment-page .payment-box .payment-mode .terminal-arrow {
  position: absolute;
  right: 15px;
  top: 17px;
}

.payment-page .payment-box .payment-mode .terminal-arrow path {
  fill: #363654;
}

.payment-page .payment-box .payment-mode.active .select-ctr {
  display: block;
}

.payment-page .payment-box .payment-mode.active .main {
  border-radius: 3px 3px 0 0;
}

.payment-page .payment-box .payment-mode.active .terminal-arrow {
  transform: rotate(180deg);
}

.payment-page .payment-box .payment-mode.active .terminal-arrow path {
  fill: #4A8EFF;
}

.payment-page .payment-box .payment-mode .main {
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 40px;
  text-align: left;
  width: 100%;
  background: #10101D;
  box-shadow: 0px 15px 35px rgba(15, 16, 24, 0.35);
  border-radius: 3px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: flex-start;
  padding-left: 20px;
}

.payment-page .payment-box .payment-mode .main .title {
  font-family: 'Gilroy-SemiBold';
  font-size: 12px;
  line-height: 14px;
  color: #fff;
}

.payment-page .payment-box .payment-mode .select-ctr {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 3;
  background: #10101D;
}

.payment-page .payment-box .payment-mode .select-ctr label {
  margin: 0;
  padding-left: 20px;
  color: #fff;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: flex-start;
  height: 40px;
  background: #10101D;
  box-shadow: 0px 15px 35px rgba(15, 16, 24, 0.35);
  border-radius: 3px;
  cursor: pointer;
}

.payment-page .payment-box .payment-mode .select-ctr label:hover .title {
  color: #4A8EFF;
}

.payment-page .payment-box .payment-mode .select-ctr input {
  display: none;
}

.payment-page .payment-box .output .advantages {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: stretch;
  align-items: stretch;
  margin: 30px 0 80px;
}

.payment-page .payment-box .output .advantages .item {
  text-align: center;
  width: 30.5%;
  height: 200px;
  background: #181926;
  box-shadow: 0px 15px 35px rgba(15, 16, 24, 0.35);
  border-radius: 6px;
  padding: 30px;
}

.payment-page .payment-box .output .advantages .item img {
  margin-bottom: 13px;
}

.payment-page .payment-box .output .advantages .item .title {
  font-family: 'Gilroy-Bold';
  font-size: 16px;
  line-height: 25px;
}

.payment-page .payment-box .output .advantages .item .line {
  width: 20px;
  height: 2px;
  background: #4A8EFF;
  border-radius: 100px;
  margin: 8px auto 12px;
}

.payment-page .payment-box .output .advantages .item .desc {
  font-family: 'Gilroy-Medium';
  color: #585A74;
  font-size: 15px;
}

.payment-page .payment-box .output .d-flex {
  background: #181926;
  border-radius: 6px;
  padding: 38px 45px 55px;
  -ms-align-items: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
}

.payment-page .payment-box .output .payment-header {
  width: 25%;
  padding: 0;
  max-width: 260px;
  width: 100%;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.payment-page .payment-box .output .payment-header .item {
  margin-bottom: 20px;
}

.payment-page .payment-box .output .payment-info {
  margin-left: auto;
  padding-left: 25px;
  max-width: 190px;
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #484A63;
  font-family: 'Gilroy-Medium';
  position: relative;
}

.payment-page .payment-box .output .payment-info .question {
  position: absolute;
  left: -10px;
  cursor: pointer;
  top: 0;
}

.payment-page .payment-box .output .payment-info .question .question-answer {
  left: 0;
}

.payment-page .payment-box .output .payment-info .question path {
  fill: #333548;
}

.payment-page .payment-box .output .payment-info .question:hover path {
  fill: #4A8EFF;
}

.payment-page .payment-box .output .payment-info p {
  margin: 0 0 15px;
}

.payment-page .payment-box .output .payment-mode {
  width: 200px;
}

.payment-page .payment-box .output .payment-mode .card-bg {
  margin-right: 10px;
  width: 21px;
  height: 100%;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}

.payment-page .payment-box .output .payment-mode .title {
  margin-bottom: 0;
}

.payment-page .payment-box .output .form-group {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}

.payment-page .payment-box .output .t-title {
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.02em;
  color: #484960;
  font-family: 'Gilroy-Bold';
  margin: 20px 0 10px;
}

.payment-page .payment-box .output .input-group {
  margin-bottom: 32px;
  position: relative;
}

.payment-page .payment-box .output .input-group input {
  padding-left: 38px;
  width: 200px;
  height: 45px;
  background: #13141F;
  box-shadow: 0px 15px 35px rgba(15, 16, 24, 0.35);
  border-radius: 3px;
  font-size: 15px;
  line-height: 15px;
  color: #fff;
}

.payment-page .payment-box .output .input-group input::placeholder {
  color: #353853;
}

.payment-page .payment-box .output .input-group .icon {
  top: 14px;
  font-size: 17px;
  left: 20px;
  top: 15px;
  position: absolute;
  font-size: 14px;
  line-height: 17px;
  font-family: 'Gilroy-Bold';
  letter-spacing: 0.02em;
  color: #353853;
}

.payment-page .payment-box .output button {
  font-size: 14px;
  font-family: 'Gilroy-Bold';
  line-height: 17px;
  text-align: center;
  background: #FEAB01;
  color: #0D0E18;
  width: 150px;
  padding: 10px;
  display: block;
  height: 45px;
  border-radius: 3px;
}

body.terminal {
  overflow: hidden;
}

body.terminal .custom-chat {
  z-index: 8;
}

#terminal-left {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100px;
  background: #181926;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  padding: 26px 0;
  text-align: center;
}

#terminal-left .left-top {
  width: 100%;
}

#terminal-left .left-top .logo {
  margin-bottom: 25px;
  display: block;
}

#terminal-left .left-top .left-terminal__menu {
  width: 100%;
}

#terminal-left .left-top .left-terminal__menu .left-terminal__btn {
  width: 100%;
}

#terminal-left .left-top .left-terminal__menu .left-terminal__btn:last-child .left-terminal__button .img-svg {
  margin-bottom: 17px;
}

#terminal-left .left-top .left-terminal__menu .left-terminal__btn .left-terminal__button {
  border-left: 2px solid transparent;
  font-family: 'Gilroy-SemiBold';
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  color: #6A6C88;
  cursor: pointer;
  padding: 17px 0;
  padding-right: 5px;
}

#terminal-left .left-top .left-terminal__menu .left-terminal__btn .left-terminal__button .img-svg {
  margin-bottom: 8px;
}

#terminal-left .left-top .left-terminal__menu .left-terminal__btn .left-terminal__button:hover {
  background: #212233;
  border-left: 2px solid #4A8EFF;
}

#terminal-left .left-top .left-terminal__menu .left-terminal__btn .left-terminal__button:hover .img-svg path {
  fill: #4A8EFF;
}

#terminal-left .left-top .left-terminal__menu .left-terminal__btn .left-terminal__button:hover .title {
  color: #fff;
}

#terminal-left .left-bottom .online-users {
  margin: 30px 0 0;
}

#terminal-left .left-bottom .online-users b {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.02em;
}

#terminal-left .left-bottom .online-users p {
  color: #4E5065;
  margin: 5px 0 0;
}

.terminal-btn {
  position: relative;
  padding: 18px;
  background: #181926;
  box-shadow: 0px 15px 35px rgba(15, 16, 24, 0.35);
  border-radius: 6px;
  margin-right: 18px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.terminal-btn .main {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.terminal-btn .main:hover path {
  fill: #4A8EFF !important;
}

.terminal-btn .main .terminal-arrow {
  margin-left: 12px;
}

.terminal-btn .main .terminal-arrow path {
  fill: #46485F;
}

#terminal-header {
  position: absolute;
  left: 126px;
  top: 17px;
  right: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

#terminal-header .t-btn {
  padding: 10px 30px;
  max-height: 62px;
}

#terminal-header .select-ctr {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

#terminal-header .onclick.active .img-svg path {
  fill: #4A8EFF;
}

#terminal-header .terminal-list .terminal-arrow.active {
  display: none;
  transform: rotate(180deg);
}

#terminal-header .terminal-list .terminal-arrow path {
  fill: #444661;
}

#terminal-header .terminal-list.active .select-ctr {
  display: block;
}

#terminal-header .terminal-list.active .terminal-arrow {
  display: none;
}

#terminal-header .terminal-list.active .terminal-arrow.active {
  display: block;
  transform: rotate(180deg);
}

#terminal-header .left-header {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: stretch;
  align-items: stretch;
}

#terminal-header .left-header .terminal-methods {
  padding: 0;
  z-index: 2;
}

#terminal-header .left-header .terminal-methods .main {
  padding: 18px;
}

#terminal-header .left-header .terminal-methods .select-ctr {
  width: 206px;
  background: #181926;
  box-shadow: 0px 15px 35px rgba(15, 16, 24, 0.35);
  border-radius: 6px;
  top: 120%;
  padding: 20px 0;
}

#terminal-header .left-header .terminal-methods .select-ctr input {
  display: none;
}

#terminal-header .left-header .terminal-methods .select-ctr .input {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  padding: 8px 17px;
  cursor: pointer;
  border-left: 2px solid transparent;
  position: relative;
}

#terminal-header .left-header .terminal-methods .select-ctr .input p {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  content: "";
  width: 2px;
  background: #4A8EFF;
}

#terminal-header .left-header .terminal-methods .select-ctr .input input:checked + p {
  opacity: 1;
}

#terminal-header .left-header .terminal-methods .select-ctr .input .title {
  margin-left: 11px;
  font-family: 'Gilroy-Bold';
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.03em;
}

#terminal-header .left-header .terminal-methods .select-ctr .input:hover {
  background: #1B1D2D;
}

#terminal-header .terminal-currency {
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.03em;
  font-family: 'Gilroy-SemiBold';
  padding: 0;
  z-index: 2;
}

#terminal-header .terminal-currency:hover .title span {
  /*color: #4A8EFF;*/
}

#terminal-header .terminal-currency.active .terminal-arrow {
  transform: rotate(180deg);
}

#terminal-header .terminal-currency.active .terminal-arrow path {
  fill: #4A8EFF;
}

#terminal-header .terminal-currency.active .select-ctr {
  display: block;
}

#terminal-header .terminal-currency .icon {
  margin-right: 8px;
}

#terminal-header .terminal-currency .main {
  padding: 18px;
}

#terminal-header .terminal-currency .title {
  margin-right: 5px;
}

#terminal-header .terminal-currency .title span {
  color: #52535C;
  margin-left: 2px;
}

#terminal-header .terminal-currency .select-ctr {
  top: 130%;
  background: #181926;
  box-shadow: 0px 15px 35px rgba(15, 16, 24, 0.35);
  border-radius: 6px;
  width: 410px;
  padding: 20px 15px 30px;
}

#terminal-header .terminal-currency .select-ctr .header {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: stretch;
  align-items: stretch;
  height: 50px;
}

#terminal-header .terminal-currency .select-ctr .header .text-input {
  flex-grow: 1;
  margin-left: 10px;
  position: relative;
}

#terminal-header .terminal-currency .select-ctr .header .text-input .img-svg {
  position: absolute;
  top: 16px;
  left: 18px;
}

#terminal-header .terminal-currency .select-ctr .header .text-input input {
  width: 132px;
  height: 50px;
  background: #11121D;
  box-shadow: 0px 15px 35px rgba(15, 16, 24, 0.35);
  border-radius: 3px;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.03em;
  padding-left: 40px;
}

#terminal-header .terminal-currency .select-ctr .header .text-input input:placeholder {
  color: #27293D;
}

#terminal-header .terminal-currency .select-ctr .header .text-input input:focus {
  color: #fff;
}

#terminal-header .terminal-currency .select-ctr .header .text-input input:focus + .img-svg path {
  fill: #fff;
}

#terminal-header .terminal-currency .select-ctr .header .tab-menu {
  background: #11121D;
  box-shadow: 0px 15px 35px rgba(15, 16, 24, 0.35);
  border-radius: 3px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-end;
  align-items: flex-end;
  padding: 17px 21px 0;
}

#terminal-header .terminal-currency .select-ctr .header .tab-menu .tab {
  margin: 0;
  white-space: nowrap;
  padding: 0;
  padding-bottom: 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  border-bottom: 2px solid transparent;
  color: #27293D;
  font-size: 12px;
  height: 100%;
  line-height: 14px;
  letter-spacing: 0.03em;
  font-family: 'Gilroy-SemiBold';
}

#terminal-header .terminal-currency .select-ctr .header .tab-menu .tab .img-svg {
  margin-right: 8px;
}

#terminal-header .terminal-currency .select-ctr .header .tab-menu .tab .img-svg path {
  fill: #27293D;
}

#terminal-header .terminal-currency .select-ctr .header .tab-menu .tab:nth-child(1) {
  margin-right: 10px;
}

#terminal-header .terminal-currency .select-ctr .header .tab-menu .tab:nth-child(2) {
  margin-left: 10px;
}

#terminal-header .terminal-currency .select-ctr .header .tab-menu .tab.active {
  color: #fff;
  border-bottom: 2px solid #4A8EFF;
}

#terminal-header .terminal-currency .select-ctr .header .tab-menu .tab.active .img-svg {
  color: #4A8EFF;
}

#terminal-header .terminal-currency .select-ctr .header .tab-menu .tab.active .img-svg path {
  fill: #fff;
}

#terminal-header .terminal-currency .select-ctr .titles {
  margin: 15px 0 12px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
}

#terminal-header .terminal-currency .select-ctr .titles .title {
  margin: 0;
  font-family: 'Gilroy-Medium';
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 0.03em;
  color: #313345;
}

#terminal-header .terminal-currency .select-ctr .titles .first {
  width: 131px;
  padding-left: 12px;
}

#terminal-header .terminal-currency .select-ctr .titles .second {
  width: 90px;
}

#terminal-header .terminal-currency .select-ctr .titles .third {
  width: 110px;
}

#terminal-header .terminal-currency .select-ctr .content {
  overflow-y: scroll;
}

#terminal-header .terminal-currency .select-ctr .content::-webkit-scrollbar {
  width: 3px;
  background: #242535;
}

#terminal-header .terminal-currency .select-ctr .content::-webkit-scrollbar-thumb {
  border-width: 1px 1px 1px 2px;
  border-color: #4A8EFF;
  background-color: #4A8EFF;
}

#terminal-header .terminal-currency .select-ctr .content::-webkit-scrollbar-thumb:hover {
  border-width: 1px 1px 1px 2px;
  border-color: #4A8EFF;
  background-color: #4A8EFF;
}

#terminal-header .terminal-currency .select-ctr .content::-webkit-scrollbar-track {
  border-width: 0;
}

#terminal-header .terminal-currency .select-ctr .content .items {
  display: none;
  padding-right: 13px;
  height: 425px;
}

#terminal-header .terminal-currency .select-ctr .content .items.active {
  display: block;
}

#terminal-header .terminal-currency .select-ctr .content input {
  display: none;
}

#terminal-header .terminal-currency .select-ctr .content .terminal-bill {
  height: 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  background: #11121D;
  box-shadow: 0px 15px 35px rgba(15, 16, 24, 0.35);
  border-radius: 3px;
  margin-bottom: 14px;
  transition: transform 220ms;
  border: 1px solid transparent;
}

#terminal-header .terminal-currency .select-ctr .content .terminal-bill:hover {
  cursor: pointer;
  cursor: pointer;
  border: 1px solid #4A8EFF;
  box-shadow: 0px 15px 35px rgba(15, 16, 24, 0.35);
}

#terminal-header .terminal-currency .select-ctr .content .terminal-bill .first {
  width: 131px;
  padding-left: 10px;
  font-size: 10px;
  line-height: 12px;
}

#terminal-header .terminal-currency .select-ctr .content .terminal-bill .second {
  width: 90px;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.03em;
  color: #74B02E;
  font-family: 'Gilroy-Medium';
}

#terminal-header .terminal-currency .select-ctr .content .terminal-bill .third {
  font-family: 'Gilroy-SemiBold';
  width: 110px;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.03em;
}

#terminal-header .terminal-currency .select-ctr .content .terminal-bill .rating {
  padding-right: 18px;
}

#terminal-header .terminal-currency .select-ctr .content .terminal-bill .rating:hover path {
  fill: #4A8EFF;
}

#terminal-header .right-header {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
  -ms-align-items: stretch;
  align-items: stretch;
}

#terminal-header .right-header .increase-bill {
  width: 200px;
  background: #FEAB01;
  color: #000;
  font-size: 14px;
  line-height: 17px;
  padding: 13px 25px;
  margin: 0 14px;
}

#terminal-header .right-header .increase-bill .img-svg {
  width: 16px;
  margin-top: -2px;
}

#terminal-header .right-header .increase-bill path {
  fill: #000;
}

#terminal-header .right-header .increase-bill:before {
  background: #FEAB01;
}

#terminal-header .right-header .bring-bill {
  padding: 22px 27px;
  padding-left: 33px;
  font-size: 14px;
  line-height: 17px;
}

#terminal-header .right-header .terminal-user {
  margin-left: 15px;
  margin-right: 10px;
  width: 170px;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  padding-left: 25px;
  font-size: 16px;
  line-height: 19px;
  font-family: 'Gilroy-Bold';
  transition: 0;
}

#terminal-header .right-header .terminal-user .img-svg {
  margin-right: 13px;
  transition: 0;
}

#terminal-header .right-header .terminal-user .img-svg path {
  fill: #4A4C66;
}

#terminal-header .right-header .terminal-logout {
  width: 60px;
  margin-right: 20px;
}

#terminal-header .right-header .terminal-logout:hover {
  background: #4A8EFF;
}

#terminal-header .right-header .terminal-logout:hover .img-svg path {
  fill: #fff !important;
}

#terminal-header .terminal-bills {
  padding: 0;
  margin: 0;
  width: 200px;
  justify-content: flex-start;
  position: relative;
}

#terminal-header .terminal-bills .terminal-arrow {
  position: absolute;
  top: 28px;
  right: 22px;
  margin: 0;
}

#terminal-header .terminal-bills.active .terminal-bill {
  border-radius: 6px 6px 0 0;
}

#terminal-header .terminal-bills.active .terminal-arrow path {
  fill: #4A8EFF;
}

#terminal-header .terminal-bills .terminal-bill {
  cursor: pointer;
  padding: 12px 17px;
  background: #181926;
  box-shadow: 0px 15px 35px rgba(15, 16, 24, 0.35);
  border-radius: 6px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
  justify-content: center;
}

#terminal-header .terminal-bills .terminal-bill:hover .title {
  color: #4A8EFF;
}

#terminal-header .terminal-bills .terminal-bill:hover .price {
  color: #fff;
}

#terminal-header .terminal-bills .terminal-bill .title {
  font-family: 'Gilroy-SemiBold';
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.03em;
  color: #4A8EFF;
  margin-bottom: 5px;
}

#terminal-header .terminal-bills .terminal-bill .price {
  font-family: 'Gilroy-Bold';
  font-size: 16px;
  line-height: 19px;
}

#terminal-header .terminal-bills .select-ctr .terminal-bill {
  position: relative;
  border-radius: 0;
  margin: 0;
}

#terminal-header .terminal-bills .select-ctr .terminal-bill:last-child {
  border-radius: 0 0 6px 6px;
}

#terminal-header .terminal-bills .select-ctr .terminal-bill .img-svg {
  display: none;
  position: absolute;
  top: 28px;
  right: 23px;
}

#terminal-header .terminal-bills .select-ctr .terminal-bill input {
  display: none;
}

#terminal-header .terminal-bills .select-ctr .terminal-bill input:checked ~ .img-svg {
  display: block;
  z-index: 3;
}

#terminal-header .terminal-bills .select-ctr .terminal-bill input:checked ~ p {
  background: #4A8EFF;
}

#terminal-header .terminal-bills .select-ctr .terminal-bill p {
  z-index: 2;
  content: "";
  position: absolute;
  height: 24px;
  margin: 0;
  width: 24px;
  border-radius: 50%;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
  border: 1px solid #252637;
}

.terminal-main-title {
  position: relative;
}

.terminal-main-title .t-title {
  font-family: 'Gilroy-Bold';
  font-size: 20px;
  line-height: 24px;
}

.terminal-main-title .line {
  margin: 12px 0 0;
  border-radius: 50px;
  width: 30px;
  height: 3px;
  background: #4A8EFF;
}

.terminal-main-title .dots-bg {
  width: 90px;
  position: absolute;
  top: -10px;
  left: -20px;
  opacity: 0.7;
}

.terminal-manipulation {
  background: #181926;
  box-shadow: 0px 15px 35px rgba(15, 16, 24, 0.35);
}

.terminal-manipulation .green {
  background: #74B02E;
  border: 1px solid #8CD23C;
  box-sizing: border-box;
  border-radius: 3px;
}

.terminal-manipulation .green:hover {
  background: #6BA32B;
  border: 1px solid #6BA32B;
}

.terminal-manipulation .green:before {
  background: #74B02E;
}

.terminal-manipulation .red {
  background: #FF3131;
  border-radius: 3px;
}

.terminal-manipulation .red:hover {
  background: #D32929;
}

.terminal-manipulation .red:before {
  background: #FF3131;
}

.terminal-close {
  position: absolute;
  cursor: pointer;
  top: 33px;
  right: 29px;
  z-index: 4;
  padding: 5px;
}

.terminal-close:hover .img-svg path {
  fill: #4A8EFF;
}

/* Компонент */

.terminal-window {
  display: none;
  background: #181926;
  box-shadow: 0px 15px 35px rgba(15, 16, 24, 0.35);
  position: absolute;
  left: 100px;
  top: 0;
  bottom: 0;
  width: 340px;
  z-index: 3;
  padding: 45px 38px 38px;
  padding-right: 34px;
}

.terminal-window .terminal-main-title {
  margin-bottom: 30px;
}

.terminal-window .btn {
  display: block;
  margin-top: 15px;
  padding: 19px 60px;
  padding-right: 20px;
  background: #11121F;
  box-shadow: 0px 15px 35px rgba(15, 16, 24, 0.35);
  border-radius: 3px;
  font-family: 'Gilroy-Bold';
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  position: relative;
  cursor: pointer;
}

.terminal-window .btn:hover .title {
  color: #4A8EFF;
}

.terminal-window .btn .icon {
  position: absolute;
  top: 25px;
  left: 23px;
}

.terminal-window .btn .icon path {
  fill: #4A8EFF;
}

.terminal-window .btn .icon-center {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 23px;
}

.terminal-window .btn .icon-center path {
  fill: #4A8EFF;
}

.terminal-window .btn .subtitle {
  margin-top: 7px;
  font-family: 'Gilroy-Medium';
  font-size: 12px;
  line-height: 14px;
  color: #4B4D6B;
}

.terminal-window .social {
  margin: 15px 0 0;
  width: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
}

.terminal-window .social a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  width: 60px;
  height: 55px;
  background: #11121F;
  box-shadow: 0px 15px 35px rgba(15, 16, 24, 0.35);
  border-radius: 3px;
}

/* Настройки */

#terminal-setting .terminal-btn {
  position: relative;
  height: 55px;
  background: #11121F;
  box-shadow: 0px 15px 35px rgba(15, 16, 24, 0.35);
  border-radius: 3px;
  text-align: left;
  display: block;
  padding: 0;
  margin: 0 0 15px;
}

#terminal-setting .terminal-btn .icon {
  margin-right: 7px;
}

#terminal-setting .terminal-btn .terminal-arrow {
  position: absolute;
  top: 25px;
  right: 23px;
}

#terminal-setting .terminal-btn .terminal-arrow.active {
  display: none;
  transform: rotate(180deg);
}

#terminal-setting .terminal-btn .terminal-arrow path {
  fill: #444661;
}

#terminal-setting .terminal-btn.active .select-ctr {
  display: block;
}

#terminal-setting .terminal-btn.active .terminal-arrow {
  display: none;
}

#terminal-setting .terminal-btn.active .terminal-arrow.active {
  display: block;
}

#terminal-setting .terminal-btn .main {
  padding: 27px 19px 10px;
}

#terminal-setting .terminal-btn .label-name {
  position: absolute;
  top: 10px;
  left: 19px;
  font-size: 12px;
  line-height: 14px;
  color: #353751;
  font-family: 'Gilroy-SemiBold';
}

#terminal-setting .terminal-btn .title {
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  font-family: 'Gilroy-Bold';
}

#terminal-setting .terminal-btn .select-ctr {
  display: none;
  z-index: 2;
  position: absolute;
  background: #11121F;
  box-shadow: 0px 15px 35px rgba(15, 16, 24, 0.35);
  border-radius: 3px;
  left: 0;
  right: 0;
  top: 100%;
}

#terminal-setting .terminal-btn .select-ctr .icon {
  position: relative !important;
  display: block !important;
  top: auto !important;
  right: auto !important;
}

#terminal-setting .terminal-btn .select-ctr .input {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  height: 55px;
  width: 100%;
  padding: 0 19px 0;
}

#terminal-setting .terminal-btn .select-ctr .input:hover {
  cursor: pointer;
}

#terminal-setting .terminal-btn .select-ctr input {
  display: none;
}

#terminal-setting .terminal-btn .select-ctr .img-svg {
  display: none;
  position: absolute;
  top: 25px;
  right: 23px;
}

#terminal-setting .terminal-btn .select-ctr input {
  display: none;
}

#terminal-setting .terminal-btn .select-ctr input:checked ~ .img-svg {
  display: block;
  z-index: 3;
}

#terminal-setting .terminal-btn .select-ctr input:checked ~ p {
  background: #4A8EFF;
}

#terminal-setting .terminal-btn .select-ctr p {
  z-index: 2;
  content: "";
  position: absolute;
  height: 24px;
  margin: 0;
  width: 24px;
  border-radius: 50%;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
  border: 1px solid #252637;
}

#terminal-setting .terminal-indicator {
  height: 110px;
  background: #11121F;
  box-shadow: 0px 15px 35px rgba(15, 16, 24, 0.35);
  border-radius: 3px;
  margin: 25px 0 0;
}

#terminal-setting .terminal-indicator:hover .title {
  color: #4A8EFF;
}

#terminal-setting .terminal-indicator .title {
  position: absolute;
  font-family: 'Gilroy-Bold';
  font-size: 14px;
  line-height: 17px;
  top: 25px;
  left: 50px;
}

#terminal-setting .terminal-indicator .desc {
  max-width: 125px;
  position: absolute;
  left: 18px;
  top: 53px;
  font-family: 'Gilroy-SemiBold';
  font-size: 11px;
  line-height: 13px;
  color: #353751;
}

#terminal-setting .terminal-indicator input {
  display: none;
}

#terminal-setting .terminal-indicator input:checked ~ .galochka {
  display: block;
}

#terminal-setting .terminal-indicator p {
  margin: 0;
  position: absolute;
  top: 23px;
  left: 20px;
  width: 20px;
  height: 20px;
  background: #1C1D30;
  border-radius: 3px;
}

#terminal-setting .terminal-indicator .galochka {
  display: none;
  position: absolute;
  top: 29px;
  left: 24.5px;
}

#terminal-setting .terminal-indicator .galochka path {
  fill: #4A8EFF;
}

#terminal-setting .terminal-indicator .box {
  position: absolute;
  top: 23px;
  right: 17px;
  width: 83px;
  height: 63px;
  background: #1C1D30;
}

#terminal-setting .terminal-indicator .box .header {
  top: 3px;
  left: 3px;
  position: absolute;
  height: 22px;
  width: 43px;
  background: #111220;
}

#terminal-setting .terminal-indicator .box .header .country {
  position: absolute;
  top: 5px;
  left: 3px;
  width: 12px;
}

#terminal-setting .terminal-indicator .box .header .line {
  width: 17px;
  height: 6px;
  background-color: #1C1D30;
  border-radius: 40px;
  position: absolute;
  top: 8px;
  right: 6px;
}

#terminal-setting .terminal-indicator .box .method {
  position: absolute;
  height: 22px;
  width: 22px;
  top: 3px;
  right: 11px;
  background: #111220;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}

#terminal-setting .terminal-indicator .box .method .icon {
  display: none;
  width: 70%;
  margin: 0;
}

#terminal-setting .terminal-indicator .box .method.method1 .method1 {
  display: block;
}

#terminal-setting .terminal-indicator .box .method.method2 .method2 {
  display: block;
}

#terminal-setting .terminal-indicator .box .method.method3 .method3 {
  display: block;
}

#terminal-setting .terminal-indicator .box .method.method4 .method4 {
  display: block;
}

/* Сделки */

#terminal-sdelki .content {
  overflow-y: auto;
  margin-top: 30px;
}

#terminal-sdelki .content::-webkit-scrollbar {
  width: 6px;
  background: #F7F9FA;
}

#terminal-sdelki .content::-webkit-scrollbar-thumb {
  border-width: 1px 1px 1px 2px;
  border-color: #4A8EFF;
  background-color: #4A8EFF;
}

#terminal-sdelki .content::-webkit-scrollbar-thumb:hover {
  border-width: 1px 1px 1px 2px;
  border-color: #4A8EFF;
  background-color: #4A8EFF;
}

#terminal-sdelki .content::-webkit-scrollbar-track {
  border-width: 0;
}

#terminal-sdelki .content .items {
  height: calc(100vh - 115px);
}

#terminal-sdelki .content .items .item {
  margin-bottom: 15px;
  background: #11121F;
  box-shadow: 0px 15px 35px rgba(15, 16, 24, 0.35);
  border-radius: 6px;
}

#terminal-sdelki .content .items .item .main {
  cursor: pointer;
  height: 100px;
  padding: 15px 0 20px;
  padding-left: 50px;
  position: relative;
}

#terminal-sdelki .content .items .item .main .terminal-arrow {
  position: absolute;
  top: 20px;
  right: 20px;
}

#terminal-sdelki .content .items .item .main .terminal-arrow path {
  fill: #383A53;
}

#terminal-sdelki .content .items .item .main .time {
  font-size: 12px;
  line-height: 15px;
  color: #484B68;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: flex-start;
  margin-top: 10px;
  font-family: 'Gilroy-Bold';
}

#terminal-sdelki .content .items .item .main .time img {
  margin-right: 7px;
  margin-top: -1px;
}

#terminal-sdelki .content .items .item .main .status {
  font-family: 'Gilroy-Bold';
  font-size: 12px;
  line-height: 15px;
  color: #D13636;
  position: absolute;
  right: 18px;
  bottom: 21px;
}

#terminal-sdelki .content .items .item .main .price {
  position: absolute;
  bottom: 50px;
  right: 18px;
  position: absolute;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

#terminal-sdelki .content .items .item .main .price .line {
  width: 15px;
  height: 15px;
  border-radius: 3px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}

#terminal-sdelki .content .items .item .main .price .line.down {
  background: #B42727;
}

#terminal-sdelki .content .items .item .main .price .line.down img {
  transform: rotate(80deg);
}

#terminal-sdelki .content .items .item .main .price .line.up {
  background: #74B02E;
}

#terminal-sdelki .content .items .item .main .price span {
  margin-left: 6px;
  font-size: 10px;
  line-height: 12px;
  color: #484B68;
  font-family: 'Gilroy-Bold';
}

#terminal-sdelki .content .items .item .main .icon {
  position: absolute;
  top: 15px;
  left: 15px;
}

#terminal-sdelki .content .items .item .main .title {
  margin: 0;
  font-family: 'Gilroy-Bold';
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.03em;
  margin-bottom: 6px;
}

#terminal-sdelki .content .items .item .main .subtitle {
  font-family: 'Gilroy-SemiBold';
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  color: #484B68;
}

#terminal-sdelki .content .items .item.active .terminal-arrow {
  transform: rotate(180deg);
}

#terminal-sdelki .content .items .item:hover .main .title {
  color: #4A8EFF;
}

#terminal-sdelki .content .items .item .table {
  display: none;
  border-top: 1px solid #2E3045;
}

#terminal-sdelki .content .items .item .table .columns {
  padding: 15px 18px 10px;
  padding-left: 40px;
}

#terminal-sdelki .content .items .item .table .columns .column {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 10px;
  position: relative;
}

#terminal-sdelki .content .items .item .table .columns .column:before {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  width: 100%;
  left: 0;
  background: #1F2032;
}

#terminal-sdelki .content .items .item .table .columns .column span {
  position: relative;
  z-index: 2;
  background: #11121F;
  font-size: 12px;
  line-height: 14px;
  font-family: 'Gilroy-SemiBold';
}

#terminal-sdelki .content .items .item .table .columns .column span:nth-child(1) {
  color: #484B68;
}

#terminal-sdelki .content .items .item .table .columns .column span:nth-child(2) {
  color: #8689AE;
}

#terminal-sdelki .content .items .item .table .columns .column span.white {
  color: #fff;
  font-family: 'Gilroy-Bold';
}

#terminal-sdelki .content .items .item .table .d-flex {
  border-top: 1px solid #2E3045;
  padding: 12px 12px 20px;
  padding-left: 40px;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

#terminal-sdelki .content .items .item .table .d-flex .title {
  font-family: 'Gilroy-Medium';
  font-size: 12px;
  line-height: 14px;
  color: #484B68;
  margin-bottom: 8px;
}

#terminal-sdelki .content .items .item .table .d-flex span {
  margin-bottom: 3px;
  font-family: 'Gilroy-Bold';
  font-size: 12px;
  line-height: 18px;
}

/* Помощь -> Ответы на вопросы */

#terminal-faq {
  z-index: 4;
  left: 0;
  right: 0;
  width: auto;
}

#terminal-faq .content {
  overflow-y: auto;
}

#terminal-faq .content::-webkit-scrollbar {
  width: 3px;
  background: #242535;
}

#terminal-faq .content::-webkit-scrollbar-thumb {
  border-width: 1px 1px 1px 2px;
  border-color: #4A8EFF;
  background-color: #4A8EFF;
}

#terminal-faq .content::-webkit-scrollbar-thumb:hover {
  border-width: 1px 1px 1px 2px;
  border-color: #4A8EFF;
  background-color: #4A8EFF;
}

#terminal-faq .content::-webkit-scrollbar-track {
  border-width: 0;
}

#terminal-faq .items {
  height: 80vh;
}

#terminal-faq .faq-block {
  position: relative;
  padding: 20px 25px 30px;
  padding-left: 50px;
  background: #11121F;
  box-shadow: 0px 15px 35px rgba(15, 16, 24, 0.35);
  border-radius: 3px;
}

#terminal-faq .faq-block .icon {
  position: absolute;
  top: 19px;
  left: 17px;
}

#terminal-faq .faq-block .icon path {
  fill: #4A8EFF;
}

#terminal-faq .faq-block .title {
  font-family: 'Gilroy-Bold';
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
}

#terminal-faq .faq-block .tab {
  margin: 0 0 15px;
  padding: 0;
  position: relative;
  cursor: pointer;
}

#terminal-faq .faq-block .tab:hover .title {
  color: #4A8EFF;
}

#terminal-faq .faq-block .tab .title {
  margin: 0;
  font-size: 11px;
  font-family: 'Gilroy-SemiBold';
  line-height: 12px;
  color: #353751;
  padding-right: 10px;
}

#terminal-faq .faq-block .tab .tab-btn {
  position: absolute;
  top: -4px;
  right: 6px;
}

#terminal-faq .faq-block .tab .tab-btn .img-svg {
  height: 8px;
  width: 8px;
}

#terminal-faq .faq-block .tab .tab-btn path {
  fill: #4A8EFF;
}

#terminal-faq .faq-block .tab .tab-btn .passive {
  transform: rotate(-90deg);
}

#terminal-faq .faq-block .tab .tab-btn .active {
  display: none;
}

#terminal-faq .faq-block .tab .desc {
  overflow: hidden;
  transition: height 220ms;
  height: 0;
  font-size: 11px;
  font-family: 'Gilroy-Medium';
  line-height: 13px;
  color: #7C7F9D;
}

#terminal-faq .faq-block .tab .desc p {
  margin: 10px 0;
}

#terminal-faq .faq-block .tab.active .title {
  color: #fff;
  font-family: 'Gilroy-Bold';
  font-size: 12px;
  line-height: 15px;
}

#terminal-faq .faq-block .tab.active .desc {
  margin: 0;
  height: auto !important;
}

#terminal-faq .faq-block .tab.active .tab-btn {
  top: 1px;
}

#terminal-faq .faq-block .tab.active .tab-btn .passive {
  display: none;
}

#terminal-faq .faq-block .tab.active .tab-btn .active {
  display: block;
}

/* Компонент */

#terminal-control {
  width: 240px;
  position: absolute;
  top: 115px;
  bottom: 55px;
  right: 20px;
  border-radius: 6px;
  padding: 30px 24px;
  z-index: 3;
}

#terminal-control .t-btn {
  font-size: 20px;
  line-height: 24px;
}

#terminal-control .t-btn.green {
  margin-top: 15px;
}

#terminal-control .strike-price {
  padding: 12px;
  margin: 15px 0;
  background: #12131E;
  border: 1px solid #12131E;
  box-shadow: 0px 15px 35px rgba(15, 16, 24, 0.35);
  border-radius: 3px;
  text-align: center;
  font-family: 'Gilroy-SemiBold';
}

#terminal-control .strike-price .title {
  font-size: 14px;
  line-height: 17px;
  color: #494C68;
  margin-bottom: 5px;
}

#terminal-control .strike-price .price {
  font-size: 16px;
  line-height: 19px;
}

#terminal-control .form-control {
  margin-bottom: 27px;
}

#terminal-control .form-control .input {
  width: 100%;
  margin-bottom: 7px;
  text-align: left;
}

#terminal-control .form-control .input input {
  margin: 0;
  width: 100%;
  background: #12131E;
  border: 1px solid #12131E;
  box-sizing: border-box;
  box-shadow: 0px 15px 35px rgba(15, 16, 24, 0.35);
  border-radius: 3px;
  font-family: 'Gilroy-Bold';
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  padding: 15px;
  color: #fff;
}

#terminal-control .form-control .d-flex {
  width: 100%;
  justify-content: space-between;
}

#terminal-control .form-control .d-flex button {
  width: 46%;
  background: #232436;
  border-radius: 3px;
  height: 35px;
  text-align: center;
  font-family: 'Gilroy-SemiBold';
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  line-height: 19px;
  transition: 220ms;
  cursor: pointer;
}

#terminal-control .form-control .d-flex button:hover {
  background: #272946;
}

/* Торговля на */

#terminal-trade {
  display: none;
  z-index: 4;
  width: 240px;
  position: absolute;
  top: 115px;
  bottom: 55px;
  right: 20px;
  border-radius: 6px;
  padding: 30px 24px;
  text-align: center;
}

#terminal-trade .item {
  margin-bottom: 15px;
}

#terminal-trade .title {
  font-size: 14px;
  line-height: 20px;
  color: #464862;
  font-family: 'Gilroy-SemiBold';
}

#terminal-trade .info {
  font-size: 14px;
  font-family: 'Gilroy-Bold';
  line-height: 20px;
  color: #FFFFFF;
}

#terminal-trade .coin {
  margin-top: 32px;
}

#terminal-trade .btn {
  font-family: 'Gilroy-SemiBold';
  padding: 12px 33px;
  background: #222334;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  margin-top: 15px;
}

/* Профиль */

#terminal-profile {
  display: none;
  z-index: 7;
  padding: 40px 24px;
  padding-left: 40px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 340px;
  background: #181926;
  box-shadow: 0px 15px 35px rgba(15, 16, 24, 0.35);
}

#terminal-profile input[type="text"],
#terminal-profile input[type="email"] {
  background: #11121F !important;
}

#terminal-profile .terminal-upload {
  font-size: 14px;
  line-height: 17px;
  cursor: pointer;
  font-family: 'Gilroy-Bold';
}

#terminal-profile .terminal-upload label {
  background: #10111E;
  box-shadow: 0px 15px 35px rgba(15, 16, 24, 0.35);
  padding: 21px 25px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
}

#terminal-profile .terminal-upload .img-svg {
  margin-right: 13px;
}

#terminal-profile .terminal-upload input {
  display: none;
}

#terminal-profile .terminal-upload:hover {
  color: #4A8EFF;
}

#terminal-profile .profile {
  margin: 30px 0 0;
}

#terminal-profile .profile .d-flex {
  -ms-align-items: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
}

#terminal-profile .profile .profile-img {
  background-color: #11121F;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  margin-right: 12px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  box-shadow: 0px 15px 35px rgba(15, 16, 24, 0.35);
}

#terminal-profile .profile .profile-content {
  padding-top: 12px;
}

#terminal-profile .profile .profile-content .name {
  font-family: 'Gilroy-Bold';
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 5px;
}

#terminal-profile .profile .profile-content .id {
  font-family: 'Gilroy-SemiBold';
  font-size: 12px;
  line-height: 14px;
  color: #333548;
}

#terminal-profile .profile .profile-lvl {
  margin-left: auto;
  width: 78px;
  height: 100px;
  background: #11121F;
  box-shadow: 0px 15px 35px rgba(15, 16, 24, 0.35);
  border-radius: 3px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}

#terminal-profile .profile .profile-lvl .lvl {
  display: none;
}

#terminal-profile .profile .profile-lvl img {
  height: 43px;
}

#terminal-profile .profile .profile-lvl .lvl-name {
  text-transform: uppercase;
  font-family: 'Gilroy-Bold';
  font-size: 12px;
  line-height: 15px;
  margin-top: 11px;
}

#terminal-profile .profile .profile-lvl.lvl1 .lvl1 {
  display: block;
}

#terminal-profile .profile .profile-lvl.lvl2 .lvl2 {
  display: block;
}

#terminal-profile .profile .profile-lvl.lvl3 .lvl3 {
  display: block;
}

#terminal-profile .security-btn {
  margin: 20px 0 15px;
}

#terminal-profile .security-btn .icon {
  top: 18px;
}

#terminal-profile .title3 {
  margin-top: 20px;
}

#terminal-profile .profile-buttons {
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: stretch;
  align-items: stretch;
}

#terminal-profile .profile-buttons .setting .img-svg path {
  fill: #4A8EFF;
}

#terminal-profile .profile-buttons .setting:hover .title {
  color: #4A8EFF;
}

#terminal-profile .profile-buttons .logout:hover .title {
  color: #FF3131;
}

#terminal-profile .profile-buttons .btn {
  cursor: pointer;
  width: 120px;
  height: 120px;
  background: #11121F;
  box-shadow: 0px 15px 35px rgba(15, 16, 24, 0.35);
  border-radius: 6px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}

#terminal-profile .profile-buttons .btn .img-svg {
  width: auto;
  height: 26px;
  margin-bottom: 15px;
}

#terminal-profile .profile-buttons .btn .title {
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  font-family: 'Gilroy-SemiBold';
  color: #484B68;
}

#terminal-profile .profile-edit,
#terminal-profile .profile-edit-menu {
  display: none;
  padding: 40px 24px;
  padding-left: 40px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  background: #181926;
}

#terminal-profile .profile-edit .desc,
#terminal-profile .profile-edit-menu .desc {
  font-size: 14px;
  line-height: 20px;
  font-family: 'Gilroy-SemiBold';
  color: #50526D;
  margin-top: 15px;
}

#terminal-profile .profile-edit .terminal-label,
#terminal-profile .profile-edit-menu .terminal-label {
  width: auto;
  margin: 30px 0 0;
}

#terminal-profile .profile-edit .terminal-label .label-name,
#terminal-profile .profile-edit-menu .terminal-label .label-name {
  left: 13px;
  opacity: 1 !important;
}

#terminal-profile .profile-edit .terminal-label input,
#terminal-profile .profile-edit-menu .terminal-label input {
  padding: 29px 13px 15px !important;
  border-radius: 3px;
  height: 58px;
  font-size: 14px;
  line-height: 17px;
  font-family: 'Gilroy-Bold';
}

#terminal-profile .profile-edit .terminal-label button,
#terminal-profile .profile-edit-menu .terminal-label button {
  margin: 22px auto 0;
  width: 200px;
  height: 55px;
  border-radius: 6px;
}

#terminal-profile .profile-edit-menu {
  overflow-y: auto;
  z-index: 4;
}

#terminal-profile .profile-edit-menu .btn {
  padding: 19px 60px;
  padding-right: 20px;
  background: #11121F;
  box-shadow: 0px 15px 35px rgba(15, 16, 24, 0.35);
  border-radius: 3px;
  font-family: 'Gilroy-Bold';
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  position: relative;
  cursor: pointer;
}

#terminal-profile .profile-edit-menu .btn:hover .title {
  color: #4A8EFF;
}

#terminal-profile .profile-edit-menu .btn .icon {
  position: absolute;
  top: 25px;
  left: 23px;
}

#terminal-profile .profile-edit-menu .btn .subtitle {
  margin-top: 7px;
  font-family: 'Gilroy-Medium';
  font-size: 12px;
  line-height: 14px;
  color: #4B4D6B;
}

#terminal-profile .profile-edit-menu::-webkit-scrollbar {
  width: 6px;
  background: #F7F9FA;
}

#terminal-profile .profile-edit-menu::-webkit-scrollbar-thumb {
  border-width: 1px 1px 1px 2px;
  border-color: #4A8EFF;
  background-color: #4A8EFF;
}

#terminal-profile .profile-edit-menu::-webkit-scrollbar-thumb:hover {
  border-width: 1px 1px 1px 2px;
  border-color: #4A8EFF;
  background-color: #4A8EFF;
}

#terminal-profile .profile-edit-menu::-webkit-scrollbar-track {
  border-width: 0;
}

#terminal-profile .profile-edit-menu .terminal-label {
  margin-top: 15px;
}

#terminal-profile .profile-edit-menu .terminal-label label {
  cursor: pointer;
}

#terminal-profile .profile-edit-menu .terminal-label input {
  cursor: pointer;
}

#terminal-profile .profile-edit-menu .title2 {
  margin-bottom: 22px;
}

#terminal-profile .profile-edit-menu .security-lvl {
  margin: 25px 0 40px;
  background: #11121F;
  box-shadow: 0px 15px 35px rgba(15, 16, 24, 0.35);
  border-radius: 3px;
  padding: 15px;
  padding-left: 20px;
}

#terminal-profile .profile-edit-menu .security-lvl .title {
  font-family: 'Gilroy-SemiBold';
  font-weight: 600;
  font-size: 10px;
  line-height: 18px;
  color: #353751;
}

#terminal-profile .profile-edit-menu .security-lvl .value {
  font-size: 14px;
  font-family: 'Gilroy-SemiBold';
  color: #fff;
}

#terminal-profile .profile-edit-menu .security-lvl .subtitle {
  font-family: 'Gilroy-Bold';
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 5px;
}

#terminal-profile .profile-edit-menu .security-lvl ul {
  list-style: none;
}

#terminal-profile .profile-edit-menu .security-lvl ul li {
  margin-bottom: 5px;
  color: #353751;
  font-size: 11px;
  position: relative;
  padding-left: 10px;
}

#terminal-profile .profile-edit-menu .security-lvl ul li:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  background: #4A8EFF;
  width: 3px;
  height: 3px;
}

#terminal-profile .profile-edit-menu .security-lvl .lvl-box {
  margin: 11px 0 14px;
  width: 100%;
  height: 5px;
  background: #1F2135;
  border-radius: 50px;
}

#terminal-profile .profile-edit-menu .security-lvl .lvl-box .lvl-line {
  height: 5px;
  border-radius: 50px;
  background: #4A8EFF;
}

#terminal-profile .profile-edit-menu .security-lvl .lvl-box.red .lvl-line {
  background: #B42727;
}

/* Мадальное окно */

.terminal-modal {
  background: #181926;
  border-radius: 12px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 40px 40px 50px;
}

.terminal-modal .line {
  margin: 15px 0 30px;
  width: 30px;
}

.terminal-modal .subtitle {
  font-family: 'Gilroy-SemiBold';
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #535571;
  margin: 0 0 25px;
}

.terminal-modal .content {
  padding: 0 25px;
}

.terminal-modal label {
  height: 55px;
  margin-bottom: 23px;
}

.terminal-modal label input {
  height: 55px !important;
  padding: 27px 25px;
}

.terminal-modal label input:focus {
  padding: 27px 25px 10px;
}

.terminal-modal label input:focus + .label-name {
  top: 11px;
}

.terminal-modal label .input-ques {
  top: 19px;
}

.terminal-modal .d-flex {
  margin: 25px 0 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: stretch;
  align-items: stretch;
}

.terminal-modal .d-flex button {
  font-family: 'Gilroy-Bold';
  height: 48px;
  width: 48%;
  background: #4A8EFF;
  border-radius: 3px;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
}

.terminal-modal .d-flex button:hover {
  background: #417FE1;
}

.terminal-modal .d-flex button:before {
  display: none;
}

.terminal-modal .d-flex button.red {
  background: #CA3333;
  box-shadow: 0px 5px 15px rgba(92, 18, 18, 0.65);
  border-radius: 3px;
}

.terminal-modal .d-flex button.cancel {
  height: 53px;
  position: static;
  right: auto;
  top: auto;
  background: #121321;
}

.terminal-alert {
  display: none;
  position: absolute;
  left: 130px;
  top: 120px;
  width: 360px;
  height: 120px;
  background: #181926;
  box-shadow: 0px 15px 35px rgba(15, 16, 24, 0.35);
  border-radius: 6px;
  z-index: 6;
  padding: 26px 30px 35px;
  padding-left: 51px;
}

.terminal-alert .icon {
  position: absolute;
  left: 19px;
  top: 28px;
}

.terminal-alert .terminal-close {
  top: 20px;
  right: 20px;
}

.terminal-alert .terminal-close .img-svg {
  width: 15px;
  height: 15px;
}

.terminal-alert .title {
  font-family: 'Gilroy-Bold';
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 10px;
}

.terminal-alert .desc {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.03em;
  color: #464863;
  font-family: 'Gilroy-Medium';
}

.terminal-alert#terminal-warning .icon path {
  fill: #FEAB01;
}

.terminal-alert#terminal-bonus {
  top: auto;
  left: auto;
  bottom: 100px;
  right: 370px;
  height: 85px;
  padding: 18px;
  padding-right: 55px;
  /*		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: flex-start;
		-ms-align-items: center;
		align-items: center;*/
}

.terminal-alert#terminal-bonus .terminal-close {
  right: 18px;
  top: 31px;
}

.terminal-alert#terminal-bonus .count {
  position: relative;
}

.terminal-alert#terminal-bonus .count .round {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #4A8EFF;
  border: 8px solid #2E4E88;
}

.terminal-alert#terminal-bonus .count .number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  font-family: 'Gilroy-Bold';
}

.terminal-alert#terminal-bonus .title {
  margin: 0;
  margin-left: 15px;
  font-size: 18px;
  line-height: 22px;
}

.terminal-alert#terminal-bonus .time {
  margin-left: auto;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.03em;
  color: #464863;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
}

.terminal-alert#terminal-bonus .time img {
  margin-right: 7px;
}

#complete-move {
  max-width: 400px;
}

#complete-move .line {
  margin-bottom: 40px;
}

#complete-move .d-flex {
  margin-top: 40px;
}

#complete-registration {
  max-width: 400px;
}

/*@import "../blocks/modules/pp-landing";*/

@media (min-width: 2100px) {
  .application-about .animate {
    left: -8vw;
    top: 18%;
    width: 40vw;
  }

  .application-about .animate2 {
    top: 10%;
  }

  .application-about .animate3 {
    top: -14%;
  }

  #section3 .main-img .animate {
    top: 15%;
    left: -25%;
    -webkit-animation: fly_el 2.5s ease-in-out infinite;
    -moz-animation: fly_el 2.5s ease-in-out infinite;
    animation: fly_el 2.5s ease-in-out infinite;
  }

  #section3 .main-img .animate2 {
    top: 17%;
    -webkit-animation: fly_el_reverse 2.5s ease-in-out infinite;
    -moz-animation: fly_el_reverse 2.5s ease-in-out infinite;
    animation: fly_el_reverse 2.5s ease-in-out infinite;
  }

  #section3 .main-img .animate3 {
    top: 21%;
    -webkit-animation: fly_el 2s ease-in-out infinite;
    -moz-animation: fly_el 2s ease-in-out infinite;
    animation: fly_el 2s ease-in-out infinite;
  }
}

@media (max-width: 1500px) {
  .title-line {
    left: -180px;
  }

  #section2 .main-content .title-bg {
    width: 70%;
    top: -25px;
  }

  #section2 .main-content .dots-bg {
    width: 120px;
    top: 80px;
  }

  #section2 .main-content .t-title {
    font-size: 32px;
    margin-bottom: 10px;
    line-height: 40px;
  }

  #section2 .main-content .t-subtitle {
    display: none;
  }

  #section2 .main-content .items-box .item {
    margin: 22px 0 0;
    width: 48%;
    padding: 25px 30px 25px;
    min-height: 210px;
  }

  #section2 .main-content .items-box .item:nth-child(1),
  #section2 .main-content .items-box .item:nth-child(2) {
    margin-top: 10px;
  }

  #section2 .main-content .items-box .item .number {
    top: 29px;
    right: 35px;
  }

  #section2 .main-content .items-box .item .title {
    font-size: 16px;
    line-height: 20px;
  }

  #section2 .main-content .items-box .item .desc {
    font-size: 14px;
  }

  #section2 .main-content .items-box .item .dots-bg {
    width: 65px;
    top: 30px;
    left: 30px;
  }

  #section2 .main-content .items-box .item .dots-bg:nth-child(2) {
    bottom: 30px;
    right: 30px;
  }

  #section2 .payment-content {
    padding-left: 45px;
    padding-top: 30px;
  }

  #section2 .payment-content .t-title {
    margin: 0 0 20px;
  }

  #section2 .payment-content .payment-img {
    padding: 25px 20px;
    margin-bottom: 15px;
  }

  #section2 .payment-content .payment-box .item {
    width: 49%;
    padding-left: 30px;
    margin-bottom: 25px;
  }

  #section2 .payment-content .payment-box .item:before {
    width: 20px;
  }

  #section2 .payment-content .payment-box .item p {
    font-size: 14px;
  }
}

@media (max-width: 1400px) {
  #section3 .d-flex {
    padding-bottom: 30px;
  }

  #section3 .main-img {
    margin-right: 83px;
    height: 100%;
    flex-grow: 1;
  }

  #section3 .main-img .big-blue {
    width: 45vw;
    position: absolute;
    top: 55%;
    left: 63%;
    transform: translate(-50%, -50%);
    max-width: none;
  }

  #section3 .main-img .big-devices {
    top: 58%;
    left: 68%;
    transform: translate(-50%, -50%);
    max-width: none;
    z-index: 2;
    width: 33vw;
  }

  #section3 .main-content .tabs {
    max-width: 400px;
  }

  #section3 .main-content .tabs .tab {
    margin-top: 25px;
    padding: 30px 20px;
    padding-left: 100px;
    padding-right: 80px;
  }

  #section3 .main-content .tabs .tab .tab-btn {
    top: 25px;
    right: 28px;
  }

  #section3 .main-content .tabs .tab .title {
    font-size: 17px;
  }

  #section3 .main-content .tabs .tab .tab-icon {
    width: 120px;
    position: absolute;
    top: -10px;
    left: -10px;
  }

  #section3 .main-content .tabs .tab.active {
    padding-top: 25px;
    padding-bottom: 20px;
  }

  #section4 {
    padding-top: 100px;
  }

  #section4 .t-title {
    margin-bottom: 35px;
  }
}

@media (max-width: 1025px) {
  .about-page .container {
    max-width: 100%;
  }

  .intro-about .main-video {
    margin-left: 5%;
    height: 280px;
    max-width: 45%;
  }

  .intro-about .main-content .t-title {
    font-size: 30px;
    line-height: 40px;
  }

  .intro-about .main-content .t-subtitle {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .application-about .animate {
    left: -10vw;
    top: 25%;
    width: 50vw;
  }

  .application-about .animate2 {
    top: 30%;
  }

  .application-about .animate3 {
    top: 25%;
  }

  .application-about .main-content {
    max-width: 610px;
  }

  .application-about .title {
    font-size: 22px;
    line-height: 38px;
    margin-bottom: 30px;
  }

  .application-about p {
    font-size: 16px;
    line-height: 19px;
  }

  .intro-currency {
    padding: 210px 0 55px;
  }
}

@media (max-width: 992px) {
  #terminal-left {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 8;
    justify-content: center;
    text-align: center;
  }

  #terminal-left .left-top .logo {
    display: none;
  }

  #terminal-left .left-top .left-terminal__menu {
    height: 55px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: stretch;
    align-items: center;
  }

  #terminal-left .left-top .left-terminal__menu .left-terminal__btn {
    height: 100%;
    width: 70px;
    padding: 0 15px;
  }

  #terminal-left .left-top .left-terminal__menu .left-terminal__btn .title {
    display: none;
  }

  #terminal-left .left-top .left-terminal__menu .left-terminal__btn:last-child .left-terminal__button .img-svg {
    margin-bottom: 0;
  }

  #terminal-left .left-top .left-terminal__menu .left-terminal__btn .left-terminal__button {
    height: 100%;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
  }

  #terminal-left .left-top .left-terminal__menu .left-terminal__btn .left-terminal__button .img-svg {
    margin: 0;
  }

  #terminal-left .left-top .left-terminal__menu .left-terminal__btn .left-terminal__button:hover {
    background: #181926;
    border-left: 0;
    border-bottom: 2px solid #4A8EFF;
  }

  #terminal-left .left-bottom {
    display: none;
  }

  #terminal-left .left-bottom .online-users {
    margin: 30px 0 0;
  }

  #terminal-left .left-bottom .online-users b {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.02em;
  }

  #terminal-left .left-bottom .online-users p {
    color: #4E5065;
    margin: 5px 0 0;
  }

  #terminal-header {
    left: 0;
    top: 0;
    right: 0;
  }

  #terminal-header .select-ctr {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }

  #terminal-header .onclick {
    order: 2;
    width: 50px;
    padding: 0;
    height: 50px;
    margin-right: 10px;
  }

  #terminal-header .btn2 {
    display: none;
  }

  #terminal-header .terminal-list .terminal-arrow.active {
    display: none;
    transform: rotate(180deg);
  }

  #terminal-header .terminal-list .terminal-arrow path {
    fill: #444661;
  }

  #terminal-header .terminal-list.active .select-ctr {
    display: block;
  }

  #terminal-header .terminal-list.active .terminal-arrow {
    display: none;
  }

  #terminal-header .terminal-list.active .terminal-arrow.active {
    display: block;
    transform: rotate(180deg);
  }

  #terminal-header .left-header {
    position: absolute;
    left: 0;
    top: 100%;
    padding: 0 13px;
  }

  #terminal-header .left-header .terminal-methods {
    width: 50px;
    height: 50px;
    order: 1;
    margin-right: 10px;
  }

  #terminal-header .left-header .terminal-methods .terminal-arrow {
    display: none !important;
  }

  #terminal-header .left-header .terminal-methods .main {
    padding: 0;
  }

  #terminal-header .left-header .terminal-methods .select-ctr {
    position: absolute;
    transform: translateX(-30%);
    left: 0;
  }

  #terminal-header .terminal-currency {
    -webkit-order: 0;
    -moz-order: 0;
    -ms-order: 0;
    -o-order: 0;
    order: 0;
    width: 175px;
    font-size: 11px;
    line-height: 13px;
    margin-right: 10px;
    padding-right: 0;
    height: 50px;
  }

  #terminal-header .terminal-currency .icon {
    margin-right: 4px;
  }

  #terminal-header .terminal-currency .main {
    padding: 0 14px;
  }

  #terminal-header .terminal-currency .select-ctr {
    top: 130%;
    width: 93vw;
    height: 73vh;
    overflow: hidden;
    z-index: 4;
    padding: 20px 15px 30px;
  }

  #terminal-header .terminal-currency .select-ctr .header {
    height: 45px;
  }

  #terminal-header .terminal-currency .select-ctr .header .text-input {
    flex-grow: 1;
    margin-left: 10px;
  }

  #terminal-header .terminal-currency .select-ctr .header .text-input input {
    width: 100%;
    height: 45px;
  }

  #terminal-header .terminal-currency .select-ctr .header .tab-menu {
    padding: 17px 13px 0;
  }

  #terminal-header .terminal-currency .select-ctr .header .tab-menu .tab .title {
    font-size: 13px;
    line-height: 14px;
  }

  #terminal-header .terminal-currency .select-ctr .header .tab-menu .tab .img-svg {
    display: none;
  }

  #terminal-header .terminal-currency .select-ctr .header .tab-menu .tab:nth-child(1) {
    margin-right: 5px;
  }

  #terminal-header .terminal-currency .select-ctr .header .tab-menu .tab:nth-child(2) {
    margin-left: 5px;
  }

  #terminal-header .terminal-currency .select-ctr .titles {
    margin: 15px 0 12px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
  }

  #terminal-header .terminal-currency .select-ctr .titles .title {
    margin: 0;
    font-family: 'Gilroy-Medium';
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 0.03em;
    color: #313345;
  }

  #terminal-header .terminal-currency .select-ctr .titles .first {
    width: 131px;
    padding-left: 12px;
  }

  #terminal-header .terminal-currency .select-ctr .titles .second {
    width: 90px;
  }

  #terminal-header .terminal-currency .select-ctr .titles .third {
    width: 110px;
  }

  #terminal-header .terminal-currency .select-ctr .content {
    overflow-y: scroll;
  }

  #terminal-header .terminal-currency .select-ctr .content::-webkit-scrollbar {
    width: 3px;
    background: #242535;
  }

  #terminal-header .terminal-currency .select-ctr .content::-webkit-scrollbar-thumb {
    border-width: 1px 1px 1px 2px;
    border-color: #4A8EFF;
    background-color: #4A8EFF;
  }

  #terminal-header .terminal-currency .select-ctr .content::-webkit-scrollbar-thumb:hover {
    border-width: 1px 1px 1px 2px;
    border-color: #4A8EFF;
    background-color: #4A8EFF;
  }

  #terminal-header .terminal-currency .select-ctr .content::-webkit-scrollbar-track {
    border-width: 0;
  }

  #terminal-header .terminal-currency .select-ctr .content .items {
    display: none;
    padding-right: 13px;
    height: 425px;
  }

  #terminal-header .terminal-currency .select-ctr .content .items.active {
    display: block;
  }

  #terminal-header .terminal-currency .select-ctr .content input {
    display: none;
  }

  #terminal-header .terminal-currency .select-ctr .content .terminal-bill {
    height: 40px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    background: #11121D;
    box-shadow: 0px 15px 35px rgba(15, 16, 24, 0.35);
    border-radius: 3px;
    margin-bottom: 13px;
    transition: transform 220ms;
  }

  #terminal-header .terminal-currency .select-ctr .content .terminal-bill .first {
    width: 131px;
    padding-left: 10px;
    font-size: 10px;
    line-height: 12px;
  }

  #terminal-header .terminal-currency .select-ctr .content .terminal-bill .second {
    width: 90px;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.03em;
    color: #74B02E;
    font-family: 'Gilroy-Medium';
  }

  #terminal-header .terminal-currency .select-ctr .content .terminal-bill .third {
    font-family: 'Gilroy-SemiBold';
    width: 110px;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.03em;
  }

  #terminal-header .terminal-currency .select-ctr .content .terminal-bill .rating {
    padding-right: 18px;
  }

  #terminal-header .terminal-currency .select-ctr .content .terminal-bill .rating:hover path {
    fill: #4A8EFF;
  }

  #terminal-header .right-header {
    justify-content: space-between;
    padding: 13px;
    width: 100%;
  }

  #terminal-header .right-header .increase-bill {
    flex-grow: 1;
    height: 55px;
    padding: 12px 8px;
    font-size: 13px;
    margin: 0 13px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
  }

  #terminal-header .right-header .increase-bill .img-svg {
    margin-left: 5px;
  }

  #terminal-header .right-header .bring-bill {
    display: none;
    padding: 12px 8px;
    font-size: 13px;
  }

  #terminal-header .right-header .terminal-user {
    width: 55px;
    height: 55px;
    margin: 0;
    justify-content: center;
    padding: 0;
  }

  #terminal-header .right-header .terminal-user .title {
    display: none;
  }

  #terminal-header .right-header .terminal-user .img-svg {
    margin-right: 0;
  }

  #terminal-header .right-header .terminal-logout {
    display: none;
  }

  #terminal-header .terminal-bills {
    width: 150px;
  }

  #terminal-header .terminal-bills .terminal-arrow {
    top: 24px;
    right: 18px;
  }

  #terminal-header .terminal-bills .terminal-bill {
    border-radius: 6px;
    padding: 12px 17px;
  }

  #terminal-header .terminal-bills .terminal-bill .title {
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 3px;
  }

  #terminal-header .terminal-bills .terminal-bill .price {
    font-size: 14px;
    font-family: 'Gilroy-SemiBold';
    line-height: 17px;
  }

  #terminal-header .terminal-bills.active .terminal-bill {
    border-radius: 0;
  }

  #terminal-header .terminal-bills .select-ctr .terminal-bill .img-svg {
    top: 24px;
    width: 10px;
    height: 10px;
    right: 18px;
  }

  #terminal-header .terminal-bills .select-ctr .terminal-bill p {
    height: 20px;
    width: 20px;
    right: 13px;
  }

  /* Торговля на */

  #terminal-trade {
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 30px 24px;
  }

  #terminal-trade .content {
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
  }

  /* Компонент */

  #terminal-control {
    width: 100%;
    top: auto;
    left: 0;
    right: 0;
    bottom: 55px;
    border-radius: 0;
    padding: 19px 25px;
  }

  #terminal-control .t-btn {
    font-size: 16px;
    line-height: 19px;
    width: 70px;
    height: 50px;
  }

  #terminal-control .t-btn.green {
    margin-top: 0;
  }

  #terminal-control .strike-box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
  }

  #terminal-control .strike-box .red {
    order: 0;
  }

  #terminal-control .strike-box .strike-price {
    order: 1;
  }

  #terminal-control .strike-box .green {
    order: 2;
  }

  #terminal-control .strike-price {
    flex-grow: 1;
    padding: 7px 0;
    margin: 0 12px;
  }

  #terminal-control .strike-price .title {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 2px;
  }

  #terminal-control .form-box {
    margin-bottom: 12px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
  }

  #terminal-control .form-control {
    margin: 0;
    width: 49%;
    position: relative;
  }

  #terminal-control .form-control .input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    margin-bottom: 0;
    text-align: center;
    border-radius: 0;
  }

  #terminal-control .form-control .input input {
    z-index: 3;
    outline: none;
    border-radius: 0;
    height: 45px;
    width: 65px;
    width: 100%;
    font-size: 14px;
    line-height: 17px;
    padding: 0;
  }

  #terminal-control .form-control .d-flex {
    justify-content: space-between;
  }

  #terminal-control .form-control .d-flex button {
    z-index: 2;
    margin: 0;
    position: relative;
    z-index: 3;
    background: #12131E;
    width: 50px;
    height: 45px;
    font-size: 24px;
    line-height: 28px;
    border-radius: 3px 0 0 3px;
  }

  #terminal-control .form-control .d-flex button:nth-child(2) {
    border-radius: 0 3px 3px 0;
  }

  /* Профиль */

  #terminal-profile {
    padding: 40px 24px !important;
    width: 100%;
  }

  #terminal-profile .profile-buttons {
    justify-content: space-around;
    bottom: 60px;
  }

  #terminal-profile .profile-edit,
  #terminal-profile .profile-edit-menu {
    padding: 40px 24px !important;
  }

  #terminal-profile .profile-edit-menu {
    overflow-y: auto;
    z-index: 4;
    padding-bottom: 110px !important;
  }

  /* Компонент */

  .terminal-window {
    left: 0;
    width: 100%;
    padding: 30px 24px 70px;
    overflow-y: auto;
  }

  /* Сделки */

  #terminal-sdelki {
    overflow-y: hidden;
  }

  #terminal-sdelki .content {
    overflow-y: auto;
    margin-top: 30px;
  }

  #terminal-sdelki .content .items {
    height: 73vh;
  }

  /* Помощь -> Ответы на вопросы */

  #terminal-faq {
    overflow-y: hidden;
  }

  #terminal-faq .items {
    height: 67vh;
  }

  #terminal-faq .faq-block {
    position: relative;
    padding: 20px 25px 30px;
    padding-left: 50px;
    background: #11121F;
    box-shadow: 0px 15px 35px rgba(15, 16, 24, 0.35);
    border-radius: 3px;
  }

  #terminal-faq .faq-block .icon {
    position: absolute;
    top: 19px;
    left: 17px;
  }

  #terminal-faq .faq-block .icon path {
    fill: #4A8EFF;
  }

  #terminal-faq .faq-block .title {
    font-family: 'Gilroy-Bold';
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.03em;
    margin-bottom: 20px;
  }

  #terminal-faq .faq-block .tab {
    margin: 0 0 15px;
    padding: 0;
    position: relative;
    cursor: pointer;
  }

  #terminal-faq .faq-block .tab:hover .title {
    color: #4A8EFF;
  }

  #terminal-faq .faq-block .tab .title {
    margin: 0;
    font-size: 11px;
    font-family: 'Gilroy-SemiBold';
    line-height: 12px;
    color: #353751;
    padding-right: 10px;
  }

  #terminal-faq .faq-block .tab .tab-btn {
    position: absolute;
    top: -4px;
    right: 6px;
  }

  #terminal-faq .faq-block .tab .tab-btn .img-svg {
    height: 8px;
    width: 8px;
  }

  #terminal-faq .faq-block .tab .tab-btn path {
    fill: #4A8EFF;
  }

  #terminal-faq .faq-block .tab .tab-btn .passive {
    transform: rotate(-90deg);
  }

  #terminal-faq .faq-block .tab .tab-btn .active {
    display: none;
  }

  #terminal-faq .faq-block .tab .desc {
    overflow: hidden;
    transition: height 220ms;
    height: 0;
    font-size: 11px;
    font-family: 'Gilroy-Medium';
    line-height: 13px;
    color: #7C7F9D;
  }

  #terminal-faq .faq-block .tab .desc p {
    margin: 10px 0;
  }

  #terminal-faq .faq-block .tab.active .title {
    color: #fff;
    font-family: 'Gilroy-Bold';
    font-size: 12px;
    line-height: 15px;
  }

  #terminal-faq .faq-block .tab.active .desc {
    margin: 0;
    height: auto !important;
  }

  #terminal-faq .faq-block .tab.active .tab-btn {
    top: 1px;
  }

  #terminal-faq .faq-block .tab.active .tab-btn .passive {
    display: none;
  }

  #terminal-faq .faq-block .tab.active .tab-btn .active {
    display: block;
  }
}

@media (max-width: 991px) {
  #video-bg {
    display: none;
  }

  .landing {
    background-size: contain;
    background-position: center;
    background-size: 193% auto;
  }

  .form_authorization {
    padding: 30px 25px;
    width: 95%;
  }

  .form_authorization .modal_close {
    top: 33px;
    right: 30px;
  }

  .form_authorization .d-flex {
    margin: 30px 0 30px;
  }

  .form_authorization a.t-btn {
    width: 230px;
  }

  .form_authorization button.t-btn {
    padding: 20px 30px;
  }

  .form_authorization .social {
    margin-left: 20px;
    padding: 20px 0px;
    padding-right: 0;
    flex-shrink: 1;
  }

  .form_authorization .social .links {
    width: 100%;
    justify-content: space-around;
  }

  .form_authorization .social span {
    display: none;
  }

  .form_authorization .social a {
    margin-left: 0;
  }

  .form_authorization label {
    margin-bottom: 20px;
    height: 70px;
  }

  footer {
    padding: 50px 0;
  }

  footer .footer-thumb {
    margin-bottom: 30px;
    flex-direction: column;
  }

  footer .footer-thumb .desc {
    font-size: 15px;
    margin: 30px 0 35px;
  }

  footer .footer-thumb .payment-img {
    display: none;
  }

  footer .footer-thumb .social {
    width: 50%;
    justify-content: space-between;
  }

  footer .footer-thumb .social a {
    margin-left: 0;
  }

  footer .d-flex {
    flex-direction: column;
  }

  footer .footer-menu {
    text-align: center;
  }

  footer .footer-menu a {
    display: block;
    margin: 0 0 5px;
  }

  footer .footer-menu a:before {
    opacity: 0;
  }

  footer .larts-logo {
    margin-top: 30px;
  }

  .about-page .container {
    max-width: 100%;
  }

  .intro-about {
    padding-top: 130px;
    padding-bottom: 90px;
  }

  .intro-about .d-flex {
    height: auto;
    flex-direction: column;
  }

  .intro-about .main-video {
    margin: 30px 0 0;
    max-width: 100%;
    height: 30vh;
  }

  .intro-about .main-video .play-btn {
    width: 35%;
  }

  .intro-about .main-content {
    max-width: 690px;
  }

  .intro-about .main-content .t-title {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 30px;
  }

  .intro-about .main-content .t-title br {
    display: none;
  }

  .intro-about .main-content .line {
    display: none;
  }

  .intro-about .main-content .t-subtitle {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 20px;
  }

  .intro-about .main-content .t-subtitle br {
    display: none;
  }

  .application-about {
    padding: 30px 0 80px;
  }

  .application-about .d-flex {
    height: auto;
    flex-direction: column;
  }

  .application-about .main-img {
    width: 100%;
  }

  .application-about .animate {
    position: absolute;
    top: -2vh;
    width: 95vw;
    -webkit-animation: fly_el 2s ease-in-out infinite;
    -moz-animation: fly_el 2s ease-in-out infinite;
    animation: fly_el 2s ease-in-out infinite;
  }

  .application-about .main-content {
    max-width: 100%;
  }

  .application-about .title {
    font-size: 22px;
    line-height: 31px;
    margin-bottom: 40px;
  }

  .application-about .title br {
    display: none;
  }

  .application-about p {
    font-size: 16px;
    line-height: 21px;
    margin: 10px 0;
  }

  .trigger-block {
    padding: 70px 0 230px;
  }

  .trigger-block .title {
    margin: 0 auto 40px;
    font-size: 20px;
    line-height: 32px;
  }

  .trigger-block .title br {
    display: none;
  }

  .trigger-block .trigger-img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .trigger-block .t-btn {
    margin: 60px auto 0;
  }

  .custom-chat {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 23px 0 15px;
  }

  .custom-chat .icon {
    width: 40px;
    height: 40px;
  }

  .custom-chat .icon img {
    width: 20px;
  }

  .custom-chat .messages {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    height: 70vh;
  }

  .custom-chat .messages .message {
    margin-bottom: 20px;
  }

  .custom-chat .messages .message .msg-content {
    padding: 20px 20px;
  }

  .custom-chat .messages .message .msg-content .text {
    font-size: 13px;
    line-height: 17px;
    font-family: 'Gilroy-Regular';
  }

  .custom-chat .messages .message .date {
    display: none;
  }

  .custom-chat .messages .message .icon {
    width: 40px;
    height: 40px;
  }

  .custom-chat .chat-header {
    padding: 0 20px 20px;
    padding-right: 50px;
  }

  .custom-chat .chat-header .chat_close {
    top: 5px;
  }

  .custom-chat .chat-header .title {
    font-size: 15px;
  }

  .custom-chat .input textarea {
    padding: 15px;
  }

  header {
    padding-top: 20px;
  }

  header .d-flex {
    justify-content: space-between;
  }

  header .logo {
    width: 170px;
  }

  header .chat-btn {
    position: absolute;
    top: 80px;
    right: 5px;
    font-size: 13px;
  }

  header .chat-btn .icon {
    order: 2;
    margin: 0;
    margin-left: 7px;
  }

  header .social {
    display: none;
  }

  header nav {
    display: none;
  }

  header .menu-btn {
    width: 32px;
    margin-right: 10px;
    display: block;
  }

  header .languages {
    display: none;
  }

  header .t-btn {
    display: none;
  }

  header .header-contact {
    display: none;
  }

  #slider-navigation {
    display: none;
  }

  .horizontal-scrolling .container {
    padding-top: 0;
    max-width: 100%;
  }

  .horizontal-scrolling .d-flex {
    height: auto;
  }

  #section1 .half-bg {
    display: none;
  }

  #section1 .d-flex {
    height: 100vh;
  }

  #section1 .main-img {
    position: static;
  }

  #section1 .main-img .big-blue {
    display: none;
  }

  #section1 .main-img .big-phone {
    display: block;
    height: 70vh;
    top: 53%;
    transform: translateY(-50%);
    left: 75%;
    max-width: none;
  }

  #section1 .main-content {
    z-index: 2;
    padding-top: 20px;
  }

  #section1 .main-content .t-title {
    font-size: 42px;
    line-height: 48px;
  }

  #section1 .main-content .title-bg {
    width: 200px;
    top: -15px;
    left: -0px;
  }

  #section1 .main-content .dots-bg {
    left: -35px;
    top: -15px;
  }

  #section1 .main-content .t-btn {
    padding-right: 42px;
    white-space: nowrap;
    padding: 25px 25px;
  }

  #section1 .main-content .t-btn .img-svg {
    width: 30px;
  }

  #section1 .main-content .t-subtitle {
    margin: 25px 0 30px;
    line-height: 24px;
    font-size: 18px;
  }

  #section2 {
    padding-top: 25px;
  }

  #section2 .half-bg {
    display: none;
  }

  #section2 .d-flex {
    flex-wrap: wrap;
  }

  #section2 .main-content {
    width: 100%;
  }

  #section2 .main-content .t-title {
    font-size: 35px;
    line-height: 40px;
  }

  #section2 .main-content .title-bg {
    width: 250px;
    top: -15px;
    left: -0px;
  }

  #section2 .main-content .dots-bg {
    left: -35px;
    top: 25px;
  }

  #section2 .main-content .t-subtitle {
    margin: 19px 0 5px;
  }

  #section2 .main-content .items-box .item {
    margin: 15px 0 0 !important;
    border-radius: 10px;
    width: 100%;
    padding: 30px 25px 30px;
    min-height: 0;
  }

  #section2 .main-content .items-box .item .desc {
    font-size: 15px;
    line-height: 18px;
  }

  #section2 .main-content .items-box .item .dots-bg {
    width: 75px;
  }

  #section2 .main-content .items-box .item .dots-bg:nth-child(2) {
    bottom: 34px;
    right: 30px;
  }

  #section2 .payment-content {
    padding-top: 0;
    padding-left: 0;
    text-align: left;
  }

  #section2 .payment-content .t-title {
    margin: 80px 0 30px;
    font-size: 24px;
    line-height: 33px;
  }

  #section2 .payment-content .t-btn {
    margin: 0;
  }

  #section2 .payment-content .payment-img {
    margin-bottom: 30px;
    padding: 30px 15px 28px;
  }

  #section2 .payment-content .payment-box .item {
    width: 100%;
    padding-left: 45px;
    margin-bottom: 40px;
  }

  #section2 .payment-content .payment-box .item:before {
    width: 30px;
  }

  #section2 .payment-content .payment-box .item p {
    font-size: 15px;
  }

  .half-bg {
    display: none !important;
  }

  #section3 {
    padding: 100px 0 0;
  }

  #section3 .d-flex {
    padding-bottom: 0;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }

  #section3 .main-img {
    margin-right: 0;
    display: none;
  }

  #section3 .main-content {
    flex-grow: 1;
  }

  #section3 .main-content .t-title {
    font-size: 35px;
    line-height: 40px;
  }

  #section3 .main-content .title-bg {
    width: 250px;
    top: -15px;
    left: -0px;
  }

  #section3 .main-content .dots-bg {
    left: -35px;
    top: 25px;
  }

  #section3 .main-content .t-subtitle {
    font-size: 18px;
    line-height: 24px;
  }

  #section3 .main-content .tabs {
    max-width: 100%;
    width: 100%;
  }

  #section3 .main-content .tabs .tab {
    margin-top: 30px;
    padding: 30px;
    padding-left: 80px;
  }

  #section3 .main-content .tabs .tab:hover {
    transform: none;
  }

  #section3 .main-content .tabs .tab .tab-icon {
    width: 100px;
    left: -10px;
    top: 0px;
  }

  #section3 .main-content .tabs .tab .tab-btn {
    top: 24px;
    right: 25px;
  }

  #section3 .main-content .tabs .tab .title {
    font-size: 17px;
    line-height: 20px;
    white-space: nowrap;
  }

  #section3 .main-content .tabs .tab.active {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  #section3 .main-content .tabs .tab.active .title {
    margin-bottom: 15px;
  }

  #section3 .main-content .d-flex {
    flex-wrap: wrap;
  }

  #section3 .main-content .apps {
    width: 100%;
    margin: 70px 0 0;
  }

  #section3 .main-content .apps .items {
    flex-wrap: wrap;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
  }

  #section3 .main-content .apps .t-title {
    font-size: 26px;
    margin: 0 0 10px;
  }

  #section3 .main-content .apps .app {
    margin-top: 20px;
    width: 48%;
    height: 85px;
  }

  #section3 .main-content .apps .app:hover {
    transform: none;
  }

  #section4 {
    padding: 100px 0 20px;
  }

  #section4 .d-flex {
    flex-direction: column;
  }

  #section4 .t-title {
    font-size: 35px;
    line-height: 40px;
    margin: 0 0 40px;
  }

  #section4 .title-bg {
    width: 200px;
    top: -15px;
    left: -0px;
  }

  #section4 .dots-bg {
    left: -35px;
    top: 25px;
  }

  #section4 .contact-info {
    padding-left: 0;
    padding-top: 60px;
  }

  #section4 .contact-info .d-flex {
    height: auto;
    margin-bottom: 20px;
  }

  #section4 .contact-info img {
    margin-right: 20px;
  }

  #section4 .contact-info .geo {
    max-width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
    font-size: 16px;
    line-height: 19px;
  }

  #section4 .contact-info .geo img {
    width: 54px;
  }

  #section4 .contact-info .item {
    max-width: 100%;
    margin: 0 0 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
  }

  #section4 .contact-info .item a {
    margin: 0;
  }

  #section4 .main-content {
    max-width: 100%;
    width: 100%;
  }

  #section4 .main-content .contact-form {
    margin: 0 auto;
    padding: 40px 30px 40px;
  }

  #section4 .main-content .contact-form .d-flex {
    flex-direction: column;
    margin-bottom: 20px;
  }

  #section4 .main-content .contact-form .buttons {
    margin: 30px 0 0;
  }

  #section4 .main-content .contact-form .buttons button {
    width: 100%;
    margin-right: 0;
  }

  #section4 .main-content .contact-form .buttons button .img-svg {
    display: none;
  }

  #section4 .main-content .contact-form .buttons .form-warning {
    margin-top: 15px;
  }

  #section4 .main-content .contact-form .buttons .form-warning br {
    display: none;
  }

  #section4 .main-content .contact-form .textarea {
    margin-bottom: 27px;
  }

  #section4 .main-content .contact-form label {
    width: 100%;
  }
}

@media (max-width: 769px) {
  .payment-page {
    padding-bottom: 40px;
  }

  .payment-page .chat-fly {
    top: 100px !important;
  }

  .payment-page .content {
    margin-left: -15px;
    margin-right: -15px;
  }

  .payment-page .question .question-answer {
    left: 0 !important;
    transform: translateX(-60px) !important;
  }

  .payment-page .privacy {
    margin: 35px 0 50px;
  }

  .payment-page .privacy .d-flex {
    flex-wrap: wrap;
    margin: 40px 0px 0;
  }

  .payment-page .privacy .d-flex .item {
    width: 50%;
    margin-bottom: 15px;
  }

  .payment-page .privacy .d-flex img {
    margin: 0;
  }

  .payment-page .payment-box {
    margin: 30px auto 0;
  }

  .payment-page .payment-box .cards {
    padding: 40px 20px;
    height: auto;
  }

  .payment-page .payment-box .cards .card {
    margin-bottom: 20px;
    width: 47%;
    height: 100px;
  }

  .payment-page .payment-box .control .d-flex {
    height: auto;
    flex-direction: column;
  }

  .payment-page .payment-box .control .question .img-svg {
    width: 13px;
    height: 13px;
    margin-left: 3px;
    margin-bottom: -3px;
  }

  .payment-page .payment-box .control .question .img-svg path {
    fill: #4F516C;
  }

  .payment-page .payment-box .control .control-bonus {
    padding: 40px 20px;
  }

  .payment-page .payment-box .control .control-bonus #prev-form {
    margin-bottom: 30px;
  }

  .payment-page .payment-box .control .control-bonus #prev-form .img-svg {
    height: 16px;
    width: 16px;
    transform: rotate(90deg);
    margin-bottom: -3px;
  }

  .payment-page .payment-box .control .control-bonus #prev-form .img-svg path {
    fill: #4B4E68;
  }

  .payment-page .payment-box .control .control-bonus .bonuses .big-bonus {
    width: 48%;
    padding: 25px 20px 20px;
    margin: 0 0 15px;
  }

  .payment-page .payment-box .control .control-bonus .bonus {
    padding: 23px 20px;
    height: 120px;
    width: 48%;
    margin: 0 0 15px;
  }

  .payment-page .payment-box .control .control-form {
    width: 100%;
    padding: 30px 20px;
  }

  .payment-page .payment-box .control .form-group {
    margin-bottom: 25px;
  }

  .payment-page .payment-box .control .form-group .input-name {
    margin-bottom: 13px;
  }

  .payment-page .payment-box .control .form-group input {
    height: 50px !important;
  }

  .payment-page .payment-box .payment-tabs {
    margin-left: -15px;
    margin-right: -15px;
    justify-content: space-around;
    margin-bottom: 25px;
  }

  .payment-page .payment-box .payment-tabs .tab {
    height: 60px;
    margin: 0;
    font-size: 15px;
  }

  .payment-page .payment-box .payment-contents .content {
    display: none;
  }

  .payment-page .payment-box .payment-contents .content.active {
    display: block;
  }

  .payment-page .payment-box .payment-contents .payment-header {
    height: auto;
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
    padding: 0 20px 25px;
    margin-bottom: 20px;
  }

  .payment-page .payment-box .payment-contents .payment-header .title {
    margin-top: 10px;
  }

  .payment-page .payment-box .payment-contents .payment-header .title .question {
    margin: 0;
    margin-left: 5px;
  }

  .payment-page .payment-box .payment-contents .payment-filter {
    padding: 20px 20px;
    margin-bottom: 20px;
    flex-direction: column;
  }

  .payment-page .payment-box .payment-contents .payment-filter .title {
    font-family: 'Gilroy-Medium';
    font-size: 14px;
    line-height: 25px;
    color: #52546C;
    margin-bottom: 5px;
  }

  .payment-page .payment-box .payment-contents .payment-filter .payment-period {
    width: 100%;
    margin-bottom: 20px;
  }

  .payment-page .payment-box .payment-contents .payment-filter .payment-period .d-flex {
    flex-direction: row;
  }

  .payment-page .payment-box .payment-contents .payment-filter .payment-period .calendar {
    width: 45%;
  }

  .payment-page .payment-box .payment-contents .payment {
    width: 100%;
    margin-top: 10px;
    height: 60px;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 15px;
    font-family: 'Gilroy-SemiBold';
    justify-content: space-between;
  }

  .payment-page .payment-box .payment-contents .payment .price {
    margin-left: 0;
  }

  .payment-page .payment-box .payment-contents .payment .mode {
    margin-right: 0;
  }

  .payment-page .payment-box .output .advantages {
    flex-direction: column;
    margin: 30px 15px 50px;
    -ms-align-items: center;
    align-items: center;
  }

  .payment-page .payment-box .output .advantages .item {
    width: 85%;
    height: 200px;
    margin-bottom: 20px;
  }

  .payment-page .payment-box .output .advantages .item img {
    margin-bottom: 13px;
  }

  .payment-page .payment-box .output .d-flex {
    padding: 15px 20px 55px;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
    text-align: left;
  }

  .payment-page .payment-box .output .payment-header {
    height: auto;
    width: 100%;
    max-width: 100%;
    padding: 0;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }

  .payment-page .payment-box .output .payment-header .item {
    margin-bottom: 20px;
  }

  .payment-page .payment-box .output .payment-form {
    width: 100%;
    padding-bottom: 50px;
  }

  .payment-page .payment-box .output .payment-info {
    padding-left: 0;
    max-width: 100%;
  }

  .payment-page .payment-box .output .payment-info .question {
    top: -2px;
    left: 0;
  }

  .payment-page .payment-box .output .payment-info .question .question-answer {
    transform: translateX(0) !important;
  }

  .payment-page .payment-box .output .payment-info p.first {
    padding-left: 30px;
  }

  .payment-page .payment-box .output .payment-mode {
    width: 80%;
    margin: 0 auto 10px;
  }

  .payment-page .payment-box .output .input-group {
    margin-bottom: 32px;
  }

  .payment-page .payment-box .output .input-group input {
    padding-left: 38px;
    height: 55px;
    background: #13141F;
    box-shadow: 0px 15px 35px rgba(15, 16, 24, 0.35);
    border-radius: 3px;
    font-size: 15px;
    line-height: 15px;
    color: #fff;
  }

  .payment-page .payment-box .output .input-group .icon {
    top: 19px !important;
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .terminal-page .chat-fly {
    width: auto;
    position: absolute;
    right: 15px;
    top: 170px;
    bottom: auto;
    z-index: 4;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    white-space: nowrap;
  }

  .terminal-page .chat-fly br {
    display: none;
  }

  .terminal-page .chat-fly .chat-icon {
    display: none;
  }

  .terminal-page .chat-fly .icon {
    display: block;
    margin-left: 5px;
    margin-right: 0;
  }

  .verification-page {
    height: auto;
    overflow-y: auto;
  }

  .verification-page .container {
    position: static;
  }

  .verification-page .verification-form {
    margin: 30px 0;
  }

  .verification-page .verification-form .d-flex {
    margin: 35px -15px 0;
    padding: 37px 30px 80px;
    border-radius: 0;
    flex-direction: column;
  }

  .verification-page .verification-form .inputs {
    width: 100%;
  }

  .verification-page .verification-form .inputs:nth-child(1) button {
    display: none;
  }

  .verification-page .verification-form .inputs:nth-child(2) button {
    display: block;
  }
}

@media (max-width: 767px) {
  .intro-faq {
    padding: 150px 0 60px;
  }

  .intro-faq .container {
    max-width: 1400px;
  }

  .intro-faq .title-bg {
    left: -15px;
    width: 210px;
  }

  .intro-faq .t-title {
    font-size: 28px;
    line-height: 33px;
  }

  .intro-faq .line {
    margin: 20px 0 30px;
  }

  .intro-faq .faq-tabs {
    flex-direction: column;
  }

  .intro-faq .content {
    width: 100%;
  }

  .landing footer {
    display: block;
  }

  .intro-currency {
    padding: 130px 0 55px;
  }

  .intro-currency .title-line {
    left: -220px;
    top: 280px;
  }

  .intro-currency .title-bg {
    top: -20px;
    width: 200px;
  }

  .intro-currency .dots-bg {
    top: -19px;
  }

  .intro-currency .t-title {
    font-size: 29px;
    line-height: 36px;
  }

  .intro-currency .t-subtitle {
    margin-top: 12px;
    font-size: 16px;
    line-height: 21px;
  }

  .intro-currency .t-subtitle br {
    display: none;
  }

  .intro-currency .line {
    margin: 24px 0 25px;
  }

  .intro-currency .content {
    margin-top: 0px;
    text-align: left;
  }

  .intro-currency .search {
    margin-bottom: 30px;
  }

  .intro-currency .search input {
    padding-right: 20px;
    width: 320px;
    font-family: 'Gilroy-SemiBold';
  }

  .intro-currency .table {
    overflow-x: scroll;
    width: 100%;
  }

  .intro-currency .table::-webkit-scrollbar {
    height: 6px;
    width: 100%;
    background: #F7F9FA;
  }

  .intro-currency .table::-webkit-scrollbar-thumb {
    border-width: 1px 1px 1px 2px;
    border-color: #4A8EFF;
    background-color: #4A8EFF;
  }

  .intro-currency .table::-webkit-scrollbar-thumb:hover {
    border-width: 1px 1px 1px 2px;
    border-color: #4A8EFF;
    background-color: #4A8EFF;
  }

  .intro-currency .table::-webkit-scrollbar-track {
    border-width: 0;
  }

  .intro-currency .column {
    width: 900px;
    min-height: 70px;
    height: auto;
    padding: 15px 25px;
    margin-bottom: 15px;
  }

  .intro-currency .column .first {
    overflow: hidden;
    width: 20%;
    flex-shrink: 0;
    flex-wrap: wrap;
  }

  .intro-currency .column .second {
    width: 36%;
  }

  .intro-currency .values {
    font-family: 'Gilroy-SemiBold';
  }

  .error-page {
    background-size: contain;
  }

  .error-page .intro-error .t-btn {
    margin-top: 10px;
  }

  .error-page .intro-offline {
    padding-top: 30px;
    text-align: center;
  }

  .error-page .intro-offline .line {
    height: 4px;
    margin: 15px 0 25px;
  }

  .error-page .intro-offline .t-title {
    font-size: 25px;
    line-height: 36px;
  }

  .error-page .intro-offline .subtitle {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .error-page .intro-offline .timer {
    margin-bottom: 10%;
    width: 100%;
    height: auto;
    padding: 25px 25px;
  }

  .privacy-page .intro-privacy {
    padding: 130px 0 60px;
  }

  .privacy-page .intro-privacy .t-title {
    font-size: 29px;
    line-height: 36px;
  }

  .privacy-page .intro-privacy .line {
    margin: 30px 0 30px;
  }

  .privacy-page .intro-privacy .privacy-content {
    margin: 0 -15px;
    border: 0;
    width: auto;
    padding: 0px 25px 60px;
  }

  .privacy-page .intro-privacy .privacy-content .title {
    font-size: 21px;
    line-height: 26px;
    margin: 40px 0 30px;
  }

  .privacy-page .intro-privacy .privacy-content p {
    line-height: 22px;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .terminal-header {
    justify-content: center;
    padding: 25px 25px;
  }

  .terminal-header .logo {
    width: 150px;
  }

  .terminal-header .t-btn {
    width: 100%;
    text-align: center;
    font-size: 16px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 4;
  }

  .terminal-page .container {
    max-width: 1030px;
  }

  .rates-content {
    margin: 50px 0 30px;
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }

  .rates-content .rates-header .line {
    margin: 25px 0 20px;
  }

  .rates-content .rates-header .t-title {
    font-size: 26px;
  }

  .rates-content .desc {
    font-size: 15px;
    line-height: 20px;
  }

  .rates-content .desc br {
    display: none;
  }

  .rates {
    margin: 50px 0 40px;
    flex-direction: column;
  }

  .rates .rate {
    width: 100%;
    margin-bottom: 30px;
    padding: 29px 25px 85px;
  }

  .terminal-table {
    margin-bottom: 55px;
    overflow-x: scroll;
  }

  .terminal-table::-webkit-scrollbar {
    height: 6px;
    width: 100%;
    background: #F7F9FA;
  }

  .terminal-table::-webkit-scrollbar-thumb {
    border-width: 1px 1px 1px 2px;
    border-color: #4A8EFF;
    background-color: #4A8EFF;
  }

  .terminal-table::-webkit-scrollbar-thumb:hover {
    border-width: 1px 1px 1px 2px;
    border-color: #4A8EFF;
    background-color: #4A8EFF;
  }

  .terminal-table::-webkit-scrollbar-track {
    border-width: 0;
  }

  .terminal-table .column {
    padding-right: 20px;
    width: 900px;
    height: 100px;
  }

  .promocode-form,
  .terminal-label {
    width: 100%;
    margin: 0 auto 65px;
  }

  .promocode-form label,
  .terminal-label label {
    margin-right: 0;
  }

  .promocode-form label input,
  .terminal-label label input {
    border-radius: 0 3px 3px 0;
  }

  .promocode-form button,
  .terminal-label button {
    border-radius: 0 3px 3px 0;
    height: 62px;
  }

  .terminal-faq {
    padding-bottom: 100px;
  }

  .terminal-faq .tab {
    padding: 30px 30px;
    margin-top: 25px;
  }

  .terminal-faq .tab .tab-btn {
    top: 30px;
  }

  .terminal-faq .tab.active {
    padding-left: 30px;
    padding-right: 30px;
  }

  .terminal-faq .tab.active .tab-btn {
    top: 25px;
    right: 30px;
  }
}

@media (min-width: 1026px) and (max-width: 1500px) {
  .about-page .container {
    max-width: 100%;
  }

  .intro-about .main-video {
    margin-left: 10%;
    max-width: 585px;
    height: 380px;
  }

  .intro-about .main-video .play-btn {
    width: 40%;
  }

  .intro-about .main-content .t-title {
    font-size: 34px;
    line-height: 44px;
  }

  .intro-about .main-content .line {
    margin: 20px 0 20px;
  }

  .intro-about .main-content .t-subtitle {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .application-about .animate {
    top: 25%;
    width: 50vw;
  }

  .application-about .animate2 {
    top: 30%;
  }

  .application-about .animate3 {
    top: 25%;
  }
}

@media (min-width: 1024px) and (max-width: 1500px) {
  .horizontal-scrolling .container {
    padding-top: 20px;
    width: 90%;
  }

  .horizontal-scrolling .half-bg {
    height: 210px;
  }

  #slider-navigation {
    bottom: 40px;
  }

  #slider-navigation .container {
    width: 90%;
  }

  #section1 .main-img {
    margin-right: 83px;
  }

  #section1 .main-img .big-blue {
    width: 470px;
  }

  #section1 .main-img .big-phone {
    max-width: 50%;
  }

  #section1 .main-content .t-subtitle {
    margin: 25px 0 55px;
  }

  #section3 .main-img .animate {
    left: -10vw;
    top: 25%;
    width: 50vw;
  }

  #section3 .main-img .animate2 {
    top: 30%;
  }

  #section3 .main-img .animate3 {
    top: 25%;
  }

  header {
    padding-top: 30px;
  }

  header nav a {
    margin-left: 40px;
    font-size: 13px;
  }

  header .header-contact {
    display: none;
  }
}

@media (min-width: 990px) and (max-width: 1300px) {
  .horizontal-scrolling .container {
    width: 95%;
  }

  .horizontal-scrolling .half-bg {
    display: none;
  }

  #slider-navigation {
    bottom: 30px;
  }

  #slider-navigation .container {
    width: 95%;
  }

  #section1 .main-img {
    margin-right: 0;
  }

  #section1 .main-img .big-blue {
    width: 38vw;
  }

  #section1 .main-img .big-phone {
    max-width: 50%;
  }

  #section1 .main-content .t-title {
    font-size: 60px;
    line-height: 68px;
  }

  #section1 .main-content .title-bg {
    top: -40px;
    width: 80%;
  }

  #section1 .main-content .dots-bg {
    top: -10px;
  }

  #section1 .main-content .t-subtitle {
    font-size: 19px;
    line-height: 22px;
    margin: 25px 0 55px;
  }

  header {
    padding-top: 15px;
  }

  header .d-flex {
    justify-content: flex-end;
    flex-wrap: wrap;
  }

  header .social {
    display: none;
  }
}

@media (min-width: 990px) and (max-width: 1023px) {
  .t-btn {
    font-size: 16px;
    padding: 20px 35px;
    margin-left: 15px;
  }

  .t-btn .img-svg {
    width: 30px;
  }

  #section2 .main-content .title-bg {
    left: -20px;
  }

  #section2 .main-content .t-title {
    margin-bottom: 10px;
  }

  #section2 .main-content .t-subtitle {
    display: none;
  }

  #section2 .main-content .items-box .item {
    margin: 10px 0 0 !important;
    width: 49%;
    padding: 20px 15px 25px;
    min-height: 190px;
  }

  #section2 .main-content .items-box .item .number {
    top: 29px;
    right: 35px;
  }

  #section2 .main-content .items-box .item .line {
    display: none;
  }

  #section2 .main-content .items-box .item .title {
    font-size: 16px;
    line-height: 20px;
  }

  #section2 .main-content .items-box .item .desc {
    font-size: 14px;
  }

  #section2 .main-content .items-box .item .dots-bg {
    width: 65px;
    top: 30px;
    left: 30px;
  }

  #section2 .main-content .items-box .item .dots-bg:nth-child(2) {
    bottom: 30px;
    right: 30px;
  }

  #section2 .payment-content {
    padding-left: 25px;
  }

  #section2 .payment-content .t-title {
    margin: 0 0 15px;
    font-size: 20px;
  }

  #section2 .payment-content .t-title br {
    display: none;
  }

  #section2 .payment-content .payment-img {
    margin-bottom: 15px;
  }

  #section2 .payment-content .payment-box .item {
    width: 50%;
    margin-bottom: 20px;
  }

  #section2 .payment-content .payment-box .item .title {
    font-size: 16px;
    margin-bottom: 10px;
  }

  #section2 .payment-content .payment-box .item p {
    line-height: 17px;
    font-size: 13px;
  }
}

@media (min-width: 991px) and (max-width: 1400px) {
  #terminal-header {
    left: 120px;
  }

  #terminal-header .terminal-btn {
    margin-right: 12px;
  }

  #terminal-header .t-btn {
    padding: 10px 30px;
    max-height: 62px;
  }

  #terminal-header .left-header .terminal-methods {
    padding: 0;
  }

  #terminal-header .left-header .terminal-methods .main {
    padding: 18px;
  }

  #terminal-header .terminal-currency {
    width: 195px;
  }

  #terminal-header .right-header .terminal-user {
    margin-left: 15px;
    margin-right: 10px;
    width: 62px;
    justify-content: center;
    padding: 15px;
  }

  #terminal-header .right-header .terminal-user .img-svg {
    margin-right: 0;
  }

  #terminal-header .right-header .terminal-user .title {
    display: none;
  }

  #terminal-header .terminal-bills {
    width: 180px;
  }
}

@media (min-width: 992px) and (max-width: 1300px) {
  #terminal-header .left-header .terminal-methods {
    padding: 0;
  }

  #terminal-header .left-header .btn1 {
    position: absolute;
    top: 118%;
    left: 0;
  }

  #terminal-header .left-header .btn2 {
    position: absolute;
    top: 118%;
    left: 72px;
  }
}

@media (min-width: 992px) and (max-width: 1130px) {
  #terminal-header .left-header .terminal-methods {
    position: absolute;
    top: 118%;
    left: 0;
  }

  #terminal-header .left-header .btn1 {
    position: absolute;
    top: 118%;
    left: 96px;
  }

  #terminal-header .left-header .btn2 {
    position: absolute;
    top: 118%;
    left: 168px;
  }

  #terminal-header .right-header {
    justify-content: flex-end;
  }

  #terminal-header .right-header .increase-bill {
    width: 160px;
    white-space: nowrap;
  }

  #terminal-header .right-header .increase-bill .img-svg {
    display: none;
  }

  #terminal-header .right-header .bring-bill {
    margin: 0;
    width: 150px;
  }
}
/*# sourceMappingURL=maps/main.css.map */
