@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);

body,
html {
  min-height: 100vh;
}

body {
  background-color: #fff;
  color: #fffff4;
  display: flex;
  flex-direction: column;
  font-family: "Montserrat", sans-serif, "Roboto-Regular";
  font-size: 14px;
}

@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-family: "Montserrat", sans-serif, "Roboto-Medium";
  font-weight: 500;
}

a,
h2,
label,
span {
  font-family: "Montserrat", sans-serif, "Roboto-Regular";
  font-weight: 400;
}

.container {
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 82px;
  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;
}

h3 {
  color: #fffff4;
  font-size: 16px;
}

h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

@media only screen and (max-width: 550px) {
  h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
  }
}

h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 56px;
}

@media only screen and (max-width: 767px) {
  h1 {
    text-align: center;
  }
}

@media only screen and (max-width: 550px) {
  h1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
  }
}

p {
  color: #fffff4;
  font-family: "Montserrat", sans-serif, "Roboto-Regular";
  line-height: 16.41px;
}

.title,
p {
  font-weight: 400;
}

.title {
  font-family: "Montserrat", sans-serif, "Play-Regular";
  font-size: 36px;
  text-transform: none;
}

@media only screen and (max-width: 767px) {
  .title {
    font-size: 1.5rem;
    text-align: center;
  }
}

ol,
ul {
  list-style-type: none;
  padding: 0;
}

b {
  font-family: "Montserrat", sans-serif, "Play-Bold";
  font-weight: 700;
}

input,
select,
textarea {
  width: 100%;
}

input,
input:active,
input:focus,
input:visited,
select,
select:active,
select:focus,
select:visited,
textarea,
textarea:active,
textarea:focus,
textarea:visited {
  border: none;
  outline: none;
}

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

.text-center span {
  font-family: "Montserrat", sans-serif, "Play-Regular";
}

.text-center p b {
  color: #c7c7be;
  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: 30px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Montserrat", sans-serif, "Roboto-Regular";
  font-weight: 400;
  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: 100px;
  cursor: pointer;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
  padding: 8px 24px;
  transition: all 0.25s;
  white-space: nowrap;
}

@media screen and (max-width: 1375px) {
  .btn-round {
    padding: 8px 20px;
  }
}

.btn-round-blue {
  background: #b6ff1f;
  color: #191919;
}

.btn-round-blue:hover {
  background: #9be500;
}

.btn-round-transparent {
  background: transparent;
  border: 1px solid #fffff4;
  color: #fffff4;
}

.btn-round-transparent:hover {
  background: rgba(255, 255, 229, 0.2);
}

.btn-filter {
  background: transparent;
  border: none;
  border-radius: 5px;
  color: #fffff4;
  cursor: pointer;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
  margin: 0;
  padding: 4px 20px;
  text-align: center;
  white-space: normal;
}

.btn-filter:hover {
  color: #c7c7be;
}

@media only screen and (max-width: 767px) {
  .btn-filter {
    font-size: 12px;
    padding: 8px;
  }
}

.btn-filter-blue {
  background: #b6ff1f;
  color: #191919;
}

.btn-filter-blue:hover {
  background: #9be500;
  color: #191919;
}

.btn-blue {
  background-color: #b6ff1f;
  line-height: 3.1666666667;
}

.btn-blue:hover {
  background: #9be500;
}

.btn-submit {
  background: #b6ff1f;
  color: #191919;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  padding-left: 30px;
  padding-right: 30px;
}

.btn-submit:hover {
  background: #9be500;
}

.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;
  border: 1px solid rgba(255, 255, 229, 0.2);
  color: #fffff4;
  display: flex;
  flex-direction: row;
  justify-content: center;
  line-height: normal;
  padding: 6px 12px;
  width: inherit;
}

.btn-log-in img {
  border-radius: 50%;
  height: 20px;
  margin: 3px;
  width: 20px;
}

.btn-log-in:hover {
  background: #c7c7be;
  color: #191919;
}

.btn-look {
  background: #e1e7ed;
  color: #c7c7be;
  font-family: "Montserrat", sans-serif, "Roboto-Regular";
  font-size: 15px;
  font-weight: 400;
  line-height: 3;
  min-width: 104px;
  padding-left: 50px;
  padding-right: 50px;
}

.btn-look:hover {
  background: #e6e9f5;
}

.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: #b6ff1f;
  line-height: 2.7;
}

.btn-bord:hover {
  background: #b6ff1f;
  border-color: #b6ff1f;
  color: #fff;
}

.btn-copy {
  background: transparent;
  border: 2px solid #f0f1f2;
  color: #b6ff1f;
  line-height: 1.75;
  margin-left: 15px;
  margin-top: -20px;
  padding: 2px 15px;
}

.btn-copy:hover {
  background: #b6ff1f;
  border-color: #b6ff1f;
  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 {
  position: relative;
}

.checkbox input {
  display: none;
  left: -10000px;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 20px;
  z-index: -1;
}

.checkbox input:checked + label:after {
  opacity: 1;
  transform: scale(1) translateY(-50%) rotate(45deg);
}

.checkbox label {
  color: #ffffe5;
  cursor: pointer;
  display: flex;
  flex-direction: row-reverse;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  gap: 22px;
  justify-content: space-between;
  line-height: 20px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.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;
  width: 20px;
}

.checkbox label:after {
  border-bottom: 1px solid #fffff4;
  border-right: 1px solid #fffff4;
  content: "";
  display: block;
  height: 9px;
  margin-top: -3px;
  opacity: 0;
  position: absolute;
  right: 7px;
  top: 11px;
  transform: scale(0) translateY(-50%) rotate(45deg);
  transition: all 0.3s ease;
  width: 6px;
  z-index: 1;
}

.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 {
  border-bottom: 1px solid rgba(255, 255, 229, 0.2);
}

@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: 1px solid rgba(255, 255, 229, 0.2);
  min-width: 275px;
}

.course li:first-child {
  border-left: none;
}

.course .rate_block {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 20px 24px;
}

.course .rate_blockInfo {
  align-items: center;
  display: flex;
  gap: 10px;
}

.course .rate_block .name,
.course .rate_block .service {
  color: #fffff4;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.course .rate_block .rate {
  color: #b6ff1f;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.course div {
  padding: 3px 25px 5px;
}

.course p {
  color: #c7c7be;
  text-transform: uppercase;
}

.course .green {
  color: #b6ff1f;
}

.course .green em {
  border-color: #b6ff1f;
  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;
  flex: 1 1;
  padding: 5px 0;
}

@media only screen and (max-width: 1200px) {
  nav {
    flex: initial;
    width: 255px;
  }
}

@media only screen and (max-width: 1025px) {
  nav {
    width: auto;
  }
}

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;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 28px;
  justify-content: center;
}

@media only screen and (max-width: 1025px) {
  nav {
    padding: 20px 50px;
    padding: 10px;
  }
}

nav a {
  color: #fffff4;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  transition: 0.25s;
}

nav a:hover {
  color: #c7c7be;
}

nav a.nuxt-link-active,
nav a.nuxt-link-exact-active {
  color: #b6ff1f;
}

.menu {
  align-self: center;
}

.menu .close {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .menu .close {
    display: block;
    position: absolute;
    right: 30px;
    top: 30px;
  }

  .menu {
    z-index: 99999999;
    align-items: center;
    background: #191919;
    display: flex;
    flex-direction: column;
    height: 100vh;
    left: 0;
    opacity: 0;
    padding: 24px 0;
    position: fixed;
    top: 0;
    transition: all 0.35s;
    visibility: hidden;
    width: 100%;
  }

  .menu.show {
    opacity: 1;
    visibility: visible;
    transition: all 0.35s;
  }
}

.menu.menu-open {
  opacity: 1;
  visibility: visible;
  z-index: 1000;
}

@media only screen and (max-width: 1200px) {
  .menu {
    margin: 0;
  }
}

.menu li {
  margin-left: 1px;
  margin-right: 1px;
}

@media screen and (max-width: 1500px) {
  .menu li {
    margin-left: 5px;
    margin-right: -5px;
  }
}

@media screen and (max-width: 1200px) {
  .menu li {
    margin: 5px 20px;
  }
}

.menu a:hover {
  color: #c7c7be;
}

@media only screen and (max-width: 1200px) {
  .menu a:hover {
    color: #6e6d73;
  }
}

.burger {
  cursor: pointer;
  height: 40px;
  width: 40px;
}

.burger svg {
  height: 100%;
  width: 100%;
}

@media screen and (min-width: 1201px) {
  .burger {
    display: none;
  }
}

.burger-icon {
  background-color: #b6ff1f;
  border-radius: 50px;
  height: 5px;
  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 {
  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 {
  cursor: pointer;
  gap: 10px;
}

.user-bloc-date,
.user-bloc-date-photo {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}

.user-bloc-date-photo {
  background: radial-gradient(
    50% 50% at 50% 50%,
    #fffe00 3.65%,
    #b6ff1f 38.02%,
    rgba(56, 78, 14, 0) 100%
  );
  font-size: 15px;
  height: 40px;
  line-height: 18px;
  overflow: hidden;
  width: 40px;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .user-bloc-date-photo {
    height: 40px;
    width: 40px;
  }
}

.user-bloc-date-info {
  color: #fffff4;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

@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: #6e6d73;
  font-size: 15px;
}

.user-bloc ul {
  background: #191919;
  border-radius: 10px;
  min-width: 270px;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 110%;
  transition: all 0.25s;
  visibility: hidden;
  width: 100%;
  z-index: 0;
}

.user-bloc ul:after {
  border: 10px solid transparent;
  border-bottom-color: hsla(0, 0%, 4%, 0.698);
  content: "";
  position: absolute;
  right: 20px;
  top: -20px;
}

.user-bloc .user-bloc-list-open {
  opacity: 1;
  padding: 24px 0;
  visibility: visible;
  z-index: 11;
}

@media only screen and (max-width: 767px) {
  .user-bloc .user-bloc-list-open {
    min-width: 200px;
  }
}

.user-bloc li {
  cursor: pointer;
  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;
  color: #ffffe5;
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
  padding: 8px 24px;
  text-align: left;
  transition: all 0.25s;
}

.user-bloc li a svg path {
  fill: #ffffe5;
  transition: all 0.25s;
}

.user-bloc li a:hover {
  background: rgba(0, 0, 0, 0.4);
  color: #c7c7be;
}

.user-bloc li a:hover svg path {
  fill: #c7c7be;
}

.user-bloc li a.nuxt-link-active {
  color: #b6ff1f;
}

.user-bloc li a.nuxt-link-active svg path {
  fill: #b6ff1f;
}

@media only screen and (max-width: 767px) {
  .user-bloc li a {
    font-size: 13px;
    padding: 10px;
  }
}

.user-bloc li svg {
  margin-right: 10px;
}

@media only screen and (max-width: 550px) {
  .faq-top {
    margin: -40px 0 0;
  }
}

.faq-top ul {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 16px 24px;
}

@media only screen and (max-width: 1025px) {
  .faq-top ul {
    justify-content: space-between;
  }
}

.faq-top li {
  align-items: center;
  border-right: 1px solid rgba(255, 255, 229, 0.2);
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 0 13px;
  text-align: center;
  width: 100%;
}

.faq-top li:last-child {
  border-right: none;
}

.faq-top a {
  border-radius: 4px;
  color: #fffff4;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 9px 20px;
}

.faq-top a:hover {
  color: #c7c7be;
}

.faq-top a.profile-nav-active {
  background: #b6ff1f;
  color: #191919;
}

.faq-top img {
  margin-right: 10px;
  max-width: 21px;
  width: 100%;
}

@media only screen and (max-width: 1025px) {
  .profile-nav {
    padding: 20px;
  }
}

.profile-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 24px;
}

@media only screen and (max-width: 1025px) {
  .profile-nav ul {
    display: none;
  }
}

.profile-nav .customSelect {
  display: none;
  position: relative;
}

@media only screen and (max-width: 1025px) {
  .profile-nav .customSelect {
    display: block;
  }
}

.profile-nav .customSelect__value {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  color: #ffffe5;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 44px;
  letter-spacing: 0;
  line-height: 20px;
  padding: 16px;
  text-align: left;
  width: 100%;
}

.profile-nav .customSelect__value::-moz-placeholder {
  color: gray;
}

.profile-nav .customSelect__value::placeholder {
  color: gray;
}

.profile-nav .customSelect__value {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  transition: all 0.25s;
}

.profile-nav .customSelect__value svg,
.profile-nav .customSelect__value svg path {
  transition: all 0.25s;
}

.profile-nav .customSelect__options {
  border-radius: 0 0 4px 4px;
  height: 0;
  opacity: 0;
  pointer-events: none;
  width: 100%;
}

.profile-nav .customSelect__option {
  cursor: pointer;
  padding: 16px 24px;
}

.profile-nav .customSelect__option.active,
.profile-nav .customSelect__option:hover {
  color: #b6ff1f;
}

.profile-nav .customSelect__option a {
  padding: 0;
}

.profile-nav .customSelect.active {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 4px 4px 0 0;
}

.profile-nav .customSelect.active .customSelect__options {
  flex-direction: column;
  height: 285px;
  opacity: 1;
  pointer-events: auto;
  z-index: 20;
}

.profile-nav .customSelect.active .customSelect__options::-webkit-scrollbar {
  width: 2px;
}

.profile-nav
  .customSelect.active
  .customSelect__options::-webkit-scrollbar-thumb,
.profile-nav
  .customSelect.active
  .customSelect__options::-webkit-scrollbar-track {
  background: rgba(255, 255, 229, 0.2);
}

.profile-nav
  .customSelect.active
  .customSelect__options::-webkit-scrollbar-thumb:hover {
  background: #ffffe5;
  cursor: pointer;
}

.profile-nav .customSelect.active .customSelect__value {
  background: none;
  color: #b6ff1f;
  padding: 16px 24px;
}

.profile-nav .customSelect.active .customSelect__value svg {
  transform: scale(-1);
}

.profile-nav .customSelect.active .customSelect__value svg path {
  stroke: #b6ff1f;
}

.profile-nav li {
  border-right: 1px solid rgba(255, 255, 229, 0.2);
  padding: 0 24px;
}

.profile-nav li:last-child {
  border-right: none;
  margin: 0;
}

@media only screen and (max-width: 1025px) {
  .profile-nav li {
    width: 40%;
  }
}

.profile-nav a {
  align-items: center;
  border-radius: 4px;
  color: #fffff4;
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  justify-content: flex-start;
  line-height: 24px;
  padding: 4px 20px;
}

.profile-nav a.profile-nav-active {
  color: #b6ff1f;
}

.profile-nav a:hover {
  color: #c7c7be;
}

.profile-nav img {
  margin-right: 10px;
  max-width: 21px;
  width: 100%;
}

.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 #b6ff1f;
  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.a7e651c.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: #c7c7be;
}

.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: 32px;
}

@media only screen and (max-width: 767px) {
  .footer-profile {
    flex-direction: column;
  }
}

.footer-profile button {
  margin-bottom: 10px;
}

.footer-profile p {
  color: gray;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

@media only screen and (max-width: 767px) {
  .footer-profile p {
    margin-bottom: 15px;
  }
}

.footer-profile .btn {
  border-radius: 20px;
  color: gray;
  display: inline-flex;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-right: 15px;
  padding: 8px 24px;
}

.footer-profile .btn-transparent {
  border: 1px solid gray;
  color: gray;
}

@media only screen and (max-width: 1025px) {
  .footer-profile .btn-transparent {
    justify-content: center;
    text-align: center;
    width: 100%;
  }
}

.profile__buttons {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  width: 100%;
}

.profile__main {
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background: rgba(0, 0, 0, 0.4);
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  margin-bottom: 120px;
  margin-top: 40px;
}

.profile__main .btn-round {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 16px 32px;
  width: 100%;
}

.profile__main--title {
  align-items: center;
  color: #fffff4;
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  justify-content: center;
  line-height: 28px;
}

.profile__main--title.mb-5 {
  margin-bottom: 32px;
}

.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 {
  align-items: center;
  border: 1px solid rgba(255, 255, 229, 0.2);
  display: flex;
  flex: 1 0;
  flex-direction: column;
  gap: 32px;
  padding: 32px;
}

@media only screen and (max-width: 767px) {
  .profile__main--item {
    border-left: 0;
    border-right: 0;
  }
}

.profile__main--item-form {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .profile__main--item {
    padding: 32px 30px;
  }
}

.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: #e1e7ed;
  box-shadow: none;
  color: #c7c7be;
  font-family: "Montserrat", sans-serif, "Conv_MuseoSansCyrl_0";
  font-size: 15px;
  letter-spacing: 0.3px;
  line-height: 1.85;
  margin-top: 5px;
  padding: 10px 8px;
  transition: all 0.2s;
  width: 75%;
}

.profile__main--item .btn:hover {
  background: #b6ff1f;
  border-color: transparent;
  border-left: none;
  border-radius: 30px;
  border-right: none;
  color: #fff;
}

.profile__main .form__item {
  width: 100%;
}

.profile__main .form__item span {
  color: #ffffe5;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 10px;
}

.profile__main .form__item label span {
  cursor: pointer;
  font-family: "Montserrat", sans-serif, "Roboto-Regular";
}

.profile__main .form__item input {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  color: #ffffe5;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 44px;
  letter-spacing: 0;
  line-height: 20px;
  padding: 12px 24px;
  text-align: left;
  width: 100%;
}

.profile__main .form__item input::-moz-placeholder {
  color: gray;
}

.profile__main .form__item input::placeholder {
  color: gray;
}

.profile__main .form__item .d-flex {
  align-items: center;
  display: flex;
  margin-bottom: 15px;
}

.profile__main .form__item .d-flex input {
  margin-right: 12px;
  width: auto;
}

.profile__main .form__item .d-flex span {
  color: #212121;
  font-size: 1rem;
  font-weight: 100;
  line-height: 1.2;
  margin-bottom: 2px;
}

.profile__main .form__input {
  border-radius: 8px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  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: 1 1;
  flex-direction: column;
  flex-wrap: nowrap;
  min-height: 605px;
  min-width: 385px;
}

@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: #f3f3f3;
  }
}

.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: #f3f3f3;
  }
}

@media only screen and (max-width: 767px) {
  .profile__main > ul li:first-child .profile__main--item {
    border-bottom: none;
  }
}

.profile__file {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.profile__file .scrollButton {
  align-items: center;
  background: #b6ff1f;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  display: inline-flex;
  height: 48px;
  justify-content: center;
  outline: none;
  padding: 8px;
  transition: all 0.25s;
  width: 48px;
}

.profile__file .scrollButton:hover {
  background: #9be500;
}

.profile__file img {
  background: radial-gradient(
    50% 50% at 50% 50%,
    #fffe00 3.65%,
    #b6ff1f 38.02%,
    rgba(56, 78, 14, 0) 100%
  );
  height: 168px;
  width: 168px;
}

.profile__file__border {
  background: #fff;
  border-radius: 50%;
  height: 96%;
  margin: 2%;
  overflow: hidden;
  padding: 2%;
  pointer-events: none;
  position: relative;
}

.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: "Montserrat", sans-serif, "Conv_MuseoSansCyrl_0";
  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 div {
  display: none;
}

@media only screen and (max-width: 1025px) {
  .registration div {
    display: flex;
    padding: 10px;
  }

  .registration li {
    display: none;
  }
}

.registration a {
  cursor: pointer;
}

.aboutUsPage .container--form .aboutUsPage__topSection {
  margin-bottom: 120px;
}

.aboutUsPage .container--form .aboutUsPage__topSection .topSection {
  align-items: center;
  padding-top: 80px;
}

.aboutUsPage .container--form .aboutUsPage__topSection .leftPart {
  padding-top: 0;
}

.aboutUsPage .container--form .aboutUsPage__topSection .leftPart .mobilePic {
  display: none;
}

@media only screen and (max-width: 1025px) {
  .aboutUsPage .container--form .aboutUsPage__topSection .leftPart .mobilePic {
    display: block;
    margin: 24px 0;
  }
}

.aboutUsPage .container--form .aboutUsPage__topSection .rightPart {
  padding-right: 0;
}

.aboutUsPage .container--form .aboutUsPage__topSection .rightPart img {
  height: 327px;
  width: 628px;
}

@media only screen and (max-width: 1025px) {
  .aboutUsPage .container--form .aboutUsPage__topSection .rightPart {
    display: none;
  }
}

.aboutUsPage__who {
  margin-top: 5px;
}

.aboutUsPage__who h2 {
  color: #fffff4;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 16px;
  margin-top: 0;
  text-align: center;
}

@media only screen and (max-width: 550px) {
  .aboutUsPage__who h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
  }
}

.aboutUsPage__who span {
  color: #ffffe5;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin: 0 auto 40px;
  text-align: center;
  width: 60%;
}

@media only screen and (max-width: 550px) {
  .aboutUsPage__who span {
    width: 100%;
  }
}

