/*
Theme Name: Sunrise Exchange
Author: Sunrise Exchange
Version: 1.0
*/




/* ==========================================================================
Config
========================================================================== */

/* Normalize */

/*! 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;
  height: auto;
}

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

/* Variables */

:root {
  --color-white: #FFFFFF;
  --color-black: #000000;
}

/* Grid */

@-ms-viewport {
  width: device-width;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-wide,
.col-wide-auto,
.col-wide-12,
.col-wide-11,
.col-wide-10,
.col-wide-9,
.col-wide-8,
.col-wide-7,
.col-wide-6,
.col-wide-5,
.col-wide-4,
.col-wide-3,
.col-wide-2,
.col-wide-1,
.col-xxl,
.col-xxl-auto,
.col-xxl-12,
.col-xxl-11,
.col-xxl-10,
.col-xxl-9,
.col-xxl-8,
.col-xxl-7,
.col-xxl-6,
.col-xxl-5,
.col-xxl-4,
.col-xxl-3,
.col-xxl-2,
.col-xxl-1,
.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

/* States */

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.is-hidden {
  display: none;
}

/* ==================== */

.pixelated {
  image-rendering: optimizeSpeed;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  image-rendering: crisp-edges;
}

body.preload {
  overflow-y: scroll;
}

.preload * {
  transition: none !important;
}

/* ==========================================================================
Base styles
========================================================================== */

/* Connect fonts */

@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("fonts/Inter-Bold.woff2") format("woff2"), url("fonts/Inter-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("fonts/Inter-Medium.woff2") format("woff2"), url("fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("fonts/Inter-Regular.woff2") format("woff2"), url("fonts/Inter-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("fonts/Inter-SemiBold.woff2") format("woff2"), url("fonts/Inter-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

/* Layout */

* {
  box-sizing: border-box;
  outline: none;
}

html,
body {
  height: 100%;
  scroll-behavior: smooth;
  min-width: 360px;
}

body {
  font: 400 18px/24px "Inter", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

.wrapper {
  position: relative;
  z-index: 10;
  min-height: 100%;
  overflow: hidden;
  width: 100%;
  min-width: 360px;
  background: #1F192B;
  color: var(--color-white);
  display: flex;
  flex-direction: column;
}

.container {
  width: 100%;
  max-width: 1190px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}

/* Buttons */

.btn {
  cursor: pointer;
  text-decoration: none;
  background: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.25s;
  max-width: 100%;
  outline: none;
  font-family: "Inter", Arial, sans-serif;
}

.btn-call {
  padding: 10px 20px;
  height: 60px;
  border: 1px solid #FFFFFF;
  border-radius: 100px;
  font-weight: 600;
  font-size: 15px;
  line-height: 16px;
  color: #FFFFFF;
}

.btn-call:hover {
  background: #FFFFFF;
  color: #f47224;
}

.btn-submit {
  font-weight: 600;
  font-size: 18px;
  line-height: 16px;
  color: #FFFFFF;
  height: 60px;
  border-radius: 100px;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 10;
  padding: 5px 30px;
}

.btn-submit:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #FF5064 -0.02%, #FF733C 100.06%);
  z-index: -2;
}

.btn-submit:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #f7465b -0.02%, #f36a40 100.06%);
  z-index: -1;
  opacity: 0;
  transition: 0.3s;
}

.btn-submit:hover:after {
  opacity: 1;
}

.btn-contact {
  height: 51px;
  border: 1px solid #FFFFFF;
  border-radius: 100px;
  font-weight: 600;
  font-size: 15px;
  line-height: 16px;
  color: #FFFFFF;
  gap: 10px;
  padding: 10px 20px;
}

.btn-contact:hover {
  background: #FFFFFF;
  color: #1F192B;
}

.btn:hover {
  text-decoration: none;
}

.btn:active {
  transition: none;
}

.btn--fullwidth {
  width: 100%;
}

/* Typography */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
}

p,
figure,
em,
blockquote {
  margin: 0 0 16px;
  display: block;
}

p:last-child,
figure:last-child,
em:last-child,
blockquote:last-child {
  margin-bottom: 0;
}

img,
picture {
  max-width: 100%;
  max-height: 100%;
  flex-shrink: 0;
}

blockquote {
  display: block;
  background: white;
  padding: 15px;
  margin: 0 0 20px;
  position: relative;
}

blockquote:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 15px;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 15px solid white;
}

