@import url("https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght,XOPQ,XTRA,YOPQ,YTDE,YTFI,YTLC,YTUC@8..144,100..1000,96,468,79,-203,738,514,712&display=swap");

body {
  font-family: "Roboto Flex", sans-serif;
}

.nuxt-progress {
  background-color: #006cf0;
  height: 5px;
  left: 0;
  opacity: 1;
  position: fixed;
  right: 0;
  top: 0;
  transition:
    width 0.1s,
    opacity 0.4s;
  width: 0;
  z-index: 999999;
}
.nuxt-progress.nuxt-progress-notransition {
  transition: none;
}
.nuxt-progress-failed {
  background-color: red;
}
.flicking-viewport {
  overflow: hidden;
  position: relative;
}
.flicking-viewport.vertical {
  display: inline-flex;
}
.flicking-viewport.vertical > .flicking-camera {
  display: inline-flex;
  flex-direction: column;
}
.flicking-viewport.flicking-hidden > .flicking-camera > * {
  visibility: hidden;
}
.flicking-camera {
  display: flex;
  flex-direction: row;
  height: 100%;
  position: relative;
  width: 100%;
  will-change: transform;
  z-index: 1;
}
.flicking-camera > * {
  flex-shrink: 0;
}
body,
html {
  min-height: 100vh;
}
h1 {
  color: #1d354f;
  font-family: "Roboto Flex", sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 1.0555555556;
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 45px;
    text-align: center;
  }
}
body {
  background: #edeefd;
  color: #282e38;
  font-family: "Roboto Flex", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 1;
  margin: 0 auto;
}
@media only screen and (max-width: 1025px) {
  body {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 12px;
  }
}
img {
  height: auto;
  max-width: 100%;
}
p {
  font-weight: 500;
}
a,
h2,
p,
span {
  font-family: "Roboto Flex", sans-serif;
}
label {
  font-family: "Roboto Flex", sans-serif;
}
.container {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 40px;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .container {
    max-width: 970px;
  }
}
@media only screen and (max-width: 1025px) {
  .container {
    max-width: 720px;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    flex-wrap: wrap;
    max-width: 620px;
  }
}
@media only screen and (max-width: 650px) {
  .container {
    flex-direction: column;
    margin: 0 auto;
    max-width: 520px;
  }
}
@media only screen and (max-width: 550px) {
  .container {
    box-sizing: border-box;
    max-width: 100%;
    padding: 0 15px;
  }
}
a {
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
}
@media only screen and (min-width: 813px) {
  a,
  a:after,
  a:before,
  button,
  button:after,
  button:before {
    transition: 0.35s;
  }
}
a,
button,
div,
h1,
h2,
h3,
li,
p,
ul {
  margin: 0;
  padding: 0;
}
h4 {
  font-size: 36px;
}
h5 {
  font-size: 13px;
}
h6 {
  font-size: 11px;
}
h2 {
  font-size: 28px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 26px;
  }
}
h3 {
  color: #1d354f;
  font-size: 32px;
}
h1,
h2,
h3 {
  font-family: "Roboto Flex", sans-serif;
  font-weight: 700;
}
p {
  color: #5c6a78;
  font-family: "Roboto Flex", sans-serif;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.title {
  font-family: "Roboto Flex", sans-serif;
  font-size: 36px;
  text-transform: none;
}
@media only screen and (max-width: 767px) {
  .title {
    font-size: 1.5rem;
    text-align: center;
  }
}
.notification-box-title {
  color: #fff;
  font-family: "Roboto Flex", sans-serif;
  font-size: 28px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .notification-box-title {
    font-size: 26px;
  }
}
ol,
ul {
  list-style-type: none;
  padding: 0;
}
b {
  font-family: "Roboto Flex", sans-serif;
  font-weight: 700;
}
input,
select,
textarea {
  background: #fff;
  border: none;
  border-radius: 16px;
  outline: none;
  width: 100%;
}
input:active,
input:focus,
input:visited,
select:active,
select:focus,
select:visited,
textarea:active,
textarea:focus,
textarea:visited {
  border: none;
  outline: none;
}
input:-moz-placeholder,
input::-moz-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder {
  color: #b8bec5;
  font-family: "Roboto Flex", sans-serif;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #b8bec5;
  font-family: "Roboto Flex", sans-serif;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #b8bec5;
  font-family: "Roboto Flex", sans-serif;
}
.text-center {
  text-align: center;
}
.text-center p b {
  color: #282e38;
  font-size: 18px;
  line-height: 25.45px;
}
@media only screen and (max-width: 767px) {
  .dn-mob {
    display: none;
  }
}

.btn {
  background: transparent;
  border: none;
  border-radius: 12px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto Flex", sans-serif;
  font-weight: 700;
  margin: 0;
  outline: none;
  padding: 0 26px;
  text-align: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  white-space: nowrap;
}
.btn:hover {
  transition: all 0.35s;
}
.btn-round {
  background: transparent;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  padding: 6px 16px;
  white-space: nowrap;
}
@media screen and (max-width: 1375px) {
  .btn-round {
    padding: 8px 20px;
  }
}
.btn-round-blue {
  background: #6c56e9;
  color: #fff;
}
.btn-round-blue:hover {
  color: #FFF;
  background: #5f4dcf;
}
.btn-round-white {
  border: 1px solid #fff;
  color: #fff;
}
.btn-round-dark-blue {
  background: #1d354f;
  border: 1px solid #1d354f;
  color: #fff;
}
.btn-round-transparent {
  border: 1px solid #6c56e9;
  color: #6c56e9;
}
.btn-round-transparent:hover {
  border: 1px solid #5f4dcf;
  color: #5f4dcf;
}
.btn-filter {
  background: transparent;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  padding: 8px 13px;
  white-space: normal;
}
@media only screen and (max-width: 767px) {
  .btn-filter {
    font-size: 12px;
    padding: 8px;
  }
}
.btn-filter-blue {
  background: #6c56e9;
  color: #fff;
}
.btn-filter-blue:hover {
  background: #5f4dcf;
}
.btn-blue {
  background-color: #6c56e9;
  line-height: 3.1666666667;
}
.btn-blue:hover {
  background: #5f4dcf;
}
.btn-submit {
  background: #6c56e9;
  box-shadow: 0 20px 40px 0 rgba(23, 22, 37, 0.15);
  font-size: 15px;
  line-height: 3;
  padding: 0 37px;
}
.btn-submit:hover {
  background: #5f4dcf;
  color: #fff;
}
.btn-plain {
  background: #f0f1f4;
  border: 1px solid #f0f1f4;
  border-radius: 20px;
  color: #9f9f9f;
  font-size: 11px;
  margin-bottom: 0.94rem;
  margin-top: 0.94rem;
  padding: 10px 30px;
  text-transform: uppercase;
}
.btn-log-in,
.btn-plain:hover {
  background: transparent;
}
.btn-log-in {
  align-items: center;
  color: #1d354f;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 6px 12px;
}
.btn-look {
  border: 1px solid #5c6a78;
  color: #5c6a78;
  font-size: 15px;
  line-height: 3;
  min-width: 164px;
  padding: 5px 20px;
}
.btn-select {
  margin: 15px 30px;
  max-width: 22.5rem;
  position: relative;
  width: 100%;
}
.btn-select:after {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #212121;
  box-sizing: border-box;
  content: "";
  pointer-events: none;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 18px;
  transform: rotate(0);
  transition: all 0.35s;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .btn-select:after {
    top: 12px;
  }
}
.btn-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #f4f5f7;
  border: 1px solid #e6e6e6;
  border-radius: 20px;
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  color: #9f9f9f;
  line-height: 2.375;
  padding: 0 25px;
  width: 100%;
}
.btn-select.selected:after {
  top: 16px;
  transform: rotate(180deg);
}
@media only screen and (max-width: 767px) {
  .btn-select.selected:after {
    top: 12px;
  }
}
.btn-bord {
  background: transparent;
  border: 2px solid #f0f1f2;
  color: #6c56e9;
  line-height: 2.7;
}
.btn-bord:hover {
  background: #6c56e9;
  border-color: #6c56e9;
  color: #fff;
}
.btn-copy {
  background: transparent;
  border: 2px solid #f0f1f2;
  color: #6c56e9;
  line-height: 1.75;
  margin-left: 15px;
  margin-top: -20px;
  padding: 2px 15px;
}
.btn-copy:hover {
  background: #6c56e9;
  border-color: #6c56e9;
  color: #fff;
}
.dropper img {
  height: 25px;
  margin: 5px;
  width: 25px;
}
.dropper li {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 15px;
}
.dropper li:hover {
  background: rgba(0, 150, 255, 0.1);
}
.dropper {
  width: 100%;
}
.dropper .bp-dropdown__btn {
  border: none;
  width: 100%;
}
.dropper .bp-dropdown__body {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0 0 5px 5px;
  border-top: none;
  box-shadow: none;
  left: auto !important;
  margin-top: 0;
  position: absolute;
  top: auto !important;
}
.checkbox input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.checkbox input:checked + label:after {
  background: #6c56e9;
  border-radius: 2px;
  box-sizing: border-box;
  content: "";
  height: 14px;
  left: 4px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
}
.checkbox input:checked + label:before {
  border-color: #6c56e9;
}
.checkbox label {
  align-items: center;
  color: #000;
  cursor: pointer;
  display: flex;
  font:
    500 14px/1.2 Roboto-Regular,
    sans-serif;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@media (max-width: 1200px) {
  .checkbox label {
    font:
      500 12px/18px Roboto-Regular,
      sans-serif;
  }
}
.checkbox label a {
  color: #26d3f8;
  display: inline;
}
.checkbox label:before {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50% 50%;
  border: 1px solid #b9b9b9;
  border-radius: 3px;
  content: "";
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  height: 20px;
  margin-right: 10px;
  width: 20px;
}
.checkbox-list .checkbox {
  margin-bottom: 16px;
}
.checkbox-list .checkbox:last-child {
  margin-bottom: 0;
}
* {
  box-sizing: border-box;
  outline: none;
}
input:invalid {
  box-shadow: none;
}
.course {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  padding: 8px 0;
}
@media only screen and (max-width: 767px) {
  .course {
    display: none;
  }
}
.course ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  overflow: hidden;
  white-space: nowrap;
}
.course li {
  border-left: 2px solid #e6e6e6;
  min-width: 300px;
}
.course li:first-child {
  border-left: none;
}
.course div {
  padding: 3px 25px 5px;
}
.course p {
  color: #282e38;
  text-transform: uppercase;
}
.course .green {
  color: #6c56e9;
}
.course .green em {
  border-color: #6c56e9;
  transform: rotate(-45deg);
}
.course .red {
  color: #e02626;
}
.course .red em {
  border-color: #e02626;
  margin-bottom: 5px;
  transform: rotate(135deg);
}
.course-header {
  display: flex;
  justify-content: space-between;
}
.course-footer {
  display: block;
  font-size: 12px;
  font-weight: 900;
  margin-top: 10px;
}
.course-footer span {
  font-size: 18px;
  margin-right: 10px;
}
.course em {
  border-style: solid;
  border-width: 2px;
  border-bottom: 0;
  border-left: 0;
  display: inline-block;
  height: 10px;
  margin-left: -2px;
  margin-right: 10px;
  width: 10px;
}
nav {
  align-self: center;
  padding: 5px 0;
  position: relative;
}
nav .container-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  nav .container-nav {
    flex-direction: row;
  }
}
nav ul {
  align-items: center;
  color: #5c6a78;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
nav ul:before {
  border-right: 1px solid #ccd0d9;
  content: "";
  height: 24px;
  margin: 0 21px;
}
@media only screen and (max-width: 1200px) {
  nav ul:before {
    border-right: none;
    margin-right: 0;
  }
}
@media only screen and (max-width: 1025px) {
  nav {
    padding: 5px;
  }
}
nav li {
  cursor: pointer;
  margin: 0 16px;
}
nav li:hover {
  color: #1d354f;
}
@media screen and (max-width: 1375px) {
  nav li {
    margin: 0 8px;
  }
}
nav a {
  color: #5c6a78;
  font-size: 16px;
}
.menu {
  align-self: center;
}
@media only screen and (max-width: 1200px) {
  .menu {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    display: block;
    left: -100%;
    min-width: 200px;
    opacity: 0;
    position: absolute;
    top: 120%;
    transition: all 0.35s;
    visibility: hidden;
  }
}
.menu.menu-open {
  left: 10px;
  min-width: 200px;
  opacity: 1;
  visibility: visible;
  z-index: 9;
}
@media only screen and (max-width: 1200px) {
  .menu {
    margin: 0;
  }
}
@media screen and (max-width: 1200px) {
  .menu li {
    font-size: 16px;
    margin: 10px 20px;
    padding: 9px 3px;
  }
}
@media only screen and (max-width: 1200px) {
  .menu a:hover {
    color: #6e6d73;
  }
}
.burger {
  cursor: pointer;
  height: 40px;
  position: relative;
  width: 40px;
}
@media screen and (min-width: 1201px) {
  .burger {
    display: none;
  }
}
.burger-icon {
  background-color: #6c56e9;
  border-radius: 50px;
  height: 3px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  transition: all 0.5s ease;
  width: 100%;
}
.burger-icon:after,
.burger-icon:before {
  background-color: inherit;
  border-radius: inherit;
  content: "";
  height: inherit;
  margin: auto;
  position: absolute;
  transition: all 0.5s ease;
  width: 50%;
}
.burger-icon:before {
  left: 0;
  top: -13px;
  transform-origin: left;
}
.burger-icon:after {
  bottom: -13px;
  right: 0;
  transform-origin: right;
}
.open-burger {
  transform: translate(-50%, -50%) rotate(135deg);
}
.open-burger:before {
  top: 0;
  transform: translateX(100%) rotate(-90deg);
}
.open-burger:after {
  bottom: 0;
  transform: translateX(-100%) rotate(-90deg);
}
.user-bloc {
  cursor: pointer;
  max-width: 270px;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .user-bloc {
    max-width: 200px;
  }
}
.user-bloc .caret {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 10px;
}
.user-bloc .caret:before {
  border-color: transparent #65557e #65557e transparent;
  border-style: solid;
  border-width: 5px;
  content: "";
  height: 0;
  position: absolute;
  right: 0;
  top: 12px;
  transform: rotate(-135deg);
  transition: all 0.35s;
  width: 0;
}
.user-bloc .caret-open:before {
  top: 5px;
  transform: rotate(45deg);
  transition: all 0.35s;
}
.user-bloc-date,
.user-bloc-date-photo {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}
.user-bloc-date-photo {
  background: #e1e4ed;
  border-radius: 50%;
  font-size: 15px;
  height: 36px;
  line-height: 18px;
  margin-right: 20px;
  overflow: hidden;
  width: 36px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .user-bloc-date-photo {
    height: 40px;
    width: 40px;
  }
}
.user-bloc-date-info {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .user-bloc-date-info {
    display: none;
  }
}
.user-bloc-date-info p {
  font-size: 12px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.user-bloc-date-info span {
  color: #1d354f;
  font-size: 15px;
}
.user-bloc ul {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 25px 50px 0 rgba(23, 22, 37, 0.15);
  opacity: 0;
  position: absolute;
  right: 0;
  top: -110%;
  transition: all 0.35s;
  visibility: hidden;
  width: 100%;
  z-index: 0;
}
.user-bloc ul:after {
  border: 10px solid transparent;
  border-bottom-color: #fff;
  content: "";
  position: absolute;
  right: 20px;
  top: -20px;
}
.user-bloc .user-bloc-list-open {
  min-width: 270px;
  opacity: 1;
  top: 110%;
  visibility: visible;
  z-index: 11;
}
@media only screen and (max-width: 767px) {
  .user-bloc .user-bloc-list-open {
    min-width: 200px;
  }
}
.user-bloc li {
  overflow: hidden;
}
.user-bloc li:first-child a {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.user-bloc li:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.user-bloc li a {
  align-items: center;
  display: flex;
  font-size: 15px;
  padding: 15px;
}
@media only screen and (max-width: 767px) {
  .user-bloc li a {
    font-size: 13px;
    padding: 10px;
  }
}
.user-bloc li a:hover {
  background: #f4f5f7;
  transition: all 0.35s;
}
.user-bloc li a:hover img {
  opacity: 1;
  transition: all 0.35s;
}
.user-bloc li img {
  margin-right: 15px;
  max-width: 30px;
  opacity: 0.5;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .user-bloc li img {
    max-width: 25px;
  }
}
.last-orders-wr {
  margin: 116px auto 0;
  max-width: 1128px;
}
@media only screen and (max-width: 1200px) {
  .last-orders-wr {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 1025px) {
  .last-orders-wr {
    margin-top: 20px;
  }
}
.last-orders-wr .title-padding {
  margin-bottom: 24px;
}
.last-orders-wr .last-orders-block {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(29, 53, 79, 0.07);
  border-radius: 16px;
  display: flex;
  height: 101px;
  justify-content: center;
  padding: 8px 4px;
  position: relative;
}
@media only screen and (max-width: 1025px) {
  .last-orders-wr .last-orders-block {
    height: 97px;
  }
}
@media only screen and (max-width: 767px) {
  .last-orders-wr .last-orders-block {
    height: 93px;
  }
}
.last-orders-wr .last-orders-block .last-orders-flicking {
  overflow: hidden;
  position: absolute;
  width: calc(100% - 16px);
}
.last-orders-wr .last-orders-block .last-orders-flicking .order {
  background: #fff;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  margin: 0 4px;
  padding: 14px 16px;
}
@media only screen and (max-width: 1025px) {
  .last-orders-wr .last-orders-block .last-orders-flicking .order {
    min-width: 300px;
    width: 300px;
  }
}
.last-orders-wr .last-orders-block .last-orders-flicking .order img {
  margin: 0 5px;
}
.last-orders-wr .last-orders-block .last-orders-flicking .order-item {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.last-orders-wr .last-orders-block .last-orders-flicking .order .currency-count,
.last-orders-wr .last-orders-block .last-orders-flicking .order .currency-name {
  font-family: "Roboto Flex", sans-serif;
  white-space: nowrap;
}
.last-orders-wr
  .last-orders-block
  .last-orders-flicking
  .order
  .currency-count {
  font-weight: 600;
}
.last-orders-wr .last-orders-block .last-orders-flicking .order .currency-name {
  color: #5c6a78;
}
.last-orders-wr
  .last-orders-block
  .last-orders-flicking
  .order
  .currency-count {
  color: #1d354f;
}
.last-orders-wr
  .last-orders-block
  .last-orders-flicking
  .order
  .currency-count:after {
  border-right: none;
  content: "";
  margin: 0;
}
.last-orders-wr .last-orders-block .last-orders-flicking .order .currency-date {
  color: rgba(92, 106, 120, 0.55);
  font-size: 12px;
  letter-spacing: 0.2px;
  line-height: 1;
  margin-top: 8px;
}
.last-orders-wr .last-orders-block .last-orders-flicking .order .to-currency {
  position: relative;
}
.last-orders-wr .last-orders-block .last-orders-flicking .from-currency,
.last-orders-wr .last-orders-block .last-orders-flicking .to-currency {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 5px;
}
.last-orders-wr .last-orders-block .flicking-arrow-next,
.last-orders-wr .last-orders-block .flicking-arrow-prev {
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  height: 20px;
  width: 20px;
}
.last-orders-wr .last-orders-block .flicking-arrow-prev:before {
  left: 5px;
}
.last-orders-wr .last-orders-block .flicking-arrow-prev:after {
  left: 5px;
  top: calc(50% - 1px);
}
.last-orders-wr .last-orders-block .flicking-arrow-next:before {
  right: 5px;
}
.last-orders-wr .last-orders-block .flicking-arrow-next:after {
  right: 5px;
  top: calc(50% - 1px);
}
.last-orders-wr .last-orders-block .flicking-arrow-next:after,
.last-orders-wr .last-orders-block .flicking-arrow-next:before,
.last-orders-wr .last-orders-block .flicking-arrow-prev:after,
.last-orders-wr .last-orders-block .flicking-arrow-prev:before {
  background-color: #f2a65e;
  height: 2px;
  width: 10px;
}
.last-orders-wr .last-orders-block .flicking-arrow-prev.is-outside {
  left: -10px;
}
.last-orders-wr .last-orders-block .flicking-arrow-next.is-outside {
  right: -10px;
}
.faq-top {
  margin-top: 2.5rem;
}
.faq-top ul {
  display: flex;
  flex-wrap: wrap;
  padding: 9px;
}
@media only screen and (max-width: 1025px) {
  .faq-top ul {
    justify-content: space-between;
  }
}
.faq-top li {
  margin: 0.43rem;
  padding: 0.43rem;
}
.faq-top li:after {
  border-right: 1px solid #f3f3f3;
  content: "";
  margin: 0 28px;
}
@media only screen and (max-width: 1025px) {
  .faq-top li:after {
    border: none;
  }
}
.faq-top li:last-child:after {
  border: none;
  margin: 0;
}
@media only screen and (max-width: 1025px) {
  .faq-top li {
    width: 40%;
  }
}
.faq-top a {
  color: #282e38;
  font-family: "Roboto Flex", sans-serif;
  font-size: 15px;
}
.faq-top a.profile-nav-active,
.faq-top a:hover {
  color: #6c56e9;
  font-family: "Roboto Flex", sans-serif;
}
.faq-top img {
  margin-right: 10px;
  max-width: 21px;
  width: 100%;
}
.profile-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 9px;
}
@media only screen and (max-width: 1025px) {
  .profile-nav ul {
    justify-content: space-between;
  }
}
.profile-nav li {
  margin: 0.43rem;
  padding: 0.43rem;
}
.profile-nav li:after {
  border-right: 1px solid #f3f3f3;
  content: "";
  margin: 0 28px;
}
@media only screen and (max-width: 1025px) {
  .profile-nav li:after {
    border: none;
  }
}
.profile-nav li:last-child:after {
  border: none;
  margin: 0;
}
@media only screen and (max-width: 1025px) {
  .profile-nav li {
    width: 40%;
  }
}
.profile-nav a {
  color: #282e38;
  font-family: "Roboto Flex", sans-serif;
  font-size: 15px;
}
.profile-nav a.profile-nav-active,
.profile-nav a:hover {
  color: #6c56e9;
  font-family: "Roboto Flex", sans-serif;
}
.profile-nav img {
  margin-right: 10px;
  max-width: 21px;
  width: 100%;
}
.faq-top ul {
  margin: 0 -0.94rem;
}
.faq-top li {
  flex: 1 1;
  flex-basis: 25%;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0.45rem 0.94rem 0.45rem 0;
  max-width: 25%;
  min-width: 250px;
  padding: 0;
}
.faq-top img {
  max-width: 27px;
}
.faq-top .form-faq-search {
  margin-top: 1.25rem;
  position: relative;
}
.faq-top .form-faq-search input[type="search"] {
  border: 1px solid #6c56e9;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  font-size: 1rem;
  line-height: 1.3;
  margin: 10px 0;
  padding: 10px 35px 10px 55px;
  width: 100%;
}
.faq-top .form-faq-search input[type="search"]::-webkit-input-placeholder {
  color: #9f9f9f;
  font-style: italic;
}
.faq-top .form-faq-search input[type="search"]::-moz-placeholder {
  color: #9f9f9f;
  font-style: italic;
}
.faq-top .form-faq-search input[type="search"]:-ms-input-placeholder {
  color: #9f9f9f;
  font-style: italic;
}
.faq-top .form-faq-search input[type="search"]:-moz-placeholder {
  color: #9f9f9f;
  font-style: italic;
}
.faq-top .form-faq-search input[type="submit"] {
  background-color: transparent;
  background-image: url(../../img/search.svg);
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  height: 20px;
  left: 1.25rem;
  position: absolute;
  top: 20px;
  width: 20px;
  z-index: 2;
}
.under-header.profile-top-wr {
  background-position-y: -0.5rem;
  display: flex;
  flex-direction: column;
}
.under-header.profile-top-wr .profile-nav {
  color: #282e38;
}
.under-header.profile-top-wr > .container {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
}
.footer-profile {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 24px;
}
@media only screen and (max-width: 767px) {
  .footer-profile {
    flex-direction: column;
    margin: 0.5rem 4rem;
  }
}
.footer-profile button {
  margin-bottom: 10px;
}
.footer-profile p {
  color: #96989c;
}
@media only screen and (max-width: 767px) {
  .footer-profile p {
    margin-bottom: 15px;
  }
}
.footer-profile .btn {
  border-radius: 12px;
  display: inline-flex;
  font-size: 16px;
  margin-right: 15px;
  padding: 11px 24px;
}
.footer-profile .btn-transparent {
  border: 1px solid #5c6a78;
  color: #5c6a78;
}
.profile__buttons {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.profile__main {
  background: #f6f4fe;
  border: 4px solid #fff;
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  margin-bottom: 80px;
  margin-top: 55px;
}
.profile__main--title {
  align-items: center;
  color: #212121;
  display: flex;
  font-family: "Roboto Flex", sans-serif;
  font-size: 24px;
  letter-spacing: normal;
  line-height: 23px;
  margin-bottom: 34px;
  text-align: left;
}
.profile__main--title img {
  margin-right: 15px;
  width: 20px;
}
@media only screen and (max-width: 767px) {
  .profile__main--title {
    justify-content: center;
  }
}
.profile__main--item {
  border: 1px solid #dbdfe7;
  display: flex;
  flex: 1 0;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.75rem 3rem;
}
@media only screen and (max-width: 767px) {
  .profile__main--item {
    padding: 1.75rem 4rem;
  }
}
.profile__main--item-last {
  max-height: 259px;
}
@media only screen and (max-width: 650px) {
  .profile__main--item__file {
    margin-right: 0;
  }
}
.profile__main--item .btn {
  background-color: #6c56e9;
  border-radius: 12px;
  box-shadow: none;
  color: #fff;
  font-family: "Roboto Flex", sans-serif;
  font-size: 15px;
  letter-spacing: 0.3px;
  line-height: 1.85;
  margin-top: 5px;
  padding: 10px 8px;
  transition: all 0.2s;
  width: 100%;
}
.profile__main--item .btn:hover {
  background: #5f4dcf;
}
.profile__main .form__item {
  margin-bottom: 15px;
}
.profile__main .form__item span {
  color: #282e38;
  display: inline-block;
  font-size: 14px;
  font-weight: 100;
  margin-bottom: 13px;
}
.profile__main .form__item label span {
  cursor: pointer;
  font-family: "Roboto Flex", sans-serif;
}
.profile__main .form__item input {
  color: #8b95a0;
  font-size: 14px;
  padding: 16px 1.25rem;
}
.profile__main .form__item input::-webkit-input-placeholder {
  color: #8b95a0;
  font-family: "Roboto Flex", sans-serif;
}
.profile__main .form__item input::-moz-placeholder {
  color: #8b95a0;
  font-family: "Roboto Flex", sans-serif;
}
.profile__main .form__item input:-ms-input-placeholder {
  color: #8b95a0;
  font-family: "Roboto Flex", sans-serif;
}
.profile__main .form__item input:-moz-placeholder {
  color: #8b95a0;
  font-family: "Roboto Flex", sans-serif;
}
.profile__main .form__item .d-flex {
  align-items: center;
  display: flex;
  margin-bottom: 10px;
}
.profile__main .form__item .d-flex input {
  margin-right: 12px;
  width: auto;
}
.profile__main .form__item .d-flex span {
  color: #1d354f;
  font-family: "Roboto Flex", sans-serif;
  font-size: 1rem;
  font-weight: 100;
  line-height: 1.2;
  margin-bottom: 2px;
}
.profile__main .form__input {
  background-color: #fcfcfc;
  border-radius: 16px;
  color: #5c6a78;
  line-height: 18px;
  overflow: hidden;
}
.profile__main > ul {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1200px) {
  .profile__main > ul {
    flex-wrap: wrap;
  }
}
.profile__main > ul li {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  min-height: 605px;
  min-width: 370px;
}
@media only screen and (max-width: 650px) {
  .profile__main > ul li {
    min-height: auto;
  }
}
.profile__main > ul li:last-child .profile__main--item {
  border-left: none;
  border-right: none;
}
@media only screen and (max-width: 1200px) {
  .profile__main > ul li:last-child .profile__main--item {
    border-left-color: #dbdfe7;
  }
}
.profile__main > ul li:first-child .profile__main--item {
  border-left: none;
  border-right: none;
}
@media only screen and (max-width: 1200px) {
  .profile__main > ul li:first-child .profile__main--item {
    border-right-color: #dbdfe7;
  }
}
@media only screen and (max-width: 767px) {
  .profile__main > ul li:first-child .profile__main--item {
    border-bottom: none;
  }
}
.profile__file {
  height: 11.31rem;
  margin: 0 auto 1.2rem;
  width: 11.31rem;
  z-index: 1;
}
.profile__file,
.profile__file__border {
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.profile__file__border {
  background: #fff;
  height: 96%;
  margin: 2%;
  padding: 2%;
  pointer-events: none;
}
.profile__file input {
  border-radius: 50%;
  cursor: pointer;
  height: 100%;
  left: 0;
  list-style-position: outside;
  min-width: auto;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}
.profile__file p {
  background-color: rgba(0, 0, 0, 0.3);
  bottom: 0;
  color: #fff;
  font-size: 13px;
  left: 0;
  letter-spacing: 1.3px;
  line-height: 3.84;
  margin: 0;
  position: absolute;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-transform: uppercase;
  width: 100%;
}
.profile__plus {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
}
@media only screen and (max-width: 650px) {
  .profile__plus {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
.profile__plus li {
  padding: 5px 25px;
  position: relative;
}
@media only screen and (max-width: 650px) {
  .profile__plus li:first-child {
    margin-bottom: 1rem;
  }
}
.profile__plus li:first-child:after {
  color: #a0a0a0;
  content: "/";
  height: 100%;
  position: absolute;
  right: 3px;
  top: 5px;
  width: 1px;
}
@media only screen and (max-width: 650px) {
  .profile__plus li:first-child:after {
    content: none;
  }
}
.profile__plus .btn {
  color: #a0a0a0;
  font-family: Conv_MuseoSansCyrl_0, sans-serif;
  font-size: 1rem;
  font-weight: 100;
  line-height: 1.25;
  padding: 0;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.profile__plus .btn:hover {
  color: #000;
}
.b-top {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.b-top--none {
  border-top: none;
}
.registration li {
  margin: 0 0 0 6px;
}
.registration li a {
  font-family: "Roboto Flex", sans-serif;
  line-height: 1.75;
}
@media only screen and (max-width: 1025px) {
  .registration li:last-child {
    display: none;
  }
}
.registration a {
  cursor: pointer;
}
.languages a {
  font-family: Conv_MuseoSansCyrl_2, sans-serif;
  text-transform: uppercase;
}
.languages a:hover {
  color: #607980;
}
.languages a.active-lang-link {
  color: #607980;
}
@media only screen and (max-width: 550px) {
  .under-header {
    background-position-y: 0;
  }
}
.left-bg {
  background-repeat: no-repeat;
  background-size: 620px;
}
@media only screen and (max-width: 1025px) {
  .left-bg {
    padding-bottom: 1rem;
  }
}
.form-confirmation > .left-bg {
  padding-bottom: 5rem;
}
.right-bg {
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1025px) {
  .left-bg,
  .right-bg {
    background-image: none;
  }
}
@media only screen and (max-width: 767px) {
  .main-wr {
    margin-top: 37px;
    padding-top: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .logo {
    max-width: 50%;
  }
}
@media screen and (max-width: 1400px) {
  .logo img {
    transform: scale(0.85);
  }
}
.header {
  margin-bottom: 18px;
}
.header__btm {
  margin-bottom: 68px;
}
@media only screen and (max-width: 767px) {
  .header {
    background: #f8f8ff;
    background-image: url(../../img/bg-1.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 0 16px rgba(2, 13, 41, 0.16);
    margin-bottom: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
  }
}
.header .logo img {
  height: 36px;
  vertical-align: middle;
}
.header .container-1 {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  padding: 26px 20px;
}
@media only screen and (max-width: 767px) {
  .header .container-1 {
    margin: 0 10px;
    padding: 15px 0;
  }
}
.header .right-block {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-left: auto;
}
@media only screen and (max-width: 1200px) {
  .header .right-block {
    align-items: center;
    flex: 1 0 auto;
    justify-content: flex-end;
  }
}
.header .dropdown-lang {
  cursor: pointer;
  margin-right: 25.35px;
}
@media only screen and (max-width: 767px) {
  .header .dropdown-lang {
    margin-right: 5px;
  }
}
.header .dropdown-lang-name {
  margin-left: 5px;
}
.header .dropdown-lang-name p {
  color: #5c6a78;
}
.header .dropdown-lang .inner_dropdown {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.header .dropdown-lang ul {
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  margin-top: 10px;
  min-width: 160px;
  position: absolute;
  z-index: 9;
}
@media only screen and (max-width: 767px) {
  .header .dropdown-lang ul {
    min-width: 140px;
  }
}
.header .dropdown-lang ul li {
  padding: 12px 16px;
  text-align: left;
}
.header .dropdown-lang ul li:hover {
  background: #e6e6e6;
  color: #1d354f;
}
.header .dropdown-lang-img-arrow {
  margin-left: 7px;
  padding: 1px 3px;
}
.header .dropdown-lang-img-arrow img {
  vertical-align: middle;
}
.header .dropdown-lang-inner-img img {
  border-radius: 19%;
  height: 16px;
  width: 22px;
}
.header .dropdown-lang-inner-img span {
  margin-left: 10px;
}
.registration ul {
  align-items: center;
  display: flex;
}
.registration a {
  font-size: 12px;
  text-transform: uppercase;
}
.about-us {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.about-us > div {
  flex: 1 1;
}
.about-us-top {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 6.9rem;
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  .about-us-top {
    justify-content: center;
    padding-bottom: 2.25rem;
  }
  .about-us-top h1 {
    font-size: 34px;
  }
}
.about-us-top .btn {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}
.about-us-info {
  min-width: 60%;
}
.about-us-info .title {
  margin-bottom: 1.875rem;
  margin-top: 1rem;
}
.about-us-info p,
.about-us-info ul {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
.about-us-info ul {
  color: #5c6a78;
  font-family: "Roboto Flex", sans-serif;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.about-us-info ul li {
  list-style-position: inside;
  list-style-type: disc;
}
.about-us-img {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  .about-us-img {
    display: none;
  }
}
.about-us-img img {
  max-width: 440px;
  width: 100%;
}
.choose {
  margin-bottom: 2rem;
}
.choose-popular ul {
  justify-content: flex-start;
}
.choose ul {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -0.74rem;
}
@media only screen and (max-width: 380px) {
  .choose ul {
    margin: 0;
  }
}
.choose li {
  flex-basis: 31.25%;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0.45rem 0.74rem;
  max-width: 31.25%;
  min-width: 357px;
  padding: 0;
}
@media only screen and (max-width: 380px) {
  .choose li {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }
}
.choose a {
  align-items: center;
  background: rgba(246, 244, 254, 0.7);
  border: 3px solid #fff;
  border-radius: 20px;
  box-shadow: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  line-height: normal;
  overflow: hidden;
  padding: 14px;
}
.choose a:hover {
  box-shadow: 0 20px 40px 0 rgba(23, 22, 37, 0.15);
}
.choose a:hover p,
.choose a:hover span {
  color: #fff;
}
.choose a:hover .choose-img {
  filter: brightness(0) invert(1);
}
.choose a p {
  color: #5c6a78;
  font-size: 16px;
  margin-top: 9px;
  white-space: nowrap;
}
.choose a span {
  color: #282e38;
  font-size: 14px;
}
.choose p,
.choose span {
  transition: all 0s;
}
.choose-amount p {
  color: #5c6a78;
  font-family: "Roboto Flex", sans-serif;
  font-size: 16px;
  letter-spacing: 0.2px;
  margin-top: 9px;
}
.choose-amount span {
  color: #282e38;
  font-family: "Roboto Flex", sans-serif;
  font-size: 14px;
}
.choose-amount .btn {
  line-height: 2.2;
  opacity: 0;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  right: 0;
  transition: all 0.35s;
  visibility: hidden;
}
.choose-img {
  margin: 0 10px;
  transform: rotate(180deg);
  width: 16px;
}
.choose-icon {
  align-items: center;
  display: flex;
  flex-basis: 45%;
  flex-direction: row;
  max-width: 45%;
}
.choose-icon img {
  height: 32px;
  margin-right: 5px;
  width: 32px;
}
.form-wr-2 {
    position: relative;
    margin-top: 2rem;
}
.form-wr-2:after {
  bottom: 2.6%;
  content: url(../../img/form-b.svg);
  left: 50%;
  margin-bottom: -58.5px;
  margin-left: -544px;
  position: absolute;
  z-index: 0;
}
@media screen and (max-width: 1088px) {
  .form-wr-2:after {
    content: "";
  }
}
.form-v2--input-order-form {
  margin: 0 0 20px;
  position: relative;
}
.form-v2--input-order-form p {
  color: #1d354f;
  font-family: "Roboto Flex", sans-serif;
  font-size: 16px;
  margin-bottom: 9px;
}
.form-v2--input-order-form-btn {
  align-items: center;
  display: flex;
  justify-content: center;
}
.form-v2--input-order-form-btn .btn-submit-order {
  background: #6c56e9;
  box-shadow: 0 20px 40px 0 rgba(23, 22, 37, 0.15);
  font-size: 20px;
  height: 64px;
  width: 56.4%;
}
.form-v2--input-order-form-btn .btn-submit-order:hover {
  background: #5f4dcf;
  color: #fff;
}
.form-v2--input-order-form .receive {
  align-items: center;
  background: #fcfcfc;
  border: 2px solid #e6e6e6;
  border-radius: 8px;
  color: #96989c;
  display: flex;
  font-size: 20px;
  height: 64px;
  justify-content: space-between;
  line-height: 23.44px;
  padding: 24px 26px;
  text-align: left;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .form-v2--input-order-form .receive {
    font-size: 15px;
    padding: 24px 15px;
  }
}
.form-v2--input-order-form .receive div > span {
  margin: 42px;
}
.form-v2--input-order-form .other {
  align-items: center;
  background: #fcfcfc;
  border: 2px solid #e6e6e6;
  border-radius: 8px;
  color: #96989c;
  display: flex;
  padding: 22px 18px;
  text-align: left;
  width: 100%;
  word-break: break-all;
}
.form-v2--input-order-form img {
  max-width: 32px;
  position: absolute;
  top: 57px;
  transform: translateY(-50%);
}
.order-footer-block {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 24px;
}
@media only screen and (max-width: 767px) {
  .order-footer-block {
    flex-direction: column;
  }
}
.order-footer-block p {
  color: #96989c;
}
@media only screen and (max-width: 767px) {
  .order-footer-block p {
    margin-bottom: 15px;
  }
}
.order-footer-block .btn {
  border-radius: 25px;
  display: inline-flex;
  font-size: 15px;
  padding: 11px 24px;
}
.order-footer-block .btn-transparent {
  border: 1px solid #e1e7ed;
  color: #96989c;
}
.order-main-block {
  background: #fff;
  border: 4px solid #fff;
  border-radius: 32px;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .order-main-block {
    flex-direction: column;
  }
}
.order-main-block .padding-block-order {
  padding: 32px;
}
.order-main-block .payment-data {
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
.order-main-block .payment-data .title-text {
  color: #282e38;
  font-family: "Roboto Flex", sans-serif;
}
.order-main-block .payment-data_date span {
  color: #96989c;
}
.order-main-block .payment-data_header {
  background: #f0f1f6;
  border-bottom: 1px solid #f0f1f6;
  border-top-right-radius: 32px;
  display: flex;
  justify-content: space-between;
  padding: 22px 32px;
}
@media screen and (max-width: 1025px) {
  .order-main-block .payment-data_header {
    height: 105px;
  }
}
@media screen and (max-width: 767px) {
  .order-main-block .payment-data_header {
    border-top-left-radius: 32px;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.order-main-block .payment-data_header-request {
  height: 77px;
}
@media screen and (max-width: 1200px) {
  .order-main-block .payment-data_header-request {
    height: 105px;
  }
}
@media screen and (max-width: 767px) {
  .order-main-block .payment-data_header-request {
    display: none;
  }
}
.order-main-block .payment-data_content {
  display: flex;
  justify-content: center;
  padding: 24px 32px;
}
.order-main-block .payment-data_content-request {
  flex-direction: column;
}
.order-main-block .payment-data_content-request p {
  color: #000;
}
.order-main-block .payment-data_content-request h4 {
  color: #000;
  font-size: 18px;
}
.order-main-block .payment-data_content_header {
  padding-bottom: 12px;
  text-align: center;
}
.order-main-block .payment-data_content_header p {
  color: #282e38;
  font-family: "Roboto Flex", sans-serif;
  font-size: 24px;
}
.order-main-block .payment-data_content .details-confirm-order {
  padding-top: 26px;
}
.order-main-block .payment-data_content .form-attention {
  margin-bottom: 24px;
  word-break: break-all;
}
.order-main-block .payment-data_content .form-attention h4 {
  font-size: 18px;
  margin: 8px 0;
}
.order-main-block .payment-data_content > div {
  flex: 0.72;
}
@media only screen and (max-width: 1025px) {
  .order-main-block .payment-data_content > div {
    flex: 1;
  }
}
.order-main-block .form-left-block {
  background-color: #fbfbfc;
  border-bottom-left-radius: 32px;
  border-right: 1px solid #f0f1f6;
  border-top-left-radius: 32px;
  flex: 0.4;
}
@media screen and (max-width: 767px) {
  .order-main-block .form-left-block {
    border-bottom-right-radius: 32px;
    border-top-right-radius: 32px;
  }
}
.order-main-block .form-left-block_header {
    background-color: #f0f1f6;
    border-bottom: 1px solid #f0f1f6;
    border-top-left-radius: 32px;
    padding: 27.5px;
    text-align: center;
}
@media screen and (max-width: 767px) {
  .order-main-block .form-left-block_header {
    border-top-right-radius: 32px;
  }
}
.order-main-block .form-left-block_header p {
  color: #282e38;
  font-family: "Roboto Flex", sans-serif;
  font-size: 24px;
  line-height: 28px;
}
.order-main-block .form-left-block_item {
  padding: 24px 32px;
}
.order-main-block .form-left-block_item ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.order-main-block .form-left-block_item li {
  margin: 0 0 26px;
}
.order-main-block .form-left-block_item li:last-child {
  margin: 0;
}
.order-main-block .form-left-block .detail-id {
  font-size: 16px;
}
.order-main-block .form-left-block .detail-id p {
  color: #96989c;
  font-family: "Roboto Flex", sans-serif;
  margin: 0 0 12px;
}
.order-main-block .form-left-block .details-currency {
  display: flex;
  justify-content: space-between;
}
.order-main-block .form-left-block .details-currency-from {
  color: #96989c;
}
.order-main-block .form-left-block .details-currency:first-child {
  border-bottom: 1px solid #cdd0d8;
}
.order-main-block .form-left-block .details-currency span,
.order-main-block .form-left-block .details-currency > p {
  color: #282e38;
}
.order-main-block .form-left-block .details-currency span {
  font-family: "Roboto Flex", sans-serif;
  font-size: 16px;
  word-break: break-all;
}
.order-main-block .form-left-block .details-currency_logo img {
  border-radius: 50%;
  width: 32px;
}
.order-main-block .form-payment-block {
  flex: 1;
}
.order-main-block .form-order-time-left {
  display: flex;
}
.order-main-block .form-order-time-left div {
  margin-left: 12px;
}
.order-main-block .form-order-time-left span {
  color: #6c56e9;
}
.container--form {
  margin-left: auto;
  margin-right: auto;
  max-width: 1128px;
}
.container--form .title-text {
  margin-bottom: 98px;
}
.container--form .title-text h1 {
  color: #282e38;
}
.container--form .title-text h1 span {
  color: #6c56e9;
}
.container--form .title-text > p {
  color: #5c6a78;
  font-family: "Roboto Flex", sans-serif;
  font-size: 20px;
  line-height: 1;
  margin-top: 32px;
}
@media only screen and (max-width: 767px) {
  .container--form .title-text > p {
    font-size: 16px;
  }
}
.form {
  background: #f6f4fe;
  border-radius: 32px;
  margin: 2.25rem auto 3.75em;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .form {
    width: 97%;
  }
}
.form-wr {
  padding: 1.25em 1.8em;
}
.form-container-padding {
  padding-left: 70px;
  padding-right: 70px;
}
.form-ruls {
  background: #f4f5f7;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 10px 20px;
}
.form-ruls p {
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .form-ruls p {
    font-size: 13px;
  }
}
.form-ruls a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.form-attention {
  background: transparent;
  border-radius: 6px;
  color: #96989c;
  font-size: 15px;
  line-height: 18px;
  margin-top: 75px;
  text-align: left;
}
.form-attention .ql-align-center {
  text-align: center;
}
.form-attention .ql-align-right {
  text-align: right;
}
.form h3 {
  font-size: 1.3em;
}
.form-submit {
  margin-bottom: 1.5em;
  margin-top: 0;
  position: relative;
}
.ordered .under-header,
.payment-wait .under-header {
  background: none;
}
.ordered .form,
.payment-wait .form {
  margin-bottom: 0;
}
.form-confirmation__up {
  background: #fff;
  border-radius: 6px;
  margin-left: auto;
  margin-right: auto;
  max-width: 624px;
  padding: 40px 26px;
}
@media only screen and (max-width: 550px) {
  .form-confirmation__up {
    padding: 20px 10px;
  }
}
.form-confirmation__up h1 {
  color: #000;
  font-size: 20px;
  font-weight: 900;
  line-height: 140%;
  margin-top: 34px;
}
.form-confirmation__up .form-confirmation-manual-number > p,
.form-confirmation__up p {
  color: #333;
  font-size: 20px;
}
.form-confirmation__up .form-confirmation-manual-actual-info p,
.form-confirmation__up .form-confirmation-manual-number .actual-time {
  color: #333;
  font-size: 14px;
}
.form-confirmation__up .form-confirmation-manual-actual-info {
  text-align: center;
  width: 100px;
}
.form-confirmation__up .form-confirmation-manual-actual-info p {
  color: #787878;
  font-size: 12px;
  line-height: 140%;
}
.form-confirmation__up .form-confirmation-manual-actual-info p b {
  color: #333;
  display: inline-block;
  font-size: 36px;
  line-height: 140%;
  margin-top: 2px;
}
.form-confirmation__up .form-confirmation-manual-bloc {
  padding-left: 14px;
  padding-right: 14px;
}
.form-confirmation__up .form-confirmation__get,
.form-confirmation__up .form-confirmation__give,
.form-confirmation__up .form-confirmation__ref {
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .form-confirmation__up .form-confirmation__give {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.form-confirmation__up .form-wr {
  padding: 1.25em 14px !important;
}
.form-confirmation__up .form-manual-must .title {
  display: none;
}
.payment-wait {
  min-height: 100vh;
}
.payment-wait .form {
  box-shadow: none;
  margin: 0;
  width: 100%;
}
.merchant-form {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.merchant-form label {
  color: #212121;
  display: block;
  font-family: Conv_MuseoSansCyrl_0, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  margin: 0 0 12px;
  text-align: left;
}
.merchant-form input {
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 14px;
  font-size: 16px;
  padding: 14px 61px 15px 22px;
  width: 100%;
}
.merchant-form .btn {
  font-size: 20px;
  margin-top: 16px;
}
.form-index img {
  width: 50px;
}
.form-index input,
.form-index select {
  background: transparent;
  color: #96989c;
}
.form-index label {
  align-items: center;
  display: flex;
}
.form-index label span {
  cursor: pointer;
  font-size: 14px;
  padding: 0 15px;
}
.form-index .container > p {
  color: #fff;
  font-size: 1.5em;
  margin-top: 0.5rem;
  padding-bottom: 1.25rem;
}
.form-index-top {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.6em;
}
.form-index-item {
  flex: 1 0;
}
@media only screen and (max-width: 1200px) {
  .form-index-item {
    flex: 1 1 auto;
    width: 100%;
  }
}
.form-index-item > p {
  font-size: 1em;
  margin-bottom: 5px;
  margin-top: 5px;
}
.form-index-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -15px;
}
.form-index-bottom p {
  cursor: pointer;
}
.form-index-bottom .form-index-bloc {
  flex: 1 0;
  margin: 20px 15px;
}
.form-index-bloc {
  margin: 25px 0;
  min-width: 320px;
}
@media only screen and (max-width: 1025px) {
  .form-index-bloc {
    min-width: 100%;
  }
}
.form-index-bloc-item {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
}
.form-index-bloc p {
  color: #9f9f9f;
  font-size: 14px;
  margin-top: 5px;
}
.form-exchange {
  flex: 0.3 0;
  margin: 95px auto auto;
  min-width: 135px;
}
.form-v2 {
  align-items: stretch;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  border: 4px solid #fff;
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  padding: 45px 78px 65px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .form-v2 {
    padding: 25px 10px 45px;
  }
}
.form-v2 .city-desctop {
  display: block;
}
.form-v2 .form-top,
.form-v2 .receive_give_wr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-v2 .form-top {
  align-items: center;
  margin-bottom: 38px;
}
@media only screen and (max-width: 1025px) {
  .form-v2 .form-top {
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    margin-bottom: 18px;
  }
}
.form-v2 .form-top .top-wr {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 20px;
  min-height: 32px;
}
.form-v2 .form-top .top-wr .rate-wr p {
  border-right: 2px solid #ccd0d9;
  margin: 0 20px 0 0;
  padding: 0 20px 0 0;
}
.form-v2 .form-top .top-wr .rate-base,
.form-v2 .form-top .top-wr .rate-wr {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}
.form-v2 .form-top .top-wr .rate-base span,
.form-v2 .form-top .top-wr .rate-wr span {
  color: #5c6a78;
  font-family: "Roboto Flex", sans-serif;
  font-size: 16px;
  letter-spacing: normal;
  line-height: normal;
}
.form-v2 .form-top .top-wr .rate-base span:last-child,
.form-v2 .form-top .top-wr .rate-wr span:last-child {
  margin-left: 3px;
}
@media only screen and (max-width: 767px) {
  .form-v2 .form-top .top-wr .rate-base span,
  .form-v2 .form-top .top-wr .rate-wr span {
    font-size: 13px;
  }
}
.form-v2 .form-top .top-wr .rate-base p,
.form-v2 .form-top .top-wr .rate-wr p {
  align-items: center;
  color: #5c6a78;
  display: flex;
  font-family: "Roboto Flex", sans-serif;
  font-size: 16px;
  height: 20px;
  justify-content: flex-start;
  letter-spacing: normal;
  line-height: normal;
}
@media only screen and (max-width: 767px) {
  .form-v2 .form-top .top-wr .rate-base p,
  .form-v2 .form-top .top-wr .rate-wr p {
    font-size: 13px;
    height: 16px;
  }
}
.form-v2 .form-top .top-wr .commission-wr {
  color: #6c56e9;
  margin-top: 6px;
  text-align: right;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .form-v2 .form-top .top-wr .commission-wr {
    margin-top: 0;
  }
}
@media screen and (max-width: 720px) {
  .form-v2 {
    flex-wrap: wrap;
  }
}
.form-v2 .give,
.form-v2 .receive {
  flex-basis: calc(50% - 34px);
  max-width: 448px;
}
@media screen and (max-width: 860px) {
  .form-v2 .give,
  .form-v2 .receive {
    flex: 1;
    flex-basis: 100%;
    max-width: none;
  }
}
.form-v2 .btn-reverse {
  align-items: center;
  background-color: #fff;
  border: 1px solid #6c56e9;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 36px;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translate(50%, -50%);
  transition: all 0.2s ease-in-out;
  width: 36px;
  z-index: 1;
}
.form-v2 .btn-reverse svg {
  fill: #6c56e9;
  stroke: #6c56e9;
  transform: rotate(90deg);
  transition: all 0.2s ease-in-out;
}
.form-v2 .btn-reverse:active,
.form-v2 .btn-reverse:hover {
  background: #5f4dcf;
  border: 1px solid #5f4dcf;
}
.form-v2 .btn-reverse:active svg,
.form-v2 .btn-reverse:hover svg {
  fill: #fff;
  stroke: #fff;
}
.form-v2 .btn-reverse:disabled {
  background: #e2e3e8;
  border: 1px solid #e2e3e8;
}
@media (max-width: 640px) {
  .form-v2 .btn-reverse {
    height: 32px;
    width: 32px;
  }
  .form-v2 .btn-reverse svg {
    height: 12px;
    width: 12px;
  }
}
.form-v2 .dataInput {
  flex-basis: 33.33%;
  padding: 0;
}
@media screen and (max-width: 860px) {
  .form-v2 .dataInput {
    flex: 1;
  }
}
.form-v2 .dataInput-left {
  width: 50%;
}
.form-v2 .dataInput-right {
  margin-left: 50%;
  width: 50%;
}
@media screen and (max-width: 860px) {
  .form-v2 .dataInput,
  .form-v2 .give,
  .form-v2 .receive {
    padding: 8px !important;
  }
}
@media screen and (max-width: 720px) {
  .form-v2 .dataInput,
  .form-v2 .give,
  .form-v2 .receive {
    min-width: 300px;
  }
}
.form-v2 .give .form--title img {
  transform: scaleX(-1) rotate(180deg);
}
.form-v2 .dataInput .form--title img {
  transform: scaleX(-1) rotate(140deg);
}
.form-v2 .receive .form-v2__currency--list a.active span.cur--logo {
  background: #fff;
  border-radius: 6px;
}
.form-v2 .receive .form-v2__currency--list a.active img {
  opacity: 1;
}
.form-v2 .receive .form-v2__city--list a.active .city-name {
  background: #fff;
  border-radius: 6px;
}
.form-v2 .receive .form-v2__city--list,
.form-v2 .receive .form-v2__currency--list {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.form-v2 .give .form-v2__city--list a.active img,
.form-v2 .give .form-v2__currency--list a.active img {
  opacity: 1;
}
.form-v2__city--list {
  margin-top: 10px;
}
.form-v2__city--list,
.form-v2__currency--list {
  max-height: 320px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.form-v2__city--list .cur--logo-name,
.form-v2__currency--list .cur--logo-name {
  font-size: 16px;
  padding: 0 12px;
}
@media only screen and (max-width: 767px) {
  .form-v2__city--list .cur--logo-name,
  .form-v2__currency--list .cur--logo-name {
    font-size: 14px;
  }
}
.form-v2__city--list ul,
.form-v2__currency--list ul {
  margin: 0;
  padding: 0;
}
.form-v2__city--list a,
.form-v2__currency--list a {
  align-items: center;
  border-left: 3px solid transparent;
  color: #000;
  display: flex;
  flex-direction: row;
  font-size: 14px;
  justify-content: space-between;
  min-height: 56px;
  padding: 10px 20px 10px 0;
}
.form-v2__city--list a div + p,
.form-v2__currency--list a div + p {
  padding: 0;
}
.form-v2__city--list a > p,
.form-v2__currency--list a > p {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-family: "Roboto Flex", sans-serif;
  font-size: 18px;
  justify-content: space-between;
  line-height: 1;
  padding: 0 12px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .form-v2__city--list a > p,
  .form-v2__currency--list a > p {
    font-size: 14px;
  }
}
.form-v2__city--list a span,
.form-v2__currency--list a span {
  align-items: center;
  display: inline-flex;
  flex: none;
  flex-direction: column;
  justify-content: center;
}
.form-v2__city--list a {
  align-items: flex-start;
  flex-direction: column;
}
.form-v2__city--list a .city-text {
  font-size: 12px;
  margin-top: 10px;
  opacity: 0.8;
}
.dataInput--bottom {
  flex: 1 1 100%;
  height: 72px;
  max-width: 252px;
}
@media only screen and (max-width: 1025px) {
  .dataInput--bottom {
    max-width: none;
  }
}
.dataInput--time {
  font-size: 14px;
  margin-bottom: 15px;
}
.dataInput--info {
  border: 2px dashed #97c5f8;
  border-radius: 12px;
  margin-bottom: 22px;
  overflow: hidden;
}
.dataInput--info__item {
  flex-direction: row;
  font-size: 14px;
  padding: 8px 10px;
}
.dataInput--info__item,
.dataInput--info__item p {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.dataInput--info__item p {
  flex: 1;
  flex-direction: row;
  flex-wrap: wrap;
  font-family: "Roboto Flex", sans-serif;
  padding: 0 11px;
}
.dataInput--info__item span {
  flex: none;
}
.dataInput--info__item span.data--logo {
  max-width: 44px;
  padding: 0 7px;
  width: 44px;
}
.dataInput--info__item span.data--img {
  max-width: 22px;
  padding: 0 3px;
}
.dataInput--info li:last-child {
  border-top: 1px dashed #5c6a78;
}
.dataInput--titleSub {
  color: #282e38;
  font-family: "Roboto Flex", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 16px;
  text-align: center;
}
.dataInput--inputs-exchange {
  align-items: flex-end;
  border-top: 1px solid #ccd0d9;
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  justify-content: space-between;
  padding-top: 20px;
}
.dataInput--inputs-exchange .dataInput--inputs-route-fields {
  align-items: flex-start;
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  gap: 26px;
}
.dataInput--inputs-exchange
  .dataInput--inputs-route-fields
  .form-v2--input-bottom {
  padding-top: 12px;
}
@media only screen and (max-width: 767px) {
  .dataInput--inputs-exchange .dataInput--inputs-route-fields > div {
    flex: 1;
    flex-basis: 100%;
  }
}
.dataInput--inputs-exchange .btn {
  font-size: 20px;
  height: 72px;
  width: 100%;
}
@media screen and (max-width: 860px) {
  .dataInput--inputs-exchange .btn {
    font-size: 14px;
    min-height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
  }
}
.dataInput--inputs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 6px;
}
.dataInput--inputs .form-v2--input {
  color: #282e38;
  margin-bottom: 15px;
}
.dataInput--inputs .form-v2--input img {
  max-width: 20px;
  right: 22px;
  top: 50%;
}
.dataInput--label {
  margin-bottom: -75px;
  margin-top: 15px;
}
.dataInput--label input[type="checkbox"] {
  height: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}
.dataInput--label label {
  align-items: center;
  color: #96989c;
  display: flex;
  flex-wrap: wrap;
  font-family: "Roboto Flex", sans-serif;
}
.dataInput--label label a {
  color: #6c56e9;
  margin: 0;
  padding: 0;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.dataInput--label label a:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.dataInput--label input[type="checkbox"] + label {
  cursor: pointer;
  font-size: 12px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .dataInput--label input[type="checkbox"] + label {
    font-size: 12px;
  }
}
.dataInput--label input[type="checkbox"] + label {
  line-height: 1.2;
  padding: 0 0 0 35px;
}
.dataInput--label input[type="checkbox"] + label:before {
  border: 1px solid #6c56e9;
  border-radius: 6px;
  box-shadow: inset 0 0.8px 0.6px rgba(55, 67, 99, 0.25);
  content: " ";
  display: block;
  height: 24px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}
.dataInput--label input[type="checkbox"] + label:after {
  border-bottom: 2px solid #6c56e9;
  border-right: 2px solid #6c56e9;
  content: " ";
  display: block;
  height: 11px;
  left: 8px;
  margin-top: -3px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: scale(0) translateY(-50%) rotate(45deg);
  transition: all 0.3s ease;
  width: 8px;
  z-index: 1;
}
.dataInput--label input[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1) translateY(-50%) rotate(45deg);
}
.cur--logo,
.data--logo {
  align-items: center;
  display: inline-flex;
  justify-content: center;
}
.cur--logo__wr,
.data--logo__wr {
  flex: none;
  max-height: 42px;
  max-width: 61px;
  padding: 0 15px;
  text-align: center;
}
.cur--logo img,
.data--logo img {
  border-radius: 50%;
  height: 42px;
  width: 42px;
}
@media only screen and (max-width: 767px) {
  .cur--logo img,
  .data--logo img {
    height: 35px;
    width: 35px;
  }
}
.cur--txt,
.data--txt {
  flex: 1;
  margin: 0 5px;
  padding: 0;
}
.cur--sum,
.data--sum {
  color: #96989c;
  font-family: "Roboto Flex", sans-serif;
  font-size: 14px;
  margin-right: 5px;
  max-width: none !important;
}
.cur--order,
.data--order {
  background: #f0f1f4;
  border-radius: 6px;
  color: #28bab7;
  display: inline-block;
  font-size: 14px;
  margin: 0 6px;
  max-width: none !important;
  padding: 4px 14px;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.cur--check,
.cur--img,
.data--check,
.data--img {
  flex: none;
  padding: 0 15px;
  text-align: center;
}
.cur--check img,
.cur--img img,
.data--check img,
.data--img img {
  width: 16px;
}
.data--logo {
  border-right: none;
}
.data--img {
  border-left: none;
}
.data--img img {
  height: 14px;
}
.data-down img {
  height: 14px;
  transform: scaleX(-1) rotate(180deg);
}
.form--title {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 10px;
}
.form--title div {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.form--title h4,
.form--title h5,
.form--title h6,
.form--title p {
  color: #282e38;
  font-family: "Roboto Flex", sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.form--title img {
  width: 11px;
}
.form-v2--input-form {
  position: relative;
}
.form-v2--input-form .form-v2--btn {
  content: url(../../img/exchange-btn.svg);
  cursor: pointer;
  height: 32px;
  left: 100%;
  margin: -16px 18px;
  position: absolute;
  top: 50%;
  width: 32px;
}
.form-v2--input-form .form-v2--btn-disable {
  cursor: default;
  filter: grayscale(100%);
  pointer-events: none;
}
@media only screen and (max-width: 860px) {
  .form-v2--input-form .form-v2--btn {
    content: "";
  }
}
.form-v2--input {
  margin: 0 0 26px;
  position: relative;
}
.form-v2--input input {
  background: #fff;
  border-radius: 16px;
  font-size: 20px;
  height: 72px;
  line-height: 18px;
  padding: 26px 29px;
  text-align: left;
}
.form-v2--input input:-moz-placeholder,
.form-v2--input input::-moz-placeholder {
  color: #b8bec5;
  font-family: "Roboto Flex", sans-serif;
}
.form-v2--input input::-webkit-input-placeholder {
  color: #b8bec5;
  font-family: "Roboto Flex", sans-serif;
}
.form-v2--input input:-ms-input-placeholder {
  color: #b8bec5;
  font-family: "Roboto Flex", sans-serif;
}
.form-v2--input input:disabled {
  background: #eee;
}
.form-v2--input .inner_currency {
  align-items: center;
  background: #fff;
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
  cursor: pointer;
  display: flex;
  gap: 10px;
  height: 72px;
  padding: 20px;
  position: absolute;
  right: 0;
  top: 0;
}
.form-v2--input .inner_currency:before {
  border-left: 1px solid #ccd0d9;
  content: "";
  height: 48px;
  left: 0;
  margin-left: -0.5px;
  margin-top: -24px;
  position: absolute;
  top: 50%;
}
.form-v2--input .inner_currency .inner_arrow img {
  vertical-align: middle;
  width: 10px;
}
.form-v2--input .inner_currency .inner_text {
  display: block;
  font-size: 14px;
  width: 90px;
}
.form-v2--input .inner_currency .inner_img {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.form-v2--input .inner_currency .inner_img .logo-icon-currency {
  align-items: center;
  display: flex;
  height: 32px;
  width: 32px;
}
.form-v2--input .inner_currency .inner_img .logo-icon-warning {
  align-items: center;
  display: flex;
  height: 24px;
  margin-right: 8px;
  width: 24px;
}
.form-v2--input .inner_currency .inner_img .logo-icon-warning img {
  border-radius: 0;
  max-width: 24px;
}
.form-v2--input .inner_currency .inner_img p {
  color: #1d354f;
  display: flex;
  flex-direction: column;
  font-size: 20px;
  gap: 5px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .form-v2--input .inner_currency .inner_img p {
    font-size: 16px;
  }
}
.form-v2--input .inner_currency .inner_img p span {
  font-family: "Roboto Flex", sans-serif;
  font-size: 12px;
  max-width: 120px;
  min-width: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 767px) {
  .form-v2--input .inner_currency .inner_img p span {
    width: 90px;
  }
}
.form-v2--input .inner_currency .inner_img img {
  align-content: center;
  border-radius: 50%;
  max-width: 24px;
  position: absolute;
}
.form-v2--input-bottom {
  flex: 1 1 40%;
  max-width: 332px;
}
@media screen and (max-width: 860px) {
  .form-v2--input-bottom {
    flex: 1;
    flex-basis: 100%;
    max-width: none;
  }
}
.form-v2--input-bottom label {
  font-size: 12px;
  line-height: 1;
  margin-bottom: 10px;
}
.form-v2--input-bottom input {
  background: #fff;
  border-radius: 16px;
  color: #96989c;
  font-size: 15px;
  height: 72px;
  line-height: 18px;
  padding: 26px 29px;
  text-align: left;
  width: 100%;
}
.form-v2--input-bottom input:-moz-placeholder,
.form-v2--input-bottom input::-moz-placeholder {
  color: #b8bec5;
  font-family: "Roboto Flex", sans-serif;
}
.form-v2--input-bottom input::-webkit-input-placeholder {
  color: #b8bec5;
  font-family: "Roboto Flex", sans-serif;
}
.form-v2--input-bottom input:-ms-input-placeholder {
  color: #b8bec5;
  font-family: "Roboto Flex", sans-serif;
}
.form-v2--input-bottom input:disabled {
  background: #eee;
}
.form-v2--input-enter-form {
  flex-basis: calc(50% - 34px);
  margin-bottom: 26px;
  max-width: 448px;
  position: relative;
}
@media screen and (max-width: 860px) {
  .form-v2--input-enter-form {
    flex: 1;
    flex-basis: 100%;
    max-width: none;
  }
}
.form-v2--input-enter-form label {
  font-size: 12px;
  line-height: 1;
  margin-bottom: 10px;
}
.form-v2--input-enter-form .dropper .bp-dropdown__btn {
  display: flex;
  justify-content: space-between;
}
.form-v2--input-enter-form .dropper .bp-dropdown__body {
  border-radius: 16px;
  color: #96989c;
  margin-top: 5px;
  overflow: hidden;
  padding: 0;
}
.form-v2--input-enter-form .dropper .bp-dropdown__body li {
  font-family: "Roboto Flex", sans-serif;
  padding: 15px 29px;
  text-align: left;
}
.form-v2--input-enter-form .dropper .bp-dropdown__body li:hover {
  background: #e6e6e6;
}
.form-v2--input-enter-form .bp-dropdown__btn,
.form-v2--input-enter-form input,
.form-v2--input-enter-form select {
  background: #fff;
  border-radius: 16px;
  color: #96989c;
  font-size: 15px;
  height: 72px;
  line-height: 18px;
  padding: 26px 29px;
  text-align: left;
  width: 100%;
}
.form-v2--input-enter-form .bp-dropdown__btn:-moz-placeholder,
.form-v2--input-enter-form .bp-dropdown__btn::-moz-placeholder,
.form-v2--input-enter-form input:-moz-placeholder,
.form-v2--input-enter-form input::-moz-placeholder,
.form-v2--input-enter-form select:-moz-placeholder,
.form-v2--input-enter-form select::-moz-placeholder {
  color: #b8bec5;
  font-family: "Roboto Flex", sans-serif;
}
.form-v2--input-enter-form .bp-dropdown__btn::-webkit-input-placeholder,
.form-v2--input-enter-form input::-webkit-input-placeholder,
.form-v2--input-enter-form select::-webkit-input-placeholder {
  color: #b8bec5;
  font-family: "Roboto Flex", sans-serif;
}
.form-v2--input-enter-form .bp-dropdown__btn:-ms-input-placeholder,
.form-v2--input-enter-form input:-ms-input-placeholder,
.form-v2--input-enter-form select:-ms-input-placeholder {
  color: #b8bec5;
  font-family: "Roboto Flex", sans-serif;
}
.form-v2--input-enter-form input:disabled,
.form-v2--input-enter-form select:disabled {
  background: #eee;
}
.form-v2--input-enter-form select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
}
.form-v2--input-enter-form select option {
  background-color: #fff;
  padding: 12px 16px;
  text-align: left;
}
.form-v2--input-enter-form select:not([multiple]) {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMS40ODQgMS42NjcgNC44MTggNSA4LjE1IDEuNjY3IiBzdHJva2U9IiM3RjkwQjQiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+);
  background-position: right 20px top 50%;
  background-repeat: no-repeat;
  background-size: 10px auto;
  padding-right: 1.2em;
}
.form-v2--input-enter-form select::-ms-expand {
  display: none;
}
.form-v2--input-enter-form img {
  border-radius: 50%;
  bottom: 1px;
  max-width: 35px;
  position: absolute;
  right: 20px;
  transform: translateY(-50%);
}
.currency--choice {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  justify-content: flex-start;
}
.currency--choice p {
  color: #9f9f9f;
  font-size: 13px;
  margin-right: 6px;
  max-width: 60px;
}
.currency--choice ul {
  grid-row-gap: 8px;
  align-items: center;
  border-bottom: 1px solid #e5e8ec;
  display: grid;
  flex: 1;
  flex-direction: row;
  flex-wrap: nowrap;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
  padding: 18px 0 24px;
  position: relative;
  z-index: 999;
}
.currency--choice ul li {
  background: #f6f4fe;
  border-radius: 8px;
  flex: 1;
  margin: 0 4px;
}
.currency--choice ul a {
  border-radius: 8px;
  box-shadow: none;
  color: #1d354f;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto Flex", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.41px;
  padding: 8px 1px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.currency--choice ul a.active {
  background: #6c56e9;
  color: #fff;
}
.currency--choice ul a:hover {
  background: #5f4dcf;
  color: #fff;
}
.form-v2__city--list li,
.form-v2__currency--list li {
  cursor: pointer;
}
.form-v2__city--list li:hover,
.form-v2__currency--list li:hover {
  background: #ededed;
}
.form-v2__city--list li {
  border-bottom: 1px solid #ededed;
}
.services {
  margin-top: 80px;
}
.services h2 {
  font-size: 40px;
  line-height: 46.28px;
}
.services h2 span {
  border: none;
  color: #6c56e9;
}
.services .ul-list1 {
  display: flex;
  flex-direction: column;
  margin: 50px 0;
  row-gap: 50px;
  text-align: left;
}
@media only screen and (max-width: 550px) {
  .services .ul-list1 {
    row-gap: 30px;
  }
}
.services .ul-list1 .list1 {
  align-items: center;
  border: 1px solid #6955ea;
  border-radius: 13px;
  cursor: pointer;
  display: grid;
  grid-template-columns: 177px 1fr 63px;
  grid-template-rows: repeat(2, auto);
  overflow: hidden;
  padding: 16px 80px 16px 23px;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 767px) {
  .services .ul-list1 .list1 {
    grid-template-columns: 100px 1fr 63px;
    padding: 16px 23px;
  }
}
@media only screen and (max-width: 550px) {
  .services .ul-list1 .list1 {
    grid-template-columns: 70px 1fr 43px;
    padding: 16px;
  }
}
.services .ul-list1 .list1:hover svg {
  fill: #6955ea;
}
.services .ul-list1 .list1:hover svg path {
  stroke: #fff;
}
.services .ul-list1 .list1 p {
  grid-column: 2/3;
  grid-row: 2;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(1, 1, 1, 1);
  visibility: hidden;
}
.services .ul-list1 .list1-open {
  background: #fff;
  box-shadow: 0 0 36px rgba(0, 0, 0, 0.2);
  display: grid;
  transition: all 0.5s;
}
.services .ul-list1 .list1-open p {
  height: -moz-fit-content;
  height: fit-content;
  max-height: 975px;
  padding: 10px 0 0;
  visibility: visible;
}
.services .ul-list1 .list1-open .list1-button > svg {
  fill: #6955ea;
  transform: rotate(180deg);
  transition: transform 0.5s ease;
}
.services .ul-list1 .list1-open .list1-button > svg path {
  stroke: #fff;
}
.services .ul-list1 .list1 h3 {
  font-size: 24px;
  font-weight: 600;
  grid-column: 2;
  grid-row: 1;
  margin-right: 5px;
}
@media only screen and (max-width: 550px) {
  .services .ul-list1 .list1 h3 {
    font-size: 20px;
  }
}
.services .ul-list1 .list1-index {
  color: #1d354f;
  font-size: 80px;
  grid-column: 1;
  grid-row: 1;
  line-height: 0.9;
  margin-left: 0;
}
@media only screen and (max-width: 550px) {
  .services .ul-list1 .list1-index {
    font-size: 60px;
  }
}
.services .ul-list1 .list1-button {
  border-radius: 50%;
  grid-column: 3;
  grid-row: 1;
  height: 63px;
  width: 63px;
}
@media only screen and (max-width: 550px) {
  .services .ul-list1 .list1-button {
    height: 43px;
    width: 43px;
  }
}
.services .ul-list1 .list1-button svg {
  transform: rotate(0deg);
  transition: transform 0.5s ease;
}
@media only screen and (max-width: 550px) {
  .services .ul-list1 .list1-button svg {
    height: 43px;
    width: 43px;
  }
}
.services .ul-list2 {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
  text-align: left;
}
.services .ul-list2 li {
  color: #5c6a78;
  font-family: "Roboto Flex", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 1.5;
  list-style-position: outside;
  list-style-type: disc;
  margin-left: 20px;
}
.services .texter {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
  text-align: left;
}
.services .texter {
  color: #5c6a78;
  font-family: "Roboto Flex", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 1.5;
  list-style-position: outside;
  list-style-type: disc;
  margin-left: 20px;
}
.services .ul-benefit {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -1.5%;
}
@media only screen and (max-width: 767px) {
  .services .ul-benefit {
    margin: 0;
  }
}
.services .ul-benefit li {
  flex-basis: 37.5%;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 4rem 2.5% 2rem 1.5%;
  max-width: 37.5%;
  min-width: 479px;
  padding: 0;
}
@media only screen and (max-width: 500px) {
  .services .ul-benefit li {
    flex-basis: 100%;
    max-width: 100%;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  .services .ul-benefit li:last-child {
    margin-top: 0;
  }
}
.services .left-benefits-wr {
  display: flex;
  flex-direction: column;
  gap: 49px;
}
@media only screen and (max-width: 500px) {
  .services .left-benefits-wr {
    gap: 2rem;
  }
}
.services .benefit-item {
  border-radius: 32px;
  padding: 64px;
  text-align: left;
}
@media only screen and (max-width: 500px) {
  .services .benefit-item {
    padding: 32px;
  }
}
.services .benefit-item b {
  font-size: 40px;
  line-height: 1;
}
@media only screen and (max-width: 500px) {
  .services .benefit-item b {
    font-size: 32px;
  }
}
.services .benefit-item-guarantee {
  background: #dee9ec;
  position: relative;
}
.services .benefit-item-guarantee:after {
  content: url(../../img/line-star-top.svg);
  left: 98%;
  margin-top: -43.5px;
  position: absolute;
  top: 50%;
}
@media only screen and (max-width: 1025px) {
  .services .benefit-item-guarantee:after {
    content: "";
  }
}
.services .benefit-item-support {
  background: #f0e4fd;
  position: relative;
}
.services .benefit-item-support:after {
  content: url(../../img/line-star-bottom.svg);
  left: 98%;
  margin-top: -58px;
  position: absolute;
  top: 50%;
}
@media only screen and (max-width: 1025px) {
  .services .benefit-item-support:after {
    content: "";
  }
}
.services .benefit-item-privacy {
  background: #f8f0e6;
}
.services img {
  width: 33px;
}
@media only screen and (max-width: 500px) {
  .services img {
    width: 28px;
  }
}
.services span {
  display: inline-block;
  margin: auto;
}
.services p,
.services p > span {
  font-size: 18px;
  letter-spacing: 0.2px;
  line-height: 1.88;
  line-height: 1.5;
  margin-bottom: 0;
  margin-top: 1.4rem;
}
.services p span,
.services p > span span {
  margin-top: 0;
}
@media only screen and (max-width: 500px) {
  .services p,
  .services p > span {
    margin-top: 1rem;
  }
  .services p span,
  .services p > span span {
    margin-top: 0;
  }
}
.services-txt {
  color: #1d354f;
  font-family: "Roboto Flex", sans-serif;
  font-size: 18px;
  letter-spacing: 0.2px;
  line-height: 1.5;
  margin-top: 20px;
}
@media only screen and (max-width: 500px) {
  .services-txt {
    font-size: 14px;
    margin-top: 16px;
  }
}
.form-confirmation-manual-bloc {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 0.8em;
}
@media only screen and (max-width: 1200px) {
  .form-confirmation-manual-bloc > div {
    flex-grow: 1;
    justify-content: space-between;
  }
}
.form-confirmation-manual-number > p {
  color: #fff;
  font-size: 1.5em;
  margin-top: 0.5rem;
}
.form-confirmation-manual-overtime {
  padding: 0 30px;
}
@media only screen and (max-width: 550px) {
  .form-confirmation-manual-overtime {
    padding: 0 5px;
  }
}
.form-confirmation-manual-overtime img {
  max-width: 88px;
  width: 100%;
}
.form-confirmation-manual-actual {
  align-items: center;
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 1200px) {
  .form-confirmation-manual-actual {
    margin-top: 0.5rem;
  }
}
.form-confirmation-manual-actual-info p {
  color: #fff;
  font-size: 15px;
  line-height: 1.3;
}
@media only screen and (max-width: 550px) {
  .form-confirmation-manual-actual-info p {
    font-size: 12px;
  }
}
.form-confirmation-manual-actual-info p b {
  font-size: 2.68rem;
}
.form-information .form-wr {
  padding-top: 2em;
}
.form-information-sent-received {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -0.9375rem;
}
@media only screen and (max-width: 767px) {
  .form-information-sent-received {
    margin: 0;
  }
}
.form-information-sent-received-wr {
  align-items: center;
  border: 1px solid #e6e6e6;
  display: flex;
  flex: 1 1;
  flex-direction: row;
  margin: 1.895rem 0.9375rem;
  min-width: 320px;
  padding: 1.5rem 0.94rem;
}
@media only screen and (max-width: 767px) {
  .form-information-sent-received-wr {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0.5rem 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 550px) {
  .form-information-sent-received-wr {
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    min-width: 100%;
    text-align: center;
  }
}
.form-information-sent-received_img {
  padding: 0 1.65rem;
}
@media only screen and (max-width: 550px) {
  .form-information-sent-received_img {
    margin-bottom: 0.5rem;
  }
}
.form-information-sent-received_img img {
  max-width: 100px;
  width: 100%;
}
.form-information-sent-received_info {
  flex: 1 0 auto;
  padding: 0 0.94rem;
}
@media only screen and (max-width: 767px) {
  .form-information-sent-received_info {
    width: 100%;
  }
}
.form-information-sent-received_info span {
  font-family: Conv_MuseoSansCyrl_2, sans-serif;
  font-size: 1.125rem;
}
@media only screen and (max-width: 767px) {
  .form-information-sent-received_info span {
    display: block;
    margin-top: 0.5rem;
    width: 100%;
  }
}
.form-information-sent-received_info .title {
  align-items: center;
  display: flex;
  font-size: 1.875rem;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .form-information-sent-received_info .title {
    flex-wrap: wrap;
    font-size: 1.2rem;
    justify-content: center;
  }
}
.form-information-sent-received_info .title span {
  font-size: 1.875rem;
}
@media only screen and (max-width: 767px) {
  .form-information-sent-received_info .title span {
    display: block;
    font-size: 1.2rem;
    margin: auto;
    width: 100%;
  }
}
.form-information-sent-received_info div {
  align-items: center;
  border-top: 1px solid #80d41e;
  display: flex;
  justify-content: space-between;
  padding-top: 12px;
}
.form-information-sent-received ul {
  margin-bottom: 10px;
  margin-top: 10px;
  width: 100%;
}
.form-information-sent-received li {
  align-items: center;
  display: flex;
  font-size: 1rem;
  justify-content: space-between;
  padding: 5px 10px;
}
.form-information-sent-received li:nth-child(odd) {
  background: #f4f5f7;
}
@media only screen and (max-width: 767px) {
  .form-information-sent-received li {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.form-information_contact ul {
  margin: 0 -2.4rem;
}
@media only screen and (max-width: 767px) {
  .form-information_contact ul {
    margin: 0;
  }
}
.form-information_contact span {
  color: #9f9f9f;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .form-information_contact .btn-plain {
    margin-left: auto;
    margin-right: auto;
  }
}
.form-information_contact,
.form-information_contact ul {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-information_contact .contact,
.form-information_contact ul .contact {
  margin: 1.75rem 2.4rem;
}
@media only screen and (max-width: 767px) {
  .form-information_contact .contact,
  .form-information_contact ul .contact {
    margin: 0.5rem 0;
  }
}
.form-information_contact .contact p,
.form-information_contact ul .contact p {
  font-size: 20px;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .form-information_contact .contact p,
  .form-information_contact ul .contact p {
    font-size: 14px;
    margin-top: 5px;
  }
}
.form-information .form-submit {
  margin-top: 0.94rem;
}
.btn-wait {
  margin-top: 20px;
}
.form-manual-maintext {
  font-size: 20px;
}
.form-manual-subtext {
  font-size: 16px;
}
.form-manual .form-information-sent-received-wr {
  margin-bottom: 0;
  padding: 1rem 0.94rem;
}
.form-manual .form-information-sent-received_info .title span {
  font-size: 1.55rem;
}
@media only screen and (max-width: 767px) {
  .form-manual .form-information-sent-received_info .title span {
    margin-left: 10px;
  }
}
.form-manual .form-information-sent-received_img img {
  max-width: 70px;
}
.form-manual .form-information_contact {
  justify-content: center;
  margin-bottom: 0;
}
.form-manual .form-information_contact .contact {
  margin: 0.88rem 2.4rem;
}
@media only screen and (max-width: 767px) {
  .form-manual .form-information_contact .contact {
    margin-left: 0;
    margin-right: 0;
  }
}
.form-manual .form-information_contact ul {
  margin: 0;
}
.form-manual-must .title {
  color: #282e38;
  font-family: "Roboto Flex", sans-serif;
  font-size: 22px;
  line-height: 27.77px;
}
@media screen and (max-width: 460px) {
  .form-manual-must .title {
    font-size: 16px;
  }
}
.form-manual-must ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 58px 0;
}
.form-manual-must li {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0 0 34px;
}
.form-manual-must li:last-child {
  padding: 0;
}
.form-manual-must li p {
  padding-right: 12px;
  white-space: nowrap;
}
.form-manual-must li .value-manual-payment {
  align-items: center;
  color: #282e38;
  display: flex;
  word-break: break-all;
}
.form-manual-must li .value-manual-payment img {
  cursor: pointer;
  padding-left: 12px;
}
@media only screen and (max-width: 550px) {
  .form-manual-must li div {
    flex-wrap: wrap;
  }
}
.form-manual-must li div p {
  line-height: 1.95;
  margin-right: 12px;
  white-space: nowrap;
}
@media only screen and (max-width: 550px) {
  .form-manual-must li div p {
    line-height: normal;
    margin: 6px 6px 6px 0;
    text-align: left;
    white-space: normal;
  }
}
.form-manual-must .btn img {
  margin: 0 6px 0 0;
}
.form-manual-must_txt {
  font-size: 1rem;
}
@media screen and (max-width: 460px) {
  .form-manual-must_txt {
    font-size: 0.75rem;
  }
}
.form-manual .btn-plain {
  margin-top: 0.5rem;
  position: absolute;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .form-manual .btn-plain {
    margin-top: 1.5rem;
    position: relative;
  }
}
.form-manual-wait .merchant-qrcode {
  margin-bottom: -15px;
  margin-top: 30px;
}
.form-manual-wait .form-manual-must ol {
  padding-top: 26px;
}
.form-manual-wait .form-manual-must ol li {
  display: block;
  padding: 0;
  text-align: left !important;
}
.form-manual-wait .form-manual-must ol li div {
  margin: 0 0 20px;
  position: relative;
}
.form-manual-wait .form-manual-must ol li p {
  line-height: 16.41px;
  margin-bottom: 9px;
}
.form-manual-wait .form-manual-must .form-manual-must_txt {
  align-items: center;
  background: #f3f6f8;
  border-radius: 8px;
  color: #000;
  display: flex;
  height: 48px;
  padding: 14px 18px;
  text-align: left;
  width: 100%;
}
.form_reviews-new {
  box-shadow: 0 5px 30px 0 #e3e3e4;
  margin-top: 4rem;
  width: 100%;
}
.form_reviews-new .title {
  margin-bottom: 0.9rem;
}
.form_reviews-new_wr {
  overflow: hidden;
  padding-bottom: 2.4rem;
  position: relative;
}
@media only screen and (max-width: 550px) {
  .form_reviews-new_wr {
    padding: 0 1rem 1rem;
  }
}
.form_reviews-new_wr:after,
.form_reviews-new_wr:before {
  opacity: 0.1;
  position: absolute;
  z-index: 0;
}
.form_reviews-new_wr:after {
  content: url(../../img/001.svg);
  right: -18rem;
  top: -5.5rem;
  width: 46rem;
}
.form_reviews-new_wr:before {
  bottom: -13.3rem;
  content: url(../../img/002.svg);
  left: -18.5rem;
  width: 46rem;
}
.form_reviews-new_base {
  margin: auto;
  max-width: 35rem;
  position: relative;
  z-index: 1;
}
.form_reviews-new input,
.form_reviews-new textarea {
  background-color: #fff;
  border-radius: 16px;
  font-size: 1rem;
  margin: 10px 0 0;
  padding: 10px 35px 10px 15px;
  width: 100%;
}
.form_reviews-new input::-webkit-input-placeholder,
.form_reviews-new textarea::-webkit-input-placeholder {
  color: #8b95a0;
  font-family: "Roboto Flex", sans-serif;
}
.form_reviews-new input::-moz-placeholder,
.form_reviews-new textarea::-moz-placeholder {
  color: #8b95a0;
  font-family: "Roboto Flex", sans-serif;
}
.form_reviews-new input:-ms-input-placeholder,
.form_reviews-new textarea:-ms-input-placeholder {
  color: #8b95a0;
  font-family: "Roboto Flex", sans-serif;
}
.form_reviews-new input:-moz-placeholder,
.form_reviews-new textarea:-moz-placeholder {
  color: #8b95a0;
  font-family: "Roboto Flex", sans-serif;
}
.form_reviews-new textarea {
  height: 4.875rem;
  min-height: 3rem;
  resize: vertical;
}
.form_reviews-new .btn {
  margin-top: 1.5rem;
}
.form-order-header {
  margin: 70px 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .form-order-header {
    margin: 50px 0;
  }
}
.form-order-header h1 {
  color: #282e38;
}
.form-order-header h1 span {
  color: #6c56e9;
}
.form-confirmation {
  padding-bottom: 5.5em;
}
@media only screen and (max-width: 767px) {
  .form-confirmation {
    padding-bottom: 0.5em;
  }
}
@media screen and (max-width: 1200px) {
  .form-confirmation .form-wr {
    padding: 1.25em 0;
  }
}
@media screen and (max-width: 1024px) {
  .form-confirmation .form-wr {
    padding: 1.25em 0 0;
  }
}
.form-confirmation__main {
  align-items: stretch;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .form-confirmation__main {
    align-items: inherit;
    flex-direction: column;
  }
}
.form-confirmation__main--top {
  background: #f3f3f7;
  border-radius: 10px;
  margin-bottom: 1.5em;
  padding: 1em 1.125em;
}
.form-confirmation__main--title {
  color: #212121;
  font-size: 16px;
  line-height: 19px;
  margin: 0 0 12px;
}
.form-confirmation__main--currency {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.form-confirmation__main--currency__name {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}
.form-confirmation__main--currency__name img {
  margin-right: 12px;
  width: 36px;
}
.form-confirmation__main--currency__name span {
  color: #212121;
  font-size: 2rem;
  line-height: 2.375rem;
}
@media screen and (max-width: 1024px) {
  .form-confirmation__main--currency__name span {
    font-size: 1rem;
  }
}
.form-confirmation__main--currency__amount {
  color: #9f9f9f;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .form-confirmation__main--currency__amount {
    font-size: 1rem;
  }
}
.form-confirmation__main--address__title {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 8px;
}
.form-confirmation__main--address__title img {
  margin-right: 6px;
  max-width: 16px;
}
.form-confirmation__main--address__title span {
  color: #212121;
  font-size: 14px;
  line-height: 17px;
}
.form-confirmation__main--address > p {
  color: #9f9f9f;
  font-size: 12px;
  line-height: 14px;
}
.form-confirmation__main--bottom {
  align-items: center;
  border-top: 1px solid #dedede;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 20px;
  padding-top: 12px;
}
.form-confirmation__main--bottom p,
.form-confirmation__main--bottom span {
  font-size: 16px;
  line-height: 19px;
}
.form-confirmation__main--bottom span {
  color: #212121;
}
.form-confirmation__main--bottom p {
  color: #9f9f9f;
}
.form-confirmation--order .form-confirmation__get,
.form-confirmation--order .form-confirmation__give,
.form-confirmation--order .form-confirmation__ref {
  margin-bottom: 0;
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .form-confirmation--order .form-confirmation__get,
  .form-confirmation--order .form-confirmation__give,
  .form-confirmation--order .form-confirmation__ref {
    margin: 1.5em 2.585em;
  }
}
@media screen and (max-width: 767px) {
  .form-confirmation--order .form-confirmation__give {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .form-confirmation--order .form-confirmation__ref {
    margin: 0;
  }
}
.form-confirmation--order .btn-log-in {
  line-height: normal;
  padding-bottom: 4px;
  padding-top: 4px;
}
.form-confirmation--order .btn-log-in img {
  height: 21px;
  width: 21px;
}
.form-confirmation--order .form-submit {
  margin-top: 0;
}
@media only screen and (min-width: 1026px) {
  .form-confirmation--order .form-submit {
    margin-bottom: 0;
  }
}
.form-confirmation__ref {
  align-items: center;
  display: flex;
  flex: none;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .form-confirmation__ref {
    justify-content: center;
    margin-bottom: 0;
    margin-top: 0;
  }
}
.form-confirmation__ref:after {
  background: #efefef;
  content: "";
  height: 100%;
  left: 16px;
  position: absolute;
  width: 1px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .form-confirmation__ref:after {
    height: 1px;
    left: 0;
    width: 100%;
  }
}
.form-confirmation__ref span {
  cursor: pointer;
  display: inline-flex;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .form-confirmation__ref span {
    transform: rotate(90deg);
  }
}
.form-confirmation__contact {
  margin: 0.85em 2.585em 0.75em;
}
@media screen and (max-width: 1024px) {
  .form-confirmation__contact {
    margin: 0.85em 1.585em 0.75em;
  }
}
@media screen and (max-width: 767px) {
  .form-confirmation__contact {
    margin-bottom: 0;
  }
}
.form-confirmation__contact > p {
  color: #212121;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 12px;
}
.form-confirmation__contact ul {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.form-confirmation__contact li {
  color: #9f9f9f;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 10px;
  margin-right: 2.5rem;
}
.form-confirmation__contact li span {
  color: #212121;
  display: inline-block;
  margin-right: 6px;
}
.form-confirmation__bottom {
  align-items: center;
  background: #fafafc;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding: 1.125em 4.385em 1.25em;
}
@media screen and (max-width: 1200px) {
  .form-confirmation__bottom {
    padding: 1.125em 2.385em 1.25em;
  }
}
@media screen and (max-width: 1024px) {
  .form-confirmation__bottom {
    padding: 1.125em 1.385em 1.25em;
  }
}
@media screen and (max-width: 767px) {
  .form-confirmation__bottom {
    flex-direction: column;
  }
}
.form-confirmation__bottom--verification {
  flex: 1;
  margin-bottom: 15px;
}
.form-confirmation__bottom--verification > p {
  margin-bottom: 11px;
}
@media screen and (max-width: 767px) {
  .form-confirmation__bottom--verification {
    width: 100%;
  }
}
.form-confirmation__bottom--verification__item {
  align-items: center;
  border: 1px dashed #e1e4ed;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 0 14px;
  padding: 18px 25px;
}
@media screen and (max-width: 414px) {
  .form-confirmation__bottom--verification__item {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.form-confirmation__bottom--verification__item:last-child {
  margin-bottom: 0;
}
.form-confirmation__bottom--verification__item.go-to-verif a {
  color: #6c56e9;
}
.form-confirmation__bottom--verification__item.success-verif {
  border-color: #69c036;
  color: #69c036;
}
.form-confirmation__bottom--verification__item.success-verif a,
.form-confirmation__bottom--verification__item.success-verif p,
.form-confirmation__bottom--verification__item.success-verif span {
  color: #69c036;
}
.form-confirmation__bottom--verification__item div {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.form-confirmation__bottom--verification__item div img {
  margin-right: 6px;
  max-width: 10px;
}
.form-confirmation__bottom--verification__item div p {
  color: #9f9f9f;
  margin-right: 8px;
}
.form-confirmation__bottom--verification__item div span {
  color: #282e38;
}
.form-confirmation__bottom--verification__item a,
.form-confirmation__bottom--verification__item p,
.form-confirmation__bottom--verification__item span {
  font-size: 14px;
  line-height: 17px;
}
@media screen and (max-width: 414px) {
  .form-confirmation__bottom--verification__item a,
  .form-confirmation__bottom--verification__item p,
  .form-confirmation__bottom--verification__item span {
    font-size: 13px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 340px) {
  .form-confirmation__bottom--verification__item a,
  .form-confirmation__bottom--verification__item p,
  .form-confirmation__bottom--verification__item span {
    font-size: 12px;
  }
}
.form-confirmation__bottom--verification__item a {
  cursor: pointer;
}
.form-confirmation__bottom--verification__item a:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.form-confirmation__bottom--verification__item > p {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
.form-confirmation__bottom--verification__item > p a {
  color: #212121;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.form-confirmation__bottom--verification__item > p img {
  margin-left: 8px;
  max-width: 10px;
}
.form-confirmation__bottom--btns {
  align-items: center;
  border-left: 1px solid #dedede;
  display: flex;
  flex: 1;
  justify-content: center;
  margin-left: 2.9375rem;
  max-width: 365px;
  padding: 1rem 0 1rem 2.75rem;
}
@media screen and (max-width: 1200px) {
  .form-confirmation__bottom--btns {
    margin-left: 1.9375rem;
    max-width: 300px;
    padding: 1.75rem 0 1.75rem 1.75rem;
  }
}
@media screen and (max-width: 1024px) {
  .form-confirmation__bottom--btns {
    flex: none;
    flex-direction: column-reverse;
    margin-left: 1.5rem;
    max-width: none;
    padding: 1.75rem 0 0.75rem 1rem;
  }
}
@media screen and (max-width: 767px) {
  .form-confirmation__bottom--btns {
    border-left: none;
    border-top: 1px solid #dedede;
    flex: 1;
    flex-direction: row;
    margin-left: 0;
    margin-top: 1.5rem;
    padding-left: 0;
    padding-top: 1.5rem;
    width: 100%;
  }
}
.form-confirmation__bottom--btns .btn {
  min-width: 100px;
}
.form-confirmation .btn-reject {
  color: #a0a0a0;
  font-size: 14px;
  line-height: 17px;
  margin-right: 2em;
  padding-left: 0;
  padding-right: 0;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
@media screen and (max-width: 1200px) {
  .form-confirmation .btn-reject {
    margin-right: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .form-confirmation .btn-reject {
    margin-right: 0;
    margin-top: 18px;
  }
}
.form-confirmation .btn-reject:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.copy-icon-profile {
  background: #fff;
  height: 40px;
  line-height: 44px;
  padding: 0;
  position: relative;
  right: -20px;
  top: 2px;
  width: 20px;
}
.copy-icon-profile span {
  cursor: pointer;
  display: inline-block;
  height: inherit;
  text-indent: -12px;
  width: 18px;
}
.copy-icon-profile img {
  width: 100%;
}
.copy-icon {
  height: 40px;
  position: absolute;
  width: 18px;
}
.copy-icon img {
  width: 100%;
}
.form-payment-condition {
  border-radius: 30px;
  max-width: 512px;
}
.form-payment-condition .form-wr {
  padding: 0;
}
.form-payment-condition--top {
  padding: 18px 30px;
}
@media only screen and (max-width: 767px) {
  .form-payment-condition--top {
    padding: 10px 14px;
  }
}
.form-payment-condition--top p {
  align-items: center;
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 50px;
  color: #fff;
  display: inline-flex;
  font-size: 20px;
  font-weight: 300;
  justify-content: center;
  line-height: 28px;
  padding-bottom: 11px;
  padding-left: 66px;
  padding-top: 11px;
}
@media only screen and (max-width: 767px) {
  .form-payment-condition--top p {
    background-size: 36px !important;
    font-size: 16px;
    padding-bottom: 5px;
    padding-left: 50px;
    padding-top: 5px;
  }
}
.form-payment-condition--top.success {
  background: #69c036;
}
.form-payment-condition--top.success p {
  background: url(../../img/payment-success.svg);
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 50px;
}
.form-payment-condition--top.processing {
  background: #f0f1f4;
}
.form-payment-condition--top.processing p {
  background: url(../../img/payment-processing.png);
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 50px;
  color: #9f9f9f;
}
.form-payment-condition--top.refunded {
  background: #f7931a;
}
.form-payment-condition--top.refunded p {
  background: url(../../img/payment-refunded.png);
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 50px;
}
.form-payment-condition--top.deleted {
  background: #ee404f;
}
.form-payment-condition--top.deleted p {
  background: url(../../img/payment-deleted.png);
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 50px;
}
.form-payment-condition--main {
  padding: 28px 40px;
}
@media only screen and (max-width: 767px) {
  .form-payment-condition--main {
    padding: 18px 10px;
  }
}
.form-payment-condition--main__top {
  align-items: center;
  background: #f3f3f7;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  padding: 18px 20px;
}
@media only screen and (max-width: 767px) {
  .form-payment-condition--main__top {
    flex-wrap: wrap;
  }
}
.form-payment-condition--main__top .title {
  align-items: center;
  display: flex;
  font-size: 28px;
  font-weight: 300;
  justify-content: flex-start;
  line-height: 34px;
}
@media only screen and (max-width: 767px) {
  .form-payment-condition--main__top .title {
    font-size: 20px;
    width: 100%;
  }
}
.form-payment-condition--main__top .title img {
  flex: none;
  margin-right: 16px;
  max-width: 44px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .form-payment-condition--main__top ul {
    width: 100%;
  }
}
.form-payment-condition--main__top li {
  color: #9f9f9f;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .form-payment-condition--main__top li {
    font-size: 14px;
    text-align: left;
  }
}
.form-payment-condition--main__top li b {
  color: #212121;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}
@media only screen and (max-width: 767px) {
  .form-payment-condition--main__top li b {
    font-size: 16px;
  }
}
.form-payment-condition--main__data {
  padding-bottom: 10px;
  padding-top: 10px;
}
.form-payment-condition--main__data li {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
}
.form-payment-condition--main__data li:last-child {
  border-bottom: none;
}
.form-payment-condition--main__data li p {
  align-items: center;
  color: #9f9f9f;
  display: flex;
  font-size: 16px;
  font-weight: 300;
  justify-content: space-between;
  line-height: 19px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .form-payment-condition--main__data li p {
    font-size: 14px;
  }
}
.form-payment-condition--main__data li p span {
  color: #212121;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .form-payment-condition--main__data li p span {
    font-size: 14px;
  }
}
.form-payment-condition--main__data li.total {
  border-top: 1px solid #dedede;
}
.form-payment-condition--main__data li.total p {
  color: #212121;
}
.form-payment-condition--main__data li.total span {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .form-payment-condition--main__data li.total span {
    font-size: 14px;
  }
}
.form-payment-condition--main .partner-margin {
  margin-top: 0;
}
.form-payment-condition--main .partner-margin .btn {
  font-size: 14px;
  line-height: 33px;
}
.partner-block .our-partner {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(29, 53, 79, 0.07);
  border: 2px solid hsla(0, 0%, 100%, 0.5);
  border-radius: 20px;
  margin-top: 7rem;
}
.partner-block .our-partner .title {
  margin-top: 26px;
}
@media only screen and (max-width: 1025px) {
  .partner-block .our-partner {
    margin-top: 4rem;
  }
}
.partner-block .our-partner ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  padding: 26px 82px 36px;
}
@media only screen and (max-width: 767px) {
  .partner-block .our-partner ul {
    flex-direction: column;
    padding: 15px 0;
  }
}
.partner-block .our-partner li {
  background: #fff;
  border-radius: 12px;
  display: flex;
  flex-basis: 22.1%;
  justify-content: center;
  min-width: 211px;
  padding: 8px 30px;
}
.partner-block .our-partner li a {
  border-left: 1px solid #dedede;
}
.partner-block .our-partner li a:first-child {
  border-left: none;
}
.partner-block .our-partner img {
  max-width: 150px;
}
@media only screen and (max-width: 767px) {
  .partner-block .our-partner img {
    max-width: 240px;
  }
}
.partner {
  margin-top: 10px;
}
.partner-top {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 3.35rem;
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  .partner-top {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 3rem;
  }
  .partner-top h1 {
    margin-bottom: 0.5rem;
  }
}
.partner-top .btn {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}
@media only screen and (max-width: 1200px) {
  .partner-top-wr {
    background-position-y: 0;
  }
}
.partner li {
  background: #fff;
  border: 1px solid #dbdfe7;
  border-radius: 20px;
  margin-bottom: 1.875rem;
  margin-top: 1.875rem;
  padding: 1.25rem;
}
.partner-item {
  display: flex;
}
@media only screen and (max-width: 650px) {
  .partner-item {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.partner-img {
  align-items: center;
  border-right: 1px solid #e6e6e6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 25%;
  padding-right: 2.1875rem;
}
.partner-img img {
  max-width: 9.625rem;
  width: 100%;
}
@media only screen and (max-width: 650px) {
  .partner-img {
    border-bottom: 1px solid #e6e6e6;
    border-right: none;
    padding-right: 0;
  }
}
.partner-description {
  margin-left: 2.1875rem;
}
@media only screen and (max-width: 650px) {
  .partner-description {
    margin-left: 0;
  }
}
.partner-description-title {
  color: #b6b6b6;
  font-size: 12px;
  margin-bottom: 0.3rem;
  margin-top: 1rem;
  text-transform: uppercase;
}
.partner-description-theme {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.partner-description-txt {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 2.5rem;
}
.partner-order-states {
  background-color: #1a0651;
}
.partner-order-states .under-header {
  background-image: none;
}
.partner-order-states .form-confirmation-manual-number {
  width: 100%;
}
.container-aff {
  display: flex;
  flex-direction: column;
  margin: 3rem 3.6rem;
}
@media only screen and (max-width: 767px) {
  .container-aff {
    margin: 0.5rem 1rem;
  }
}
@media only screen and (max-width: 1200px) {
  .container-aff {
    margin: 1rem 2rem;
  }
}
.partners-program,
.requisites-main-block {
  border-top: 1px solid #dbdfe7;
}
.partners-program .container-api,
.requisites-main-block .container-api {
  display: flex;
  flex-direction: column;
  margin: 3.3rem 6.6rem;
}
@media only screen and (max-width: 767px) {
  .partners-program .container-api,
  .requisites-main-block .container-api {
    margin: 0.5rem 1rem;
  }
}
@media only screen and (max-width: 1200px) {
  .partners-program .container-api,
  .requisites-main-block .container-api {
    margin: 1rem 2rem;
  }
}
.partners-program .container-api h2,
.requisites-main-block .container-api h2 {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .partners-program .container-api h2,
  .requisites-main-block .container-api h2 {
    margin: auto;
  }
}
.partners-program__main,
.requisites-main-block__main {
  background: #f6f4fe;
  border: 4px solid #fff;
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  margin-bottom: 80px;
  margin-top: 55px;
}
.partners-program__main .title,
.requisites-main-block__main .title {
  font-family: "Roboto Flex", sans-serif;
  font-size: 24px;
}
.partners-program h2,
.requisites-main-block h2 {
  margin-left: 52px;
}
@media only screen and (max-width: 767px) {
  .partners-program h2,
  .requisites-main-block h2 {
    margin-left: 0;
  }
}
.partners-program ul,
.requisites-main-block ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 13px;
}
@media only screen and (max-width: 767px) {
  .partners-program ul,
  .requisites-main-block ul {
    margin-left: 0;
    margin-right: 0;
  }
}
.partners-program li,
.requisites-main-block li {
  background: rgba(246, 244, 254, 0.7);
  border: 3px solid #fff;
  border-radius: 20px;
  flex: 0 0 auto;
  flex-basis: 28.3333333333%;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0.45rem 0.9rem 0.45rem 0.8rem;
  max-width: 28.3333333333%;
  min-width: 285px;
  padding: 1.875rem;
}
@media only screen and (max-width: 767px) {
  .partners-program li,
  .requisites-main-block li {
    min-width: 300px;
  }
}
.partners-program li div > div,
.requisites-main-block li div > div {
  margin-top: 1.25rem;
}
.partners-program li div > div p,
.requisites-main-block li div > div p {
  align-items: center;
  border-top: 1px dashed #dbdfe7;
  display: flex;
  justify-content: space-between;
  padding: 5px 10px;
}
.partners-program li div > div p:last-child,
.requisites-main-block li div > div p:last-child {
  border-bottom: 1px dashed #dbdfe7;
}
.partners-program .bp-dropdown__body ul,
.requisites-main-block .bp-dropdown__body ul {
  margin: 0;
}
.partners-program .bp-dropdown__body ul .element-currency-pr,
.requisites-main-block .bp-dropdown__body ul .element-currency-pr {
  margin: 0;
  max-width: 100%;
  min-width: 100%;
  padding: 0;
  width: 100%;
}
.partners-program .modal-body .form-index-bloc-item label,
.requisites-main-block .modal-body .form-index-bloc-item label {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  padding: 5px;
  text-align: left;
  width: 50%;
}
.partners-program .modal-body .form-index-bloc-item input,
.requisites-main-block .modal-body .form-index-bloc-item input {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  padding: 5px;
  text-align: right;
  width: 40%;
}
.partners-program-title,
.requisites-main-block-title {
  color: #1d354f;
  font-family: "Roboto Flex", sans-serif;
  font-size: 15px;
  margin-bottom: 1.875rem;
  text-transform: uppercase;
}
.partners-program-cost,
.requisites-main-block-cost {
  font-family: "Roboto Flex", sans-serif;
  font-size: 52px;
  margin-bottom: 1.875rem;
}
.partners-program-cost span,
.requisites-main-block-cost span {
  font-size: 1rem;
  font-weight: 400;
}
.partners-program .btn-submit,
.requisites-main-block .btn-submit {
  padding-left: 50px;
  padding-right: 50px;
}
.personal-room {
  margin-top: 3rem;
}
.personal-room-top-wr {
  background-position-y: -0.5rem;
}
.personal-room .title {
  margin-bottom: 2.1875rem;
}
.ref-link {
  border-top: 1px solid #f3f3f3;
  margin-bottom: 1rem;
  margin-top: 0.1rem;
  overflow: hidden;
  position: relative;
}
.ref-link .container {
  position: relative;
  z-index: 2;
}
.ref-link-title {
  margin-left: 52px;
}
@media only screen and (max-width: 767px) {
  .ref-link-title {
    margin-left: 0;
  }
}
.ref-link-title p {
  font-family: "Roboto Flex", sans-serif;
  font-size: 15px;
  margin-top: 10px;
}
.ref-link-list {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .ref-link-list {
    align-items: center;
  }
}
.ref-link-list > div {
  margin-right: 24px;
  width: 42.7%;
}
@media only screen and (max-width: 767px) {
  .ref-link-list > div {
    margin-right: 0;
    width: 100%;
  }
}
.ref-link-list .current-link {
  background-color: #6c56e9;
  color: #fff;
}
.ref-link .title {
  text-align: left;
}
.ref-link input {
  background: rgba(29, 53, 79, 0.07);
  border-radius: 8px;
  font-size: 1rem;
  margin: 10px 0;
  padding: 20px 35px 15px 15px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .ref-link input {
    font-size: 0.8rem;
  }
}
.ref-link label {
  display: block;
  margin: auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .ref-link label {
    width: 100%;
  }
}
.ref-link label span {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 19px;
}
.ref-link label span img {
  width: 20px;
}
@media only screen and (max-width: 767px) {
  .ref-link label span img {
    width: 18px;
  }
}
.statistic {
  padding-bottom: 4rem;
  padding-top: 4rem;
}
.statistic-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0.94rem -1.875rem;
}
@media only screen and (max-width: 767px) {
  .statistic-ul {
    margin-left: 0;
    margin-right: 0;
  }
}
.statistic-ul > li {
  flex: 1 1;
  flex-basis: 46.25%;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0.45rem 0.94rem;
  max-width: 46.25%;
  min-width: 320px;
  padding: 1.875rem;
}
.statistic-ul > li.statistic-get-li {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .statistic-ul > li {
    min-width: 300px;
  }
}
.statistic-graphic {
  border: 1px solid #e6e6e6;
}
.statistic b {
  font-family: Conv_MuseoSansCyrl_2, sans-serif;
}
.statistic-get-title {
  background: #f4f5f7;
  padding: 1.25rem 1.875rem;
}
.statistic-get-title > b,
.statistic-get-title > span {
  font-size: 1.5rem;
}
.statistic-get-li li {
  border-bottom: 1px solid #e6e6e6;
  justify-content: space-between;
  padding: 10px 1.25rem;
}
.statistic-get-li li p {
  font-size: 1.25rem;
}
.statistic-get-li li img {
  margin-right: 1.25rem;
  max-width: 30px;
}
.statistic-get-li li > div b {
  font-size: 1.125rem;
  margin-right: 1.875rem;
}
.statistic-get-li li > div span {
  color: #b2adad;
  font-size: 14px;
}
.statistic-get-li li,
.statistic-get-li li div {
  align-items: center;
  display: flex;
  flex-direction: row;
}
.statistic-history {
  margin-left: 1.25rem;
  margin-top: 1.25rem;
}
.statistic-history a {
  color: #9f9f9f;
  font-size: 11px;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-transform: uppercase;
}
.reserves .title {
  text-align: left;
}
.reviews-bloc .title {
  text-align: center;
}
.news-bloc,
.reserves,
.reviews-bloc {
  overflow: hidden;
  padding-top: 7rem;
  position: relative;
}
@media only screen and (max-width: 1025px) {
  .news-bloc,
  .reserves,
  .reviews-bloc {
    margin-top: 0;
    padding-top: 4rem;
  }
}
.news-bloc .title,
.reserves .title,
.reviews-bloc .title {
  color: #282e38;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1025px) {
  .news-bloc .title,
  .reserves .title,
  .reviews-bloc .title {
    text-align: center;
  }
}
.news-bloc ul,
.reserves ul,
.reviews-bloc ul {
  align-content: stretch;
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -1%;
}
@media only screen and (max-width: 767px) {
  .news-bloc ul,
  .reserves ul,
  .reviews-bloc ul {
    justify-content: center;
  }
}
.news-bloc li,
.reserves li,
.reviews-bloc li {
  display: flex;
  flex: 1;
  flex-direction: column;
  margin: 0.45rem 1%;
  max-width: 33.33%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .news-bloc li,
  .reserves li,
  .reviews-bloc li {
    max-width: 100%;
    min-width: 300px;
  }
}
.news-bloc b,
.reserves b,
.reviews-bloc b {
  font-family: Conv_MuseoSansCyrl_2, sans-serif;
}
.reserves h3 {
  font-size: 36px;
}
.reserves li {
  align-items: flex-start;
  background: rgba(246, 244, 254, 0.7);
  border: 3px solid #fff;
  border-radius: 20px;
  display: flex;
  flex-basis: 20.8333333333%;
  flex-direction: column;
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: space-between;
  margin: 0.5rem 0.7rem;
  max-width: 20.8333333333%;
  min-width: 263px;
  overflow: hidden;
  padding: 24px;
}
@media only screen and (max-width: 767px) {
  .reserves li {
    flex-basis: 22.5%;
    flex-grow: 0;
    flex-shrink: 0;
    margin: 1rem 0 0.5rem;
    max-width: 22.5%;
    min-width: 280px;
    padding: 1.25rem;
  }
}
.reserves li:hover .reserves-cost b,
.reserves li:hover .reserves-cost span {
  top: -15px;
  transition: all 0.35s;
}
.reserves li:hover .reserves-cost .order-reserves {
  bottom: -2px;
  right: -14px;
}
.reserves li:hover .reserves-cost .btn {
  opacity: 1;
  visibility: visible;
}
.reserves img {
  border-radius: 50%;
  height: 52px;
  margin-right: 10px;
  max-width: 52px !important;
}
.reserves-amount p {
  color: #5c6a78;
  font-family: "Roboto Flex", sans-serif;
  font-size: 16px;
  letter-spacing: 0.2px;
  margin-top: 9px;
}
.reserves-amount span {
  color: #282e38;
  font-family: "Roboto Flex", sans-serif;
  font-size: 14px;
}
.reserves-amount .btn {
  line-height: 2.2;
  opacity: 0;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  right: 0;
  transition: all 0.35s;
  visibility: hidden;
}
.reserves-amount .order-reserves {
  bottom: -30px;
  position: absolute;
  right: 0;
  transition: all 0.35s;
}
.reserves-icon {
  align-items: center;
  display: flex;
  flex-direction: row;
  height: 52px;
  width: 172px;
}
.news-page-top {
  padding-bottom: 3.3rem;
}
.news-page-top-wr {
  background-position-y: -0.5rem;
}
.news-page-top h1 {
  margin-bottom: 1.875rem;
}
.news-page-top p {
  color: #fff;
  font-size: 1.15rem;
}
.news-bloc {
  background: transparent;
  padding-top: 0;
}
.news-bloc span {
  color: #b6b6b6;
  font-size: 12px;
  text-transform: uppercase;
}
.news-bloc-img {
  font-size: 0;
  height: 100%;
  overflow: hidden;
}
.news-bloc-img img {
  width: 100%;
}
.news-bloc li {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 25px 50px 0 hsla(0, 0%, 44%, 0.07);
  display: flex;
  flex-direction: column;
}
.news-bloc-title {
  color: #50535a;
  font-family: "Roboto Flex", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.09px;
}
.news-bloc-info {
  background-color: #fff;
  border-radius: 8px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 24px;
}
.news-bloc-info_item {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
}
.news-bloc-info_item:before {
  align-self: center;
  content: url(../../img/line-news.svg);
  left: 0;
  margin-bottom: 3px;
  right: 0;
}
.news-bloc-info_item-name {
  margin-left: 10px;
}
.news-bloc-info_item-name p {
  font-size: 14px;
}
.news-bloc-info_item-photo-name {
  display: flex;
}
.news-bloc-info_item-photo img {
  height: 32px;
  width: 32px;
}
.news-bloc-info_item-data {
  align-self: center;
  margin-left: auto;
}
.news-bloc-info_item-data span {
  align-items: center;
  display: flex;
}
.news-bloc-info_item-data span span {
  font-size: 14px;
  margin-left: 7px;
}
.news-bloc-info_item-data img {
  height: 20px;
  margin-left: 20px;
  width: 20px;
}
.reviews-bloc .padding-title {
  margin-bottom: 64px;
}
.reviews-bloc .padding-title p {
  font-size: 18px;
  line-height: 1.5;
}
.reviews-bloc li {
  background: #fff;
  border-radius: 24px;
  padding: 40px;
}
.reviews-bloc-btn {
  margin-top: 40px;
  text-align: center;
}
.reviews-bloc-txt p {
  color: #5c6a78;
  font-size: 18px;
  line-height: 1.6111111111;
  position: relative;
  text-align: left;
}
.reviews-bloc__ {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  height: 82px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.reviews-bloc-date {
  color: #96989c;
  text-transform: uppercase;
}
.reviews-bloc-client {
  margin-top: 41px;
}
.reviews-bloc-client p {
  color: #1d354f;
  font-family: "Roboto Flex", sans-serif;
  font-size: 18px;
  line-height: 1;
}
.reviews-bloc-client span {
  color: #fac917;
  margin-right: 3px;
}
.reviews-bloc-photo {
  margin-left: 8px;
  margin-right: 17px;
  overflow: hidden;
  padding: 3px;
  text-align: center;
}
.reviews-bloc-photo p {
  color: #50535a;
  font-size: 14px;
}
.reviews-bloc-photo img {
  height: 32px;
  width: 32px;
}
.averageTime {
  align-content: stretch;
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.4rem;
  margin: 0 25px 32px;
}
@media only screen and (max-width: 767px) {
  .averageTime {
    flex-direction: column;
    gap: 0.1rem;
    justify-content: center;
  }
}
.averageTime-mt {
  margin-top: 25px;
}
.averageTime div {
  background: rgba(246, 244, 254, 0.7);
  border: 3px solid #fff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  flex-basis: calc(50% - 0.7rem);
  flex-direction: column;
  justify-content: center;
  max-width: 50%;
  overflow: hidden;
  margin: 0 auto;
  padding: 14px;
  margin-bottom: .75rem;
}
@media only screen and (max-width: 767px) {
  .averageTime div {
    flex-basis: 100%;
    max-width: 100%;
    row-gap: 6px;
  }
}
.averageTime p {
  color: #5c6a78;
  font-family: "Roboto Flex", sans-serif;
  font-size: 16px;
  letter-spacing: 0.2px;
}
@media only screen and (max-width: 767px) {
  .averageTime p {
    text-align: center;
  }
}
.form-footer input,
.form-footer textarea {
  background: rgba(58, 48, 99, 0.5);
  border-radius: 20px;
  font-family: Conv_MuseoSansCyrl_0, sans-serif;
  padding: 10px 20px;
}
.form-footer input::-webkit-input-placeholder,
.form-footer textarea::-webkit-input-placeholder {
  color: #9f9f9f;
  font-style: italic;
}
.form-footer input:-moz-placeholder,
.form-footer input::-moz-placeholder,
.form-footer textarea:-moz-placeholder,
.form-footer textarea::-moz-placeholder {
  color: #9f9f9f;
  font-style: italic;
}
.form-footer input:-ms-input-placeholder,
.form-footer textarea:-ms-input-placeholder {
  color: #9f9f9f;
  font-style: italic;
}
.form-footer textarea {
  height: 85px;
  min-height: 85px;
  resize: vertical;
}
.content {
  flex-basis: 65.8333333333%;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 15rem;
  max-width: 65.8333333333%;
  min-width: 0;
  padding: 15rem;
}
@media only screen and (max-width: 1025px) {
  .content {
    flex-basis: 56.6666666667%;
    flex-grow: 0;
    flex-shrink: 0;
    margin: 15rem;
    max-width: 56.6666666667%;
    min-width: 0;
    padding: 15rem;
  }
}
@media only screen and (max-width: 767px) {
  .content {
    flex-basis: 100%;
    flex-grow: 0;
    flex-shrink: 0;
    margin: 20px 15rem 15rem;
    max-width: 100%;
    min-width: 0;
    padding: 15rem;
  }
}
.verification {
  font-size: 16px;
  margin-top: 20px;
}
.verification__item {
  align-items: center;
  display: flex;
  margin: 10px 10px 0 0;
}
.verification__item--email:before,
.verification__item--facebook:before,
.verification__item--passport:before,
.verification__item--phone:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.verification__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.verification__items :last-child {
  margin-right: 0;
}
.reviews {
  overflow: hidden;
  padding-top: 4rem;
  position: relative;
}
.reviews a,
.reviews p {
  line-height: 1.5;
}
.reviews-top-wr {
  background-position-y: -0.5rem;
}
.reviews-top ul {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 10px -0.5rem;
}
.reviews-top li {
  margin: 0.5rem;
}
.reviews-top .btn {
  font-size: 15px;
  line-height: 2.54;
  text-transform: uppercase;
}
.reviews-top .btn-blue {
  color: #fff;
}
.reviews-top .btn-blue:hover {
  color: #fff;
  opacity: 1;
}
.reviews-top .btn-submit {
  box-shadow: none;
}
.reviews-main-list {
  margin-bottom: 2.5rem;
}
.reviews-main-list li {
  background: #fff;
  border-radius: 24px;
  margin-top: 20px;
  padding: 1.25rem;
  position: relative;
}
.reviews-main-list li:after {
  content: url(../../img/quotes.png);
  height: 70px;
  position: absolute;
  right: 21px;
  top: 0;
  width: 55px;
  z-index: 2;
}
.reviews-main-list-item {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .reviews-main-list-item {
    flex-wrap: wrap;
  }
}
.reviews-main-list-person {
  align-items: center;
  border-right: 1px solid #e6e6e6;
  display: flex;
  flex-basis: 20%;
  padding-right: 1.875rem;
}
@media only screen and (max-width: 767px) {
  .reviews-main-list-person {
    border-bottom: 1px solid #e6e6e6;
    border-right: none;
    flex-basis: 100%;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    padding-right: 0;
  }
}
.reviews-main-list-person-photo {
  background-color: #7d9baf;
  border-radius: 50%;
  height: 3.125rem;
  margin-right: 1.25rem;
  overflow: hidden;
  padding: 7px;
  width: 3.125rem;
}
.reviews-main-list-person-name p {
  margin-bottom: 7px;
}
.reviews-main-list-person-name span {
  color: #fac917;
  margin-right: 3px;
}
.reviews-main-list-txt {
  flex-basis: 80%;
  padding-left: 1.875rem;
  padding-right: 3.875rem;
}
@media only screen and (max-width: 767px) {
  .reviews-main-list-txt {
    flex-basis: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.reviews-main-list-txt > span {
  color: #b6b6b6;
  display: inline-block;
  font-size: 12px;
  margin-bottom: 15px;
}
.reviews-main-list-txt p {
  line-height: 24px;
}
.one-new-top-wr {
  background-position-y: -0.5rem;
}
.one-new-top-back {
  margin-bottom: 3rem;
  margin-top: 1.1rem;
}
.one-new-top-back a {
  color: #fff;
  font-size: 13px;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-transform: uppercase;
}
.one-new-top-date {
  color: #9f9f9f;
  margin-top: 1.56rem;
  padding-bottom: 5.25rem;
}
.one-new-top-date img {
  margin-right: 10px;
  width: 17px;
}
.one-new-info {
  margin-bottom: 4rem;
  margin-top: 3rem;
}
.one-new-info p {
  color: #6a6f76;
  line-height: 24px;
  margin-bottom: 15px;
}
.one-new-info li {
  color: #6a6f76;
  margin-bottom: 7px;
}
.one-new-info-item {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -13px;
}
.one-new-info-item > div {
  flex: 1 1;
  margin: 0 13px;
}
@media only screen and (max-width: 550px) {
  .one-new-info-item > div {
    flex: 1 1 auto;
  }
}
.one-new-info-right img {
  width: 100%;
}
.one-new-info .title {
  margin-bottom: 1.6rem;
  margin-top: 2.25rem;
}
.one-new-info ul {
  list-style-type: disc;
  margin-top: 15px;
  padding-left: 20px;
}
.one-new-info h3.title {
  font-size: 1.5rem;
}
.one-new_bg {
  background: #f4f5f7;
  padding-bottom: 5rem;
  padding-top: 4rem;
}
@media only screen and (max-width: 767px) {
  .one-new_bg {
    padding: 3rem;
  }
}
.one-new_comments {
  margin-bottom: 2.2rem;
}
.one-new_comments li {
  padding-top: 15px;
}
.one-new_comments li > ul {
  padding-left: 6rem;
}
@media only screen and (max-width: 550px) {
  .one-new_comments li > ul {
    padding-left: 3rem;
  }
}
.one-new_comments li > ul li {
  position: relative;
}
.one-new_comments li > ul li:before {
  content: url(../../img/synchronization.svg);
  height: 2.4rem;
  left: -5rem;
  position: absolute;
  top: 0;
  width: 3.5rem;
}
@media only screen and (max-width: 550px) {
  .one-new_comments li > ul li:before {
    left: -4rem;
    width: 2.5rem;
  }
}
.one-new_comments_bloc {
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  padding-bottom: 20px;
  position: relative;
}
.one-new_comments_bloc-photo {
  background-color: #969593;
  border-radius: 50%;
  height: 50px;
  margin-right: 17px;
  overflow: hidden;
  padding: 3px;
  text-align: center;
  width: 50px;
}
.one-new_comments_bloc-photo img {
  width: 100%;
}
.one-new_comments_bloc-main {
  flex: 1 1;
  padding-right: 2rem;
}
.one-new_comments_bloc-name {
  margin-bottom: 10px;
}
.one-new_comments_bloc-name b {
  margin-right: 12px;
}
.one-new_comments_bloc-name span {
  color: #fac917;
  margin-left: 3px;
}
.one-new_comments_bloc-txt {
  margin-bottom: 15px;
}
.one-new_comments_bloc-btn a {
  color: #607980;
  font-size: 13px;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-transform: uppercase;
}
.one-new_comments_bloc-date {
  text-align: right;
}
@media only screen and (max-width: 550px) {
  .one-new_comments_bloc-date {
    position: absolute;
    right: 0;
    top: -15px;
  }
}
.one-new_comments_bloc-date span {
  color: #96989c;
  font-size: 12px;
  text-transform: uppercase;
}
@media only screen and (max-width: 550px) {
  .one-new_comments_bloc-date span {
    font-size: 10px;
  }
}
.transaction__table {
  font-size: 16px;
}
@media only screen and (max-width: 1200px) {
  .transaction__table {
    font-size: 13px;
  }
}
@media only screen and (max-width: 550px) {
  .transaction__table {
    font-size: 11.5px;
  }
}
.transaction__title {
  margin: 25px 0 20px;
}
.transaction__row {
  border-bottom: 1px solid #9b9b9b;
  display: flex;
  padding: 10px 0;
}
.transaction__row--title {
  background-color: #ebebeb;
  border: none;
  color: #0595c5;
  padding: 14px 0;
}
.transaction__dies,
.transaction__plus {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
  text-align: center;
}
.transaction__date,
.transaction__dies,
.transaction__plus {
  flex-grow: 0;
  flex-shrink: 0;
  margin: 15rem;
  min-width: 5px;
  padding: 15rem;
}
.transaction__date {
  flex-basis: 20.8333333333%;
  max-width: 20.8333333333%;
}
@media only screen and (max-width: 550px) {
  .transaction__date {
    flex-basis: 25%;
    flex-grow: 0;
    flex-shrink: 0;
    margin: 15rem;
    max-width: 25%;
    min-width: 5px;
    padding: 15rem;
  }
}
.transaction__description {
  flex-basis: 50%;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 15rem;
  max-width: 50%;
  min-width: 5px;
  padding: 15rem;
}
@media only screen and (max-width: 1025px) {
  .transaction__description {
    flex-basis: 45.8333333333%;
    flex-grow: 0;
    flex-shrink: 0;
    margin: 15rem;
    max-width: 45.8333333333%;
    min-width: 5px;
    padding: 15rem;
  }
}
@media only screen and (max-width: 550px) {
  .transaction__description {
    flex-basis: 41.6666666667%;
    flex-grow: 0;
    flex-shrink: 0;
    margin: 15rem;
    max-width: 41.6666666667%;
    min-width: 5px;
    padding: 15rem;
  }
}
.transaction__amount {
  flex-basis: 12.5%;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 15rem;
  max-width: 12.5%;
  min-width: 5px;
  padding: 15rem;
}
@media only screen and (max-width: 1025px) {
  .transaction__amount {
    flex-basis: 16.6666666667%;
    flex-grow: 0;
    flex-shrink: 0;
    margin: 15rem;
    max-width: 16.6666666667%;
    min-width: 5px;
    padding: 15rem;
  }
}
@media only screen and (max-width: 550px) {
  .transaction__amount {
    flex-basis: 16.6666666667%;
    flex-grow: 0;
    flex-shrink: 0;
    margin: 15rem;
    max-width: 16.6666666667%;
    min-width: 0;
    padding: 15rem;
  }
}
.specification {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 1200px) {
  .specification-top-wr {
    background-position-y: 0;
  }
}
.specification-top-item {
  margin-top: 2rem;
  padding-bottom: 5rem;
}
.specification-top-item ul {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -0.5rem;
}
@media only screen and (max-width: 767px) {
  .specification-top-item ul {
    justify-content: center;
    margin: 0;
  }
}
.specification-top-item li {
  margin: 0.5rem;
}
.specification-top-item .btn {
  font-size: 15px;
  line-height: 2.54;
  padding-left: 40px;
  padding-right: 40px;
  text-transform: uppercase;
}
@media only screen and (max-width: 550px) {
  .specification-top-item .btn {
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.specification-top-item .btn-blue {
  color: #fff;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.specification-top-item .btn-blue:hover {
  color: #fff;
  opacity: 1;
}
.specification-top-item .btn-submit {
  box-shadow: none;
}
.specification li {
  font-size: 1rem;
  margin-top: 1.25rem;
}
.specification-news-bloc,
.specification-news-bloc .news-bloc {
  padding-bottom: 2rem;
  padding-top: 2rem;
}
.one-new-info-item,
.specification-info {
  color: #3b454e;
  font-size: 16px;
  line-height: 24px;
}
.one-new-info-item div,
.one-new-info-item p,
.specification-info div,
.specification-info p {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  padding: 8px 0;
}
.one-new-info-item div:empty,
.one-new-info-item p:empty,
.specification-info div:empty,
.specification-info p:empty {
  height: 0;
}
.one-new-info-item div:has(> .ProseMirror-trailingBreak),
.one-new-info-item p:has(> .ProseMirror-trailingBreak),
.specification-info div:has(> .ProseMirror-trailingBreak),
.specification-info p:has(> .ProseMirror-trailingBreak) {
  padding: 0;
}
.one-new-info-item div:last-child,
.one-new-info-item p:last-child,
.specification-info div:last-child,
.specification-info p:last-child {
  padding-bottom: 0;
}
.one-new-info-item strong,
.specification-info strong {
  font-weight: 700;
}
.one-new-info-item em,
.specification-info em {
  font-style: italic;
}
.one-new-info-item s,
.specification-info s {
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
}
.one-new-info-item ol,
.one-new-info-item ul,
.specification-info ol,
.specification-info ul {
  margin: 0;
  padding: 2px 0 2px 16px;
}
.one-new-info-item ol:last-child,
.one-new-info-item ul:last-child,
.specification-info ol:last-child,
.specification-info ul:last-child {
  margin-bottom: 0;
}
.one-new-info-item ol li,
.one-new-info-item ul li,
.specification-info ol li,
.specification-info ul li {
  line-height: 24px;
}
.one-new-info-item ol li div,
.one-new-info-item ol li p,
.one-new-info-item ul li div,
.one-new-info-item ul li p,
.specification-info ol li div,
.specification-info ol li p,
.specification-info ul li div,
.specification-info ul li p {
  margin: 0;
  padding: 0;
}
.one-new-info-item ul,
.specification-info ul {
  list-style: none;
  padding: 2px 0 2px 16px;
}
.one-new-info-item ul li,
.specification-info ul li {
  display: flex;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  padding: 6px 0;
}
.one-new-info-item ul li:last-child,
.specification-info ul li:last-child {
  margin-bottom: 0;
}
.one-new-info-item ul li:before,
.specification-info ul li:before {
  color: #0f89ff;
  content: "•";
  font-size: 24px;
  margin-right: 10px;
}
.one-new-info-item ol,
.specification-info ol {
  list-style-type: auto;
  padding: 2px 0 2px 30px;
}
.one-new-info-item ol li,
.specification-info ol li {
  padding: 6px 0;
}
.one-new-info-item img,
.specification-info img {
  margin-bottom: 24px;
  margin-top: 32px;
}
.one-new-info-item h1,
.one-new-info-item h2,
.one-new-info-item h3,
.one-new-info-item h4,
.one-new-info-item h5,
.one-new-info-item h6,
.specification-info h1,
.specification-info h2,
.specification-info h3,
.specification-info h4,
.specification-info h5,
.specification-info h6 {
  color: #3b454e;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
  padding: 32px 0 8px;
  text-transform: none;
}
.one-new-info-item h1:first-child,
.one-new-info-item h2:first-child,
.one-new-info-item h3:first-child,
.one-new-info-item h4:first-child,
.one-new-info-item h5:first-child,
.one-new-info-item h6:first-child,
.specification-info h1:first-child,
.specification-info h2:first-child,
.specification-info h3:first-child,
.specification-info h4:first-child,
.specification-info h5:first-child,
.specification-info h6:first-child {
  padding-top: 16px;
}
.one-new-info-item h1,
.specification-info h1 {
  font-size: 40px;
  line-height: 48px;
  padding: 32px 0 8px;
}
.one-new-info-item h2,
.specification-info h2 {
  font-size: 30px;
  line-height: 36px;
}
.one-new-info-item h3,
.specification-info h3 {
  font-size: 24px;
  line-height: 32px;
}
.one-new-info-item h4,
.specification-info h4 {
  font-size: 20px;
  line-height: 24px;
  padding-top: 28px;
}
.one-new-info-item h5,
.specification-info h5 {
  font-size: 16px;
  line-height: 19px;
  padding-top: 20px;
}
.one-new-info-item h6,
.specification-info h6 {
  font-size: 12px;
  line-height: 16px;
  padding-top: 8px;
}
.one-new-info-item hr,
.specification-info hr {
  background: #d9d9d9;
  border: 0;
  display: block;
  height: 1px;
  margin: 8px 0;
  width: 100%;
}
.one-new-info-item a,
.specification-info a {
  color: #0081eb;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.one-new-info-item code,
.specification-info code {
  background: #efefef;
  border-radius: 6px;
  color: #616161;
  color: #3b454e;
  margin: 16px 0;
  padding: 16px;
}
.one-new-info-item pre,
.specification-info pre {
  background: #efefef;
  border-radius: 6px;
  color: #616161;
  color: #3b454e;
  font-family: Courier, monospace;
  margin: 0;
  padding: 38px 16px 16px;
}
.one-new-info-item pre code,
.specification-info pre code {
  background: none;
  color: inherit;
  margin: 0;
  padding: 0;
}
.one-new-info-item pre .hljs-comment,
.one-new-info-item pre .hljs-quote,
.specification-info pre .hljs-comment,
.specification-info pre .hljs-quote {
  color: #616161;
}
.one-new-info-item pre .hljs-attribute,
.one-new-info-item pre .hljs-link,
.one-new-info-item pre .hljs-name,
.one-new-info-item pre .hljs-regexp,
.one-new-info-item pre .hljs-selector-class,
.one-new-info-item pre .hljs-selector-id,
.one-new-info-item pre .hljs-tag,
.one-new-info-item pre .hljs-template-variable,
.one-new-info-item pre .hljs-variable,
.specification-info pre .hljs-attribute,
.specification-info pre .hljs-link,
.specification-info pre .hljs-name,
.specification-info pre .hljs-regexp,
.specification-info pre .hljs-selector-class,
.specification-info pre .hljs-selector-id,
.specification-info pre .hljs-tag,
.specification-info pre .hljs-template-variable,
.specification-info pre .hljs-variable {
  color: #f98181;
}
.one-new-info-item pre .hljs-built_in,
.one-new-info-item pre .hljs-builtin-name,
.one-new-info-item pre .hljs-literal,
.one-new-info-item pre .hljs-meta,
.one-new-info-item pre .hljs-number,
.one-new-info-item pre .hljs-params,
.one-new-info-item pre .hljs-type,
.specification-info pre .hljs-built_in,
.specification-info pre .hljs-builtin-name,
.specification-info pre .hljs-literal,
.specification-info pre .hljs-meta,
.specification-info pre .hljs-number,
.specification-info pre .hljs-params,
.specification-info pre .hljs-type {
  color: #fbbc88;
}
.one-new-info-item pre .hljs-bullet,
.one-new-info-item pre .hljs-string,
.one-new-info-item pre .hljs-symbol,
.specification-info pre .hljs-bullet,
.specification-info pre .hljs-string,
.specification-info pre .hljs-symbol {
  color: #b9f18d;
}
.one-new-info-item pre .hljs-section,
.one-new-info-item pre .hljs-title,
.specification-info pre .hljs-section,
.specification-info pre .hljs-title {
  color: #faf594;
}
.one-new-info-item pre .hljs-keyword,
.one-new-info-item pre .hljs-selector-tag,
.specification-info pre .hljs-keyword,
.specification-info pre .hljs-selector-tag {
  color: #70cff8;
}
.one-new-info-item pre .hljs-emphasis,
.specification-info pre .hljs-emphasis {
  font-style: italic;
}
.one-new-info-item pre .hljs-strong,
.specification-info pre .hljs-strong {
  font-weight: 700;
}
.one-new-info-item img,
.specification-info img {
  display: block;
  height: auto;
  max-width: 100%;
  width: auto;
}
.one-new-info-item blockquote,
.specification-info blockquote {
  border-left: 4px solid #e2e4e4;
  margin: 0 0 24px;
  padding-left: 16px;
}
.faq-block {
  margin-top: 7rem;
}
@media only screen and (max-width: 1025px) {
  .faq-block {
    margin-top: 4rem;
  }
}
.faq {
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
}
.faq-top-wr {
  background-position-y: -0.5rem;
}
.faq-qst {
  margin-bottom: 2.5rem;
}
.faq-qst li {
  cursor: pointer;
  margin-bottom: 24px;
}
.faq-qst li:first-child {
  margin-top: 0;
}
.faq-qst li:hover {
  box-shadow: 0 6px 35px 0 #d0d0d0;
}
.faq-qst-title {
  border: 1px solid #e6e6e6;
  font-size: 1.5rem;
  padding: 20px 90px 20px 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .faq-qst-title {
    font-size: 0.9rem;
    padding: 10px 70px 10px 10px;
  }
}
.faq-qst-title h2,
.faq-qst-title p {
  line-height: normal !important;
  margin-bottom: 0 !important;
  width: calc(100% - 35px);
}
.faq-qst-title h2 {
  color: #5c6a78;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.faq-qst-title span {
  background: #f4f5f7;
  border-left: 1px solid #e6e6e6;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
}
.faq-qst-title span:after {
  border-color: #b2b4b8;
  border-style: solid;
  border-width: 2px 0 0 2px;
  content: "";
  height: 20px;
  left: 20px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-135deg);
  transition: all 0.35s;
  width: 20px;
}
.faq-qst-title-arrow {
  box-shadow: 0 6px 35px 0 #d0d0d0;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  transition: all 0.35s;
}
.faq-qst-title-arrow span:after {
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
}
.faq-qst-title-arrow .b-toggle {
  border: 1px solid #e6e6e6;
  border-top: none;
  _display: block;
  max-height: 100%;
  opacity: 1;
  padding: 1.25rem 1.875rem;
  transition:
    opacity 0.3s,
    max-height 0.3s;
}
.b-toggle {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-top: none;
  _display: none;
  font-size: 1rem;
  line-height: 1.5;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 8px 12px 12px;
}
@media screen and (max-width: 767px) {
  .b-toggle {
    font-size: 0.7rem;
    line-height: 1.2;
  }
}
.b-toggle a {
  color: #6a55ea;
}
.pagination {
  margin-bottom: 26px;
  margin-top: 26px;
}
.pagination ul {
  align-items: center;
  display: flex;
  justify-content: center;
}
.pagination li {
  background: none;
  border: none;
  box-shadow: none;
  flex-basis: auto;
  flex: 0 0 auto;
  margin: 3px;
  min-width: auto;
  width: auto;
}
.pagination a {
  background-color: #e5e7ea;
  border-radius: 50%;
  color: #9f9f9f;
  display: block;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}
.pagination a.pagination-current,
.pagination a:hover {
  background-color: #fff;
  box-shadow: 0 6px 35px 0 #d0d0d0;
  color: #212121;
}
.pagination a.pagination-ban {
  background-color: #e5e7ea;
  box-shadow: none;
  color: #9f9f9f;
  cursor: default;
}
.footer {
  flex: 0 0 auto;
}
.footer .container-1 {
  width: 1450px;
}
.footer-background {
  background-color: #edeefd;
}
.footer-bottom {
  align-items: center;
  border-top: 1px solid #dbdfe7;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 32px 0;
}
.footer-bottom a,
.footer-bottom p {
  color: #5c6a78;
  font-family: "Roboto Flex", sans-serif;
  font-size: 12px;
  line-height: 1.6666666667;
}
.footer-bottom a:hover {
  color: #1d354f;
}
.footer-bottom p span {
  cursor: auto;
}
.footer-bottom p span:before {
  border-right: 1px solid #ccd0d9;
  content: "";
  height: 24px;
  margin: 0 8px;
}
.footer-bottom ul {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.footer-bottom li {
  margin: 10px;
}
.footer-bottom li:first-child {
  margin-left: 0;
}
.footer-bottom li:last-child {
  margin-right: 0;
}
.contact-main .container > div {
  justify-content: flex-start !important;
}
.contact-main-mail {
  align-items: center;
}
.contact-main-form {
  padding: 2.8rem 4rem 2.2rem;
}
@media only screen and (max-width: 1200px) {
  .contact-main-form {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .contact-main-form {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.contact-main-form .title {
  margin-bottom: 0.875rem;
  margin-top: 0;
}
.contact-main-form .form-ruls {
  margin-top: 15px;
}
.contact-main-form input,
.contact-main-form textarea {
  background-color: #f4f5f7;
  border: 1px solid #eee;
  border-radius: 20px;
  font-size: 1rem;
  margin: 10px 0 0;
  padding: 10px 35px 10px 15px;
  width: 100%;
}
.contact-main-form textarea {
  font-family: "Roboto Flex", sans-serif;
  height: 5rem;
  min-height: 2.5rem;
  resize: vertical;
}
.contact-main-form > div {
  margin-top: 1.625rem;
}
.contact-main-form .text-center {
  padding: 0 20px;
}
.four {
  color: #fff;
}
.four-wr {
  background-position-y: 0;
  background-size: 900% 150%;
  display: flex;
  flex: 1 0;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  overflow: hidden;
}
.four-title {
  font-size: 12.5rem;
}
@media only screen and (max-width: 1025px) {
  .four-title {
    font-size: 10.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .four-title {
    font-size: 8.5rem;
  }
}
.four-first {
  padding-bottom: 8%;
}
.four-second {
  padding-bottom: 6%;
}
.four-first,
.four-second {
  display: flex;
  flex: 1 0;
  flex-direction: column;
  justify-content: center;
}
.four-first-wrong {
  font-size: 1.5rem;
  margin-bottom: 5.25rem;
}
@media only screen and (max-width: 767px) {
  .four-first-wrong {
    margin-bottom: 3rem;
  }
}
.four .btn {
  font-size: 18px;
  line-height: 3;
  padding-left: 5rem;
  padding-right: 5rem;
}
@media only screen and (max-width: 767px) {
  .four .btn {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.four-second img {
  max-width: 110px;
  width: 100%;
}
.four-second-break {
  font-size: 2.875rem;
  margin-bottom: 1.875rem;
  margin-top: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .four-second-break {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
  }
}
.four-second-back {
  font-size: 1.5rem;
  margin-bottom: 10%;
}
.four-second-dont-worry {
  display: inline-block;
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  max-width: 590px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .four-second-dont-worry {
    line-height: normal;
  }
}
.zayvki-filter {
  margin-left: 52px;
}
@media only screen and (max-width: 1025px) {
  .zayvki-filter {
    margin-left: 0;
  }
}
.zayvki-filter .title {
  font-family: "Roboto Flex", sans-serif;
}
.zayvki-filter--top {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-right: 50px;
}
@media only screen and (max-width: 1025px) {
  .zayvki-filter--top__btn-group {
    margin-left: 1rem;
  }
}
.zayvki-filter--top__btn-group ul {
  display: flex;
  flex-wrap: wrap;
}
.zayvki-filter--top__btn-group ul li {
  text-transform: uppercase;
}
.zayvki-filter--top__btn-group ul li:after {
  border-right: 1px solid #f3f3f3;
  content: "";
  margin: 0 11px;
}
@media only screen and (max-width: 1025px) {
  .zayvki-filter--top__btn-group ul li:after {
    border: none;
  }
}
.zayvki-filter--top__btn-group ul li:last-child:after {
  border: none;
  margin: 0;
}
@media only screen and (max-width: 550px) {
  .zayvki-filter--top__btn-group ul li {
    margin: 0 4px;
    width: 45%;
  }
}
.zayvki-filter--bot {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -30px;
}
@media only screen and (max-width: 767px) {
  .zayvki-filter--bot {
    margin: 0 10px;
  }
}
.zayvki-filter-main {
  margin: 2.5rem 0 0.5rem;
}
.zayvki-filter-main--top {
  flex-direction: row;
  justify-content: space-between;
}
.zayvki-filter-main--top,
.zayvki-filter-main--top__btn-group ul {
  display: flex;
  flex-wrap: wrap;
}
.zayvki-filter-main--top__btn-group ul li {
  text-transform: uppercase;
}
.zayvki-filter-main--top__btn-group ul li:after {
  border-right: 1px solid #f3f3f3;
  content: "";
  margin: 0 11px;
}
@media only screen and (max-width: 1025px) {
  .zayvki-filter-main--top__btn-group ul li:after {
    border: none;
  }
}
.zayvki-filter-main--top__btn-group ul li:last-child:after {
  border: none;
  margin: 0;
}
@media only screen and (max-width: 550px) {
  .zayvki-filter-main--top__btn-group ul li {
    width: 100%;
  }
}
.zayvki-filter-main--bot {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -30px;
}
@media only screen and (max-width: 767px) {
  .zayvki-filter-main--bot {
    margin: 0 10px;
  }
}
.zayvki-item {
  display: flex;
}
.zayvki-border {
  border-top: 1px solid #dbdfe7;
}
.zayvki-main {
  background: #f6f4fe;
  border: 4px solid #fff;
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  margin-bottom: 80px;
  margin-top: 55px;
}
.zayvki-table {
  align-self: center;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  margin-bottom: 1.875rem;
  margin-top: 1.875rem;
  overflow: hidden;
  width: 100%;
}
.zayvki-table table {
  border-collapse: collapse;
  color: #212121;
  width: 100%;
}
.zayvki-table th {
  background: rgba(29, 53, 79, 0.07);
  color: #5c6a78;
  font-family: "Roboto Flex", sans-serif;
  font-size: 15px;
}
.zayvki-table td,
.zayvki-table th {
  text-align: left;
}
.zayvki-table th {
  font-size: 1.125rem;
  padding: 12px 13px;
}
.zayvki-table th:first-child {
  padding-left: 22px;
}
@media only screen and (max-width: 1200px) {
  .zayvki-table th {
    padding: 8px 4px;
  }
}
@media only screen and (max-width: 1025px) {
  .zayvki-table th {
    font-size: 0.75rem;
  }
}
.zayvki-table td {
  font-size: 1rem;
  padding: 20px 13px;
  position: relative;
}
.zayvki-table td:first-child {
  padding-left: 30px;
}
.zayvki-table td:nth-child(2) {
  width: 220px;
}
@media only screen and (max-width: 1025px) {
  .zayvki-table td:nth-child(2) {
    width: auto;
  }
}
@media only screen and (max-width: 1200px) {
  .zayvki-table td {
    padding: 15px 4px;
  }
}
@media only screen and (max-width: 1025px) {
  .zayvki-table td {
    font-size: 0.75rem;
  }
}
.zayvki-table tbody tr {
  border-bottom: 1px solid #e6e6e6;
}
.zayvki-table tbody tr:last-child {
  border-bottom: none;
}
.zayvki-table .table--row {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
@media only screen and (max-width: 1200px) {
  .zayvki-table .table--row {
    flex-wrap: wrap;
  }
}
.zayvki-table .table--row .table--row {
  flex: 1;
}
.zayvki-table .table--row p span {
  display: block;
}
.zayvki-table dd {
  font-size: 0;
  margin: 0 1rem;
  width: 12px;
}
@media only screen and (max-width: 1200px) {
  .zayvki-table dd {
    margin: 0 0.35rem;
  }
}
.zayvki-table img {
  border-radius: 50%;
  margin-right: 15px;
  width: 30px;
}
.zayvki-table .qt {
  color: #212121;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
}
.zayvki-table .currency {
  color: #9a9a9a;
  font-size: 0.8rem;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .zayvki-table .currency {
    white-space: normal;
  }
}
.zayvki-table span.status {
  display: inline-block;
  font-size: 0.75rem;
  overflow: hidden;
  padding-left: 12px;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  width: 135px;
}
@media only screen and (max-width: 1025px) {
  .zayvki-table span.status {
    font-size: 0.5rem;
    width: 88px;
  }
}
@media only screen and (max-width: 767px) {
  .zayvki-table span.status {
    width: 65px;
  }
}
.zayvki-table span.status.new-zayvka--marker {
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  padding: 0;
  width: 10px;
}
.zayvki-table span.status.new-zayvka--marker__v {
  border-radius: 5px;
  height: 26px;
  left: 10px;
  margin-top: -13px;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 5px;
}
.zayvki-table .status--row {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.zayvki-table button {
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90%;
  border: none;
  cursor: pointer;
  display: inline-block;
  height: 27px;
  margin-right: 10px;
  width: 25px;
}
.zayvki-table button:hover {
  background-size: 100%;
  transform: rotate(10deg);
}
.zayvki-table button.view {
  background-image: url(../../img/view.svg);
  height: 18px;
  margin-left: 20%;
  width: 28px;
}
.zayvki-table button.delete {
  background-image: url(../../img/delete.svg);
  height: 19px;
  width: 19px;
}
@media only screen and (max-width: 767px) {
  .zayvki-table {
    overflow: auto;
  }
  .zayvki-table thead {
    display: none;
  }
  .zayvki-table img {
    margin-right: 5px;
    width: 22px;
  }
  .zayvki-table td {
    align-items: center;
    display: inline-flex;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 33%;
  }
  .zayvki-table td:first-child {
    margin-right: 15px;
    padding-left: 20px;
    width: auto;
  }
  .zayvki-table td:nth-child(2) {
    min-width: 40%;
    width: auto;
  }
  .zayvki-table .table--row {
    flex: none;
    flex-wrap: nowrap;
  }
  .zayvki-table .qt {
    font-size: 0.75rem;
    white-space: nowrap;
  }
  .zayvki-table span.status {
    white-space: normal;
  }
}
@media only screen and (max-width: 1200px) {
  .requisites-bg {
    background-position-y: 0;
  }
}
.requisites--top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 0 2.125rem;
}
.requisites--top__btn-group div {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .requisites--top__btn-group div {
    margin-left: 1rem;
  }
}
.requisites--top__btn-group div div button {
  text-transform: uppercase;
}
.requisites--top__btn-group div div:after {
  border-right: 1px solid #f3f3f3;
  content: "";
  margin: 0 11px;
}
@media only screen and (max-width: 1025px) {
  .requisites--top__btn-group div div:after {
    border: none;
  }
}
.requisites--top__btn-group div div:last-child:after {
  border: none;
  margin: 0;
}
@media only screen and (max-width: 550px) {
  .requisites--top__btn-group div div {
    width: 100%;
  }
}
.wallets-main ul {
  justify-content: center;
}
.wallets-main ul li {
  background: rgba(246, 244, 254, 0.7);
  border: 3px solid #fff;
  border-radius: 20px;
  display: flex;
  flex: 1 0 auto;
  padding: 10px;
}
.wallets-main ul li img {
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  height: 50px;
  justify-content: center;
  padding: 5px;
  width: 50px;
}
.requisites-main {
  margin-bottom: 2.6rem;
  min-height: 307px;
}
.requisites-main--txt,
.requisites-main--txt__ {
  color: #9f9f9f;
  font-size: 0.875rem;
  margin-bottom: 1.65rem;
  margin-top: 10px;
  text-transform: uppercase;
}
.requisites-main--txt__,
.requisites-main--txt____ {
  margin-bottom: 0.85rem;
  margin-top: 2.5rem;
}
.requisites-main--verified {
  font-family: Conv_MuseoSansCyrl_2, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
.requisites-main img {
  max-width: 12rem;
}
.requisites-main span {
  display: inline-block;
  width: 100%;
}
.requisites-select-block .form {
  padding: 2.8rem 0;
  position: relative;
  width: 100%;
}
.requisites-select-block .form:after,
.requisites-select-block .form:before {
  opacity: 0.1;
  position: absolute;
  z-index: 0;
}
.requisites-select-block .form:after {
  content: url(../../img/001.svg);
  right: -18rem;
  top: -5.5rem;
  width: 46rem;
}
.requisites-select-block .form:before {
  bottom: -24rem;
  content: url(../../img/002.svg);
  left: -18.5rem;
  width: 46rem;
}
.requisites-select-block--btn-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.requisites-select-block p {
  margin-top: 10px;
}
.api .container-api {
  display: flex;
  flex-direction: column;
  margin: 3.3rem 6.6rem;
}
@media only screen and (max-width: 767px) {
  .api .container-api {
    margin: 0.5rem 1rem;
  }
}
.api .container-api h2 {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .api .container-api h2 {
    margin: auto;
  }
}
.api-block {
  background: rgba(29, 53, 79, 0.07);
  color: #5c6a78;
  font-family: "Roboto Flex", sans-serif;
  padding-bottom: 3rem;
}
.api-block__main {
  align-items: center;
  background: #fff;
  border: 1px solid #f3f3f3;
  display: flex;
  justify-content: center;
  margin-bottom: 2.3125rem;
  margin-top: 1.3125rem;
  padding: 1.875rem 3rem;
}
@media only screen and (max-width: 1200px) {
  .api-block__main {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .api-block__main {
    padding: 0.5rem 1rem;
  }
}
.api-block__main .title__ {
  font-size: 1.375rem;
  margin-bottom: 1.1875rem;
  margin-top: 0;
}
.api-block__info {
  background: #fff;
  border: 1px solid #f3f3f3;
  margin-bottom: 2.3125rem;
  margin-top: 1.3125rem;
  padding: 1.875rem 3rem 2rem;
}
@media only screen and (max-width: 767px) {
  .api-block__info {
    padding: 0.5rem 1rem;
  }
}
.api-block__info--wr {
  background: #fbfbfb;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
}
.api-block__info--h {
  align-items: center;
  background: #f3f3f3;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 15px;
}
.api-block__info--h span {
  background: #9f9f9f;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin-right: 5px;
  width: 8px;
}
.api-block__info--h span:first-child {
  background: #6c56e9;
}
.api-block__info--txt {
  padding: 15px;
}
.api-block__info .title__sub {
  color: #212121;
  font-size: 1rem;
  margin: 2rem 0 0.75rem;
  text-transform: uppercase;
}
.api-block__info p {
  line-height: 1.18;
  margin-bottom: 0.25rem;
  word-break: break-all;
}
.api-block__info span {
  color: #6c56e9;
  font-weight: 400;
}
.api-block__info dd {
  margin-bottom: 0.75rem;
  margin-left: 6%;
}
.api-block__info dd:last-child {
  margin-left: 2%;
}
.api-block .title,
.api-block .title__ {
  color: #212121;
}
.api-block__img {
  margin-right: 3.625rem;
  min-width: 120px;
}
@media only screen and (max-width: 1025px) {
  .api-block__img {
    margin-right: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .api-block__img {
    margin-bottom: 0.75rem;
    margin-right: 0;
    text-align: center;
    width: 100%;
  }
}
.api-block__img img {
  max-width: 124px;
  width: 100%;
}
.api-block__txt {
  flex: 1;
  margin-right: 1.5rem;
}
@media only screen and (max-width: 1025px) {
  .api-block__txt {
    margin-right: 0;
  }
}
.api-block__txt p {
  font-size: 0.875rem;
}
.api-block__txt div {
  align-items: center;
  display: flex;
}
.api-block__txt div p {
  margin-right: 10px;
  max-width: 70px;
  width: 100%;
}
.api-block__txt div span {
  color: #434343;
  font-size: 0.875rem;
}
@media only screen and (max-width: 767px) {
  .api-block__txt div span {
    word-break: break-all;
  }
}
.api-block__txt div p,
.api-block__txt div span {
  margin-bottom: 1.25rem;
}
.api-block__txt div p.form__option__text,
.api-block__txt div span.form__option__text,
.api-block__txt div.form__option--wr p {
  margin-bottom: 0;
}
.api-block__btns {
  border-left: 2px solid #f7f9fa;
  display: flex;
  flex-direction: column;
  padding-left: 1rem;
}
@media only screen and (max-width: 1025px) {
  .api-block__btns {
    align-items: center;
    border-left: none;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 1.5rem;
    padding-left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .api-block__btns {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
.api-block__btns .btn {
  box-shadow: none;
  margin: 5px;
  min-width: 10rem;
}
.api-block .table {
  width: 100%;
}
.api-block .table .key {
  align-items: center;
  display: flex;
}
.api-block .table .key img {
  margin-right: 12px;
  width: 15px;
}
.api-block .table span {
  color: #5c6a78;
}
.api-block .table .btn {
  opacity: 0.5;
  padding-left: 5px;
  padding-right: 5px;
}
.api-block .table .btn:hover {
  opacity: 1;
}
.api-block table {
  border-collapse: collapse;
}
.api-block table td {
  color: #434343;
  font-size: 0.875rem;
  padding: 1.25rem 2.5rem;
  white-space: nowrap;
}
.api-block table td:first-child {
  width: 65%;
}
@media only screen and (max-width: 1025px) {
  .api-block table td:first-child {
    width: 55%;
  }
}
@media only screen and (max-width: 767px) {
  .api-block table td:first-child {
    width: auto;
  }
}
.api-block table td:nth-child(2) {
  width: 25%;
}
@media only screen and (max-width: 767px) {
  .api-block table td:nth-child(2) {
    width: auto;
    word-break: normal;
  }
}
.api-block table td:nth-child(3) {
  text-align: center;
  width: 10%;
}
@media only screen and (max-width: 767px) {
  .api-block table td:nth-child(3) {
    white-space: nowrap;
    width: auto;
  }
}
@media only screen and (max-width: 1200px) {
  .api-block table td {
    white-space: normal;
  }
}
@media only screen and (max-width: 767px) {
  .api-block table td {
    padding: 8px;
    word-break: break-all;
  }
}
.api-block table thead tr {
  background: rgba(29, 53, 79, 0.07);
  border-top: none;
}
.api-block table thead span {
  font-size: 1rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .api-block table thead span {
    font-size: 0.75rem;
  }
}
.api-block table tbody span {
  font-size: 0.875rem;
}
.api-block table tr {
  background: #fff;
  border: 1px solid #f3f3f3;
}
.api__info {
  font-size: 0.875rem;
  margin-top: 1.5625rem;
}
.form__option {
  align-items: center;
  display: flex;
}
@media only screen and (max-width: 1200px) {
  .form__option {
    flex-wrap: wrap;
  }
  .form__option label {
    margin: 5px 0;
  }
}
.form__option label {
  align-items: center;
  color: rgba(33, 33, 33, 0.65);
  cursor: pointer;
  display: flex;
  font-size: 0.875rem;
  margin-right: 20px;
  position: relative;
}
.form__option__text {
  margin-bottom: 0;
  padding-left: 25px;
  position: relative;
  white-space: nowrap;
}
.form__option__text:before {
  background: #f4f5f7;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  content: "";
  height: 13px;
  left: 0;
  position: absolute;
  top: 0;
  width: 13px;
}
.form__option input {
  height: 0;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 0;
}
.form__option input[type="checkbox"]:checked + .form__option__text:after {
  border: 1px solid rgba(40, 164, 151, 0.65);
  border-left: transparent;
  border-top: transparent;
  content: "";
  height: 7px;
  left: 5px;
  position: absolute;
  top: 2px;
  transform: rotate(35deg);
  width: 4px;
}
.form__option i {
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  flex: none;
  height: 13px;
  line-height: 13px;
  width: 13px;
}
.footer-block {
  display: flex;
  justify-content: space-between;
  padding: 72px 0 60px;
}
@media only screen and (max-width: 1025px) {
  .footer-block {
    padding: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-block {
    padding: 30px;
  }
}
.footer-block .left-block {
  align-items: center;
  display: flex;
}
.footer-block .left-block .logo img {
  height: 31px;
}
.footer-block .footer-logo {
  flex: 0.3;
}
.footer-block p {
  color: #1d354f;
  font-family: "Roboto Flex", sans-serif;
}
.footer-block .menu-footer {
  align-items: center;
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 1200px) {
  .footer-block .menu-footer {
    display: none;
  }
}
.footer-block .menu-footer:before {
  border-right: 1px solid #ccd0d9;
  content: "";
  height: 24px;
  margin: 0 40px;
}
.footer-block .menu-footer li {
  color: #5c6a78;
  cursor: pointer;
  margin: 0 20px;
}
.footer-block .menu-footer li:hover {
  color: #1d354f;
}
.footer-block .menu-footer li:first-child {
  margin-left: 0;
}
.footer-block .menu-footer li:last-child {
  margin-right: 0;
}
.footer-block .menu-footer li a {
  color: #5c6a78;
}
.popup {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.1) !important;
  display: table;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  margin-top: 0 !important;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all 0.35s;
  visibility: hidden;
  width: 100%;
  z-index: 999;
}
.popup-open {
  opacity: 1;
  top: 0;
  visibility: visible;
}
.popup .title {
  margin-bottom: 0;
  margin-top: 0;
}
.popup .modal-header {
  padding: 0 32px;
}
.popup-wr {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 100%;
  justify-content: center;
  margin: 0;
  max-height: 90%;
  overflow: auto;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
@media only screen and (max-width: 1025px) {
  .popup-wr {
    max-width: 79%;
  }
}
.popup-wr-item {
  background: #fff !important;
  border-radius: 24px;
  margin: 1rem auto;
  max-width: 450px;
  overflow: hidden;
  padding-top: 22px;
  position: relative;
  width: 94%;
  z-index: 999999999 !important;
}
.popup-wr-item.kyc-modal {
  border-radius: 15px;
  max-width: 700px;
}
.popup-wr-item--b {
  max-width: 800px;
}
@media only screen and (max-width: 767px) {
  .popup-wr-item {
    max-width: 365px;
  }
}
.popup-wr-item::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.popup-wr-item::-webkit-scrollbar-track-piece {
  background: transparent;
}
.popup-wr-item::-webkit-scrollbar-thumb:vertical {
  background: #272c35;
  height: 0;
}
.popup-wr-item::-webkit-scrollbar-thumb:vertical:hover {
  background: #71ca55;
}
.popup-wr-item::-webkit-scrollbar-thumb:horizontal {
  background: #272c35;
  width: 0;
}
.popup-wr-item::-webkit-scrollbar-thumb:horizontal:hover {
  background: #71ca55;
}
.popup-wr-item .popup-body {
  padding: 0 32px 32px;
}
@media only screen and (max-width: 767px) {
  .popup-wr-item .popup-body {
    padding: 0 15px 32px;
  }
}
.popup-wr-item .popup-body .popup-body-top .inner-input-find {
  position: relative;
}
.popup-wr-item .popup-body .popup-body-top .inner-input-find img {
  margin-top: -4.5px;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  width: 21px;
}
.popup-wr .title {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  margin: 0;
  padding: 1.5rem 3rem;
}
@media only screen and (max-width: 550px) {
  .popup-wr .title {
    font-size: 1.2rem;
  }
}
.popup-close-bloc {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
}
.popup-close-btn {
  color: #9f9f9f;
  cursor: pointer;
  font-size: 28px;
  position: absolute;
  right: 13px;
  top: -18px;
}
.popup form > div {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .popup form > div {
    margin-bottom: 0.35rem;
  }
}
.popup-top {
  background: #fff;
  padding: 1.5rem 14px 1rem;
}
.popup-top .title {
  margin: 0 0 0.5rem;
  padding: 0 0 0.5rem;
}
@media only screen and (max-width: 550px) {
  .popup-top {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.5rem;
  }
}
.popup-top .form-information-sent-received-wr {
  margin: 1rem 0 2rem;
  padding: 1.25rem 2rem;
}
@media only screen and (max-width: 550px) {
  .popup-top .form-information-sent-received-wr {
    margin-bottom: 0.5rem;
    padding-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.popup-top
  .form-information-sent-received-wr
  .form-information-sent-received_img {
  padding: 0 0.93rem;
}
.popup-top .form-information-sent-received-wr p.title {
  border-bottom: none;
  font-size: 1.5rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 1025px) {
  .popup-top .form-information-sent-received-wr p.title {
    font-size: 1.1rem;
    justify-content: center;
    margin: 0 auto;
  }
}
.popup input,
.popup textarea {
  background-color: #fcfcfc;
  background-position: 100%;
  background-position-y: 8px;
  background-repeat: no-repeat;
  background-size: 8px;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  font-family: "Roboto Flex", sans-serif;
  font-size: 16px;
  height: 56px;
  margin-top: 10px;
  padding: 10px;
  resize: none;
  text-indent: 10px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .popup input,
  .popup textarea {
    font-size: 14px;
  }
}
.popup input::-webkit-input-placeholder,
.popup textarea::-webkit-input-placeholder {
  color: #8b95a0;
}
.popup input:-moz-placeholder,
.popup input::-moz-placeholder,
.popup textarea:-moz-placeholder,
.popup textarea::-moz-placeholder {
  color: #8b95a0;
}
.popup input:-ms-input-placeholder,
.popup textarea:-ms-input-placeholder {
  color: #8b95a0;
}
.popup textarea {
  max-height: 4.5rem;
}
.popup label {
  display: inline-block;
  margin-bottom: 1.3rem;
  position: relative;
  width: 100%;
}
.popup label span {
  color: #9f9f9f;
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1.29;
  position: relative;
  z-index: 1;
}
.popup label.popup-succes input {
  background-image: url(../../img/check.svg);
  border-top-color: green;
}
.popup label.popup-error input {
  background-image: url(../../img/close.svg);
  border-top-color: red;
}
.popup label.margin-b-0 {
  margin-bottom: 0;
}
.popup .btn {
  font-size: 1rem;
  line-height: 3.75;
  margin-top: 1rem;
  width: 100%;
}
.popup-registration_passwords-bloc {
  display: flex;
  margin: 0 -10px;
}
.popup-registration_passwords-bloc > div {
  flex: 1 1;
  margin-left: 10px;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .popup-registration_passwords-bloc {
    flex-wrap: wrap;
    margin: 0;
  }
  .popup-registration_passwords-bloc > div {
    margin: 0 0 1rem;
    min-width: 200px;
  }
}
.popup-personal-date p {
  font-size: 15px;
  line-height: 20px;
}
.popup-personal-date a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.popup .d-flex {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.popup .d-flex.d-email {
  margin-bottom: -14px;
}
.popup .d-flex.d-email label p.input-img {
  margin-top: 0 !important;
}
.popup .d-flex__col {
  align-items: stretch;
  margin: 0 -14px;
  width: auto;
}
@media only screen and (max-width: 767px) {
  .popup .d-flex__col {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.popup .d-flex__col > div {
  margin: 0 14px;
}
.popup .d-flex__col > div p {
  margin: 0;
}
.popup .d-flex__col > div label {
  margin-bottom: 15px;
  margin-top: 0;
}
.popup .d-flex a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.popup .d-flex a:hover {
  color: #a5a7a5;
}
.popup .flex-start {
  flex-direction: row;
  justify-content: center;
}
.popup .flex-start img {
  margin-right: 15px;
  max-width: 24px;
}
.popup .flex-row {
  margin: 0 -7.5px;
  width: auto;
}
.popup .flex-row input {
  margin: 1.875rem 7.5px 0.5rem;
  min-width: 3rem;
  padding: 15px 10px;
  text-align: center;
  text-indent: 0;
}
@media only screen and (max-width: 650px) {
  .popup .flex-row input {
    margin: 1.875rem 5px 0.5rem;
    min-width: 2rem;
    padding: 10px;
  }
}
.input-img {
  align-items: center;
  display: flex;
  margin-top: 10px;
  position: relative;
}
.input-img img {
  left: 1.25rem;
  margin: 0;
  position: absolute;
  top: 1.25rem;
  width: 1.5rem;
}
.input-img input {
  margin: 0;
  padding-left: 3rem;
}
.modal-header {
  position: relative;
}
.modal-header .title {
  font-size: 24px;
  line-height: 1;
}
.modal-header p {
  margin-top: 12px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .modal-header p {
    text-align: center;
  }
}
.popup-personal-room__bot {
  border-top: 1px solid #e6e6e6;
  margin: 0 -14px;
  width: auto;
}
@media only screen and (max-width: 650px) {
  .popup-personal-room__bot {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.popup-personal-room__bot > div {
  flex: 1 1;
  margin: 0 14px;
}
.popup-personal-room__bot > div .btn {
  margin-top: 0;
}
@media only screen and (max-width: 650px) {
  .popup-personal-room__bot > div .btn {
    margin-top: 15px;
  }
}
.popup-bottom {
  background: #f4f5f7;
  padding: 0.7rem 1.43rem 1rem;
}
.popup-bottom__ {
  padding: 0.7rem 14px 1rem;
}
@media only screen and (max-width: 650px) {
  .popup-bottom__ {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.popup-bottom__ > p,
.popup-bottom__ > ul {
  flex: 1 1;
  line-height: normal;
  white-space: normal;
}
@media only screen and (max-width: 650px) {
  .popup-bottom__ > ul {
    margin-top: 15px !important;
  }
}
.popup-bottom__ > p img {
  margin-right: 20px;
  max-width: 70px;
  width: 100%;
}
@media only screen and (max-width: 650px) {
  .popup-bottom__ > p img {
    max-width: 40px;
  }
}
.popup-bottom-title {
  font-size: 18px;
  line-height: 1.82;
  white-space: nowrap;
}
.popup-bottom ul {
  display: flex;
  justify-content: center;
  margin-top: 0;
}
.popup-bottom li {
  margin: 5px;
}
@media only screen and (max-width: 1025px) {
  .popup-bottom li {
    margin: 0;
  }
}
.popup-bottom a {
  margin: 5px;
  opacity: 0.7;
}
.popup-bottom a:hover {
  opacity: 1;
}
@media only screen and (max-width: 550px) {
  .popup-bottom a {
    display: inline-block;
    width: 35px;
  }
}
.popup-bottom img {
  max-width: 40px;
  width: 100%;
}
@media only screen and (max-width: 550px) {
  .popup-bottom.d-flex {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.modal-mask {
  background-color: rgba(0, 0, 0, 0.3);
  display: table;
  height: 100%;
  left: 0;
  margin-top: 0 !important;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
  z-index: 999;
}
.modal-mask .modal-wrapper {
  display: table-cell;
  height: 100%;
  left: 0;
  margin: 0;
  overflow: auto;
  position: absolute;
  right: 0;
  top: 0;
  vertical-align: middle;
}
.modal-mask .modal-wrapper .modal-container {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(33, 33, 33, 0.12);
  font-family: Helvetica, Arial, sans-serif;
  margin: 1rem auto;
  max-width: 440px;
  padding: 22px 14px 44px;
  transition: all 0.3s ease;
  width: 94%;
}
.modal-mask .modal-wrapper .modal-container > div {
  margin-top: 0 !important;
}
@media only screen and (max-width: 767px) {
  .modal-mask .modal-wrapper .modal-container > div,
  .modal-mask .modal-wrapper .modal-container > div p {
    padding-left: 0;
    padding-right: 0;
  }
}
.modal-mask .modal-wrapper .modal-container .modal-header h3 {
  color: #212121;
  font-size: 28px;
  font-weight: 300;
  line-height: 34px;
  margin-top: 0;
}
.modal-mask .modal-wrapper .modal-container .modal-header {
  margin-top: 0 !important;
  position: relative;
}
@media screen and (max-width: 824px) {
  .modal-mask .modal-wrapper .modal-container .modal-header {
    padding: 8px 0 0;
  }
}
.modal-mask .modal-wrapper .modal-container .modal-header .btn_close {
  color: #9f9f9f;
  cursor: pointer;
  font-size: 28px;
  position: absolute;
  right: 7px;
  top: -12px;
}
.modal-mask .modal-wrapper .modal-container .modal-body {
  margin: 1.5rem 0 0 !important;
}
.modal-mask .modal-wrapper .modal-container .modal-body__txt {
  margin-bottom: 24px;
}
.modal-mask .modal-wrapper .modal-container .modal-body .about_description {
  padding: 10px 0;
  text-align: justify;
}
.modal-mask .modal-wrapper .modal-container .modal-body p {
  border: none;
}
.modal-mask .modal-wrapper .modal-container .modal-default-button {
  float: right;
}
.modal-mask .modal-wrapper .modal-container .modal-footer .btn_position {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
}
.modal-mask
  .modal-wrapper
  .modal-container
  .modal-footer
  .btn_position
  .ok_btn {
  align-items: center;
  background-color: #5c6a78;
  border: 1px solid #5c6a78;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  display: flex;
  height: 30px;
  justify-content: center;
  letter-spacing: 1px;
  width: 100px;
}
.modal-mask
  .modal-wrapper
  .modal-container
  .modal-footer
  .btn_position
  .ok_btn:hover {
  background-color: #5c6a78;
}
.modal-mask .modal-wrapper .modal-container .btn {
  font-size: 14px;
  line-height: 34px;
}
@media only screen and (max-width: 767px) {
  .modal-mask .modal-wrapper .modal-container {
    padding: 8px;
  }
}
.modal-mask .form-ruls {
  background: transparent;
  margin-top: 14px;
  padding-bottom: 0;
  padding-top: 0;
}
.modal-mask .form-ruls p {
  border: none !important;
  font-size: 12px;
  font-weight: 300;
  justify-content: center;
  line-height: 14px;
  padding-bottom: 0;
  padding-top: 0;
}
.modals-block-inputs {
  background: #f3f3f7;
  border-radius: 10px;
  padding: 20px 10px;
}
.modals-block-inputs--item {
  margin-top: 1.5rem;
  position: relative;
  text-align: left;
}
.modals-block-inputs--item:first-child {
  margin-top: 0 !important;
}
.modals-block-inputs--item p {
  padding: 0 !important;
}
.modals-block-inputs--item .error {
  bottom: -14px;
  color: #96989c;
  font-size: 12px;
  font-weight: 300;
  left: 4px;
  line-height: 14px;
  position: absolute;
}
.modals-block-inputs--item label {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}
.modals-block-inputs--item label .card {
  bottom: 16px;
  left: 21px;
  position: absolute;
  width: 23px;
}
.modals-block-inputs--item .label {
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  margin-bottom: 12px;
}
.modals-block-inputs--item input {
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 13px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  padding: 16px 20px;
}
.modals-block-inputs--item input.input-card {
  padding: 14px 20px 14px 52px;
}
.modals-block-inputs .bp-dropdown {
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 13px;
  box-sizing: border-box;
  padding: 4px 20px 5px 9px;
}
.modals-block-inputs .bp-dropdown__btn {
  background: #fff !important;
  padding-right: 20px;
  position: relative;
}
.modals-block-inputs .bp-dropdown__icon {
  margin-top: -7px;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.modals-block-inputs .dropper img {
  margin-right: 10px;
}
.modals-block-inputs .bp-dropdown__body {
  border: 1px solid #dedede;
  border-top: none;
  margin-top: 5px;
}
.modals-block-inputs .bp-dropdown__body li {
  border: none;
  border-bottom: 1px solid #dedede;
}
.modals-block-inputs .bp-dropdown__body li:last-child {
  border-bottom: none;
}
.modals-block-data {
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  margin-bottom: 24px !important;
  margin-top: 24px !important;
  padding-bottom: 10px !important;
  padding-top: 10px !important;
}
.modals-block-data > p {
  align-items: center;
  color: #9f9f9f;
  display: flex;
  font-size: 16px;
  font-weight: 300;
  justify-content: space-between;
  line-height: 19px;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-bottom: 5px;
  padding-top: 5px;
  width: 100%;
}
.modals-block-data > p b,
.modals-block-data > p input {
  color: #212121;
}
.modals-block-data > p label {
  white-space: nowrap;
}
.modals-block-data > p input {
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  max-width: 130px;
  text-align: right;
  width: auto;
}
.modal-enter,
.modal-leave-active {
  opacity: 0;
}
.modal-enter .modal-container,
.modal-leave-active .modal-container {
  transform: scale(1.1);
}
@media only screen and (max-width: 767px) {
  .modal-mask .modal-wrapper .modal-container .modal-body {
    margin-bottom: 6px;
    margin-top: 6px;
  }
}
.modal-body__txt h3 {
  border-bottom: 1px solid #dedede;
  color: #212121;
  font-family: Conv_MuseoSansCyrl_0, sans-serif;
  font-size: 1.75rem;
  line-height: normal;
  margin-bottom: 14px;
  padding-bottom: 14px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .modal-body__txt h3 {
    font-size: 16px;
    margin-bottom: 4px;
    padding-bottom: 4px;
  }
}
.modal-body__txt div {
  font-family: Conv_MuseoSansCyrl_0, sans-serif;
  font-size: 1rem;
  margin-bottom: 8px;
}
.modal-body__txt div:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .modal-body__txt div {
    font-size: 12px;
    margin-bottom: 4px;
  }
}
.modal-verif .dropzone .dz-message {
  margin: 0.5rem 0 0;
}
.notification-box {
  border: 1px solid;
  border-radius: 10px;
  color: #fff;
  margin: 25px;
  padding: 20px;
}
.notification-box img {
  width: 100%;
}
.notification-box .time {
  color: #bbb;
  font-size: 12px;
  font-style: italic;
  margin-left: 35px;
  margin-top: -45px;
}
.notification-box.high {
  background: #d85b5b;
  border-color: #d85b5b;
}
.notification-box.medium {
  background-color: #fff3cd;
  border-color: #ffeeba;
  color: #856404;
}
.notification-box.low {
  background-color: #cce5ff;
  border-color: #b8daff;
  color: #004085;
}
.deposit-modal__title {
  margin-bottom: 24px;
  text-align: center;
}
.deposit-modal__subtitle {
  margin-bottom: 16px;
  text-align: center;
}
.deposit-modal__buttons {
  display: flex;
  justify-content: center;
  margin: 0 -10px;
}
.deposit-modal__buttons:last-child {
  margin-bottom: -20px;
}
.deposit-modal__btn {
  margin: 0 10px 20px;
  min-width: 120px;
}
.deposit-modal__btn--submit {
  display: block;
  flex: 0 0 calc(100% - 20px);
  font-size: 16px;
  padding: 8px 36px;
}
.deposit-modal__tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -5px;
}
.deposit-modal__tabs:last-child {
  margin-bottom: -10px;
}
.deposit-modal__tab {
  background: #fff;
  border: 1px solid #eee;
  color: #111;
  line-height: 24px !important;
  margin: 0 5px 10px;
  padding: 5px 15px;
}
.deposit-modal__tab.is-active,
.deposit-modal__tab:hover {
  background: #4070f4;
  color: #fff;
}
.deposit-modal__body {
  margin-top: 24px;
}
.deposit-modal__balance {
  align-items: center;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  color: #000;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0 0 24px;
  padding: 16px 24px;
}
.deposit-modal__balance-logo {
  flex: 0 0 50px;
  margin-right: 16px;
  max-width: 50px;
}
.deposit-modal__balance-logo img {
  display: block;
  height: 50px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.deposit-modal__balance-wrap {
  flex: 1 1 auto;
}
.deposit-modal__balance-name {
  color: #111;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
}
.deposit-modal__balance-symbol {
  color: #111;
  font-size: 16px;
  font-weight: 500;
}
.deposit-modal__balance-right {
  text-align: right;
}
.deposit-modal__balance-label {
  color: #111;
  margin-bottom: 4px;
}
.deposit-modal__balance-value {
  color: #4070f4;
  font-size: 18px;
  font-weight: 800;
}
.deposit-modal__alert {
  background: #fff4d2;
  border: 1px solid #ddc06a;
  border-radius: 5px;
  color: #b78f18;
  margin: 0 0 24px;
  padding: 10px;
}
.deposit-modal__label {
  align-items: flex-end;
  display: flex;
  font-weight: 500;
  justify-content: space-between;
  margin-bottom: 8px;
}
.deposit-modal__max {
  text-align: right;
}
.deposit-modal__max p {
  margin-bottom: 4px;
}
.deposit-modal__max p:last-child {
  margin-bottom: 0;
}
.deposit-modal__input {
  background: #f3f6f8;
  border-radius: 6px;
  border-radius: 4px;
  color: #96989c;
  font-size: 14px;
  height: 64px;
  line-height: 18px;
  padding: 10px 20px;
  text-align: left;
  width: 100%;
}
.deposit-modal__address,
.deposit-modal__count,
.deposit-modal__group,
.deposit-modal__tag {
  margin-bottom: 24px;
}
.deposit-modal__data {
  border: 2px solid #4070f4;
  border-radius: 6px;
  margin-bottom: 24px;
  padding: 8px 16px;
}
.deposit-modal__data-row {
  align-items: center;
  border-bottom: 1px solid #eee;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.deposit-modal__data-row:last-child {
  border-bottom: 0;
}
.deposit-modal__data-logo {
  flex: 0 0 50px;
  margin-right: 16px;
  max-width: 50px;
}
.deposit-modal__data-name {
  flex: 1 1 auto;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}
.deposit-modal__data-sum {
  float: right;
  font-size: 16px;
  font-weight: 600;
  margin-left: 24px;
}
.deposit-modal__data-img {
  margin-left: 16px;
}
.deposit-modal__data-img--reverse {
  transform: rotate(180deg);
}
.deposit-modal__rate {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.verification-field-modal {
  display: block;
}
.verification-field-modal h5 {
  margin-bottom: 24px;
  text-align: center;
}
@media screen and (max-width: 400px) {
  .verification-field-modal h5 {
    font-size: 20px !important;
  }
}
.verification-field-modal .modal-container {
  max-width: 450px !important;
  padding: 44px 24px !important;
}
.verification-field-modal .modal-header {
  padding: 0;
}
.verification-field-modal .modal-header .title {
  color: #000;
  font-family: "Roboto Flex", sans-serif;
  font-weight: 400;
  margin: 0;
}
.verification-field-modal__content {
  font-size: 16px;
  padding: 30px 10px 0;
}
.verification-field-modal__content .option {
  padding: 10px 0;
}
.verification-field-modal__content .option:last-of-type {
  padding: 0 0 10px;
}
.verification-field-modal__content .text-bold {
  font-weight: 600;
}
.verification-field-modal__buttons {
  display: flex;
  justify-content: center;
  margin: 30px -10px 0;
}
.verification-field-modal__btn {
  align-items: center;
  display: flex;
  font-size: 20px !important;
  height: 46px;
  justify-content: center;
  margin: 0 10px;
  min-width: 120px;
}
@media screen and (max-width: 400px) {
  .verification-field-modal__btn {
    font-size: 16px !important;
    height: 40px;
  }
}
.verification-field-modal__btn--submit {
  display: block;
  flex: 0 0 calc(100% - 20px);
  font-size: 16px;
  padding: 8px 36px;
}
.done-banner-block {
  margin-top: 24px;
}
.done-banner-block__text {
  border: 1px solid #b9b9b9;
  border-radius: 5px;
  padding: 16px;
}
.done-banner-block__text p {
  margin-bottom: 16px;
}
.done-banner-block__text p:last-child {
  margin-bottom: 0;
}
.done-banner-block__text a {
  color: #6c56e9;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.m-top-18 {
  margin-top: 18px;
}
.p-top-16 {
  padding-top: 16px;
}
.exchangeform__date {
  align-items: center;
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 14px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  min-height: 50px;
  padding: 8px 22px 10px 6px;
}
.exchangeform__date p,
.exchangeform__date span {
  margin: 0 6px;
}
.exchangeform__date-icon {
  align-items: center;
  display: inline-flex;
  flex: none;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
.exchangeform__date-icon img {
  height: auto;
  max-width: 30px;
  position: static;
  transform: none;
  width: 100%;
}
.exchangeform__date-name {
  color: #212121 !important;
  display: block !important;
  flex: 1;
  font-size: 16px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.exchangeform-step-2-page .container--form h2 {
  font-family: Conv_MuseoSansCyrl_2, sans-serif;
  font-size: 1.5em;
  font-weight: 100;
  margin-top: 20px;
  text-transform: none;
}
.exchangeform-step-2-page .form {
  max-width: 714px;
}
.exchangeform-step-2-page .form-v2 {
  flex-direction: column;
}
@media screen and (min-width: 861px) {
  .exchangeform-step-2-page .form-v2 {
    padding-bottom: 0;
  }
}
.exchangeform-step-2-page .form-v2 > div {
  padding: 40px 36px;
}
.exchangeform-step-2-page .form--title {
  margin-bottom: 0;
}
.dataInput .exchangeform-step-2-page .form--title {
  margin-bottom: 24px;
}
.exchangeform-step-2-page .form-v2--input {
  flex: 1;
  min-width: calc(50% - 20px);
}
.exchangeform-step-2-page .form-v2--input input {
  max-width: 448px;
  padding-top: 15px;
}
.exchangeform-step-2-page .form-v2--number {
  max-width: 448px;
  position: relative;
}
.exchangeform-step-2-page .give {
  background: #f9fbfd;
}
.exchangeform-step-2-page .btn-submitForm {
  font-family: "Roboto Flex", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 23.44px;
}
.exchangeform-step-2-page .info-title {
  color: #191d26;
  font-size: 1.5rem;
  letter-spacing: 0.2px;
  line-height: 28px;
  margin-bottom: 12px;
}
.exchangeform-step-2-page .form-v2--number .currency--symbol {
  align-items: center;
  color: #96989c;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  right: 20px;
  text-transform: uppercase;
  top: 50%;
  transform: translateY(-50%);
}
.exchangeform-step-2-page .form-v2--number .currency--symbol img {
  height: auto;
  max-width: 30px;
  position: static;
  transform: none;
  width: 100%;
}
.exchangeform-step-2--info {
  padding: 8px;
}
@media screen and (min-width: 861px) {
  .exchangeform-step-2--info {
    padding: 40px 36px;
  }
}
.exchangeform-step-2--info p {
  color: #96989c;
  font-size: 1rem;
  letter-spacing: 0.2px;
  line-height: 28px;
}
.exchangeform-step-2--info ol {
  list-style-type: decimal;
  margin-top: 12px;
  padding-left: 20px;
}
.exchangeform-step-2--info li {
  font-family: Conv_MuseoSansCyrl_2, sans-serif;
  font-size: 1rem;
  margin-bottom: 12px;
}
.exchangeform-step-2--info li:last-child {
  margin-bottom: 0;
}
.exchangeform-step-2--info li span {
  color: #191d26;
  font-family: Conv_MuseoSansCyrl_0, sans-serif;
  font-size: 1rem;
  letter-spacing: 0.2px;
  line-height: 24px;
}
.exchangeform-step-2--info li a {
  color: #3daea4;
  font-family: Conv_MuseoSansCyrl_2, sans-serif;
}
.exchangeform-step-2--info li a:hover {
  color: #017cd1;
}
.form-v2--group {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin: 0 -10px;
}
@media screen and (max-width: 767px) {
  .form-v2--group {
    margin: 0 -5px;
  }
}
.form-v2--group .form-v2--input {
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .form-v2--group .form-v2--input {
    margin: 0 5px;
  }
}
.label {
  color: #96989c;
  display: block;
  font-family: Conv_MuseoSansCyrl_0, sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.2px;
  line-height: 28px;
  margin-bottom: 4px;
  min-height: 28px;
}
.contact-main-icon {
  flex: none;
}
.contact-main-icon p {
  font-size: 15px;
}
.popup .d-flex__col > div {
  flex: 1 0 auto;
  min-width: 200px;
}
.tg-bg {
  position: relative;
}
.tg-bg:before {
  left: 0;
  position: absolute;
  top: 55%;
  transform: scaleX(-1);
}
@media only screen and (max-width: 767px) {
  .tg-bg:before {
    content: "";
  }
}
.contact-container {
  padding-bottom: 40px;
  padding-top: 50px;
}
.contact-container .contact_block-btns {
  display: flex;
  flex: 1 1 30%;
  flex-direction: column;
  max-width: 400px;
}
.contact-container:after {
  bottom: 1%;
  content: url(../../img/under-tg.svg);
  left: 50%;
  margin-left: -544px;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .contact-container:after {
    content: "";
  }
}
.contact-container .sub-title {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.2px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .contact-container .sub-title {
    text-align: center;
  }
}
.contact-container .contact_block {
  align-items: center;
  background: #6c56e9;
  border-radius: 32px;
  display: flex;
  gap: 35px;
  justify-content: space-between;
  overflow: hidden;
  padding: 70px 78px;
  position: relative;
}
@media only screen and (max-width: 1025px) {
  .contact-container .contact_block {
    flex-wrap: wrap;
    justify-content: center;
    padding: 58px 30px;
  }
}
.contact-container .contact_block .title-block p {
  color: #fff;
  font-family: "Roboto Flex", sans-serif;
  font-size: 51px;
  font-weight: 700;
  line-height: 1.1153846154;
}
@media only screen and (max-width: 1200px) {
  .contact-container .contact_block .title-block p {
    font-size: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-container .contact_block .title-block p {
    font-size: 36px;
  }
}
.contact-container .contact_block:after {
  bottom: 0;
  content: url(../../img/tg-background.svg);
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .contact-container .contact_block:after {
    content: "";
  }
}
.contact-container .btn-tg {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  margin-top: 32px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .contact-container .btn-tg {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.contact-container .btn-tg a {
  align-items: center;
  border-radius: 12px;
  display: flex;
  flex: 0.6;
  justify-content: center;
  min-width: 156px;
  padding: 14px 24px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .contact-container .btn-tg a {
    flex: 1;
  }
}
.contact-container .btn-tg a:first-child {
  flex: 1;
}
.contact-container .btn-tg a p {
  color: #fff;
  font-family: "Roboto Flex", sans-serif;
  font-size: 18px;
  line-height: 1.5555555556;
}
@media only screen and (max-width: 1025px) {
  .contact-container .btn-tg a p {
    font-size: 15px;
    line-height: 1;
  }
}
.contact-container .btn-tg a .icon {
  content: url(../../img/tg.svg);
  display: inline-block;
  margin-right: 11px;
  vertical-align: middle;
}
.contact-container .btn-tg a .icon-email {
  content: url(../../img/mail-white.svg);
  display: inline-block;
  margin-right: 11px;
  vertical-align: middle;
  width: 22px;
}
.contact {
  background-position: 0;
  background-repeat: no-repeat;
  background-size: auto auto;
  background-size: initial;
  margin: 20px 0;
  padding-left: 55px;
}
.contact p {
  font-size: 1.375em;
}
.contact-mail {
  background-image: url(../../img/mail.svg);
}
.contact-main {
  flex: 1 0 auto;
  margin-bottom: 4rem;
  margin-top: 2.875rem;
}
@media only screen and (max-width: 767px) {
  .contact-main {
    margin: 0 0.8rem;
  }
}
.contact-main .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-main .container > div {
  display: flex;
  flex: 1 1;
  flex-direction: column;
  justify-content: center;
}
.contact-main .container form {
  box-shadow: 0 6px 30px #e3e3e4;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .contact-main .container form {
    width: 100%;
  }
}
.contact-main-mail {
  display: flex;
  flex: 1 0 auto;
  font-size: 14px;
  margin: 7px 15px;
  max-width: 235px;
}
.contact-main-item-page {
  border-bottom: 1px dashed;
  -o-border-image: linear-gradient(180deg, red, transparent) 1 100%;
  border-image: linear-gradient(180deg, red, transparent) 1 100%;
  display: flex;
  flex-direction: column;
  margin: 50px 0;
}
.contact-main-item-page h4 {
  font-family: "Roboto Flex", sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 41.65px;
  margin: 0 0 10px;
  text-align: center;
}
.contact-main-item-page div span {
  color: #c6d8fb;
  font-size: 14px;
}
.contact-main-item-page div a {
  color: #fff;
  font-size: 15px;
}
.contact-main-item-page > div {
  display: flex;
  flex-direction: column;
}
.contact-main-item-page span {
  color: #9f9f9f;
  font-size: 18px;
}
.contact-main-item-page p {
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .contact-main-item-page p {
    font-size: 16px;
  }
}
.contact-main-item {
  align-items: center;
  border-bottom: 1px dashed;
  -o-border-image: linear-gradient(180deg, red, transparent) 1 100%;
  border-image: linear-gradient(180deg, red, transparent) 1 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  margin: 50px 0;
}
.contact-main-item h4 {
  font-family: "Roboto Flex", sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 41.65px;
  margin: 0 0 10px;
  text-align: center;
}
.contact-main-item div span {
  color: #c6d8fb;
  font-size: 14px;
}
.contact-main-item div a {
  color: #fff;
  font-size: 15px;
}
.contact-main-item > div {
  align-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 0;
}
.contact-main-item span {
  color: #9f9f9f;
  font-size: 18px;
}
.contact-main-item p {
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .contact-main-item p {
    font-size: 16px;
  }
}
.contact-main-icon {
  background: linear-gradient(180deg, #6c56e9, #6c56e9);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  height: 58px;
  justify-content: center;
  margin-right: 17px;
  padding: 11px;
  text-align: center;
  width: 58px;
}
.contact-main-icon img {
  width: 100%;
}
.contact-page-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 3.3rem;
}
@media only screen and (max-width: 767px) {
  .contact-page-top {
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 0.3rem;
  }
}
.contact-page-top-wr {
  background-position-y: -0.5rem;
}
.contact-page-top h1 {
  margin-bottom: 1.875rem;
}
@media only screen and (max-width: 767px) {
  .contact-page-top h1 {
    margin-bottom: 0.875rem;
  }
}
.contact-page-top p {
  color: #282e38;
  font-size: 1.15rem;
}
.contact-page-top .btn {
  box-shadow: none;
  line-height: 3.7777777778;
  padding-left: 60px;
  padding-right: 60px;
}
@media only screen and (max-width: 767px) {
  .contact-page-top .btn {
    margin-top: 0.5rem;
  }
}
.timer {
  align-items: center;
  background: #f2f4f9;
  border: 2px solid #6c56e9;
  border-radius: 100%;
  color: #000;
  display: flex;
  font-size: 12px;
  height: 28px;
  justify-content: center;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
  vertical-align: middle;
  width: 28px;
}
.blog ul {
  grid-gap: 20px;
  grid-row-gap: 40px;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}
.blog ul h2,
.blog ul p {
  color: #282e3e;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 10px;
}
.blog ul img {
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media only screen and (max-width: 1025px) {
  .blog ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .blog ul {
    grid-template-columns: minmax(min-content, 360px);
    justify-content: center;
  }
}
.blog-item {
  padding-bottom: 60px;
}
.blog-item p {
  line-height: 1.5;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .blog-item p {
    font-size: 20px;
  }
}
.blog-item h2,
.blog-item h3 {
  margin-bottom: 20px;
  margin-top: 20px;
}
.blog-item img {
  display: block;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 767px) {
  .blog-item {
    padding-bottom: 40px;
  }
}
.wise {
  padding-bottom: 60px;
}
.wise p {
  line-height: 1.5;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .wise p {
    font-size: 20px;
  }
}
.wise h2 {
  margin-bottom: 20px;
  margin-top: 20px;
}
.wise img {
  display: block;
  margin: 20px auto;
}
@media only screen and (max-width: 767px) {
  .wise {
    padding-bottom: 40px;
  }
}
.payment-test {
  margin-top: 10px;
}
.payment-test-line {
  align-items: center;
  display: flex;
  gap: 20px;
}
.payment-test-form {
  align-items: center;
  display: flex;
  margin-top: 20px;
}
.payment-test-label {
  margin-right: 10px;
  width: 100px;
}
.payment-test-amount,
.payment-test-currency {
  width: 100px;
}
.payment-test-error {
  color: red;
  margin-top: 10px;
}
.payment-test-payUrl {
  color: green;
  display: block;
  margin-top: 20px;
}
.payment-test .bp-dropdown__btn,
.payment-test input {
  background: #fff;
  border-radius: 6px;
  color: #96989c;
  font-size: 15px;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 18px;
  max-width: 100%;
  padding: 10px;
  text-align: left;
}
.payment-test .bp-dropdown__btn:-moz-placeholder,
.payment-test .bp-dropdown__btn::-moz-placeholder,
.payment-test input:-moz-placeholder,
.payment-test input::-moz-placeholder {
  color: #b8bec5;
  font-family: "Roboto Flex", sans-serif;
}
.payment-test .bp-dropdown__btn::-webkit-input-placeholder,
.payment-test input::-webkit-input-placeholder {
  color: #b8bec5;
  font-family: "Roboto Flex", sans-serif;
}
.payment-test .bp-dropdown__btn:-ms-input-placeholder,
.payment-test input:-ms-input-placeholder {
  color: #b8bec5;
  font-family: "Roboto Flex", sans-serif;
}
.payment-test .btn {
  margin-top: 40px;
}
.payment-test .dropper .bp-dropdown__btn {
  display: flex;
  justify-content: space-between;
}
.payment-test .dropper .bp-dropdown__body {
  border-radius: 16px;
  color: #96989c;
  margin-top: 5px;
  overflow: hidden;
  padding: 0;
}
.payment-test .dropper .bp-dropdown__body li {
  font-family: "Roboto Flex", sans-serif;
  padding: 15px 29px;
  text-align: left;
}
.payment-test .dropper .bp-dropdown__body li:hover {
  background: #e6e6e6;
}
.benefits {
  margin-top: 7rem;
}
@media only screen and (max-width: 1025px) {
  .benefits {
    margin-top: 4rem;
  }
}
.benefits .title {
  text-align: center;
}
.benefits div {
  height: 240px;
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
  overflow-y: scroll;
  padding-right: 20px;
  scrollbar-color: #5c6a78 rgba(29, 53, 79, 0.07);
  scrollbar-width: thin;
}
.benefits div::-webkit-scrollbar {
  background: rgba(29, 53, 79, 0.07);
  width: 4px;
}
.benefits div::-webkit-scrollbar-thumb {
  background: #5c6a78;
  border-radius: 10px;
  height: 15px;
}
.benefits div::-webkit-scrollbar-track-piece {
  display: none;
}
.benefits p {
  font-size: 18px;
  letter-spacing: 0.2px;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media only screen and (max-width: 500px) {
  .benefits p {
    font-size: 14px;
  }
}
.useful-info {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 7rem;
}
@media only screen and (max-width: 1025px) {
  .useful-info {
    margin-top: 4rem;
  }
}
.useful-info-title {
  color: #282e3e;
  font-size: 16px;
  font-weight: 600;
}
.useful-info-text {
  color: #282e3e;
  font-size: 14px;
  margin-top: 10px;
}
.useful-info-block {
  padding: 20px 10px;
}
.useful-info ul {
  grid-gap: 20px;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
  justify-content: space-between;
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
}
.useful-info ul img {
  height: 160px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .useful-info ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .useful-info ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 500px) {
  .useful-info ul {
    grid-template-columns: 1fr;
  }
}
.useful-info ul li {
  border: 1px solid #e6e6e6;
}
.item-page {
  color: #282e38;
  font-size: 16px;
  line-height: 24px;
}
.item-page
  > div:not(.widget):not(.news-bloc):not(.reviews-bloc):not(.partner-block):not(
    .choose
  ):not(.reserves),
.item-page
  > p:not(.widget):not(.news-bloc):not(.reviews-bloc):not(.partner-block):not(
    .choose
  ):not(.reserves) {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  padding: 8px 0;
}
.item-page
  > div:not(.widget):not(.news-bloc):not(.reviews-bloc):not(.partner-block):not(
    .choose
  ):not(.reserves):empty,
.item-page
  > p:not(.widget):not(.news-bloc):not(.reviews-bloc):not(.partner-block):not(
    .choose
  ):not(.reserves):empty {
  height: 0;
}
.item-page
  > div:not(.widget):not(.news-bloc):not(.reviews-bloc):not(.partner-block):not(
    .choose
  ):not(.reserves):has(> .ProseMirror-trailingBreak),
.item-page
  > p:not(.widget):not(.news-bloc):not(.reviews-bloc):not(.partner-block):not(
    .choose
  ):not(.reserves):has(> .ProseMirror-trailingBreak) {
  padding: 0;
}
.item-page
  > div:not(.widget):not(.news-bloc):not(.reviews-bloc):not(.partner-block):not(
    .choose
  ):not(.reserves):last-child,
.item-page
  > p:not(.widget):not(.news-bloc):not(.reviews-bloc):not(.partner-block):not(
    .choose
  ):not(.reserves):last-child {
  padding-bottom: 0;
}
.item-page > ol,
.item-page > ul {
  margin: 0;
  padding: 2px 0 2px 16px;
}
.item-page > ol:last-child,
.item-page > ul:last-child {
  margin-bottom: 0;
}
.item-page > ol li,
.item-page > ul li {
  line-height: 24px;
}
.item-page > ol li div,
.item-page > ol li p,
.item-page > ul li div,
.item-page > ul li p {
  margin: 0;
  padding: 0;
}
.item-page > ul {
  list-style: none;
  padding: 2px 0 2px 16px;
}
.item-page > ul li {
  display: flex;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  padding: 6px 0;
}
.item-page > ul li:last-child {
  margin-bottom: 0;
}
.item-page > ul li:before {
  color: #6c56e9;
  content: "•";
  font-size: 24px;
  margin-right: 10px;
}
.item-page > ol {
  list-style-type: auto;
  padding: 2px 0 2px 30px;
}
.item-page > ol li {
  padding: 6px 0;
}
.item-page
  > :not(.widget):not(.news-bloc):not(.reviews-bloc):not(.partner-block):not(
    .choose
  ):not(.reserves)
  strong {
  font-weight: 700;
}
.item-page
  > :not(.widget):not(.news-bloc):not(.reviews-bloc):not(.partner-block):not(
    .choose
  ):not(.reserves)
  em {
  font-style: italic;
}
.item-page
  > :not(.widget):not(.news-bloc):not(.reviews-bloc):not(.partner-block):not(
    .choose
  ):not(.reserves)
  s {
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
}
.item-page
  > :not(.widget):not(.news-bloc):not(.reviews-bloc):not(.partner-block):not(
    .choose
  ):not(.reserves)
  img {
  display: block;
  height: auto;
  margin-bottom: 24px;
  margin-top: 32px;
  max-width: 100%;
  width: auto;
}
.item-page
  > :not(.widget):not(.news-bloc):not(.reviews-bloc):not(.partner-block):not(
    .choose
  ):not(.reserves)
  hr {
  background: #d9d9d9;
  border: 0;
  display: block;
  height: 1px;
  margin: 8px 0;
  width: 100%;
}
.item-page
  > :not(.widget):not(.news-bloc):not(.reviews-bloc):not(.partner-block):not(
    .choose
  ):not(.reserves)
  a {
  color: #0081eb;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.item-page
  > :not(.widget):not(.news-bloc):not(.reviews-bloc):not(.partner-block):not(
    .choose
  ):not(.reserves)
  code {
  background: #efefef;
  border-radius: 6px;
  color: #616161;
  color: #3b454e;
  margin: 16px 0;
  padding: 16px;
}
.item-page
  > :not(.widget):not(.news-bloc):not(.reviews-bloc):not(.partner-block):not(
    .choose
  ):not(.reserves)
  blockquote {
  border-left: 4px solid #e2e4e4;
  margin: 0 0 24px;
  padding-left: 16px;
}
.item-page h1:not(.title),
.item-page h2:not(.title),
.item-page h3:not(.title),
.item-page h4:not(.title),
.item-page h5:not(.title),
.item-page h6:not(.title) {
  color: #1d1d26;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
  padding: 32px 0 8px;
  text-transform: none;
}
.item-page h1:not(.title):first-child,
.item-page h2:not(.title):first-child,
.item-page h3:not(.title):first-child,
.item-page h4:not(.title):first-child,
.item-page h5:not(.title):first-child,
.item-page h6:not(.title):first-child {
  padding-top: 16px;
}
.item-page h1:not(.title) {
  font-size: 40px;
  line-height: 48px;
  padding: 32px 0 8px;
}
.item-page h2:not(.title) {
  font-size: 30px;
  line-height: 36px;
}
.item-page h3:not(.title) {
  font-size: 24px;
  line-height: 32px;
}
.item-page h4:not(.title) {
  font-size: 20px;
  line-height: 24px;
  padding-top: 28px;
}
.item-page h5:not(.title) {
  font-size: 16px;
  line-height: 19px;
  padding-top: 20px;
}
.item-page h6:not(.title) {
  font-size: 12px;
  line-height: 16px;
  padding-top: 8px;
}
.item-page pre {
  background: #efefef;
  border-radius: 6px;
  color: #616161;
  color: #3b454e;
  font-family: Courier, monospace;
  margin: 0;
  padding: 38px 16px 16px;
}
.item-page pre code {
  background: none;
  color: inherit;
  margin: 0;
  padding: 0;
}
.item-page pre .hljs-comment,
.item-page pre .hljs-quote {
  color: #616161;
}
.item-page pre .hljs-attribute,
.item-page pre .hljs-link,
.item-page pre .hljs-name,
.item-page pre .hljs-regexp,
.item-page pre .hljs-selector-class,
.item-page pre .hljs-selector-id,
.item-page pre .hljs-tag,
.item-page pre .hljs-template-variable,
.item-page pre .hljs-variable {
  color: #f98181;
}
.item-page pre .hljs-built_in,
.item-page pre .hljs-builtin-name,
.item-page pre .hljs-literal,
.item-page pre .hljs-meta,
.item-page pre .hljs-number,
.item-page pre .hljs-params,
.item-page pre .hljs-type {
  color: #fbbc88;
}
.item-page pre .hljs-bullet,
.item-page pre .hljs-string,
.item-page pre .hljs-symbol {
  color: #b9f18d;
}
.item-page pre .hljs-section,
.item-page pre .hljs-title {
  color: #faf594;
}
.item-page pre .hljs-keyword,
.item-page pre .hljs-selector-tag {
  color: #70cff8;
}
.item-page pre .hljs-emphasis {
  font-style: italic;
}
.item-page pre .hljs-strong {
  font-weight: 700;
}
.item-page .widget h1,
.item-page .widget h2,
.item-page .widget h3,
.item-page .widget h4,
.item-page .widget h5,
.item-page .widget h6 {
  padding: 0;
}
.item-page .widget h1:first-child,
.item-page .widget h2:first-child,
.item-page .widget h3:first-child,
.item-page .widget h4:first-child,
.item-page .widget h5:first-child,
.item-page .widget h6:first-child {
  padding-top: 0;
}
.pointer {
  cursor: pointer;
}
.modalx {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
body.show-modal {
  overflow-y: auto;
  position: static;
}
body.show-modal .modalx {
  display: block;
}
.transs-bg-1 {
  z-index: -9;
}
.transs-bg-2 {
  z-index: -9999;
}
.transs {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  transition: all 0.2s;
}
.transs:before {
  left: 50%;
  margin-left: -254px;
  position: absolute;
  z-index: -9;
}
@media only screen and (max-width: 767px) {
  .transs:before {
    content: "";
  }
}
.main {
  flex: 1;
}
.main-wr {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.under-header {
  min-height: 100px;
}
.faded-down-enter-active,
.faded-down-leave-active {
  transition: all 0.3s ease;
}
.faded-down-enter,
.faded-down-leave-to {
  opacity: 0;
  position: absolute;
  transform: translateY(-20px);
}
.faded-enter-active,
.faded-leave-active {
  transition: all 0.3s ease;
}
.faded-enter,
.faded-leave-to {
  opacity: 0;
  transform: translateY(20px);
}
.slide-enter-active,
.slide-leave-active {
  transition: all 0.5s ease;
}
.slide-enter,
.slide-leave-to {
  opacity: 0;
  transform: translateX(1550px);
}
.swal2-popup.swal2-toast {
  background: #fff;
  box-shadow:
    0 0 1px rgba(0, 0, 0, 0.075),
    0 1px 2px rgba(0, 0, 0, 0.075),
    1px 2px 4px rgba(0, 0, 0, 0.075),
    1px 3px 8px rgba(0, 0, 0, 0.075),
    2px 4px 16px rgba(0, 0, 0, 0.075);
  box-sizing: border-box;
  grid-column: 1/4 !important;
  grid-row: 1/4 !important;
  grid-template-columns: 1fr 99fr 1fr;
  overflow-y: hidden;
  padding: 1em;
  pointer-events: all;
}
.swal2-popup.swal2-toast > * {
  grid-column: 2;
}
.swal2-popup.swal2-toast .swal2-title {
  font-size: 1em;
  margin: 0.5em 1em;
  padding: 0;
  text-align: left;
  text-align: initial;
}
.swal2-popup.swal2-toast .swal2-loading {
  justify-content: center;
}
.swal2-popup.swal2-toast .swal2-input {
  font-size: 1em;
  height: 2em;
  margin: 0.5em;
}
.swal2-popup.swal2-toast .swal2-validation-message {
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-footer {
  font-size: 0.8em;
  margin: 0.5em 0 0;
  padding: 0.5em 0 0;
}
.swal2-popup.swal2-toast .swal2-close {
  align-self: center;
  font-size: 2em;
  grid-column: 3/3;
  grid-row: 1/99;
  height: 0.8em;
  margin: 0;
  width: 0.8em;
}
.swal2-popup.swal2-toast .swal2-html-container {
  font-size: 1em;
  margin: 0.5em 1em;
  padding: 0;
  text-align: left;
  text-align: initial;
}
.swal2-popup.swal2-toast .swal2-html-container:empty {
  padding: 0;
}
.swal2-popup.swal2-toast .swal2-loader {
  align-self: center;
  grid-column: 1;
  grid-row: 1/99;
  height: 2em;
  margin: 0.25em;
  width: 2em;
}
.swal2-popup.swal2-toast .swal2-icon {
  align-self: center;
  grid-column: 1;
  grid-row: 1/99;
  height: 2em;
  margin: 0 0.5em 0 0;
  min-width: 2em;
  width: 2em;
}
.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
  align-items: center;
  display: flex;
  font-size: 1.8em;
  font-weight: 700;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  height: 2em;
  width: 2em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^="swal2-x-mark-line"] {
  top: 0.875em;
  width: 1.375em;
}
.swal2-popup.swal2-toast
  .swal2-icon.swal2-error
  [class^="swal2-x-mark-line"][class$="left"] {
  left: 0.3125em;
}
.swal2-popup.swal2-toast
  .swal2-icon.swal2-error
  [class^="swal2-x-mark-line"][class$="right"] {
  right: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-actions {
  height: auto;
  justify-content: flex-start;
  margin: 0.5em 0 0;
  padding: 0 0.5em;
}
.swal2-popup.swal2-toast .swal2-styled {
  font-size: 1em;
  margin: 0.25em 0.5em;
  padding: 0.4em 0.6em;
}
.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86;
}
.swal2-popup.swal2-toast .swal2-success [class^="swal2-success-circular-line"] {
  border-radius: 50%;
  height: 3em;
  position: absolute;
  transform: rotate(45deg);
  width: 1.6em;
}
.swal2-popup.swal2-toast
  .swal2-success
  [class^="swal2-success-circular-line"][class$="left"] {
  border-radius: 4em 0 0 4em;
  left: -0.5em;
  top: -0.8em;
  transform: rotate(-45deg);
  transform-origin: 2em 2em;
}
.swal2-popup.swal2-toast
  .swal2-success
  [class^="swal2-success-circular-line"][class$="right"] {
  border-radius: 0 4em 4em 0;
  left: 0.9375em;
  top: -0.25em;
  transform-origin: 0 1.5em;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  height: 2em;
  width: 2em;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  height: 2.6875em;
  left: 0.4375em;
  top: 0;
  width: 0.4375em;
}
.swal2-popup.swal2-toast .swal2-success [class^="swal2-success-line"] {
  height: 0.3125em;
}
.swal2-popup.swal2-toast
  .swal2-success
  [class^="swal2-success-line"][class$="tip"] {
  left: 0.1875em;
  top: 1.125em;
  width: 0.75em;
}
.swal2-popup.swal2-toast
  .swal2-success
  [class^="swal2-success-line"][class$="long"] {
  right: 0.1875em;
  top: 0.9375em;
  width: 1.375em;
}
.swal2-popup.swal2-toast
  .swal2-success.swal2-icon-show
  .swal2-success-line-tip {
  animation: swal2-toast-animate-success-line-tip 0.75s;
}
.swal2-popup.swal2-toast
  .swal2-success.swal2-icon-show
  .swal2-success-line-long {
  animation: swal2-toast-animate-success-line-long 0.75s;
}
.swal2-popup.swal2-toast.swal2-show {
  animation: swal2-toast-show 0.5s;
}
.swal2-popup.swal2-toast.swal2-hide {
  animation: swal2-toast-hide 0.1s forwards;
}
.swal2-container {
  -webkit-overflow-scrolling: touch;
  bottom: 0;
  box-sizing: border-box;
  display: grid;
  grid-template-areas: "top-start     top            top-end" "center-start  center         center-end" "bottom-start  bottom-center  bottom-end";
  grid-template-rows:
    minmax(min-content, auto) minmax(min-content, auto)
    minmax(min-content, auto);
  height: 100%;
  left: 0;
  overflow-x: hidden;
  padding: 0.625em;
  position: fixed;
  right: 0;
  top: 0;
  transition: background-color 0.1s;
  z-index: 1060;
}
.swal2-container.swal2-backdrop-show,
.swal2-container.swal2-noanimation {
  background: rgba(0, 0, 0, 0.4);
}
.swal2-container.swal2-backdrop-hide {
  background: transparent !important;
}
.swal2-container.swal2-bottom-start,
.swal2-container.swal2-center-start,
.swal2-container.swal2-top-start {
  grid-template-columns: minmax(0, 1fr) auto auto;
}
.swal2-container.swal2-bottom,
.swal2-container.swal2-center,
.swal2-container.swal2-top {
  grid-template-columns: auto minmax(0, 1fr) auto;
}
.swal2-container.swal2-bottom-end,
.swal2-container.swal2-center-end,
.swal2-container.swal2-top-end {
  grid-template-columns: auto auto minmax(0, 1fr);
}
.swal2-container.swal2-top-start > .swal2-popup {
  align-self: start;
}
.swal2-container.swal2-top > .swal2-popup {
  align-self: start;
  grid-column: 2;
  justify-self: center;
}
.swal2-container.swal2-top-end > .swal2-popup,
.swal2-container.swal2-top-right > .swal2-popup {
  align-self: start;
  grid-column: 3;
  justify-self: end;
}
.swal2-container.swal2-center-left > .swal2-popup,
.swal2-container.swal2-center-start > .swal2-popup {
  align-self: center;
  grid-row: 2;
}
.swal2-container.swal2-center > .swal2-popup {
  align-self: center;
  grid-column: 2;
  grid-row: 2;
  justify-self: center;
}
.swal2-container.swal2-center-end > .swal2-popup,
.swal2-container.swal2-center-right > .swal2-popup {
  align-self: center;
  grid-column: 3;
  grid-row: 2;
  justify-self: end;
}
.swal2-container.swal2-bottom-left > .swal2-popup,
.swal2-container.swal2-bottom-start > .swal2-popup {
  align-self: end;
  grid-column: 1;
  grid-row: 3;
}
.swal2-container.swal2-bottom > .swal2-popup {
  align-self: end;
  grid-column: 2;
  grid-row: 3;
  justify-self: center;
}
.swal2-container.swal2-bottom-end > .swal2-popup,
.swal2-container.swal2-bottom-right > .swal2-popup {
  align-self: end;
  grid-column: 3;
  grid-row: 3;
  justify-self: end;
}
.swal2-container.swal2-grow-fullscreen > .swal2-popup,
.swal2-container.swal2-grow-row > .swal2-popup {
  grid-column: 1/4;
  width: 100%;
}
.swal2-container.swal2-grow-column > .swal2-popup,
.swal2-container.swal2-grow-fullscreen > .swal2-popup {
  align-self: stretch;
  grid-row: 1/4;
}
.swal2-container.swal2-no-transition {
  transition: none !important;
}
.swal2-popup {
  background: #fff;
  border: none;
  border-radius: 5px;
  box-sizing: border-box;
  color: #545454;
  display: none;
  font-family: inherit;
  font-size: 1rem;
  grid-template-columns: minmax(0, 100%);
  max-width: 100%;
  padding: 0 0 1.25em;
  position: relative;
  width: 32em;
}
.swal2-popup:focus {
  outline: none;
}
.swal2-popup.swal2-loading {
  overflow-y: hidden;
}
.swal2-title {
  word-wrap: break-word;
  color: inherit;
  font-size: 1.875em;
  font-weight: 600;
  margin: 0;
  max-width: 100%;
  padding: 0.8em 1em 0;
  position: relative;
  text-align: center;
  text-transform: none;
}
.swal2-actions {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 1.25em auto 0;
  padding: 0;
  width: auto;
  z-index: 1;
}
.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: 0.4;
}
.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}
.swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
.swal2-loader {
  align-items: center;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border-color: #2778c4 transparent;
  border-radius: 100%;
  border-style: solid;
  border-width: 0.25em;
  display: none;
  height: 2.2em;
  justify-content: center;
  margin: 0 1.875em;
  width: 2.2em;
}
.swal2-styled {
  box-shadow: 0 0 0 3px transparent;
  font-weight: 500;
  margin: 0.3125em;
  padding: 0.625em 1.1em;
  transition: box-shadow 0.1s;
}
.swal2-styled:not([disabled]) {
  cursor: pointer;
}
.swal2-styled.swal2-confirm {
  background: transparent none repeat 0 0 / auto auto padding-box border-box
    scroll;
  background: initial;
  background-color: #7066e0;
  border: 0;
  border-radius: 0.25em;
  color: #fff;
  font-size: 1em;
}
.swal2-styled.swal2-confirm:focus {
  box-shadow: 0 0 0 3px rgba(112, 102, 224, 0.5);
}
.swal2-styled.swal2-deny {
  background: transparent none repeat 0 0 / auto auto padding-box border-box
    scroll;
  background: initial;
  background-color: #dc3741;
  border: 0;
  border-radius: 0.25em;
  color: #fff;
  font-size: 1em;
}
.swal2-styled.swal2-deny:focus {
  box-shadow: 0 0 0 3px rgba(220, 55, 65, 0.5);
}
.swal2-styled.swal2-cancel {
  background: transparent none repeat 0 0 / auto auto padding-box border-box
    scroll;
  background: initial;
  background-color: #6e7881;
  border: 0;
  border-radius: 0.25em;
  color: #fff;
  font-size: 1em;
}
.swal2-styled.swal2-cancel:focus {
  box-shadow: 0 0 0 3px hsla(208, 8%, 47%, 0.5);
}
.swal2-styled.swal2-default-outline:focus {
  box-shadow: 0 0 0 3px rgba(100, 150, 200, 0.5);
}
.swal2-styled:focus {
  outline: none;
}
.swal2-styled::-moz-focus-inner {
  border: 0;
}
.swal2-footer {
  border-top: 1px solid #eee;
  color: inherit;
  font-size: 1em;
  justify-content: center;
  margin: 1em 0 0;
  padding: 1em 1em 0;
}
.swal2-timer-progress-bar-container {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  bottom: 0;
  grid-column: auto !important;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
}
.swal2-timer-progress-bar {
  background: rgba(0, 0, 0, 0.2);
  height: 0.25em;
  width: 100%;
}
.swal2-image {
  margin: 2em auto 1em;
  max-width: 100%;
}
.swal2-close {
  align-items: center;
  background: transparent;
  border: none;
  border-radius: 5px;
  color: #ccc;
  cursor: pointer;
  font-family: serif;
  font-family: monospace;
  font-size: 2.5em;
  height: 1.2em;
  justify-content: center;
  justify-self: end;
  margin-bottom: -1.2em;
  margin-right: 0;
  margin-top: 0;
  overflow: hidden;
  padding: 0;
  transition:
    color 0.1s,
    box-shadow 0.1s;
  width: 1.2em;
  z-index: 2;
}
.swal2-close:hover {
  background: transparent;
  color: #f27474;
  transform: none;
}
.swal2-close:focus {
  box-shadow: inset 0 0 0 3px rgba(100, 150, 200, 0.5);
  outline: none;
}
.swal2-close::-moz-focus-inner {
  border: 0;
}
.swal2-html-container {
  word-wrap: break-word;
  color: inherit;
  font-size: 1.125em;
  font-weight: 400;
  justify-content: center;
  line-height: normal;
  margin: 1em 1.6em 0.3em;
  overflow: auto;
  padding: 0;
  text-align: center;
  word-break: break-word;
  z-index: 1;
}
.swal2-checkbox,
.swal2-file,
.swal2-input,
.swal2-radio,
.swal2-select,
.swal2-textarea {
  margin: 1em 2em 3px;
}
.swal2-file,
.swal2-input,
.swal2-textarea {
  background: inherit;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.06),
    0 0 0 3px transparent;
  box-sizing: border-box;
  color: inherit;
  font-size: 1.125em;
  transition:
    border-color 0.1s,
    box-shadow 0.1s;
  width: auto;
}
.swal2-file.swal2-inputerror,
.swal2-input.swal2-inputerror,
.swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}
.swal2-file:focus,
.swal2-input:focus,
.swal2-textarea:focus {
  border: 1px solid #b4dbed;
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.06),
    0 0 0 3px rgba(100, 150, 200, 0.5);
  outline: none;
}
.swal2-file::-moz-placeholder,
.swal2-input::-moz-placeholder,
.swal2-textarea::-moz-placeholder {
  color: #ccc;
}
.swal2-file::placeholder,
.swal2-input::placeholder,
.swal2-textarea::placeholder {
  color: #ccc;
}
.swal2-range {
  background: #fff;
  margin: 1em 2em 3px;
}
.swal2-range input {
  width: 80%;
}
.swal2-range output {
  color: inherit;
  font-weight: 600;
  text-align: center;
  width: 20%;
}
.swal2-range input,
.swal2-range output {
  font-size: 1.125em;
  height: 2.625em;
  line-height: 2.625em;
  padding: 0;
}
.swal2-input {
  height: 2.625em;
  padding: 0 0.75em;
}
.swal2-file {
  background: inherit;
  font-size: 1.125em;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
}
.swal2-textarea {
  height: 6.75em;
  padding: 0.75em;
}
.swal2-select {
  background: inherit;
  color: inherit;
  font-size: 1.125em;
  max-width: 100%;
  min-width: 50%;
  padding: 0.375em 0.625em;
}
.swal2-checkbox,
.swal2-radio {
  align-items: center;
  background: #fff;
  color: inherit;
  justify-content: center;
}
.swal2-checkbox label,
.swal2-radio label {
  font-size: 1.125em;
  margin: 0 0.6em;
}
.swal2-checkbox input,
.swal2-radio input {
  flex-shrink: 0;
  margin: 0 0.4em;
}
.swal2-input-label {
  display: flex;
  justify-content: center;
  margin: 1em auto 0;
}
.swal2-validation-message {
  align-items: center;
  background: #f0f0f0;
  color: #666;
  font-size: 1em;
  font-weight: 300;
  justify-content: center;
  margin: 1em 0 0;
  overflow: hidden;
  padding: 0.625em;
}
.swal2-validation-message:before {
  background-color: #f27474;
  border-radius: 50%;
  color: #fff;
  content: "!";
  display: inline-block;
  font-weight: 600;
  height: 1.5em;
  line-height: 1.5em;
  margin: 0 0.625em;
  min-width: 1.5em;
  text-align: center;
  width: 1.5em;
}
.swal2-icon {
  border: 0.25em solid #000;
  border-radius: 50%;
  box-sizing: content-box;
  cursor: default;
  font-family: inherit;
  height: 5em;
  justify-content: center;
  line-height: 5em;
  margin: 2.5em auto 0.6em;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 5em;
}
.swal2-icon .swal2-icon-content {
  align-items: center;
  display: flex;
  font-size: 3.75em;
}
.swal2-icon.swal2-error {
  border-color: #f27474;
  color: #f27474;
}
.swal2-icon.swal2-error .swal2-x-mark {
  flex-grow: 1;
  position: relative;
}
.swal2-icon.swal2-error [class^="swal2-x-mark-line"] {
  background-color: #f27474;
  border-radius: 0.125em;
  display: block;
  height: 0.3125em;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
}
.swal2-icon.swal2-error [class^="swal2-x-mark-line"][class$="left"] {
  left: 1.0625em;
  transform: rotate(45deg);
}
.swal2-icon.swal2-error [class^="swal2-x-mark-line"][class$="right"] {
  right: 1em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-error.swal2-icon-show {
  animation: swal2-animate-error-icon 0.5s;
}
.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
  animation: swal2-animate-error-x-mark 0.5s;
}
.swal2-icon.swal2-warning {
  border-color: #facea8;
  color: #f8bb86;
}
.swal2-icon.swal2-warning.swal2-icon-show {
  animation: swal2-animate-error-icon 0.5s;
}
.swal2-icon.swal2-warning.swal2-icon-show .swal2-icon-content {
  animation: swal2-animate-i-mark 0.5s;
}
.swal2-icon.swal2-info {
  border-color: #9de0f6;
  color: #3fc3ee;
}
.swal2-icon.swal2-info.swal2-icon-show {
  animation: swal2-animate-error-icon 0.5s;
}
.swal2-icon.swal2-info.swal2-icon-show .swal2-icon-content {
  animation: swal2-animate-i-mark 0.8s;
}
.swal2-icon.swal2-question {
  border-color: #c9dae1;
  color: #87adbd;
}
.swal2-icon.swal2-question.swal2-icon-show {
  animation: swal2-animate-error-icon 0.5s;
}
.swal2-icon.swal2-question.swal2-icon-show .swal2-icon-content {
  animation: swal2-animate-question-mark 0.8s;
}
.swal2-icon.swal2-success {
  border-color: #a5dc86;
  color: #a5dc86;
}
.swal2-icon.swal2-success [class^="swal2-success-circular-line"] {
  border-radius: 50%;
  height: 7.5em;
  position: absolute;
  transform: rotate(45deg);
  width: 3.75em;
}
.swal2-icon.swal2-success
  [class^="swal2-success-circular-line"][class$="left"] {
  border-radius: 7.5em 0 0 7.5em;
  left: -2.0635em;
  top: -0.4375em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
}
.swal2-icon.swal2-success
  [class^="swal2-success-circular-line"][class$="right"] {
  border-radius: 0 7.5em 7.5em 0;
  left: 1.875em;
  top: -0.6875em;
  transform: rotate(-45deg);
  transform-origin: 0 3.75em;
}
.swal2-icon.swal2-success .swal2-success-ring {
  border: 0.25em solid hsla(98, 55%, 69%, 0.3);
  border-radius: 50%;
  box-sizing: content-box;
  height: 100%;
  left: -0.25em;
  position: absolute;
  top: -0.25em;
  width: 100%;
  z-index: 2;
}
.swal2-icon.swal2-success .swal2-success-fix {
  height: 5.625em;
  left: 1.625em;
  position: absolute;
  top: 0.5em;
  transform: rotate(-45deg);
  width: 0.4375em;
  z-index: 1;
}
.swal2-icon.swal2-success [class^="swal2-success-line"] {
  background-color: #a5dc86;
  border-radius: 0.125em;
  display: block;
  height: 0.3125em;
  position: absolute;
  z-index: 2;
}
.swal2-icon.swal2-success [class^="swal2-success-line"][class$="tip"] {
  left: 0.8125em;
  top: 2.875em;
  transform: rotate(45deg);
  width: 1.5625em;
}
.swal2-icon.swal2-success [class^="swal2-success-line"][class$="long"] {
  right: 0.5em;
  top: 2.375em;
  transform: rotate(-45deg);
  width: 2.9375em;
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
  animation: swal2-animate-success-line-tip 0.75s;
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
  animation: swal2-animate-success-line-long 0.75s;
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
  animation: swal2-rotate-success-circular-line 4.25s ease-in;
}
.swal2-progress-steps {
  align-items: center;
  background: inherit;
  flex-wrap: wrap;
  font-weight: 600;
  margin: 1.25em auto;
  max-width: 100%;
  padding: 0;
}
.swal2-progress-steps li {
  display: inline-block;
  position: relative;
}
.swal2-progress-steps .swal2-progress-step {
  background: #2778c4;
  border-radius: 2em;
  color: #fff;
  flex-shrink: 0;
  height: 2em;
  line-height: 2em;
  text-align: center;
  width: 2em;
  z-index: 20;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #2778c4;
}
.swal2-progress-steps
  .swal2-progress-step.swal2-active-progress-step
  ~ .swal2-progress-step {
  background: #add8e6;
  color: #fff;
}
.swal2-progress-steps
  .swal2-progress-step.swal2-active-progress-step
  ~ .swal2-progress-step-line {
  background: #add8e6;
}
.swal2-progress-steps .swal2-progress-step-line {
  background: #2778c4;
  flex-shrink: 0;
  height: 0.4em;
  margin: 0 -1px;
  width: 2.5em;
  z-index: 10;
}
[class^="swal2"] {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.swal2-show {
  animation: swal2-show 0.3s;
}
.swal2-hide {
  animation: swal2-hide 0.15s forwards;
}
.swal2-noanimation {
  transition: none;
}
.swal2-scrollbar-measure {
  height: 50px;
  overflow: scroll;
  position: absolute;
  top: -9999px;
  width: 50px;
}
.swal2-rtl .swal2-close {
  margin-left: 0;
  margin-right: 0;
}
.swal2-rtl .swal2-timer-progress-bar {
  left: auto;
  right: 0;
}
@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotate(2deg);
  }
  33% {
    transform: translateY(0) rotate(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotate(2deg);
  }
  to {
    transform: translateY(0) rotate(0deg);
  }
}
@keyframes swal2-toast-hide {
  to {
    opacity: 0;
    transform: rotate(1deg);
  }
}
@keyframes swal2-toast-animate-success-line-tip {
  0% {
    left: 0.0625em;
    top: 0.5625em;
    width: 0;
  }
  54% {
    left: 0.125em;
    top: 0.125em;
    width: 0;
  }
  70% {
    left: -0.25em;
    top: 0.625em;
    width: 1.625em;
  }
  84% {
    left: 0.75em;
    top: 1.0625em;
    width: 0.5em;
  }
  to {
    left: 0.1875em;
    top: 1.125em;
    width: 0.75em;
  }
}
@keyframes swal2-toast-animate-success-line-long {
  0% {
    right: 1.375em;
    top: 1.625em;
    width: 0;
  }
  65% {
    right: 0.9375em;
    top: 1.25em;
    width: 0;
  }
  84% {
    right: 0;
    top: 0.9375em;
    width: 1.125em;
  }
  to {
    right: 0.1875em;
    top: 0.9375em;
    width: 1.375em;
  }
}
@keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  to {
    transform: scale(1);
  }
}
@keyframes swal2-hide {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0.5);
  }
}
@keyframes swal2-animate-success-line-tip {
  0% {
    left: 0.0625em;
    top: 1.1875em;
    width: 0;
  }
  54% {
    left: 0.125em;
    top: 1.0625em;
    width: 0;
  }
  70% {
    left: -0.375em;
    top: 2.1875em;
    width: 3.125em;
  }
  84% {
    left: 1.3125em;
    top: 3em;
    width: 1.0625em;
  }
  to {
    left: 0.8125em;
    top: 2.8125em;
    width: 1.5625em;
  }
}
@keyframes swal2-animate-success-line-long {
  0% {
    right: 2.875em;
    top: 3.375em;
    width: 0;
  }
  65% {
    right: 2.875em;
    top: 3.375em;
    width: 0;
  }
  84% {
    right: 0;
    top: 2.1875em;
    width: 3.4375em;
  }
  to {
    right: 0.5em;
    top: 2.375em;
    width: 2.9375em;
  }
}
@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  to {
    transform: rotate(-405deg);
  }
}
@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    opacity: 0;
    transform: scale(0.4);
  }
  50% {
    margin-top: 1.625em;
    opacity: 0;
    transform: scale(0.4);
  }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }
  to {
    margin-top: 0;
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes swal2-animate-error-icon {
  0% {
    opacity: 0;
    transform: rotateX(100deg);
  }
  to {
    opacity: 1;
    transform: rotateX(0deg);
  }
}
@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes swal2-animate-question-mark {
  0% {
    transform: rotateY(-1turn);
  }
  to {
    transform: rotateY(0);
  }
}
@keyframes swal2-animate-i-mark {
  0% {
    opacity: 0;
    transform: rotate(45deg);
  }
  25% {
    opacity: 0.4;
    transform: rotate(-25deg);
  }
  50% {
    opacity: 0.8;
    transform: rotate(15deg);
  }
  75% {
    opacity: 1;
    transform: rotate(-5deg);
  }
  to {
    opacity: 1;
    transform: rotateX(0);
  }
}
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden;
}
body.swal2-height-auto {
  height: auto !important;
}
body.swal2-no-backdrop .swal2-container {
  background-color: transparent !important;
  pointer-events: none;
}
body.swal2-no-backdrop .swal2-container .swal2-popup {
  pointer-events: all;
}
body.swal2-no-backdrop .swal2-container .swal2-modal {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)
    > [aria-hidden="true"] {
    display: none;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)
    .swal2-container {
    position: static !important;
  }
}
body.swal2-toast-shown .swal2-container {
  background-color: transparent;
  box-sizing: border-box;
  max-width: 100%;
  pointer-events: none;
  width: 360px;
}
body.swal2-toast-shown .swal2-container.swal2-top {
  bottom: auto;
  left: 50%;
  right: auto;
  top: 0;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-top-end,
body.swal2-toast-shown .swal2-container.swal2-top-right {
  bottom: auto;
  left: auto;
  right: 0;
  top: 0;
}
body.swal2-toast-shown .swal2-container.swal2-top-left,
body.swal2-toast-shown .swal2-container.swal2-top-start {
  bottom: auto;
  left: 0;
  right: auto;
  top: 0;
}
body.swal2-toast-shown .swal2-container.swal2-center-left,
body.swal2-toast-shown .swal2-container.swal2-center-start {
  bottom: auto;
  left: 0;
  right: auto;
  top: 50%;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-center {
  bottom: auto;
  left: 50%;
  right: auto;
  top: 50%;
  transform: translate(-50%, -50%);
}
body.swal2-toast-shown .swal2-container.swal2-center-end,
body.swal2-toast-shown .swal2-container.swal2-center-right {
  bottom: auto;
  left: auto;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-left,
body.swal2-toast-shown .swal2-container.swal2-bottom-start {
  bottom: 0;
  left: 0;
  right: auto;
  top: auto;
}
body.swal2-toast-shown .swal2-container.swal2-bottom {
  bottom: 0;
  left: 50%;
  right: auto;
  top: auto;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-end,
body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  bottom: 0;
  left: auto;
  right: 0;
  top: auto;
}
.swal2-container.swal2-shown {
  z-index: 9998;
}
.swal2-actions .swal2-confirm.swal2-styled {
  background-color: #75c41c;
  background: -webkit-gradient(
    left bottom,
    right top,
    color-stop(0, #75c41c),
    color-stop(60%, #40b279),
    color-stop(75%, #2daf99),
    color-stop(90%, #26aea9),
    color-stop(100%, #26aea9)
  );
  background: linear-gradient(
    45deg,
    #75c41c,
    #40b279 60%,
    #2daf99 75%,
    #26aea9 90%,
    #26aea9
  );
  box-shadow: 0 20px 40px 0 rgba(23, 22, 37, 0.15);
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#75c41c",endColorstr="#26aea9",GradientType=1);
  padding-left: 30px;
  padding-right: 30px;
}
.swal2-actions .swal2-confirm.swal2-styled:hover {
  background: #66a81b;
  background: -webkit-gradient(
    left bottom,
    right top,
    color-stop(0, #66a81b),
    color-stop(60%, #379667),
    color-stop(75%, #2a9c87),
    color-stop(90%, #22948e),
    color-stop(100%, #0e8c86)
  );
  background: linear-gradient(
    45deg,
    #66a81b,
    #379667 60%,
    #2a9c87 75%,
    #22948e 90%,
    #0e8c86
  );
  color: #7fd21e;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#66a81b",endColorstr="#0e8c86",GradientType=1);
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.stop-scrolling {
  height: 100%;
  overflow: hidden;
}
.p20 {
  padding: 20px;
}
.exchangeform-step-2-page .container--form h2 {
  color: #000;
}
.only-mobile {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .only-mobile {
    display: block;
  }
}
input[data-v-9e3e702c],
textarea[data-v-9e3e702c] {
  color: #fff;
}
.hide[data-v-7536f34e] {
  position: absolute;
  top: -9999px;
}
.flick[data-v-7536f34e] {
  font-size: 0;
}
.hide:focus + .flex-row .flick[data-v-7536f34e] {
  animation: flick-7536f34e 2s 0.2s infinite;
  font-size: 18px;
}
@keyframes flick-7536f34e {
  50% {
    color: #fff;
  }
}
.number[data-v-7536f34e] {
  align-items: center;
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 7px;
  display: flex;
  font-size: 18px;
  height: 48px;
  justify-content: center;
  margin: 8px;
  position: relative;
  top: 8px;
  width: 42px;
}
.popup-wr .title[data-v-7536f34e] {
  font-size: 22px;
  margin: 0;
  padding: 1rem;
}
.popup-personal-date p[data-v-7536f34e] {
  font-size: 11px;
  font-weight: 700;
  line-height: 2;
  margin-top: 20px;
}
.popup .btn[data-v-7536f34e] {
  box-shadow: none;
  font-size: 1rem;
  line-height: 2.75;
  margin-top: 1rem;
}
.popup input[data-v-7536f34e],
.popup textarea[data-v-7536f34e] {
  font-size: 13px;
  padding-bottom: 12px;
  padding-top: 12px;
}
.popup-bottom img[data-v-7536f34e] {
  max-width: 30px;
}
.popup-wr-item[data-v-7536f34e] {
  border-radius: 10px;
  box-shadow: none;
  max-width: 300px;
}
.input-img img[data-v-7536f34e] {
  left: 1.25rem;
  width: 1rem;
}
.popup .d-flex a[data-v-7536f34e] {
  color: #6a55ea;
  font-size: 10px;
  font-weight: 700;
  text-align: right;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.popup-bottom-title[data-v-7536f34e] {
  font-size: 15px;
  font-weight: 700;
}
.popup-wr .title[data-v-13746bdb] {
  margin: 0;
  padding: 1rem;
}
.popup-personal-date p[data-v-13746bdb] {
  font-size: 11px;
  font-weight: 700;
  line-height: 2;
  margin-top: 20px;
}
.popup .btn[data-v-13746bdb] {
  box-shadow: none;
  font-size: 1rem;
  line-height: 2.75;
  margin-top: 1rem;
}
.popup input[data-v-13746bdb],
.popup textarea[data-v-13746bdb] {
  font-size: 13px;
  margin-top: 10px;
  padding-bottom: 12px;
  padding-top: 12px;
}
.popup-bottom img[data-v-13746bdb] {
  max-width: 30px;
  width: 100%;
}
.popup .d-flex[data-v-13746bdb] {
  justify-content: flex-start;
}
.popup .d-flex__col[data-v-13746bdb] {
  justify-content: space-between;
}
.popup-wr-item[data-v-13746bdb] {
  border-radius: 10px;
  box-shadow: none;
  max-width: 550px;
}
.input-img img[data-v-13746bdb] {
  left: 1.25rem;
  margin: 0;
  position: absolute;
  top: 29px;
  width: 1.1rem;
}
.popup-wr[data-v-4b3acada] {
  border-radius: 5px;
  height: 575px;
  padding: 0;
  width: 475px;
}
.error-box[data-v-4b3acada] {
  color: #4584f6;
}
.error-box[data-v-4b3acada],
.success-box[data-v-4b3acada] {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 225px;
}
.success-box[data-v-4b3acada] {
  color: #d52b1e;
}
.qr-block .btn[data-v-4b3acada] {
  font-weight: 700;
  margin-top: 20px;
  width: 245px;
}
.qr-block[data-v-4b3acada] {
  align-items: center;
  background: #fff;
  color: #000;
  display: flex;
  flex-direction: column;
  font-size: 225px;
  padding: 35px;
}
.qr-block-title[data-v-4b3acada] {
  color: #2f323e;
  font-size: 20px;
}
.hide[data-v-4b3acada] {
  position: absolute;
  top: -999px;
}
.blurred[data-v-4b3acada],
.small-text[data-v-4b3acada] {
  color: #9899a0;
}
.small-text[data-v-4b3acada] {
  font-size: 13px;
  margin: 0;
}
.number-wr[data-v-4b3acada] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 242px;
}
.number[data-v-4b3acada] {
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 7px;
  font-size: 18px;
  height: 48px;
  width: 32px;
}
.mobile-bar[data-v-4b3acada],
.number[data-v-4b3acada] {
  display: flex;
  justify-content: center;
}
.mobile-bar[data-v-4b3acada] {
  flex-direction: row;
}
.flick[data-v-4b3acada] {
  font-size: 0;
}
.hide:focus + .number-wr .flick[data-v-4b3acada] {
  animation: flick-4b3acada 1s step-end infinite;
  font-size: 18px;
}
.mobile[data-v-4b3acada] {
  font-size: 20px;
}
.helper-token-text[data-v-4b3acada] {
  margin-bottom: 5px;
  margin-top: 20px;
}
.app-links-block[data-v-4b3acada] {
  margin-top: 20px;
}
.app-link[data-v-4b3acada] {
  margin: 0 5px;
  opacity: 0.4;
}
.app-link[data-v-4b3acada]:hover {
  opacity: 0.9;
}
.mobile-bar[data-v-4b3acada] {
  padding-top: 10px;
}
.copied-text-2fa[data-v-4b3acada] {
  color: #2c921b;
}
.app-link img[data-v-4b3acada] {
  height: 20px;
  opacity: 0.4;
  width: 20px;
}
.p-input-secter[data-v-4b3acada] {
  padding: 10px 15px;
}
.p-input-secter p[data-v-4b3acada] {
  font-size: 18px;
}
.p-input-secter i.fal.fa-copy[data-v-4b3acada] {
  color: #9899a0;
  font-size: 20px;
  padding: 5px;
}
@keyframes flick-4b3acada {
  0% {
    color: auto;
  }
  50% {
    color: #fff;
  }
}
.hide[data-v-2dc07382] {
  position: absolute;
  top: -9999px;
}
.flick[data-v-2dc07382] {
  font-size: 0;
}
.hide:focus + .flex-row .flick[data-v-2dc07382] {
  animation: flick-2dc07382 2s 0.2s infinite;
  font-size: 18px;
}
@keyframes flick-2dc07382 {
  50% {
    color: #fff;
  }
}
.number[data-v-2dc07382] {
  align-items: center;
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 7px;
  display: flex;
  font-size: 18px;
  height: 48px;
  justify-content: center;
  margin: 8px;
  position: relative;
  top: 8px;
  width: 42px;
}
.popup-wr .title[data-v-2dc07382] {
  font-size: 22px;
  margin: 0;
  padding: 1rem;
}
.popup-personal-date p[data-v-2dc07382] {
  font-size: 11px;
  font-weight: 700;
  line-height: 2;
  margin-top: 20px;
}
.popup .btn[data-v-2dc07382] {
  box-shadow: none;
  font-size: 1rem;
  line-height: 2.75;
  margin-top: 1rem;
}
.popup input[data-v-2dc07382],
.popup textarea[data-v-2dc07382] {
  font-size: 13px;
  padding-bottom: 12px;
  padding-top: 12px;
}
.popup-bottom img[data-v-2dc07382] {
  max-width: 30px;
}
.popup-wr-item[data-v-2dc07382] {
  border-radius: 10px;
  box-shadow: none;
  max-width: 300px;
}
.input-img img[data-v-2dc07382] {
  left: 1.25rem;
  width: 1rem;
}
.popup .d-flex a[data-v-2dc07382] {
  color: #6a55ea;
  font-size: 10px;
  font-weight: 700;
  text-align: right;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.popup-bottom-title[data-v-2dc07382] {
  font-size: 15px;
  font-weight: 700;
}
.top-left[data-v-a54c73f8] {
  align-items: center;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.35);
  color: #fff;
  display: flex;
  left: 0;
  line-height: 1.3;
  margin: 20px;
  max-width: 350px;
  padding: 20px;
  position: fixed;
  top: 0;
  transform: translateX(-420px);
  z-index: 1000;
}
.top-left.do-show[data-v-a54c73f8] {
  animation:
    slide-in-left 1s ease-in-out forwards,
    slide-in-left 1s ease-in-out 5s reverse forwards;
}
.top-left[data-notification-status="notice"][data-v-a54c73f8] {
  background-color: #29b6f6;
}
.top-left[data-notification-status="notice"][data-v-a54c73f8]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='%23077CB2' d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12 17.521 1.984 12 1.984m0 2'/%3E%3Cpath fill='%23077CB2' d='M11.016 6.984V9h1.968V6.984zm0 10.032h1.968v-6h-1.968z'/%3E%3C/svg%3E")
    50% / cover no-repeat;
  content: "";
  display: block;
  height: 30px;
  margin-right: 20px;
  min-width: 30px;
  width: 30px;
}
.top-left[data-notification-status="warning"][data-v-a54c73f8] {
  background-color: #ffca28;
}
.top-left[data-notification-status="warning"][data-v-a54c73f8]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='%23C19100' d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12 17.521 1.984 12 1.984m0 2'/%3E%3Cpath fill='%23C19100' d='M11.016 17.016h1.968V15h-1.968zm0-10.033v6.001h1.968V6.983z'/%3E%3C/svg%3E")
    50% / cover no-repeat;
  content: "";
  display: block;
  height: 30px;
  margin-right: 20px;
  min-width: 30px;
  width: 30px;
}
.top-left[data-notification-status="error"][data-v-a54c73f8] {
  background-color: #ef5350;
}
.top-left[data-notification-status="error"][data-v-a54c73f8]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='%23C71612' d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12 17.521 1.984 12 1.984m0 2'/%3E%3Cpath fill='%23C71612' d='m13.406 12 2.578 2.578-1.406 1.406L12 13.406l-2.578 2.578-1.406-1.406L10.594 12 8.016 9.421l1.406-1.405L12 10.593l2.578-2.577 1.406 1.405z'/%3E%3C/svg%3E")
    50% / cover no-repeat;
  content: "";
  display: block;
  height: 30px;
  margin-right: 20px;
  min-width: 30px;
  width: 30px;
}
.top-left[data-notification-status="success"][data-v-a54c73f8] {
  background-color: #66bb6a;
}
.top-left[data-notification-status="success"][data-v-a54c73f8]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='%233A813D' d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12 17.521 1.984 12 1.984m0 2'/%3E%3Cpath fill='%233A813D' d='m10.477 13.136 5.085-5.085 1.406 1.406-6.492 6.492-3.446-3.445 1.406-1.406z'/%3E%3C/svg%3E")
    50% / cover no-repeat;
  content: "";
  display: block;
  height: 30px;
  margin-right: 20px;
  min-width: 30px;
  width: 30px;
}
.top-left[data-notification-status="question"][data-v-a54c73f8] {
  background-color: #8d6e63;
}
.top-left[data-notification-status="question"][data-v-a54c73f8]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='%23513F39' d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12 17.521 1.984 12 1.984m0 2'/%3E%3Cpath fill='%23513F39' d='M12.001 6.314h-.002A3.606 3.606 0 0 0 8.39 9.923h1.784c0-.977.85-1.784 1.826-1.784s1.827.807 1.827 1.784c0 1.826-2.718 1.614-2.718 4.544h1.784c0-2.038 2.717-2.294 2.717-4.544a3.607 3.607 0 0 0-3.609-3.609m-.892 10.872h1.784V15.36h-1.784z'/%3E%3C/svg%3E")
    50% / cover no-repeat;
  content: "";
  display: block;
  height: 30px;
  margin-right: 20px;
  min-width: 30px;
  width: 30px;
}
.top-left[data-notification-status="plain"][data-v-a54c73f8] {
  background-color: #333;
}
.top-right[data-v-a54c73f8] {
  align-items: center;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.35);
  color: #fff;
  display: flex;
  line-height: 1.3;
  margin: 20px;
  max-width: 350px;
  padding: 20px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}
.top-right.do-show[data-v-a54c73f8] {
  animation:
    fade-in 1s ease-in-out forwards,
    fade-in 1s ease-in-out 3s reverse forwards;
}
.top-right[data-notification-status="notice"][data-v-a54c73f8] {
  background-color: #29b6f6;
}
.top-right[data-notification-status="notice"][data-v-a54c73f8]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='%23077CB2' d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12 17.521 1.984 12 1.984m0 2'/%3E%3Cpath fill='%23077CB2' d='M11.016 6.984V9h1.968V6.984zm0 10.032h1.968v-6h-1.968z'/%3E%3C/svg%3E")
    50% / cover no-repeat;
  content: "";
  display: block;
  height: 30px;
  margin-right: 20px;
  min-width: 30px;
  width: 30px;
}
.top-right[data-notification-status="warning"][data-v-a54c73f8] {
  background-color: #ffca28;
}
.top-right[data-notification-status="warning"][data-v-a54c73f8]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='%23C19100' d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12 17.521 1.984 12 1.984m0 2'/%3E%3Cpath fill='%23C19100' d='M11.016 17.016h1.968V15h-1.968zm0-10.033v6.001h1.968V6.983z'/%3E%3C/svg%3E")
    50% / cover no-repeat;
  content: "";
  display: block;
  height: 30px;
  margin-right: 20px;
  min-width: 30px;
  width: 30px;
}
.top-right[data-notification-status="error"][data-v-a54c73f8] {
  background-color: #ef5350;
}
.top-right[data-notification-status="error"][data-v-a54c73f8]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='%23C71612' d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12 17.521 1.984 12 1.984m0 2'/%3E%3Cpath fill='%23C71612' d='m13.406 12 2.578 2.578-1.406 1.406L12 13.406l-2.578 2.578-1.406-1.406L10.594 12 8.016 9.421l1.406-1.405L12 10.593l2.578-2.577 1.406 1.405z'/%3E%3C/svg%3E")
    50% / cover no-repeat;
  content: "";
  display: block;
  height: 30px;
  margin-right: 20px;
  min-width: 30px;
  width: 30px;
}
.top-right[data-notification-status="success"][data-v-a54c73f8] {
  background-color: #66bb6a;
}
.top-right[data-notification-status="success"][data-v-a54c73f8]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='%233A813D' d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12 17.521 1.984 12 1.984m0 2'/%3E%3Cpath fill='%233A813D' d='m10.477 13.136 5.085-5.085 1.406 1.406-6.492 6.492-3.446-3.445 1.406-1.406z'/%3E%3C/svg%3E")
    50% / cover no-repeat;
  content: "";
  display: block;
  height: 30px;
  margin-right: 20px;
  min-width: 30px;
  width: 30px;
}
.top-right[data-notification-status="question"][data-v-a54c73f8] {
  background-color: #8d6e63;
}
.top-right[data-notification-status="question"][data-v-a54c73f8]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='%23513F39' d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12 17.521 1.984 12 1.984m0 2'/%3E%3Cpath fill='%23513F39' d='M12.001 6.314h-.002A3.606 3.606 0 0 0 8.39 9.923h1.784c0-.977.85-1.784 1.826-1.784s1.827.807 1.827 1.784c0 1.826-2.718 1.614-2.718 4.544h1.784c0-2.038 2.717-2.294 2.717-4.544a3.607 3.607 0 0 0-3.609-3.609m-.892 10.872h1.784V15.36h-1.784z'/%3E%3C/svg%3E")
    50% / cover no-repeat;
  content: "";
  display: block;
  height: 30px;
  margin-right: 20px;
  min-width: 30px;
  width: 30px;
}
.top-right[data-notification-status="plain"][data-v-a54c73f8] {
  background-color: #333;
}
.bottom-right[data-v-a54c73f8] {
  align-items: center;
  bottom: 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.35);
  color: #fff;
  display: flex;
  line-height: 1.3;
  margin: 20px;
  max-width: 350px;
  padding: 20px;
  position: fixed;
  right: 0;
  transform: translateX(420px);
  z-index: 1000;
}
@keyframes slide-in-right-a54c73f8 {
  to {
    transform: translateX(0);
  }
}
.bottom-right.do-show[data-v-a54c73f8] {
  animation:
    slide-in-right-a54c73f8 1s ease-in-out forwards,
    slide-in-right-a54c73f8 1s ease-in-out 3s reverse forwards;
}
.bottom-right[data-notification-status="notice"][data-v-a54c73f8] {
  background-color: #29b6f6;
}
.bottom-right[data-notification-status="notice"][data-v-a54c73f8]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='%23077CB2' d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12 17.521 1.984 12 1.984m0 2'/%3E%3Cpath fill='%23077CB2' d='M11.016 6.984V9h1.968V6.984zm0 10.032h1.968v-6h-1.968z'/%3E%3C/svg%3E")
    50% / cover no-repeat;
  content: "";
  display: block;
  height: 30px;
  margin-right: 20px;
  min-width: 30px;
  width: 30px;
}
.bottom-right[data-notification-status="warning"][data-v-a54c73f8] {
  background-color: #ffca28;
}
.bottom-right[data-notification-status="warning"][data-v-a54c73f8]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='%23C19100' d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12 17.521 1.984 12 1.984m0 2'/%3E%3Cpath fill='%23C19100' d='M11.016 17.016h1.968V15h-1.968zm0-10.033v6.001h1.968V6.983z'/%3E%3C/svg%3E")
    50% / cover no-repeat;
  content: "";
  display: block;
  height: 30px;
  margin-right: 20px;
  min-width: 30px;
  width: 30px;
}
.bottom-right[data-notification-status="error"][data-v-a54c73f8] {
  background-color: #ef5350;
}
.bottom-right[data-notification-status="error"][data-v-a54c73f8]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='%23C71612' d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12 17.521 1.984 12 1.984m0 2'/%3E%3Cpath fill='%23C71612' d='m13.406 12 2.578 2.578-1.406 1.406L12 13.406l-2.578 2.578-1.406-1.406L10.594 12 8.016 9.421l1.406-1.405L12 10.593l2.578-2.577 1.406 1.405z'/%3E%3C/svg%3E")
    50% / cover no-repeat;
  content: "";
  display: block;
  height: 30px;
  margin-right: 20px;
  min-width: 30px;
  width: 30px;
}
.bottom-right[data-notification-status="success"][data-v-a54c73f8] {
  background-color: #66bb6a;
}
.bottom-right[data-notification-status="success"][data-v-a54c73f8]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='%233A813D' d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12 17.521 1.984 12 1.984m0 2'/%3E%3Cpath fill='%233A813D' d='m10.477 13.136 5.085-5.085 1.406 1.406-6.492 6.492-3.446-3.445 1.406-1.406z'/%3E%3C/svg%3E")
    50% / cover no-repeat;
  content: "";
  display: block;
  height: 30px;
  margin-right: 20px;
  min-width: 30px;
  width: 30px;
}
.bottom-right[data-notification-status="question"][data-v-a54c73f8] {
  background-color: #8d6e63;
}
.bottom-right[data-notification-status="question"][data-v-a54c73f8]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='%23513F39' d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12 17.521 1.984 12 1.984m0 2'/%3E%3Cpath fill='%23513F39' d='M12.001 6.314h-.002A3.606 3.606 0 0 0 8.39 9.923h1.784c0-.977.85-1.784 1.826-1.784s1.827.807 1.827 1.784c0 1.826-2.718 1.614-2.718 4.544h1.784c0-2.038 2.717-2.294 2.717-4.544a3.607 3.607 0 0 0-3.609-3.609m-.892 10.872h1.784V15.36h-1.784z'/%3E%3C/svg%3E")
    50% / cover no-repeat;
  content: "";
  display: block;
  height: 30px;
  margin-right: 20px;
  min-width: 30px;
  width: 30px;
}
.bottom-right[data-notification-status="plain"][data-v-a54c73f8] {
  background-color: #333;
}
.bottom-left[data-v-a54c73f8] {
  align-items: center;
  bottom: 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.35);
  color: #fff;
  display: flex;
  left: 0;
  line-height: 1.3;
  margin: 20px;
  max-width: 350px;
  padding: 20px;
  position: fixed;
  z-index: 1000;
}
.bottom-left.do-show[data-v-a54c73f8] {
  animation:
    fade-in 1s ease-in-out forwards,
    fade-in 1s ease-in-out 3s reverse forwards;
}
.bottom-left[data-notification-status="notice"][data-v-a54c73f8] {
  background-color: #29b6f6;
}
.bottom-left[data-notification-status="notice"][data-v-a54c73f8]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='%23077CB2' d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12 17.521 1.984 12 1.984m0 2'/%3E%3Cpath fill='%23077CB2' d='M11.016 6.984V9h1.968V6.984zm0 10.032h1.968v-6h-1.968z'/%3E%3C/svg%3E")
    50% / cover no-repeat;
  content: "";
  display: block;
  height: 30px;
  margin-right: 20px;
  min-width: 30px;
  width: 30px;
}
.bottom-left[data-notification-status="warning"][data-v-a54c73f8] {
  background-color: #ffca28;
}
.bottom-left[data-notification-status="warning"][data-v-a54c73f8]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='%23C19100' d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12 17.521 1.984 12 1.984m0 2'/%3E%3Cpath fill='%23C19100' d='M11.016 17.016h1.968V15h-1.968zm0-10.033v6.001h1.968V6.983z'/%3E%3C/svg%3E")
    50% / cover no-repeat;
  content: "";
  display: block;
  height: 30px;
  margin-right: 20px;
  min-width: 30px;
  width: 30px;
}
.bottom-left[data-notification-status="error"][data-v-a54c73f8] {
  background-color: #ef5350;
}
.bottom-left[data-notification-status="error"][data-v-a54c73f8]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='%23C71612' d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12 17.521 1.984 12 1.984m0 2'/%3E%3Cpath fill='%23C71612' d='m13.406 12 2.578 2.578-1.406 1.406L12 13.406l-2.578 2.578-1.406-1.406L10.594 12 8.016 9.421l1.406-1.405L12 10.593l2.578-2.577 1.406 1.405z'/%3E%3C/svg%3E")
    50% / cover no-repeat;
  content: "";
  display: block;
  height: 30px;
  margin-right: 20px;
  min-width: 30px;
  width: 30px;
}
.bottom-left[data-notification-status="success"][data-v-a54c73f8] {
  background-color: #66bb6a;
}
.bottom-left[data-notification-status="success"][data-v-a54c73f8]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='%233A813D' d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12 17.521 1.984 12 1.984m0 2'/%3E%3Cpath fill='%233A813D' d='m10.477 13.136 5.085-5.085 1.406 1.406-6.492 6.492-3.446-3.445 1.406-1.406z'/%3E%3C/svg%3E")
    50% / cover no-repeat;
  content: "";
  display: block;
  height: 30px;
  margin-right: 20px;
  min-width: 30px;
  width: 30px;
}
.bottom-left[data-notification-status="question"][data-v-a54c73f8] {
  background-color: #8d6e63;
}
.bottom-left[data-notification-status="question"][data-v-a54c73f8]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='%23513F39' d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12 17.521 1.984 12 1.984m0 2'/%3E%3Cpath fill='%23513F39' d='M12.001 6.314h-.002A3.606 3.606 0 0 0 8.39 9.923h1.784c0-.977.85-1.784 1.826-1.784s1.827.807 1.827 1.784c0 1.826-2.718 1.614-2.718 4.544h1.784c0-2.038 2.717-2.294 2.717-4.544a3.607 3.607 0 0 0-3.609-3.609m-.892 10.872h1.784V15.36h-1.784z'/%3E%3C/svg%3E")
    50% / cover no-repeat;
  content: "";
  display: block;
  height: 30px;
  margin-right: 20px;
  min-width: 30px;
  width: 30px;
}
.bottom-left[data-notification-status="plain"][data-v-a54c73f8] {
  background-color: #333;
}
.bar-top[data-v-a54c73f8] {
  align-items: center;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.35);
  color: #fff;
  display: flex;
  left: 0;
  line-height: 1.3;
  padding: 20px;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateY(-100%);
  width: 100%;
  z-index: 1000;
}
.bar-top.do-show[data-v-a54c73f8] {
  animation:
    slide-show 1s forwards,
    slide-show 1s 3s reverse forwards;
}
.bar-top[data-notification-status="notice"][data-v-a54c73f8] {
  background-color: #29b6f6;
}
.bar-top[data-notification-status="notice"][data-v-a54c73f8]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='%23077CB2' d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12 17.521 1.984 12 1.984m0 2'/%3E%3Cpath fill='%23077CB2' d='M11.016 6.984V9h1.968V6.984zm0 10.032h1.968v-6h-1.968z'/%3E%3C/svg%3E")
    50% / cover no-repeat;
  content: "";
  display: block;
  height: 30px;
  margin-right: 20px;
  min-width: 30px;
  width: 30px;
}
.bar-top[data-notification-status="warning"][data-v-a54c73f8] {
  background-color: #ffca28;
}
.bar-top[data-notification-status="warning"][data-v-a54c73f8]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='%23C19100' d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12 17.521 1.984 12 1.984m0 2'/%3E%3Cpath fill='%23C19100' d='M11.016 17.016h1.968V15h-1.968zm0-10.033v6.001h1.968V6.983z'/%3E%3C/svg%3E")
    50% / cover no-repeat;
  content: "";
  display: block;
  height: 30px;
  margin-right: 20px;
  min-width: 30px;
  width: 30px;
}
.bar-top[data-notification-status="error"][data-v-a54c73f8] {
  background-color: #ef5350;
}
.bar-top[data-notification-status="error"][data-v-a54c73f8]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='%23C71612' d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12 17.521 1.984 12 1.984m0 2'/%3E%3Cpath fill='%23C71612' d='m13.406 12 2.578 2.578-1.406 1.406L12 13.406l-2.578 2.578-1.406-1.406L10.594 12 8.016 9.421l1.406-1.405L12 10.593l2.578-2.577 1.406 1.405z'/%3E%3C/svg%3E")
    50% / cover no-repeat;
  content: "";
  display: block;
  height: 30px;
  margin-right: 20px;
  min-width: 30px;
  width: 30px;
}
.bar-top[data-notification-status="success"][data-v-a54c73f8] {
  background-color: #66bb6a;
}
.bar-top[data-notification-status="success"][data-v-a54c73f8]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='%233A813D' d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12 17.521 1.984 12 1.984m0 2'/%3E%3Cpath fill='%233A813D' d='m10.477 13.136 5.085-5.085 1.406 1.406-6.492 6.492-3.446-3.445 1.406-1.406z'/%3E%3C/svg%3E")
    50% / cover no-repeat;
  content: "";
  display: block;
  height: 30px;
  margin-right: 20px;
  min-width: 30px;
  width: 30px;
}
.bar-top[data-notification-status="question"][data-v-a54c73f8] {
  background-color: #8d6e63;
}
.bar-top[data-notification-status="question"][data-v-a54c73f8]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='%23513F39' d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12 17.521 1.984 12 1.984m0 2'/%3E%3Cpath fill='%23513F39' d='M12.001 6.314h-.002A3.606 3.606 0 0 0 8.39 9.923h1.784c0-.977.85-1.784 1.826-1.784s1.827.807 1.827 1.784c0 1.826-2.718 1.614-2.718 4.544h1.784c0-2.038 2.717-2.294 2.717-4.544a3.607 3.607 0 0 0-3.609-3.609m-.892 10.872h1.784V15.36h-1.784z'/%3E%3C/svg%3E")
    50% / cover no-repeat;
  content: "";
  display: block;
  height: 30px;
  margin-right: 20px;
  min-width: 30px;
  width: 30px;
}
.bar-top[data-notification-status="plain"][data-v-a54c73f8] {
  background-color: #333;
}
.bar-bottom[data-v-a54c73f8] {
  align-items: center;
  bottom: 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.35);
  color: #fff;
  display: flex;
  left: 0;
  line-height: 1.3;
  padding: 20px;
  position: fixed;
  right: 0;
  width: 100%;
  z-index: 1000;
}
.bar-bottom.do-show[data-v-a54c73f8] {
  animation:
    fade-in 1s ease-in-out forwards,
    fade-in 1s ease-in-out 3s reverse forwards;
}
.bar-bottom[data-notification-status="notice"][data-v-a54c73f8] {
  background-color: #29b6f6;
}
.bar-bottom[data-notification-status="notice"][data-v-a54c73f8]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='%23077CB2' d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12 17.521 1.984 12 1.984m0 2'/%3E%3Cpath fill='%23077CB2' d='M11.016 6.984V9h1.968V6.984zm0 10.032h1.968v-6h-1.968z'/%3E%3C/svg%3E")
    50% / cover no-repeat;
  content: "";
  display: block;
  height: 30px;
  margin-right: 20px;
  min-width: 30px;
  width: 30px;
}
.bar-bottom[data-notification-status="warning"][data-v-a54c73f8] {
  background-color: #ffca28;
}
.bar-bottom[data-notification-status="warning"][data-v-a54c73f8]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='%23C19100' d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12 17.521 1.984 12 1.984m0 2'/%3E%3Cpath fill='%23C19100' d='M11.016 17.016h1.968V15h-1.968zm0-10.033v6.001h1.968V6.983z'/%3E%3C/svg%3E")
    50% / cover no-repeat;
  content: "";
  display: block;
  height: 30px;
  margin-right: 20px;
  min-width: 30px;
  width: 30px;
}
.bar-bottom[data-notification-status="error"][data-v-a54c73f8] {
  background-color: #ef5350;
}
.bar-bottom[data-notification-status="error"][data-v-a54c73f8]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='%23C71612' d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12 17.521 1.984 12 1.984m0 2'/%3E%3Cpath fill='%23C71612' d='m13.406 12 2.578 2.578-1.406 1.406L12 13.406l-2.578 2.578-1.406-1.406L10.594 12 8.016 9.421l1.406-1.405L12 10.593l2.578-2.577 1.406 1.405z'/%3E%3C/svg%3E")
    50% / cover no-repeat;
  content: "";
  display: block;
  height: 30px;
  margin-right: 20px;
  min-width: 30px;
  width: 30px;
}
.bar-bottom[data-notification-status="success"][data-v-a54c73f8] {
  background-color: #66bb6a;
}
.bar-bottom[data-notification-status="success"][data-v-a54c73f8]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='%233A813D' d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12 17.521 1.984 12 1.984m0 2'/%3E%3Cpath fill='%233A813D' d='m10.477 13.136 5.085-5.085 1.406 1.406-6.492 6.492-3.446-3.445 1.406-1.406z'/%3E%3C/svg%3E")
    50% / cover no-repeat;
  content: "";
  display: block;
  height: 30px;
  margin-right: 20px;
  min-width: 30px;
  width: 30px;
}
.bar-bottom[data-notification-status="question"][data-v-a54c73f8] {
  background-color: #8d6e63;
}
.bar-bottom[data-notification-status="question"][data-v-a54c73f8]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='%23513F39' d='M12 3.984c4.407 0 8.016 3.609 8.016 8.016 0 4.406-3.608 8.016-8.016 8.016S3.984 16.407 3.984 12 7.593 3.984 12 3.984m0-2C6.478 1.984 1.984 6.477 1.984 12c0 5.521 4.493 10.016 10.016 10.016S22.016 17.522 22.016 12 17.521 1.984 12 1.984m0 2'/%3E%3Cpath fill='%23513F39' d='M12.001 6.314h-.002A3.606 3.606 0 0 0 8.39 9.923h1.784c0-.977.85-1.784 1.826-1.784s1.827.807 1.827 1.784c0 1.826-2.718 1.614-2.718 4.544h1.784c0-2.038 2.717-2.294 2.717-4.544a3.607 3.607 0 0 0-3.609-3.609m-.892 10.872h1.784V15.36h-1.784z'/%3E%3C/svg%3E")
    50% / cover no-repeat;
  content: "";
  display: block;
  height: 30px;
  margin-right: 20px;
  min-width: 30px;
  width: 30px;
}
.bar-bottom[data-notification-status="plain"][data-v-a54c73f8] {
  background-color: #333;
}
.loader[data-v-cf342b8c] {
  font-size: 18px;
  text-align: center;
}
.loader .wait-text-block[data-v-cf342b8c] {
  display: grid;
  height: 100vh;
}
.loader .wait-text[data-v-cf342b8c] {
  align-items: end;
  margin-bottom: 25px;
}
.ie_block[data-v-cf342b8c],
.loader .wait-text[data-v-cf342b8c] {
  display: flex;
  justify-content: center;
}
.ie_block[data-v-cf342b8c] {
  align-items: center;
  background: #aaa;
  border-radius: 20px;
  color: #111;
  flex-direction: column;
  font-size: 25px;
  margin: 0 auto;
  padding: 15px;
  text-align: center;
  width: 50%;
}
.ie_block > div[data-v-cf342b8c] {
  color: #333;
  display: flex;
  font-weight: 700;
  margin-top: 20px;
}
.ie_block a[data-v-cf342b8c]:hover {
  color: #0ab;
}
.ie_block img[data-v-cf342b8c] {
  height: 30px;
  margin-right: 15px;
  width: 30px;
}
#preloader[data-v-6b063339] {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
#loader[data-v-6b063339] {
  animation: spin-6b063339 2s linear infinite;
  border: 3px solid transparent;
  border-radius: 50%;
  border-top-color: #a599e7;
  display: block;
  height: 150px;
  left: 50%;
  margin: -75px 0 0 -75px;
  position: relative;
  top: 50%;
  width: 150px;
}
#loader[data-v-6b063339]:before {
  animation: spin-6b063339 3s linear infinite;
  bottom: 5px;
  left: 5px;
  right: 5px;
  top: 5px;
}
#loader[data-v-6b063339]:after,
#loader[data-v-6b063339]:before {
  border: 3px solid transparent;
  border-radius: 50%;
  border-top-color: #6a55ea;
  content: "";
  position: absolute;
}
#loader[data-v-6b063339]:after {
  animation: spin-6b063339 1.5s linear infinite;
  bottom: 15px;
  left: 15px;
  right: 15px;
  top: 15px;
}
@keyframes spin-6b063339 {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.bp-dropdown--sub,
.bp-dropdown--sub .bp-dropdown__btn,
.bp-dropdown--sub .bp-dropdown__sub {
  width: 100%;
}
.bp-dropdown--sub .bp-dropdown__icon {
  margin-left: auto;
}
.bp-dropdown__btn {
  border: 1px solid #efefef;
  cursor: pointer;
  padding: 3px 5px;
  transition: background-color 0.1s ease;
}
.bp-dropdown__btn,
.bp-dropdown__sub {
  align-items: center;
  display: inline-flex;
}
.bp-dropdown__btn--active {
  background-color: #eee;
}
.bp-dropdown__icon {
  display: inline-block;
  height: 15px;
  overflow: visible;
  transition: transform 0.1s ease;
  width: 15px;
}
.bp-dropdown__icon--spin {
  animation: spin 2s linear infinite;
  height: 12px;
  width: 12px;
}
.bp-dropdown__icon--top {
  transform: rotate(-180deg);
}
.bp-dropdown__icon--right {
  transform: rotate(-90deg);
}
.bp-dropdown__icon--bottom {
  transform: rotate(0);
}
.bp-dropdown__icon--left {
  transform: rotate(-270deg);
}
.bp-dropdown__btn--active .bp-dropdown__icon--top,
.bp-dropdown__sub--active .bp-dropdown__icon--top {
  transform: rotate(0);
}
.bp-dropdown__btn--active .bp-dropdown__icon--right,
.bp-dropdown__sub--active .bp-dropdown__icon--right {
  transform: rotate(-270deg);
}
.bp-dropdown__btn--active .bp-dropdown__icon--bottom,
.bp-dropdown__sub--active .bp-dropdown__icon--bottom {
  transform: rotate(-180deg);
}
.bp-dropdown__btn--active .bp-dropdown__icon--left,
.bp-dropdown__sub--active .bp-dropdown__icon--left {
  transform: rotate(-90deg);
}
.bp-dropdown__body {
  background-color: #fff;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
  left: 0;
  padding: 6px 8px;
  position: fixed;
  top: 0;
  z-index: 9999;
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.1s;
}
.fade-enter,
.fade-leave-to {
  opacity: 0;
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.help_block[data-v-7e6ecd88] {
  margin-bottom: 10px;
  text-align: center;
}
.help_block h3[data-v-7e6ecd88] {
  font-size: 20px;
  margin: 10px 0;
}
.help_block p[data-v-7e6ecd88] {
  font-size: 14px;
}
.help_block .arrow_icon[data-v-7e6ecd88] {
  display: block;
  padding: 20px;
}
.help_block .file_icon[data-v-7e6ecd88] {
  display: block;
  padding-bottom: 10px;
  padding-top: 30px;
}
h1[data-v-1ef193e6] {
  text-align: center;
}
.dropper img[data-v-1ef193e6] {
  height: 25px;
  margin: 5px;
  width: 25px;
}
.dropper li[data-v-1ef193e6] {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 15px;
}
.dropper li[data-v-1ef193e6]:hover {
  background: rgba(0, 150, 255, 0.1);
}
.dropper[data-v-1ef193e6] {
  width: 100%;
}
.city-input[data-v-1ef193e6] {
  align-items: center;
  background: #fff;
  border-radius: 16px;
  color: #96989c;
  cursor: pointer;
  display: flex;
  font-size: 15px;
  height: 72px;
  justify-content: space-between;
  line-height: 18px;
  padding: 26px 29px;
  text-align: left;
  width: 100%;
}
.city-input .inner_arrow img[data-v-1ef193e6] {
  bottom: 0;
  position: relative;
  right: 0;
  transform: none;
  vertical-align: middle;
  width: 10px;
}
.dropper .bp-dropdown__btn[data-v-1ef193e6] {
  width: 100%;
}
.help_block[data-v-1ef193e6] {
  text-align: center;
}
.help_block h3[data-v-1ef193e6] {
  font-size: 20px;
  margin: 10px 0;
}
.help_block p[data-v-1ef193e6] {
  font-size: 14px;
}
.help_block .arrow_icon[data-v-1ef193e6] {
  display: block;
  padding: 20px;
}
.help_block .file_icon[data-v-1ef193e6] {
  display: block;
  padding-bottom: 10px;
  padding-top: 30px;
}
.container h2[data-v-0c6fce28] {
  font-size: 24px;
  font-size: 22px;
  font-weight: 600;
  padding: 15px 0;
}
.container h3[data-v-0c6fce28] {
  font-size: 20px;
  font-weight: 600;
  padding: 10px 0;
}
.container ol[data-v-0c6fce28],
.container ul[data-v-0c6fce28] {
  list-style: inherit;
  padding: inherit;
}
.swal2-popup.swal2-toast {
  background: #fff;
  box-shadow:
    0 0 1px rgba(0, 0, 0, 0.075),
    0 1px 2px rgba(0, 0, 0, 0.075),
    1px 2px 4px rgba(0, 0, 0, 0.075),
    1px 3px 8px rgba(0, 0, 0, 0.075),
    2px 4px 16px rgba(0, 0, 0, 0.075);
  box-sizing: border-box;
  grid-column: 1/4 !important;
  grid-row: 1/4 !important;
  grid-template-columns: 1fr 99fr 1fr;
  overflow-y: hidden;
  padding: 1em;
  pointer-events: all;
}
.swal2-popup.swal2-toast > * {
  grid-column: 2;
}
.swal2-popup.swal2-toast .swal2-title {
  font-size: 1em;
  margin: 0.5em 1em;
  padding: 0;
  text-align: left;
  text-align: initial;
}
.swal2-popup.swal2-toast .swal2-loading {
  justify-content: center;
}
.swal2-popup.swal2-toast .swal2-input {
  font-size: 1em;
  height: 2em;
  margin: 0.5em;
}
.swal2-popup.swal2-toast .swal2-validation-message {
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-footer {
  font-size: 0.8em;
  margin: 0.5em 0 0;
  padding: 0.5em 0 0;
}
.swal2-popup.swal2-toast .swal2-close {
  align-self: center;
  font-size: 2em;
  grid-column: 3/3;
  grid-row: 1/99;
  height: 0.8em;
  margin: 0;
  width: 0.8em;
}
.swal2-popup.swal2-toast .swal2-html-container {
  font-size: 1em;
  margin: 0.5em 1em;
  padding: 0;
  text-align: left;
  text-align: initial;
}
.swal2-popup.swal2-toast .swal2-html-container:empty {
  padding: 0;
}
.swal2-popup.swal2-toast .swal2-loader {
  align-self: center;
  grid-column: 1;
  grid-row: 1/99;
  height: 2em;
  margin: 0.25em;
  width: 2em;
}
.swal2-popup.swal2-toast .swal2-icon {
  align-self: center;
  grid-column: 1;
  grid-row: 1/99;
  height: 2em;
  margin: 0 0.5em 0 0;
  min-width: 2em;
  width: 2em;
}
.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
  align-items: center;
  display: flex;
  font-size: 1.8em;
  font-weight: 700;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  height: 2em;
  width: 2em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^="swal2-x-mark-line"] {
  top: 0.875em;
  width: 1.375em;
}
.swal2-popup.swal2-toast
  .swal2-icon.swal2-error
  [class^="swal2-x-mark-line"][class$="left"] {
  left: 0.3125em;
}
.swal2-popup.swal2-toast
  .swal2-icon.swal2-error
  [class^="swal2-x-mark-line"][class$="right"] {
  right: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-actions {
  height: auto;
  justify-content: flex-start;
  margin: 0.5em 0 0;
  padding: 0 0.5em;
}
.swal2-popup.swal2-toast .swal2-styled {
  font-size: 1em;
  margin: 0.25em 0.5em;
  padding: 0.4em 0.6em;
}
.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86;
}
.swal2-popup.swal2-toast .swal2-success [class^="swal2-success-circular-line"] {
  border-radius: 50%;
  height: 3em;
  position: absolute;
  transform: rotate(45deg);
  width: 1.6em;
}
.swal2-popup.swal2-toast
  .swal2-success
  [class^="swal2-success-circular-line"][class$="left"] {
  border-radius: 4em 0 0 4em;
  left: -0.5em;
  top: -0.8em;
  transform: rotate(-45deg);
  transform-origin: 2em 2em;
}
.swal2-popup.swal2-toast
  .swal2-success
  [class^="swal2-success-circular-line"][class$="right"] {
  border-radius: 0 4em 4em 0;
  left: 0.9375em;
  top: -0.25em;
  transform-origin: 0 1.5em;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  height: 2em;
  width: 2em;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  height: 2.6875em;
  left: 0.4375em;
  top: 0;
  width: 0.4375em;
}
.swal2-popup.swal2-toast .swal2-success [class^="swal2-success-line"] {
  height: 0.3125em;
}
.swal2-popup.swal2-toast
  .swal2-success
  [class^="swal2-success-line"][class$="tip"] {
  left: 0.1875em;
  top: 1.125em;
  width: 0.75em;
}
.swal2-popup.swal2-toast
  .swal2-success
  [class^="swal2-success-line"][class$="long"] {
  right: 0.1875em;
  top: 0.9375em;
  width: 1.375em;
}
.swal2-popup.swal2-toast
  .swal2-success.swal2-icon-show
  .swal2-success-line-tip {
  animation: swal2-toast-animate-success-line-tip 0.75s;
}
.swal2-popup.swal2-toast
  .swal2-success.swal2-icon-show
  .swal2-success-line-long {
  animation: swal2-toast-animate-success-line-long 0.75s;
}
.swal2-popup.swal2-toast.swal2-show {
  animation: swal2-toast-show 0.5s;
}
.swal2-popup.swal2-toast.swal2-hide {
  animation: swal2-toast-hide 0.1s forwards;
}
.swal2-container {
  -webkit-overflow-scrolling: touch;
  bottom: 0;
  box-sizing: border-box;
  display: grid;
  grid-template-areas: "top-start     top            top-end" "center-start  center         center-end" "bottom-start  bottom-center  bottom-end";
  grid-template-rows:
    minmax(min-content, auto) minmax(min-content, auto)
    minmax(min-content, auto);
  height: 100%;
  left: 0;
  overflow-x: hidden;
  padding: 0.625em;
  position: fixed;
  right: 0;
  top: 0;
  transition: background-color 0.1s;
  z-index: 1060;
}
.swal2-container.swal2-backdrop-show,
.swal2-container.swal2-noanimation {
  background: rgba(0, 0, 0, 0.4);
}
.swal2-container.swal2-backdrop-hide {
  background: 0 0 !important;
}
.swal2-container.swal2-bottom-start,
.swal2-container.swal2-center-start,
.swal2-container.swal2-top-start {
  grid-template-columns: minmax(0, 1fr) auto auto;
}
.swal2-container.swal2-bottom,
.swal2-container.swal2-center,
.swal2-container.swal2-top {
  grid-template-columns: auto minmax(0, 1fr) auto;
}
.swal2-container.swal2-bottom-end,
.swal2-container.swal2-center-end,
.swal2-container.swal2-top-end {
  grid-template-columns: auto auto minmax(0, 1fr);
}
.swal2-container.swal2-top-start > .swal2-popup {
  align-self: start;
}
.swal2-container.swal2-top > .swal2-popup {
  align-self: start;
  grid-column: 2;
  justify-self: center;
}
.swal2-container.swal2-top-end > .swal2-popup,
.swal2-container.swal2-top-right > .swal2-popup {
  align-self: start;
  grid-column: 3;
  justify-self: end;
}
.swal2-container.swal2-center-left > .swal2-popup,
.swal2-container.swal2-center-start > .swal2-popup {
  align-self: center;
  grid-row: 2;
}
.swal2-container.swal2-center > .swal2-popup {
  align-self: center;
  grid-column: 2;
  grid-row: 2;
  justify-self: center;
}
.swal2-container.swal2-center-end > .swal2-popup,
.swal2-container.swal2-center-right > .swal2-popup {
  align-self: center;
  grid-column: 3;
  grid-row: 2;
  justify-self: end;
}
.swal2-container.swal2-bottom-left > .swal2-popup,
.swal2-container.swal2-bottom-start > .swal2-popup {
  align-self: end;
  grid-column: 1;
  grid-row: 3;
}
.swal2-container.swal2-bottom > .swal2-popup {
  align-self: end;
  grid-column: 2;
  grid-row: 3;
  justify-self: center;
}
.swal2-container.swal2-bottom-end > .swal2-popup,
.swal2-container.swal2-bottom-right > .swal2-popup {
  align-self: end;
  grid-column: 3;
  grid-row: 3;
  justify-self: end;
}
.swal2-container.swal2-grow-fullscreen > .swal2-popup,
.swal2-container.swal2-grow-row > .swal2-popup {
  grid-column: 1/4;
  width: 100%;
}
.swal2-container.swal2-grow-column > .swal2-popup,
.swal2-container.swal2-grow-fullscreen > .swal2-popup {
  align-self: stretch;
  grid-row: 1/4;
}
.swal2-container.swal2-no-transition {
  transition: none !important;
}
.swal2-popup {
  background: #fff;
  border: none;
  border-radius: 5px;
  box-sizing: border-box;
  color: #545454;
  display: none;
  font-family: inherit;
  font-size: 1rem;
  grid-template-columns: minmax(0, 100%);
  max-width: 100%;
  padding: 0 0 1.25em;
  position: relative;
  width: 32em;
}
.swal2-popup:focus {
  outline: 0;
}
.swal2-popup.swal2-loading {
  overflow-y: hidden;
}
.swal2-title {
  word-wrap: break-word;
  color: inherit;
  font-size: 1.875em;
  font-weight: 600;
  margin: 0;
  max-width: 100%;
  padding: 0.8em 1em 0;
  position: relative;
  text-align: center;
  text-transform: none;
}
.swal2-actions {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 1.25em auto 0;
  padding: 0;
  width: auto;
  z-index: 1;
}
.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: 0.4;
}
.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}
.swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
.swal2-loader {
  align-items: center;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border-color: #2778c4 transparent;
  border-radius: 100%;
  border-style: solid;
  border-width: 0.25em;
  display: none;
  height: 2.2em;
  justify-content: center;
  margin: 0 1.875em;
  width: 2.2em;
}
.swal2-styled {
  box-shadow: 0 0 0 3px transparent;
  font-weight: 500;
  margin: 0.3125em;
  padding: 0.625em 1.1em;
  transition: box-shadow 0.1s;
}
.swal2-styled:not([disabled]) {
  cursor: pointer;
}
.swal2-styled.swal2-confirm {
  background: transparent none repeat 0 0 / auto auto padding-box border-box
    scroll;
  background: initial;
  background-color: #7066e0;
  border: 0;
  border-radius: 0.25em;
  color: #fff;
  font-size: 1em;
}
.swal2-styled.swal2-confirm:focus {
  box-shadow: 0 0 0 3px rgba(112, 102, 224, 0.5);
}
.swal2-styled.swal2-deny {
  background: transparent none repeat 0 0 / auto auto padding-box border-box
    scroll;
  background: initial;
  background-color: #dc3741;
  border: 0;
  border-radius: 0.25em;
  color: #fff;
  font-size: 1em;
}
.swal2-styled.swal2-deny:focus {
  box-shadow: 0 0 0 3px rgba(220, 55, 65, 0.5);
}
.swal2-styled.swal2-cancel {
  background: transparent none repeat 0 0 / auto auto padding-box border-box
    scroll;
  background: initial;
  background-color: #6e7881;
  border: 0;
  border-radius: 0.25em;
  color: #fff;
  font-size: 1em;
}
.swal2-styled.swal2-cancel:focus {
  box-shadow: 0 0 0 3px hsla(208, 8%, 47%, 0.5);
}
.swal2-styled.swal2-default-outline:focus {
  box-shadow: 0 0 0 3px rgba(100, 150, 200, 0.5);
}
.swal2-styled:focus {
  outline: 0;
}
.swal2-styled::-moz-focus-inner {
  border: 0;
}
.swal2-footer {
  border-top: 1px solid #eee;
  color: inherit;
  font-size: 1em;
  justify-content: center;
  margin: 1em 0 0;
  padding: 1em 1em 0;
}
.swal2-timer-progress-bar-container {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  bottom: 0;
  grid-column: auto !important;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
}
.swal2-timer-progress-bar {
  background: rgba(0, 0, 0, 0.2);
  height: 0.25em;
  width: 100%;
}
.swal2-image {
  margin: 2em auto 1em;
  max-width: 100%;
}
.swal2-close {
  align-items: center;
  background: 0 0;
  border: none;
  border-radius: 5px;
  color: #ccc;
  cursor: pointer;
  font-family: serif;
  font-family: monospace;
  font-size: 2.5em;
  height: 1.2em;
  justify-content: center;
  justify-self: end;
  margin-bottom: -1.2em;
  margin-right: 0;
  margin-top: 0;
  overflow: hidden;
  padding: 0;
  transition:
    color 0.1s,
    box-shadow 0.1s;
  width: 1.2em;
  z-index: 2;
}
.swal2-close:hover {
  background: 0 0;
  color: #f27474;
  transform: none;
}
.swal2-close:focus {
  box-shadow: inset 0 0 0 3px rgba(100, 150, 200, 0.5);
  outline: 0;
}
.swal2-close::-moz-focus-inner {
  border: 0;
}
.swal2-html-container {
  word-wrap: break-word;
  color: inherit;
  font-size: 1.125em;
  font-weight: 400;
  justify-content: center;
  line-height: normal;
  margin: 1em 1.6em 0.3em;
  overflow: auto;
  padding: 0;
  text-align: center;
  word-break: break-word;
  z-index: 1;
}
.swal2-checkbox,
.swal2-file,
.swal2-input,
.swal2-radio,
.swal2-select,
.swal2-textarea {
  margin: 1em 2em 3px;
}
.swal2-file,
.swal2-input,
.swal2-textarea {
  background: inherit;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.06),
    0 0 0 3px transparent;
  box-sizing: border-box;
  color: inherit;
  font-size: 1.125em;
  transition:
    border-color 0.1s,
    box-shadow 0.1s;
  width: auto;
}
.swal2-file.swal2-inputerror,
.swal2-input.swal2-inputerror,
.swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}
.swal2-file:focus,
.swal2-input:focus,
.swal2-textarea:focus {
  border: 1px solid #b4dbed;
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.06),
    0 0 0 3px rgba(100, 150, 200, 0.5);
  outline: 0;
}
.swal2-file::-moz-placeholder,
.swal2-input::-moz-placeholder,
.swal2-textarea::-moz-placeholder {
  color: #ccc;
}
.swal2-file::placeholder,
.swal2-input::placeholder,
.swal2-textarea::placeholder {
  color: #ccc;
}
.swal2-range {
  background: #fff;
  margin: 1em 2em 3px;
}
.swal2-range input {
  width: 80%;
}
.swal2-range output {
  color: inherit;
  font-weight: 600;
  text-align: center;
  width: 20%;
}
.swal2-range input,
.swal2-range output {
  font-size: 1.125em;
  height: 2.625em;
  line-height: 2.625em;
  padding: 0;
}
.swal2-input {
  height: 2.625em;
  padding: 0 0.75em;
}
.swal2-file {
  background: inherit;
  font-size: 1.125em;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
}
.swal2-textarea {
  height: 6.75em;
  padding: 0.75em;
}
.swal2-select {
  background: inherit;
  color: inherit;
  font-size: 1.125em;
  max-width: 100%;
  min-width: 50%;
  padding: 0.375em 0.625em;
}
.swal2-checkbox,
.swal2-radio {
  align-items: center;
  background: #fff;
  color: inherit;
  justify-content: center;
}
.swal2-checkbox label,
.swal2-radio label {
  font-size: 1.125em;
  margin: 0 0.6em;
}
.swal2-checkbox input,
.swal2-radio input {
  flex-shrink: 0;
  margin: 0 0.4em;
}
.swal2-input-label {
  display: flex;
  justify-content: center;
  margin: 1em auto 0;
}
.swal2-validation-message {
  align-items: center;
  background: #f0f0f0;
  color: #666;
  font-size: 1em;
  font-weight: 300;
  justify-content: center;
  margin: 1em 0 0;
  overflow: hidden;
  padding: 0.625em;
}
.swal2-validation-message:before {
  background-color: #f27474;
  border-radius: 50%;
  color: #fff;
  content: "!";
  display: inline-block;
  font-weight: 600;
  height: 1.5em;
  line-height: 1.5em;
  margin: 0 0.625em;
  min-width: 1.5em;
  text-align: center;
  width: 1.5em;
}
.swal2-icon {
  border: 0.25em solid #000;
  border-radius: 50%;
  box-sizing: content-box;
  cursor: default;
  font-family: inherit;
  height: 5em;
  justify-content: center;
  line-height: 5em;
  margin: 2.5em auto 0.6em;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 5em;
}
.swal2-icon .swal2-icon-content {
  align-items: center;
  display: flex;
  font-size: 3.75em;
}
.swal2-icon.swal2-error {
  border-color: #f27474;
  color: #f27474;
}
.swal2-icon.swal2-error .swal2-x-mark {
  flex-grow: 1;
  position: relative;
}
.swal2-icon.swal2-error [class^="swal2-x-mark-line"] {
  background-color: #f27474;
  border-radius: 0.125em;
  display: block;
  height: 0.3125em;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
}
.swal2-icon.swal2-error [class^="swal2-x-mark-line"][class$="left"] {
  left: 1.0625em;
  transform: rotate(45deg);
}
.swal2-icon.swal2-error [class^="swal2-x-mark-line"][class$="right"] {
  right: 1em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-error.swal2-icon-show {
  animation: swal2-animate-error-icon 0.5s;
}
.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
  animation: swal2-animate-error-x-mark 0.5s;
}
.swal2-icon.swal2-warning {
  border-color: #facea8;
  color: #f8bb86;
}
.swal2-icon.swal2-warning.swal2-icon-show {
  animation: swal2-animate-error-icon 0.5s;
}
.swal2-icon.swal2-warning.swal2-icon-show .swal2-icon-content {
  animation: swal2-animate-i-mark 0.5s;
}
.swal2-icon.swal2-info {
  border-color: #9de0f6;
  color: #3fc3ee;
}
.swal2-icon.swal2-info.swal2-icon-show {
  animation: swal2-animate-error-icon 0.5s;
}
.swal2-icon.swal2-info.swal2-icon-show .swal2-icon-content {
  animation: swal2-animate-i-mark 0.8s;
}
.swal2-icon.swal2-question {
  border-color: #c9dae1;
  color: #87adbd;
}
.swal2-icon.swal2-question.swal2-icon-show {
  animation: swal2-animate-error-icon 0.5s;
}
.swal2-icon.swal2-question.swal2-icon-show .swal2-icon-content {
  animation: swal2-animate-question-mark 0.8s;
}
.swal2-icon.swal2-success {
  border-color: #a5dc86;
  color: #a5dc86;
}
.swal2-icon.swal2-success [class^="swal2-success-circular-line"] {
  border-radius: 50%;
  height: 7.5em;
  position: absolute;
  transform: rotate(45deg);
  width: 3.75em;
}
.swal2-icon.swal2-success
  [class^="swal2-success-circular-line"][class$="left"] {
  border-radius: 7.5em 0 0 7.5em;
  left: -2.0635em;
  top: -0.4375em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
}
.swal2-icon.swal2-success
  [class^="swal2-success-circular-line"][class$="right"] {
  border-radius: 0 7.5em 7.5em 0;
  left: 1.875em;
  top: -0.6875em;
  transform: rotate(-45deg);
  transform-origin: 0 3.75em;
}
.swal2-icon.swal2-success .swal2-success-ring {
  border: 0.25em solid hsla(98, 55%, 69%, 0.3);
  border-radius: 50%;
  box-sizing: content-box;
  height: 100%;
  left: -0.25em;
  position: absolute;
  top: -0.25em;
  width: 100%;
  z-index: 2;
}
.swal2-icon.swal2-success .swal2-success-fix {
  height: 5.625em;
  left: 1.625em;
  position: absolute;
  top: 0.5em;
  transform: rotate(-45deg);
  width: 0.4375em;
  z-index: 1;
}
.swal2-icon.swal2-success [class^="swal2-success-line"] {
  background-color: #a5dc86;
  border-radius: 0.125em;
  display: block;
  height: 0.3125em;
  position: absolute;
  z-index: 2;
}
.swal2-icon.swal2-success [class^="swal2-success-line"][class$="tip"] {
  left: 0.8125em;
  top: 2.875em;
  transform: rotate(45deg);
  width: 1.5625em;
}
.swal2-icon.swal2-success [class^="swal2-success-line"][class$="long"] {
  right: 0.5em;
  top: 2.375em;
  transform: rotate(-45deg);
  width: 2.9375em;
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
  animation: swal2-animate-success-line-tip 0.75s;
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
  animation: swal2-animate-success-line-long 0.75s;
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
  animation: swal2-rotate-success-circular-line 4.25s ease-in;
}
.swal2-progress-steps {
  align-items: center;
  background: inherit;
  flex-wrap: wrap;
  font-weight: 600;
  margin: 1.25em auto;
  max-width: 100%;
  padding: 0;
}
.swal2-progress-steps li {
  display: inline-block;
  position: relative;
}
.swal2-progress-steps .swal2-progress-step {
  background: #2778c4;
  border-radius: 2em;
  color: #fff;
  flex-shrink: 0;
  height: 2em;
  line-height: 2em;
  text-align: center;
  width: 2em;
  z-index: 20;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #2778c4;
}
.swal2-progress-steps
  .swal2-progress-step.swal2-active-progress-step
  ~ .swal2-progress-step {
  background: #add8e6;
  color: #fff;
}
.swal2-progress-steps
  .swal2-progress-step.swal2-active-progress-step
  ~ .swal2-progress-step-line {
  background: #add8e6;
}
.swal2-progress-steps .swal2-progress-step-line {
  background: #2778c4;
  flex-shrink: 0;
  height: 0.4em;
  margin: 0 -1px;
  width: 2.5em;
  z-index: 10;
}
[class^="swal2"] {
  -webkit-tap-highlight-color: transparent;
}
.swal2-show {
  animation: swal2-show 0.3s;
}
.swal2-hide {
  animation: swal2-hide 0.15s forwards;
}
.swal2-noanimation {
  transition: none;
}
.swal2-scrollbar-measure {
  height: 50px;
  overflow: scroll;
  position: absolute;
  top: -9999px;
  width: 50px;
}
.swal2-rtl .swal2-close {
  margin-left: 0;
  margin-right: 0;
}
.swal2-rtl .swal2-timer-progress-bar {
  left: auto;
  right: 0;
}
@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotate(2deg);
  }
  33% {
    transform: translateY(0) rotate(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotate(2deg);
  }
  to {
    transform: translateY(0) rotate(0);
  }
}
@keyframes swal2-toast-hide {
  to {
    opacity: 0;
    transform: rotate(1deg);
  }
}
@keyframes swal2-toast-animate-success-line-tip {
  0% {
    left: 0.0625em;
    top: 0.5625em;
    width: 0;
  }
  54% {
    left: 0.125em;
    top: 0.125em;
    width: 0;
  }
  70% {
    left: -0.25em;
    top: 0.625em;
    width: 1.625em;
  }
  84% {
    left: 0.75em;
    top: 1.0625em;
    width: 0.5em;
  }
  to {
    left: 0.1875em;
    top: 1.125em;
    width: 0.75em;
  }
}
@keyframes swal2-toast-animate-success-line-long {
  0% {
    right: 1.375em;
    top: 1.625em;
    width: 0;
  }
  65% {
    right: 0.9375em;
    top: 1.25em;
    width: 0;
  }
  84% {
    right: 0;
    top: 0.9375em;
    width: 1.125em;
  }
  to {
    right: 0.1875em;
    top: 0.9375em;
    width: 1.375em;
  }
}
@keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  to {
    transform: scale(1);
  }
}
@keyframes swal2-hide {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0.5);
  }
}
@keyframes swal2-animate-success-line-tip {
  0% {
    left: 0.0625em;
    top: 1.1875em;
    width: 0;
  }
  54% {
    left: 0.125em;
    top: 1.0625em;
    width: 0;
  }
  70% {
    left: -0.375em;
    top: 2.1875em;
    width: 3.125em;
  }
  84% {
    left: 1.3125em;
    top: 3em;
    width: 1.0625em;
  }
  to {
    left: 0.8125em;
    top: 2.8125em;
    width: 1.5625em;
  }
}
@keyframes swal2-animate-success-line-long {
  0% {
    right: 2.875em;
    top: 3.375em;
    width: 0;
  }
  65% {
    right: 2.875em;
    top: 3.375em;
    width: 0;
  }
  84% {
    right: 0;
    top: 2.1875em;
    width: 3.4375em;
  }
  to {
    right: 0.5em;
    top: 2.375em;
    width: 2.9375em;
  }
}
@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  to {
    transform: rotate(-405deg);
  }
}
@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    opacity: 0;
    transform: scale(0.4);
  }
  50% {
    margin-top: 1.625em;
    opacity: 0;
    transform: scale(0.4);
  }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }
  to {
    margin-top: 0;
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes swal2-animate-error-icon {
  0% {
    opacity: 0;
    transform: rotateX(100deg);
  }
  to {
    opacity: 1;
    transform: rotateX(0);
  }
}
@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes swal2-animate-question-mark {
  0% {
    transform: rotateY(-1turn);
  }
  to {
    transform: rotateY(0);
  }
}
@keyframes swal2-animate-i-mark {
  0% {
    opacity: 0;
    transform: rotate(45deg);
  }
  25% {
    opacity: 0.4;
    transform: rotate(-25deg);
  }
  50% {
    opacity: 0.8;
    transform: rotate(15deg);
  }
  75% {
    opacity: 1;
    transform: rotate(-5deg);
  }
  to {
    opacity: 1;
    transform: rotateX(0);
  }
}
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden;
}
body.swal2-height-auto {
  height: auto !important;
}
body.swal2-no-backdrop .swal2-container {
  background-color: transparent !important;
  pointer-events: none;
}
body.swal2-no-backdrop .swal2-container .swal2-popup {
  pointer-events: all;
}
body.swal2-no-backdrop .swal2-container .swal2-modal {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)
    > [aria-hidden="true"] {
    display: none;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)
    .swal2-container {
    position: static !important;
  }
}
body.swal2-toast-shown .swal2-container {
  background-color: transparent;
  box-sizing: border-box;
  max-width: 100%;
  pointer-events: none;
  width: 360px;
}
body.swal2-toast-shown .swal2-container.swal2-top {
  bottom: auto;
  left: 50%;
  right: auto;
  top: 0;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-top-end,
body.swal2-toast-shown .swal2-container.swal2-top-right {
  bottom: auto;
  left: auto;
  right: 0;
  top: 0;
}
body.swal2-toast-shown .swal2-container.swal2-top-left,
body.swal2-toast-shown .swal2-container.swal2-top-start {
  bottom: auto;
  left: 0;
  right: auto;
  top: 0;
}
body.swal2-toast-shown .swal2-container.swal2-center-left,
body.swal2-toast-shown .swal2-container.swal2-center-start {
  bottom: auto;
  left: 0;
  right: auto;
  top: 50%;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-center {
  bottom: auto;
  left: 50%;
  right: auto;
  top: 50%;
  transform: translate(-50%, -50%);
}
body.swal2-toast-shown .swal2-container.swal2-center-end,
body.swal2-toast-shown .swal2-container.swal2-center-right {
  bottom: auto;
  left: auto;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-left,
body.swal2-toast-shown .swal2-container.swal2-bottom-start {
  bottom: 0;
  left: 0;
  right: auto;
  top: auto;
}
body.swal2-toast-shown .swal2-container.swal2-bottom {
  bottom: 0;
  left: 50%;
  right: auto;
  top: auto;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-end,
body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  bottom: 0;
  left: auto;
  right: 0;
  top: auto;
}
ul[data-v-5ee63bb5] {
  padding: 23px 0 20px;
}
.dropper img[data-v-49d57e20] {
  height: 25px;
  margin: 5px;
  width: 25px;
}
.dropper li[data-v-49d57e20] {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 15px;
}
.dropper li[data-v-49d57e20]:hover {
  background: rgba(0, 150, 255, 0.1);
}
.dropper .bp-dropdown__btn[data-v-49d57e20],
.dropper[data-v-49d57e20] {
  width: 100%;
}
.dropper img[data-v-09ce8b74] {
  height: 25px;
  margin: 5px;
  width: 25px;
}
.dropper li[data-v-09ce8b74] {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 15px;
}
.dropper li[data-v-09ce8b74]:hover {
  background: rgba(0, 150, 255, 0.1);
}
.dropper .bp-dropdown__btn[data-v-09ce8b74],
.dropper[data-v-09ce8b74] {
  width: 100%;
}
.b-toggle[data-v-62638cfc] {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
}
.b-toggle-open[data-v-62638cfc] {
  max-height: -moz-fit-content;
  max-height: fit-content;
  opacity: 1;
  visibility: visible;
}
.b-toggle-hid[data-v-62638cfc] {
  border: none;
  padding: 0;
}
.notification-box[data-v-60a26ece] {
  border: 1px solid;
  border-radius: 10px;
  color: #fff;
  margin: 25px;
  padding: 20px;
}
.notification-box > .title[data-v-60a26ece] {
  color: #fff;
  font-family: "Roboto Flex", sans-serif;
  font-size: 28px;
  font-weight: 700;
}
.time[data-v-60a26ece] {
  color: #bbb;
  font-size: 12px;
  font-style: italic;
  margin-left: 35px;
  margin-top: -45px;
}
.high[data-v-60a26ece] {
  background: #d85b5b;
  border-color: #d85b5b;
}
.medium[data-v-60a26ece] {
  background-color: #fff3cd;
  border-color: #ffeeba;
  color: #856404;
}
.low[data-v-60a26ece] {
  background-color: #cce5ff;
  border-color: #b8daff;
  color: #004085;
}
table[data-v-00d1a35e] {
  width: 100%;
}
.b-toggle[data-v-62638cfc] {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
}
.b-toggle-open[data-v-62638cfc] {
  max-height: -moz-fit-content;
  max-height: fit-content;
  opacity: 1;
  visibility: visible;
}
.b-toggle-hid[data-v-62638cfc] {
  border: none;
  padding: 0;
}