.aboutUsPage__who-cards {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

@media only screen and (max-width: 1025px) {
  .aboutUsPage__who-cards {
    flex-direction: column;
  }
}

.aboutUsPage__who-card {
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 20px;
  display: flex;
  flex: 1 1 100%;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  padding: 32px;
}

.aboutUsPage__who-card p {
  color: #b6ff1f;
  font-family: "Montserrat", sans-serif;
  font-size: 47px;
  font-weight: 700;
  line-height: 56px;
}

@media only screen and (max-width: 1025px) {
  .aboutUsPage__who-card p {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
  }
}

.aboutUsPage__who-card span {
  color: #fffff4;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  width: 100%;
}

.aboutUsPage__ourTeam {
  margin-top: 120px;
}

.aboutUsPage__ourTeam h2 {
  color: #fffff4;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  margin: 0 0 40px;
  text-align: center;
}

.aboutUsPage__ourTeam-cards {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .aboutUsPage__ourTeam-cards {
    gap: 8px;
  }
}

.aboutUsPage__ourTeam-card {
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 20px;
  display: flex;
  flex: 1 1 23%;
  flex-direction: column;
  padding: 16px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .aboutUsPage__ourTeam-card {
    flex: 1 1 48%;
  }
}

.aboutUsPage__ourTeam-card-info {
  border-bottom: 1px solid rgba(255, 255, 229, 0.2);
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 8px;
  padding-bottom: 16px;
  width: 100%;
}

.aboutUsPage__ourTeam-card-info p {
  color: #fffff4;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.aboutUsPage__ourTeam-card-info span {
  color: #c7c7be;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.aboutUsPage__ourTeam-card-img {
  align-items: center;
  display: flex;
  justify-content: center;
}

.languages a {
  font-family: "Montserrat", sans-serif, "Conv_MuseoSansCyrl_2";
  text-transform: uppercase;
}

.languages a:hover {
  color: #18829c;
}

.languages a.active-lang-link {
  color: #1ac1de;
}

@media only screen and (max-width: 550px) {
  .under-header {
    background-position-y: 0;
  }
}

@media only screen and (max-width: 1025px) {
  .left-bg,
  .right-bg {
    background-image: none;
  }
}

@media screen and (max-width: 1400px) {
  .logo img {
    max-width: 85%;
  }
}

.header {
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-color: rgba(0, 0, 0, 0.4);
  margin-bottom: 40px;
  position: relative;
  z-index: 99;
}

@media only screen and (max-width: 1200px) {
  .header {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
  }
}

.header .logo {
  align-items: center;
  display: flex;
  gap: 25px;
}

@media only screen and (max-width: 1200px) {
  .header .logo {
    display: none;
  }
}

.header .logo-mobile {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .header .logo-mobile {
    align-items: center;
    display: flex;
    gap: 25px;
    height: 20px;
    width: 255px;
  }
}

@media only screen and (max-width: 550px) {
  .header .logo-mobile {
    height: 15px;
    width: 140px;
  }
}

.header .logo img {
  height: 18px;
}

.header .container-1 {
  align-items: center;
  display: flex;
  font-family: "Montserrat", sans-serif, "Roboto-Regular";
  font-size: 15px;
  font-weight: 400;
  justify-content: space-around;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding: 21px 82px;
}

@media only screen and (max-width: 1200px) {
  .header .container-1 {
    justify-content: space-between;
    position: static;
  }
}

@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;
}

.header .mobile-language {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .header .mobile-language {
    display: block;
  }
}

.header .dropdown-lang {
  cursor: pointer;
  margin-right: 28px;
  position: relative;
}

.header .dropdown-lang.mobileOnly {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .header .dropdown-lang.mobileOnly {
    display: block;
    margin-right: 0;
  }
}

.header .dropdown-lang.mobileOnly ul {
  background: #ffffe5;
  bottom: 110%;
}

.header .dropdown-lang.mobileOnly ul.isShow {
  bottom: 110%;
  top: auto;
}

.header .dropdown-lang.mobileOnly ul.isShow li {
  gap: 0;
  margin: 0;
}

.header .dropdown-lang .inner_dropdown {
  display: flex;
  justify-content: space-between;
}

.header .dropdown-lang ul {
  background: #191919;
  border-radius: 10px;
  color: #fffff4;
  min-width: 65px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: all 0.35s;
  visibility: hidden;
  z-index: 9;
}

@media only screen and (max-width: 767px) {
  .header .dropdown-lang ul {
    min-width: 140px;
  }
}

.header .dropdown-lang ul.isShow {
  opacity: 1;
  pointer-events: inherit;
  top: 110%;
  visibility: visible;
}

.header .dropdown-lang ul a {
  display: flex;
  padding: 12px 16px;
  text-align: left;
  transition: all 0.25s;
}

.header .dropdown-lang ul a:first-child {
  border-radius: 10px 10px 0 0;
}

.header .dropdown-lang ul a:last-child {
  border-radius: 0 0 10px 10px;
}

.header .dropdown-lang ul a div {
  transition: all 0.25s;
}

.header .dropdown-lang ul a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.header .dropdown-lang ul a:hover div {
  color: #c7c7be;
}

.header .dropdown-lang-inner-img {
  align-items: center;
  color: #fffff4;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  gap: 5px;
  line-height: 20px;
  text-transform: uppercase;
  transition: color 0.25s;
}

.header .dropdown-lang-inner-img svg path {
  transition: stroke 0.25s;
}

.header .dropdown-lang-inner-img:hover {
  color: #c7c7be;
}

.header .dropdown-lang-inner-img:hover svg path {
  stroke: #c7c7be;
}

.registration ul {
  align-items: center;
  display: flex;
  gap: 15px;
}

.registration li {
  color: #fff;
  font-family: "Montserrat", sans-serif, "Conv_MuseoSansCyrl_2";
  font-size: 12px;
  text-transform: uppercase;
}

.about-us {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  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 .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 {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

.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 ul {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -0.74rem;
}

.choose li {
  flex-basis: 31.25%;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0.45rem 0.74rem;
  max-width: 31.25%;
  min-width: 300px;
  padding: 0;
}

.choose a {
  background: transparent;
  border: 1px solid #b6b6b6;
  box-shadow: none;
  display: block;
  line-height: normal;
  padding: 20px;
}

.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 p {
  color: #212121;
  font-size: 16px;
  margin-bottom: 10px;
}

.choose a span {
  color: #b6b6b6;
  font-size: 12px;
}

.choose p,
.choose span {
  transition: all 0s;
}

.form-v2--input-order-form {
  margin: 0 0 20px;
  position: relative;
}

.form-v2--input-order-form p {
  color: #fffff4;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 8px;
}

.form-v2--input-order-form-btn {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

.form-v2--input-order-form-btn .btn-round {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 16px 32px;
  width: 100%;
}

.form-v2--input-order-form .receive {
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  color: #fffff4;
  display: flex;
  flex-direction: row-reverse;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  justify-content: space-between;
  line-height: 20px;
  padding: 14px 24px;
  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 {
  align-items: center;
  display: flex;
  justify-content: center;
}

.form-v2--input-order-form .receive div > span {
  margin: 42px;
}

.form-v2--input-order-form .other {
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  color: #fffff4;
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  justify-content: space-between;
  line-height: 20px;
  padding: 14px 24px;
  text-align: left;
  width: 100%;
}

.form-v2--input-order-form img {
  max-width: 22px;
}

.order-footer-block {
  align-items: center;
  border-top: 1px solid #404040;
  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: gray;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

@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: #c7c7be;
}

.order-main-block {
  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: #c7c7be;
  font-family: "Montserrat", sans-serif, "Play-Bold";
}

.order-main-block .payment-data_date {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 16px;
}

.order-main-block .payment-data_date p {
  color: #fffff4;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.order-main-block .payment-data_date span {
  color: #c7c7be;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.order-main-block .payment-data_header {
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
  display: flex;
  justify-content: space-between;
}

.order-main-block .payment-data_content {
  display: flex;
  justify-content: center;
  padding: 64px 32px;
}

@media only screen and (max-width: 550px) {
  .order-main-block .payment-data_content {
    padding: 32px 0;
  }
}

.order-main-block .payment-data_content_header {
  margin-bottom: 20px;
  text-align: center;
}

.order-main-block .payment-data_content_header p {
  color: #fffff4;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.order-main-block .payment-data_content .form-attention {
  margin-bottom: 24px;
}

.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: rgba(0, 0, 0, 0.4);
  border-right: 1px solid hsla(0, 0%, 100%, 0.2);
  flex: 0.4;
}

.order-main-block .form-left-block_header {
  padding: 32px;
  text-align: center;
}

.order-main-block .form-left-block_header p {
  color: #fffff4;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.order-main-block .form-left-block_item {
  padding: 0 32px 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-bottom: 32px;
}

.order-main-block .form-left-block_item li > div span {
  color: #fffff4;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.order-main-block .form-left-block_item li > div p {
  color: #c7c7be;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 8px;
}

.order-main-block .form-left-block_item li:last-child {
  margin: 0;
}

.order-main-block .form-left-block .detail-id {
  color: #fffff4;
  display: flex;
  flex-direction: column;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  gap: 8px;
  line-height: 20px;
}

.order-main-block .form-left-block .detail-id p {
  color: #c7c7be;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.order-main-block .form-left-block .details-currency {
  border-bottom: 1px solid #404040;
  display: flex;
  justify-content: space-between;
  padding-bottom: 8px;
}

.order-main-block .form-left-block .details-currency:last-child {
  border-bottom: none;
}

.order-main-block .form-left-block .details-currency-from {
  color: #c7c7be;
}

.order-main-block .form-left-block .details-currency span {
  font-family: "Montserrat", sans-serif, "Roboto-Medium";
  font-size: 16px;
  word-break: break-all;
}

.order-main-block .form-left-block .details-currency_logo img {
  width: 32px;
}

.order-main-block .form-payment-block {
  flex: 1;
  padding: 32px;
}

.order-main-block .form-order-time-left {
  align-items: center;
  display: flex;
  gap: 16px;
}

.order-main-block .form-order-time-left div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.order-main-block .form-order-time-left div p {
  color: #fffff4;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.order-main-block .form-order-time-left div span {
  color: #5681f5;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
  text-align: left;
}

.order-main-block .form-order-time-left span {
  color: #b6ff1f;
}

.form--container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1276px;
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .form--container {
    padding: 0 10px;
  }
}

.container--form .topSection {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 1025px) {
  .container--form .topSection {
    flex-direction: column-reverse;
  }
}

.container--form .btn-round {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 16px 32px;
}

@media only screen and (max-width: 550px) {
  .container--form .btn-round {
    text-align: center;
    width: 100%;
  }
}

.container--form .buttons {
  align-items: center;
  display: flex;
  gap: 16px;
}

@media only screen and (max-width: 1025px) {
  .container--form .buttons {
    justify-content: center;
  }
}

@media only screen and (max-width: 550px) {
  .container--form .buttons {
    flex-direction: column;
  }
}

.container--form .leftPart {
  flex: 1 1 55%;
  padding-top: 25px;
}

@media only screen and (max-width: 1200px) {
  .container--form .leftPart {
    flex: 1 1 90%;
  }
}

@media only screen and (max-width: 1025px) {
  .container--form .leftPart {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 550px) {
  .container--form .leftPart {
    margin-top: -25px;
    padding-top: 0;
    width: 100%;
    z-index: 1;
  }
}

.container--form .rightPart {
  padding-right: 108px;
}

.container--form .rightPart img {
  height: 681px;
  width: 440px;
}

.container--form .rightPartAnimated {
  flex: 1 1 50%;
  padding-left: 160px;
}

@media only screen and (max-width: 1200px) {
  .container--form .rightPartAnimated {
    padding-left: 0;
  }
}

@media only screen and (max-width: 1025px) {
  .container--form .rightPartAnimated {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    position: relative;
    width: 100%;
  }

  .container--form .title-text {
    text-align: center;
  }
}

.container--form .title-text h1 {
  color: #fffff4;
  margin-bottom: 24px;
}

@media only screen and (max-width: 550px) {
  .container--form .title-text h1 {
    margin-bottom: 16px;
  }
}

.container--form .title-text > p {
  color: #ffffe5;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 550px) {
  .container--form .title-text > p {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 32px;
  }
}

.form {
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background: hsla(0, 0%, 4%, 0.698);
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.form.mainExchangeForm {
  margin: -306px auto 120px;
}

@media only screen and (max-width: 1025px) {
  .form.mainExchangeForm {
    margin: 40px auto 120px;
  }
}

.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-bottom: 10px;
  padding-top: 10px;
}

.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: rgba(0, 0, 0, 0.4);
  border-radius: 6px;
  color: #fffff4;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 15px;
  padding: 21px 30px;
  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: #fffff4;
  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-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 16px;
  padding: 16px 32px;
  width: 100%;
}

.form-index img {
  width: 50px;
}

.form-index input,
.form-index select {
  background: transparent;
  color: #c7c7be;
}

.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;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

@media only screen and (max-width: 1025px) {
  .form-v2 {
    flex-wrap: wrap;
  }
}

.form-v2 .receive {
  flex-basis: 33.33%;
  padding: 32px 0;
  position: relative;
}

@media only screen and (max-width: 1025px) {
  .form-v2 .receive {
    flex: 1;
  }
}

.form-v2 .padding-block {
  padding: 0 24px;
}

.form-v2 .give {
  border-left: 1px solid rgba(255, 255, 229, 0.2);
  border-right: 1px solid rgba(255, 255, 229, 0.2);
  flex-basis: 33.33%;
  padding: 32px 0;
}

@media only screen and (max-width: 1025px) {
  .form-v2 .give {
    border-left: none;
    border-right: none;
    flex: 1;
  }
}

.form-v2 .btn-reverse {
  align-items: center;
  background-color: #fff;
  border: 1px solid #b6ff1f;
  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: #b6ff1f;
  stroke: #b6ff1f;
  transform: rotate(90deg);
  transition: all 0.2s ease-in-out;
}

.form-v2 .btn-reverse:active,
.form-v2 .btn-reverse:hover {
  background: #9be500;
  border: 1px solid #9be500;
}

.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: 32px 24px;
}

@media only screen and (max-width: 1025px) {
  .form-v2 .dataInput {
    flex: 1;
  }
}

.form-v2 .formLoader {
  align-items: center;
  background: hsla(0, 0%, 4%, 0.698);
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  width: 100%;
  z-index: 999;
}

@media screen and (max-width: 720px) {
  .form-v2 .dataInput,
  .form-v2 .give,
  .form-v2 .receive {
    min-width: 300px;
  }
}

@media only screen and (max-width: 550px) {
  .form-v2 .dataInput,
  .form-v2 .give,
  .form-v2 .receive {
    border-bottom: 1px solid rgba(255, 255, 229, 0.2);
  }
}

.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 img {
  opacity: 1;
}

.form-v2 .receive .form-v2__currency--list {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.form-v2 .give .form-v2__currency--list a.active img {
  opacity: 1;
}

.form-v2__currency--list {
  overflow-x: hidden;
}

.form-v2__currency--list ul {
  margin: 0;
  max-height: 440px;
  overflow-y: auto;
  padding: 0 12px 0 0;
}

@media only screen and (max-width: 550px) {
  .form-v2__currency--list ul {
    max-height: 235px;
  }
}

.form-v2__currency--list ul::-webkit-scrollbar {
  width: 2px;
}

.form-v2__currency--list ul::-webkit-scrollbar-thumb,
.form-v2__currency--list ul::-webkit-scrollbar-track {
  background: rgba(255, 255, 229, 0.2);
}

.form-v2__currency--list ul::-webkit-scrollbar-thumb:hover {
  background: #ffffe5;
  cursor: pointer;
}

.form-v2__currency--list a {
  align-items: center;
  border-radius: 12px;
  display: flex;
  flex-direction: row;
  font-size: 14px;
  justify-content: space-between;
  min-height: 56px;
  padding: 16px 8px;
}

.form-v2__currency--list a p {
  align-items: center;
  color: #fffff4;
  display: flex;
  flex: 1;
  flex-direction: row;
  flex-wrap: wrap;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  gap: 8px;
  line-height: 20px;
  padding: 0 12px;
  text-align: left;
}

.form-v2__currency--list a span {
  align-items: center;
  color: #fffff4;
  display: inline-flex;
  flex: none;
  flex-direction: column;
  justify-content: center;
}

.form-v2__currency--list a.active {
  background: rgba(57, 83, 2, 0.4);
}

@media only screen and (max-width: 550px) {
  .form-v2__currency--list a.active .cur--sum {
    display: none;
  }
}

.form-v2__currency--list a:hover {
  background: rgba(0, 0, 0, 0.4);
}

.dataInput--info {
  border: 1px dashed gray;
  border-radius: 12px;
  margin-bottom: 22px;
  overflow: hidden;
}

.dataInput--info__item {
  align-items: center;
  display: flex;
  flex-direction: row;
  font-size: 14px;
  justify-content: space-between;
  padding: 8px 10px;
}

.dataInput--info__item p {
  align-items: center;
  display: flex;
  flex: 1;
  flex-direction: row;
  flex-wrap: wrap;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  gap: 8px;
  line-height: 20px;
  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--titleSub {
  color: #fffff4;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin: 8px 0 20px;
  text-align: left;
}

@media only screen and (max-width: 550px) {
  .dataInput--titleSub {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
  }
}

.dataInput--inputs .form-v2--input {
  color: #c7c7be;
  margin-bottom: 15px;
}

.dataInput--inputs .form-v2--input img {
  max-width: 20px;
  right: 22px;
  top: 50%;
}

.dataInput--inputs .btn {
  font-size: 20px;
  margin-top: 1rem;
  min-height: 56px;
  width: 100%;
}

@media screen and (max-width: 860px) {
  .dataInput--inputs .btn {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }
}

.dataInput--label {
  height: 40px;
}

.dataInput--label input[type="checkbox"] {
  height: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}

.dataInput--label label {
  align-items: center;
  color: #fffff4;
  display: flex;
  flex-wrap: wrap;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.dataInput--label label a {
  color: #5681f5;
  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 label:hover:before {
  border: 1px solid gray !important;
}

.dataInput--label input[type="checkbox"] + label {
  cursor: pointer;
  font-size: 14px;
  margin: 0 10px 0 0;
  padding: 0 40px 0 0;
  position: relative;
}

.dataInput--label input[type="checkbox"] + label:before {
  background: transparent;
  border: 1px solid #c7c7be;
  border-radius: 3px;
  content: " ";
  display: block;
  height: 20px;
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.25s;
  width: 20px;
}

.dataInput--label input[type="checkbox"] + label:after {
  border-bottom: 1px solid #fffff4;
  border-right: 1px solid #fffff4;
  content: " ";
  display: block;
  height: 9px;
  margin-top: -3px;
  opacity: 0;
  position: absolute;
  right: -1px;
  top: 51%;
  transform: scale(0) translateY(-50%) rotate(45deg);
  transition: all 0.3s ease;
  width: 6px;
  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;
  flex-direction: column;
  height: 40px;
  justify-content: center;
  padding: 0 5px;
  width: 40px;
}

.cur--logo__wr,
.data--logo__wr {
  flex: none;
  max-height: 40px;
  max-width: 40px;
  padding: 0 15px;
  text-align: center;
}

.cur--logo img,
.data--logo img {
  width: 100%;
}

.cur--txt,
.data--txt {
  flex: 1;
  margin: 0 5px;
  padding: 0;
}

.cur--sum,
.data--sum {
  color: #c7c7be;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  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;
  text-align: center;
}

.cur--check img,
.cur--img img,
.data--check img,
.data--img img {
  width: 16px;
}

.form-v2__currency--list .cur--check img {
  opacity: 0;
  transition: opacity 0.15s;
}

.form-v2__currency--list a.active .cur--check img {
  opacity: 1;
}

.data--logo {
  border-right: none;
}

.data--img {
  border-left: none;
}

.data--img img {
  height: 16px;
}

.data-down img {
  height: 16px;
  transform: scaleX(-1) rotate(180deg);
}

.form--title {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 24px;
}

.form--title,
.form--title p {
  align-items: center;
  display: flex;
}

.form--title p {
  color: #c7c7be;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  justify-content: flex-start;
  letter-spacing: 0;
  line-height: 20px;
  margin: 0 5px;
  max-width: 310px;
}

.form--title div {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.form--title h4,
.form--title h5,
.form--title h6 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin: 0;
}

@media only screen and (max-width: 550px) {
  .form--title h4,
  .form--title h5,
  .form--title h6 {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
  }
}

.form--title .rate_color > p {
  color: #ffffe5;
}

.form--title img {
  width: 20px;
}

.form-v2--input {
  margin: 0 0 20px;
  position: relative;
}

.form-v2--input input {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 6px;
  color: #c7c7be;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 48px;
  letter-spacing: 0;
  line-height: 20px;
  padding: 12px 24px;
  text-align: left;
  width: 100%;
}

.form-v9--input textarea {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 6px;
  color: #c7c7be;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: auto;
  letter-spacing: 0;
  line-height: 20px;
  padding: 12px 24px;
  text-align: left;
  width: 100%;
}

.form-v2--input input::-moz-placeholder {
  color: #c7c7be;
}

.form-v2--input input::placeholder {
  color: #c7c7be;
}

.form-v2--input img {
  max-width: 24px;
  position: absolute;
  right: 12px;
  top: 24px;
  transform: translateY(-50%);
}

.form-v2--input-enter-form {
  margin: 0 0 20px;
  position: relative;
}

.form-v2--input-enter-form .customSelect__value,
.form-v2--input-enter-form input {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  color: #ffffe5;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 44px;
  letter-spacing: 0;
  line-height: 20px;
  padding: 14px 24px;
  text-align: left;
  width: 100%;
}

.form-v2--input-enter-form .customSelect__value::-moz-placeholder,
.form-v2--input-enter-form input::-moz-placeholder {
  color: gray;
}

.form-v2--input-enter-form .customSelect__value::placeholder,
.form-v2--input-enter-form input::placeholder {
  color: gray;
}

.form-v2--input-enter-form .customSelect {
  position: relative;
}

.form-v2--input-enter-form .customSelect__value {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  transition: all 0.25s;
}

.form-v2--input-enter-form .customSelect__value svg,
.form-v2--input-enter-form .customSelect__value svg path {
  transition: all 0.25s;
}

.form-v2--input-enter-form .customSelect__options {
  background: #404040;
  border-radius: 0 0 4px 4px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
}

.form-v2--input-enter-form .customSelect__option {
  cursor: pointer;
  padding: 16px 24px;
}

.form-v2--input-enter-form .customSelect__option.active,
.form-v2--input-enter-form .customSelect__option:hover {
  color: #b6ff1f;
}

.form-v2--input-enter-form .customSelect.active {
  background: #404040;
  border-radius: 4px 4px 0 0;
}

.form-v2--input-enter-form .customSelect.active .customSelect__options {
  flex-direction: column;
  max-height: 240px;
  opacity: 1;
  overflow: auto;
  pointer-events: auto;
  z-index: 20;
}

.form-v2--input-enter-form
  .customSelect.active
  .customSelect__options::-webkit-scrollbar {
  width: 2px;
}

.form-v2--input-enter-form
  .customSelect.active
  .customSelect__options::-webkit-scrollbar-thumb,
.form-v2--input-enter-form
  .customSelect.active
  .customSelect__options::-webkit-scrollbar-track {
  background: rgba(255, 255, 229, 0.2);
}

.form-v2--input-enter-form
  .customSelect.active
  .customSelect__options::-webkit-scrollbar-thumb:hover {
  background: #ffffe5;
  cursor: pointer;
}

.form-v2--input-enter-form .customSelect.active .customSelect__value {
  background: none;
  color: #b6ff1f;
  padding: 16px 24px;
}

.form-v2--input-enter-form .customSelect.active .customSelect__value svg {
  transform: scale(-1);
}

.form-v2--input-enter-form .customSelect.active .customSelect__value svg path {
  stroke: #b6ff1f;
}

.form-v2--input-enter-form select {
  display: none;
}

.form-v2--input-enter-form input:disabled,
.form-v2--input-enter-form select:disabled {
  background: rgba(0, 0, 0, 0.4);
  cursor: not-allowed;
}

.form-v2--input-enter-form img {
  max-width: 35px;
  position: absolute;
  right: 20px;
  top: 32px;
  transform: translateY(-50%);
}

.currency--choice {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.currency--choice p {
  color: #9f9f9f;
  font-size: 13px;
  margin-right: 6px;
  max-width: 60px;
}

.currency--choice ul {
  align-items: center;
  display: flex;
  flex: 1;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: 32px;
  margin-top: 24px;
  position: relative;
  z-index: 999;
}

.currency--choice ul li {
  border-right: 1px solid rgba(255, 255, 229, 0.2);
  display: flex;
  justify-content: center;
}

.currency--choice ul li:last-child {
  border-right: none;
}

.currency--choice ul li:first-child {
  justify-content: flex-start;
}

.currency--choice ul li:first-child a {
  margin-left: 0;
}

.currency--choice ul li:last-child a {
  margin-right: 0;
}

.currency--choice ul a {
  border-radius: 4px;
  box-shadow: none;
  color: #fffff4;
  cursor: pointer;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
  margin: 0 13px;
  padding: 4px 20px;
  text-align: center;
  text-transform: uppercase;
}

.currency--choice ul a:hover {
  color: #c7c7be;
}

.currency--choice ul a.active {
  background: #b6ff1f;
  color: #191919;
}

@media only screen and (max-width: 550px) {
  .currency--choice {
    overflow: hidden;
  }
  .currency--choice ul {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin-top: 16px;
    margin-bottom: 20px;
    padding-bottom: 4px;
  }
  .currency--choice ul::-webkit-scrollbar {
    display: none;
  }
  .currency--choice ul li {
    flex: 0 0 auto;
  }
  .currency--choice ul a {
    margin: 0 4px;
    padding: 4px 12px;
    font-size: 13px;
    white-space: nowrap;
  }
  .currency--choice ul li:first-child a {
    margin-left: 0;
  }
  .currency--choice ul li:last-child a {
    margin-right: 0;
  }
}

.form-v2__currency--list li {
  cursor: pointer;
}

.services h2 {
  color: #fffff4;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
}

@media only screen and (max-width: 550px) {
  .services h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
  }
}

.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: "Montserrat", sans-serif, "Conv_MuseoSansCyrl_2";
  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;
}

.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: #c7c7be;
  font-family: "Montserrat", sans-serif, "Play-Bold";
  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: #c7c7be;
  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 .img {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}

.form-manual-wait .img img {
  width: 200px;
}

.form-manual-wait .btn-round {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 32px;
  padding: 16px 32px;
  width: 100%;
}

.form-manual-wait .merchant-qrcode {
  margin-bottom: -15px;
  margin-top: 30px;
}

.form-manual-wait .form-manual-must .img {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}

.form-manual-wait .form-manual-must .img img {
  width: 200px;
}

.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 {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  color: #ffffe5;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 44px;
  letter-spacing: 0;
  line-height: 20px;
  padding: 12px 24px;
  text-align: left;
  width: 100%;
}

.form_reviews-new {
  margin-top: 120px;
  width: 100%;
}

.form_reviews-new .title {
  color: #fffff4;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  margin: 0 0 24px;
  text-align: left;
}

@media only screen and (max-width: 550px) {
  .form_reviews-new .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
  }
}

.form_reviews-new_wr {
  display: flex;
  gap: 100px;
  justify-content: space-between;
  padding: 64px 80px 0;
}

@media only screen and (max-width: 1025px) {
  .form_reviews-new_wr {
    padding: 32px 20px;
  }
}

.form_reviews-new_wr-leftPart {
  flex: 1 1 65%;
}

.form_reviews-new_wr-rightPart {
  align-items: flex-end;
  display: flex;
  justify-content: flex-end;
}

@media only screen and (max-width: 1025px) {
  .form_reviews-new_wr-rightPart {
    display: none;
  }
}

.form_reviews-new_wr-rightPart .rightPartAnimation img {
  width: 430px;
}

.form_reviews-new_wr-rightPart
  .rightPartAnimation
  .rightPartAnimation_timeCorner {
  font-size: 14px;
  left: 60px;
  top: 38px;
}

.form_reviews-new_wr-rightPart
  .rightPartAnimation
  .rightPartAnimation_timeDate {
  width: 100%;
}

.form_reviews-new_wr-rightPart img {
  width: 430px;
}

.form_reviews-new_submitButton {
  margin-top: 40px;
}

.form_reviews-new_submitButton .btn-round {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding-bottom: 16px;
  padding-top: 16px;
  width: 100%;
}

.form_reviews-new_inputs {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
}

@media only screen and (max-width: 550px) {
  .form_reviews-new_inputs {
    flex-direction: column;
  }
}

.form_reviews-new_inputs > label {
  flex: 1 1 100%;
}

@media only screen and (max-width: 550px) {
  .form_reviews-new_inputs > label {
    width: 100%;
  }
}

.form_reviews-new_base {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.form_reviews-new label {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form_reviews-new input,
.form_reviews-new label,
.form_reviews-new textarea {
  color: #ffffe5;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.form_reviews-new input,
.form_reviews-new textarea {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  height: 44px;
  letter-spacing: 0;
  padding: 12px 24px;
  text-align: left;
  width: 100%;
}

.form_reviews-new input::-moz-placeholder,
.form_reviews-new textarea::-moz-placeholder {
  color: gray;
}

.form_reviews-new input::placeholder,
.form_reviews-new textarea::placeholder {
  color: gray;
}

.form_reviews-new textarea {
  height: 4.875rem;
  min-height: 3rem;
  resize: vertical;
}

.form_reviews-new .btn {
  margin-top: 1.5rem;
}

.form-order-header {
  margin: 40px 0;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .form-order-header {
    margin: 50px 0;
  }
}

.form-order-header h1 {
  color: #fffff4;
  font-family: "Montserrat", sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 56px;
}

@media only screen and (max-width: 550px) {
  .form-order-header h1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
  }
}

.form-order-header h1 span {
  color: #fffff4;
  font-family: "Montserrat", sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 56px;
}

@media only screen and (max-width: 550px) {
  .form-order-header h1 span {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
  }
}

.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 {
  color: #fffff4;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .form-confirmation__bottom--verification {
    width: 100%;
  }
}

.form-confirmation__bottom--verification__item {
  align-items: center;
  border: 1px dashed #404040;
  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: #b6ff1f;
}

.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: #c7c7be;
}

.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 {
  cursor: pointer;
  height: 40px;
  line-height: 44px;
  padding: 0;
  position: relative;
  right: -20px;
  top: 7px;
  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 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.4);
  border-radius: 20px;
  margin: 20px auto;
  max-width: 512px;
}

@media only screen and (max-width: 550px) {
  .form-payment-condition {
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
  }
}

.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(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIHZpZXdCb3g9IjAgMCA1MCA1MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxjaXJjbGUgY3g9IjI1IiBjeT0iMjUiIHI9IjI1IiBmaWxsPSJ3aGl0ZSIgZmlsbC1vcGFjaXR5PSIwLjUiLz4KICAgIDxjaXJjbGUgY3g9IjI0Ljk0OTEiIGN5PSIyNC45NDg3IiByPSIxNy45NDg3IiBmaWxsPSJ3aGl0ZSIvPgogICAgPHBhdGggZD0iTTMxLjM3MjkgMTkuMjk5NEwyMS42MSAyOS4zMDQ4TDE3LjY3NTcgMjUuMjg3N0MxNy4yODcxIDI0Ljg4ODUgMTYuNjggMjQuODg4NSAxNi4yOTE0IDI1LjI4NzdDMTUuOTAyOSAyNS42ODY5IDE1LjkwMjkgMjYuMzEwNyAxNi4yOTE0IDI2LjcwOTlMMjAuOTA1NyAzMS40NTA2QzIxLjEgMzEuNjUwMiAyMS4zNDI5IDMxLjc1IDIxLjU4NTcgMzEuNzVDMjEuODI4NiAzMS43NSAyMi4wNzE0IDMxLjY1MDIgMjIuMjY1NyAzMS40NTA2TDMyLjcwODYgMjAuNzIxNkMzMy4wOTcxIDIwLjMyMjQgMzMuMDk3MSAxOS42OTg2IDMyLjcwODYgMTkuMjk5NEMzMi4zNjg2IDE4LjkwMDIgMzEuNzM3MSAxOC45MDAyIDMxLjM3MjkgMTkuMjk5NFoiIGZpbGw9IiM2OUMwMzYiLz4KPC9zdmc+Cg==);
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 50px;
}

.form-payment-condition--top.processing p {
  background: url(../img/payment-processing.b8cf369.png);
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 50px;
}

.form-payment-condition--top.refunded p {
  background: url(../img/payment-refunded.0446c6f.png);
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 50px;
}

.form-payment-condition--top.deleted p {
  background: url(../img/payment-deleted.93c3d47.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;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.4);
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  padding: 18px 20px;
}

@media only screen and (max-width: 550px) {
  .form-payment-condition--main__top {
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
  }
}

@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: #ffffe5;
  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: #fffff4;
  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: #ffffe5;
  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: #fffff4;
  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 hsla(0, 0%, 100%, 0.2);
}

