@charset "UTF-8";
section .header .title, .subheader, form [type='submit'] ~ label, form .form-requirements label::before, #process .process-group.current:not(.active):not(.completed) h3 .text::before, #process .process-group.filled:not(.active):not(.completed) h3 .text::before, .button-next:not([disabled])::after, #modal-content .footer [data-value="true"]::after,
#auth-content .footer [data-value="true"]::after {
  background: #357ded;
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #357ded), to(#c43764));
  background: linear-gradient(to right, #357ded 1%, #c43764 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#357ded', endColorstr='#c43764',GradientType=1 );
}

section .header .title, form input:not([type='submit'])[type='file'] ~ label, form select[type='file'] ~ label, form textarea[type='file'] ~ label, form label, form select, form .input-select-group::after, form [type='submit'] ~ label .icon, form .form-requirements label::before, #faq .item button, #faq .item button::after, .link-button .icon, #news .item h3, #process .process-group .button-copy, #history table .column-select {
  -webkit-transition: opacity 0.15s ease-out, color 0.15s ease-out, border-radius 0.15s ease-out, font-size 0.15s ease-out, bottom 0.15s ease-out, top 0.15s ease-out, background-color 0.15s ease-out, -webkit-transform 0.15s ease-out;
  transition: opacity 0.15s ease-out, color 0.15s ease-out, border-radius 0.15s ease-out, font-size 0.15s ease-out, bottom 0.15s ease-out, top 0.15s ease-out, background-color 0.15s ease-out, -webkit-transform 0.15s ease-out;
  transition: opacity 0.15s ease-out, color 0.15s ease-out, transform 0.15s ease-out, border-radius 0.15s ease-out, font-size 0.15s ease-out, bottom 0.15s ease-out, top 0.15s ease-out, background-color 0.15s ease-out;
  transition: opacity 0.15s ease-out, color 0.15s ease-out, transform 0.15s ease-out, border-radius 0.15s ease-out, font-size 0.15s ease-out, bottom 0.15s ease-out, top 0.15s ease-out, background-color 0.15s ease-out, -webkit-transform 0.15s ease-out;
}

form .input-select-group::after, #faq .item button::after, #process .process-group.filled:not(.active) h3 .text::after {
  font-family: "Ionicons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}

#page-content > section:nth-child(even) {
  background-color: #202151;
}

section {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 4rem;
  padding-bottom: 4.666rem;
}

section .header {
  margin-bottom: 2rem;
  z-index: 10;
}

section .header .title {
  font-size: 2.666rem;
  font-weight: 700;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

section .content {
  z-index: 9;
}

section .content > *:not(:last-child) {
  margin-bottom: 2.666rem;
}

section .footer {
  margin-top: 2.666rem;
  z-index: 9;
}

section .bg {
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.subheader {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#welcome {
  min-height: 100vh;
  -ms-flex-line-pack: center;
      align-content: center;
  padding-top: 15.999rem;
  padding-bottom: 10.666rem;
}

@media (min-width: 1181px) {
  #welcome {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

#welcome .footer {
  padding-left: 0;
  padding-right: 0;
}

#welcome .header {
  width: calc(100% - ((100% / 36 * 6) + 25rem));
  padding-right: calc(100% / 36 * 1);
  -webkit-transform: translateY(-1.333rem);
          transform: translateY(-1.333rem);
}

#welcome .header .title {
  margin-bottom: 1rem;
  font-size: 4rem;
  line-height: 120%;
}

#welcome .header p {
  font-size: 1.333rem;
}

#welcome .content {
  width: calc((100% / 36 * 6) + 25rem);
  padding-left: 0;
}

#welcome .content p {
  font-size: 0.777rem;
  text-align: center;
  width: 100%;
}

#welcome .content p img {
  margin-left: 1rem;
  height: 1rem;
  -webkit-transform: translateY(30%);
          transform: translateY(30%);
}

#welcome .bg {
  background-image: url("../img/bg-home.jpg");
  opacity: .09;
}

#welcome .footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@-webkit-keyframes nod {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes nod {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

#welcome .footer .icon {
  font-size: 2.666rem;
  padding: 2rem;
  -webkit-animation: nod 2s ease-out infinite normal forwards;
          animation: nod 2s ease-out infinite normal forwards;
}

[data-browser='Chrome'][data-version-is-new='false'] section .header .title,
[data-browser='Safari'] section .header .title,
[data-browser='Edge'] section .header .title,
[data-browser='Netscape'] section .header .title {
  color: white;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  background: none;
}

[data-browser='Chrome'][data-version-is-new='false'] .subheader,
[data-browser='Safari'] .subheader,
[data-browser='Edge'] .subheader,
[data-browser='Netscape'] .subheader {
  color: white;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  background: none;
}

#page-home #page-header {
  position: absolute;
  top: 0;
  left: 0;
}