blockquote p {
  margin: 0 0 10px;
}

blockquote p:last-child {
  margin: 0;
}

a {
  transition: color 0.25s;
  color: var(--color-blue);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

mark {
  background: none;
  color: green;
}

video {
  max-width: 100%;
}

h1 {
  font-weight: 700;
  line-height: 95%;
  letter-spacing: -0.02em;
  font-size: 40px;
  margin-bottom: 15px;
}

/* Icons */

/* Forms */

.is-error {
  border-color: red;
}

.is-success {
  border-color: green;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  -webkit-appearance: none;
  border-radius: 0;
  background-color: transparent;
}

button {
  cursor: pointer;
  border: 0;
  outline: none;
}

input {
  vertical-align: middle;
  outline: none;
  border: 0;
}

input[type=submit],
input[type=button] {
  cursor: pointer;
  -webkit-appearance: none;
}

textarea {
  outline: none;
  resize: none;
  overflow: auto;
}

:invalid {
  box-shadow: none;
}

.ui-input {
  display: block;
  width: 100%;
  font-family: "Inter", Arial, sans-serif;
  -webkit-appearance: none;
  transition: 0.25s;
}

.ui-input::placeholder {
  transition: 0.3s;
}

.ui-input::focus::placeholder {
  opacity: 0;
}

/* ==========================================================================
Site styles
========================================================================== */

.section-main {
  background: url(img/bg-main.png) no-repeat center 0;
  background-size: cover;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  border-radius: 0 0 30px 30px;
  overflow: hidden;
  min-height: 581px;
  display: flex;
  flex-direction: column;
}

.section-main__content {
  position: relative;
  padding-top: 37px;
  min-height: 100%;
  flex-grow: 1;
}

.section-main__content h1 {
  text-align: center;
}

.logo {
  display: flex;
  align-items: center;
}

.logo__img {
  line-height: 0;
  flex-shrink: 0;
}

.logo__sep {
  width: 1px;
  height: 60px;
  background: rgba(255, 255, 255, 0.2);
  margin: 0 20px;
}

.logo__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

.header {
  padding-top: 20px;
}

.header-tel {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.header-tel:hover {
  text-decoration: none;
}

.email {
  font-weight: 400;
  line-height: 1;
  font-size: 12px;
  color: #FFFFFF;
}

.email:hover {
  text-decoration: none;
}

.header-contact {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header-contact__main {
  text-align: right;
}

.subtitle {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #FFFFFF;
  padding-left: 30px;
  padding-right: 30px;
}

.decor-crypto-1 {
  position: absolute;
  pointer-events: none;
}

.decor-crypto-2 {
  position: absolute;
  pointer-events: none;
}

.exchange {
  position: relative;
  row-gap: 10px;
}

.exchange.row {
  margin-left: -5px;
  margin-right: -5px;
}

.exchange__col {
  padding-left: 5px;
  padding-right: 5px;
}

.cur-block {
  background: #433D4D;
  border-radius: 20px;
  min-height: 100%;
  padding: 30px 20px 20px;
}

.cur-block h3 {
  margin-bottom: 25px;
}

h3 {
  font-weight: 600;
  line-height: 95%;
  font-size: 22px;
  letter-spacing: -0.02em;
}

.table-cur {
  border-collapse: collapse;
  width: 100%;
}

.table-cur thead tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.table-cur tbody tr:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.table-cur tr th {
  text-align: left;
  font-weight: 600;
  font-size: 16px;
  line-height: 95%;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.5);
  padding: 5px 0 8px;
}

.table-cur tr th:nth-child(1) {
  width: 40%;
}

.table-cur tr td {
  padding: 9px 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}

.table-cur__flag {
  text-align: right;
}

.table-cur__th-val {
  display: flex;
  gap: 10px;
  align-items: center;
  line-height: 1;
}

.table-cur__th-val img {
  position: relative;
  top: -1px;
}

.indicator-cur {
  margin-left: 4px;
  height: 5px;
  display: inline-block;
}

.indicator-cur--down {
  border: 3px solid transparent;
  border-top: 5px solid #FF5064;
}

.indicator-cur--up {
  border: 3px solid transparent;
  border-bottom: 5px solid #3d8944;
  position: relative;
  top: -2px;
}

.select-cur {
  position: relative;
}

.select-cur__main {
  height: 50px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
  padding: 5px 18px;
  cursor: pointer;
  transition: 0.3s;
  width: 100%;
}

.select-cur__main:hover {
  background: rgba(255, 255, 255, 0.15);
}

.select-cur__main-flag {
  width: 28px;
  height: 28px;
  margin-right: 10px;
}

.select-cur__main-cur {
  font-weight: 600;
  font-size: 16px;
  line-height: 95%;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  margin-right: 15px;
}

.select-cur__main-arrow {
  width: 18px;
  height: 10px;
  margin-left: auto;
  transition: 0.3s;
}

.select-cur__main-arrow img {
  display: block;
}

.select-cur__options {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 100;
  top: 100%;
  background: rgb(86, 81, 95);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}

.select-cur__options ul {
  list-style: none;
  margin: 0;
  padding: 5px 0;
}

.select-cur__options ul li {
  padding: 9px 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.3s;
}

.select-cur__options ul li:hover {
  background: rgba(255, 255, 255, 0.1);
}

.select-cur__options.active {
  top: calc(100% + 5px);
}

.select-cur.active .select-cur__main-arrow {
  transform: rotate(180deg);
}

.select-cur.active .select-cur__options {
  opacity: 1;
  visibility: visible;
  top: calc(100% + 5px);
}

.calc-top {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.input-value {
  position: relative;
  flex-grow: 1;
  width: 100%;
}

.input-value__main {
  height: 50px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  padding: 5px 150px 5px 45px;
  transition: 0.3s;
  font-weight: 400;
  font-size: 24px;
  line-height: 95%;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  display: block;
  width: 100%;
  font-family: "Inter", Arial, sans-serif;
  -webkit-appearance: none;
}

.input-value__main:focus {
  background: rgba(255, 255, 255, 0.15);
}

.input-value__note {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: rgba(255, 255, 255, 0.4);
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 120px;
  pointer-events: none;
}

.input-value__cur {
  position: absolute;
  left: 23px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 400;
  font-size: 24px;
  line-height: 95%;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.5);
}

.pay-details__title {
  font-weight: 400;
  font-size: 10px;
  line-height: 1.2;
  margin-bottom: 8px;
}

.pay-details__value {
  font-weight: 700;
  line-height: 95%;
  font-size: 24px;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.pay-details__value--large {
  font-size: 32px;
}

.pay-details__note {
  font-weight: 400;
  font-size: 10px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.4);
}

.pay-details__note a {
  text-decoration: underline;
}

.pay-details__note a:hover {
  text-decoration: none;
}

.hr-details {
  height: 1px;
  border: 0;
  background: rgba(255, 255, 255, 0.1);
  margin: 20px 0 20px;
}

h2 {
  font-weight: 700;
  font-size: 34px;
  line-height: 95%;
  letter-spacing: -0.02em;
}

.section-advantages {
  padding-top: 80px;
}

.section-advantages h2 {
  margin-bottom: 40px;
}

.advantages.row {
  margin-left: -5px;
  margin-right: -5px;
  row-gap: 4px;
}

.advantages__col {
  padding-left: 5px;
  padding-right: 5px;
  min-height: 164px;
}

.advantages__item {
  background: rgba(67, 61, 77, 0.6);
  border-radius: 20px;
  padding: 20px 40px 20px 20px;
  min-height: 100%;
}

.advantages__item-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 95%;
  letter-spacing: -0.02em;
  margin-bottom: 13px;
  position: relative;
}

.advantages__item-title-icon {
  position: absolute;
  top: 0px;
}

.advantages__item-title-icon svg {
  width: 22px;
  height: 16px;
}

.advantages__item-text {
  font-size: 14px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.7);
}