.form-payment-condition--main__data li.total p {
  color: #ffffe5;
}

.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 {
  overflow: hidden;
  position: relative;
}

.partner-block ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 120px;
}

@media only screen and (max-width: 767px) {
  .partner-block ul {
    flex-direction: column;
  }
}

.partner-block li {
  flex: 1 1;
  margin: 17px;
  min-width: 200px;
  padding: 10px 17px;
}

.partner-top {
  margin-bottom: 120px;
}

.partner-top .topSection {
  align-items: center;
  gap: 70px;
  padding-top: 80px;
}

.partner-top .leftPart {
  flex: 1 1 50%;
  padding-top: 0;
}

.partner-top .leftPart .mobilePic {
  display: none;
}

@media only screen and (max-width: 1025px) {
  .partner-top .leftPart .mobilePic {
    display: block;
    margin: 24px 0;
  }
}

.partner-top .rightPart {
  flex: 1 1 50%;
  padding-right: 0;
}

.partner-top .rightPart img {
  height: 310px;
  width: 666px;
}

@media only screen and (max-width: 1025px) {
  .partner-top .rightPart {
    display: none;
  }
}

.partner ul {
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  margin-bottom: 120px;
}

.partner li,
.partner ul {
  align-items: center;
  display: flex;
}

.partner li {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 20px;
  flex: 1 1 100%;
  gap: 60px;
  justify-content: space-between;
  padding: 48px 68px;
}

@media only screen and (max-width: 1025px) {
  .partner li {
    flex-direction: column;
    gap: 24px;
    padding: 32px 20px;
  }
}

.partner .partner-img {
  align-items: center;
  border-right: 1px solid rgba(255, 255, 229, 0.2);
  display: flex;
  justify-content: center;
  padding-right: 60px;
}

@media only screen and (max-width: 1025px) {
  .partner .partner-img {
    border-bottom: 1px solid rgba(255, 255, 229, 0.2);
    border-right: none;
    padding-bottom: 24px;
    padding-right: 0;
    width: 100%;
  }
}

.partner .partner-img img {
  display: block;
  max-height: 168px;
  max-width: 168px;
  min-height: 168px;
  min-width: 168px;
}

.partner .partner-description {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.partner .partner-description .btn-round {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 16px 32px;
  text-align: center;
}

@media only screen and (max-width: 1025px) {
  .partner .partner-description .btn-round {
    width: 100%;
  }
}

.partner .partner-description-title {
  color: #c7c7be;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.partner .partner-description-theme {
  color: #fffff4;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

@media only screen and (max-width: 1025px) {
  .partner .partner-description-btn {
    width: 100%;
  }
}

.partner .partner-description-txt {
  color: #ffffe5;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 32px;
  padding-top: 8px;
}

.partner-order-states .under-header {
  background-image: none;
}

.partner-order-states .form-confirmation-manual-number {
  width: 100%;
}

.partner-order-states .form-confirmation-manual-number h1,
.partner-order-states .form-confirmation-manual-number p {
  text-align: center;
}

.container-aff {
  display: flex;
  flex-direction: column;
  margin: 64px 3.6rem;
}

.container-aff:first-child {
  margin-top: 0;
}

@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;
  }
}

.container-aff h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 28px;
  margin-bottom: 32px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .container-aff h2 {
    margin: auto auto 24px;
    text-align: center;
  }
}

.container-aff li {
  padding: 44px 32px !important;
}

@media only screen and (max-width: 767px) {
  .container-aff li {
    padding: 20px !important;
  }
}

.partners-program,
.requisites-main-block {
  padding-top: 68px;
}

@media only screen and (max-width: 1025px) {
  .partners-program,
  .requisites-main-block {
    padding-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .partners-program,
  .requisites-main-block {
    border-bottom: 1px solid rgba(255, 255, 229, 0.2);
  }
}

.partners-program .container-api,
.requisites-main-block .container-api {
  display: flex;
  flex-direction: column;
  margin: 64px 6.6rem;
}

.partners-program .container-api:first-child,
.requisites-main-block .container-api:first-child {
  margin-top: 0;
}

@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__main,
.requisites-main-block__main {
  border-radius: 24px;
  box-shadow:
    0 15px 116px hsla(206, 6%, 48%, 0.05),
    0 32px 75px hsla(206, 6%, 48%, 0.1);
  display: flex;
  flex-direction: column;
  margin-bottom: 80px;
  margin-top: 55px;
}

.partners-program__main .title,
.requisites-main-block__main .title {
  font-family: "Montserrat", sans-serif, "Play-Bold";
  font-size: 24px;
}

.partners-program ul,
.requisites-main-block ul {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
}

@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(0, 0, 0, 0.4);
  border-radius: 12px;
  flex: 0 0 auto;
  flex-basis: 28.3333333333%;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0;
  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: 100%;
  }
}

.partners-program li .walletSingle,
.requisites-main-block li .walletSingle {
  align-items: center;
  display: flex;
  justify-content: space-between;
  letter-spacing: 0;
  text-align: left;
  width: 100%;
}

.partners-program li .walletSingle,
.partners-program li .walletSingle .requisites-main--verified,
.requisites-main-block li .walletSingle,
.requisites-main-block li .walletSingle .requisites-main--verified {
  color: #fffff4;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.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 rgba(255, 255, 229, 0.2);
  display: flex;
  justify-content: space-between;
  padding: 14px 0;
}

.partners-program li div > div p b,
.partners-program li div > div p span,
.requisites-main-block li div > div p b,
.requisites-main-block li div > div p span {
  color: #fffff4;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.partners-program li div > div p b,
.requisites-main-block li div > div p b {
  letter-spacing: 0;
  text-align: left;
}

.partners-program li div > div p:last-child,
.requisites-main-block li div > div p:last-child {
  border-bottom: 1px dashed rgba(255, 255, 229, 0.2);
}

.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: #fffff4;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 32px;
  text-align: center;
}

.partners-program-cost,
.requisites-main-block-cost {
  color: #b6ff1f;
  font-family: "Montserrat", sans-serif;
  font-size: 56px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 56px;
  text-align: center;
}

.partners-program-cost span,
.requisites-main-block-cost span {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
}

.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 {
  margin-bottom: 1rem;
  margin-top: 0.1rem;
  overflow: hidden;
  position: relative;
}

.ref-link .container {
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .ref-link {
    margin-top: 32px;
  }
}

.ref-link-title {
  margin-bottom: 40px;
}

.ref-link-title h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 16px;
}

.ref-link-title h2,
.ref-link-title p {
  color: #fffff4;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0;
  text-align: center;
}

.ref-link-title p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.ref-link-list {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .ref-link-list {
    align-items: center;
  }
}

.ref-link-list p {
  color: #b6ff1f;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 8px;
}

.ref-link-list > div {
  width: 31.95%;
}

@media only screen and (max-width: 767px) {
  .ref-link-list > div {
    margin-right: 0;
    width: 100%;
  }
}

.ref-link input {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  color: #ffffe5;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  height: 44px;
  line-height: 20px;
  padding: 14px 48px 14px 16px;
  text-align: left;
  width: 100%;
}

.ref-link input::-moz-placeholder {
  color: gray;
}

.ref-link input::placeholder {
  color: gray;
}

.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: 13px;
}

.ref-link label span img {
  transition: all 0.25s;
  width: 20px;
}

@media only screen and (max-width: 767px) {
  .ref-link label span img {
    width: 18px;
  }
}

.ref-link label span img:hover {
  opacity: 0.75;
}

.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: "Montserrat", sans-serif, "Conv_MuseoSansCyrl_2";
}

.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;
}

.news-bloc,
.partner-block,
.reserves,
.reviews-bloc {
  overflow: hidden;
  padding-top: 128px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .news-bloc,
  .partner-block,
  .reserves,
  .reviews-bloc {
    margin-top: 0;
  }
}

.news-bloc:after,
.news-bloc:before,
.partner-block:after,
.partner-block:before,
.reserves:after,
.reserves:before,
.reviews-bloc:after,
.reviews-bloc:before {
  position: absolute;
  z-index: 0;
}

.news-bloc div,
.partner-block div,
.reserves div,
.reviews-bloc div {
  border-radius: 8px 8px 0 0;
  position: relative;
  z-index: 1;
}

.news-bloc .title,
.partner-block .title,
.reserves .title,
.reviews-bloc .title {
  align-items: center;
  color: #c7c7be;
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}

.news-bloc .mobileBottomSide,
.partner-block .mobileBottomSide,
.reserves .mobileBottomSide,
.reviews-bloc .mobileBottomSide {
  display: none;
  flex-direction: column;
  gap: 16px;
  margin-top: 32px;
}

@media only screen and (max-width: 1025px) {
  .news-bloc .mobileBottomSide,
  .partner-block .mobileBottomSide,
  .reserves .mobileBottomSide,
  .reviews-bloc .mobileBottomSide {
    display: flex;
  }
}

.news-bloc .mobileBottomSide .dots,
.partner-block .mobileBottomSide .dots,
.reserves .mobileBottomSide .dots,
.reviews-bloc .mobileBottomSide .dots {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 16px;
}

.news-bloc .mobileBottomSide .dot,
.partner-block .mobileBottomSide .dot,
.reserves .mobileBottomSide .dot,
.reviews-bloc .mobileBottomSide .dot {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 12px;
  height: 12px;
  width: 12px;
}

.news-bloc .mobileBottomSide .dot.active,
.partner-block .mobileBottomSide .dot.active,
.reserves .mobileBottomSide .dot.active,
.reviews-bloc .mobileBottomSide .dot.active {
  background: #b6ff1f;
}

.news-bloc .btn-round,
.partner-block .btn-round,
.reserves .btn-round,
.reviews-bloc .btn-round {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 16px 32px;
  text-align: center;
}