form {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

form > *:not(:last-child) {
  margin-bottom: 2.666rem;
}

form textarea {
  height: 8rem;
}

@-webkit-keyframes glowError {
  0% {
    color: white;
  }
  100% {
    color: #ED1C24;
    color: #ed1c24;
  }
}

@keyframes glowError {
  0% {
    color: white;
  }
  100% {
    color: #ED1C24;
    color: #ed1c24;
  }
}

form input:not([type='submit']) ~ label, form select ~ label, form textarea ~ label {
  position: absolute;
  left: 1.333rem;
  top: 0.611rem;
  color: #96ACB7;
}

form input:not([type='submit']) ~ label.label-mask, form select ~ label.label-mask, form textarea ~ label.label-mask {
  display: none;
}

form input:not([type='submit']) ~ label .glow, form select ~ label .glow, form textarea ~ label .glow {
  -webkit-animation: glowError 1s linear infinite alternate forwards;
          animation: glowError 1s linear infinite alternate forwards;
}

@-webkit-keyframes glowInput {
  0% {
    border-color: #357ded;
  }
  100% {
    border-color: #ed1c24;
  }
}

@keyframes glowInput {
  0% {
    border-color: #357ded;
  }
  100% {
    border-color: #ed1c24;
  }
}

form input:not([type='submit']).glow, form select.glow, form textarea.glow {
  -webkit-animation: glowError 1s linear 1 alternate forwards;
          animation: glowError 1s linear 1 alternate forwards;
}

form input:not([type='submit'])[type='file'], form select[type='file'], form textarea[type='file'] {
  opacity: 0;
}

form input:not([type='submit'])[type='file'] ~ label, form select[type='file'] ~ label, form textarea[type='file'] ~ label {
  white-space: nowrap;
  overflow: hidden;
  color: #357DED;
  font-weight: 700;
  height: calc(100% + (.111rem * 2));
  border-radius: 0 1.333rem 0 1.333rem;
  padding: .5rem 1.333rem;
  top: 0;
  left: 0;
  width: calc(100%);
  border: 0.111rem solid #357DED;
  text-align: center;
}

form input:not([type='submit'])[type='file'] ~ .remove-file, form select[type='file'] ~ .remove-file, form textarea[type='file'] ~ .remove-file {
  position: absolute;
  font-size: 1.333rem;
  color: #ED1C24;
  right: -2.666rem;
  padding: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

form input:not([type='submit'])[type='file']:not(.filled) ~ .remove-file, form select[type='file']:not(.filled) ~ .remove-file, form textarea[type='file']:not(.filled) ~ .remove-file {
  display: none;
}

form input:not([type='submit'])[type='file']:not(.filled) ~ .label-mask, form select[type='file']:not(.filled) ~ .label-mask, form textarea[type='file']:not(.filled) ~ .label-mask {
  display: none;
}

form input:not([type='submit'])[type='file']:focus ~ label,
form input:not([type='submit'])[type='file'] ~ label:hover, form select[type='file']:focus ~ label,
form select[type='file'] ~ label:hover, form textarea[type='file']:focus ~ label,
form textarea[type='file'] ~ label:hover {
  color: #0B63ED;
  border-color: #0B63ED;
}

form input:not([type='submit'])[type='file'].filled ~ label, form select[type='file'].filled ~ label, form textarea[type='file'].filled ~ label {
  background-color: #357DED;
  color: white;
}

form input:not([type='submit'])[type='file'].filled:focus ~ label,
form input:not([type='submit'])[type='file'].filled ~ label:hover, form select[type='file'].filled:focus ~ label,
form select[type='file'].filled ~ label:hover, form textarea[type='file'].filled:focus ~ label,
form textarea[type='file'].filled ~ label:hover {
  color: white;
}

form label, form select {
  cursor: pointer;
}

form input, form select, form textarea {
  color: white;
  font-weight: 700;
  padding: 0.5rem 1.333rem;
  width: 100%;
  outline: none;
}

form #input-source-currency-amount,
form #input-target-currency-amount {
  padding-right: calc(1.333rem + 8rem);
}

form #input-target-currency-amount {
  color: transparent;
}

form [readonly] ~ label {
  cursor: default;
}

form select {
  background-color: #357DED;
}

@media (min-width: 1181px) {
  form select optgroup, form select option {
    opacity: 0;
    background-color: transparent;
    color: transparent;
  }
  form select:hover optgroup, form select:hover option {
    display: none;
  }
}

form input:not([type='submit']):not([type='checkbox']):not([type='file']), form textarea, form select {
  border: 0.111rem solid #357DED;
}

form input:not([type='submit']):not([type='checkbox']):not([type='file']).filled ~ label, form input:not([type='submit']):not([type='checkbox']):not([type='file']):focus ~ label, form textarea.filled ~ label, form textarea:focus ~ label, form select.filled ~ label, form select:focus ~ label {
  font-size: 0.777rem;
  top: calc(-1.5rem);
  color: white;
}

form input:not([type='submit']):not([type='checkbox']):not([type='file']).filled ~ label.label-mask, form input:not([type='submit']):not([type='checkbox']):not([type='file']):focus ~ label.label-mask, form textarea.filled ~ label.label-mask, form textarea:focus ~ label.label-mask, form select.filled ~ label.label-mask, form select:focus ~ label.label-mask {
  top: 0.611rem;
  font-size: 1rem;
  font-weight: 900;
  width: calc(100% - (1.333rem * 2) - 8rem);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}

form input:not([type='submit']):not([type='checkbox']):not([type='file']):not(.filled):not(:focus) ~ label .limits, form textarea:not(.filled):not(:focus) ~ label .limits, form select:not(.filled):not(:focus) ~ label .limits {
  display: none;
}

form input:not([type='submit']):not([type='checkbox']):not([type='file']):hover, form input:not([type='submit']):not([type='checkbox']):not([type='file']):focus, form textarea:hover, form textarea:focus, form select:hover, form select:focus {
  border-color: #0B63ED;
}

form input, form textarea {
  background-color: rgba(0, 0, 0, 0.09);
}

form .group {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

form .input-select-group {
  width: 8rem;
}

form .input-select-group::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.333rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

form .input-select-group:hover select, form .input-select-group:focus-within select {
  background-color: #0B63ED;
}

form .input-select-group:focus-within::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

form [type='submit'] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 0.1rem;
  height: 0.1rem;
}

form [type='submit'] ~ label {
  width: 100%;
  padding: 0.5rem 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

form [type='submit'] ~ label .text {
  font-weight: 700;
}

form [type='submit'] ~ label .icon {
  font-size: 1.333rem;
}

form [type='submit'] ~ label > *:not(:last-child) {
  margin-right: 0.5rem;
}

form [type='submit']:not([disabled]):hover ~ label .icon, form [type='submit']:not([disabled]):focus-within ~ label .icon {
  -webkit-transform: translateX(0.5rem);
          transform: translateX(0.5rem);
}

form [type='submit'][disabled] ~ label {
  color: #96ACB7;
  cursor: default;
}

form input, form textarea, form select, form [type='submit'] ~ label {
  border-radius: 0 1.333rem 0 1.333rem;
}

form .form-requirements p::after {
  content: ':';
}

form .form-requirements > *:not(:last-child) {
  margin-right: 1rem;
}

form .form-requirements ul > *:not(:last-child) {
  margin-right: 0.5rem;
}

form .form-requirements ul > *:not(:last-child)::after {
  content: ',';
  position: static;
}

form .form-requirements p, form .form-requirements ul, form .form-requirements li, form .form-requirements label {
  display: inline-block;
  width: auto;
}

form .form-requirements label::before {
  position: absolute;
  content: '';
  bottom: -0.111rem;
  width: 100%;
  height: 0.111rem;
  opacity: .24;
}

form .form-requirements label:focus::before, form .form-requirements label:hover::before {
  opacity: 1;
}

form .feedback-message {
  font-weight: 700;
}

form .feedback-message[data-feedback-type="positive"] {
  color: #23CE6B;
}

form .feedback-message[data-feedback-type="negative"] {
  color: #ED1C24;
}

#form-exchange #swap-input-values,
#form-process #swap-input-values {
  position: absolute;
  right: calc(7.777rem / 2);
  bottom: calc(100% + .333rem);
  font-size: 1.333rem;
  -webkit-transform: rotate(90deg) translateY(-25%);
          transform: rotate(90deg) translateY(-25%);
  color: white;
}

#form-exchange #swap-input-values:hover, #form-exchange #swap-input-values:focus,
#form-process #swap-input-values:hover,
#form-process #swap-input-values:focus {
  color: #F2F2F2;
}

#form-exchange .input-select-group,
#form-process .input-select-group {
  position: absolute;
  right: 0;
  top: 0;
}