.section-algorithm {
  padding-top: 80px;
}

.section-algorithm h2 {
  margin-bottom: 45px;
}

.decor-tools {
  max-width: 120%;
  mix-blend-mode: hard-light;
}

.algorithm {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.algorithm__item {
  display: flex;
  position: relative;
  gap: 20px;
}

.algorithm__item-icon {
  background: rgba(67, 61, 77, 0.6);
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  flex-shrink: 0;
}

.algorithm__item-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 95%;
  letter-spacing: -0.02em;
  margin: 4px 0 10px;
}

.algorithm__item-title span {
  color: #FF5064;
}

.algorithm__item-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.7);
}

.algorithm__item-text ol {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}

.section-speciality {
  padding-top: 100px;
}

.section-speciality h2 {
  margin-bottom: 35px;
}

.speciality {
  row-gap: 25px;
}

.speciality__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.speciality__item-icon {
  max-height: 160px;
  width: 160px;
  max-width: 100%;
  margin: 0 auto;
}

.speciality__item-icon-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  max-width: 100%;
  padding-bottom: 100%;
  background: linear-gradient(0deg, #FF5064 -0.02%, #FF733C 100.06%);
  border-radius: 100px;
  margin: 0 auto;
  position: relative;
}

.speciality__item-icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 60%;
}