.news-bloc .title-other,
.partner-block .title-other,
.reserves .title-other,
.reviews-bloc .title-other {
  align-items: center;
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 700;
  justify-content: space-between;
  line-height: 48px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1025px) {
  .news-bloc .title-other,
  .partner-block .title-other,
  .reserves .title-other,
  .reviews-bloc .title-other {
    justify-content: center;
  }
}

@media only screen and (max-width: 550px) {
  .news-bloc .title-other,
  .partner-block .title-other,
  .reserves .title-other,
  .reviews-bloc .title-other {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
  }
}

@media only screen and (max-width: 1025px) {
  .news-bloc .title-other > .buttons,
  .partner-block .title-other > .buttons,
  .reserves .title-other > .buttons,
  .reviews-bloc .title-other > .buttons {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {
  .news-bloc .title-other > div,
  .partner-block .title-other > div,
  .reserves .title-other > div,
  .reviews-bloc .title-other > div {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: flex-end;
  }
}

.news-bloc ul,
.partner-block ul,
.reserves ul,
.reviews-bloc ul {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 23px -1% 0;
}

@media only screen and (max-width: 767px) {
  .news-bloc ul,
  .partner-block ul,
  .reserves ul,
  .reviews-bloc ul {
    justify-content: center;
  }
}

@media only screen and (max-width: 1025px) {
  .news-bloc ul.desktop,
  .partner-block ul.desktop,
  .reserves ul.desktop,
  .reviews-bloc ul.desktop {
    display: none;
  }
}

.news-bloc ul.mobile,
.partner-block ul.mobile,
.reserves ul.mobile,
.reviews-bloc ul.mobile {
  display: none;
}

@media only screen and (max-width: 1025px) {
  .news-bloc ul.mobile,
  .partner-block ul.mobile,
  .reserves ul.mobile,
  .reviews-bloc ul.mobile {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .reviews-bloc ul.mobile {
    display: block;
  }

  .news-bloc ul.mobile.onPage,
  .partner-block ul.mobile.onPage,
  .reserves ul.mobile.onPage,
  .reviews-bloc ul.mobile.onPage {
    flex-wrap: wrap;
  }
}

.news-bloc li,
.partner-block li,
.reserves li,
.reviews-bloc li {
  flex: 1 0;
  margin: 0.45rem 1%;
  max-width: 31.2%;
  min-width: 300px;
  position: relative;
  width: 31.2%;
}

@media only screen and (max-width: 1200px) {
  .news-bloc li,
  .partner-block li,
  .reserves li,
  .reviews-bloc li {
    min-width: 250px;
  }
}

@media only screen and (max-width: 1025px) {
  .news-bloc li,
  .partner-block li,
  .reserves li,
  .reviews-bloc li {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
  }
}

.news-bloc b,
.partner-block b,
.reserves b,
.reviews-bloc b {
  font-family: "Montserrat", sans-serif, "Conv_MuseoSansCyrl_2";
}

.reserves {
  padding-top: 80px;
}

@media only screen and (max-width: 1025px) {
  .reserves {
    padding-top: 0;
  }
}

.reserves h3 {
  color: #fffff4;
  font-family: "Montserrat", sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 56px;
  text-align: center;
}

.reserves ul {
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  background: rgba(0, 0, 0, 0.4);
  border-radius: 30px;
  gap: 24px;
  margin-bottom: 185px;
  padding: 68px;
}

@media only screen and (max-width: 767px) {
  .reserves ul {
    gap: 16px;
    padding: 32px 20px;
  }
}

.reserves li {
  align-items: center;
  background: #fff;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 12px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  overflow: hidden;
  padding: 16px 12px;
}

.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 {
  height: 40px;
  margin-right: 12px;
  width: 40px;
}

.reserves p,
.reserves span {
  color: #c7c7be;
  font-size: 14px;
}

.reserves-icon {
  align-items: center;
  display: flex;
  flex-direction: row;
}

.reserves-icon span {
  color: #fffff4;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.reserves-cost {
  min-width: 130px;
  text-align: right;
}

.reserves-cost p {
  color: #ffffe5;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.reserves-cost span {
  position: relative;
  text-transform: uppercase;
  transition: all 0.35s;
}

.reserves-cost .order-reserves {
  bottom: -30px;
  position: absolute;
  right: 0;
  transition: all 0.35s;
}

.reserves-cost .btn {
  line-height: 2.2;
  opacity: 0;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  right: 0;
  transition: all 0.35s;
  visibility: hidden;
}

.news-page .container--form .topSection {
  align-items: center;
  gap: 100px;
  margin-bottom: 80px;
  padding-top: 80px;
}

.news-page .container--form .topSection .leftPart {
  flex: 1 1 40%;
  padding-top: 0;
}

.news-page .container--form .topSection .leftPart .mobilePic {
  display: none;
}

@media only screen and (max-width: 1025px) {
  .news-page .container--form .topSection .leftPart .mobilePic {
    display: block;
    margin: 24px 0;
  }
}

.news-page .container--form .topSection .rightPart {
  padding-right: 0;
}

.news-page .container--form .topSection .rightPart img {
  height: 327px;
  width: 628px;
}

@media only screen and (max-width: 1025px) {
  .news-page .container--form .topSection .rightPart {
    display: none;
  }
}

.news-page h2 {
  color: #fffff4;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

.news-page .news-bloc {
  padding-top: 40px;
}

.news-page .news-bloc ul {
  margin-top: 0;
}

.news-page .news-bloc li {
  margin-bottom: 10px;
  margin-top: 10px;
}

.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;
}

.news-bloc-img {
  font-size: 0;
  height: 100%;
  overflow: hidden;
}

.news-bloc-img img {
  width: 100%;
}

.news-bloc .btn-round {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 16px 32px;
}

.news-bloc li {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  margin-top: 0;
  transition: all 0.25s;
}

.news-bloc li:hover {
  background: hsla(0, 0%, 4%, 0.698);
}

.news-bloc-title {
  color: #fffff4;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
  text-align: left;
}

.news-bloc-info {
  border-radius: 20px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px;
}

.news-bloc-info_item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.news-bloc-info_item-name p {
  color: #c7c7be;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.news-bloc-info_item-photo-name {
  display: flex;
}

.news-bloc-info_item-photo-name span {
  color: #c7c7be;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: capitalize;
}

.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 .title-other {
  margin-bottom: 120px;
}

.reviews-bloc ul {
  align-items: stretch;
  display: flex;
  transition: all 0.25s;
}

.reviews-bloc li {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 20px;
  padding: 52px 24px 24px;
  position: relative;
}

.reviews-bloc-emoji {
  height: 124px;
  left: 10px;
  position: absolute;
  top: -80px;
  width: 124px;
  z-index: 1;
}

.reviews-bloc-emoji.partners-emoji {
  top: -50px;
  width: 261px;
}

@media only screen and (max-width: 550px) {
  .reviews-bloc-emoji {
    height: 90px;
    top: -40px;
    width: 84px;
  }
}

.reviews-bloc-text p {
  color: #ffffe5;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.reviews-bloc-text.partner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.reviews-bloc-text.partner a {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding-bottom: 16px;
  padding-top: 16px;
  text-align: center;
  width: 100%;
}

.reviews-bloc-date {
  color: #fffff4;
}

.reviews-bloc-date,
.reviews-bloc-date.partner {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.reviews-bloc-date.partner {
  margin-top: 0;
}

.reviews-bloc-client {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.reviews-bloc-client-name {
  color: #fffff4;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.reviews-bloc-star {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 229, 0.2);
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
  padding-bottom: 16px;
}

.reviews-bloc-star-number {
  align-items: center;
  color: #fffff4;
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  gap: 8px;
  line-height: 28px;
}

.reviews-bloc-photo {
  margin-left: 8px;
  margin-right: 17px;
  overflow: hidden;
  padding: 3px;
  text-align: center;
}

.reviews-bloc-photo p {
  color: #fffff4;
  font-size: 14px;
}

.reviews-bloc-photo img {
  height: 32px;
  width: 32px;
}

.form-footer input,
.form-footer textarea {
  background: rgba(58, 48, 99, 0.5);
  border-radius: 20px;
  font-family: "Montserrat", sans-serif, "Conv_MuseoSansCyrl_0";
  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;
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .reviews .reviews-bloc {
    padding-top: 30px;
  }

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

@media only screen and (max-width: 550px) {
  .reviews .scrollButtons {
    display: none !important;
  }
}

.reviews .collapse {
  display: none;
}

@media only screen and (max-width: 550px) {
  .reviews .collapse {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%;
  }
}

.reviews .scrollButton {
  align-items: center;
  background: #b6ff1f;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  display: inline-flex;
  height: 48px;
  justify-content: center;
  outline: none;
  padding: 8px;
  transition: all 0.25s;
  width: 48px;
}

.reviews .scrollButton:hover {
  background: #9be500;
}

.reviews-top-wr {
  background-position-y: -0.5rem;
}

.reviews-top ul {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin: 0 -0.5rem;
}

@media only screen and (max-width: 550px) {
  .reviews-top ul {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 35px;
    max-height: 400px;
    padding: 0 15px;
    transform: none !important;
  }

  .reviews-top ul.opened {
    max-height: 100%;
  }
}

.reviews-top ul li {
  min-width: 400px;
}

@media only screen and (max-width: 1200px) {
  .reviews-top ul li {
    max-width: 320px;
    min-width: 320px;
    width: 320px;
  }
}

@media only screen and (max-width: 550px) {
  .reviews-top ul li {
    max-width: calc(100% - 15px);
    min-width: calc(100% - 15px);
    width: calc(100% - 15px);
  }
}

.reviews-top li {
  margin: 0.5rem;
}

.reviews-top .btn {
  font-size: 15px;
  line-height: 2.54;
  text-transform: uppercase;
}

.reviews-top .btn-blue {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.reviews-top .btn-submit {
  box-shadow: none;
}

.reviews-main {
  padding-top: 80px;
}

@media only screen and (max-width: 1200px) {
  .reviews-main {
    padding-top: 0;
  }
}

.reviews-main ul {
  flex-wrap: nowrap;
  justify-content: flex-start;
  transition: all 0.25s;
}

@media only screen and (max-width: 550px) {
  .reviews-main ul {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 35px;
    max-height: 400px;
    padding: 0 15px;
    transform: none !important;
  }

  .reviews-main ul.opened {
    max-height: 100%;
  }
}

@media only screen and (max-width: 1200px) {
  .reviews-main ul li {
    max-width: 250px;
    min-width: 250px;
    width: 250px;
  }
}

@media only screen and (max-width: 550px) {
  .reviews-main ul li {
    max-width: calc(100% - 15px);
    min-width: calc(100% - 15px);
    width: calc(100% - 15px);
  }
}

.one-new-top-wr {
  background-position-y: -0.5rem;
}

.one-new-top-back {
  cursor: pointer;
  margin-bottom: 3rem;
  margin-top: 1.1rem;
}

.one-new-top-back,
.one-new-top-back a {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
  text-align: left;
}

.one-new-top-back a {
  color: #c7c7be;
}

.one-new-top-back a:hover {
  color: #fffff4;
}

.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-direction: column;
  flex-wrap: wrap;
  margin: 0 -13px;
}

.one-new-info-item .one-new-top-date {
  color: #c7c7be;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
  padding: 0;
  text-align: left;
  text-transform: capitalize;
}

.one-new-info-item .one-new-top-title {
  color: #fffff4;
  font-family: Montserrat;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 48px;
  margin-bottom: 40px;
  margin-top: 16px;
  padding: 0;
  text-align: left;
}

.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;
}

.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.a9906b2.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: #1ac1de;
  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: #c7c7be;
  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;
  }
}

.howItWorks {
  margin: 120px auto;
}

@media only screen and (max-width: 1025px) {
  .howItWorks {
    margin: 0 auto 120px;
  }
}

.howItWorks h1 {
  margin-bottom: 40px;
}

@media only screen and (max-width: 1025px) {
  .howItWorks h1 {
    text-align: center;
  }
}

.specification {
  margin-bottom: 4rem;
}

.specification-top .btn-round {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 16px 32px;
}

@media only screen and (max-width: 767px) {
  .specification-top .btn-round {
    width: 100%;
  }
}

@media only screen and (max-width: 1200px) {
  .specification-top-wr {
    background-position-y: 0;
  }
}

.specification-top-item {
  margin: 40px 0;
}

.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 {
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    margin: 0;
  }
}

.specification-top-item li {
  margin: 0.5rem;
}

@media only screen and (max-width: 767px) {
  .specification-top-item li {
    margin: 0;
    width: 100%;
  }
}

.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 .one-new-info-item {
  margin: auto;
  max-width: 880px;
  padding: 56px 40px;
}

.one-new-info .one-new-info-item img {
  margin-top: 0;
}

.one-new-info-item,
.specification-info {
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background: rgba(0, 0, 0, 0.4);
  border-radius: 20px;
  color: #3b454e;
  font-size: 16px;
  line-height: 24px;
  padding: 32px;
}

@media only screen and (max-width: 767px) {
  .one-new-info-item > div.opened,
  .specification-info > div.opened {
    max-height: none;
  }
}

.one-new-info-item .collapse,
.specification-info .collapse {
  display: none;
}

@media only screen and (max-width: 767px) {
  .one-new-info-item .collapse,
  .specification-info .collapse {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 50px;
    text-align: center;
    width: 100%;
  }
}

.one-new-info-item div,
.one-new-info-item p,
.specification-info div,
.specification-info p {
  color: #ffffe5;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  padding: 12px 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 {
  align-items: center;
  color: #fffff4;
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  gap: 10px;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 0;
  padding: 6px 0;
  text-align: left;
}

.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: #b6ff1f;
  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 {
  color: #fffff4;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
  padding: 6px 0;
  text-align: left;
}

.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: #fffff4;
  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;
  font-weight: 700;
  line-height: 48px;
  padding: 32px 0 8px;
}

.one-new-info-item h2,
.specification-info h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}

.one-new-info-item h3,
.specification-info h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.one-new-info-item h4,
.specification-info h4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

.one-new-info-item h5,
.specification-info h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.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: #5681f5;
  -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: 0 10px;
}

.one-new-info-item b,
.specification-info b {
  color: #fffff4;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.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 {
  display: flex;
  gap: 40px;
  margin: 40px 0;
}

.faq .faq_mobilePicture {
  display: none;
}

@media only screen and (max-width: 550px) {
  .faq.onPage .faq_mobilePicture {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}

.faq.onPage .faq_mobilePicture .rightPartAnimation {
  right: 0;
}

.faq.onPage .faq_mobilePicture .rightPartAnimation img {
  height: 260px;
}

.faq.onPage
  .faq_mobilePicture
  .rightPartAnimation
  .rightPartAnimation_timeCorner {
  font-size: 8px;
  left: 30px;
  top: 9px;
}

.faq.onPage
  .faq_mobilePicture
  .rightPartAnimation
  .rightPartAnimation_timeDate {
  font-size: 38px;
  top: 55px;
  width: 100%;
}

.faq.onPage
  .faq_mobilePicture
  .rightPartAnimation
  .rightPartAnimation_timeDate
  span {
  font-size: 9px;
  line-height: 6px;
}

.faq.onPage .faq_mobilePicture .rightPartAnimation:after {
  content: none;
}

.faq_right {
  display: flex;
  flex: 1 1 65%;
  flex-direction: column;
  gap: 40px;
}

@media only screen and (max-width: 1025px) {
  .faq_right {
    flex: 1;
  }
}

@media only screen and (max-width: 550px) {
  .faq_right h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
  }
}

.faq_left {
  align-items: flex-start;
  display: flex;
  flex: 1 1 35%;
  justify-content: flex-end;
}

@media only screen and (max-width: 1200px) {
  .faq_left {
    display: none;
  }
}

.faq_left .rightPartAnimation img {
  width: 346px;
}

.faq_left .rightPartAnimation .rightPartAnimation_timeCorner {
  left: 90px;
  top: 32px;
}

.faq_left .rightPartAnimation .rightPartAnimation_timeDate {
  left: auto;
  right: 0;
  width: 310px;
}

.faq-top-wr {
  background-position-y: -0.5rem;
}

@media only screen and (max-width: 1025px) {
  .faq-top ul {
    display: none;
  }
}

.faq-top .customSelect {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  display: none;
  position: relative;
}

@media only screen and (max-width: 1025px) {
  .faq-top .customSelect {
    display: block;
  }
}

.faq-top .customSelect__value {
  background: hsla(0, 0%, 4%, 0.698);
  border-radius: 4px;
  color: #ffffe5;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 44px;
  letter-spacing: 0;
  line-height: 20px;
  padding: 16px;
  text-align: left;
  width: 100%;
}

.faq-top .customSelect__value::-moz-placeholder {
  color: gray;
}

.faq-top .customSelect__value::placeholder {
  color: gray;
}

.faq-top .customSelect__value {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  transition: all 0.25s;
}

.faq-top .customSelect__value svg,
.faq-top .customSelect__value svg path {
  transition: all 0.25s;
}

.faq-top .customSelect__options {
  border-radius: 0 0 4px 4px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  height: 0;
  line-height: 24px;
  opacity: 0;
  pointer-events: none;
  width: 100%;
}

.faq-top .customSelect__option {
  cursor: pointer;
  padding: 16px 24px;
}

.faq-top .customSelect__option.active,
.faq-top .customSelect__option:hover {
  color: #b6ff1f;
}

.faq-top .customSelect__option a {
  padding: 0;
}

.faq-top .customSelect.active {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 4px 4px 0 0;
}

.faq-top .customSelect.active .customSelect__options {
  flex-direction: column;
  height: auto;
  opacity: 1;
  pointer-events: auto;
  z-index: 20;
}

.faq-top .customSelect.active .customSelect__options::-webkit-scrollbar {
  width: 2px;
}

.faq-top .customSelect.active .customSelect__options::-webkit-scrollbar-thumb,
.faq-top .customSelect.active .customSelect__options::-webkit-scrollbar-track {
  background: rgba(255, 255, 229, 0.2);
}

.faq-top
  .customSelect.active
  .customSelect__options::-webkit-scrollbar-thumb:hover {
  background: #ffffe5;
  cursor: pointer;
}

.faq-top .customSelect.active .customSelect__value {
  background: none;
  color: #b6ff1f;
  padding: 16px 24px;
}

.faq-top .customSelect.active .customSelect__value svg {
  transform: scale(-1);
}

.faq-top .customSelect.active .customSelect__value svg path {
  stroke: #b6ff1f;
}

.faq-qst {
  margin-bottom: 2.5rem;
}

.faq-qst > * > li,
.faq-qst > li {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  cursor: pointer;
  margin-bottom: 12px;
  padding: 24px;
  transition: all 0.25s;
}

.faq-qst > * > li:hover,
.faq-qst > li:hover {
  background: hsla(0, 0%, 4%, 0.698);
}

.faq-qst > * > li ul,
.faq-qst > li ul {
  list-style-type: circle;
  margin: 10px 0;
}

.faq-qst > * > li ul li,
.faq-qst > li ul li {
  margin-left: 20px;
  padding: 10px 0;
}

.faq-qst-title {
  align-items: center;
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  justify-content: space-between;
  line-height: 28px;
}

@media screen and (max-width: 767px) {
  .faq-qst-title {
    font-size: 0.9rem;
  }
}

.faq-qst-title.open {
  margin-bottom: 12px;
}

.faq .b-toggle {
  border-top: none;
  color: #ffffe5;
  _display: none;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
}

.faq .open + .b-toggle {
  max-height: 100000px;
  opacity: 1;
}

.faq_lend {
  padding-top: 128px;
}

.faq_lend .b-toggle {
  font-size: 16px;
}

.faq_lendSection {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  font-size: 16px;
  margin-bottom: 12px;
  padding: 24px;
  transition: all 0.25s;
}

.faq_lendSection ul {
  list-style-type: circle;
  margin: 10px 0;
}

.faq_lendSection ul li {
  margin-left: 20px;
  padding: 10px 0;
}

.faq_lendSection-title {
  align-items: center;
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  justify-content: space-between;
  line-height: 28px;
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .faq_lendSection-title {
    font-size: 0.9rem;
  }
}

.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;
  padding: 0 !important;
  width: auto;
}

.pagination a {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  color: #c7c7be;
  display: block;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  opacity: 0.8;
  text-align: center;
  width: 40px;
}

.pagination a.pagination-current,
.pagination a:hover {
  background-color: rgba(0, 0, 0, 0.4);
  color: #fffff4;
  opacity: 1;
}

.pagination a.pagination-ban {
  background-color: #e5e7ea;
  box-shadow: none;
  color: #9f9f9f;
  cursor: default;
}

.footer-bottom {
  background: #191919;
  padding: 40px 0;
}

.footer__topSeoLinks {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  justify-content: center;
  margin-bottom: 24px;
}

.footer__topSeoLinks li {
  flex: 1 1 18%;
  text-align: center;
}

@media only screen and (max-width: 1025px) {
  .footer__topSeoLinks li {
    flex: initial;
    text-align: center;
  }
}

.footer__topSeoLinks a {
  color: #fffff4;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  transition: all 0.25s;
}

.footer__topSeoLinks a:hover {
  color: #c7c7be;
}

.footer__topPart {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 229, 0.2);
  display: flex;
  justify-content: space-between;
  padding-bottom: 16px;
}

@media only screen and (max-width: 550px) {
  .footer__topPart {
    flex-direction: column;
    gap: 40px;
  }
}