#form-exchange .input-select-group select,
#form-process .input-select-group select {
  border-radius: 0 1.333rem 0 0;
  padding-left: 2.222rem;
}

#form-exchange .input-select-group .icon,
#form-process .input-select-group .icon {
  z-index: 10;
  position: absolute;
  left: 0.833rem;
  top: 50%;
  height: 1rem;
  -webkit-transform: translateY(-55%);
          transform: translateY(-55%);
  pointer-events: none;
}

#form-exchange .input-select-group .icon:not(.active),
#form-process .input-select-group .icon:not(.active) {
  display: none;
}

#form-exchange .input-select-group .options-list,
#form-process .input-select-group .options-list {
  position: absolute;
  top: calc(100%);
  left: 0;
  background-color: #202151;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 30;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

#form-exchange .input-select-group .options-list > li:not(:last-child),
#form-process .input-select-group .options-list > li:not(:last-child) {
  margin-bottom: 0;
}

#form-exchange .input-select-group .options-list li, #form-exchange .input-select-group .options-list li a,
#form-process .input-select-group .options-list li,
#form-process .input-select-group .options-list li a {
  width: 100%;
}

#form-exchange .input-select-group .options-list li a,
#form-process .input-select-group .options-list li a {
  padding: 0.5rem 1rem;
}

#form-exchange .input-select-group .options-list li a .icon,
#form-process .input-select-group .options-list li a .icon {
  display: block;
  width: 1rem;
  height: 1rem;
}

#form-exchange .input-select-group .options-list li a .text,
#form-process .input-select-group .options-list li a .text {
  margin-left: 1.333rem;
}

#form-exchange .input-select-group .options-list li a .text::before,
#form-process .input-select-group .options-list li a .text::before {
  display: none;
}

#form-exchange .input-select-group .options-list li a:hover, #form-exchange .input-select-group .options-list li a:focus,
#form-process .input-select-group .options-list li a:hover,
#form-process .input-select-group .options-list li a:focus {
  background-color: rgba(255, 255, 255, 0.09);
}

#form-exchange .input-select-group .options-list li.selected a,
#form-process .input-select-group .options-list li.selected a {
  background-color: rgba(255, 255, 255, 0.18);
  pointer-events: none;
}

#form-exchange .input-select-group .options-list li.label,
#form-process .input-select-group .options-list li.label {
  padding: 0.5rem 1rem 0.111rem 1rem;
  font-size: 0.777rem;
}

@media (min-width: 1181px) {
  #features .content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  #features ul, #features .graphics {
    width: 50%;
  }
  #features ul li {
    width: calc((100% - (100% / 12)) / 2);
  }
  #features ul > li:nth-child(odd) {
    margin-right: calc(100% / 12);
  }
  #features ul > li:not(:nth-child(-1n+2)) {
    margin-top: 3.555rem;
  }
  #features ul li .text {
    font-size: 1.333rem;
  }
  #features .graphics {
    -webkit-transform: translateX(3rem);
            transform: translateX(3rem);
  }
  #features .graphics img {
    height: 33rem;
  }
}

#features ul li {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#features ul li > *:not(:last-child) {
  margin-bottom: 1rem;
}

@media (min-width: 1181px) {
  #statistics ul li {
    width: calc((100% - (100% / 24 * 2)) / 3);
  }
  #statistics ul li > *:not(:last-child) {
    margin-bottom: 0.5rem;
  }
  #statistics ul > li:not(:last-child) {
    margin-right: calc(100% / 24);
  }
  #statistics .highlight {
    font-size: 2rem;
  }
  #statistics .text {
    font-size: 1.333rem;
  }
}

#statistics ul li {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#statistics .highlight {
  font-weight: 700;
}

@media (min-width: 1181px) {
  #exchange-rate .content .currency-item {
    width: calc((100% - (100% / 36 * 2)) / 3);
    margin-bottom: 0;
  }
  #exchange-rate .content .currency-item .subheader {
    margin-top: 1.333rem;
  }
  #exchange-rate .content > .currency-item:not(:last-child) {
    margin-right: calc(100% / 36);
  }
  #exchange-rate .content > .currency-item:not(:first-child) .subheader {
    opacity: 0;
    pointer-events: none;
  }
}

#exchange-rate .currency-item .icon {
  width: 4rem;
  height: 4rem;
  -o-object-fit: contain;
     object-fit: contain;
}

#exchange-rate .currency-item .data {
  width: calc(100% - 4rem);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#exchange-rate .currency-item .data h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 120%;
}

#exchange-rate .currency-item .subheader {
  font-weight: 700;
}

#exchange-rate .currency-xrp .icon {
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: scale(0.85) translateY(-0.5rem);
          transform: scale(0.85) translateY(-0.5rem);
}

#exchange-rate .currency-btc .icon {
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: scale(0.9) translateY(-0.5rem);
          transform: scale(0.9) translateY(-0.5rem);
}

#exchange-rate .currency-eth .icon {
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: translateY(-0.5rem);
          transform: translateY(-0.5rem);
}

@media (min-width: 1181px) {
  #how-it-works .content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    margin-bottom: 2rem;
  }
  #how-it-works .content .step-item {
    width: calc((100% - (100% / 36 * 4)) / 5);
    margin-bottom: 0;
  }
  #how-it-works .content > .step-item:not(:nth-child(5)) {
    margin-right: calc(100% / 36.05);
  }
  #how-it-works .content > .step-item:nth-child(-1n+5) {
    margin-bottom: 5.333rem;
  }
  #how-it-works .content > .step-item:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #how-it-works .content > .step-item:nth-child(1) .graphics {
    -webkit-transform: translateX(-0.5rem);
            transform: translateX(-0.5rem);
  }
  #how-it-works .content > .step-item:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #how-it-works .content > .step-item:nth-child(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  #how-it-works .content > .step-item:nth-child(4) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  #how-it-works .content > .step-item:nth-child(5) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  #how-it-works .content > .step-item:nth-child(5) .arrow, #how-it-works .content > .step-item:nth-child(5) .coin-uzs, #how-it-works .content > .step-item:nth-child(5) .text {
    position: absolute;
    left: 0;
  }
  #how-it-works .content > .step-item:nth-child(5) .coin-btc {
    z-index: 10;
  }
  #how-it-works .content > .step-item:nth-child(5) .arrow {
    z-index: 9;
    -webkit-transform: translateY(7.45rem) rotate(90deg);
            transform: translateY(7.45rem) rotate(90deg);
  }
  #how-it-works .content > .step-item:nth-child(5) .coin-uzs {
    z-index: 8;
    -webkit-transform: translateY(13.75rem);
            transform: translateY(13.75rem);
  }
  #how-it-works .content > .step-item:nth-child(5) .text {
    text-align: right;
    -webkit-transform: translate(-9.45rem, 9.45rem);
            transform: translate(-9.45rem, 9.45rem);
  }
  #how-it-works .content > .step-item:nth-child(5) a .text {
    position: static;
  }
  #how-it-works .content > .step-item:nth-child(6) {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  #how-it-works .content > .step-item:nth-child(7) {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  #how-it-works .content > .step-item:nth-child(8) {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  #how-it-works .content > .step-item:nth-child(9) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  #how-it-works .content .step-arrow {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #how-it-works .content .step-arrow .text {
    padding-right: 2rem;
    font-size: 0.777rem;
  }
  #how-it-works .content > .step-item:not(:nth-child(-1n+5)).step-arrow .text {
    padding-right: 0;
    padding-left: 2rem;
  }
  #how-it-works .content > .step-item:not(:nth-child(-1n+5)).step-arrow .graphics {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

