* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: 400;
}
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
* {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  transition: 0.4s all ease;
  color: #0b2039;
}

body {
  min-height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main {
  width: 1140px;
  margin: 0 auto;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 74px;
  padding-bottom: 5px;
}
.header__left {
  cursor: pointer;
}
.header__left img {
  width: 208px;
  height: 45px;
}
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 5px;
}
.header__support {
  width: 216px;
  height: 40px;
  background: #0b2039;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  margin-right: 20px;
  cursor: pointer;
}
.header__support img {
  height: 28px;
  width: 28px;
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
}
.header__support p {
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
.header__support:hover {
  background: #1f7feb;
}
.header__profile {
  width: 30px;
  height: 30px;
  opacity: 0.4;
  margin: 0px 10px;
  cursor: pointer;
  position: relative;
}
.header__profile img {
  width: 100%;
}
.header__profile-icon-active {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
}
.header__profile:hover .header__profile-icon-active {
  opacity: 1;
}
.header__language {
  width: 100px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 7px;
  cursor: pointer;
}
.header__language-flag {
  overflow: hidden;
  border-radius: 4px;
}
.header__language-text {
  font-size: 13px;
  color: #0b2039;
  font-weight: bold;
  margin-left: 4px;
  margin-right: 8px;
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
}
.header__language-arrow {
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__language:hover .header__language-arrow {
  -webkit-transform: translateY(-1px) rotate(180deg);
      -ms-transform: translateY(-1px) rotate(180deg);
          transform: translateY(-1px) rotate(180deg);
}
.header__menu {
  margin-left: 20px;
  cursor: pointer;
}
.header__burger {
  position: relative;
}
.header__burger-icon-active {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
}
.header__burger:hover .header__burger-icon-active {
  opacity: 1;
}

.slider {
  padding-top: 20px;
  padding-bottom: 30px;
}
.slider__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.slider__slide {
  width: 100%;
  height: 118px;
  background: -o-linear-gradient(325deg, #70B960 23.51%, #4C9A90 73.08%, #2A7BBF 128.1%), -o-linear-gradient(346deg, #BE6EDA -27.33%, #4096DE 99.92%);
  background: linear-gradient(125deg, #70B960 23.51%, #4C9A90 73.08%, #2A7BBF 128.1%), linear-gradient(104deg, #BE6EDA -27.33%, #4096DE 99.92%);
  border-radius: 5px;
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.slider__slide p {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
}
.slider__slide span {
  font-size: 14px;
  color: #fff;
  line-height: 1.2;
}
.slider__slide img {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: auto;
}
.slider__slide-second {
  background: -o-linear-gradient(347deg, #71B95E 0%, #297BBF 100%);
  background: linear-gradient(103deg, #71B95E 0%, #297BBF 100%);
}
.slider__nav {
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.slider__dote {
  width: 20px;
  height: 3px;
  border-radius: 10px;
  background: #287ad8;
  opacity: 0.4;
  cursor: pointer;
}
.slider__dote-active {
  opacity: 1;
}

.change {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-shadow: 0 3px 10px 0 rgba(201, 213, 223, 0.46);
          box-shadow: 0 3px 10px 0 rgba(201, 213, 223, 0.46);
  border: solid 1px #d9e2e9;
  overflow: hidden;
}
.change__left {
  width: 568px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-shadow: 0 3px 10px 0 rgba(201, 213, 223, 0.46);
          box-shadow: 0 3px 10px 0 rgba(201, 213, 223, 0.46);
  border: solid 1px #d9e2e9;
  border-right: solid 2px #d9e2e9;
  position: relative;
}
.change__left-hide {
  width: 138px;
}
.change__left-hide .change__name, .change__left-hide .change__cell, .change__left-hide .change__arrow, .change__left-hide .change__header {
  display: none;
}
.change__left-hide .change__from, .change__left-hide .change__to {
  width: 50%;
  height: 100%;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.change__left-hide .change__shield {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 2;
}
.change__mobile-hide {
  display: none;
}
.change__symbol {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  height: 0px;
  border-bottom: solid 0px #d9e2e9;
  opacity: 0;
}
.change__symbol img {
  width: 18px;
  height: auto;
}
.change__symbol-active {
  border-bottom: solid 1px #d9e2e9;
  height: 64px;
  opacity: 1;
}
.change__from {
  -webkit-box-flex: 100;
      -ms-flex: 100;
          flex: 100;
  border-right: solid 1px #d9e2e9;
  height: 100%;
}
.change__title {
  padding: 17px 19px;
  padding-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.change__title p {
  font-size: 26px;
  line-height: 32px;
}
.change__out {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #d9e2e9;
  border-radius: 3px;
  overflow: hidden;
  -webkit-transform: translateX(7px) translateY(4px);
      -ms-transform: translateX(7px) translateY(4px);
          transform: translateX(7px) translateY(4px);
}
.change__out-item {
  height: 23px;
  padding: 0px 7px;
  font-size: 11px;
  line-height: 23px;
  background: #fff;
  color: #1f7feb;
  cursor: pointer;
}
.change__out-item:hover {
  background: #1c508f;
  color: #fff;
}
.change__out-item-active {
  background: #0b2039;
  color: #fff;
  cursor: default;
}
.change__out-item-active:hover {
  background: #0b2039;
  color: #fff;
  cursor: default;
}
.change__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px;
  margin-top: 0px;
  border: solid 1px #d9e0e8;
  border-radius: 3px;
  overflow: hidden;
  height: 20px;
  max-height: 31px;
  overflow: hidden;
}
.change__category-item {
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
.change__category-item:hover {
  background: #1c508f;
  color: #fff;
}
.change__category-item-middle {
  border-left: solid 1px #d9e0e8;
  border-right: solid 1px #d9e0e8;
}
.change__category-item-middle:hover {
  border-left: solid 1px #1c508f;
  border-right: solid 1px #1c508f;
}
.change__category-item-active {
  background: #0b2039;
  color: #fff;
  cursor: default;
}
.change__category-item-active:hover {
  background: #0b2039;
  color: #fff;
  cursor: default;
}
.change__category-hide {
  max-height: 0px;
  margin-bottom: 0px;
  border: 0px;
}
.change__currency {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 56px;
  padding-left: 19px;
  border-bottom: 1px solid #f4f8fb;
  position: relative;
  cursor: pointer;
}
.change__currency:hover {
  background: #f4f8fb;
}
.change__currency:hover .change__name {
  font-weight: bold;
}
.change__currency-changer {
  display: block;
  position: absolute;
  right: 9px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  border-bottom: 2px dashed #fff;
  color: #fff;
  opacity: 0;
}
.change__currency-from-active {
  background: #0b2039;
}
.change__currency-from-active:hover {
  background: #0b2039;
}
.change__currency-from-active .change__name {
  color: #fff;
  font-weight: bold;
}
.change__currency-from-active .change__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.change__currency-to-active {
  background: #0b2039;
}
.change__currency-to-active:hover {
  background: #0b2039;
}
.change__currency-to-active .change__name {
  color: #fff;
  font-weight: bold;
}
.change__currency-to-active .change__cell {
  background: rgba(255, 255, 255, 0);
}
.change__currency-disable {
  cursor: not-allowed;
  opacity: 0.7;
  -webkit-filter: grayscale(100%) blur(1px);
          filter: grayscale(100%) blur(1px);
}
.change__currency-disable:hover .change__name {
  font-weight: normal;
}
.change__icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.change__icon img {
  width: 100%;
  height: 40px;
}
.change__name {
  font-size: 17px;
}
.change__arrow {
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}
.change__arrow img {
  height: 100%;
  width: auto;
}
.change__code, .change__unic, .change__type {
  display: none;
}
.change__cell {
  position: absolute;
  right: 0px;
  height: 20px;
  background: #F4f8fb;
  padding: 0px 6px;
  border-radius: 5px;
  line-height: 20px;
  font-size: 12px;
  color: #8697a5;
}
.change__to {
  -webkit-box-flex: 125;
      -ms-flex: 125;
          flex: 125;
  position: relative;
  max-height: 1000px;
  overflow: hidden;
}
.change__right {
  width: calc(100% - 568px);
}
.change__start {
  width: 100%;
}
.change__banner {
  min-height: 430px;
  background: -o-linear-gradient(308deg, #70b960 0%, #4c9a90 34%, #2a7bbf 100%);
  background: linear-gradient(142deg, #70b960 0%, #4c9a90 34%, #2a7bbf 100%);
  padding: 25px 30px;
  position: relative;
  overflow: hidden;
}
.change__subtitle {
  font-size: 22px;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 25px 0;
  max-width: 436px;
}
.change__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  margin-bottom: 10px;
  max-width: 392px;
}
.change__card-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #a06ee0;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15), inset 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15), inset 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}
.change__card-img img {
  width: 90px;
  height: 90px;
  -o-object-fit: contain;
     object-fit: contain;
}
.change__card div p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 5px;
}
.change__card div span {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
}
.change__descr {
  margin-top: 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
}
.change__decoration {
  position: absolute;
  right: -155px;
  top: 68px;
  width: 282px;
  height: 271px;
  z-index: 1;
}
.change__decoration img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.change__news {
  padding: 20px;
}
.change__news-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  margin-bottom: 18px;
}
.change__news-head p {
  font-size: 26px;
}
.change__news-head a {
  font-size: 13px;
  color: #1f7feb;
  font-weight: bold;
}
.change__news-head a:hover {
  text-decoration: underline;
}
.change__new {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  border-radius: 5px;
  background: #f4f8fb;
  padding: 20px;
  margin-top: 10px;
}
.change__new:hover {
  background: #e1ecf4;
}
.change__date {
  min-width: 66px;
}
.change__date p {
  font-size: 15px;
}
.change__date span {
  display: block;
  font-size: 15px;
  margin-top: 4px;
  opacity: 0.7;
}
.change__newname {
  font-size: 15px;
  color: #1f7feb;
  line-height: 1.4;
}
.change__last {
  padding: 20px;
  background: #f4f8fb;
}
.change__label {
  font-size: 19px;
  line-height: 1;
  margin-bottom: 18px;
}
.change__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}
.change__change {
  width: 100%;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.13);
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.13);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.change__change-summ {
  font-size: 11px;
  line-height: 1.36;
}
.change__change-currency {
  font-size: 11px;
  color: #607D8B;
  margin-bottom: 5px;
  line-height: 1.36;
}
.change__change-time {
  font-size: 11px;
  color: #8c9caa;
  line-height: 1.36;
}
.change__change-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.change__info {
  padding: 16px 18px;
  padding-bottom: 0px;
}
.change__info-title {
  font-size: 26px;
  line-height: 30px;
}
.change__info-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.change__info-card {
  padding: 20px;
  padding-right: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  width: 266px;
}
.change__info-icon {
  width: 45px;
  height: 45px;
}
.change__info-icon img {
  width: 100%;
  height: auto;
}
.change__info-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.change__info-info a {
  font-size: 26px;
  line-height: 32px;
  font-weight: 300;
  color: #1f7feb;
  text-decoration: underline;
}
.change__info-info p {
  font-size: 26px;
  line-height: 32px;
  font-weight: 300;
}
.change__info-info span {
  font-size: 15px;
  line-height: 18px;
}

@-webkit-keyframes heightPulse {
  0% {
    height: 10px;
  }
  50% {
    height: 30px;
  }
  100% {
    height: 10px;
  }
}

@keyframes heightPulse {
  0% {
    height: 10px;
  }
  50% {
    height: 30px;
  }
  100% {
    height: 10px;
  }
}
@-webkit-keyframes heightPulseRevers {
  0% {
    height: 30px;
  }
  50% {
    height: 10px;
  }
  100% {
    height: 30px;
  }
}
@keyframes heightPulseRevers {
  0% {
    height: 30px;
  }
  50% {
    height: 10px;
  }
  100% {
    height: 30px;
  }
}
@-webkit-keyframes rotateCircle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes rotateCircle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.loader {
  width: 60px;
  aspect-ratio: 1;
  border: 15px solid #ddd;
  border-radius: 50%;
  position: relative;
}

.loader::before {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  border: 4px solid #9daec1;
  -webkit-animation: l18 30s infinite linear;
          animation: l18 30s infinite linear;
}

@-webkit-keyframes l18 {
  0% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
  75% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }
  100% {
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
    -webkit-transform: rotate(-720deg);
            transform: rotate(-720deg);
  }
}

@keyframes l18 {
  0% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
  75% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }
  100% {
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
    -webkit-transform: rotate(-720deg);
            transform: rotate(-720deg);
  }
}
@-webkit-keyframes heightPulseFirst {
  0% {
    height: 11px;
  }
  20% {
    height: 27px;
  }
  40% {
    height: 11px;
  }
  60% {
    height: 11px;
  }
  100% {
    height: 11px;
  }
}
@keyframes heightPulseFirst {
  0% {
    height: 11px;
  }
  20% {
    height: 27px;
  }
  40% {
    height: 11px;
  }
  60% {
    height: 11px;
  }
  100% {
    height: 11px;
  }
}
@-webkit-keyframes heightPulseSecond {
  0% {
    height: 11px;
  }
  20% {
    height: 11px;
  }
  40% {
    height: 27px;
  }
  60% {
    height: 11px;
  }
  100% {
    height: 11px;
  }
}
@keyframes heightPulseSecond {
  0% {
    height: 11px;
  }
  20% {
    height: 11px;
  }
  40% {
    height: 27px;
  }
  60% {
    height: 11px;
  }
  100% {
    height: 11px;
  }
}
@-webkit-keyframes heightPulseThird {
  0% {
    height: 11px;
  }
  20% {
    height: 11px;
  }
  40% {
    height: 11px;
  }
  60% {
    height: 27px;
  }
  100% {
    height: 11px;
  }
}
@keyframes heightPulseThird {
  0% {
    height: 11px;
  }
  20% {
    height: 11px;
  }
  40% {
    height: 11px;
  }
  60% {
    height: 27px;
  }
  100% {
    height: 11px;
  }
}
.ex {
  min-width: 1000px;
  width: 1000px;
  display: none;
  position: relative;
}
.ex__panel {
  height: 64px;
  width: 100%;
  position: relative;
  padding-left: 120px;
  padding-right: 200px;
  background: #f4f8fb;
  border-top: 1px solid #d9e2e9;
  border-right: 1px solid #d9e2e9;
}
.ex__panel-back {
  width: 30px;
  min-width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  background: rgb(40, 122, 216);
  margin-right: 15px;
  display: none;
  margin-left: -20px;
}
.ex__panel-back img {
  height: 12px;
  width: auto;
  -webkit-filter: invert(1);
          filter: invert(1);
}
.ex__loading {
  position: absolute;
  top: 64px;
  width: 100%;
  height: calc(100% - 64px);
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 10;
  padding-top: 200px;
  display: none;
}
.ex__loading-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  height: 30px;
}
.ex__loading-column {
  width: 7px;
  background: #1f7feb;
  height: 11px;
  border-radius: 2px;
}
.ex__loading-column-first {
  -webkit-animation: heightPulseFirst 1s infinite ease-in-out;
          animation: heightPulseFirst 1s infinite ease-in-out;
}
.ex__loading-column-second {
  -webkit-animation: heightPulseSecond 1s infinite ease-in-out;
          animation: heightPulseSecond 1s infinite ease-in-out;
}
.ex__loading-column-third {
  -webkit-animation: heightPulseThird 1s infinite ease-in-out;
          animation: heightPulseThird 1s infinite ease-in-out;
}
.ex__steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  height: 100%;
  width: 540px;
}
.ex__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 7px;
}
.ex__step p {
  width: 22px;
  height: 24px;
  background: #d9e0e8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  color: #fff;
  border-radius: 5px;
  line-height: 24px;
}
.ex__step span {
  font-size: 13px;
  line-height: 15px;
  color: #d9e0e8;
}
.ex__step-active p {
  background: #0b2039;
}
.ex__step-active span {
  color: #0b2039;
}
.ex__dotes {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  border-bottom: 3px dotted #d9e0e8;
}
.ex__rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 37px;
  height: 100%;
  top: 0px;
}
.ex__update {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  display: none;
}
.ex__update-column {
  width: 7px;
  background: #bdc9d3;
  height: 11px;
  border-radius: 1px;
}
.ex__update-column-first {
  -webkit-animation: heightPulseFirst 0.7s infinite ease-in-out;
          animation: heightPulseFirst 0.7s infinite ease-in-out;
}
.ex__update-column-second {
  -webkit-animation: heightPulseSecond 0.7s infinite ease-in-out;
          animation: heightPulseSecond 0.7s infinite ease-in-out;
}
.ex__update-column-third {
  -webkit-animation: heightPulseThird 0.7s infinite ease-in-out;
          animation: heightPulseThird 0.7s infinite ease-in-out;
}
.ex__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  height: 100%;
}
.ex__table-circle {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  border: 3px solid #f4f8fb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ex__table-second {
  color: rgb(11, 32, 57);
  font-size: 12px;
  line-height: 30px;
  position: absolute;
}
.ex__table-label, .ex__table-number {
  color: #8c9caa;
  font-size: 13px;
  line-height: 1.38;
}
.ex__attention {
  background: #1f7feb;
  padding: 20px 74px 20px 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.ex__attention-icon {
  width: 30px;
  min-width: 30px;
  height: 30px;
}
.ex__attention-icon img {
  width: 100%;
  height: 100%;
}
.ex__attention-info {
  width: 764px;
}
.ex__attention-text {
  line-height: 21px;
  font-size: 14px;
  width: 764px;
  color: #fff;
}
.ex__attention-hr {
  height: 1px;
  width: 100%;
  background: #fff;
  margin: 10px 0px;
}
.ex__body {
  padding-bottom: 30px;
  padding-left: 120px;
  padding-top: 33px;
}
.ex__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.ex__label-icon {
  width: 30px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ex__label-icon img {
  width: 100%;
  height: 100%;
}
.ex__label-name p {
  font-size: 30px;
  line-height: 37px;
  font-weight: 300;
}
.ex__label-to {
  padding-top: 25px;
}
.ex__area {
  padding-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.ex__area-wallet, .ex__area-smart, .ex__area-memo, .ex__area-bank, .ex__area-bank2, .ex__area-sbp, .ex__area-name, .ex__area-multi {
  display: none;
}
.ex__area-red {
  padding: 9px 10px;
  border: 1px solid #EB5757;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  border-radius: 5px;
}
.ex__area-label {
  line-height: 50px;
  height: 50px;
  width: 200px;
  font-size: 20px;
  margin-right: 15px;
}
.ex__area-label-wallet {
  height: 89px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ex__area-block {
  width: 320px;
  margin-right: 15px;
}
.ex__area-block-problem .ex__area-input input, .ex__area-block-problem .ex__area-input textarea {
  border: solid 2px #ff3636;
}
.ex__area-block-problem .ex__area-input:hover input, .ex__area-block-problem .ex__area-input:hover textarea {
  border: solid 2px #ff3636;
}
.ex__area-block-problem .ex__area-warning {
  display: block;
}
.ex__area-input {
  width: 100%;
  height: 50px;
  position: relative;
}
.ex__area-input input, .ex__area-input textarea {
  width: 100%;
  height: 100%;
  border: solid 2px #d9e0e8;
  padding: 0px 15px;
  padding-top: 5px;
  padding-right: 42px;
  line-height: 36px;
  font-size: 20px;
  resize: none;
}
.ex__area-input input::-webkit-input-placeholder, .ex__area-input textarea::-webkit-input-placeholder {
  color: rgba(118, 118, 118, 0.3);
}
.ex__area-input input::-moz-placeholder, .ex__area-input textarea::-moz-placeholder {
  color: rgba(118, 118, 118, 0.3);
}
.ex__area-input input:-ms-input-placeholder, .ex__area-input textarea:-ms-input-placeholder {
  color: rgba(118, 118, 118, 0.3);
}
.ex__area-input input::-ms-input-placeholder, .ex__area-input textarea::-ms-input-placeholder {
  color: rgba(118, 118, 118, 0.3);
}
.ex__area-input input::placeholder, .ex__area-input textarea::placeholder {
  color: rgba(118, 118, 118, 0.3);
}
.ex__area-input:hover input, .ex__area-input:hover textarea {
  border: solid 2px #8c9caa;
}
.ex__area-input-wallet {
  height: 89px;
}
.ex__area-symbol {
  position: absolute;
  top: 0px;
  right: 17px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ex__area-symbol p {
  font-size: 20px;
  line-height: 50px;
  color: #8a9baa;
}
.ex__area-warning {
  padding-top: 8px;
  display: none;
}
.ex__area-warning * {
  line-height: 20px;
  color: #EB5757;
  font-size: 14px;
}
.ex__area-add {
  min-height: 60px;
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}
.ex__area-add p {
  font-size: 13px;
  color: #8c9caa;
  line-height: 20px;
  font-weight: bold;
}
.ex__area-add p span {
  color: inherit;
  font-size: inherit;
}
.ex__area-arr {
  color: #999;
  position: absolute;
  top: 20px;
  right: 18px;
  width: 4px;
  margin-top: 4px;
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0;
  z-index: 2;
}
.ex__secret {
  position: absolute;
  top: 16px;
  right: 0px;
  display: none;
}
.ex__secret img {
  cursor: pointer;
}
.ex__secret-info {
  padding: 10px;
  border-radius: 5px;
  font-size: 13px;
  color: #fff;
  background: #378aff;
  position: absolute;
  right: 0px;
  width: 320px;
  top: 26px;
  line-height: 1.2;
  z-index: 1;
  display: none;
}
.ex__secret:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0.8;
}
.ex__secret:hover .ex__secret-info {
  display: block;
}
.ex__hidelist, .ex__hidelist2 {
  display: none;
}
.ex__select, .ex__select2 {
  width: 100%;
  height: 100%;
  border: solid 2px #d9e0e8;
  border-radius: 5px;
  padding: 0px 15px;
  padding-right: 30px;
  background: #000;
  font-size: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
}
.ex__decor, .ex__decor2 {
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 1;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 5px;
  background: #ffffff;
  padding: 0px 15px;
  padding-right: 34px;
  font-size: 20px;
  line-height: 46px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.ex__viewlist, .ex__viewlist2 {
  position: absolute;
  top: 50px;
  width: 100%;
  z-index: 1;
  max-height: 300px;
  overflow-y: scroll;
  border: 1px solid #e8e8e8;
  background: #fff;
  display: none;
}
.ex__viewlist::-webkit-scrollbar, .ex__viewlist2::-webkit-scrollbar {
  width: 6px;
  height: 4px;
}
.ex__viewlist::-webkit-scrollbar-thumb, .ex__viewlist2::-webkit-scrollbar-thumb {
  background-color: rgba(117, 117, 117, 0.568627451);
  border-radius: 4px;
}
.ex__viewlist p, .ex__viewlist2 p {
  min-height: 48px;
  padding: 12px 10px;
  font-size: 20px;
  line-height: 24px;
  background: #fff;
  cursor: pointer;
}
.ex__viewlist p:hover, .ex__viewlist2 p:hover {
  background: rgba(50, 50, 50, 0.1);
}
.ex__viewlist span, .ex__viewlist2 span {
  padding: 12px 10px;
  display: none;
}
.ex__hr {
  height: 2px;
  width: calc(100% + 120px);
  background: rgba(225, 226, 226, 0.5490196078);
  -webkit-transform: translateX(-120px);
      -ms-transform: translateX(-120px);
          transform: translateX(-120px);
  margin: 25px 0px;
}
.ex__cluster {
  width: 100%;
  padding-left: 215px;
  padding-right: calc(100% - 535px);
}
.ex__cluster-info {
  margin: 15px 0px;
}
.ex__cluster-info p {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
}
.ex__cluster-info p a {
  font-size: inherit;
  line-height: inherit;
  color: #337ab7;
}
.ex__cluster-info p a:hover {
  text-decoration: underline;
  color: #23527c;
}
.ex__cluster-smart {
  background: #f4f8fb;
  padding: 10px;
  border-radius: 5px;
  margin-top: 15px;
}
.ex__cluster-smart p {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
}
.ex__button {
  width: 100%;
  border-radius: 3px;
  height: 44px;
  cursor: pointer;
  margin-bottom: 21px;
  -webkit-box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.16);
          box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.16);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3da3df), to(#2871b6));
  background-image: -o-linear-gradient(top, #3da3df, #2871b6);
  background-image: linear-gradient(to bottom, #3da3df, #2871b6);
}
.ex__button p {
  font-size: 21px;
  text-align: center;
  line-height: 44px;
  color: #fff;
}
.ex__button:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#088ad7), to(#00509c));
  background-image: -o-linear-gradient(top, #088ad7, #00509c);
  background-image: linear-gradient(to bottom, #088ad7, #00509c);
}
.ex__problem {
  background: rgba(235, 87, 87, 0.1);
  padding: 15px;
  border-radius: 5px;
  width: 760px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-bottom: 15px;
  display: none;
}
.ex__problem-text p {
  color: #EB5757;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  margin-bottom: 10px;
}
.ex__problem-text span {
  display: block;
  color: #EB5757;
  font-size: 16px;
  line-height: 19px;
}
.ex__rules {
  padding: 20px;
  background: #f4f8fb;
  border-radius: 5px;
}
.ex__rules-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.ex__rules-top p {
  font-size: 16px;
  line-height: 19px;
  color: #000;
}
.ex__rules-top p a {
  font-size: inherit;
  color: #337ab7;
  text-decoration: underline;
}
.ex__rules-top p a:hover {
  text-decoration: underline;
  color: #23527c;
}
.ex__rules-text {
  font-size: 16px;
  line-height: 19px;
  color: #000;
}
.ex__rules-text a {
  font-size: inherit;
  color: #337ab7;
}
.ex__rules-text a:hover {
  text-decoration: underline;
  color: #23527c;
}
.ex__rules-text-first {
  margin-bottom: 40px;
}
.ex__more {
  padding: 20px;
  background: #f4f8fb;
  border-radius: 5px;
  margin-top: 15px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.ex__more-text {
  font-size: 16px;
  line-height: 19px;
  color: #000;
}
.ex__more-text span {
  font-size: inherit;
  color: #337ab7;
}
.ex__more-text span:hover {
  text-decoration: underline;
  color: #23527c;
}

.footer {
  margin-top: 10px;
}
.footer__body {
  width: 1140px;
  margin: 0 auto;
  padding-top: 20px;
}
.footer__top {
  display: -ms-grid;
  display: grid;
  margin: 0 auto 0 auto;
  padding: 20px 0 0 0;
  -ms-grid-columns: minmax(-webkit-min-content, -webkit-max-content) 190px 190px 384px;
  -ms-grid-columns: minmax(min-content, max-content) 190px 190px 384px;
  grid-template-columns: minmax(-webkit-min-content, -webkit-max-content) 190px 190px 384px;
  grid-template-columns: minmax(min-content, max-content) 190px 190px 384px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 20px;
}
.footer__logo {
  width: 150px;
  padding-top: 6px;
  margin-bottom: 6px;
}
.footer__logo img {
  width: 100%;
}
.footer__descr {
  font-size: 14px;
  line-height: 21px;
  color: #333;
  font-weight: 500;
}
.footer__mail {
  font-size: 14px;
  color: #1f7feb;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}
.footer__mail:hover {
  opacity: 0.7;
}
.footer__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.footer__label {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.footer__button {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #1f7feb;
  cursor: pointer;
}
.footer__button:hover {
  opacity: 0.7;
}
.footer__telegram {
  padding: 20px;
  border: 1px solid #F0F0F0;
  border-radius: 5px;
  cursor: pointer;
}
.footer__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
.footer__head p {
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
}
.footer__info {
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 15px;
}
.footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.footer__link p {
  font-size: 16px;
  line-height: 19px;
  color: #1f7feb;
}
.footer__bottom {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #F0F0F0;
}
.footer__bottom p {
  font-size: 14px;
  line-height: 20px;
  color: #607d8b;
}

.order {
  padding-top: 20px;
  padding-left: 135px;
  padding-bottom: 20px;
  padding-right: 15px;
  display: none;
}
.order__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 536px;
  min-width: 536px;
  margin-bottom: 20px;
}
.order__title p {
  font-size: 30px;
  line-height: 35px;
  font-weight: 300;
}
.order__title span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
}
.order__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.order__table {
  width: 536px;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 30px 0 #d9e0e8;
          box-shadow: 0 10px 30px 0 #d9e0e8;
  background: #fff;
  padding: 20px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.order__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
.order__from {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: calc(49% - 1px);
}
.order__icon {
  height: 40px;
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.order__icon img {
  width: 100%;
  height: 100%;
}
.order__currency {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.04;
}
.order__to {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  width: 50%;
  padding-left: 45px;
}
.order__arrow {
  width: 1px;
  -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
          transform: translateX(-10px);
}
.order__wallet {
  padding-top: 0px;
  line-height: 20px;
  width: 100%;
  word-break: break-all;
  overflow-wrap: anywhere;
}
.order__info {
  padding-top: 16px;
  width: 100%;
  text-align: center;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
}
.order__info span {
  font-size: inherit;
  font-weight: inherit;
}
.order__timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  padding-right: 40px;
  -webkit-transform: translateY(-18px);
      -ms-transform: translateY(-18px);
          transform: translateY(-18px);
}
.order__time {
  width: 75px;
  height: 75px;
  position: relative;
}
.order__border {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: conic-gradient(#000 100%, transparent 0%);
  -webkit-transition: background 1s linear;
  -o-transition: background 1s linear;
  transition: background 1s linear;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
  position: relative;
}
.order__border div {
  position: absolute;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  left: 2px;
  top: 2px;
  background: #fff;
  border-radius: 100px;
}
.order__minutes {
  position: absolute;
  line-height: 18px;
  font-size: 15px;
  font-weight: 500;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.order__descr {
  width: 115px;
  font-size: 13px;
  line-height: 1.38;
}
.order__contact {
  margin-top: 58px;
  background: #f4f8fb;
  margin-left: -120px;
  padding-left: 120px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 48px;
}
.order__contact-text {
  width: 536px;
  line-height: 20px;
  font-size: 14px;
  color: #333;
  margin-bottom: 20px;
}
.order__button {
  height: 44px;
  width: 536px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  cursor: pointer;
}
.order__button p {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}
.order__button-telegram {
  background: #54a9eb;
  margin-bottom: 10px;
}
.order__button-telegram:hover {
  background: rgba(84, 169, 235, 0.89);
}
.order__button-max {
  background: #3f3584;
}
.order__button-max:hover {
  background: #4d4489;
}
.order__last-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
  margin-bottom: 10px;
}
.order__last-subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
  width: 536px;
}
.order__timeout {
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 30px 0 #d9e0e8;
          box-shadow: 0 10px 30px 0 #d9e0e8;
  background-color: #ffffff;
  padding: 21px 26px;
  width: 536px;
  margin-bottom: 20px;
  display: none;
}
.order__timeout-icon {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}
.order__timeout-icon img {
  width: 130px;
  height: auto;
}
.order__timeout-text {
  font-size: 18px;
  line-height: 1.5;
  padding-bottom: 20px;
  border-bottom: 1px solid #8c9caa;
  margin-bottom: 20px;
}
.order__timeout-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5px;
}
.order__timeout-side img {
  width: 25px;
}
.order__timeout-side div p {
  margin-bottom: 10px;
  line-height: 1.53;
  font-size: 15px;
}
.order__new {
  background: #f4f8fb;
  width: 536px;
  border-radius: 3px;
  display: none;
}
.order__new-button {
  height: 44px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border-radius: 3px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3da3df), to(#2871b6));
  background-image: -o-linear-gradient(top, #3da3df, #2871b6);
  background-image: linear-gradient(to bottom, #3da3df, #2871b6);
  -webkit-box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.16);
          box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.16);
  font-size: 21px;
  line-height: 1;
  color: #fff;
  cursor: pointer;
}
.order__new-button:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#088ad7), to(#00509c));
  background-image: -o-linear-gradient(top, #088ad7, #00509c);
  background-image: linear-gradient(to bottom, #088ad7, #00509c);
}
.order__new-table {
  padding: 7px 20px;
  text-align: center;
  min-height: 40px;
  text-align: center;
  font-size: 13px;
  line-height: 1;
}

.bridge__tg {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
  z-index: 1;
}
.bridge__body {
  width: 600px;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  opacity: 0;
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);
}
.bridge__body-active {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
.bridge__text {
  line-height: 20px;
  font-size: 14px;
  color: #333;
  text-align: center;
}
.bridge__button {
  height: 44px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #54a9eb;
  gap: 15px;
  border-radius: 5px;
  cursor: pointer;
}
.bridge__button p {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}
.bridge__button:hover {
  background: rgba(84, 169, 235, 0.89);
}
.bridge__qr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bridge__qr img {
  width: 151px;
  padding: 4px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 20px 0 rgba(217, 224, 232, 0.8);
          box-shadow: 0 0 20px 0 rgba(217, 224, 232, 0.8);
}

@media (max-width: 1200px) {
  .main {
    width: 972px;
  }
  .slider {
    padding: 20px 0px;
  }
  .slider__body {
    gap: 10px;
  }
  .change__left {
    width: 500px;
  }
  .change__left-hide {
    width: 140px;
  }
  .change__right {
    width: calc(100% - 500px);
  }
  .change__title {
    padding: 20px 12px;
  }
  .change__title p {
    font-size: 21px;
    line-height: 24px;
  }
  .change__out {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .change__from, .change__to {
    -webkit-box-flex: 100;
        -ms-flex: 100;
            flex: 100;
  }
  .change__name {
    padding-left: 51px;
  }
  .change__icon {
    min-width: 30px;
  }
  .change__cell {
    background: rgba(255, 255, 255, 0);
    left: 56px;
    bottom: 0px;
  }
  .change__card {
    position: relative;
    z-index: 2;
  }
  .change__info-card {
    width: 216px;
  }
  .ex {
    width: 830px;
    min-width: auto;
  }
  .ex__panel {
    padding-left: 34px;
  }
  .ex__table-circle {
    width: 28px;
    height: 28px;
  }
  .ex__table-second {
    -webkit-transform: translateX(-1px) translateY(1px);
        -ms-transform: translateX(-1px) translateY(1px);
            transform: translateX(-1px) translateY(1px);
  }
  .ex__attention {
    padding: 20px 74px;
    padding-left: 34px;
  }
  .ex__attention-text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .ex__body {
    padding-left: 34px;
  }
  .ex__area-add {
    width: 246px;
  }
  .order {
    padding-left: 51px;
  }
  .order__contact {
    margin-left: -32px;
    padding-left: 36px;
  }
  .order__line {
    gap: 15px;
  }
  .order__timer {
    padding-right: 0px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .footer__body {
    width: 972px;
  }
  .footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 30px;
    row-gap: 0px;
  }
  .footer__card-first {
    width: 190px;
  }
  .footer__card-second {
    width: 326px;
  }
  .footer__card-third {
    width: auto;
  }
  .footer__telegram {
    width: 100%;
    margin-top: 40px;
    position: relative;
  }
  .footer__telegram::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0px;
    top: -20px;
    background: rgb(240, 240, 240);
  }
}
@media (max-width: 992px) {
  .header__support {
    width: 64px;
    margin-right: 10px;
  }
  .header__support p {
    display: none;
  }
  .header__menu {
    margin-left: 10px;
  }
  .main {
    width: 748px;
  }
  .slider {
    overflow: hidden;
  }
  .slider__slide {
    width: 560px;
  }
  .change__banner {
    padding: 20px;
  }
  .change__subtitle {
    position: relative;
    z-index: 2;
    font-size: 18px;
    line-height: 1.22;
  }
  .change__decoration {
    display: none;
  }
  .change__info {
    padding: 19px 10px;
  }
  .change__info-card {
    padding: 0px;
    gap: 14px;
    margin: 15px 0px;
  }
  .change__info-icon img {
    width: 45px;
    height: 45px;
  }
  .change__info-info p, .change__info-info a {
    font-size: 21px;
    line-height: 24px;
  }
  .change__info-info span {
    font-size: 13px;
    line-height: 15px;
  }
  .change__change-second {
    display: none;
  }
  .change__last {
    padding: 20px 15px;
  }
  .change__new {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2px;
  }
  .change__new-second {
    display: none;
  }
  .change__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
  }
  .change__date span {
    padding-top: 0px;
    margin-top: 0px;
  }
  .change__left-hide .change__mobile-hide {
    position: absolute;
    width: calc(100% - 2px);
    height: 62px;
    background: #fff;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    top: 1px;
    left: 1px;
    font-size: 15px;
    color: #8c9caa;
    line-height: 1.2;
  }
  .ex {
    width: 607px;
  }
  .ex__steps {
    width: 370px;
  }
  .ex__rate {
    right: 17px;
  }
  .ex__area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 15px;
  }
  .ex__area-label {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    line-height: 24px;
    font-size: 20px;
    margin-bottom: 8px;
  }
  .ex__area-block {
    width: 300px;
  }
  .ex__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ex__cluster {
    padding-left: 0px;
    padding-right: 0px;
    width: 300px;
  }
  .ex__cluster-button {
    padding-top: 23px;
    -webkit-box-ordinal-group: 1000;
        -ms-flex-order: 999;
            order: 999;
  }
  .ex__hr {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: calc(100% + 30px);
    -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
            transform: translateX(-30px);
    margin-top: 15px;
    margin-bottom: 0px;
  }
  .ex__table-second {
    -webkit-transform: translateY(1px);
        -ms-transform: translateY(1px);
            transform: translateY(1px);
  }
  .ex__cluster-info {
    display: none;
  }
  .ex__more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ex__rules {
    margin-top: 15px;
  }
  .ex__rules-text-first {
    margin-bottom: 0px;
  }
  .ex__rules-text-second {
    display: none;
  }
  .ex__problem {
    margin-top: 15px;
  }
  .order__line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 35px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .order__contact-text {
    width: 339px;
  }
  .order__button {
    width: 339px;
  }
  .footer__body {
    width: 748px;
  }
  .footer__top {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 30px 60px;
  }
  .footer__telegram {
    width: 498px;
    margin-top: 0px;
  }
  .footer__telegram::after {
    display: none;
  }
  .footer__card-first, .footer__card-third {
    width: 190px;
  }
  .footer__card-second {
    width: 498px;
  }
}
@media (max-width: 768px) {
  .main {
    width: 100%;
  }
  .header {
    padding: 0px 10px;
    padding-left: 15px;
    height: 55px;
  }
  .header__left {
    -webkit-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  .header__left img {
    width: 100%;
    min-width: 130px;
    max-width: 162px;
    height: auto;
  }
  .header__language {
    width: 60px;
    padding-left: 0px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .header__language-text {
    display: none;
  }
  .header__language-arrow {
    display: none;
  }
  .header__language-flag {
    -webkit-transform: translateX(-5px);
        -ms-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  .header__support {
    width: 50px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .header__menu {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-left: 0px;
  }
  .header__profile {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .slider {
    padding: 20px 15px;
    padding-bottom: 30px;
    overflow: hidden;
    max-width: calc(100% - 15px);
  }
  .slider__slide {
    width: calc(100vw - 30px);
  }
  .slider__nav {
    -webkit-transform: translateX(8px);
        -ms-transform: translateX(8px);
            transform: translateX(8px);
  }
  .change {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .change__left {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .change__from, .change__to {
    width: 100%;
  }
  .change__title {
    padding: 17px 19px;
  }
  .change__title p {
    font-size: 20px;
  }
  .change__category {
    height: 31px;
    margin-left: 17px;
    margin-right: 17px;
  }
  .change__category-item {
    height: 100%;
    font-size: 14px;
    line-height: 31px;
  }
  .change__cell {
    position: absolute;
    right: 0px;
    height: 20px;
    bottom: auto;
    left: auto;
    background: #F4f8fb;
    padding: 0px 6px;
    border-radius: 5px;
    line-height: 20px;
    font-size: 12px;
    color: #8697a5;
  }
  .change__name {
    padding-left: 0px;
  }
  .change__out-item {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    padding: 6px 10px;
    height: auto;
  }
  .change__right {
    width: 100%;
  }
  .change__news-head p {
    font-size: 20px;
  }
  .change__date p {
    font-size: 12px;
    line-height: 1.2;
  }
  .change__date span {
    font-size: 12px;
    line-height: 1.2;
  }
  .change__newname {
    font-size: 14px;
    line-height: 1.25;
  }
  .change__new-second {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .change__line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .change__change-second {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .change__currency-from-active .change__arrow {
    display: none;
  }
  .change__currency-from-active .change__currency-changer {
    opacity: 1;
  }
  .change__to {
    max-height: 0px;
  }
  .change__info-card {
    width: 50%;
    padding: 20px;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 5px;
    margin: 0px;
  }
  .ex {
    width: 100%;
  }
  .ex__table-second {
    line-height: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .ex__panel {
    height: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ex__loading {
    top: 54px;
  }
  .ex__step span {
    display: none;
  }
  .ex__attention {
    padding: 20px 50px;
    padding-left: 10px;
    margin-bottom: 10px;
  }
  .ex__body {
    padding: 23px 10px 0px 14px;
  }
  .ex__label p {
    font-size: 24px;
    font-weight: 400;
    line-height: 125%;
  }
  .ex__label-to {
    padding-top: 15px;
  }
  .ex__area-label {
    font-size: 18px;
    line-height: 1;
  }
  .ex__area-block {
    width: 100%;
    margin-right: 0px;
  }
  .ex__area-add {
    padding-top: 8px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: 100%;
    min-height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 8px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .ex__area-add p {
    font-size: 14px;
    line-height: 1.2;
  }
  .ex__area-input-wallet {
    height: 53px;
  }
  .ex__area-red {
    font-size: 14px;
    line-height: 17px;
  }
  .ex__area-to {
    position: relative;
  }
  .ex__area-reserv {
    position: absolute;
    top: 15px;
    right: 0px;
  }
  .ex__cluster {
    width: 100%;
  }
  .ex__cluster-smart p {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
  }
  .ex__rules, .ex__more {
    padding: 10px;
  }
  .ex__rules-text, .ex__more-text {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
  }
  .ex__rules-top, .ex__more-top {
    margin-bottom: 15px;
  }
  .ex__rules-top p, .ex__more-top p {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
  }
  .ex__button p {
    font-size: 18px;
  }
  .ex__decor, .ex__decor2 {
    font-size: 18px;
  }
  .ex input {
    font-size: 18px;
  }
  .ex__problem {
    width: 100%;
  }
  .order {
    padding: 20px 15px;
  }
  .order__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
    width: 100%;
    min-width: auto;
  }
  .order__title p, .order__title span {
    font-size: 18px;
    font-weight: 400;
    line-height: 125%;
  }
  .order__table {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
  }
  .order__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0px;
  }
  .order__from, .order__to {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0px;
  }
  .order__wallet {
    text-align: center;
  }
  .order__arrow {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .order__arrow img {
    height: 75px;
    width: 25px;
  }
  .order__line {
    gap: 45px;
  }
  .order__contact {
    margin-top: 28px;
    margin-left: -15px;
    padding: 10px;
    margin-bottom: 20px;
    width: calc(100% + 30px);
  }
  .order__contact-text {
    width: 100%;
  }
  .order__button {
    width: 100%;
  }
  .order__last-subtitle {
    width: auto;
  }
  .order__timeout {
    width: 100%;
  }
  .order__timeout-icon {
    margin-bottom: 5px;
  }
  .order__timeout-icon img {
    width: 80px;
  }
  .order__timeout-text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-align: center;
  }
  .order__new {
    width: calc(100% - 20px);
    margin: 0px 10px;
  }
  .order__new-button {
    font-size: 18px;
  }
  .footer {
    padding: 20px 15px;
    padding-top: 10px;
    margin-top: 0px;
    width: 100%;
  }
  .footer__body {
    width: 100%;
  }
  .footer__card {
    width: 100%;
  }
  .footer__telegram {
    width: 100%;
  }
}
@media (max-width: 380px) {
  .main, .footer {
    min-width: 360px;
  }
  .header__language {
    width: 50px;
  }
  .header__profile {
    margin-left: 0px;
  }
}