.footer__topPart > * {
  flex: 1;
}

@media only screen and (max-width: 1200px) {
  .footer__topPart > * {
    flex: auto;
  }
}

.footer__topPart ul {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: flex-end;
}

@media only screen and (max-width: 1200px) {
  .footer__topPart ul {
    gap: 12px;
  }
}

@media (max-width: 991px) {
  .footer__topPart ul {
    justify-content: center;
  }
}

.footer__topPart ul a {
  color: #fffff4;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  transition: all 0.25s;
}

.footer__topPart ul a:hover {
  color: #c7c7be;
}

.footer__botPart {
  align-items: center;
  color: gray;
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  justify-content: center;
  line-height: 20px;
  padding-top: 24px;
}

.footer__logo img {
  height: 24px;
}

.footer__social {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: flex-end;
}

.footer__social a {
  transition: all 0.25s;
}

.footer__social a:hover {
  opacity: 0.7;
}

.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.2a98174.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: "Montserrat", sans-serif, "Play-Regular";
  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;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 135px 0 80px;
  padding: 64px 80px;
}

@media only screen and (max-width: 1200px) {
  .contact-main-item {
    flex-direction: column-reverse;
  }
}

@media only screen and (max-width: 550px) {
  .contact-main-item {
    padding: 60px 20px 32px;
  }
}

.contact-main-item h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  margin: 0 0 18px;
}

.contact-main-icon {
  background: linear-gradient(180deg, #4070f4, #4070f4);
  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%;
}

.contactsPage {
  align-items: center;
  display: flex;
  gap: 70px;
  justify-content: space-between;
  padding: 80px 0;
}

@media only screen and (max-width: 550px) {
  .contactsPage {
    padding: 0 0 40px;
  }
}

.contactsPage__top {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}

.contactsPage__top h1 {
  color: #fffff4;
  font-family: "Montserrat", sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 56px;
}

@media only screen and (max-width: 767px) {
  .contactsPage__top h1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
  }
}

.contactsPage__top p {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.contactsPage__top p,
.contactsPage__top span {
  color: #ffffe5;
  font-family: "Montserrat", sans-serif;
}

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

@media only screen and (max-width: 1025px) {
  .contactsPage__top span {
    text-align: center;
  }
}

.contactsPage__supportBlock {
  align-items: center;
  display: flex;
  gap: 32px;
  justify-content: center;
  margin-bottom: 38px;
}

@media only screen and (max-width: 767px) {
  .contactsPage__supportBlock {
    margin-bottom: 25px;
  }
}

.contactsPage__supportBlock a {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contactsPage__supportBlock a:hover div {
  background: rgba(0, 0, 0, 0.4);
}

.contactsPage__supportBlock a div {
  align-items: center;
  background: #191919;
  border-radius: 40px;
  display: flex;
  height: 44px;
  justify-content: center;
  padding: 10px;
  transition: all 0.25s;
  width: 44px;
}

.contactsPage__supportBlock a span {
  color: #fffff4;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
}

.contactsPage__form {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contactsPage__form h4 {
  color: #ffffe5;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .contactsPage__form h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
  }
}

.contactsPage__form label {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contactsPage__form label,
.contactsPage__form label input,
.contactsPage__form label textarea {
  color: #ffffe5;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  width: 100%;
}

.contactsPage__form label input,
.contactsPage__form label textarea {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  height: 44px;
  letter-spacing: 0;
  padding: 12px 24px;
  text-align: left;
}

.contactsPage__form label input::-moz-placeholder,
.contactsPage__form label textarea::-moz-placeholder {
  color: gray;
}

.contactsPage__form label input::placeholder,
.contactsPage__form label textarea::placeholder {
  color: gray;
}

.contactsPage__form label textarea {
  min-height: 90px;
  resize: vertical;
}

.contactsPage__form .btn-round {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 16px;
  padding: 16px 32px;
  width: 100%;
}

.contactsPage__form-rules a,
.contactsPage__form-rules p {
  color: #ffffe5;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.contactsPage__form-rules a {
  margin: 0 5px;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.contactsPage__form-rules a:hover {
  color: #c7c7be;
}

.contactsPage__right {
  align-items: center;
  display: flex;
  flex: 1 1 50%;
  justify-content: center;
}

@media only screen and (max-width: 1025px) {
  .contactsPage__right {
    display: none;
  }
}

.contactsPage__right .rightPartAnimation img.rightPartAnimation_phone {
  height: 660px;
  width: 330px;
}

.contactsPage__right .rightPartAnimation .rightPartAnimation_timeCorner {
  left: 46px;
  top: 44px;
}

.contactsPage__right img {
  width: 371px;
}

.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: #c7c7be;
  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;
  }
}

.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 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 {
  height: 5rem;
  min-height: 2.5rem;
  resize: vertical;
}

.contact-main-form > div {
  margin-top: 1.625rem;
}

.four {
  color: #fff;
}

.four-wr {
  background-position-y: 0;
  background-size: 900% 150%;
  flex: 1 0;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

.four-title,
.four-wr {
  display: flex;
  justify-content: center;
}

.four-title {
  align-items: center;
  position: relative;
}

.four-title h1 {
  color: #fffff4;
  font-family: "Montserrat", sans-serif;
  font-size: 400px;
  font-weight: 700;
  line-height: 300px;
}

.four-title .sticker {
  align-items: center;
  display: flex;
  justify-content: center;
  left: calc(50% - 122.5px);
  position: absolute;
  top: 0;
  z-index: 1;
}

.four-title .sticker img {
  height: 245px;
  width: 245px;
}

.four-title .sticker .bot {
  bottom: 0;
  height: 39px;
  position: absolute;
  width: 76px;
}

@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 {
  color: #ffffe5;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 40px;
  margin-top: 24px;
}

@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--top {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 32px;
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .zayvki-filter--top {
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
  }
}

.zayvki-filter--top .title {
  margin-bottom: 0;
}

@media only screen and (max-width: 1025px) {
  .zayvki-filter--top__btn-group {
    margin-left: 1rem;
  }
}

@media only screen and (max-width: 550px) {
  .zayvki-filter--top__btn-group {
    margin-left: 0;
    width: 100%;
  }
}

.zayvki-filter--top__btn-group ul {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 1025px) {
  .zayvki-filter--top__btn-group ul {
    display: none;
  }
}

.zayvki-filter--top__btn-group ul li {
  border-right: 1px solid rgba(255, 255, 229, 0.2);
  padding: 0 14px !important;
}

.zayvki-filter--top__btn-group ul li:first-child {
  padding-left: 0;
}

.zayvki-filter--top__btn-group ul li:last-child {
  border-right: none;
  padding-right: 0;
}

.zayvki-filter--top__btn-group .customSelect {
  display: none;
  position: relative;
}

@media only screen and (max-width: 1025px) {
  .zayvki-filter--top__btn-group .customSelect {
    display: block;
  }
}

.zayvki-filter--top__btn-group .customSelect__value {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  color: #ffffe5;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 44px;
  letter-spacing: 0;
  line-height: 20px;
  padding: 16px;
  text-align: left;
  width: 100%;
}

.zayvki-filter--top__btn-group .customSelect__value::-moz-placeholder {
  color: gray;
}

.zayvki-filter--top__btn-group .customSelect__value::placeholder {
  color: gray;
}

.zayvki-filter--top__btn-group .customSelect__value {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  transition: all 0.25s;
}

.zayvki-filter--top__btn-group .customSelect__value svg,
.zayvki-filter--top__btn-group .customSelect__value svg path {
  transition: all 0.25s;
}

.zayvki-filter--top__btn-group .customSelect__options {
  border-radius: 0 0 4px 4px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  height: 0;
  line-height: 24px;
  opacity: 0;
  pointer-events: none;
  width: 100%;
}

.zayvki-filter--top__btn-group .customSelect__option {
  cursor: pointer;
  padding: 16px 24px;
}

.zayvki-filter--top__btn-group .customSelect__option.active,
.zayvki-filter--top__btn-group .customSelect__option:hover {
  color: #b6ff1f;
}

.zayvki-filter--top__btn-group .customSelect__option a {
  padding: 0;
}

.zayvki-filter--top__btn-group .customSelect.active {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 4px 4px 0 0;
}

.zayvki-filter--top__btn-group .customSelect.active .customSelect__options {
  flex-direction: column;
  height: 285px;
  opacity: 1;
  pointer-events: auto;
  z-index: 20;
}

.zayvki-filter--top__btn-group
  .customSelect.active
  .customSelect__options::-webkit-scrollbar {
  width: 2px;
}

.zayvki-filter--top__btn-group
  .customSelect.active
  .customSelect__options::-webkit-scrollbar-thumb,
.zayvki-filter--top__btn-group
  .customSelect.active
  .customSelect__options::-webkit-scrollbar-track {
  background: rgba(255, 255, 229, 0.2);
}

.zayvki-filter--top__btn-group
  .customSelect.active
  .customSelect__options::-webkit-scrollbar-thumb:hover {
  background: #ffffe5;
  cursor: pointer;
}

.zayvki-filter--top__btn-group .customSelect.active .customSelect__value {
  background: none;
  color: #b6ff1f;
  padding: 16px 24px;
}

.zayvki-filter--top__btn-group .customSelect.active .customSelect__value svg {
  transform: scale(-1);
}

.zayvki-filter--top__btn-group
  .customSelect.active
  .customSelect__value
  svg
  path {
  stroke: #b6ff1f;
}

.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 rgba(255, 255, 229, 0.2);
}

.zayvki-main {
  border-radius: 24px;
  box-shadow:
    0 15px 116px hsla(206, 6%, 48%, 0.05),
    0 32px 75px hsla(206, 6%, 48%, 0.1);
  display: flex;
  flex-direction: column;
  margin-bottom: 80px;
  margin-top: 55px;
}

.zayvki-table {
  align-self: center;
  border: 1px solid rgba(255, 255, 229, 0.2);
  border-radius: 6px;
  margin-bottom: 1.875rem;
  overflow: hidden;
  width: 100%;
}

.zayvki-table table {
  border-collapse: collapse;
  color: #212121;
  width: 100%;
}

.zayvki-table th {
  background: rgba(0, 0, 0, 0.4);
  color: #fffff4;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
}

.zayvki-table td,
.zayvki-table th {
  text-align: center;
}

.zayvki-table th {
  font-size: 1.125rem;
  padding: 16px;
}

.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 {
  color: #fffff4;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
  padding: 4px 10px;
  position: relative;
  text-align: center;
}

.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 {
  transition: all 0.25s;
}

.zayvki-table tbody tr:hover {
  background: rgba(0, 0, 0, 0.4);
}

.zayvki-table .table--row {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

@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 {
  display: flex;
  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 {
  margin-right: 15px;
  width: 30px;
}

.zayvki-table .qt {
  color: #fffff4;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
}

.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: center;
}

.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.f7f271f.svg);
  filter: hue-rotate(216deg);
  height: 18px;
  margin-left: 20%;
  width: 28px;
}

.zayvki-table button.delete {
  background-image: url(../img/delete.770b0da.svg);
  filter: hue-rotate(216deg);
  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 20px;
}

@media only screen and (max-width: 767px) {
  .requisites--top {
    flex-direction: column;
    gap: 24px;
  }
}

.requisites--top h2 {
  color: #fffff4;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.requisites--top__btn-group .buttons {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .requisites--top__btn-group .buttons {
    display: none;
  }
}

.requisites--top__btn-group .buttons div {
  border-right: 1px solid rgba(255, 255, 229, 0.2);
  padding: 0 14px;
}

.requisites--top__btn-group .buttons div:first-child {
  padding-left: 0;
}

.requisites--top__btn-group .buttons div:last-child {
  border-right: none;
  padding-right: 0;
}

.requisites--top__btn-group .customSelect {
  display: none;
  position: relative;
}

@media only screen and (max-width: 1025px) {
  .requisites--top__btn-group .customSelect {
    display: block;
  }
}

.requisites--top__btn-group .customSelect__value {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  color: #ffffe5;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 44px;
  letter-spacing: 0;
  line-height: 20px;
  padding: 16px;
  text-align: left;
  width: 100%;
}

.requisites--top__btn-group .customSelect__value::-moz-placeholder {
  color: gray;
}

.requisites--top__btn-group .customSelect__value::placeholder {
  color: gray;
}

.requisites--top__btn-group .customSelect__value {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  transition: all 0.25s;
}

.requisites--top__btn-group .customSelect__value svg,
.requisites--top__btn-group .customSelect__value svg path {
  transition: all 0.25s;
}

.requisites--top__btn-group .customSelect__options {
  border-radius: 0 0 4px 4px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  height: 0;
  line-height: 24px;
  opacity: 0;
  pointer-events: none;
  width: 100%;
}

.requisites--top__btn-group .customSelect__option {
  cursor: pointer;
  padding: 16px 24px;
}

.requisites--top__btn-group .customSelect__option.active,
.requisites--top__btn-group .customSelect__option:hover {
  color: #b6ff1f;
}

.requisites--top__btn-group .customSelect__option a {
  padding: 0;
}

.requisites--top__btn-group .customSelect.active {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 4px 4px 0 0;
}

.requisites--top__btn-group .customSelect.active .customSelect__options {
  flex-direction: column;
  height: 200px;
  opacity: 1;
  pointer-events: auto;
  z-index: 20;
}

.requisites--top__btn-group
  .customSelect.active
  .customSelect__options::-webkit-scrollbar {
  width: 2px;
}

.requisites--top__btn-group
  .customSelect.active
  .customSelect__options::-webkit-scrollbar-thumb,
.requisites--top__btn-group
  .customSelect.active
  .customSelect__options::-webkit-scrollbar-track {
  background: rgba(255, 255, 229, 0.2);
}

.requisites--top__btn-group
  .customSelect.active
  .customSelect__options::-webkit-scrollbar-thumb:hover {
  background: #ffffe5;
  cursor: pointer;
}

.requisites--top__btn-group .customSelect.active .customSelect__value {
  background: none;
  color: #b6ff1f;
  padding: 16px 24px;
}

.requisites--top__btn-group .customSelect.active .customSelect__value svg {
  transform: scale(-1);
}

.requisites--top__btn-group .customSelect.active .customSelect__value svg path {
  stroke: #b6ff1f;
}

.wallets-main ul {
  justify-content: left;
}

.wallets-main ul li {
  display: flex;
  flex: 1 0 auto;
  padding: 10px;
}

.wallets-main ul li img {
  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: "Montserrat", sans-serif, "Conv_MuseoSansCyrl_2";
  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.f83ed95.svg);
  right: -18rem;
  top: -5.5rem;
  width: 46rem;
}

.requisites-select-block .form:before {
  bottom: -24rem;
  content: url(../img/002.ebb3754.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 {
  margin-top: 60px;
}

.api-block__main {
  align-items: center;
  display: flex;
  gap: 60px;
  justify-content: space-between;
  padding: 32px 40px;
}

@media only screen and (max-width: 1025px) {
  .api-block__main {
    flex-direction: column;
    gap: 30px;
  }
}

.api-block__main.keys {
  align-items: flex-start;
}

.api-block__main.keys .api-block__txt {
  flex: 1 1 100%;
}

@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__ {
  color: #fffff4;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 28px;
  margin-bottom: 24px;
  margin-top: 0;
  text-align: left;
}

.api-block__info {
  margin-bottom: 2.3125rem;
  margin-top: 1.3125rem;
  padding: 1.875rem 0 2rem;
}

@media only screen and (max-width: 767px) {
  .api-block__info {
    padding: 0.5rem 1rem;
  }
}

.api-block__info--wr {
  border: 1px solid rgba(255, 255, 229, 0.2);
  border-radius: 15px;
  overflow: hidden;
}

.api-block__info--h {
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 16px 32px;
}

.api-block__info--h span {
  background: gray;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin-right: 8px;
  width: 8px;
}

.api-block__info--h span:first-child {
  background: #5681f5;
}

.api-block__info--txt {
  padding: 32px;
}

.api-block__info .title__sub {
  color: #fffff4;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
}

.api-block__info .title__sub,
.api-block__info p {
  letter-spacing: 0;
  margin-bottom: 16px;
  text-align: left;
}

.api-block__info p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  word-break: break-all;
}

.api-block__info span {
  color: #5681f5;
  font-weight: 400;
}

.api-block__info dd {
  color: #ffffe5;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 0.75rem;
  margin-left: 0;
  text-align: left;
}

.api-block .title,
.api-block .title__ {
  color: #212121;
}

.api-block__img {
  min-width: 168px;
}

@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: 168px;
  width: 100%;
}

.api-block__txt {
  flex: 1;
}

@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;
  margin-bottom: 24px;
}

.api-block__txt div p {
  color: #b6ff1f;
  max-width: 70px;
  width: 100%;
}

.api-block__txt div p,
.api-block__txt div span {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin-right: 10px;
}

.api-block__txt div span {
  color: #ffffe5;
  letter-spacing: 0;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .api-block__txt div span {
    word-break: break-all;
  }
}

.api-block__txt div p.form__option__text,
.api-block__txt div span.form__option__text {
  margin-bottom: 0;
}

.api-block__txt div.form__option--wr {
  align-items: flex-start;
}

.api-block__txt div.form__option--wr span {
  margin-bottom: 0;
  margin-right: 10px;
}

.api-block__txt div.form__option--wr p {
  margin-bottom: 0;
}

.api-block__btns {
  display: flex;
  flex: 1 0;
  flex-direction: column;
  gap: 16px;
}

@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;
  color: #fffff4;
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.api-block .table .key img {
  margin-right: 12px;
  width: 15px;
}

.api-block .table span {
  color: #fffff4;
}

.api-block .table .btn {
  opacity: 1;
  padding-left: 5px;
  padding-right: 5px;
}

.api-block .table .btn:hover {
  opacity: 0.5;
}

.api-block table {
  border: 1px solid rgba(255, 255, 229, 0.2);
  border-collapse: separate;
  border-radius: 20px;
  border-spacing: 0;
}

.api-block table td {
  color: #434343;
  font-size: 0.875rem;
  padding: 20px 34px;
  text-align: center;
  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(0, 0, 0, 0.4);
  border-collapse: separate !important;
  border-style: none solid solid none;
  border-top: none;
}

.api-block table thead tr td:first-child {
  border-top-left-radius: 20px;
}

.api-block table thead tr td:last-child {
  border-top-right-radius: 20px;
}

.api-block table thead span {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

@media only screen and (max-width: 767px) {
  .api-block table thead span {
    font-size: 0.75rem;
  }
}

.api-block table tbody span {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
}

.api-block table tr {
  border-bottom: 1px solid rgba(255, 255, 229, 0.2);
}

.api-block table tr:last-child {
  border-bottom: none;
}

.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-right: 35px;
  position: relative;
  white-space: nowrap;
}

.form__option__text:before {
  border: 1px solid #c7c7be;
  border-radius: 3px;
  content: "";
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.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-bottom: 1px solid #fffff4;
  border-right: 1px solid #fffff4;
  content: "";
  display: block;
  height: 9px;
  margin-top: -3px;
  opacity: 1;
  position: absolute;
  right: 7px;
  top: 11px;
  transform: scale(1) translateY(-50%) rotate(45deg);
  transition: all 0.3s ease;
  width: 6px;
  z-index: 1;
}

.form__option i {
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  flex: none;
  height: 13px;
  line-height: 13px;
  width: 13px;
}

.footer-support h4 {
  color: #fffff4;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

@media only screen and (max-width: 550px) {
  .footer-support h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
  }
}