#how-it-works .graphics-wallet-btc,
#how-it-works .graphics-wallet-payme,
#how-it-works .graphics-coin-btc,
#how-it-works .graphics-coin-uzs {
  height: 8rem;
}

#how-it-works .graphics-arrow {
  height: 2.777rem;
}

#how-it-works .content .step-arrow .text {
  font-weight: 700;
}

#how-it-works .graphics {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

@media (min-width: 1181px) {
  #faq .group {
    width: calc((100% - (100% / 36 * 2)) / 2);
  }
  #faq .content > .group:nth-child(odd) {
    margin-right: calc(100% / 36 * 2);
  }
}

#faq .group > .item:not(:last-child) {
  margin-bottom: 1.333rem;
}

#faq .group h2, #faq .group h3 {
  font-size: 1.333rem;
  font-weight: 700;
  margin-bottom: 1.333rem;
}

#faq .item > *:not(:last-child) {
  margin-bottom: 0.111rem;
}

#faq .item button {
  width: 100%;
  font-size: 1.333rem;
  padding-right: 1.333rem;
  text-align: left;
  font-weight: 700;
  color: #357DED;
}

#faq .item button:hover, #faq .item button:focus {
  color: #0B63ED;
}

#faq .item button:hover::after, #faq .item button:focus::after {
  color: #C4164E;
}

#faq .item button::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  color: #C43764;
}

#faq .item button p {
  opacity: 0;
}

#faq .item:not(.active) p {
  display: none;
}

#faq .item.active button::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: translateY(-0.555rem);
            transform: translateY(-0.555rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideIn {
  0% {
    -webkit-transform: translateY(-0.555rem);
            transform: translateY(-0.555rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

#faq .item.active p {
  -webkit-animation: slideIn 0.15s ease-out 1 normal forwards;
          animation: slideIn 0.15s ease-out 1 normal forwards;
}

.link-button {
  padding-left: 1.333rem;
  padding-right: 1.333rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.link-button > *:not(:last-child) {
  margin-right: 0.5rem;
}

.link-button .icon {
  font-size: 1.333rem;
}

.link-button .text::before {
  display: none;
}

.link-button::after {
  content: '';
  position: absolute;
  top: -.4rem;
  left: 0;
  width: calc(100%);
  height: calc(100% + (.333rem * 2));
  border: 0.111rem solid #C43764;
  border-radius: 0 1.333rem 0 1.333rem;
}

.link-button:hover, .link-button:focus {
  color: #96ACB7;
}

.link-button:hover .icon, .link-button:focus .icon {
  -webkit-transform: translateX(0.333rem);
          transform: translateX(0.333rem);
}

@media (min-width: 1181px) {
  #news .group > .item:not(:nth-child(3n)) {
    margin-right: calc(100% / 36 * 1.99);
  }
  #news .group > .item:not(:nth-child(-n+3)) {
    margin-top: 2.666rem;
  }
  #news .item {
    width: calc((100% - (100% / 36 * 4)) / 3);
  }
}

#news .item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#news .item::before {
  display: none;
}

#news .item img {
  width: 100%;
  height: 15.555rem;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 0.777rem;
  border-radius: 0 2.666rem 0 2.666rem;
}

#news .item h3 {
  color: #357DED;
}

#news .item .text-date {
  font-weight: 400;
  color: #96ACB7;
}

#news .item:hover h3, #news .item:focus-within h3 {
  color: #0B63ED;
}

#process {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#process .extra:not(.active) {
  display: none;
}

#process > .content {
  width: calc(100% / 24 * 16);
  padding-right: 0;
}

#process .group-content > *:not(:last-child) {
  margin-bottom: 2.666rem;
}

#process .group-content > .group:first-of-type {
  margin-top: 2rem;
}

#process .group-content .hint {
  color: #96ACB7;
  margin-bottom: 0;
}

#process .group-content .hint .icon {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

@media (min-width: 1181px) {
  #process .has-aside.active .group-content::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -0.5rem;
    height: 100%;
    width: 1px;
    background-color: #96ACB7;
  }
}

#process .group-aside h4 {
  font-size: 1.333rem;
  font-weight: 700;
  margin-top: 0.777rem;
}

#process .group-aside > *:not(:last-child) {
  margin-bottom: 1.333rem;
}

#process ul > li:not(:last-child) {
  margin-bottom: 1rem;
}

#process ul li {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

#process ul h5 {
  color: #96ACB7;
}

#process ul .item-short {
  width: 50%;
}

#process .process-group .group-content h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  width: 100%;
}

@media (min-width: 1181px) {
  #process .process-group .group-content h3 .number {
    position: absolute;
    left: calc(100% / 18 * -4);
    bottom: 0;
  }
}

#process .process-group .group-footer {
  margin-top: 2.666rem;
  font-weight: 700;
}

#process .process-group:not(.active) .group,
#process .process-group:not(.active) .group-aside,
#process .process-group:not(.active) .group-footer {
  display: none;
}

#process .process-group.active {
  margin-top: 1.333rem;
  margin-bottom: 5.333rem;
}

#process .process-group.active .hint {
  display: none;
}

#process .process-group.active::before {
  content: '';
  position: absolute;
  left: calc(100% / 16 * -1);
  top: -1.666rem;
  width: calc(100% + (100% / 16 * 2));
  height: calc(100% + (1.333rem * 3));
  border: 0.333rem #C43764 solid;
  border-radius: 0 3.555rem 0 3.555rem;
}

#process .process-group.current:not(.active):not(.completed) h3, #process .process-group.filled:not(.active):not(.completed) h3 {
  cursor: pointer;
  color: #357DED;
}

#process .process-group.current:not(.active):not(.completed) h3 .text::before, #process .process-group.filled:not(.active):not(.completed) h3 .text::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.222rem;
}

#process .process-group.filled:not(.active) h3 .text::after {
  content: "";
  position: absolute;
  right: -2rem;
  color: #23CE6B;
}