.speciality__item-text {
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  display: flex;
  justify-content: center;
}

.section-faq {
  padding-top: 80px;
}

.section-faq h2 {
  margin-bottom: 35px;
}

.faq__item:not(:last-child) {
  margin-bottom: 7px;
}

.faq__item-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 95%;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  transition: 0.3s;
}

.faq__item-title-icon {
  flex-shrink: 0;
  transition: 0.3s;
}

.faq__item-title-icon svg {
  width: 22px;
  height: 12px;
  stroke-width: 4px;
  stroke: rgba(255, 255, 255, 0.4);
  transition: 0.3s;
}

.faq__item-text {
  font-size: 14px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.7);
  transition: 0.3s;
  max-height: 0;
  overflow: hidden;
}

.faq__item-text__inner {
  padding: 15px 0 0;
}

.faq__item.active .faq__item-title-icon {
  transform: rotate(180deg);
}

.faq__item.active .faq__item-title-icon svg {
  stroke: #FF5064;
}

.text-subtitle {
  font-size: 16px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.7);
}

.section-contact {
  padding-top: 90px;
  padding-bottom: 50px;
}

.contact-row {
  row-gap: 15px;
}

.contacts-block {
  background: #433D4D;
  border-radius: 20px;
  width: 100%;
  padding: 30px 15px 30px;
  margin-top: 30px;
}

.contacts-block__btns {
  padding-top: 15px;
  gap: 6px;
}

.contact {
  margin-bottom: 10px;
}

.contact__link {
  font-weight: 500;
  font-size: 22px;
  line-height: 95%;
  letter-spacing: -0.02em;
  color: #FF5E53;
}

.contact__link:hover {
  text-decoration: none;
}

.form {
  background: #433D4D;
  border-radius: 20px;
  padding: 30px 22px;
}

.form__btn {
  padding-top: 15px;
}

.form-policy {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: rgba(255, 255, 255, 0.4);
  margin: 15px -10px 0;
}

.form-policy a {
  text-decoration: underline;
}

.form-policy a:hover {
  text-decoration: none;
}

.form-fields-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-field {
  width: 100%;
}

.form-field input,
.form-field textarea {
  display: block;
  width: 100%;
  font-family: "Inter", Arial, sans-serif;
  -webkit-appearance: none;
  transition: 0.3s;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  height: 50px;
  padding: 5px 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #FFFFFF;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
  transition: 0.3s;
}

.form-field input:focus::placeholder,
.form-field textarea:focus::placeholder {
  opacity: 0;
}

.form-field textarea {
  height: 128px;
  padding-top: 15px;
}

.footer-logo {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.footer-logo__img {
  line-height: 0;
  flex-shrink: 0;
}

.footer-logo__sep {
  width: 1px;
  height: 60px;
  background: rgba(255, 255, 255, 0.2);
  margin: 0 20px;
}

.footer-logo__text {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
}

.modal-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.7);
  z-index: 1000;

	display: flex;
	align-items: center;
	flex-direction: column;

	transition: .3s;

	opacity: 0;
	visibility: hidden;

	overflow-y: auto;
	padding: 30px 15px;
}