.footer-support span {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.footer-support p,
.footer-support span {
  color: #ffffe5;
  font-family: "Montserrat", sans-serif;
}

.footer-support p {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

@media only screen and (max-width: 550px) {
  .footer-support p {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
  }
}

.footer-support__leftPart {
  display: flex;
  flex: 1 1 50%;
  flex-direction: column;
  gap: 40px;
  width: 100%;
}

.footer-support__leftPart-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-support__leftPart-buttons {
  align-items: center;
  display: flex;
  gap: 16px;
}

@media only screen and (max-width: 550px) {
  .footer-support__leftPart-buttons {
    flex-direction: column;
  }
}

.footer-support__leftPart-buttons .btn-round {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 16px 32px;
}

@media only screen and (max-width: 550px) {
  .footer-support__leftPart-buttons .btn-round {
    text-align: center;
    width: 100%;
  }
}

.footer-support__rightPart {
  flex: 1 1 50%;
  position: relative;
  width: 100%;
}

.footer-support__rightPart-headphones,
.footer-support__rightPart-message,
.footer-support__rightPart-phone {
  position: absolute;
}

.footer-support__rightPart-phone {
  left: 85px;
  top: 40px;
}

@media only screen and (max-width: 1200px) {
  .footer-support__rightPart-phone {
    left: auto;
    right: 220px;
    top: -220px;
  }
}

@media only screen and (max-width: 1025px) {
  .footer-support__rightPart-phone {
    right: -195px;
    top: 20px;
  }
}

@media only screen and (max-width: 550px) {
  .footer-support__rightPart-phone {
    right: 0;
    top: -105px;
    transform: rotate(-30deg);
  }

  .footer-support__rightPart-phone svg {
    height: 104px;
    width: 94px;
  }
}

.footer-support__rightPart-message {
  bottom: -80px;
  right: -45px;
}

@media only screen and (max-width: 1025px) {
  .footer-support__rightPart-message {
    bottom: -20px;
    right: -190px;
  }
}

@media only screen and (max-width: 550px) {
  .footer-support__rightPart-message {
    bottom: 20px;
    right: 45px;
  }

  .footer-support__rightPart-message svg {
    height: 88px;
    width: 104px;
  }
}

.footer-support__rightPart-headphones {
  bottom: 70px;
  left: 10px;
}

@media only screen and (max-width: 1200px) {
  .footer-support__rightPart-headphones {
    bottom: -25px;
    left: -130px;
  }
}

@media only screen and (max-width: 550px) {
  .footer-support__rightPart-headphones {
    bottom: 0;
    left: 0;
  }

  .footer-support__rightPart-headphones svg {
    height: 104px;
    width: 104px;
  }
}

.popup {
  align-items: center;
  background-color: rgba(57, 83, 2, 0.4) !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.25s;
  visibility: hidden;
  width: 100%;
  z-index: 9998;
}

.popup-open {
  opacity: 1;
  top: 0;
  visibility: visible;
}

.popup .title {
  margin-bottom: 0;
  margin-top: 0;
}

.popup .modal-header h5 {
  color: #fffff4;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.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 {
  align-items: center;
  background: #191919;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 700px;
  overflow: hidden;
  padding: 80px;
  position: relative;
  width: 100%;
  z-index: 10;
}

@media only screen and (max-width: 550px) {
  .popup-wr-item {
    padding: 60px 20px;
    width: calc(100% - 20px);
  }
}

.popup-wr-item.kyc-modal {
  border-radius: 15px;
  max-width: 700px;
}

.popup-wr-item--b {
  max-width: 800px;
}

.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 .modalForm {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

.popup-wr-item .modalForm__buttonsWrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
  width: 100%;
}

.popup-wr-item .modalForm .btn-round {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 16px 32px;
  width: 100%;
}

.popup-wr-item .modalForm label {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.popup-wr-item .modalForm label p {
  color: #ffffe5;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.popup-wr-item .modalForm label a {
  color: gray;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.popup-wr-item .modalForm label input,
.popup-wr-item .modalForm label textarea {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  color: #ffffe5;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 44px;
  letter-spacing: 0;
  line-height: 20px;
  padding: 12px 24px;
  text-align: left;
  width: 100%;
}

.popup-wr-item .modalForm label input::-moz-placeholder,
.popup-wr-item .modalForm label textarea::-moz-placeholder {
  color: gray;
}

.popup-wr-item .modalForm label input::placeholder,
.popup-wr-item .modalForm label textarea::placeholder {
  color: gray;
}

.popup-wr-item .qr-block input {
  height: 0;
  opacity: 0;
}

.popup-wr-item .qr-block p {
  color: #c7c7be;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.popup-wr-item .qr-block .number-wr {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  justify-content: space-between;
}

.popup-wr-item .qr-block .number-wr .number {
  align-items: center;
  border: 1px solid rgba(255, 255, 229, 0.2);
  border-radius: 4px;
  color: #c7c7be;
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 40px;
  justify-content: center;
  line-height: 20px;
  width: 40px;
}

.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 {
  cursor: pointer;
  position: absolute;
  right: 37px;
  top: 37px;
}

.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 label {
  display: inline-block;
  position: relative;
  width: 100%;
}

.popup label.popup-succes input {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4Ij4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNNTA1Ljk0Myw3OS41OTRjLTguMDc3LTguMDc3LTIxLjE3Mi04LjA3Ny0yOS4yNDksMEwxNjcuNzU1LDM4OC41MzJMMzUuMzA2LDI1Ni4wODNjLTguMDc2LTguMDc3LTIxLjE3Mi04LjA3Ny0yOS4yNDgsMCAgICBjLTguMDc3LDguMDc3LTguMDc3LDIxLjE3MiwwLDI5LjI0OWwxNDcuMDc0LDE0Ny4wNzRjNC4wMzgsNC4wMzksOS4zMzIsNi4wNTgsMTQuNjI1LDYuMDU4YzUuMjkzLDAsMTAuNTg3LTIuMDE5LDE0LjYyNS02LjA1OSAgICBsMzIzLjU2Mi0zMjMuNTYyQzUxNC4wMTksMTAwLjc2Nyw1MTQuMDE5LDg3LjY3Miw1MDUuOTQzLDc5LjU5NHoiIGZpbGw9IiM3OWM4MWMiLz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
  border-top-color: green;
}

.popup label.popup-error input {
  background-image: url(../img/close.d2b0c26.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 {
  color: #ffffe5;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  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;
  width: 100%;
}

.popup .d-flex__col {
  align-items: stretch;
  gap: 24px;
}

@media only screen and (max-width: 767px) {
  .popup .d-flex__col {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.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: 0.9rem;
  width: 1.5rem;
}

.input-img input {
  margin: 0;
  padding-left: 4rem;
}

.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 {
  display: table;
  height: 100%;
  left: 0;
  margin-top: 0 !important;
  position: absolute;
  transition: all 0.25s;
  width: 100%;
  z-index: 999;
}

.modal-mask .modal-wrapper {
  align-items: flex-start;
  display: flex;
  height: 100%;
  justify-content: center;
  margin: 0;
  width: 100%;
}

.modal-mask .modal-wrapper .modal-container {
  background-color: #191919;
  border-radius: 20px;
  margin: 1rem auto;
  max-width: 708px;
  overflow-y: auto;
  padding: 80px;
  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: #fffff4;
  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: 7px;
}

.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: #e5e7ea;
  border: 1px solid #e5e7ea;
  border-radius: 10px;
  color: #9f9f9f;
  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: #dadce0;
}

.modal-mask .modal-wrapper .modal-container .btn {
  width: 100%;
}

@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 {
  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: #c7c7be;
  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: rgba(255, 255, 229, 0.2);
  border-radius: 13px;
  box-sizing: border-box;
  color: #ffffe5;
  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: rgba(255, 255, 229, 0.2);
  border-radius: 13px;
  box-sizing: border-box;
  padding: 16px 20px 16px 24px;
}

.modals-block-inputs .bp-dropdown:hover {
  background: gray;
}

.modals-block-inputs .bp-dropdown__btn {
  padding-right: 20px;
  position: relative;
}

.modals-block-inputs .bp-dropdown__btn.bp-dropdown__btn--active {
  background: gray;
}

.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 {
  background: gray;
  border: none;
  margin-left: -24px;
  margin-top: 5px;
}

.modals-block-inputs .bp-dropdown__body .element-currency-pr {
  background: gray;
  padding: 16px 24px !important;
}

.modals-block-inputs .bp-dropdown__body li {
  border: none;
}

.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: "Montserrat", sans-serif, "Conv_MuseoSansCyrl_0";
  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 0;
  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: rgba(0, 0, 0, 0.4);
  border-color: rgba(0, 0, 0, 0.4);
  color: rgba(0, 0, 0, 0.4);
}

.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: rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  color: #ffffe5;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 44px;
  letter-spacing: 0;
  line-height: 20px;
  padding: 12px 24px;
  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;
}

.rightPartAnimation {
  position: relative;
  z-index: 0;
}

@media only screen and (max-width: 550px) {
  .rightPartAnimation {
    right: -95px;
  }

  .rightPartAnimation:after {
    background: linear-gradient(
      180deg,
      hsla(0, 0%, 100%, 0),
      hsla(0, 0%, 100%, 0) 50%,
      #2b3b0b 95%
    );
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
  }
}

@media only screen and (max-width: 1025px) {
  .rightPartAnimation {
    display: none;
  }
}

@media only screen and (max-width: 550px) {
  .rightPartAnimation {
    display: block;
  }
}

.rightPartAnimation img.rightPartAnimation_phone {
  height: 681px;
  position: relative;
  width: 307px;
  z-index: 0;
}

@media only screen and (max-width: 550px) {
  .rightPartAnimation img.rightPartAnimation_phone.desktop {
    display: none;
  }
}

.rightPartAnimation img.rightPartAnimation_phone.mobile {
  display: none;
}

@media only screen and (max-width: 550px) {
  .rightPartAnimation img.rightPartAnimation_phone.mobile {
    display: block;
  }
}

.rightPartAnimation .rightPartAnimation_phoneWrapper {
  display: none;
}

@media only screen and (max-width: 550px) {
  .rightPartAnimation .rightPartAnimation_phoneWrapper {
    background: none;
    border-radius: 0;
    display: block;
    max-height: 515px;
    overflow: hidden;
    position: relative;
  }
}

.rightPartAnimation_timeCorner {
  color: #404040;
  font-size: 12px;
  font-weight: 500;
  left: 40px;
  line-height: 20px;
  top: 22px;
}

.rightPartAnimation_timeCorner,
.rightPartAnimation_timeDate {
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 2;
}

.rightPartAnimation_timeDate {
  align-items: center;
  color: #191919;
  display: flex;
  flex-direction: column;
  font-size: 64px;
  font-weight: 400;
  justify-content: center;
  left: 0;
  line-height: 42px;
  top: 120px;
  width: 307px;
}

.rightPartAnimation_timeDate span {
  color: #404040;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  text-transform: capitalize;
}

.rightPartAnimation > div {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.4);
  border-radius: 20px;
}

@media only screen and (max-width: 550px) {
  .rightPartAnimation > div {
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
  }
}

.rightPartAnimation .reviews-bloc-text p {
  text-wrap: nowrap;
  line-height: 20px;
  max-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.rightPartAnimation_first {
  animation: firstA 0.5s linear forwards;
  left: 50%;
  max-height: 0;
  max-width: 0;
  position: absolute;
  top: 100%;
  z-index: 1;
}

@media only screen and (max-width: 1200px) {
  .rightPartAnimation_first {
    animation: firstAlend 0.5s linear forwards;
  }
}

@media only screen and (max-width: 550px) {
  .rightPartAnimation_first {
    animation: firstTeleph 0.5s linear forwards;
    z-index: -1;
  }

  .rightPartAnimation_first .reviews-bloc-star {
    border-bottom: 0;
    margin: 0;
    padding: 0;
  }

  .rightPartAnimation_first .reviews-bloc-text {
    display: none;
  }
}

@keyframes firstA {
  0% {
    left: 50%;
    max-height: 0;
    max-width: 0;
    top: 100%;
  }

  to {
    left: -155px;
    max-height: none;
    max-width: none;
    top: 75px;
  }
}

@keyframes firstAlend {
  0% {
    left: 50%;
    max-height: 0;
    max-width: 0;
    top: 100%;
  }

  to {
    left: -100px;
    max-height: none;
    max-width: none;
    top: 50px;
  }
}

@keyframes firstTeleph {
  0% {
    left: 50%;
    max-height: 0;
    max-width: 0;
    top: 100%;
  }

  to {
    left: -120px;
    max-height: none;
    max-width: none;
    top: 145px;
  }
}

.rightPartAnimation_second {
  animation: second 0.5s linear forwards;
  animation-delay: 1.5s;
  max-height: 0;
  max-width: 0;
  position: absolute;
  right: 50%;
  top: 100%;
  z-index: 3;
}

@media only screen and (max-width: 1200px) {
  .rightPartAnimation_second {
    display: none;
  }
}

@keyframes second {
  0% {
    max-height: 0;
    max-width: 0;
    right: 50%;
    top: 100%;
  }

  to {
    max-height: none;
    max-width: none;
    right: -68px;
    top: 165px;
  }
}

.rightPartAnimation_third {
  animation: third 0.5s linear forwards;
  animation-delay: 1s;
  max-height: 0;
  max-width: 0;
  position: absolute;
  right: 50%;
  top: 100%;
  z-index: 3;
}

@media only screen and (max-width: 1200px) {
  .rightPartAnimation_third {
    animation: thirdlend 0.5s linear forwards;
  }
}

@media only screen and (max-width: 550px) {
  .rightPartAnimation_third {
    animation: thirdtleph 0.5s linear forwards;
  }
}

@keyframes third {
  0% {
    max-height: 0;
    max-width: 0;
    right: 50%;
    top: 100%;
  }

  to {
    max-height: none;
    max-width: none;
    right: -40px;
    top: -15px;
  }
}

@keyframes thirdlend {
  0% {
    max-height: 0;
    max-width: 0;
    right: 50%;
    top: 100%;
  }

  to {
    max-height: none;
    max-width: none;
    right: -120px;
    top: -15px;
  }
}

@keyframes thirdtleph {
  0% {
    left: 50%;
    max-height: 0;
    max-width: 0;
    top: 100%;
  }

  to {
    left: -100px;
    max-height: none;
    max-width: none;
    top: -20px;
  }
}

.rightPartAnimation_fourth {
  animation: fourth 0.5s linear forwards;
  animation-delay: 2s;
  left: 50%;
  max-height: 0;
  max-width: 0;
  position: absolute;
  top: 100%;
  z-index: 3;
}

@media only screen and (max-width: 1200px) {
  .rightPartAnimation_fourth {
    animation: fourthlend 0.5s linear forwards;
  }
}

@media only screen and (max-width: 550px) {
  .rightPartAnimation_fourth {
    animation: fourthteleph 0.5s linear forwards;
  }
}

@keyframes fourth {
  0% {
    left: 50%;
    max-height: 0;
    max-width: 0;
    top: 100%;
  }

  to {
    left: -270px;
    max-height: none;
    max-width: none;
    top: 265px;
  }
}

@keyframes fourthlend {
  0% {
    left: 50%;
    max-height: 0;
    max-width: 0;
    top: 100%;
  }

  to {
    left: -125px;
    max-height: none;
    max-width: none;
    top: 265px;
  }
}

@keyframes fourthteleph {
  0% {
    left: 50%;
    max-height: 0;
    max-width: 0;
    top: 100%;
  }

  to {
    left: -100px;
    max-height: none;
    max-width: none;
    top: 350px;
  }
}

.rightPartAnimation_comment {
  padding: 32px 24px 24px;
  width: 282px;
}

.rightPartAnimation_comment span {
  top: -55px;
}

.rightPartAnimation_comment span > img {
  height: 90px;
  width: 90px;
}

.rightPartAnimation_partner {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px 24px;
  width: 242px;
}

.rightPartAnimation_partner_top {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.rightPartAnimation_partner_top img {
  height: 20px;
  width: auto;
}

.rightPartAnimation_partner_rating {
  align-items: center;
  color: #ffffe5;
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  gap: 8px;
  line-height: 20px;
}

.rightPartAnimation_partner_bot {
  color: #ffffe5;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.rightPartAnimation_exchange {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 32px;
  width: 308px;
}

@media only screen and (max-width: 550px) {
  .rightPartAnimation_exchange {
    padding: 16px 20px;
    width: 268px;
  }
}

.rightPartAnimation_exchange_info,
.rightPartAnimation_exchange_title {
  color: #fffff4;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.rightPartAnimation_exchange_info {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 550px) {
  .rightPartAnimation_exchange_info {
    gap: 8px;
  }
}

.rightPartAnimation_exchange_info > div {
  align-items: center;
  display: flex;
  gap: 8px;
}

.rightPartAnimation_exchange_info > div img {
  height: 32px;
  width: 32px;
}

@media only screen and (max-width: 550px) {
  .rightPartAnimation_exchange_info > div img {
    height: 23px;
    width: 23px;
  }
}

.faqForm {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 40px 44px;
}

@media only screen and (max-width: 550px) {
  .faqForm {
    padding: 32px 20px;
  }
}

.faqForm h3 {
  color: #fffff4;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

@media only screen and (max-width: 550px) {
  .faqForm h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
  }
}

.faqForm p {
  color: #ffffe5;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.faqForm form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.faqForm form label {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.faqForm form label,
.faqForm form label input,
.faqForm form label textarea {
  color: #ffffe5;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  width: 100%;
}

.faqForm form label input,
.faqForm form label textarea {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  height: 44px;
  letter-spacing: 0;
  padding: 12px 24px;
  text-align: left;
}

.faqForm form label input::-moz-placeholder,
.faqForm form label textarea::-moz-placeholder {
  color: gray;
}

.faqForm form label input::placeholder,
.faqForm form label textarea::placeholder {
  color: gray;
}

.faqForm form label textarea {
  min-height: 90px;
  resize: vertical;
}

.faqForm form .btn-round {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 16px 32px;
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .faqForm form .btn-round {
    width: 100%;
  }
}

.faqForm form p,
.faqForm form p a {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.faqForm form p a {
  margin: 0 5px;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.vue-dropzone {
  background: transparent !important;
  border-color: #404040 !important;
}

.dropzone-custom-title {
  color: #fffff4;
}

.Advantages {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-top: 40px;
  position: relative;
}

@media only screen and (max-width: 1025px) {
  .Advantages {
    flex-wrap: wrap;
    gap: 100px;
  }
}

@media only screen and (max-width: 550px) {
  .Advantages {
    margin-top: 24px;
  }
}

.Advantages__scale {
  left: 0;
  position: absolute;
  top: 165px;
  width: 100%;
}

.Advantages__scale svg {
  width: 100%;
}

@media only screen and (max-width: 1025px) {
  .Advantages__scale {
    display: none;
  }
}

.Advantages__item {
  align-items: center;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 60px;
}

@media only screen and (max-width: 1025px) {
  .Advantages__item:nth-child(4):after {
    content: none;
  }

  .Advantages__item {
    flex: 1 1 100%;
    gap: 10px;
    position: relative;
  }

  .Advantages__item:after {
    background: linear-gradient(
      180deg,
      rgba(59, 73, 33, 0),
      rgba(166, 246, 0, 0.78) 33.63%,
      #cf0 50%,
      rgba(163, 245, 0, 0.69) 67.17%,
      rgba(45, 62, 11, 0)
    );
    content: "";
    height: 90px;
    left: calc(50% - 5px);
    position: absolute;
    top: calc(100% + 10px);
    width: 10px;
  }
}

.Advantages__item-text {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
}

.Advantages__item-text p {
  color: #fffff4;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.Advantages__item-text span {
  color: #ffffe5;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .profile-top-wr {
    border-bottom: 1px solid rgba(255, 255, 229, 0.2);
  }
}

.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: #b6ff1f;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.done-banner-block-buttons {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
}

.done-banner-block-buttons .btn-round {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 16px 32px;
  text-align: center;
  width: 100%;
}

@media only screen and (max-width: 1025px) {
  .done-banner-block-buttons {
    flex-direction: column;
  }
}

.done-banner-block-mmLin {
  align-items: center;
  display: flex;
  gap: 5px;
  justify-content: center;
  margin-top: 24px;
}

.done-banner-block-mmLin span {
  color: #ffffe5;
}

.done-banner-block-mmLin a {
  color: #ffffe5;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  transition: all 0.3s;
}

.done-banner-block-mmLin a:hover {
  color: gray;
}

.m-top-18 {
  margin-top: 18px;
}

.p-top-16 {
  padding-top: 16px;
}

.exchangeform__date {
  align-items: center;
  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: #fff !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: "Montserrat", sans-serif, "Conv_MuseoSansCyrl_2";
  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: rgba(0, 0, 0, 0.4);
}

.exchangeform-step-2-page .btn-submitForm {
  font-family: "Montserrat", sans-serif, "Roboto-Medium";
  font-size: 20px;
  font-weight: 500;
  line-height: 23.44px;
}

.exchangeform-step-2-page .info-title {
  color: #fff;
  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: #c7c7be;
  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: #fff;
  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: "Montserrat", sans-serif, "Conv_MuseoSansCyrl_2";
  font-size: 1rem;
  margin-bottom: 12px;
}

.exchangeform-step-2--info li:last-child {
  margin-bottom: 0;
}

.exchangeform-step-2--info li span {
  color: gray;
  font-family: "Montserrat", sans-serif, "Conv_MuseoSansCyrl_0";
  font-size: 1rem;
  letter-spacing: 0.2px;
  line-height: 24px;
}

.exchangeform-step-2--info li a {
  color: #3daea4;
  font-family: "Montserrat", sans-serif, "Conv_MuseoSansCyrl_2";
}

.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: #c7c7be;
  display: block;
  font-family: "Montserrat", sans-serif, "Conv_MuseoSansCyrl_0";
  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;
}

.item-page {
  color: #4e5155;
  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: #b6ff1f;
  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;
}

.links-list {
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background: hsla(0, 0%, 4%, 0.698);
  border-radius: 30px;
  display: flex;
  flex-wrap: wrap;
  margin: 32px auto 0;
  max-width: 714px;
  overflow: hidden;
  padding: 24px 16px;
  position: relative;
  z-index: 1;
}

.links-list__title {
  flex: 0 0 100%;
  margin: 0 0 24px !important;
  max-width: 100%;
  padding: 0 24px;
}

.links-list__item {
  flex: 0 0 50%;
  margin-bottom: 16px;
  max-width: 50%;
  padding: 0 24px;
}

.links-list__item a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.pointer {
  cursor: pointer;
}

.nuxt-progress {
  background: #b6ff1f;
}

.transs-wr {
  background-color: #2c3c0b;
  overflow: hidden;
  position: relative;
}

.transs {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
  transition: all 0.2s;
  z-index: 1;
}

@media only screen and (max-width: 1200px) {
  .transs {
    padding-top: 200px;
  }
}

@media only screen and (max-width: 767px) {
  .transs {
    padding-top: 140px;
  }
}

.main {
  flex: 1;
}

.main-wr {
  display: flex;
  flex: 1;
  flex-direction: column;
  position: relative;
}

body {
  background-color: #2c3c0b;
  margin: 0 auto;
}

.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;
  overflow: visible;
  overflow: initial;
  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: transparent;
  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: transparent;
  font-size: 1.125em;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
}

.swal2-textarea {
  height: 6.75em;
  padding: 0.75em;
}

.swal2-select {
  background: transparent;
  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: transparent;
  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;
}

.leave-russia-now-and-apply-your-skills-to-the-world {
  align-items: center;
  background: #20232a;
  bottom: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 0;
  padding: 25px 0 20px;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 1939;
}

.leave-russia-now-and-apply-your-skills-to-the-world div {
  line-height: 146%;
  margin: 10px;
  max-width: 560px;
}

.leave-russia-now-and-apply-your-skills-to-the-world iframe {
  margin: 16px auto;
  max-height: 55.5555555556vmin;
  max-width: 100%;
}

.leave-russia-now-and-apply-your-skills-to-the-world strong {
  border-bottom: 2px dashed #fff;
}

.leave-russia-now-and-apply-your-skills-to-the-world button {
  align-items: center;
  background: transparent;
  border: none;
  color: #aaa;
  cursor: pointer;
  display: flex;
  font-size: 48px;
  font-weight: 700;
  height: 48px;
  justify-content: center;
  margin-bottom: -10px;
  margin-right: 10px;
  position: fixed;
  right: 0;
  top: 0;
  width: 48px;
  z-index: 1940;
}

.leave-russia-now-and-apply-your-skills-to-the-world button:hover {
  color: #fff;
}

@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 {
  z-index: 9999 !important;
}

.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 .form {
  margin: 0 auto;
}

.exchangeform-step-2-page .container--form h2 {
  color: #fff;
}

.only-mobile {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .only-mobile {
    display: block;
  }
}

.swal2-popup {
  background: #191919 !important;
  border-radius: 20px !important;
  min-width: 700px !important;
  padding: 80px !important;
}

@media only screen and (max-width: 767px) {
  .swal2-popup {
    min-width: 100% !important;
    padding: 60px 20px !important;
  }
}

.swal2-icon {
  border: none !important;
  height: 200px !important;
  width: 200px !important;
}

.swal2-icon > * {
  opacity: 0 !important;
  position: relative !important;
  visibility: hidden !important;
}

.swal2-icon:after {
  background-image: url(../img/scareFace.7cfcb04.webp);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.swal2-title {
  color: #fffff4 !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 28px !important;
}

.swal2-html-container,
.swal2-title {
  font-family: "Montserrat" !important;
  letter-spacing: 0 !important;
  text-align: center !important;
}

.swal2-html-container {
  color: #ffffe5 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

.swal2-cancel.swal2-styled,
.swal2-confirm.swal2-styled {
  background: transparent !important;
  border: 1px solid #fffff4 !important;
  border-radius: 100px !important;
  color: #fffff4 !important;
  cursor: pointer !important;
  display: inline-block !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
  margin: 0 !important;
  padding: 16px 32px !important;
  transition: all 0.25s !important;
  white-space: nowrap !important;
  width: 100% !important;
}

.swal2-cancel.swal2-styled:hover,
.swal2-confirm.swal2-styled:hover {
  background: rgba(255, 255, 229, 0.2) !important;
}

.swal2-actions {
  flex-wrap: nowrap !important;
  gap: 16px !important;
  width: 100% !important;
}

.swal2-cancel.swal2-styled {
  background: #b6ff1f !important;
  border: none !important;
  color: #191919 !important;
}

.swal2-cancel.swal2-styled:hover {
  background: #9be500 !important;
}

.ie_block[data-v-5d47304c] {
  align-items: center;
  background: #aaa;
  border-radius: 20px;
  color: #111;
  display: flex;
  flex-direction: column;
  font-size: 25px;
  justify-content: center;
  margin: 0 auto;
  padding: 15px;
  text-align: center;
  width: 50%;
}

.ie_block > div[data-v-5d47304c] {
  color: #333;
  display: flex;
  font-weight: 700;
  margin-top: 20px;
}

.ie_block a[data-v-5d47304c]:hover {
  color: #0ab;
}

.ie_block img[data-v-5d47304c] {
  height: 30px;
  margin-right: 15px;
  width: 30px;
}

.nuxt-progress {
  background: #b6ff1f !important;
}

.hide[data-v-217b3fab] {
  position: absolute;
  top: -9999px;
}

.flick[data-v-217b3fab] {
  font-size: 0;
}

.hide:focus + .flex-row .flick[data-v-217b3fab] {
  animation: flick-217b3fab 2s 0.2s infinite;
  font-size: 18px;
}

@keyframes flick-217b3fab {
  50% {
    color: #fff;
  }
}

.number[data-v-217b3fab] {
  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-217b3fab] {
  font-size: 22px;
  margin: 0;
  padding: 1rem;
}

.popup-personal-date p[data-v-217b3fab] {
  font-size: 11px;
  font-weight: 700;
  line-height: 2;
  margin-top: 20px;
}

.popup .btn[data-v-217b3fab] {
  box-shadow: none;
  font-size: 1rem;
  line-height: 2.75;
  margin-top: 1rem;
}

.popup input[data-v-217b3fab],
.popup textarea[data-v-217b3fab] {
  font-size: 13px;
  padding-bottom: 12px;
  padding-top: 12px;
}

.popup-bottom img[data-v-217b3fab] {
  max-width: 30px;
}

.popup-wr-item[data-v-217b3fab] {
  border-radius: 10px;
  box-shadow: none;
  max-width: 300px;
}

.input-img img[data-v-217b3fab] {
  left: 1.25rem;
  width: 1rem;
}

.popup .d-flex a[data-v-217b3fab] {
  color: #3296c8;
  font-size: 10px;
  font-weight: 700;
  text-align: right;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.popup-bottom-title[data-v-217b3fab] {
  font-size: 15px;
  font-weight: 700;
}

.partner-listOrder-modal {
  max-width: 800px !important;
  padding: 25px 15px !important;
}

.paginationOrder li {
  border: none;
  flex-basis: auto;
  margin: 8px;
  min-width: auto;
  padding: inherit;
}

body {
  margin: 0 auto;
}

#preloader[data-v-56de91d4] {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

#loader[data-v-56de91d4] {
  display: block;
  left: 50%;
  position: relative;
  top: 50%;
}

#loader .svg_small[data-v-56de91d4] {
  animation: spin-56de91d4 2s linear infinite;
  height: 50%;
  left: 25%;
  position: absolute;
  top: 25%;
  width: 50%;
}

#loader .svg_big[data-v-56de91d4] {
  animation: spin-56de91d4 2s linear infinite reverse;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@keyframes spin-56de91d4 {
  0% {
    transform: rotate(0deg);
  }

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

.breadcurmbs[data-v-6c318e93] {
  align-items: center;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
}

.breadcurmbs__item[data-v-6c318e93] {
  font-size: 14px;
  letter-spacing: 0.3px;
  line-height: 28px;
  margin-right: 4px;
}

.breadcurmbs__item[data-v-6c318e93]:after {
  content: "/";
  margin-left: 0;
}

.breadcurmbs__item[data-v-6c318e93]:last-child {
  margin-right: 0;
}

.breadcurmbs__item[data-v-6c318e93]:last-child:after {
  display: none;
}

.breadcurmbs--head[data-v-6c318e93] {
  color: #fff;
  margin: 0 0 24px;
}

.partnerPanel[data-v-28c43339] {
  align-items: center;
  display: flex;
  justify-content: center;
  padding-left: 25px;
  width: 300px;
}

.dropzone-custom-title[data-v-c251e2f2] {
  margin-top: 0;
}

.dropzone-custom-title[data-v-c251e2f2],
.subtitle[data-v-c251e2f2] {
  font-family: "Conv_MuseoSansCyrl_0", sans-serif;
  font-size: 1rem;
  text-align: center;
}

.vue-dropzone[data-v-c251e2f2] {
  border-radius: 8px;
  border-style: dashed;
}

.subtitle[data-v-c251e2f2] {
  color: #c7c7be;
}

.dropzone-custom-content img[data-v-c251e2f2] {
  width: 44px;
}

@media screen and (max-width: 767px) {
  .vue-dropzone[data-v-c251e2f2] {
    padding: 6px;
  }

  .dropzone-custom-content img[data-v-c251e2f2] {
    width: 26px;
  }

  .dropzone-custom-title[data-v-c251e2f2],
  .subtitle[data-v-c251e2f2] {
    font-size: 16px;
  }

  .modal-mask
    .modal-wrapper
    .modal-container
    .modal-header
    .btn_close[data-v-c251e2f2] {
    right: 6px;
  }

  .modal-mask .modal-wrapper .modal-container[data-v-c251e2f2] {
    max-width: 340px;
  }

  .dropzone[data-v-c251e2f2] {
    min-height: 110px;
  }
}

.form-v2--input p[data-v-5be9466e] {
  margin: 10px 0 0;
}

button.btn.btn-submit.btn-submitForm[data-v-5be9466e] {
  padding: 15px 30px;
}

.form-v2--input input[data-v-5be9466e] {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 6px;
  color: dark;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 48px;
  letter-spacing: 0;
  line-height: 20px;
  padding: 12px 24px;
  text-align: left;
  width: 100%;
}

.form-v2--input input[data-v-5be9466e]::-moz-placeholder {
  color: #c7c7be;
}

.form-v2--input input[data-v-5be9466e]::placeholder {
  color: #c7c7be;
}

.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;
  overflow: visible;
  overflow: initial;
  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: 0 0;
  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: 0 0;
  font-size: 1.125em;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
}

.swal2-textarea {
  height: 6.75em;
  padding: 0.75em;
}

.swal2-select {
  background: 0 0;
  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: 0 0;
  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;
}

.leave-russia-now-and-apply-your-skills-to-the-world {
  align-items: center;
  background: #20232a;
  bottom: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 0;
  padding: 25px 0 20px;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 1939;
}

.leave-russia-now-and-apply-your-skills-to-the-world div {
  line-height: 146%;
  margin: 10px;
  max-width: 560px;
}

.leave-russia-now-and-apply-your-skills-to-the-world iframe {
  margin: 16px auto;
  max-height: 55.5555555556vmin;
  max-width: 100%;
}

.leave-russia-now-and-apply-your-skills-to-the-world strong {
  border-bottom: 2px dashed #fff;
}

.leave-russia-now-and-apply-your-skills-to-the-world button {
  align-items: center;
  background: 0 0;
  border: none;
  color: #aaa;
  cursor: pointer;
  display: flex;
  font-size: 48px;
  font-weight: 700;
  height: 48px;
  justify-content: center;
  margin-bottom: -10px;
  margin-right: 10px;
  position: fixed;
  right: 0;
  top: 0;
  width: 48px;
  z-index: 1940;
}

.leave-russia-now-and-apply-your-skills-to-the-world button:hover {
  color: #fff;
}

@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;
}

.metasvg[data-v-fa6c44ae] {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 0;
}

canvas[data-v-fa6c44ae] {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.smallCircles[data-v-fa6c44ae] {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 4;
}

.mediumCircles[data-v-fa6c44ae],
.smallCircles[data-v-fa6c44ae],
.smallCircles svg[data-v-fa6c44ae] {
  height: 100%;
  width: 100%;
}

.mediumCircles[data-v-fa6c44ae] {
  filter: blur(15px);
  left: 0;
  position: absolute;
  top: 0;
  z-index: 3;
}

.bigCircles[data-v-fa6c44ae],
.mediumCircles svg[data-v-fa6c44ae] {
  height: 100%;
  width: 100%;
}

.bigCircles[data-v-fa6c44ae] {
  filter: blur(25px);
  left: 0;
  position: absolute;
  top: 0;
  z-index: 2;
}

.bigCircles svg[data-v-fa6c44ae],
.hugeCircles[data-v-fa6c44ae] {
  height: 100%;
  width: 100%;
}

.hugeCircles[data-v-fa6c44ae] {
  filter: blur(100px);
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}

.hugeCircles svg[data-v-fa6c44ae] {
  height: 100%;
  width: 100%;
}

.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;
}

.pelen[data-v-01b3ffba] {
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  display: flex;
  font-size: 35px;
  font-weight: 700;
  height: 100vh;
  justify-content: center;
  width: 100%;
}

.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;
}

@keyframes passing-through {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }

  30%,
  70% {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(-40px);
  }
}

@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }

  30% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  10% {
    transform: scale(1.1);
  }

  20% {
    transform: scale(1);
  }
}