@media (min-width: 1181px) {
  #process .process-group:not(.has-aside) {
    width: calc(100% / 18 * 10);
  }
  #process .process-group:not(.has-aside)::before {
    left: calc(100% / 10 * -1);
    width: calc(100% + (100% / 10 * 2));
  }
  #process .process-group:not(.has-aside) .group-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding-right: 0;
  }
}

#process .process-group[data-step='4'] .group-aside {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#process .process-group[data-step='4'] .qr-code {
  margin-top: 3.555rem;
  width: 10rem;
  height: 10rem;
}

#process .process-group[data-step='4'] .qr-code img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

#process .process-group .button-copy {
  color: white;
  margin-top: 1rem;
  margin-bottom: 1.333rem;
  margin-left: 0.777rem;
}

#process .process-group .button-copy::before {
  content: '';
  position: absolute;
  left: -0.777rem;
  top: -0.333rem;
  border: 0.111rem solid #357DED;
  width: calc(100% + (.777rem * 2));
  height: calc(100% + (.333rem * 2));
  border-radius: 0 0.777rem 0 0.777rem;
}

#process .process-group .button-copy:hover, #process .process-group .button-copy:focus {
  color: #96ACB7;
}

#process .process-group .text-copy {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.5rem;
}

#process .process-group .text-copy .text {
  word-break: break-all;
}

#process .footer .text {
  color: #96ACB7;
}

@media (min-width: 1181px) {
  form#form-process .group-content {
    width: calc(100% / 16 * 10);
    padding-right: calc(100% / 16 * 1);
  }
  form#form-process .group-aside {
    width: calc(100% / 16 * 6);
    padding-left: calc(100% / 16 * 1);
  }
}

form#form-process .process-group.filled:not(.current) input[type='checkbox'],
form#form-process .process-group.filled:not(.current) input[type='checkbox'] ~ label {
  pointer-events: none;
  opacity: .5;
}

form input[type='checkbox'] {
  width: 1rem;
  height: 1rem;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
}

form input[type='checkbox'] ~ label {
  position: static;
  width: calc(100% - 1rem);
  padding-left: 1rem;
}

form input[type='checkbox'] ~ label, form input[type='checkbox'] ~ label a {
  display: inline;
}

form input[type='checkbox'].filled ~ label {
  -webkit-transform: none;
          transform: none;
}

.button-next {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #96ACB7;
  cursor: default;
}

.button-next .text {
  font-weight: 700;
}

.button-next:not([disabled]) {
  color: white;
  cursor: pointer;
}

.button-next:not([disabled])::after {
  border-color: transparent;
  border-width: 0;
}

.button-next:not([disabled]):hover .icon, .button-next:not([disabled]):focus .icon {
  -webkit-transform: translateY(0.222rem) translateX(0);
          transform: translateY(0.222rem) translateX(0);
}

.button-next:not([disabled])::after {
  z-index: 9;
}

.button-next:not([disabled]) .text, .button-next:not([disabled]) .icon {
  z-index: 10;
}

.button-next:hover .icon, .button-next:focus .icon {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#history .content {
  padding-left: calc(100% / 36 * 1);
  padding-right: calc(100% / 36 * 1);
}

#history thead .column-select {
  display: none;
}

#history table abbr {
  color: #357DED;
  margin-left: 0.111rem;
}

#history table th, #history table td {
  width: auto;
}

#history table th .text, #history table td .text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#history table .column-select {
  z-index: 30;
  position: absolute;
  left: calc(100% / 34 * -1);
  top: 0;
  width: calc(100% + (100% / 34 * (1 * 2)));
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
}

#history table .column-select a {
  height: 100%;
  width: 100%;
}

#history table .column-select a {
  opacity: 0;
}

@media (min-width: 1181px) {
  #history table .label {
    display: none;
  }
  #history table tr {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  #history table tr > th:not(:last-child), #history table tr > td:not(:last-child) {
    padding-right: 1rem;
  }
  #history table .column-status {
    width: 11.666rem;
  }
  #history table .column-date {
    width: 12.222rem;
  }
  #history table .column-rate {
    width: 13.333rem;
  }
  #history table .column-rate .text {
    overflow: visible;
  }
  #history table .column-source,
  #history table .column-target,
  #history table .column-fee {
    width: calc((100% - 11.666rem - 12.222rem - 13.333rem) / 9 * 2);
  }
  #history table .column-wallet {
    width: calc((100% - 11.666rem - 12.222rem - 13.333rem) / 9 * 3);
  }
}

#history table th {
  color: #96ACB7;
}

#history table th, #history table td:not(.column-select) {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

#history table tbody .column-status,
#history table tbody .column-source,
#history table tbody .column-target {
  font-weight: 700;
}

#history table [data-status='waiting-for-data'] .column-status {
  color: #FFC36E;
}

#history table [data-status='payment-received'] .column-status {
  color: #357DED;
}

#history table [data-status='waiting-for-data']:hover .column-select, #history table [data-status='waiting-for-data']:focus-within .column-select,
#history table [data-status='payment-received']:hover .column-select,
#history table [data-status='payment-received']:focus-within .column-select {
  background-color: rgba(53, 125, 237, 0.18);
}

#history table [data-status='completed'] .column-status {
  color: #23CE6B;
}

#history table [data-status='completed'] .column-select {
  pointer-events: none;
}

#history table [data-status='completed']:hover .column-select, #history table [data-status='completed']:focus-within .column-select {
  background-color: rgba(255, 255, 255, 0.04);
}

#history table .no-data {
  color: #ED1C24;
}

@media (min-width: 1181px) {
  #settings .content > .group {
    width: calc((100% - (100% / 24 * 2)) / 3);
  }
  #settings .content > .group:not(:last-child) {
    margin-right: calc(100% / 24);
  }
  #settings .content > .group h2 {
    font-size: 1.333rem;
    font-weight: 700;
    margin-bottom: 2.666rem;
  }
}

#settings [type='submit'][disabled] ~ label {
  background: none;
  border: 0.111rem solid #C43764;
}

#settings #form-delete-account [type='submit'] ~ label {
  color: #ED1C24;
  background: none;
  border: 0.111rem solid #ED1C24;
}

#settings #form-delete-account [type='submit'] ~ label:hover, #settings #form-delete-account [type='submit'] ~ label:focus {
  background-color: #ED1C24;
  color: white;
}

@-webkit-keyframes bgFadeIn {
  0% {
    background-color: rgba(0, 0, 0, 0);
  }
  100% {
    background-color: rgba(0, 0, 0, 0.72);
  }
}

@keyframes bgFadeIn {
  0% {
    background-color: rgba(0, 0, 0, 0);
  }
  100% {
    background-color: rgba(0, 0, 0, 0.72);
  }
}

#modal-window,
#auth-window {
  position: fixed;
  z-index: 15;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-animation: bgFadeIn 0.45s ease-out 1 normal forwards;
          animation: bgFadeIn 0.45s ease-out 1 normal forwards;
}