.modal-wrapper--form-suc {
  padding-top: 50px;
}

.modal-wrapper.opened {
  opacity: 1;
  visibility: visible;
}

.modal {
  display: flex;
  flex-direction: column;
  background: #433D4D;
	width: 100%;
	max-width: 400px;
	border-radius: 8px;
	overflow-y: auto;
	flex-shrink: 0;
	z-index: 1000;
	padding: 40px 30px;
	position: relative;
	gap: 20px;
}

.modal h3 {
  margin-bottom: 10px;
  text-align: center;
}

.modal .btn-submit {
  gap: 15px;
  align-self: center;
  width: auto;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate {
  opacity: 0;
}

.animate.visible {
  animation-duration: 0.8s;
  animation-fill-mode: both;
}

.animate-fadeInDown.visible {
  animation-name: fadeInDown;
}

.animate-fadeInUp.visible {
  animation-name: fadeInUp;
}

.animate-fadeInLeft.visible {
  animation-name: fadeInLeft;
}

.animate-fadeInRight.visible {
  animation-name: fadeInRight;
}

@media (min-width: 320px) {
  .is-xs-hidden {
    display: none;
  }
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0%;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .is-sm-hidden {
    display: none;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0%;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .is-md-hidden {
    display: none;
  }

  p,
  figure,
  em,
  blockquote {
    margin: 0 0 20px;
  }

  .header {
    padding-top: 30px;
  }

  .header-tel {
    font-size: 24px;
    line-height: 30px;
  }

  .email {
    font-size: 15px;
  }

  .header-contact {
    gap: 40px;
  }

  .advantages.row {
    row-gap: 10px;
  }

  .algorithm {
    padding-left: 35px;
    gap: 39px;
  }

  .algorithm__item {
    gap: 30px;
    padding-left: 13px;
  }

  .algorithm__item:before {
    content: "";
    position: absolute;
    left: -30px;
    top: 4px;
    width: 18px;
    height: 18px;
    background: #1F192B;
    border: 5px solid #FF5064;
    border-radius: 100%;
  }

  .algorithm__item:not(:last-child):after {
    content: "";
    position: absolute;
    left: -23px;
    top: 26px;
    height: calc(100% + 13px);
    width: 2px;
    background: rgba(255, 255, 255, 0.4);
  }

  .algorithm__item-title {
    margin: 4px 0 15px;
  }

  .algorithm__item-text {
    font-size: 16px;
    line-height: 20px;
  }

  .speciality__item {
    gap: 15px;
  }

  .speciality__item-text {
    font-size: 16px;
    line-height: 20px;
  }

  .section-contact {
    padding-bottom: 100px;
    padding-top: 120px;
  }

  .contacts-block {
    max-width: 430px;
  }

  .form {
    padding: 40px 40px;
  }

  .footer-logo {
    margin-top: 75px;
  }

  .footer-logo__text {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0%;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .text-lg-right {
    text-align: right;
  }

  .is-lg-hidden {
    display: none;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .btn-contact {
    height: 60px;
    font-size: 18px;
    gap: 15px;
  }

  h1 {
    font-size: 70px;
  }

  .section-main {
    min-height: 699px;
  }

  .section-main__content {
    padding-top: 140px;
  }

  .decor-crypto-1 {
    left: -125px;
    top: 15px;
  }

  .decor-crypto-2 {
    right: -250px;
    top: -5px;
  }

  .exchange {
    margin-top: -150px;
  }

  .cur-block {
    padding: 40px 40px 25px;
  }

  .cur-block h3 {
    margin-bottom: 30px;
  }

  h3 {
    font-size: 24px;
  }

  .select-cur {
    margin-right: 6px;
  }

  .select-cur__main {
    height: 70px;
  }

  .calc-top {
    margin-bottom: 40px;
  }

  .input-value__main {
    height: 70px;
  }

  .pay-details__title {
    font-size: 12px;
  }

  .pay-details__value {
    font-size: 32px;
  }

  .pay-details__value--large {
    font-size: 40px;
  }

  .pay-details__note {
    font-size: 12px;
  }

  .hr-details {
    margin: 30px 0 25px;
  }

  h2 {
    font-size: 40px;
  }

  .section-advantages {
    padding-top: 205px;
  }

  .advantages__col {
    min-height: 215px;
  }

  .advantages__item {
    padding: 35px 57px;
  }

  .advantages__item-title {
    font-size: 20px;
  }

  .advantages__item-title-icon {
    left: -35px;
  }

  .advantages__item-text {
    font-size: 16px;
    line-height: 20px;
  }

  .section-algorithm {
    padding-top: 125px;
  }

  .section-algorithm h2 {
    margin-bottom: 60px;
  }

  .decor-tools {
    margin-left: -40px;
  }

  .algorithm__item-title {
    font-size: 24px;
  }

  .section-faq {
    padding-top: 130px;
  }

  .section-faq h2 {
    margin-bottom: 40px;
  }

  .faq__item {
    background: rgba(67, 61, 77, 0.6);
    border-radius: 20px;
  }

  .faq__item-title {
    font-size: 24px;
    padding: 35px 40px;
  }

  .faq__item-title-icon svg {
    stroke-width: 3px;
    width: 32px;
    height: 18px;
  }

  .faq__item-text {
    font-size: 16px;
    line-height: 20px;
    position: relative;
    top: -20px;
  }

  .faq__item-text__inner {
    padding: 0 40px 15px;
  }

  .contacts-block {
    padding: 45px 20px 45px 40px;
    margin-top: 40px;
  }

  .contacts-block__btns {
    padding-top: 25px;
  }

  .contact {
    margin-bottom: 20px;
  }

  .contact__link {
    font-size: 29px;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0%;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .is-xl-hidden {
    display: none;
  }
}

@media (min-width: 1440px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xxl-1 {
    order: 1;
  }

  .order-xxl-2 {
    order: 2;
  }

  .order-xxl-3 {
    order: 3;
  }

  .order-xxl-4 {
    order: 4;
  }

  .order-xxl-5 {
    order: 5;
  }

  .order-xxl-6 {
    order: 6;
  }

  .order-xxl-7 {
    order: 7;
  }

  .order-xxl-8 {
    order: 8;
  }

  .order-xxl-9 {
    order: 9;
  }

  .order-xxl-10 {
    order: 10;
  }

  .order-xxl-11 {
    order: 11;
  }

  .order-xxl-12 {
    order: 12;
  }

  .offset-xxl-0 {
    margin-left: 0%;
  }

  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1600px) {
  .col-wide {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-wide-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-wide-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-wide-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-wide-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-wide-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-wide-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-wide-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-wide-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-wide-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-wide-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-wide-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-wide-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-wide-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-wide-1 {
    order: 1;
  }

  .order-wide-2 {
    order: 2;
  }

  .order-wide-3 {
    order: 3;
  }

  .order-wide-4 {
    order: 4;
  }

  .order-wide-5 {
    order: 5;
  }

  .order-wide-6 {
    order: 6;
  }

  .order-wide-7 {
    order: 7;
  }

  .order-wide-8 {
    order: 8;
  }

  .order-wide-9 {
    order: 9;
  }

  .order-wide-10 {
    order: 10;
  }

  .order-wide-11 {
    order: 11;
  }

  .order-wide-12 {
    order: 12;
  }

  .offset-wide-0 {
    margin-left: 0%;
  }

  .offset-wide-1 {
    margin-left: 8.3333333333%;
  }

  .offset-wide-2 {
    margin-left: 16.6666666667%;
  }

  .offset-wide-3 {
    margin-left: 25%;
  }

  .offset-wide-4 {
    margin-left: 33.3333333333%;
  }

  .offset-wide-5 {
    margin-left: 41.6666666667%;
  }

  .offset-wide-6 {
    margin-left: 50%;
  }

  .offset-wide-7 {
    margin-left: 58.3333333333%;
  }

  .offset-wide-8 {
    margin-left: 66.6666666667%;
  }

  .offset-wide-9 {
    margin-left: 75%;
  }

  .offset-wide-10 {
    margin-left: 83.3333333333%;
  }

  .offset-wide-11 {
    margin-left: 91.6666666667%;
  }

  .flex-wide-row {
    flex-direction: row !important;
  }

  .flex-wide-column {
    flex-direction: column !important;
  }

  .flex-wide-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-wide-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-wide-wrap {
    flex-wrap: wrap !important;
  }

  .flex-wide-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-wide-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-wide-start {
    justify-content: flex-start !important;
  }

  .justify-content-wide-end {
    justify-content: flex-end !important;
  }

  .justify-content-wide-center {
    justify-content: center !important;
  }

  .justify-content-wide-between {
    justify-content: space-between !important;
  }

  .justify-content-wide-around {
    justify-content: space-around !important;
  }

  .align-items-wide-start {
    align-items: flex-start !important;
  }

  .align-items-wide-end {
    align-items: flex-end !important;
  }

  .align-items-wide-center {
    align-items: center !important;
  }

  .align-items-wide-baseline {
    align-items: baseline !important;
  }

  .align-items-wide-stretch {
    align-items: stretch !important;
  }

  .align-content-wide-start {
    align-content: flex-start !important;
  }

  .align-content-wide-end {
    align-content: flex-end !important;
  }

  .align-content-wide-center {
    align-content: center !important;
  }

  .align-content-wide-between {
    align-content: space-between !important;
  }

  .align-content-wide-around {
    align-content: space-around !important;
  }

  .align-content-wide-stretch {
    align-content: stretch !important;
  }

  .align-self-wide-auto {
    align-self: auto !important;
  }

  .align-self-wide-start {
    align-self: flex-start !important;
  }

  .align-self-wide-end {
    align-self: flex-end !important;
  }

  .align-self-wide-center {
    align-self: center !important;
  }

  .align-self-wide-baseline {
    align-self: baseline !important;
  }

  .align-self-wide-stretch {
    align-self: stretch !important;
  }
}

@media (max-width: 1199px) {
  .is-xl-visible {
    display: none;
  }
}

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

  .section-main {
    margin-bottom: 20px;
  }

  .decor-crypto-1 {
    width: 183px;
    bottom: -5px;
    opacity: 1;
    mix-blend-mode: hard-light;
  }

  .decor-crypto-2 {
    right: 0;
    bottom: -28px;
    width: 223px;
    opacity: 1;
    mix-blend-mode: hard-light;
  }

  .select-cur {
    width: 100%;
  }

  .calc-top {
    flex-direction: column;
    gap: 6px;
  }

  .pay-details {
    row-gap: 7px;
  }

  .section-advantages h2 {
    text-align: center;
  }

  .advantages__item-title-icon {
    right: -20px;
  }

  .section-speciality h2 {
    text-align: center;
  }

  .section-faq h2 {
    text-align: center;
  }

  .faq__item:not(:last-child) {
    padding-bottom: 18px;
  }

  .footer-logo__img {
    max-width: 40%;
    min-width: 124px;
  }
}

@media (max-width: 767px) {
  .is-md-visible {
    display: none;
  }

  .logo__img {
    width: 124px;
  }

  .header-contact {
    flex-direction: column;
    align-items: flex-end;
  }

  .header-contact__main {
    line-height: 0.8;
  }

  .cur-block h3 {
    text-align: center;
  }

  .section-algorithm {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-algorithm h2 {
    text-align: center;
  }

  .algorithm__item-title {
    min-height: 80px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
  }

  .algorithm__item-text {
    margin-left: -100px;
  }

  .section-speciality {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-faq {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-contact h2,
  .section-contact .text-subtitle {
    text-align: center;
  }

  .section-contact h2 {
    margin-bottom: 15px;
  }

  .contacts-block__btns {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }

  .contact {
    text-align: center;
  }

  .form h3 {
    text-align: center;
    margin-bottom: 25px;
  }

  .footer-logo {
    flex-direction: column;
    gap: 15px;
  }

  .footer-logo__img {
    width: 124px;
  }

  .footer-logo__text {
    max-width: 270px;
    margin: 0 auto;
    text-align: center;
  }
}

@media (max-width: 575px) {
  .is-sm-visible {
    display: none;
  }
}