.dropzone,
.dropzone * {
  box-sizing: border-box;
}

.dropzone {
  background: #fff;
  border: 2px solid rgba(0, 0, 0, 0.3);
  min-height: 150px;
  padding: 20px;
}

.dropzone.dz-clickable {
  cursor: pointer;
}

.dropzone.dz-clickable * {
  cursor: default;
}

.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}

.dropzone.dz-started .dz-message {
  display: none;
}

.dropzone.dz-drag-hover {
  border-style: solid;
}

.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}

.dropzone .dz-message {
  margin: 2em 0;
  text-align: center;
}

.dropzone .dz-preview {
  display: inline-block;
  margin: 16px;
  min-height: 100px;
  position: relative;
  vertical-align: top;
}

.dropzone .dz-preview:hover {
  z-index: 1000;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
  background: #999;
  background: linear-gradient(180deg, #eee, #ddd);
  border-radius: 20px;
}

.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-image-preview {
  background: #fff;
}

.dropzone .dz-preview.dz-image-preview .dz-details {
  transition: opacity 0.2s linear;
}

.dropzone .dz-preview .dz-remove {
  border: none;
  cursor: pointer;
  display: block;
  font-size: 14px;
  text-align: center;
}

.dropzone .dz-preview .dz-remove:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview .dz-details {
  color: rgba(0, 0, 0, 0.9);
  font-size: 13px;
  left: 0;
  line-height: 150%;
  max-width: 100%;
  min-width: 100%;
  opacity: 0;
  padding: 2em 1em;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 20;
}

.dropzone .dz-preview .dz-details .dz-size {
  font-size: 16px;
  margin-bottom: 1em;
}

.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
  background-color: hsla(0, 0%, 100%, 0.8);
  border: 1px solid hsla(0, 0%, 78%, 0.8);
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}

.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
  background-color: hsla(0, 0%, 100%, 0.4);
  border-radius: 3px;
  padding: 0 0.4em;
}

.dropzone .dz-preview:hover .dz-image img {
  filter: blur(8px);
  transform: scale(1.05);
}

.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  display: block;
  height: 120px;
  overflow: hidden;
  position: relative;
  width: 120px;
  z-index: 10;
}

.dropzone .dz-preview .dz-image img {
  display: block;
}

.dropzone .dz-preview.dz-success .dz-success-mark {
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview.dz-error .dz-error-mark {
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 1;
}

.dropzone .dz-preview .dz-error-mark,
.dropzone .dz-preview .dz-success-mark {
  display: block;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  z-index: 500;
}

.dropzone .dz-preview .dz-error-mark svg,
.dropzone .dz-preview .dz-success-mark svg {
  display: block;
  height: 54px;
  width: 54px;
}

.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  transition: all 0.2s linear;
}

.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  transition: opacity 0.4s ease-in;
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  animation: pulse 6s ease infinite;
}

.dropzone .dz-preview .dz-progress {
  background: hsla(0, 0%, 100%, 0.9);
  border-radius: 8px;
  height: 16px;
  left: 50%;
  margin-left: -40px;
  margin-top: -8px;
  opacity: 1;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: scale(1);
  width: 80px;
  z-index: 1000;
}

.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(180deg, #666, #444);
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
  transition: width 0.3s ease-in-out;
  width: 0;
}

.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}

.dropzone .dz-preview .dz-error-message {
  background: #be2626;
  background: linear-gradient(180deg, #be2626, #a92222);
  border-radius: 8px;
  color: #fff;
  display: block;
  display: none;
  font-size: 13px;
  left: -10px;
  opacity: 0;
  padding: 0.5em 1.2em;
  pointer-events: none;
  position: absolute;
  top: 130px;
  transition: opacity 0.3s ease;
  width: 140px;
  z-index: 1000;
}

.dropzone .dz-preview .dz-error-message:after {
  border-bottom: 6px solid #be2626;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  height: 0;
  left: 64px;
  position: absolute;
  top: -6px;
  width: 0;
}

.vue-dropzone {
  border: 2px solid #e5e5e5;
  color: #777;
  font-family: Arial, sans-serif;
  letter-spacing: 0.2px;
  transition: 0.2s linear;
}

.vue-dropzone:hover {
  background-color: #f6f6f6;
}

.vue-dropzone > i {
  color: #ccc;
}

.vue-dropzone > .dz-preview .dz-image {
  border-radius: 0;
  height: 100%;
  width: 100%;
}

.vue-dropzone > .dz-preview .dz-image img:not([src]) {
  height: 200px;
  width: 200px;
}

.vue-dropzone > .dz-preview .dz-image:hover img {
  -webkit-filter: none;
  transform: none;
}

.vue-dropzone > .dz-preview .dz-details {
  background-color: rgba(33, 150, 243, 0.8);
  bottom: 0;
  color: #fff;
  text-align: left;
  top: 0;
  transition: opacity 0.2s linear;
}

.vue-dropzone > .dz-preview .dz-details .dz-filename {
  overflow: hidden;
}

.vue-dropzone > .dz-preview .dz-details .dz-filename span,
.vue-dropzone > .dz-preview .dz-details .dz-size span {
  background-color: transparent;
}

.vue-dropzone > .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: none;
}

.vue-dropzone > .dz-preview .dz-details .dz-filename:hover span {
  background-color: transparent;
  border: none;
}

.vue-dropzone > .dz-preview .dz-progress .dz-upload {
  background: #ccc;
}

.vue-dropzone > .dz-preview .dz-remove {
  border: 2px solid #fff;
  bottom: 15px;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 1.1px;
  margin-left: 15px;
  opacity: 0;
  padding: 10px;
  position: absolute;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-transform: uppercase;
  top: inherit;
  z-index: 30;
}

.vue-dropzone > .dz-preview:hover .dz-remove {
  opacity: 1;
}

.vue-dropzone > .dz-preview .dz-error-mark,
.vue-dropzone > .dz-preview .dz-success-mark {
  left: 0;
  margin-left: auto;
  margin-top: auto;
  top: 35%;
  width: 100%;
}

.vue-dropzone > .dz-preview .dz-error-mark svg,
.vue-dropzone > .dz-preview .dz-success-mark svg {
  margin-left: auto;
  margin-right: auto;
}

.vue-dropzone > .dz-preview .dz-error-message {
  left: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 100%;
}

.vue-dropzone > .dz-preview .dz-error-message:after {
  display: none;
}

.top-left[data-v-7d5b2f10] {
  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-7d5b2f10] {
  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-7d5b2f10] {
  background-color: #29b6f6;
}

.top-left[data-notification-status="notice"][data-v-7d5b2f10]: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 12c0-5.523-4.495-10.016-10.016-10.016zm0 2'/%3E%3Cpath fill='%23077CB2' d='M11.016 6.984V9h1.968V6.984h-1.968zm0 10.032h1.968v-6h-1.968v6z'/%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-7d5b2f10] {
  background-color: #ffca28;
}

.top-left[data-notification-status="warning"][data-v-7d5b2f10]: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 12c0-5.523-4.495-10.016-10.016-10.016zm0 2'/%3E%3Cpath fill='%23C19100' d='M11.016 17.016h1.968V15h-1.968v2.016zm0-10.033v6.001h1.968V6.983h-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="error"][data-v-7d5b2f10] {
  background-color: #ef5350;
}

.top-left[data-notification-status="error"][data-v-7d5b2f10]: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 12c0-5.523-4.495-10.016-10.016-10.016zm0 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.405L13.406 12z'/%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-7d5b2f10] {
  background-color: #66bb6a;
}

.top-left[data-notification-status="success"][data-v-7d5b2f10]: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 12c0-5.523-4.495-10.016-10.016-10.016zm0 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.406 2.041 2.038z'/%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-7d5b2f10] {
  background-color: #8d6e63;
}

.top-left[data-notification-status="question"][data-v-7d5b2f10]: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 12c0-5.523-4.495-10.016-10.016-10.016zm0 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.784.977 0 1.827.807 1.827 1.784 0 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.609zm-.892 10.872h1.784V15.36h-1.784v1.826z'/%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-7d5b2f10] {
  background-color: #333;
}

.top-right[data-v-7d5b2f10] {
  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: 9000;
}

.top-right.do-show[data-v-7d5b2f10] {
  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-7d5b2f10] {
  background-color: #29b6f6;
}

.top-right[data-notification-status="notice"][data-v-7d5b2f10]: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 12c0-5.523-4.495-10.016-10.016-10.016zm0 2'/%3E%3Cpath fill='%23077CB2' d='M11.016 6.984V9h1.968V6.984h-1.968zm0 10.032h1.968v-6h-1.968v6z'/%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-7d5b2f10] {
  background-color: #ffca28;
}

.top-right[data-notification-status="warning"][data-v-7d5b2f10]: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 12c0-5.523-4.495-10.016-10.016-10.016zm0 2'/%3E%3Cpath fill='%23C19100' d='M11.016 17.016h1.968V15h-1.968v2.016zm0-10.033v6.001h1.968V6.983h-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="error"][data-v-7d5b2f10] {
  background-color: #ef5350;
}