#modal-window ~ *,
#auth-window ~ * {
  pointer-events: none;
}

#modal-window .close-window,
#auth-window .close-window {
  position: fixed;
  right: 0;
  top: 0;
  font-size: 2rem;
  color: white;
  padding: 4rem 5.333rem;
}

@-webkit-keyframes popUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes popUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

#modal-content,
#auth-content {
  max-width: 30rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  padding: 2.666rem 3.555rem;
  background-color: #202151;
  -webkit-animation: popUp 0.15s ease-out 1 normal forwards;
          animation: popUp 0.15s ease-out 1 normal forwards;
}

#modal-content, #modal-content > *,
#auth-content,
#auth-content > * {
  width: 100%;
  height: auto;
}

@media (min-width: 1181px) {
  #modal-content,
  #auth-content {
    border-radius: 0 2rem 0 2rem;
  }
}

#modal-content h2,
#auth-content h2 {
  font-size: 1.333rem;
  font-weight: 700;
}

#modal-content > *:not(:last-child),
#auth-content > *:not(:last-child) {
  margin-bottom: 0.5rem;
}

#modal-content .footer button,
#auth-content .footer button {
  font-weight: 700;
  color: #96ACB7;
}

#modal-content .footer button:hover, #modal-content .footer button:focus,
#auth-content .footer button:hover,
#auth-content .footer button:focus {
  color: white;
}

#modal-content .footer [data-value="true"]::after,
#auth-content .footer [data-value="true"]::after {
  content: '';
  position: absolute;
  bottom: -0.111rem;
  left: 0;
  width: 100%;
  height: 0.111rem;
}

#modal-content .footer > button:not(:last-child),
#auth-content .footer > button:not(:last-child) {
  margin-right: 2rem;
}

#auth-window:not(.active) {
  display: none;
  pointer-events: none;
  z-index: -1;
}

#auth-content > *:not(:last-child) {
  margin-bottom: 2.666rem;
}

#auth-content .tabs button {
  color: white;
  font-size: 1.333rem;
  font-weight: 700;
}

#auth-content .tabs > li:not(:last-child) {
  margin-right: 1.333rem;
}

#auth-content .tabs > li.active button {
  pointer-events: none;
}

#auth-content .tabs > li:not(.active) button {
  color: #96ACB7;
}

#auth-content .tabs-content > *:not(.active) {
  display: none;
}

#auth-content .tabs-content form.completed ~ .feedback {
  display: block;
}

#auth-content .tabs-content .feedback {
  display: none;
}

#auth-content .link-switch-form {
  color: #357DED;
}

#auth-content .link-switch-form:hover, #auth-content .link-switch-form:focus {
  color: #0B63ED;
}

#login form {
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#login form:not(.active) {
  display: none;
}

#page-contacts #page-content > section {
  background-color: #1C1D46;
}

#contacts .group,
#contacts .list-contacts {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 1181px) {
  #contacts .list-contacts > *:not(:last-child) {
    margin-bottom: 0.5rem;
  }
}

#contacts #map {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

#contacts #map a {
  font-size: unset;
  display: unset;
  font-size: normal;
}

#contacts #map a::after {
  display: none;
}

#contacts .list-social > *:not(:last-child) {
  margin-right: 1rem;
}

#contacts .list-social a > *:not(:last-child) {
  margin-right: 0.222rem;
}

#contacts .list-social .icon {
  font-size: 1rem;
  height: 1.333rem;
  width: 1.333rem;
}

#contacts h3 {
  color: #96ACB7;
  margin-bottom: 0.5rem;
}

@media (min-width: 1181px) {
  #write-us .input-group-name,
  #write-us .input-group-file {
    width: calc((100% - 1.333rem) / 7 * 3);
  }
  #write-us .input-group-subject,
  #write-us .input-group-email {
    width: calc((100% - 1.333rem) / 7 * 4);
  }
  #write-us .group-two-inputs > *:not(:last-child) {
    margin-right: 1.333rem;
  }
  #write-us .group-submit {
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #write-us .group-submit > *:not(:last-child) {
    margin-right: 2rem;
  }
}

#write-us .input-group-submit,
#write-us .input-group-submit label {
  width: auto;
}

#write-us .input-group-submit label {
  padding-left: 2rem;
  padding-right: 2rem;
}

#article > * {
  padding-right: calc(100% / 36 * 12);
}

#article .header,
#article .content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#article .header > *:not(:last-child) {
  margin-bottom: 0.5rem;
}

#article .header .date {
  color: #96ACB7;
  margin-bottom: 1.333rem;
}

#article .header img {
  height: 30rem;
  -o-object-fit: contain;
     object-fit: contain;
}

#article .content > *:not(:last-child) {
  margin-bottom: 1rem;
}

#article .content h2 {
  font-size: 1.333rem;
  font-weight: 700;
}

#article .content > h2:not(:first-child) {
  margin-top: 1.666rem;
}

#article .content img {
  margin-top: 0.5rem;
  height: 26.666rem;
  -o-object-fit: contain;
     object-fit: contain;
}

#article .back-link .icon {
  position: absolute;
  left: -1rem;
}

@media (min-width: 1181px) {
  #article .article-links {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #article .article-links li {
    width: 50%;
  }
  #article .article-links > li:nth-child(odd) {
    padding-right: calc(100% / 36 * 1);
  }
  #article .article-links > li:nth-child(even) {
    padding-left: calc(100% / 36 * 1);
  }
  #article .article-links > li:nth-child(even) a > * {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right;
  }
}

#article .article-links > li:nth-child(odd) .icon {
  left: -1rem;
}

#article .article-links > li:nth-child(even) .icon {
  right: -1rem;
}

#article .article-links a .icon {
  position: absolute;
}

#article .article-links a .label {
  margin-bottom: 0.5rem;
}

#article .article-links a .label .text {
  font-weight: 400;
}

#article .article-links a > .text::before {
  display: none;
}

.chat-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.chat-content > *:not(:last-child) {
  margin-bottom: 1.333rem;
}

.chat-content .messages {
  max-height: 24rem;
  overflow-y: auto;
  overflow-x: hidden;
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.chat-content .messages::-webkit-scrollbar {
  width: 0.333rem;
}

.chat-content .messages::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.18);
}

.chat-content .messages::-webkit-scrollbar-thumb {
  background: rgba(53, 125, 237, 0.36);
}

.chat-content .messages::-webkit-scrollbar-thumb:hover {
  background: rgba(53, 125, 237, 0.72);
}