.top-right[data-notification-status="error"][data-v-7d5b2f10]: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 12c0-5.523-4.495-10.016-10.016-10.016zm0 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.405L13.406 12z'/%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-7d5b2f10] {
  background-color: #66bb6a;
}

.top-right[data-notification-status="success"][data-v-7d5b2f10]: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 12c0-5.523-4.495-10.016-10.016-10.016zm0 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.406 2.041 2.038z'/%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-7d5b2f10] {
  background-color: #8d6e63;
}

.top-right[data-notification-status="question"][data-v-7d5b2f10]: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 12c0-5.523-4.495-10.016-10.016-10.016zm0 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.784.977 0 1.827.807 1.827 1.784 0 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.609zm-.892 10.872h1.784V15.36h-1.784v1.826z'/%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-7d5b2f10] {
  background-color: #333;
}

.bottom-right[data-v-7d5b2f10] {
  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-7d5b2f10 {
  to {
    transform: translateX(0);
  }
}

.bottom-right.do-show[data-v-7d5b2f10] {
  animation:
    slide-in-right-7d5b2f10 1s ease-in-out forwards,
    slide-in-right-7d5b2f10 1s ease-in-out 3s reverse forwards;
}

.bottom-right[data-notification-status="notice"][data-v-7d5b2f10] {
  background-color: #29b6f6;
}

.bottom-right[data-notification-status="notice"][data-v-7d5b2f10]: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 12c0-5.523-4.495-10.016-10.016-10.016zm0 2'/%3E%3Cpath fill='%23077CB2' d='M11.016 6.984V9h1.968V6.984h-1.968zm0 10.032h1.968v-6h-1.968v6z'/%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-7d5b2f10] {
  background-color: #ffca28;
}

.bottom-right[data-notification-status="warning"][data-v-7d5b2f10]: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 12c0-5.523-4.495-10.016-10.016-10.016zm0 2'/%3E%3Cpath fill='%23C19100' d='M11.016 17.016h1.968V15h-1.968v2.016zm0-10.033v6.001h1.968V6.983h-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="error"][data-v-7d5b2f10] {
  background-color: #ef5350;
}

.bottom-right[data-notification-status="error"][data-v-7d5b2f10]: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 12c0-5.523-4.495-10.016-10.016-10.016zm0 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.405L13.406 12z'/%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-7d5b2f10] {
  background-color: #66bb6a;
}

.bottom-right[data-notification-status="success"][data-v-7d5b2f10]: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 12c0-5.523-4.495-10.016-10.016-10.016zm0 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.406 2.041 2.038z'/%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-7d5b2f10] {
  background-color: #8d6e63;
}

.bottom-right[data-notification-status="question"][data-v-7d5b2f10]: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 12c0-5.523-4.495-10.016-10.016-10.016zm0 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.784.977 0 1.827.807 1.827 1.784 0 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.609zm-.892 10.872h1.784V15.36h-1.784v1.826z'/%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-7d5b2f10] {
  background-color: #333;
}

.bottom-left[data-v-7d5b2f10] {
  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-7d5b2f10] {
  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-7d5b2f10] {
  background-color: #29b6f6;
}

.bottom-left[data-notification-status="notice"][data-v-7d5b2f10]: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 12c0-5.523-4.495-10.016-10.016-10.016zm0 2'/%3E%3Cpath fill='%23077CB2' d='M11.016 6.984V9h1.968V6.984h-1.968zm0 10.032h1.968v-6h-1.968v6z'/%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-7d5b2f10] {
  background-color: #ffca28;
}

.bottom-left[data-notification-status="warning"][data-v-7d5b2f10]: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 12c0-5.523-4.495-10.016-10.016-10.016zm0 2'/%3E%3Cpath fill='%23C19100' d='M11.016 17.016h1.968V15h-1.968v2.016zm0-10.033v6.001h1.968V6.983h-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="error"][data-v-7d5b2f10] {
  background-color: #ef5350;
}

.bottom-left[data-notification-status="error"][data-v-7d5b2f10]: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 12c0-5.523-4.495-10.016-10.016-10.016zm0 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.405L13.406 12z'/%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-7d5b2f10] {
  background-color: #66bb6a;
}

.bottom-left[data-notification-status="success"][data-v-7d5b2f10]: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 12c0-5.523-4.495-10.016-10.016-10.016zm0 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.406 2.041 2.038z'/%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-7d5b2f10] {
  background-color: #8d6e63;
}

.bottom-left[data-notification-status="question"][data-v-7d5b2f10]: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 12c0-5.523-4.495-10.016-10.016-10.016zm0 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.784.977 0 1.827.807 1.827 1.784 0 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.609zm-.892 10.872h1.784V15.36h-1.784v1.826z'/%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-7d5b2f10] {
  background-color: #333;
}

.bar-top[data-v-7d5b2f10] {
  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-7d5b2f10] {
  animation:
    slide-show 1s forwards,
    slide-show 1s 3s reverse forwards;
}

.bar-top[data-notification-status="notice"][data-v-7d5b2f10] {
  background-color: #29b6f6;
}

.bar-top[data-notification-status="notice"][data-v-7d5b2f10]: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 12c0-5.523-4.495-10.016-10.016-10.016zm0 2'/%3E%3Cpath fill='%23077CB2' d='M11.016 6.984V9h1.968V6.984h-1.968zm0 10.032h1.968v-6h-1.968v6z'/%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-7d5b2f10] {
  background-color: #ffca28;
}

.bar-top[data-notification-status="warning"][data-v-7d5b2f10]: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 12c0-5.523-4.495-10.016-10.016-10.016zm0 2'/%3E%3Cpath fill='%23C19100' d='M11.016 17.016h1.968V15h-1.968v2.016zm0-10.033v6.001h1.968V6.983h-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="error"][data-v-7d5b2f10] {
  background-color: #ef5350;
}

.bar-top[data-notification-status="error"][data-v-7d5b2f10]: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 12c0-5.523-4.495-10.016-10.016-10.016zm0 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.405L13.406 12z'/%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-7d5b2f10] {
  background-color: #66bb6a;
}

.bar-top[data-notification-status="success"][data-v-7d5b2f10]: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 12c0-5.523-4.495-10.016-10.016-10.016zm0 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.406 2.041 2.038z'/%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-7d5b2f10] {
  background-color: #8d6e63;
}

.bar-top[data-notification-status="question"][data-v-7d5b2f10]: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 12c0-5.523-4.495-10.016-10.016-10.016zm0 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.784.977 0 1.827.807 1.827 1.784 0 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.609zm-.892 10.872h1.784V15.36h-1.784v1.826z'/%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-7d5b2f10] {
  background-color: #333;
}

.bar-bottom[data-v-7d5b2f10] {
  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-7d5b2f10] {
  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-7d5b2f10] {
  background-color: #29b6f6;
}

.bar-bottom[data-notification-status="notice"][data-v-7d5b2f10]: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 12c0-5.523-4.495-10.016-10.016-10.016zm0 2'/%3E%3Cpath fill='%23077CB2' d='M11.016 6.984V9h1.968V6.984h-1.968zm0 10.032h1.968v-6h-1.968v6z'/%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-7d5b2f10] {
  background-color: #ffca28;
}

.bar-bottom[data-notification-status="warning"][data-v-7d5b2f10]: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 12c0-5.523-4.495-10.016-10.016-10.016zm0 2'/%3E%3Cpath fill='%23C19100' d='M11.016 17.016h1.968V15h-1.968v2.016zm0-10.033v6.001h1.968V6.983h-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="error"][data-v-7d5b2f10] {
  background-color: #ef5350;
}

.bar-bottom[data-notification-status="error"][data-v-7d5b2f10]: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 12c0-5.523-4.495-10.016-10.016-10.016zm0 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.405L13.406 12z'/%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-7d5b2f10] {
  background-color: #66bb6a;
}

.bar-bottom[data-notification-status="success"][data-v-7d5b2f10]: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 12c0-5.523-4.495-10.016-10.016-10.016zm0 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.406 2.041 2.038z'/%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-7d5b2f10] {
  background-color: #8d6e63;
}

.bar-bottom[data-notification-status="question"][data-v-7d5b2f10]: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 12c0-5.523-4.495-10.016-10.016-10.016zm0 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.784.977 0 1.827.807 1.827 1.784 0 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.609zm-.892 10.872h1.784V15.36h-1.784v1.826z'/%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-7d5b2f10] {
  background-color: #333;
}

.popup-wr[data-v-c8c72050] {
  border-radius: 5px;
  height: 575px;
  padding: 0;
  width: 475px;
}

.error-box[data-v-c8c72050] {
  color: #4584f6;
}

.error-box[data-v-c8c72050],
.success-box[data-v-c8c72050] {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 225px;
}

.success-box[data-v-c8c72050] {
  color: #d52b1e;
}

.qr-block .btn[data-v-c8c72050] {
  font-weight: 700;
  margin-top: 20px;
  width: 245px;
}

.qr-block[data-v-c8c72050] {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 20px;
  width: 100%;
}

.qrcode-image[data-v-c8c72050] {
  padding: 15px;
}

.qr-block-title[data-v-c8c72050] {
  color: #fffff4 !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 28px !important;
  margin-bottom: 24px !important;
}

.qr-block-title[data-v-c8c72050],
.qr-block-title-copy[data-v-c8c72050] {
  font-family: Montserrat !important;
}

.qr-block-title-copy[data-v-c8c72050] {
  color: #c7c7be !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
  margin-bottom: 16px !important;
  margin-top: 32px !important;
}

.hide[data-v-c8c72050] {
  position: absolute;
  top: -999px;
}

.blurred[data-v-c8c72050],
.small-text[data-v-c8c72050] {
  color: #9899a0;
}

.small-text[data-v-c8c72050] {
  font-size: 13px;
  margin: 0;
}

.number-wr[data-v-c8c72050] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 242px;
}

.number[data-v-c8c72050] {
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 7px;
  font-size: 18px;
  height: 48px;
  width: 32px;
}

.mobile-bar[data-v-c8c72050],
.number[data-v-c8c72050] {
  display: flex;
  justify-content: center;
}

.mobile-bar[data-v-c8c72050] {
  flex-direction: row;
}

.flick[data-v-c8c72050] {
  font-size: 0;
}

.hide:focus + .number-wr .flick[data-v-c8c72050] {
  animation: flick-c8c72050 1s step-end infinite;
  font-size: 18px;
}

.mobile[data-v-c8c72050] {
  font-size: 20px;
}

.helper-token-text[data-v-c8c72050] {
  font-family: Montserrat;
  margin-bottom: 16px;
  margin-top: 20px;
}

.app-links-block[data-v-c8c72050],
.helper-token-text[data-v-c8c72050] {
  color: #c7c7be !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

.app-links-block[data-v-c8c72050] {
  font-family: Montserrat !important;
  margin-top: 40px;
}

.app-link[data-v-c8c72050] {
  align-items: center;
  background: #c7c7be;
  border-radius: 99px;
  display: flex;
  height: 32px;
  justify-content: center;
  margin: 0 5px;
  transition: all 0.25s;
  width: 32px;
}

.app-link[data-v-c8c72050]:hover {
  background: #ffffe5;
}

.mobile-bar[data-v-c8c72050] {
  padding-top: 10px;
}

.copied-text-2fa[data-v-c8c72050] {
  color: #2c921b;
}

.app-link img[data-v-c8c72050] {
  height: 20px;
  width: 20px;
}

.p-input-secter p[data-v-c8c72050] {
  color: #ffffe5 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
}

.p-input-secter i.fal.fa-copy[data-v-c8c72050] {
  color: #9899a0;
  font-size: 20px;
  padding: 5px;
}

@keyframes flick-c8c72050 {
  0% {
    color: auto;
  }

  50% {
    color: #fff;
  }
}

input[data-v-59c43b4a],
textarea[data-v-59c43b4a] {
  color: #fff;
}

.pelen[data-v-77568d75] {
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  display: flex;
  font-size: 35px;
  font-weight: 700;
  justify-content: center;
  width: 100%;
}

.dropzone-custom-title[data-v-5861e500] {
  margin-top: 0;
}

.modal-mask
  .modal-wrapper
  .modal-container
  .modal-header
  .btn_close[data-v-5861e500] {
  right: -46px;
  top: -40px;
}

.dropzone-custom-title[data-v-5861e500],
.subtitle[data-v-5861e500] {
  font-family: "Conv_MuseoSansCyrl_0", sans-serif;
  font-size: 1rem;
  text-align: center;
}

.vue-dropzone[data-v-5861e500] {
  border-radius: 8px;
  border-style: dashed;
}

.subtitle[data-v-5861e500] {
  color: #314b5f;
}

.dropzone-custom-content img[data-v-5861e500] {
  width: 44px;
}

@media screen and (max-width: 767px) {
  .vue-dropzone[data-v-5861e500] {
    padding: 6px;
  }

  .dropzone-custom-content img[data-v-5861e500] {
    width: 26px;
  }

  .dropzone-custom-title[data-v-5861e500],
  .subtitle[data-v-5861e500] {
    font-size: 16px;
  }

  .modal-mask
    .modal-wrapper
    .modal-container
    .modal-header
    .btn_close[data-v-5861e500] {
    right: 6px;
  }

  .modal-mask .modal-wrapper .modal-container[data-v-5861e500] {
    max-width: 340px;
  }

  .dropzone[data-v-5861e500] {
    min-height: 110px;
  }
}

.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);
  }
}

.technocal-work {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background: rgba(0, 0, 0, 0.4);
  border-radius: 30px;
  color: #fffff4;
  display: block;
  height: 100%;
  left: 0;
  padding-top: 100px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.technocal-work .four {
  color: #fffff4;
}

.dropper img[data-v-46a0879c] {
  height: 25px;
  margin: 5px;
  width: 25px;
}

.dropper li[data-v-46a0879c] {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 15px;
}

.dropper li[data-v-46a0879c]:hover {
  background: rgba(0, 150, 255, 0.1);
}

.dropper[data-v-46a0879c],
.dropper .bp-dropdown__btn[data-v-46a0879c] {
  width: 100%;
}

.dropper img[data-v-7eb2677e] {
  height: 25px;
  margin: 5px;
  width: 25px;
}

.dropper li[data-v-7eb2677e] {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 15px;
}

.dropper li[data-v-7eb2677e]:hover {
  background: rgba(0, 150, 255, 0.1);
}

.dropper[data-v-7eb2677e],
.dropper .bp-dropdown__btn[data-v-7eb2677e] {
  width: 100%;
}

.b-toggle[data-v-950f6562] {
  max-height: none;
  opacity: 1;
}

table[data-v-32b8de5c] {
  width: 100%;
}

.container h2[data-v-e580f882] {
  font-size: 24px;
  font-size: 22px;
  font-weight: 600;
  padding: 18px 0;
  padding: 15px 0;
}

.container h3[data-v-e580f882] {
  font-size: 20px;
  font-weight: 600;
  padding: 10px 0;
}

.container ol[data-v-e580f882],
.container ul[data-v-e580f882] {
  list-style: inherit;
  padding: inherit;
}

.dropper img[data-v-71f098a3] {
  height: 25px;
  margin: 5px;
  width: 25px;
}

.dropper li[data-v-71f098a3] {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 15px;
}

.dropper li[data-v-71f098a3]:hover {
  background: rgba(0, 150, 255, 0.1);
}

.dropper[data-v-71f098a3],
.dropper .bp-dropdown__btn[data-v-71f098a3] {
  width: 100%;
}

.help_block[data-v-71f098a3] {
  text-align: center;
}

.help_block h3[data-v-71f098a3] {
  color: #656565;
  font-family: "Roboto-Regular";
  font-size: 20px;
  font-weight: 400;
  margin: 10px 0;
}

.help_block p[data-v-71f098a3] {
  color: #a0a3b1;
  font-size: 14px;
}

.help_block .arrow_icon[data-v-71f098a3] {
  display: block;
  padding: 20px;
}

.help_block .file_icon[data-v-71f098a3] {
  display: block;
  padding-bottom: 10px;
  padding-top: 30px;
}

.partner-margin {
  margin: 15px;
}

.logo a {
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 18px;
}

.logo a:hover {
  color: #fff;
}

.b-toggle {
  display: none;
}

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

.light {
  position: absolute;
  width: 0px;
  opacity: 0.75;
  background-color: white;
  box-shadow: #e9f1f1 0px 0px 20px 2px;
  opacity: 0;
  top: 100vh;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}

.x1 {
  -webkit-animation: floatUp 4s infinite linear;
  -moz-animation: floatUp 4s infinite linear;
  -o-animation: floatUp 4s infinite linear;
  animation: floatUp 4s infinite linear;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.x2 {
  -webkit-animation: floatUp 7s infinite linear;
  -moz-animation: floatUp 7s infinite linear;
  -o-animation: floatUp 7s infinite linear;
  animation: floatUp 7s infinite linear;
  -webkit-transform: scale(1.6);
  -moz-transform: scale(1.6);
  -o-transform: scale(1.6);
  transform: scale(1.6);
  left: 15%;
}

.x3 {
  -webkit-animation: floatUp 2.5s infinite linear;
  -moz-animation: floatUp 2.5s infinite linear;
  -o-animation: floatUp 2.5s infinite linear;
  animation: floatUp 2.5s infinite linear;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  left: -15%;
}

.x4 {
  -webkit-animation: floatUp 4.5s infinite linear;
  -moz-animation: floatUp 4.5s infinite linear;
  -o-animation: floatUp 4.5s infinite linear;
  animation: floatUp 4.5s infinite linear;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  left: -34%;
}

.x5 {
  -webkit-animation: floatUp 8s infinite linear;
  -moz-animation: floatUp 8s infinite linear;
  -o-animation: floatUp 8s infinite linear;
  animation: floatUp 8s infinite linear;
  -webkit-transform: scale(2.2);
  -moz-transform: scale(2.2);
  -o-transform: scale(2.2);
  transform: scale(2.2);
  left: -57%;
}

.x6 {
  -webkit-animation: floatUp 3s infinite linear;
  -moz-animation: floatUp 3s infinite linear;
  -o-animation: floatUp 3s infinite linear;
  animation: floatUp 3s infinite linear;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  left: -81%;
}

.x7 {
  -webkit-animation: floatUp 5.3s infinite linear;
  -moz-animation: floatUp 5.3s infinite linear;
  -o-animation: floatUp 5.3s infinite linear;
  animation: floatUp 5.3s infinite linear;
  -webkit-transform: scale(3.2);
  -moz-transform: scale(3.2);
  -o-transform: scale(3.2);
  transform: scale(3.2);
  left: 37%;
}

.x8 {
  -webkit-animation: floatUp 4.7s infinite linear;
  -moz-animation: floatUp 4.7s infinite linear;
  -o-animation: floatUp 4.7s infinite linear;
  animation: floatUp 4.7s infinite linear;
  -webkit-transform: scale(1.7);
  -moz-transform: scale(1.7);
  -o-transform: scale(1.7);
  transform: scale(1.7);
  left: 62%;
}

.x9 {
  -webkit-animation: floatUp 4.1s infinite linear;
  -moz-animation: floatUp 4.1s infinite linear;
  -o-animation: floatUp 4.1s infinite linear;
  animation: floatUp 4.1s infinite linear;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  left: 85%;
}

@-webkit-keyframes floatUp {
  0% {
    top: 100vh;
    opacity: 0;
  }

  25% {
    opacity: 1;
  }

  50% {
    top: 0vh;
    opacity: 0.8;
  }

  75% {
    opacity: 1;
  }

  100% {
    top: -100vh;
    opacity: 0;
  }
}

@-moz-keyframes floatUp {
  0% {
    top: 100vh;
    opacity: 0;
  }

  25% {
    opacity: 1;
  }

  50% {
    top: 0vh;
    opacity: 0.8;
  }

  75% {
    opacity: 1;
  }

  100% {
    top: -100vh;
    opacity: 0;
  }
}

@-o-keyframes floatUp {
  0% {
    top: 100vh;
    opacity: 0;
  }

  25% {
    opacity: 1;
  }

  50% {
    top: 0vh;
    opacity: 0.8;
  }

  75% {
    opacity: 1;
  }

  100% {
    top: -100vh;
    opacity: 0;
  }
}

@keyframes floatUp {
  0% {
    top: 100vh;
    opacity: 0;
  }

  25% {
    opacity: 1;
  }

  50% {
    top: 0vh;
    opacity: 0.8;
  }

  75% {
    opacity: 1;
  }

  100% {
    top: -100vh;
    opacity: 0;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  80% {
    opacity: 0.9;
  }

  100% {
    opacity: 0;
  }
}

@-moz-keyframes fadeOut {
  0% {
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  80% {
    opacity: 0.9;
  }

  100% {
    opacity: 0;
  }
}

@-o-keyframes fadeOut {
  0% {
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  80% {
    opacity: 0.9;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  80% {
    opacity: 0.9;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes finalFade {
  0% {
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  80% {
    opacity: 0.9;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes finalFade {
  0% {
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  80% {
    opacity: 0.9;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes finalFade {
  0% {
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  80% {
    opacity: 0.9;
  }

  100% {
    opacity: 1;
  }
}

@keyframes finalFade {
  0% {
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  80% {
    opacity: 0.9;
  }

  100% {
    opacity: 1;
  }
}