.chat-content .messages .message-details {
  font-size: 0.666rem;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.chat-content .messages .message-details > * {
  margin-right: 0.333rem;
}

.chat-content .messages .message-details .date {
  white-space: nowrap;
}

.chat-content .messages .message-details .name {
  color: #96ACB7;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.chat-content .messages .message {
  margin-top: 0.222rem;
  padding: 0.333rem 0.777rem 0.333rem 0.777rem;
}

.chat-content .messages .message::before {
  content: '';
  position: absolute;
  border-radius: 0 1rem 0 1rem;
  top: 0;
  left: 0;
  width: calc(100%);
  height: 100%;
  background-color: rgba(255, 255, 255, 0.09);
}

.chat-content .messages .message-details,
.chat-content .messages .message {
  width: calc(100% - 4rem);
}

.chat-content .messages .message-sender {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-line-pack: end;
      align-content: flex-end;
}

.chat-content .messages .message-sender .message::before {
  background-color: rgba(53, 125, 237, 0.18);
}

#form-chat {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#form-chat .input-group-message {
  width: calc(100% - 3.555rem);
}

#form-chat .input-group-message input {
  border-radius: 0 0 0 1.333rem;
}

#form-chat .input-group-button {
  width: 3.555rem;
}

#form-chat .input-group-button, #form-chat .input-group-button button {
  height: 100%;
}

#form-chat .input-group-button button {
  background-color: #357DED;
  color: white;
  border: 0.111rem solid #357DED;
  border-radius: 0 1.333rem 0 0;
  font-size: 1rem;
  padding: 0.5rem 1.333rem;
  line-height: 150%;
}

#form-chat .input-group-button button:hover, #form-chat .input-group-button button:focus {
  background-color: #0B63ED;
  border-color: #0B63ED;
}

#form-chat .input-group-button button[disabled] {
  pointer-events: none;
  color: #96ACB7;
}

@media (max-width: 1680px) {
  #welcome .header {
    width: calc(100% - ((100% / 36 * 4) + 24rem));
  }
  #welcome .content {
    width: calc((100% / 36 * 4) + 24rem);
  }
}

@media (max-width: 1440px) {
  #welcome .header {
    width: calc(100% - ((100% / 36 * 3) + 23rem));
  }
  #welcome .header .title {
    font-size: 3.555rem;
  }
  #welcome .content {
    width: calc((100% / 36 * 3) + 23rem);
  }
  #process > .content {
    width: calc(100% / 36 * 34);
    padding-right: calc(100% / 36 * 3);
    padding-left: calc(100% / 36 * 6.15);
  }
  #article > * {
    padding-right: calc(100% / 36 * 3);
  }
}

@media (max-width: 1180px) {
  section {
    padding-top: 2.666rem;
    padding-bottom: 2.666rem;
  }
  section .header {
    margin-bottom: 1rem;
  }
  section .header .title {
    font-size: 1.333rem;
  }
  section .content > *:not(:last-child) {
    margin-bottom: 1.333rem;
  }
  #welcome {
    padding-top: 9.999rem;
    padding-bottom: 4.666rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: auto;
  }
  #welcome .footer {
    display: none;
  }
  #welcome .header .title {
    font-size: 1.666rem;
  }
  #welcome .header p {
    font-size: 1rem;
  }
  #welcome .header,
  #welcome .content {
    padding-left: calc(100% / 36 * 3);
    padding-right: calc(100% / 36 * 3);
    width: 100%;
  }
  #welcome .content p {
    line-height: 250%;
  }
  form input, form select, form textarea {
    padding: 0.5rem 1rem;
  }
  form #input-source-currency-amount,
  form #input-target-currency-amount {
    padding-right: calc(1rem + 6.333rem);
  }
  form input[type='checkbox'] {
    border-radius: 0;
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
    position: absolute;
    left: 0;
    top: 0;
  }
  form input[type='checkbox'] ~ label {
    width: 100%;
    padding-left: 2rem;
  }
  form select {
    padding-left: 0.777rem;
  }
  form input:not([type='submit']):not([type='checkbox']):not([type='file']) ~ label, form select ~ label, form textarea ~ label {
    left: 1rem;
  }
  form input:not([type='submit']):not([type='checkbox']):not([type='file']).filled ~ label.label-mask, form input:not([type='submit']):not([type='checkbox']):not([type='file']):focus ~ label.label-mask, form select.filled ~ label.label-mask, form select:focus ~ label.label-mask, form textarea.filled ~ label.label-mask, form textarea:focus ~ label.label-mask {
    width: calc(100% - (1rem * 2) - 6.333rem);
  }
  form .input-select-group {
    width: 6.333rem;
  }
  form .input-select-group::after {
    right: 1rem;
  }
  #form-exchange #swap-input-values {
    right: calc(5.333rem / 2);
  }
  #form-exchange .input-select-group select {
    padding-left: 2rem;
  }
  #form-exchange .input-select-group .icon {
    left: 0.777rem;
  }
  #features .content ul {
    margin-bottom: 0;
  }
  #features .content ul li {
    width: calc((100% - (100% / 36 * 3)) / 2);
  }
  #features .content ul li .icon {
    height: 4rem;
  }
  #features .content ul > li:nth-child(odd) {
    margin-right: calc(100% / 36 * 3);
  }
  #features .content ul > li:not(:nth-child(-1n+2)) {
    margin-top: 2rem;
  }
  #features .graphics {
    display: none;
  }
  #statistics ul > li:not(:last-child) {
    margin-bottom: 1rem;
  }
  #statistics .highlight {
    font-size: 1.333rem;
  }
  #exchange-rate .currency-item .data h3 {
    font-size: 1.333rem;
  }
  #exchange-rate .currency-eth .icon {
    -webkit-transform: translateY(-0.5rem) translateX(-0.2rem);
            transform: translateY(-0.5rem) translateX(-0.2rem);
  }
  #exchange-rate .currency-xrp .icon {
    -webkit-transform: scale(0.75) translateY(-1.25rem);
            transform: scale(0.75) translateY(-1.25rem);
  }
  #exchange-rate .content > .currency-item:not(:last-child) {
    margin-bottom: 2.666rem;
  }
  #how-it-works .content .step-item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #how-it-works .content .text {
    text-align: center;
  }
  #how-it-works .content .step-item:not(.step-arrow) .graphics:not(.arrow) {
    height: 5rem;
  }
  #how-it-works .content .step-arrow .graphics,
  #how-it-works .content .step-item .graphics.arrow {
    height: 1.5rem;
  }
  #how-it-works .content > .step-item:nth-child(4) .text {
    display: none;
  }
  #how-it-works .content > .step-item:nth-child(5) .coin-btc,
  #how-it-works .content > .step-item:nth-child(5) .coin-uzs {
    position: absolute;
    bottom: 0;
    width: 5rem;
    left: 50%;
  }
  #how-it-works .content > .step-item:nth-child(5) .coin-btc {
    z-index: 10;
    -webkit-transform: translate(-7rem, 0.5rem);
            transform: translate(-7rem, 0.5rem);
  }
  #how-it-works .content > .step-item:nth-child(5) .coin-uzs {
    z-index: 8;
    -webkit-transform: translate(2rem, 0.5rem);
            transform: translate(2rem, 0.5rem);
  }
  #how-it-works .content > .step-item:nth-child(5) .arrow {
    z-index: 9;
    margin-top: 2.666rem;
    margin-bottom: 1rem;
    -webkit-transform: translateX(-0.5rem);
            transform: translateX(-0.5rem);
  }
  #how-it-works .content .step-arrow {
    margin-bottom: 3.555rem;
    margin-top: 2.666rem;
  }
  #how-it-works .content .step-arrow .graphics {
    z-index: 9;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  #how-it-works .content .step-arrow .text {
    z-index: 10;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    text-align: center;
    padding: 0.5rem 0;
    background-color: rgba(28, 29, 70, 0.72);
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  #faq .content > .group:not(:first-child) h2, #faq .content > .group:not(:first-child) h3 {
    margin-top: 1.333rem;
  }
  #faq .group h2, #faq .group h3 {
    font-size: 1rem;
  }
  #faq .item button {
    font-size: 1rem;
  }
  #news .item img {
    height: 12rem;
    margin-bottom: 0.333rem;
  }
  #news .group > .item:not(:last-child) {
    margin-bottom: 1.666rem;
  }
  #process form > *:not(:last-child) {
    margin-bottom: 1.333rem;
  }
  #process .header {
    margin-bottom: 2rem;
  }
  #process > .content {
    width: 100%;
    padding-left: calc(100% / 36 * 3);
  }
  #process .process-group {
    height: auto;
  }
  #process .process-group .group-content h3 {
    font-weight: 400;
    font-size: 1.333rem;
  }
  #process .process-group .group-content h3,
  #process .process-group .group-content h3 > * {
    display: inline;
  }
  #process .process-group .group-content h3 .number,
  #process .process-group .group-content h3 > * .number {
    margin-right: 0.777rem;
  }
  #process .process-group .group-content h3 .number::after,
  #process .process-group .group-content h3 > * .number::after {
    content: '.';
  }
  #process .process-group.current:not(.active):not(.completed) h3 .text::before, #process .process-group.filled:not(.active):not(.completed) h3 .text::before {
    bottom: -0.111rem;
    height: 0.111rem;
  }
  #process .process-group.active::before {
    top: -1.333rem;
    left: calc(100% / 30 * -3);
    height: calc(100% + (1.333rem * 3));
    border: none;
    width: calc((100% + (100% / 30 * (3 * 2))));
    background-color: #202151;
    border-radius: 0;
  }
  #process .process-group .group-aside {
    margin-top: 2rem;
  }
  #process .process-group .group-aside h4 {
    font-size: 1rem;
    font-weight: 400;
  }
  #process .process-group .group-aside > *:not(:last-child) {
    margin-bottom: 1rem;
  }
  #history .content {
    margin-top: 0.5rem;
    padding-left: calc(100% / 36 * 3);
    padding-right: calc(100% / 36 * 3);
  }
  #history table .column-select {
    left: calc(100% / 30 * -1.75);
    top: -.666rem;
    width: calc(100% + (100% / 30 * (1.75 * 2)));
    height: calc(100% + (.666rem * 2));
    border-radius: 1.333rem;
  }
  #history table .column-select .label {
    display: none;
  }
  #history table [data-status='waiting-for-data'] .column-select,
  #history table [data-status='payment-received'] .column-select {
    background-color: rgba(53, 125, 237, 0.18);
  }
  #history table [data-status='completed'] .column-select {
    background-color: rgba(255, 255, 255, 0.04);
  }
  #history table .label,
  #history table .text {
    line-height: 140%;
  }
  #history table thead {
    display: none;
  }
  #history table td {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  #history table td:not(.column-select) {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  #history table tbody > tr:not(:last-child) {
    margin-bottom: 2.666rem;
  }
  #history table .column-source .text,
  #history table .column-target .text,
  #history table .column-fee .text,
  #history table .column-rate .text,
  #history table .column-wallet .text {
    word-break: break-all;
    white-space: normal;
  }
  #history table .column-status .text,
  #history table .column-date .text {
    white-space: normal;
  }
  #history table .column-date,
  #history table .column-status,
  #history table .column-source,
  #history table .column-target,
  #history table .column-fee,
  #history table .column-rate {
    width: 50%;
  }
  #history table .column-status,
  #history table .column-source,
  #history table .column-fee {
    padding-right: 1rem;
  }
  #history table .label {
    color: white;
    font-size: 0.777rem;
    font-weight: 400;
  }
  #history table .text {
    font-weight: 700;
  }
  #settings .content h2 {
    font-size: 1.333rem;
    margin-bottom: 2rem;
  }
  #settings .content > .group:not(:last-child) {
    margin-bottom: 3.555rem;
  }
  #settings .content .invisible {
    display: none;
  }
  #settings .content .invisible ~ form {
    margin-top: 2rem;
  }
  #page-contacts #page-content > section:not(:first-child) {
    padding-top: 0;
  }
  #contacts ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #contacts ul > li:not(:last-child) {
    margin-bottom: 0.777rem;
  }
  #contacts #map {
    left: calc(100% / 30 * -3);
    width: calc(100% + (100% / 30 * (3 * 2)));
  }
  #write-us form {
    margin-top: 1rem;
  }
  #write-us .group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #write-us .group > *:not(:last-child) {
    margin-bottom: 2.666rem;
  }
  #write-us .group .input-group-subject {
    margin-bottom: 0;
  }
  #write-us .group .input-group-submit {
    margin-bottom: 0.5rem;
  }
  #write-us .group .input-group-submit,
  #write-us .group .input-group-submit label {
    width: 100%;
  }
  #write-us .group .form-requirements p, #write-us .group .form-requirements li {
    margin-top: 0.5rem;
  }
  #write-us .group.group-submit {
    margin-bottom: 1.333rem;
  }
  #write-us .input-group-file {
    display: none;
  }
  #article {
    padding-bottom: 0;
    padding-top: 1.333rem;
  }
  #article .header img,
  #article .content img {
    height: auto;
    left: calc(100% / 30 * -3);
    width: calc(100% + (100% / 30 * (3 * 2)));
  }
  #article .article-links > li:not(:last-child) {
    margin-bottom: 1.333rem;
  }
  #article .article-links .icon {
    display: none;
  }
  #article .footer {
    background-color: rgba(0, 0, 0, 0.18);
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  #modal-window .close-window,
  #auth-window .close-window {
    padding: 1.333rem 2rem;
    font-size: 2.666rem;
  }
  #modal-content,
  #auth-content {
    width: 100%;
  }
}
/*# sourceMappingURL=content.css.map */