body {
  margin: 0 auto;
}

.transition-all {
  transition: all 0.35s;
  transition-property: all;
  transition-duration: 0.35s;
  transition-timing-function: ease;
  transition-delay: 0s;
}
.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;
}

body,
html {
  min-height: 100vh;
}

body {
  background-color: #fff;
  color: #282e38;
  display: flex;
  flex-direction: column;
  font-family: "Roboto-Regular", sans-serif;
  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: "Roboto-Medium", sans-serif;
  font-weight: 500;
}

a,
h2,
label,
span {
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
}

.container {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 15px;
  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: #50535a;
  font-size: 16px;
}

h2 {
  font-size: 20px;
  text-transform: uppercase;
}

h1 {
  color: #282e38;
  font-family: "Play-Regular", sans-serif;
  font-size: 48px;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  h1 {
    text-align: center;
  }
}

p {
  color: #50535a;
  font-family: "Roboto-Regular", sans-serif;
  line-height: 16.41px;
}

.title,
p {
  font-weight: 400;
}

.title {
  font-family: "Play-Regular", sans-serif;
  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: "Play-Bold", sans-serif;
  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: "Play-Regular", sans-serif;
}

.text-center p b {
  color: #282e38;
  font-size: 18px;
  line-height: 25.45px;
}

@media only screen and (max-width: 767px) {
  .dn-mob {
    display: none;
  }
}

.page-main .title {
  font-size: 13px !important;
}

@font-face {
  font-display: swap;
  font-family: "Play-Bold";
  font-style: normal;
  font-weight: 700;
  src: url(/_nuxt/fonts/Play-Bold.543d602.ttf);
  src: local("Play Bold"), local("Play-Bold"),
    url(/_nuxt/fonts/Play-Bold.543d602.ttf) format("truetype");
}

@font-face {
  font-display: swap;
  font-family: "Play-Regular";
  font-style: normal;
  font-weight: 400;
  src: url(/_nuxt/fonts/Play-Regular.9d48871.ttf);
  src: local("Play Regular"), local("Play-Regular"),
    url(/_nuxt/fonts/Play-Regular.9d48871.ttf) format("truetype");
}

@font-face {
  font-display: swap;
  font-family: "Roboto-Regular";
  font-style: normal;
  font-weight: 400;
  src: url(/_nuxt/fonts/Roboto-Regular.a8d6ac0.ttf);
  src: local("Roboto Regular"), local("Roboto-Regular"),
    url(/_nuxt/fonts/Roboto-Regular.a8d6ac0.ttf) format("truetype");
}

@font-face {
  font-display: swap;
  font-family: "Roboto-Light";
  font-style: normal;
  font-weight: 300;
  src: url(/_nuxt/fonts/Roboto-Light.8be2d14.ttf);
  src: local("Roboto Light"), local("Roboto-Light"),
    url(/_nuxt/fonts/Roboto-Light.8be2d14.ttf) format("truetype");
}

@font-face {
  font-display: swap;
  font-family: "Roboto-Medium";
  font-style: normal;
  font-weight: 500;
  src: url(/_nuxt/fonts/Roboto-Light.8be2d14.ttf);
  src: local("Roboto Medium"), local("Roboto-Medium"),
    url(/_nuxt/fonts/Roboto-Medium.7429a63.ttf) format("truetype");
}

.btn {
  background: transparent;
  border: none;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto-Regular", sans-serif;
  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: 5px;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  padding: 11px 24px;
  white-space: nowrap;
}

@media screen and (max-width: 1375px) {
  .btn-round {
    padding: 8px 20px;
  }
}

.btn-round-blue {
  background: #619420;
  color: #000;
}

.btn-round-blue:hover {
  background: #88cf2d;
}

.btn-round-transparent {
  border: 1px solid #619420;
  color: #000;
  font-weight: 1000 !important;
}

.btn-round-transparent:hover {
  border: 1px solid #88cf2d;
  color: #88cf2d;
}

.btn-filter {
  background: transparent;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  padding: 8px 13px;
  white-space: normal;
}

@media only screen and (max-width: 767px) {
  .btn-filter {
    font-size: 12px;
    padding: 8px;
  }
}

.btn-filter-blue {
  background: #619420;
  color: #fff;
}

.btn-filter-blue:hover {
  background: #88cf2d;
}

.btn-blue {
  background-color: #619420;
  line-height: 3.1666666667;
}

.btn-blue:hover {
  background: #88cf2d;
}

.btn-submit {
  background: #619420;
  box-shadow: 0 20px 40px 0 rgba(23, 22, 37, 0.15);
  font-size: 15px;
  line-height: 3;
  padding-left: 30px;
  padding-right: 30px;
}

.btn-submit:hover {
  background: #88cf2d;
  color: #fff;
}

.btn-plain {
  background: #f0f1f4;
  border: 1px solid #f0f1f4;
  border-radius: 20px;
  color: #9f9f9f;
  font-size: 11px;
  margin-bottom: 0.94rem;
  margin-top: 0.94rem;
  padding: 10px 30px;
  text-transform: uppercase;
}

.btn-plain:hover {
  background: transparent;
}

.btn-log-in {
  align-items: center;
  background: #f3f6f8;
  border: 1px solid #f0f1f4;
  color: #282e38;
  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: transparent;
}

.btn-look {
  background: #e1e7ed;
  color: #96989c;
  font-family: "Roboto-Regular", sans-serif;
  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: #619420;
  line-height: 2.7;
}

.btn-bord:hover {
  background: #619420;
  border-color: #619420;
  color: #fff;
}

.btn-copy {
  background: transparent;
  border: 2px solid #f0f1f2;
  color: #619420;
  line-height: 1.75;
  margin-left: 15px;
  margin-top: -20px;
  padding: 2px 15px;
}

.btn-copy:hover {
  background: #619420;
  border-color: #619420;
  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 {
  left: -10000px;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 20px;
  z-index: -1;
}

.checkbox input:checked + label:after {
  background: #619420;
  border-radius: 2px;
  box-sizing: border-box;
  content: "";
  height: 14px;
  left: 4px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
}

.checkbox input:checked + label:before {
  border-color: #619420;
}

.checkbox label {
  align-items: center;
  color: #000;
  cursor: pointer;
  display: flex;
  font: 500 14px/1.2 "Roboto-Regular", sans-serif;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (max-width: 1200px) {
  .checkbox label {
    font: 500 12px/18px "Roboto-Regular", sans-serif;
  }
}

.checkbox label a {
  color: #26d3f8;
  display: inline;
}

.checkbox label:before {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50% 50%;
  border: 1px solid #b9b9b9;
  border-radius: 3px;
  content: "";
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  height: 20px;
  margin-right: 10px;
  width: 20px;
}

.checkbox-list .checkbox {
  margin-bottom: 16px;
}

.checkbox-list .checkbox:last-child {
  margin-bottom: 0;
}

* {
  box-sizing: border-box;
  outline: none;
}

input:invalid {
  box-shadow: none;
}

.course {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  padding: 8px 0;
}

@media only screen and (max-width: 767px) {
  .course {
    display: none;
  }
}

.course ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  overflow: hidden;
  white-space: nowrap;
}

.course li {
  border-left: 2px solid #e6e6e6;
  min-width: 300px;
}

.course li:first-child {
  border-left: none;
}

.course div {
  padding: 3px 25px 5px;
}

.course p {
  color: #282e38;
  text-transform: uppercase;
}

.course .green {
  color: #619420;
}

.course .green em {
  border-color: #619420;
  transform: rotate(-45deg);
}

.course .red {
  color: #e02626;
}

.course .red em {
  border-color: #e02626;
  margin-bottom: 5px;
  transform: rotate(135deg);
}

.course-header {
  display: flex;
  justify-content: space-between;
}

.course-footer {
  display: block;
  font-size: 12px;
  font-weight: 900;
  margin-top: 10px;
}

.course-footer span {
  font-size: 18px;
  margin-right: 10px;
}

.course em {
  border-style: solid;
  border-width: 2px;
  border-bottom: 0;
  border-left: 0;
  display: inline-block;
  height: 10px;
  margin-left: -2px;
  margin-right: 10px;
  width: 10px;
}

nav {
  align-self: center;
  padding: 5px 0;
  position: relative;
}

nav .container-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

@media only screen and (max-width: 1200px) {
  nav .container-nav {
    flex-direction: row;
  }
}

nav ul {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

@media only screen and (max-width: 1025px) {
  nav {
    padding: 20px 50px;
    padding: 10px;
  }
}

nav li:after {
  content: "";
  margin: 0 28px;
}

@media only screen and (max-width: 1200px) {
  nav li:after {
    border: none;
  }
}

@media screen and (max-width: 1375px) {
  nav li:after {
    margin: 0 13px;
  }
}

nav li:last-child:after {
  border: none;
  margin: 0;
}

nav a {
  color: #000;
  font-family: "Roboto-Regular", sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.menu {
  align-self: center;
  margin: 0 -25px;
}

@media only screen and (max-width: 1200px) {
  .menu {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    display: block;
    left: -100%;
    opacity: 0;
    position: absolute;
    top: 120%;
    transition: all 0.35s;
    visibility: hidden;
  }
}

.menu.menu-open {
  left: 10px;
  opacity: 1;
  visibility: visible;
}

@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: #282e38;
}

@media only screen and (max-width: 1200px) {
  .menu a:hover {
    color: #f4f4f4;
  }
}

.burger {
  cursor: pointer;
  height: 40px;
  position: relative;
  width: 40px;
}

@media screen and (min-width: 1200px) {
  .burger {
    display: none;
  }
}

.burger-icon {
  background-color: #619420;
  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,
.user-bloc-date-photo {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}

.user-bloc-date-photo {
  background: #e1e4ed;
  border-radius: 50%;
  font-size: 15px;
  height: 36px;
  line-height: 18px;
  margin-right: 20px;
  overflow: hidden;
  width: 36px;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .user-bloc-date-photo {
    height: 40px;
    width: 40px;
  }
}

.user-bloc-date-info {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .user-bloc-date-info {
    display: none;
  }
}

.user-bloc-date-info p {
  color: #000001 !important;
  font-size: 12px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.user-bloc-date-info span {
  color: #000001;
  font-size: 15px;
}

.user-bloc ul {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 25px 50px 0 rgba(23, 22, 37, 0.15);
  opacity: 0;
  position: absolute;
  right: 0;
  top: -110%;
  transition: all 0.35s;
  visibility: hidden;
  width: 100%;
  z-index: 0;
}

.user-bloc ul:after {
  border: 10px solid transparent;
  border-bottom-color: #fff;
  content: "";
  position: absolute;
  right: 20px;
  top: -20px;
}

.user-bloc .user-bloc-list-open {
  min-width: 270px;
  opacity: 1;
  top: 110%;
  visibility: visible;
  z-index: 11;
}

@media only screen and (max-width: 767px) {
  .user-bloc .user-bloc-list-open {
    min-width: 200px;
  }
}

.user-bloc li {
  overflow: hidden;
}

.user-bloc li:first-child a {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.user-bloc li:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.user-bloc li a {
  align-items: center;
  display: flex;
  font-size: 15px;
  padding: 15px;
}

@media only screen and (max-width: 767px) {
  .user-bloc li a {
    font-size: 13px;
    padding: 10px;
  }
}

.user-bloc li a:hover {
  background: #f4f5f7;
  transition: all 0.35s;
}

.user-bloc li a:hover img {
  opacity: 1;
  transition: all 0.35s;
}

.user-bloc li img {
  margin-right: 15px;
  max-width: 30px;
  opacity: 0.5;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .user-bloc li img {
    max-width: 25px;
  }
}

.faq-top {
  margin-top: 2.5rem;
}

.faq-top ul {
  display: flex;
  flex-wrap: wrap;
  padding: 9px;
}

@media only screen and (max-width: 1025px) {
  .faq-top ul {
    justify-content: space-between;
  }
}

.faq-top li {
  margin: 0.43rem;
  padding: 0.43rem;
}

.faq-top li:after {
  border-right: 1px solid #f3f3f3;
  content: "";
  margin: 0 28px;
}

@media only screen and (max-width: 1025px) {
  .faq-top li:after {
    border: none;
  }
}

.faq-top li:last-child:after {
  border: none;
  margin: 0;
}

@media only screen and (max-width: 1025px) {
  .faq-top li {
    width: 40%;
  }
}

.faq-top a {
  align-items: center;
  color: #282e38;
  display: flex;
  font-family: "Roboto-Regular", sans-serif;
  font-size: 15px;
}

.faq-top a img {
  flex: 0 0 auto;
}

.faq-top a.profile-nav-active,
.faq-top a:hover {
  color: #619420;
  font-family: "Roboto-Medium", sans-serif;
}

.faq-top img {
  margin-right: 10px;
  max-width: 21px;
  width: 100%;
}

.profile-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 9px;
}

@media only screen and (max-width: 1025px) {
  .profile-nav ul {
    justify-content: space-between;
  }
}

.profile-nav li {
  margin: 0.43rem;
  padding: 0.43rem;
}

.profile-nav li:after {
  border-right: 1px solid #f3f3f3;
  content: "";
  margin: 0 28px;
}

@media only screen and (max-width: 1025px) {
  .profile-nav li:after {
    border: none;
  }
}

.profile-nav li:last-child:after {
  border: none;
  margin: 0;
}

@media only screen and (max-width: 1025px) {
  .profile-nav li {
    width: 40%;
  }
}

.profile-nav a {
  color: #282e38;
  font-family: "Roboto-Regular", sans-serif;
  font-size: 15px;
}

.profile-nav a.profile-nav-active,
.profile-nav a:hover {
  color: #619420;
  font-family: "Roboto-Medium", sans-serif;
}

.profile-nav img {
  margin-right: 10px;
  max-width: 21px;
  width: 100%;
}

.faq-top ul {
  margin: 0 -0.94rem;
}

.faq-top li {
  flex: 1 1;
  flex-basis: 25%;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0.45rem 0.94rem 0.45rem 0;
  max-width: 25%;
  min-width: 250px;
  padding: 0;
}

.faq-top img {
  max-width: 27px;
}

.faq-top .form-faq-search {
  margin-top: 1.25rem;
  position: relative;
}

.faq-top .form-faq-search input[type="search"] {
  border: 1px solid #619420;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  font-size: 1rem;
  line-height: 1.3;
  margin: 10px 0;
  padding: 10px 35px 10px 55px;
  width: 100%;
}

.faq-top .form-faq-search input[type="search"]::-webkit-input-placeholder {
  color: #9f9f9f;
  font-style: italic;
}

.faq-top .form-faq-search input[type="search"]::-moz-placeholder {
  color: #9f9f9f;
  font-style: italic;
}

.faq-top .form-faq-search input[type="search"]:-ms-input-placeholder {
  color: #9f9f9f;
  font-style: italic;
}

.faq-top .form-faq-search input[type="search"]:-moz-placeholder {
  color: #9f9f9f;
  font-style: italic;
}

.faq-top .form-faq-search input[type="submit"] {
  background-color: transparent;
  background-image: url(/_nuxt/img/search.4495ab5.svg);
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  height: 20px;
  left: 1.25rem;
  position: absolute;
  top: 20px;
  width: 20px;
  z-index: 2;
}

.under-header.profile-top-wr {
  background-position-y: -0.5rem;
  display: flex;
  flex-direction: column;
}

.under-header.profile-top-wr .profile-nav {
  color: #282e38;
}

.under-header.profile-top-wr > .container {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
}

.footer-profile {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 24px;
}

@media only screen and (max-width: 767px) {
  .footer-profile {
    flex-direction: column;
    margin: 0.5rem 4rem;
  }
}

.footer-profile button {
  margin-bottom: 10px;
}

.footer-profile p {
  color: #96989c;
}

@media only screen and (max-width: 767px) {
  .footer-profile p {
    margin-bottom: 15px;
  }
}

.footer-profile .btn {
  border-radius: 25px;
  display: inline-flex;
  font-size: 15px;
  margin-right: 15px;
  padding: 11px 24px;
}

.footer-profile .btn-transparent {
  border: 1px solid #e1e7ed;
  color: #96989c;
}

.profile__buttons {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.profile__main {
  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;
}

.profile__main--title {
  align-items: center;
  color: #212121;
  display: flex;
  font-family: "Play-Bold", sans-serif;
  font-size: 24px;
  letter-spacing: normal;
  line-height: 23px;
  margin-bottom: 34px;
  text-align: left;
}

.profile__main--title img {
  margin-right: 15px;
  width: 20px;
}

@media only screen and (max-width: 767px) {
  .profile__main--title {
    justify-content: center;
  }
}

.profile__main--item {
  border: 1px solid #f3f3f3;
  flex: 1 0;
  padding: 1.75rem 3rem;
}

@media only screen and (max-width: 767px) {
  .profile__main--item {
    padding: 1.75rem 4rem;
  }
}

.profile__main--item-last {
  max-height: 259px;
}

@media only screen and (max-width: 650px) {
  .profile__main--item__file {
    margin-right: 0;
  }
}

.profile__main--item .btn {
  background-color: #e1e7ed;
  box-shadow: none;
  color: #96989c;
  font-family: "Conv_MuseoSansCyrl_0", sans-serif;
  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: #619420;
  border-color: transparent;
  border-left: none;
  border-radius: 30px;
  border-right: none;
  color: #fff;
}

.profile__main .form__item {
  margin-bottom: 15px;
}

.profile__main .form__item span {
  color: #282e38;
  display: inline-block;
  font-size: 14px;
  font-weight: 100;
  margin-bottom: 13px;
}

.profile__main .form__item label span {
  cursor: pointer;
  font-family: "Roboto-Regular", sans-serif;
}

.profile__main .form__item input {
  background-color: #f3f6f8;
  color: #282e38;
  font-size: 14px;
  padding: 16px 1.25rem;
}

.profile__main .form__item input::-webkit-input-placeholder {
  color: #96989c;
  font-family: "Roboto-Regular", sans-serif;
}

.profile__main .form__item input::-moz-placeholder {
  color: #96989c;
  font-family: "Roboto-Regular", sans-serif;
}

.profile__main .form__item input:-ms-input-placeholder {
  color: #96989c;
  font-family: "Roboto-Regular", sans-serif;
}

.profile__main .form__item input:-moz-placeholder {
  color: #96989c;
  font-family: "Roboto-Regular", sans-serif;
}

.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 {
  height: 11.31rem;
  margin: 0 auto 1.2rem;
  width: 11.31rem;
  z-index: 1;
}

.profile__file,
.profile__file__border {
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

.profile__file__border {
  background: #fff;
  height: 96%;
  margin: 2%;
  padding: 2%;
  pointer-events: none;
}

.profile__file input {
  border-radius: 50%;
  cursor: pointer;
  height: 100%;
  left: 0;
  list-style-position: outside;
  min-width: auto;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}

.profile__file p {
  background-color: rgba(0, 0, 0, 0.3);
  bottom: 0;
  color: #fff;
  font-size: 13px;
  left: 0;
  letter-spacing: 1.3px;
  line-height: 3.84;
  margin: 0;
  position: absolute;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-transform: uppercase;
  width: 100%;
}

.profile__plus {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
}

@media only screen and (max-width: 650px) {
  .profile__plus {
    flex-direction: column;
    flex-wrap: wrap;
  }
}

.profile__plus li {
  padding: 5px 25px;
  position: relative;
}

@media only screen and (max-width: 650px) {
  .profile__plus li:first-child {
    margin-bottom: 1rem;
  }
}

.profile__plus li:first-child:after {
  color: #a0a0a0;
  content: "/";
  height: 100%;
  position: absolute;
  right: 3px;
  top: 5px;
  width: 1px;
}

@media only screen and (max-width: 650px) {
  .profile__plus li:first-child:after {
    content: none;
  }
}

.profile__plus .btn {
  color: #a0a0a0;
  font-family: "Conv_MuseoSansCyrl_0", sans-serif;
  font-size: 1rem;
  font-weight: 100;
  line-height: 1.25;
  padding: 0;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.profile__plus .btn:hover {
  color: #000;
}

.b-top {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.b-top--none {
  border-top: none;
}

.registration li {
  margin: 0 6px 0 0;
}

.registration li:last-child {
  margin-right: 0;
}

.registration li button {
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 1000 !important;
}

@media only screen and (max-width: 1025px) {
  .registration li:last-child {
    display: none;
  }
}

.registration a {
  cursor: pointer;
}

.languages a {
  font-family: "Conv_MuseoSansCyrl_2", sans-serif;
  text-transform: uppercase;
}

.languages a:hover {
  color: #18829c;
}

.languages a.active-lang-link {
  color: #1ac1de;
}

@media only screen and (max-width: 550px) {
  .under-header {
    background-position-y: 0;
  }
}

.left-bg {
  background-image: url(/_nuxt/img/bg-t.e733ef4.svg);
  padding-bottom: 5rem;
}

.left-bg,
.right-bg {
  background-repeat: no-repeat;
  background-size: 620px;
}

.right-bg {
  background-image: url(/_nuxt/img/bg-t-2.f1509bf.svg);
  background-position: 100%;
}

@media only screen and (max-width: 1025px) {
  .left-bg,
  .right-bg {
    background-image: none;
  }
}

@media screen and (max-width: 1200px) {
  .right-block {
    display: none !important;
  }
}

@media screen and (max-width: 1400px) {
  .logo img {
    max-width: 85%;
  }
}

.header {
  background: linear-gradient(
    90deg,
    #2c440e,
    rgba(77, 117, 26, 0.884) 40.1%,
    rgba(80, 121, 27, 0.8) 60.94%,
    #355012
  );
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 105px;
  position: relative;
  z-index: 1001;
}

@media only screen and (max-width: 767px) {
  .header {
    margin-bottom: 50px;
  }
}

.header .logo img {
  height: 36px;
}

.header .container-1 {
  align-items: center;
  display: flex;
  font-family: "Roboto-Regular", sans-serif;
  font-size: 15px;
  font-weight: 400;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  padding: 20px 10px;
}

@media only screen and (max-width: 767px) {
  .header .container-1 {
    padding: 15px 10px;
  }
}

.header .right-block {
  align-items: center;
  display: flex;
  justify-content: center;
}

.header .dropdown-lang {
  margin-right: 25.35px;
}

.header .dropdown-lang .inner_dropdown {
  display: flex;
  justify-content: space-between;
}

.header .dropdown-lang ul {
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  min-width: 160px;
  position: absolute;
  z-index: 9;
}

@media only screen and (max-width: 767px) {
  .header .dropdown-lang ul {
    min-width: 140px;
  }
}

.header .dropdown-lang ul li {
  padding: 12px 16px;
  text-align: left;
}

.header .dropdown-lang ul li:hover {
  background-color: hsla(0, 0%, 93%, 0.83);
}

.header .dropdown-lang-img-arrow {
  margin-left: 16px;
}

.header .dropdown-lang-inner-img img {
  border-radius: 19%;
  height: 21px;
  width: 30px;
}

.header .dropdown-lang-inner-img span {
  margin-left: 10px;
}

.registration ul {
  align-items: center;
  display: flex;
}

/* .registration a {
            color: #fff;
            font-family: "Conv_MuseoSansCyrl_2", sans-serif;
            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-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 {
  margin-bottom: 9px;
}

.form-v2--input-order-form-btn {
  align-items: center;
  display: flex;
  justify-content: center;
}

.form-v2--input-order-form-btn .btn-submit-order {
  background: #619420;
  box-shadow: 0 20px 40px 0 rgba(23, 22, 37, 0.15);
  font-size: 20px;
  height: 64px;
  padding: 23px 77px !important;
  width: 56.4%;
}

.form-v2--input-order-form-btn .btn-submit-order:hover {
  background: #88cf2d;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .form-v2--input-order-form-btn .btn-submit-order {
    height: auto;
    padding: 16px 44px !important;
    width: auto;
  }
}

.form-v2--input-order-form .receive {
  align-items: center;
  background: #f3f6f8;
  border-radius: 8px;
  color: #96989c;
  display: flex;
  font-size: 20px;
  height: 64px;
  justify-content: space-between;
  line-height: 23.44px;
  padding: 24px 26px;
  text-align: left;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .form-v2--input-order-form .receive {
    font-size: 15px;
    padding: 24px 15px;
  }
}

.form-v2--input-order-form .receive div {
  align-items: center;
  display: flex;
}

.form-v2--input-order-form .receive div > span {
  margin: 42px;
}

@media only screen and (max-width: 767px) {
  .form-v2--input-order-form .receive div > span {
    margin: 0;
  }
}

.form-v2--input-order-form .other {
  align-items: center;
  background: #f3f6f8;
  border-radius: 8px;
  color: #96989c;
  display: flex;
  height: 48px;
  padding: 22px 18px;
  text-align: left;
  width: 100%;
}

.form-v2--input-order-form img {
  max-width: 32px;
  position: absolute;
  top: 57px;
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .form-v2--input-order-form img {
    margin-right: 8px;
    max-width: 24px;
    position: static;
    transform: none;
  }
}

.order-footer-block {
  align-items: center;
  border-top: 1px solid #f1f1f2;
  display: flex;
  justify-content: space-between;
  padding: 24px;
}

@media only screen and (max-width: 767px) {
  .order-footer-block {
    flex-direction: column;
  }
}

.order-footer-block p {
  color: #96989c;
}

@media only screen and (max-width: 767px) {
  .order-footer-block p {
    margin-bottom: 15px;
  }
}

.order-footer-block .btn {
  border-radius: 25px;
  display: inline-flex;
  font-size: 15px;
  padding: 11px 24px;
}

.order-footer-block .btn-transparent {
  border: 1px solid #e1e7ed;
  color: #96989c;
}

.order-main-block {
  display: flex;
}

@media only screen and (max-width: 767px) {
  .order-main-block {
    flex-direction: column;
  }
}

.order-main-block .padding-block-order {
  padding: 32px;
}

.order-main-block .payment-data {
  background-color: #fff;
  display: flex;
  flex-direction: column;
}

.order-main-block .payment-data .title-text {
  color: #282e38;
  font-family: "Play-Bold", sans-serif;
}

.order-main-block .payment-data_date span {
  color: #96989c;
}

.order-main-block .payment-data_header {
  border-bottom: 1px solid #f0f1f6;
  display: flex;
  justify-content: space-between;
  padding: 22px 32px;
}

.order-main-block .payment-data_content {
  display: flex;
  justify-content: center;
  padding: 24px 32px;
}

.order-main-block .payment-data_content_header {
  padding-bottom: 12px;
  text-align: center;
}

.order-main-block .payment-data_content_header p {
  color: #282e38;
  font-family: "Play-Bold", sans-serif;
  font-size: 24px;
}

.order-main-block .payment-data_content .details-confirm-order {
  padding-top: 26px;
}

.order-main-block .payment-data_content .form-attention {
  margin-bottom: 24px;
}

.order-main-block .payment-data_content .form-attention h4 {
  font-size: 18px;
  margin: 8px 0;
}

.order-main-block .payment-data_content > div {
  flex: 0.72;
}

@media only screen and (max-width: 1025px) {
  .order-main-block .payment-data_content > div {
    flex: 1;
  }
}

.order-main-block .form-left-block {
  background-color: #fbfbfc;
  border-right: 1px solid #f0f1f6;
  flex: 0.4;
}

.order-main-block .form-left-block_header {
  background-color: #f0f1f6;
  border-bottom: 1px solid #f0f1f6;
  padding: 24px;
  text-align: center;
}

.order-main-block .form-left-block_header p {
  color: #282e38;
  font-family: "Play-Bold", sans-serif;
  font-size: 24px;
  line-height: 28px;
}

.order-main-block .form-left-block_item {
  padding: 24px 32px;
}

.order-main-block .form-left-block_item ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.order-main-block .form-left-block_item li {
  margin: 0 0 26px;
}

.order-main-block .form-left-block_item li:last-child {
  margin: 0;
}

.order-main-block .form-left-block .detail-id {
  font-size: 16px;
}

.order-main-block .form-left-block .detail-id p {
  color: #96989c;
  font-family: "Roboto-Medium", sans-serif;
  margin: 0 0 12px;
}

.order-main-block .form-left-block .details-currency {
  display: flex;
  justify-content: space-between;
}

.order-main-block .form-left-block .details-currency-from {
  color: #96989c;
}

.order-main-block .form-left-block .details-currency:first-child {
  border-bottom: 1px solid #cdd0d8;
}

.order-main-block .form-left-block .details-currency span,
.order-main-block .form-left-block .details-currency > p {
  color: #282e38;
}

.order-main-block .form-left-block .details-currency span {
  font-family: "Roboto-Medium", sans-serif;
  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;
}

.order-main-block .form-order-time-left {
  display: flex;
}

.order-main-block .form-order-time-left div {
  margin-left: 12px;
}

.order-main-block .form-order-time-left span {
  color: #619420;
}

.container--form {
  margin-left: auto;
  margin-right: auto;
  max-width: 1170px;
}

.container--form .title-text {
  margin-bottom: 98px;
}

.container--form .title-text h1 {
  color: #282e38;
}

.container--form .title-text h1 span {
  color: #619420;
}

.container--form .title-text > p {
  color: #72819f;
  font-family: "Roboto-Light", sans-serif;
  font-size: 18px;
  font-weight: 300;
  margin-top: 12px;
}

.form {
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 25px 50px 0 rgba(23, 22, 37, 0.15);
  margin: 2.25rem auto 3.75em;
  overflow: hidden;
  width: 97.5%;
}

@media screen and (max-width: 1024px) {
  .form {
    width: 97%;
  }
}

.form-wr {
  padding: 1.25em 1.8em;
}

.form-container-padding {
  padding-left: 70px;
  padding-right: 70px;
}

.form-ruls {
  background: #f4f5f7;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding-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: #f3f6f8;
  border-radius: 6px;
  color: #96989c;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 15px;
  padding: 21px 30px;
  text-align: left;
  word-break: break-word;
}

.form-attention .ql-align-center {
  text-align: center;
}

.form-attention .ql-align-right {
  text-align: right;
}

.form-attention.promo-monitor {
  font-weight: 700;
}

.form-attention a {
  color: #619420;
  cursor: pointer;
  text-decoration: none;
  -webkit-text-decoration: none solid currentColor;
  text-decoration: none solid currentColor;
  -webkit-text-decoration: auto;
  text-decoration: auto;
  text-decoration-thickness: auto;
}

.form-attention a:hover {
  color: #88cf2d;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.form h3 {
  font-size: 1.3em;
}

.form-submit {
  margin-bottom: 1.5em;
  margin-top: 0;
  position: relative;
}

.ordered .under-header,
.payment-wait .under-header {
  background: none;
}

.ordered .form,
.payment-wait .form {
  margin-bottom: 0;
}

.form-confirmation__up {
  background: #fff;
  border-radius: 6px;
  margin-left: auto;
  margin-right: auto;
  max-width: 624px;
  padding: 40px 26px;
}

@media only screen and (max-width: 550px) {
  .form-confirmation__up {
    padding: 20px 10px;
  }
}

.form-confirmation__up h1 {
  color: #000;
  font-size: 20px;
  font-weight: 900;
  line-height: 140%;
  margin-top: 34px;
}

.form-confirmation__up .form-confirmation-manual-number > p,
.form-confirmation__up p {
  color: #333;
  font-size: 20px;
}

.form-confirmation__up .form-confirmation-manual-actual-info p,
.form-confirmation__up .form-confirmation-manual-number .actual-time {
  color: #333;
  font-size: 14px;
}

.form-confirmation__up .form-confirmation-manual-actual-info {
  text-align: center;
  width: 100px;
}

.form-confirmation__up .form-confirmation-manual-actual-info p {
  color: #787878;
  font-size: 12px;
  line-height: 140%;
}

.form-confirmation__up .form-confirmation-manual-actual-info p b {
  color: #333;
  display: inline-block;
  font-size: 36px;
  line-height: 140%;
  margin-top: 2px;
}

.form-confirmation__up .form-confirmation-manual-bloc {
  padding-left: 14px;
  padding-right: 14px;
}

.form-confirmation__up .form-confirmation__get,
.form-confirmation__up .form-confirmation__give,
.form-confirmation__up .form-confirmation__ref {
  margin-left: 0;
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  .form-confirmation__up .form-confirmation__give {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.form-confirmation__up .form-wr {
  padding: 1.25em 14px !important;
}

.form-confirmation__up .form-manual-must .title {
  display: none;
}

.payment-wait {
  min-height: 100vh;
}

.payment-wait .form {
  box-shadow: none;
  margin: 0;
  width: 100%;
}

.merchant-form {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}

.merchant-form label {
  color: #212121;
  display: block;
  font-family: "Conv_MuseoSansCyrl_0", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  margin: 0 0 12px;
  text-align: left;
}

.merchant-form input {
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 14px;
  font-size: 16px;
  padding: 14px 61px 15px 22px;
  width: 100%;
}

.merchant-form .btn {
  font-size: 20px;
  margin-top: 16px;
}

.form,
.form-index {
  position: relative;
}

.form-index img {
  width: 50px;
}

.form-index input,
.form-index select {
  background: transparent;
  color: #96989c;
}

.form-index label {
  align-items: center;
  display: flex;
}

.form-index label span {
  cursor: pointer;
  font-size: 14px;
  padding: 0 15px;
}

.form-index .container > p {
  color: #fff;
  font-size: 1.5em;
  margin-top: 0.5rem;
  padding-bottom: 1.25rem;
}

.form-index-top {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.6em;
}

.form-index-item {
  flex: 1 0;
}

@media only screen and (max-width: 1200px) {
  .form-index-item {
    flex: 1 1 auto;
    width: 100%;
  }
}

.form-index-item > p {
  font-size: 1em;
  margin-bottom: 5px;
  margin-top: 5px;
}

.form-index-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -15px;
}

.form-index-bottom p {
  cursor: pointer;
}

.form-index-bottom .form-index-bloc {
  flex: 1 0;
  margin: 20px 15px;
}

.form-index-bloc {
  margin: 25px 0;
  min-width: 320px;
}

@media only screen and (max-width: 1025px) {
  .form-index-bloc {
    min-width: 100%;
  }
}

.form-index-bloc-item {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
}

.form-index-bloc p {
  color: #9f9f9f;
  font-size: 14px;
  margin-top: 5px;
}

.form-exchange {
  flex: 0.3 0;
  margin: 95px auto auto;
  min-width: 135px;
}

.form-v2 {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

@media screen and (max-width: 720px) {
  .form-v2 {
    flex-wrap: wrap;
  }
}

.form-v2 .receive {
  flex-basis: 33.33%;
  padding: 24px 0;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 860px) {
  .form-v2 .receive {
    flex: 1;
  }
}

.form-v2 .padding-block {
  padding: 0 32px;
}

.form-v2 .give {
  border-left: 1px solid #d0d2db;
  border-right: 1px solid #d0d2db;
  flex-basis: 33.33%;
  padding: 24px 0;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 860px) {
  .form-v2 .give {
    border-left: none;
    border-right: none;
    flex: 1;
  }
}

.form-v2 .btn-reverse {
  align-items: center;
  background-color: #fff;
  border: 1px solid #619420;
  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: 10;
}

.form-v2 .btn-reverse svg {
  fill: #619420;
  stroke: #619420;
  transform: rotate(90deg);
  transition: all 0.2s ease-in-out;
}

.form-v2 .btn-reverse:active,
.form-v2 .btn-reverse:hover {
  background: #88cf2d;
  border: 1px solid #88cf2d;
}

.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 {
    display: none;
    height: 32px;
    width: 32px;
  }

  .form-v2 .btn-reverse svg {
    height: 12px;
    width: 12px;
  }
}

.form-v2 .dataInput {
  flex-basis: 33.33%;
  padding: 24px 32px;
}

@media screen and (max-width: 860px) {
  .form-v2 .dataInput {
    flex: 1;
  }

  .form-v2 .dataInput,
  .form-v2 .give,
  .form-v2 .receive {
    padding: 8px !important;
  }
}

@media screen and (max-width: 720px) {
  .form-v2 .dataInput,
  .form-v2 .give,
  .form-v2 .receive {
    min-width: 300px;
  }
}

.form-v2 .give .form--title img {
  transform: scaleX(-1) rotate(180deg);
}

.form-v2 .dataInput .form--title img {
  transform: scaleX(-1) rotate(140deg);
}

.form-v2 .receive .form-v2__currency--list a.active span.cur--logo {
  background: #fff;
  border-radius: 6px;
}

.form-v2 .receive .form-v2__currency--list a.active img {
  opacity: 1;
}

.form-v2 .receive .form-v2__currency--list {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.form-v2 .give {
  background: #fff;
}

.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;
  padding: 0;
}

.form-v2__currency--list li {
  border-top: 1px solid #dedede;
}

.form-v2__currency--list li:last-child a {
  border-bottom: none;
}

.form-v2__currency--list li:first-child {
  border-top: none;
}

.form-v2__currency--list a {
  border-left: 3px solid transparent;
  color: #000;
  flex-direction: row;
  font-size: 14px;
  min-height: 56px;
  padding: 7px 0;
}

.form-v2__currency--list a,
.form-v2__currency--list a p {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.form-v2__currency--list a p {
  flex: 1;
  flex-direction: row;
  flex-wrap: wrap;
  font-family: "Roboto-Medium", sans-serif;
  line-height: 30px;
  padding: 0 12px;
  text-align: left;
}

.form-v2__currency--list a span {
  align-items: center;
  display: inline-flex;
  flex: none;
  flex-direction: column;
  justify-content: center;
}

.dataInput--info {
  border: 2px dashed #9fcc66;
  border-radius: 12px;
  margin-bottom: 22px;
  overflow: hidden;
}

.dataInput--info__item {
  flex-direction: row;
  font-size: 14px;
  padding: 8px 10px;
}

.dataInput--info__item,
.dataInput--info__item p {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.dataInput--info__item p {
  flex: 1;
  flex-direction: row;
  flex-wrap: wrap;
  font-family: "Roboto-Medium", sans-serif;
  padding: 0 11px;
}

.dataInput--info__item span {
  flex: none;
}

.dataInput--info__item span.data--logo {
  max-width: 44px;
  padding: 0 7px;
  width: 44px;
}

.dataInput--info__item span.data--img {
  max-width: 22px;
  padding: 0 3px;
}

.dataInput--info li:last-child {
  border-top: 1px dashed #d0d2db;
}

.dataInput--titleSub {
  color: #282e38;
  font-family: "Play-Bold", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 16px;
  text-align: center;
}

.dataInput--inputs .form-v2--input {
  color: #282e38;
  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: 14px;
    min-height: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.dataInput--label {
  height: 40px;
}

.dataInput--label input[type="checkbox"] {
  height: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}

.dataInput--label label {
  align-items: center;
  color: #96989c;
  display: flex;
  flex-wrap: wrap;
}

.dataInput--label label a {
  color: #619420;
  margin: 0;
  padding: 0;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.dataInput--label label a:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.dataInput--label input[type="checkbox"] + label {
  cursor: pointer;
  font-size: 14px;
  margin: 0 10px 0 0;
  padding: 0 40px 0 0;
  position: relative;
}

.dataInput--label input[type="checkbox"] + label:before {
  background: #f7fafc;
  border: 1px solid #6fa628;
  border-radius: 6px;
  box-shadow: inset 0 0.8px 0.6px rgba(55, 67, 99, 0.25);
  content: " ";
  display: block;
  height: 24px;
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}

.dataInput--label input[type="checkbox"] + label:after {
  border-bottom: 2px solid #619420;
  border-right: 2px solid #619420;
  content: " ";
  display: block;
  height: 11px;
  margin-top: -3px;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: scale(0) translateY(-50%) rotate(45deg);
  transition: all 0.3s ease;
  width: 8px;
  z-index: 1;
}

.dataInput--label input[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1) translateY(-50%) rotate(45deg);
}

.cur--logo,
.data--logo {
  align-items: center;
  display: inline-flex;
  flex-direction: column;
  height: 42px;
  justify-content: center;
  padding: 0 5px;
  width: 42px;
}

.cur--logo__wr,
.data--logo__wr {
  flex: none;
  max-height: 42px;
  max-width: 61px;
  padding: 0 15px;
  text-align: center;
}

.cur--logo img,
.data--logo img {
  width: 100%;
}

.cur--txt,
.data--txt {
  flex: 1;
  margin: 0 5px;
  padding: 0;
}

.cur--sum,
.data--sum {
  color: #96989c;
  font-family: "Roboto-Regular", sans-serif;
  font-size: 14px;
  margin-right: 5px;
  max-width: none !important;
}

.cur--order,
.data--order {
  background: #f0f1f4;
  border-radius: 6px;
  color: #28bab7;
  display: inline-block;
  font-size: 14px;
  margin: 0 6px;
  max-width: none !important;
  padding: 4px 14px;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.cur--check,
.cur--img,
.data--check,
.data--img {
  flex: none;
  padding: 0 15px;
  text-align: center;
}

.cur--check img,
.cur--img img,
.data--check img,
.data--img img {
  width: 16px;
}

.data--logo {
  border-right: none;
}

.data--img {
  border-left: none;
}

.data--img img {
  height: 14px;
}

.data-down img {
  height: 14px;
  transform: scaleX(-1) rotate(180deg);
}

.form--title {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 24px;
}

.form--title,
.form--title p {
  align-items: center;
  display: flex;
}

.form--title p {
  color: #96989c;
  font-family: "Roboto-Regular", sans-serif;
  font-size: 13px;
  font-weight: 400;
  justify-content: flex-start;
  letter-spacing: 0.5px;
  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: "Play-Bold", sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

.form--title img {
  width: 11px;
}

.form-v2--input {
  margin: 0 0 20px;
  position: relative;
}

.form-v2--input input {
  background: #f3f6f8;
  border-radius: 6px;
  color: #282e38;
  font-size: 20px;
  height: 64px;
  line-height: 18px;
  padding: 21px 30px;
  text-align: left;
  width: 100%;
}

.form-v2--input input:disabled {
  background: #eee;
}

.form-v2--input img {
  max-width: 35px;
  position: absolute;
  right: 20px;
  top: 32px;
  transform: translateY(-50%);
}

.form-v2--input-enter-form {
  margin: 0 0 20px;
  position: relative;
}

.form-v2--input-enter-form input,
.form-v2--input-enter-form select {
  background: #f3f6f8;
  border-radius: 6px;
  color: #96989c;
  font-size: 15px;
  height: 64px;
  line-height: 18px;
  padding: 21px 30px;
  text-align: left;
  width: 100%;
}

.form-v2--input-enter-form input:disabled,
.form-v2--input-enter-form select:disabled {
  background: #eee;
}

.form-v2--input-enter-form img {
  max-width: 35px;
  position: absolute;
  right: 20px;
  top: 32px;
  transform: translateY(-50%);
}

.currency--choice {
  align-items: center;
  background: #f7fafc;
  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;
  border-top: 1px solid #d0d2db;
  display: flex;
  flex: 1;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 14px 30px;
  position: relative;
}

.currency--choice ul li {
  display: flex;
  flex: 1;
  margin: 5px 2px;
}

.currency--choice ul li:after {
  border-right: 1px solid #d0d2db;
  content: "";
  margin-left: 5px;
}

.currency--choice ul li:last-child:after {
  border: none;
}

.currency--choice ul a {
  border-radius: 4px;
  box-shadow: none;
  color: #619420;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 16.41px;
  padding: 8px 1px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.currency--choice ul a:hover {
  background: #619420;
  color: #fff;
  opacity: 0.9;
}

.currency--choice ul a.active {
  background: #619420;
  color: #fff;
  font-family: "Roboto-Medium", sans-serif;
}

.form-v2__currency--list li {
  cursor: pointer;
}

.form-v2__currency--list li:hover {
  background: #ededed;
}

.services h2 {
  font-size: 40px;
  line-height: 46.28px;
}

.services h2 span {
  border: none;
  color: #619420;
}

@media only screen and (max-width: 767px) {
  .services {
    display: none;
  }
}

.services ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -1.5%;
}

@media only screen and (max-width: 767px) {
  .services ul {
    margin: 0;
  }
}

.services li {
  flex-basis: 29.1666666667%;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 2rem 1.5%;
  max-width: 29.1666666667%;
  min-width: 320px;
  padding: 1rem;
}

.services img {
  max-width: 80px;
  padding-top: 6px;
  width: 300px;
}

.services span {
  border-bottom: 1px solid #e6e6e6;
  display: inline-block;
  margin: auto;
  padding-bottom: 1rem;
}

.services p {
  font-size: 1rem;
  line-height: 1.88;
  margin-bottom: 0;
  margin-top: 1.4rem;
  text-transform: uppercase;
}

.services-txt {
  color: #96989c;
  font-family: "Roboto-Light", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 16.41px;
}

.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: #282e39;
  font-size: 1.5em;
  margin-top: 0.5rem;
}

.form-confirmation-manual-overtime {
  padding: 0 30px;
}

@media only screen and (max-width: 550px) {
  .form-confirmation-manual-overtime {
    padding: 0 5px;
  }
}

.form-confirmation-manual-overtime img {
  max-width: 88px;
  width: 100%;
}

.form-confirmation-manual-actual {
  align-items: center;
  display: flex;
  flex-direction: row;
}

@media only screen and (max-width: 1200px) {
  .form-confirmation-manual-actual {
    margin-top: 0.5rem;
  }
}

.form-confirmation-manual-actual-info p {
  color: #fff;
  font-size: 15px;
  line-height: 1.3;
}

@media only screen and (max-width: 550px) {
  .form-confirmation-manual-actual-info p {
    font-size: 12px;
  }
}

.form-confirmation-manual-actual-info p b {
  font-size: 2.68rem;
}

.form-information .form-wr {
  padding-top: 2em;
}

.form-information-sent-received {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -0.9375rem;
}

@media only screen and (max-width: 767px) {
  .form-information-sent-received {
    margin: 0;
  }
}

.form-information-sent-received-wr {
  align-items: center;
  border: 1px solid #e6e6e6;
  display: flex;
  flex: 1 1;
  flex-direction: row;
  margin: 1.895rem 0.9375rem;
  min-width: 320px;
  padding: 1.5rem 0.94rem;
}

@media only screen and (max-width: 767px) {
  .form-information-sent-received-wr {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0.5rem 0;
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 550px) {
  .form-information-sent-received-wr {
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    min-width: 100%;
    text-align: center;
  }
}

.form-information-sent-received_img {
  padding: 0 1.65rem;
}

@media only screen and (max-width: 550px) {
  .form-information-sent-received_img {
    margin-bottom: 0.5rem;
  }
}

.form-information-sent-received_img img {
  max-width: 100px;
  width: 100%;
}

.form-information-sent-received_info {
  flex: 1 0 auto;
  padding: 0 0.94rem;
}

@media only screen and (max-width: 767px) {
  .form-information-sent-received_info {
    width: 100%;
  }
}

.form-information-sent-received_info span {
  font-family: "Conv_MuseoSansCyrl_2", sans-serif;
  font-size: 1.125rem;
}

@media only screen and (max-width: 767px) {
  .form-information-sent-received_info span {
    display: block;
    margin-top: 0.5rem;
    width: 100%;
  }
}

.form-information-sent-received_info .title {
  align-items: center;
  display: flex;
  font-size: 1.875rem;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .form-information-sent-received_info .title {
    flex-wrap: wrap;
    font-size: 1.2rem;
    justify-content: center;
  }
}

.form-information-sent-received_info .title span {
  font-size: 1.875rem;
}

@media only screen and (max-width: 767px) {
  .form-information-sent-received_info .title span {
    display: block;
    font-size: 1.2rem;
    margin: auto;
    width: 100%;
  }
}

.form-information-sent-received_info div {
  align-items: center;
  border-top: 1px solid #80d41e;
  display: flex;
  justify-content: space-between;
  padding-top: 12px;
}

.form-information-sent-received ul {
  margin-bottom: 10px;
  margin-top: 10px;
  width: 100%;
}

.form-information-sent-received li {
  align-items: center;
  display: flex;
  font-size: 1rem;
  justify-content: space-between;
  padding: 5px 10px;
}

.form-information-sent-received li:nth-child(odd) {
  background: #f4f5f7;
}

@media only screen and (max-width: 767px) {
  .form-information-sent-received li {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.form-information_contact ul {
  margin: 0 -2.4rem;
}

@media only screen and (max-width: 767px) {
  .form-information_contact ul {
    margin: 0;
  }
}

.form-information_contact span {
  color: #9f9f9f;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .form-information_contact .btn-plain {
    margin-left: auto;
    margin-right: auto;
  }
}

.form-information_contact,
.form-information_contact ul {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.form-information_contact .contact,
.form-information_contact ul .contact {
  margin: 1.75rem 2.4rem;
}

@media only screen and (max-width: 767px) {
  .form-information_contact .contact,
  .form-information_contact ul .contact {
    margin: 0.5rem 0;
  }
}

.form-information_contact .contact p,
.form-information_contact ul .contact p {
  font-size: 20px;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .form-information_contact .contact p,
  .form-information_contact ul .contact p {
    font-size: 14px;
    margin-top: 5px;
  }
}

.form-information .form-submit {
  margin-top: 0.94rem;
}

.form-manual .form-information-sent-received-wr {
  margin-bottom: 0;
  padding: 1rem 0.94rem;
}

.form-manual .form-information-sent-received_info .title span {
  font-size: 1.55rem;
}

@media only screen and (max-width: 767px) {
  .form-manual .form-information-sent-received_info .title span {
    margin-left: 10px;
  }
}

.form-manual .form-information-sent-received_img img {
  max-width: 70px;
}

.form-manual .form-information_contact {
  justify-content: center;
  margin-bottom: 0;
}

.form-manual .form-information_contact .contact {
  margin: 0.88rem 2.4rem;
}

@media only screen and (max-width: 767px) {
  .form-manual .form-information_contact .contact {
    margin-left: 0;
    margin-right: 0;
  }
}

.form-manual .form-information_contact ul {
  margin: 0;
}

.form-manual-must .title {
  color: #282e38;
  font-family: "Play-Bold", sans-serif;
  font-size: 22px;
  line-height: 27.77px;
}

@media screen and (max-width: 460px) {
  .form-manual-must .title {
    font-size: 16px;
  }
}

.form-manual-must ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 58px 0;
}

.form-manual-must li {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0 0 34px;
}

.form-manual-must li:last-child {
  padding: 0;
}

.form-manual-must li p {
  padding-right: 12px;
  white-space: nowrap;
}

.form-manual-must li .value-manual-payment {
  align-items: center;
  color: #282e38;
  display: flex;
  word-break: break-all;
}

.form-manual-must li .value-manual-payment img {
  cursor: pointer;
  padding-left: 12px;
}

@media only screen and (max-width: 550px) {
  .form-manual-must li div {
    flex-wrap: wrap;
  }
}

.form-manual-must li div p {
  line-height: 1.95;
  margin-right: 12px;
  white-space: nowrap;
}

@media only screen and (max-width: 550px) {
  .form-manual-must li div p {
    line-height: normal;
    margin: 6px 6px 6px 0;
    text-align: left;
    white-space: normal;
  }
}

.form-manual-must .btn img {
  margin: 0 6px 0 0;
}

.form-manual-must_txt {
  font-size: 1rem;
}

@media screen and (max-width: 460px) {
  .form-manual-must_txt {
    font-size: 0.75rem;
  }
}

.form-manual .btn-plain {
  margin-top: 0.5rem;
  position: absolute;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .form-manual .btn-plain {
    margin-top: 1.5rem;
    position: relative;
  }
}

.form-manual-wait .merchant-qrcode {
  margin-bottom: -15px;
  margin-top: 30px;
}

.form-manual-wait .form-manual-must ol {
  padding-top: 26px;
}

.form-manual-wait .form-manual-must ol li {
  display: block;
  padding: 0;
  text-align: left !important;
}

.form-manual-wait .form-manual-must ol li div {
  margin: 0 0 20px;
  position: relative;
}

.form-manual-wait .form-manual-must ol li p {
  line-height: 16.41px;
  margin-bottom: 9px;
}

.form-manual-wait .form-manual-must .form-manual-must_txt {
  align-items: center;
  background: #f3f6f8;
  border-radius: 8px;
  color: #000;
  display: flex;
  height: 48px;
  padding: 14px 18px;
  text-align: left;
  width: 100%;
}

.form_reviews-new {
  box-shadow: 0 5px 30px 0 #e3e3e4;
  margin-top: 4rem;
  width: 100%;
}

.form_reviews-new .title {
  margin-bottom: 0.9rem;
}

.form_reviews-new_wr {
  overflow: hidden;
  padding-bottom: 2.4rem;
  position: relative;
}

@media only screen and (max-width: 550px) {
  .form_reviews-new_wr {
    padding: 0 1rem 1rem;
  }
}

.form_reviews-new_wr:after,
.form_reviews-new_wr:before {
  opacity: 0.1;
  position: absolute;
  z-index: 0;
}

.form_reviews-new_wr:after {
  content: url(/_nuxt/img/001.f83ed95.svg);
  right: -18rem;
  top: -5.5rem;
  width: 46rem;
}

.form_reviews-new_wr:before {
  bottom: -13.3rem;
  content: url(/_nuxt/img/002.ebb3754.svg);
  left: -18.5rem;
  width: 46rem;
}

.form_reviews-new_base {
  margin: auto;
  max-width: 35rem;
  position: relative;
  z-index: 1;
}

.form_reviews-new input,
.form_reviews-new textarea {
  background-color: #f4f5f7;
  border: 1px solid #eee;
  border-radius: 20px;
  font-size: 1rem;
  margin: 10px 0 0;
  padding: 10px 35px 10px 15px;
  width: 100%;
}

.form_reviews-new input::-webkit-input-placeholder,
.form_reviews-new textarea::-webkit-input-placeholder {
  color: #9f9f9f;
  font-style: italic;
}

.form_reviews-new input::-moz-placeholder,
.form_reviews-new textarea::-moz-placeholder {
  color: #9f9f9f;
  font-style: italic;
}

.form_reviews-new input:-ms-input-placeholder,
.form_reviews-new textarea:-ms-input-placeholder {
  color: #9f9f9f;
  font-style: italic;
}

.form_reviews-new input:-moz-placeholder,
.form_reviews-new textarea:-moz-placeholder {
  color: #9f9f9f;
  font-style: italic;
}

.form_reviews-new textarea {
  height: 4.875rem;
  min-height: 3rem;
  resize: vertical;
}

.form_reviews-new .btn {
  margin-top: 1.5rem;
}

.form-order-header {
  margin: 70px 0;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .form-order-header {
    margin: 50px 0;
  }
}

.form-order-header h1 {
  color: #282e38;
}

.form-order-header h1 span {
  color: #619420;
}

.form-confirmation {
  padding-bottom: 5.5em;
}

@media only screen and (max-width: 767px) {
  .form-confirmation {
    padding-bottom: 0.5em;
  }
}

@media screen and (max-width: 1200px) {
  .form-confirmation .form-wr {
    padding: 1.25em 0;
  }
}

@media screen and (max-width: 1024px) {
  .form-confirmation .form-wr {
    padding: 1.25em 0 0;
  }
}

.form-confirmation__main {
  align-items: stretch;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .form-confirmation__main {
    align-items: inherit;
    flex-direction: column;
  }
}

.form-confirmation__main--top {
  background: #f3f3f7;
  border-radius: 10px;
  margin-bottom: 1.5em;
  padding: 1em 1.125em;
}

.form-confirmation__main--title {
  color: #212121;
  font-size: 16px;
  line-height: 19px;
  margin: 0 0 12px;
}

.form-confirmation__main--currency {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.form-confirmation__main--currency__name {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}

.form-confirmation__main--currency__name img {
  margin-right: 12px;
  width: 36px;
}

.form-confirmation__main--currency__name span {
  color: #212121;
  font-size: 2rem;
  line-height: 2.375rem;
}

@media screen and (max-width: 1024px) {
  .form-confirmation__main--currency__name span {
    font-size: 1rem;
  }
}

.form-confirmation__main--currency__amount {
  color: #9f9f9f;
  font-size: 1.25rem;
  line-height: 1.5;
}

@media screen and (max-width: 1024px) {
  .form-confirmation__main--currency__amount {
    font-size: 1rem;
  }
}

.form-confirmation__main--address__title {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 8px;
}

.form-confirmation__main--address__title img {
  margin-right: 6px;
  max-width: 16px;
}

.form-confirmation__main--address__title span {
  color: #212121;
  font-size: 14px;
  line-height: 17px;
}

.form-confirmation__main--address > p {
  color: #9f9f9f;
  font-size: 12px;
  line-height: 14px;
}

.form-confirmation__main--bottom {
  align-items: center;
  border-top: 1px solid #dedede;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 20px;
  padding-top: 12px;
}

.form-confirmation__main--bottom p,
.form-confirmation__main--bottom span {
  font-size: 16px;
  line-height: 19px;
}

.form-confirmation__main--bottom span {
  color: #212121;
}

.form-confirmation__main--bottom p {
  color: #9f9f9f;
}

.form-confirmation--order .form-confirmation__get,
.form-confirmation--order .form-confirmation__give,
.form-confirmation--order .form-confirmation__ref {
  margin-bottom: 0;
  margin-top: 0;
}

@media screen and (max-width: 1024px) {
  .form-confirmation--order .form-confirmation__get,
  .form-confirmation--order .form-confirmation__give,
  .form-confirmation--order .form-confirmation__ref {
    margin: 1.5em 2.585em;
  }
}

@media screen and (max-width: 767px) {
  .form-confirmation--order .form-confirmation__give {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1024px) {
  .form-confirmation--order .form-confirmation__ref {
    margin: 0;
  }
}

.form-confirmation--order .btn-log-in {
  line-height: normal;
  padding-bottom: 4px;
  padding-top: 4px;
}

.form-confirmation--order .btn-log-in img {
  height: 21px;
  width: 21px;
}

.form-confirmation--order .form-submit {
  margin-top: 0;
}

@media only screen and (min-width: 1026px) {
  .form-confirmation--order .form-submit {
    margin-bottom: 0;
  }
}

.form-confirmation__ref {
  align-items: center;
  display: flex;
  flex: none;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .form-confirmation__ref {
    justify-content: center;
    margin-bottom: 0;
    margin-top: 0;
  }
}

.form-confirmation__ref:after {
  background: #efefef;
  content: "";
  height: 100%;
  left: 16px;
  position: absolute;
  width: 1px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .form-confirmation__ref:after {
    height: 1px;
    left: 0;
    width: 100%;
  }
}

.form-confirmation__ref span {
  cursor: pointer;
  display: inline-flex;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .form-confirmation__ref span {
    transform: rotate(90deg);
  }
}

.form-confirmation__contact {
  margin: 0.85em 2.585em 0.75em;
}

@media screen and (max-width: 1024px) {
  .form-confirmation__contact {
    margin: 0.85em 1.585em 0.75em;
  }
}

@media screen and (max-width: 767px) {
  .form-confirmation__contact {
    margin-bottom: 0;
  }
}

.form-confirmation__contact > p {
  color: #212121;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 12px;
}

.form-confirmation__contact ul {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.form-confirmation__contact li {
  color: #9f9f9f;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 10px;
  margin-right: 2.5rem;
}

.form-confirmation__contact li span {
  color: #212121;
  display: inline-block;
  margin-right: 6px;
}

.form-confirmation__bottom {
  align-items: center;
  background: #fafafc;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding: 1.125em 4.385em 1.25em;
}

@media screen and (max-width: 1200px) {
  .form-confirmation__bottom {
    padding: 1.125em 2.385em 1.25em;
  }
}

@media screen and (max-width: 1024px) {
  .form-confirmation__bottom {
    padding: 1.125em 1.385em 1.25em;
  }
}

@media screen and (max-width: 767px) {
  .form-confirmation__bottom {
    flex-direction: column;
  }
}

.form-confirmation__bottom--verification {
  flex: 1;
  margin-bottom: 15px;
}

.form-confirmation__bottom--verification > p {
  margin-bottom: 11px;
}

@media screen and (max-width: 767px) {
  .form-confirmation__bottom--verification {
    width: 100%;
  }
}

.form-confirmation__bottom--verification__item {
  align-items: center;
  border: 1px dashed #e1e4ed;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 0 14px;
  padding: 18px 25px;
}

@media screen and (max-width: 414px) {
  .form-confirmation__bottom--verification__item {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.form-confirmation__bottom--verification__item:last-child {
  margin-bottom: 0;
}

.form-confirmation__bottom--verification__item.go-to-verif a {
  color: #619420;
}

.form-confirmation__bottom--verification__item.success-verif {
  border-color: #69c036;
  color: #69c036;
}

.form-confirmation__bottom--verification__item.success-verif a,
.form-confirmation__bottom--verification__item.success-verif p,
.form-confirmation__bottom--verification__item.success-verif span {
  color: #69c036;
}

.form-confirmation__bottom--verification__item div {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.form-confirmation__bottom--verification__item div img {
  margin-right: 6px;
  max-width: 10px;
}

.form-confirmation__bottom--verification__item div p {
  color: #9f9f9f;
  margin-right: 8px;
}

.form-confirmation__bottom--verification__item div span {
  color: #282e38;
}

.form-confirmation__bottom--verification__item a,
.form-confirmation__bottom--verification__item p,
.form-confirmation__bottom--verification__item span {
  font-size: 14px;
  line-height: 17px;
}

@media screen and (max-width: 414px) {
  .form-confirmation__bottom--verification__item a,
  .form-confirmation__bottom--verification__item p,
  .form-confirmation__bottom--verification__item span {
    font-size: 13px;
    white-space: nowrap;
  }
}

@media screen and (max-width: 340px) {
  .form-confirmation__bottom--verification__item a,
  .form-confirmation__bottom--verification__item p,
  .form-confirmation__bottom--verification__item span {
    font-size: 12px;
  }
}

.form-confirmation__bottom--verification__item a {
  cursor: pointer;
}

.form-confirmation__bottom--verification__item a:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.form-confirmation__bottom--verification__item > p {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}

.form-confirmation__bottom--verification__item > p a {
  color: #212121;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.form-confirmation__bottom--verification__item > p img {
  margin-left: 8px;
  max-width: 10px;
}

.form-confirmation__bottom--btns {
  align-items: center;
  border-left: 1px solid #dedede;
  display: flex;
  flex: 1;
  justify-content: center;
  margin-left: 2.9375rem;
  max-width: 365px;
  padding: 1rem 0 1rem 2.75rem;
}

@media screen and (max-width: 1200px) {
  .form-confirmation__bottom--btns {
    margin-left: 1.9375rem;
    max-width: 300px;
    padding: 1.75rem 0 1.75rem 1.75rem;
  }
}

@media screen and (max-width: 1024px) {
  .form-confirmation__bottom--btns {
    flex: none;
    flex-direction: column-reverse;
    margin-left: 1.5rem;
    max-width: none;
    padding: 1.75rem 0 0.75rem 1rem;
  }
}

@media screen and (max-width: 767px) {
  .form-confirmation__bottom--btns {
    border-left: none;
    border-top: 1px solid #dedede;
    flex: 1;
    flex-direction: row;
    margin-left: 0;
    margin-top: 1.5rem;
    padding-left: 0;
    padding-top: 1.5rem;
    width: 100%;
  }
}

.form-confirmation__bottom--btns .btn {
  min-width: 100px;
}

.form-confirmation .btn-reject {
  color: #a0a0a0;
  font-size: 14px;
  line-height: 17px;
  margin-right: 2em;
  padding-left: 0;
  padding-right: 0;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

@media screen and (max-width: 1200px) {
  .form-confirmation .btn-reject {
    margin-right: 12px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .form-confirmation .btn-reject {
    margin-right: 0;
    margin-top: 18px;
  }
}

.form-confirmation .btn-reject:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.copy-icon-profile {
  background: #fff;
  height: 40px;
  line-height: 44px;
  padding: 0;
  position: relative;
  right: -20px;
  top: 2px;
  width: 20px;
}

.copy-icon-profile span {
  cursor: pointer;
  display: inline-block;
  height: inherit;
  text-indent: -12px;
  width: 18px;
}

.copy-icon-profile img {
  width: 100%;
}

.copy-icon {
  height: 40px;
  position: absolute;
  width: 18px;
}

.copy-icon img {
  width: 100%;
}

.form-payment-condition {
  border-radius: 30px;
  max-width: 512px;
}

.form-payment-condition .form-wr {
  padding: 0;
}

.form-payment-condition--top {
  padding: 18px 30px;
}

@media only screen and (max-width: 767px) {
  .form-payment-condition--top {
    padding: 10px 14px;
  }
}

.form-payment-condition--top p {
  align-items: center;
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 50px;
  color: #fff;
  display: inline-flex;
  font-size: 20px;
  font-weight: 300;
  justify-content: center;
  line-height: 28px;
  padding-bottom: 11px;
  padding-left: 66px;
  padding-top: 11px;
}

@media only screen and (max-width: 767px) {
  .form-payment-condition--top p {
    background-size: 36px !important;
    font-size: 16px;
    padding-bottom: 5px;
    padding-left: 50px;
    padding-top: 5px;
  }
}

.form-payment-condition--top.success {
  background: #69c036;
}

.form-payment-condition--top.success p {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIHZpZXdCb3g9IjAgMCA1MCA1MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxjaXJjbGUgY3g9IjI1IiBjeT0iMjUiIHI9IjI1IiBmaWxsPSJ3aGl0ZSIgZmlsbC1vcGFjaXR5PSIwLjUiLz4KICAgIDxjaXJjbGUgY3g9IjI0Ljk0OTEiIGN5PSIyNC45NDg3IiByPSIxNy45NDg3IiBmaWxsPSJ3aGl0ZSIvPgogICAgPHBhdGggZD0iTTMxLjM3MjkgMTkuMjk5NEwyMS42MSAyOS4zMDQ4TDE3LjY3NTcgMjUuMjg3N0MxNy4yODcxIDI0Ljg4ODUgMTYuNjggMjQuODg4NSAxNi4yOTE0IDI1LjI4NzdDMTUuOTAyOSAyNS42ODY5IDE1LjkwMjkgMjYuMzEwNyAxNi4yOTE0IDI2LjcwOTlMMjAuOTA1NyAzMS40NTA2QzIxLjEgMzEuNjUwMiAyMS4zNDI5IDMxLjc1IDIxLjU4NTcgMzEuNzVDMjEuODI4NiAzMS43NSAyMi4wNzE0IDMxLjY1MDIgMjIuMjY1NyAzMS40NTA2TDMyLjcwODYgMjAuNzIxNkMzMy4wOTcxIDIwLjMyMjQgMzMuMDk3MSAxOS42OTg2IDMyLjcwODYgMTkuMjk5NEMzMi4zNjg2IDE4LjkwMDIgMzEuNzM3MSAxOC45MDAyIDMxLjM3MjkgMTkuMjk5NFoiIGZpbGw9IiM2OUMwMzYiLz4KPC9zdmc+Cg==);
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 50px;
}

.form-payment-condition--top.processing {
  background: #f0f1f4;
}

.form-payment-condition--top.processing p {
  background: url(/_nuxt/img/payment-processing.b8cf369.png);
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 50px;
  color: #9f9f9f;
}

.form-payment-condition--top.refunded {
  background: #f7931a;
}

.form-payment-condition--top.refunded p {
  background: url(/_nuxt/img/payment-refunded.0446c6f.png);
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 50px;
}

.form-payment-condition--top.deleted {
  background: #ee404f;
}

.form-payment-condition--top.deleted p {
  background: url(/_nuxt/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;
  background: #f3f3f7;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  padding: 18px 20px;
}

@media only screen and (max-width: 767px) {
  .form-payment-condition--main__top {
    flex-wrap: wrap;
  }
}

.form-payment-condition--main__top .title {
  align-items: center;
  display: flex;
  font-size: 28px;
  font-weight: 300;
  justify-content: flex-start;
  line-height: 34px;
}

@media only screen and (max-width: 767px) {
  .form-payment-condition--main__top .title {
    font-size: 20px;
    width: 100%;
  }
}

.form-payment-condition--main__top .title img {
  flex: none;
  margin-right: 16px;
  max-width: 44px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .form-payment-condition--main__top ul {
    width: 100%;
  }
}

.form-payment-condition--main__top li {
  color: #9f9f9f;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .form-payment-condition--main__top li {
    font-size: 14px;
    text-align: left;
  }
}

.form-payment-condition--main__top li b {
  color: #212121;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

@media only screen and (max-width: 767px) {
  .form-payment-condition--main__top li b {
    font-size: 16px;
  }
}

.form-payment-condition--main__data {
  padding-bottom: 10px;
  padding-top: 10px;
}

.form-payment-condition--main__data li {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
}

.form-payment-condition--main__data li:last-child {
  border-bottom: none;
}

.form-payment-condition--main__data li p {
  align-items: center;
  color: #9f9f9f;
  display: flex;
  font-size: 16px;
  font-weight: 300;
  justify-content: space-between;
  line-height: 19px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .form-payment-condition--main__data li p {
    font-size: 14px;
  }
}

.form-payment-condition--main__data li p span {
  color: #212121;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .form-payment-condition--main__data li p span {
    font-size: 14px;
  }
}

.form-payment-condition--main__data li.total {
  border-top: 1px solid #dedede;
}

.form-payment-condition--main__data li.total p {
  color: #212121;
}

.form-payment-condition--main__data li.total span {
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .form-payment-condition--main__data li.total span {
    font-size: 14px;
  }
}

.form-payment-condition--main .partner-margin {
  margin-top: 0;
}

.form-payment-condition--main .partner-margin .btn {
  font-size: 14px;
  line-height: 33px;
}

.partner-block {
  overflow: hidden;
  position: relative;
}

.partner-block .container-dashed {
  border-top: 1px dashed #ced3e6;
}

.partner-block .our-partner {
  margin: 0;
}

.partner-block .our-partner .title {
  font-size: 1.875rem;
  margin-bottom: 0.5rem;
}

.partner-block .our-partner ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .partner-block .our-partner ul {
    flex-direction: column;
  }
}

.partner-block .our-partner li {
  flex: 1 1;
  margin: 10px;
  min-width: 200px;
  padding: 10px 15px;
}

.partner-block .our-partner li a {
  border-left: 1px solid #dedede;
}

.partner-block .our-partner li a:first-child {
  border-left: none;
}

.partner-block .our-partner img {
  max-width: 140px;
}

@media only screen and (max-width: 767px) {
  .partner-block .our-partner img {
    max-width: 240px;
  }
}

.partner {
  margin-top: 10px;
}

.partner-top {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 3.35rem;
  padding-top: 0;
}

@media only screen and (max-width: 767px) {
  .partner-top {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 3rem;
  }

  .partner-top h1 {
    margin-bottom: 0.5rem;
  }
}

.partner-top .btn {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

@media only screen and (max-width: 1200px) {
  .partner-top-wr {
    background-position-y: 0;
  }
}

.partner li {
  border: 1px solid #e6e6e6;
  margin-bottom: 1.875rem;
  margin-top: 1.875rem;
  padding: 1.25rem;
}

.partner-item {
  display: flex;
}

@media only screen and (max-width: 650px) {
  .partner-item {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.partner-img {
  align-items: center;
  border-right: 1px solid #e6e6e6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 25%;
  padding-right: 2.1875rem;
}

.partner-img img {
  max-width: 9.625rem;
  width: 100%;
}

@media only screen and (max-width: 650px) {
  .partner-img {
    border-bottom: 1px solid #e6e6e6;
    border-right: none;
    padding-right: 0;
  }
}

.partner-description {
  margin-left: 2.1875rem;
}

@media only screen and (max-width: 650px) {
  .partner-description {
    margin-left: 0;
  }
}

.partner-description-title {
  color: #b6b6b6;
  font-size: 12px;
  margin-bottom: 0.3rem;
  margin-top: 1rem;
  text-transform: uppercase;
}

.partner-description-theme {
  font-size: 1.5rem;
  margin-bottom: 10px;
  line-height: 1.5 !important;
}

.partner-description-txt {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 2.5rem;
}

.partner-order-states {
  background-color: #fff;
}

.partner-order-states h1 {
  text-align: center;
}

.partner-order-states .under-header {
  background-image: none;
}

.partner-order-states .form-confirmation-manual-number {
  width: 100%;
}

.container-aff {
  display: flex;
  flex-direction: column;
  margin: 3rem 3.6rem;
}

@media only screen and (max-width: 767px) {
  .container-aff {
    margin: 0.5rem 1rem;
  }
}

@media only screen and (max-width: 1200px) {
  .container-aff {
    margin: 1rem 2rem;
  }
}

.partners-program,
.requisites-main-block {
  border-top: 1px solid #f3f3f3;
}

.partners-program .container-api,
.requisites-main-block .container-api {
  display: flex;
  flex-direction: column;
  margin: 3.3rem 6.6rem;
}

@media only screen and (max-width: 767px) {
  .partners-program .container-api,
  .requisites-main-block .container-api {
    margin: 0.5rem 1rem;
  }
}

@media only screen and (max-width: 1200px) {
  .partners-program .container-api,
  .requisites-main-block .container-api {
    margin: 1rem 2rem;
  }
}

.partners-program .container-api h2,
.requisites-main-block .container-api h2 {
  margin-left: 0;
}

@media only screen and (max-width: 767px) {
  .partners-program .container-api h2,
  .requisites-main-block .container-api h2 {
    margin: auto;
  }
}

.partners-program__main,
.requisites-main-block__main {
  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: "Play-Bold", sans-serif;
  font-size: 24px;
}

.partners-program h2,
.requisites-main-block h2 {
  margin-left: 52px;
}

@media only screen and (max-width: 767px) {
  .partners-program h2,
  .requisites-main-block h2 {
    margin-left: 0;
  }
}

.partners-program ul,
.requisites-main-block ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 13px;
}

@media only screen and (max-width: 767px) {
  .partners-program ul,
  .requisites-main-block ul {
    margin-left: 0;
    margin-right: 0;
  }
}

.partners-program li,
.requisites-main-block li {
  border: 1px solid #e6e6e6;
  flex: 0 0 auto;
  flex-basis: 28.3333333333%;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0.45rem 0.9rem 0.45rem 0.8rem;
  max-width: 28.3333333333%;
  min-width: 285px;
  padding: 1.875rem;
}

@media only screen and (max-width: 767px) {
  .partners-program li,
  .requisites-main-block li {
    min-width: 300px;
  }
}

.partners-program li div > div,
.requisites-main-block li div > div {
  margin-top: 1.25rem;
}

.partners-program li div > div p,
.requisites-main-block li div > div p {
  align-items: center;
  border-top: 1px dashed #ced3e6;
  display: flex;
  justify-content: space-between;
  padding: 5px 10px;
}

.partners-program li div > div p:last-child,
.requisites-main-block li div > div p:last-child {
  border-bottom: 1px dashed #ced3e6;
}

.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: #9f9f9f;
  font-family: "Roboto-Light", sans-serif;
  font-size: 15px;
  margin-bottom: 1.875rem;
  text-transform: uppercase;
}

.partners-program-cost,
.requisites-main-block-cost {
  font-family: "Play-Regular", sans-serif;
  font-size: 52px;
  margin-bottom: 1.875rem;
}

.partners-program-cost span,
.requisites-main-block-cost span {
  font-size: 1rem;
  font-weight: 400;
}

.partners-program .btn-submit,
.requisites-main-block .btn-submit {
  padding-left: 50px;
  padding-right: 50px;
}

.personal-room {
  margin-top: 3rem;
}

.personal-room-top-wr {
  background-position-y: -0.5rem;
}

.personal-room .title {
  margin-bottom: 2.1875rem;
}

.ref-link {
  border-top: 1px solid #f3f3f3;
  margin-bottom: 1rem;
  margin-top: 0.1rem;
  overflow: hidden;
  position: relative;
}

.ref-link .container {
  position: relative;
  z-index: 2;
}

.ref-link-title {
  margin-left: 52px;
}

@media only screen and (max-width: 767px) {
  .ref-link-title {
    margin-left: 0;
  }
}

.ref-link-title p {
  font-family: "Roboto-Light", sans-serif;
  font-size: 15px;
  margin-top: 10px;
}

.ref-link-list {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .ref-link-list {
    align-items: center;
  }
}

.ref-link-list > div {
  margin-right: 24px;
  width: 42.7%;
}

@media only screen and (max-width: 767px) {
  .ref-link-list > div {
    margin-right: 0;
    width: 100%;
  }
}

.ref-link-list .current-link {
  background-color: #619420;
  color: #fff;
}

.ref-link .title {
  text-align: left;
}

.ref-link input {
  background-color: #f3f6f8;
  border-radius: 8px;
  font-size: 1rem;
  margin: 10px 0;
  padding: 20px 35px 15px 15px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .ref-link input {
    font-size: 0.8rem;
  }
}

.ref-link label {
  display: block;
  margin: auto;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .ref-link label {
    width: 100%;
  }
}

.ref-link label span {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 19px;
}

.ref-link label span img {
  width: 20px;
}

@media only screen and (max-width: 767px) {
  .ref-link label span img {
    width: 18px;
  }
}

.statistic {
  padding-bottom: 4rem;
  padding-top: 4rem;
}

.statistic-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0.94rem -1.875rem;
}

@media only screen and (max-width: 767px) {
  .statistic-ul {
    margin-left: 0;
    margin-right: 0;
  }
}

.statistic-ul > li {
  flex: 1 1;
  flex-basis: 46.25%;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0.45rem 0.94rem;
  max-width: 46.25%;
  min-width: 320px;
  padding: 1.875rem;
}

.statistic-ul > li.statistic-get-li {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .statistic-ul > li {
    min-width: 300px;
  }
}

.statistic-graphic {
  border: 1px solid #e6e6e6;
}

.statistic b {
  font-family: "Conv_MuseoSansCyrl_2", sans-serif;
}

.statistic-get-title {
  background: #f4f5f7;
  padding: 1.25rem 1.875rem;
}

.statistic-get-title > b,
.statistic-get-title > span {
  font-size: 1.5rem;
}

.statistic-get-li li {
  border-bottom: 1px solid #e6e6e6;
  justify-content: space-between;
  padding: 10px 1.25rem;
}

.statistic-get-li li p {
  font-size: 1.25rem;
}

.statistic-get-li li img {
  margin-right: 1.25rem;
  max-width: 30px;
}

.statistic-get-li li > div b {
  font-size: 1.125rem;
  margin-right: 1.875rem;
}

.statistic-get-li li > div span {
  color: #b2adad;
  font-size: 14px;
}

.statistic-get-li li,
.statistic-get-li li div {
  align-items: center;
  display: flex;
  flex-direction: row;
}

.statistic-history {
  margin-left: 1.25rem;
  margin-top: 1.25rem;
}

.statistic-history a {
  color: #9f9f9f;
  font-size: 11px;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-transform: uppercase;
}

.news-bloc,
.reserves,
.reviews-bloc {
  overflow: hidden;
  padding-bottom: 4rem;
  padding-top: 4rem;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .news-bloc,
  .reserves,
  .reviews-bloc {
    margin-top: 0;
  }
}

.news-bloc:after,
.news-bloc:before,
.reserves:after,
.reserves:before,
.reviews-bloc:after,
.reviews-bloc:before {
  position: absolute;
  z-index: 0;
}

.news-bloc div,
.reserves div,
.reviews-bloc div {
  border-radius: 8px 8px 0 0;
  position: relative;
  z-index: 1;
}

.news-bloc .title,
.reserves .title,
.reviews-bloc .title {
  align-items: center;
  color: #282e38;
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}

.news-bloc .title-other,
.reserves .title-other,
.reviews-bloc .title-other {
  align-items: center;
  display: flex;
  font-family: "Play-Regular", sans-serif;
  font-size: 36px;
  font-weight: 400;
  justify-content: space-between;
}

.news-bloc 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,
  .reserves ul,
  .reviews-bloc ul {
    justify-content: center;
  }
}

.news-bloc 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: 1025px) {
  .news-bloc li,
  .reserves li,
  .reviews-bloc li {
    max-width: 48%;
  }
}

.news-bloc b,
.reserves b,
.reviews-bloc b {
  font-family: "Conv_MuseoSansCyrl_2", sans-serif;
}

.reserves {
  background: #f8fafb;
}

.reserves h3 {
  font-size: 36px;
}

.reserves li {
  align-items: center;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 25px 50px 0 hsla(0, 0%, 45%, 0.04);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  overflow: hidden;
  padding: 1.7rem;
}

.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: 22px;
  margin-right: 10px;
  width: 22px;
}

.reserves p {
  color: #96989c;
  font-size: 14px;
}

.reserves span {
  color: #282e38;
  font-size: 14px;
}

.reserves-icon {
  align-items: center;
  display: flex;
  flex-direction: row;
  height: 32px;
  width: 32px;
}

.reserves-icon span {
  color: #282e38;
  font-family: "Roboto-Medium", sans-serif;
  font-size: 14px;
}

.reserves-cost {
  min-width: 130px;
  text-align: right;
}

.reserves-cost p {
  font-family: "Roboto-Regular", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.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-top {
  padding-bottom: 3.3rem;
}

.news-page-top-wr {
  background-position-y: -0.5rem;
}

.news-page-top h1 {
  margin-bottom: 1.875rem;
}

.news-page-top p {
  color: #fff;
  font-size: 1.15rem;
}

.news-bloc {
  background: transparent;
  padding-top: 0;
}

.news-bloc:after {
  bottom: 0;
  content: url(/_nuxt/img/top-waves.42fec65.svg);
  right: 0;
  top: 0;
}

.news-bloc:before {
  bottom: -59.9%;
  content: url(/_nuxt/img/right-waves.5b26573.svg);
  left: 0;
}

.news-bloc span {
  color: #b6b6b6;
  font-size: 12px;
  text-transform: uppercase;
}

.news-bloc-img {
  font-size: 0;
  height: 100%;
  overflow: hidden;
}

.news-bloc-img img {
  width: 100%;
}

.news-bloc li {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 25px 50px 0 hsla(0, 0%, 44%, 0.07);
  display: flex;
  flex-direction: column;
}

.news-bloc-title {
  color: #50535a;
  font-family: "Roboto-Regular", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.09px;
}

.news-bloc-info {
  background-color: #fff;
  border-radius: 8px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 24px;
}

.news-bloc-info_item {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
}

.news-bloc-info_item:before {
  align-self: center;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzY4IiBoZWlnaHQ9IjIxIiB2aWV3Qm94PSIwIDAgMzY4IDIxIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8ZyBvcGFjaXR5PSIwLjc1Ij4KPGxpbmUgeDE9IjI0IiB5MT0iMTAiIHgyPSIxNTMiIHkyPSIxMCIgc3Ryb2tlPSIjRDBEMkRCIi8+CjwvZz4KPHBhdGggZD0iTTE2NiAxMC41SDE2NyIgc3Ryb2tlPSIjRDBEMkRCIiBzdHJva2Utd2lkdGg9IjQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTgwIDEwLjVIMTg4IiBzdHJva2U9IiNEMEQyREIiIHN0cm9rZS13aWR0aD0iOCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CjxwYXRoIGQ9Ik0yMDEgMTAuNUgyMDIiIHN0cm9rZT0iI0QwRDJEQiIgc3Ryb2tlLXdpZHRoPSI0IiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPGcgb3BhY2l0eT0iMC43NSI+CjxsaW5lIHgxPSIyMTUiIHkxPSIxMCIgeDI9IjM0NCIgeTI9IjEwIiBzdHJva2U9IiNEMEQyREIiLz4KPC9nPgo8L3N2Zz4K);
  left: 0;
  margin-bottom: 3px;
  right: 0;
}

.news-bloc-info_item-name {
  margin-left: 10px;
}

.news-bloc-info_item-name p {
  font-size: 14px;
}

.news-bloc-info_item-photo-name {
  display: flex;
}

.news-bloc-info_item-photo img {
  height: 32px;
  width: 32px;
}

.news-bloc-info_item-data {
  align-self: center;
  margin-left: auto;
}

.news-bloc-info_item-data span {
  align-items: center;
  display: flex;
}

.news-bloc-info_item-data span span {
  font-size: 14px;
  margin-left: 7px;
}

.news-bloc-info_item-data img {
  height: 20px;
  margin-left: 20px;
  width: 20px;
}

.reviews-bloc:after {
  bottom: 31.4%;
  content: url(/_nuxt/img/right-waves.5b26573.svg);
  left: 0;
}

@media only screen and (max-width: 1025px) {
  .reviews-bloc:after {
    bottom: 26.4%;
  }
}

.reviews-bloc li {
  border-radius: 8px;
}

@media only screen and (max-width: 767px) {
  .reviews-bloc {
    display: none;
  }
}

.reviews-bloc-txt {
  align-items: center;
  background-color: #f4f7f9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px 25px;
}

.reviews-bloc-txt:after {
  border-right: 25px solid transparent;
  border-top: 25px solid #f4f7f9;
  bottom: -25px;
  content: "";
  height: 0;
  position: absolute;
  width: 0;
}

.reviews-bloc-txt p {
  color: #50535a;
  font-size: 14px;
  line-height: 16.41px;
  position: relative;
  text-align: left;
  z-index: 1;
}

.reviews-bloc-txt p.reviews-bloc-date {
  font-size: 12px;
  text-align: center;
}

.reviews-bloc__ {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  height: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.reviews-bloc-date {
  color: #96989c;
  text-transform: uppercase;
}

.reviews-bloc-date:before {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzY4IiBoZWlnaHQ9IjIxIiB2aWV3Qm94PSIwIDAgMzY4IDIxIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8ZyBvcGFjaXR5PSIwLjc1Ij4KPGxpbmUgeDE9IjI0IiB5MT0iMTAiIHgyPSIxNTMiIHkyPSIxMCIgc3Ryb2tlPSIjRDBEMkRCIi8+CjwvZz4KPHBhdGggZD0iTTE2NiAxMC41SDE2NyIgc3Ryb2tlPSIjRDBEMkRCIiBzdHJva2Utd2lkdGg9IjQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTgwIDEwLjVIMTg4IiBzdHJva2U9IiNEMEQyREIiIHN0cm9rZS13aWR0aD0iOCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CjxwYXRoIGQ9Ik0yMDEgMTAuNUgyMDIiIHN0cm9rZT0iI0QwRDJEQiIgc3Ryb2tlLXdpZHRoPSI0IiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPGcgb3BhY2l0eT0iMC43NSI+CjxsaW5lIHgxPSIyMTUiIHkxPSIxMCIgeDI9IjM0NCIgeTI9IjEwIiBzdHJva2U9IiNEMEQyREIiLz4KPC9nPgo8L3N2Zz4K);
  width: 167px;
}

.reviews-bloc-client {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 41px;
}

.reviews-bloc-client p {
  font-size: 1rem;
  margin-bottom: 10px;
}

.reviews-bloc-client span {
  color: #fac917;
  margin-right: 3px;
}

.reviews-bloc-photo {
  margin-left: 8px;
  margin-right: 17px;
  overflow: hidden;
  padding: 3px;
  text-align: center;
}

.reviews-bloc-photo p {
  color: #50535a;
  font-size: 14px;
}

.reviews-bloc-photo img {
  height: 32px;
  width: 32px;
}

.form-footer input,
.form-footer textarea {
  background: rgba(58, 48, 99, 0.5);
  border-radius: 20px;
  font-family: "Conv_MuseoSansCyrl_0", sans-serif;
  padding: 10px 20px;
}

.form-footer input::-webkit-input-placeholder,
.form-footer textarea::-webkit-input-placeholder {
  color: #9f9f9f;
  font-style: italic;
}

.form-footer input:-moz-placeholder,
.form-footer input::-moz-placeholder,
.form-footer textarea:-moz-placeholder,
.form-footer textarea::-moz-placeholder {
  color: #9f9f9f;
  font-style: italic;
}

.form-footer input:-ms-input-placeholder,
.form-footer textarea:-ms-input-placeholder {
  color: #9f9f9f;
  font-style: italic;
}

.form-footer textarea {
  height: 85px;
  min-height: 85px;
  resize: vertical;
}

.content {
  flex-basis: 65.8333333333%;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 15rem;
  max-width: 65.8333333333%;
  min-width: 0;
  padding: 15rem;
}

@media only screen and (max-width: 1025px) {
  .content {
    flex-basis: 56.6666666667%;
    flex-grow: 0;
    flex-shrink: 0;
    margin: 15rem;
    max-width: 56.6666666667%;
    min-width: 0;
    padding: 15rem;
  }
}

@media only screen and (max-width: 767px) {
  .content {
    flex-basis: 100%;
    flex-grow: 0;
    flex-shrink: 0;
    margin: 20px 15rem 15rem;
    max-width: 100%;
    min-width: 0;
    padding: 15rem;
  }
}

.verification {
  font-size: 16px;
  margin-top: 20px;
}

.verification__item {
  align-items: center;
  display: flex;
  margin: 10px 10px 0 0;
}

.verification__item--email:before,
.verification__item--facebook:before,
.verification__item--passport:before,
.verification__item--phone:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.verification__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.verification__items :last-child {
  margin-right: 0;
}

.reviews {
  overflow: hidden;
  padding-top: 4rem;
  position: relative;
}

.reviews-top-wr {
  background-position-y: -0.5rem;
}

.reviews-top ul {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -0.5rem;
}

.reviews-top li {
  margin: 0.5rem;
}

.reviews-top .btn {
  font-size: 15px;
  line-height: 2.54;
  text-transform: uppercase;
}

.reviews-top .btn-blue {
  color: #fdfdfd;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.reviews-top .btn-blue:hover {
  color: #fff;
  opacity: 1;
}

.reviews-top .btn-submit {
  box-shadow: none;
}

.reviews-main-list {
  margin-bottom: 2.5rem;
}

.reviews-main-list li {
  border: 1px solid #e6e6e6;
  margin-top: 20px;
  padding: 1.25rem;
  position: relative;
}

.reviews-main-list li:after {
  content: url(/_nuxt/img/quotes.172360d.png);
  height: 70px;
  position: absolute;
  right: 21px;
  top: 0;
  width: 55px;
  z-index: 2;
}

.reviews-main-list-item {
  display: flex;
}

@media only screen and (max-width: 767px) {
  .reviews-main-list-item {
    flex-wrap: wrap;
  }
}

.reviews-main-list-person {
  align-items: center;
  border-right: 1px solid #e6e6e6;
  display: flex;
  flex-basis: 20%;
  padding-right: 1.875rem;
}

@media only screen and (max-width: 767px) {
  .reviews-main-list-person {
    border-bottom: 1px solid #e6e6e6;
    border-right: none;
    flex-basis: 100%;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    padding-right: 0;
  }
}

.reviews-main-list-person-photo {
  background-color: #7d9baf;
  border-radius: 50%;
  height: 3.125rem;
  margin-right: 1.25rem;
  overflow: hidden;
  padding: 7px;
  width: 3.125rem;
}

.reviews-main-list-person-name p {
  margin-bottom: 7px;
}

.reviews-main-list-person-name span {
  color: #fac917;
  margin-right: 3px;
}

.reviews-main-list-txt {
  flex-basis: 80%;
  padding-left: 1.875rem;
  padding-right: 3.875rem;
}

@media only screen and (max-width: 767px) {
  .reviews-main-list-txt {
    flex-basis: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.reviews-main-list-txt > span {
  color: #b6b6b6;
  display: inline-block;
  font-size: 12px;
  margin-bottom: 15px;
}

.reviews-main-list-txt p {
  line-height: 24px;
}

.one-new-top-wr {
  background-position-y: -0.5rem;
}

.one-new-top-back {
  margin-bottom: 3rem;
  margin-top: 1.1rem;
}

.one-new-top-back a {
  color: #fff;
  font-size: 13px;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-transform: uppercase;
}

.one-new-top-date {
  color: #9f9f9f;
  margin-top: 1.56rem;
  padding-bottom: 5.25rem;
}

.one-new-top-date img {
  margin-right: 10px;
  width: 17px;
}

.one-new-info {
  margin-bottom: 4rem;
  margin-top: 3rem;
}

.one-new-info p {
  color: #6a6f76;
  line-height: 24px;
  margin-bottom: 15px;
}

.one-new-info li {
  color: #6a6f76;
  margin-bottom: 7px;
}

.one-new-info-item {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -13px;
}

.one-new-info-item > div {
  flex: 1 1;
  margin: 0 13px;
}

@media only screen and (max-width: 550px) {
  .one-new-info-item > div {
    flex: 1 1 auto;
  }
}

.one-new-info-right img {
  width: 100%;
}

.one-new-info .title {
  margin-bottom: 1.6rem;
  margin-top: 2.25rem;
}

.one-new-info ul {
  list-style-type: disc;
  margin-top: 15px;
  padding-left: 20px;
}

.one-new-info h3.title {
  font-size: 1.5rem;
}

.one-new_bg {
  background: #f4f5f7;
  padding-bottom: 5rem;
  padding-top: 4rem;
}

.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(/_nuxt/img/synchronization.3d30b54.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: #96989c;
  font-size: 12px;
  text-transform: uppercase;
}

@media only screen and (max-width: 550px) {
  .one-new_comments_bloc-date span {
    font-size: 10px;
  }
}

.transaction__table {
  font-size: 16px;
}

@media only screen and (max-width: 1200px) {
  .transaction__table {
    font-size: 13px;
  }
}

@media only screen and (max-width: 550px) {
  .transaction__table {
    font-size: 11.5px;
  }
}

.transaction__title {
  margin: 25px 0 20px;
}

.transaction__row {
  border-bottom: 1px solid #9b9b9b;
  display: flex;
  padding: 10px 0;
}

.transaction__row--title {
  background-color: #ebebeb;
  border: none;
  color: #0595c5;
  padding: 14px 0;
}

.transaction__dies,
.transaction__plus {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
  text-align: center;
}

.transaction__date,
.transaction__dies,
.transaction__plus {
  flex-grow: 0;
  flex-shrink: 0;
  margin: 15rem;
  min-width: 5px;
  padding: 15rem;
}

.transaction__date {
  flex-basis: 20.8333333333%;
  max-width: 20.8333333333%;
}

@media only screen and (max-width: 550px) {
  .transaction__date {
    flex-basis: 25%;
    flex-grow: 0;
    flex-shrink: 0;
    margin: 15rem;
    max-width: 25%;
    min-width: 5px;
    padding: 15rem;
  }
}

.transaction__description {
  flex-basis: 50%;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 15rem;
  max-width: 50%;
  min-width: 5px;
  padding: 15rem;
}

@media only screen and (max-width: 1025px) {
  .transaction__description {
    flex-basis: 45.8333333333%;
    flex-grow: 0;
    flex-shrink: 0;
    margin: 15rem;
    max-width: 45.8333333333%;
    min-width: 5px;
    padding: 15rem;
  }
}

@media only screen and (max-width: 550px) {
  .transaction__description {
    flex-basis: 41.6666666667%;
    flex-grow: 0;
    flex-shrink: 0;
    margin: 15rem;
    max-width: 41.6666666667%;
    min-width: 5px;
    padding: 15rem;
  }
}

.transaction__amount {
  flex-basis: 12.5%;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 15rem;
  max-width: 12.5%;
  min-width: 5px;
  padding: 15rem;
}

@media only screen and (max-width: 1025px) {
  .transaction__amount {
    flex-basis: 16.6666666667%;
    flex-grow: 0;
    flex-shrink: 0;
    margin: 15rem;
    max-width: 16.6666666667%;
    min-width: 5px;
    padding: 15rem;
  }
}

@media only screen and (max-width: 550px) {
  .transaction__amount {
    flex-basis: 16.6666666667%;
    flex-grow: 0;
    flex-shrink: 0;
    margin: 15rem;
    max-width: 16.6666666667%;
    min-width: 0;
    padding: 15rem;
  }
}

.specification {
  margin-bottom: 4rem;
}

@media only screen and (max-width: 1200px) {
  .specification-top-wr {
    background-position-y: 0;
  }
}

.specification-top-item {
  margin-top: 2rem;
  padding-bottom: 5rem;
}

.specification-top-item ul {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -0.5rem;
}

@media only screen and (max-width: 767px) {
  .specification-top-item ul {
    justify-content: center;
    margin: 0;
  }
}

.specification-top-item li {
  margin: 0.5rem;
}

.specification-top-item .btn {
  font-size: 15px;
  line-height: 2.54;
  padding-left: 40px;
  padding-right: 40px;
  text-transform: uppercase;
}

@media only screen and (max-width: 550px) {
  .specification-top-item .btn {
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.specification-top-item .btn-blue {
  color: #fff;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.specification-top-item .btn-blue:hover {
  color: #fff;
  opacity: 1;
}

.specification-top-item .btn-submit {
  box-shadow: none;
}

.specification li {
  font-size: 1rem;
  margin-top: 1.25rem;
}

.specification-news-bloc,
.specification-news-bloc .news-bloc {
  padding-bottom: 2rem;
  padding-top: 2rem;
}

.one-new-info-item,
.specification-info {
  color: #3b454e;
  font-size: 16px;
  line-height: 24px;
}

.one-new-info-item div,
.one-new-info-item p,
.specification-info div,
.specification-info p {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  padding: 8px 0;
}

.one-new-info-item div:empty,
.one-new-info-item p:empty,
.specification-info div:empty,
.specification-info p:empty {
  height: 0;
}

.one-new-info-item div:has(> .ProseMirror-trailingBreak),
.one-new-info-item p:has(> .ProseMirror-trailingBreak),
.specification-info div:has(> .ProseMirror-trailingBreak),
.specification-info p:has(> .ProseMirror-trailingBreak) {
  padding: 0;
}

.one-new-info-item div:last-child,
.one-new-info-item p:last-child,
.specification-info div:last-child,
.specification-info p:last-child {
  padding-bottom: 0;
}

.one-new-info-item strong,
.specification-info strong {
  font-weight: 700;
}

.one-new-info-item em,
.specification-info em {
  font-style: italic;
}

.one-new-info-item s,
.specification-info s {
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
}

.one-new-info-item ol,
.one-new-info-item ul,
.specification-info ol,
.specification-info ul {
  margin: 0;
  padding: 2px 0 2px 16px;
}

.one-new-info-item ol:last-child,
.one-new-info-item ul:last-child,
.specification-info ol:last-child,
.specification-info ul:last-child {
  margin-bottom: 0;
}

.one-new-info-item ol li,
.one-new-info-item ul li,
.specification-info ol li,
.specification-info ul li {
  line-height: 24px;
}

.one-new-info-item ol li div,
.one-new-info-item ol li p,
.one-new-info-item ul li div,
.one-new-info-item ul li p,
.specification-info ol li div,
.specification-info ol li p,
.specification-info ul li div,
.specification-info ul li p {
  margin: 0;
  padding: 0;
}

.one-new-info-item ul,
.specification-info ul {
  list-style: none;
  padding: 2px 0 2px 16px;
}

.one-new-info-item ul li,
.specification-info ul li {
  display: flex;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  padding: 6px 0;
}

.one-new-info-item ul li:last-child,
.specification-info ul li:last-child {
  margin-bottom: 0;
}

.one-new-info-item ul li:before,
.specification-info ul li:before {
  color: #0f89ff;
  content: "•";
  font-size: 24px;
  margin-right: 10px;
}

.one-new-info-item ol,
.specification-info ol {
  list-style-type: auto;
  padding: 2px 0 2px 30px;
}

.one-new-info-item ol li,
.specification-info ol li {
  padding: 6px 0;
}

.one-new-info-item img,
.specification-info img {
  margin-bottom: 24px;
  margin-top: 32px;
}

.one-new-info-item h1,
.one-new-info-item h2,
.one-new-info-item h3,
.one-new-info-item h4,
.one-new-info-item h5,
.one-new-info-item h6,
.specification-info h1,
.specification-info h2,
.specification-info h3,
.specification-info h4,
.specification-info h5,
.specification-info h6 {
  color: #3b454e;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
  padding: 32px 0 8px;
  text-transform: none;
}

.one-new-info-item h1:first-child,
.one-new-info-item h2:first-child,
.one-new-info-item h3:first-child,
.one-new-info-item h4:first-child,
.one-new-info-item h5:first-child,
.one-new-info-item h6:first-child,
.specification-info h1:first-child,
.specification-info h2:first-child,
.specification-info h3:first-child,
.specification-info h4:first-child,
.specification-info h5:first-child,
.specification-info h6:first-child {
  padding-top: 16px;
}

.one-new-info-item h1,
.specification-info h1 {
  font-size: 40px;
  line-height: 48px;
  padding: 32px 0 8px;
}

.one-new-info-item h2,
.specification-info h2 {
  font-size: 30px;
  line-height: 36px;
}

.one-new-info-item h3,
.specification-info h3 {
  font-size: 24px;
  line-height: 32px;
}

.one-new-info-item h4,
.specification-info h4 {
  font-size: 20px;
  line-height: 24px;
  padding-top: 28px;
}

.one-new-info-item h5,
.specification-info h5 {
  font-size: 16px;
  line-height: 19px;
  padding-top: 20px;
}

.one-new-info-item h6,
.specification-info h6 {
  font-size: 12px;
  line-height: 16px;
  padding-top: 8px;
}

.one-new-info-item hr,
.specification-info hr {
  background: #d9d9d9;
  border: 0;
  display: block;
  height: 1px;
  margin: 8px 0;
  width: 100%;
}

.one-new-info-item a,
.specification-info a {
  color: #0081eb;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.one-new-info-item code,
.specification-info code {
  background: #efefef;
  border-radius: 6px;
  color: #616161;
  color: #3b454e;
  margin: 16px 0;
  padding: 16px;
}

.one-new-info-item pre,
.specification-info pre {
  background: #efefef;
  border-radius: 6px;
  color: #616161;
  color: #3b454e;
  font-family: "Courier", monospace;
  margin: 0;
  padding: 38px 16px 16px;
}

.one-new-info-item pre code,
.specification-info pre code {
  background: none;
  color: inherit;
  margin: 0;
  padding: 0;
}

.one-new-info-item pre .hljs-comment,
.one-new-info-item pre .hljs-quote,
.specification-info pre .hljs-comment,
.specification-info pre .hljs-quote {
  color: #616161;
}

.one-new-info-item pre .hljs-attribute,
.one-new-info-item pre .hljs-link,
.one-new-info-item pre .hljs-name,
.one-new-info-item pre .hljs-regexp,
.one-new-info-item pre .hljs-selector-class,
.one-new-info-item pre .hljs-selector-id,
.one-new-info-item pre .hljs-tag,
.one-new-info-item pre .hljs-template-variable,
.one-new-info-item pre .hljs-variable,
.specification-info pre .hljs-attribute,
.specification-info pre .hljs-link,
.specification-info pre .hljs-name,
.specification-info pre .hljs-regexp,
.specification-info pre .hljs-selector-class,
.specification-info pre .hljs-selector-id,
.specification-info pre .hljs-tag,
.specification-info pre .hljs-template-variable,
.specification-info pre .hljs-variable {
  color: #f98181;
}

.one-new-info-item pre .hljs-built_in,
.one-new-info-item pre .hljs-builtin-name,
.one-new-info-item pre .hljs-literal,
.one-new-info-item pre .hljs-meta,
.one-new-info-item pre .hljs-number,
.one-new-info-item pre .hljs-params,
.one-new-info-item pre .hljs-type,
.specification-info pre .hljs-built_in,
.specification-info pre .hljs-builtin-name,
.specification-info pre .hljs-literal,
.specification-info pre .hljs-meta,
.specification-info pre .hljs-number,
.specification-info pre .hljs-params,
.specification-info pre .hljs-type {
  color: #fbbc88;
}

.one-new-info-item pre .hljs-bullet,
.one-new-info-item pre .hljs-string,
.one-new-info-item pre .hljs-symbol,
.specification-info pre .hljs-bullet,
.specification-info pre .hljs-string,
.specification-info pre .hljs-symbol {
  color: #b9f18d;
}

.one-new-info-item pre .hljs-section,
.one-new-info-item pre .hljs-title,
.specification-info pre .hljs-section,
.specification-info pre .hljs-title {
  color: #faf594;
}

.one-new-info-item pre .hljs-keyword,
.one-new-info-item pre .hljs-selector-tag,
.specification-info pre .hljs-keyword,
.specification-info pre .hljs-selector-tag {
  color: #70cff8;
}

.one-new-info-item pre .hljs-emphasis,
.specification-info pre .hljs-emphasis {
  font-style: italic;
}

.one-new-info-item pre .hljs-strong,
.specification-info pre .hljs-strong {
  font-weight: 700;
}

.one-new-info-item img,
.specification-info img {
  display: block;
  height: auto;
  max-width: 100%;
  width: auto;
}

.one-new-info-item blockquote,
.specification-info blockquote {
  border-left: 4px solid #e2e4e4;
  margin: 0 0 24px;
  padding-left: 16px;
}

.faq {
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
}

.faq-top-wr {
  background-position-y: -0.5rem;
}

.faq-qst {
  margin-bottom: 2.5rem;
}

.faq-qst li {
  cursor: pointer;
  margin-bottom: 24px;
}

.faq-qst li:first-child {
  margin-top: 0;
}

.faq-qst li:hover {
  box-shadow: 0 6px 35px 0 #d0d0d0;
}

.faq-qst-title {
  border: 1px solid #e6e6e6;
  font-size: 1.5rem;
  padding: 20px 90px 20px 30px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .faq-qst-title {
    font-size: 0.9rem;
    padding: 10px 70px 10px 10px;
  }
}

.faq-qst-title span {
  background: #f4f5f7;
  border-left: 1px solid #e6e6e6;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
}

.faq-qst-title span:after {
  border-color: #b2b4b8;
  border-style: solid;
  border-width: 2px 0 0 2px;
  content: "";
  height: 20px;
  left: 20px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-135deg);
  transition: all 0.35s;
  width: 20px;
}

.faq-qst-title-arrow {
  box-shadow: 0 6px 35px 0 #d0d0d0;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  transition: all 0.35s;
}

.faq-qst-title-arrow span:after {
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
}

.faq-qst-title-arrow .b-toggle {
  border: 1px solid #e6e6e6;
  border-top: none;
  _display: block;
  max-height: 100%;
  opacity: 1;
  padding: 1.25rem 1.875rem;
  transition: opacity 0.3s, max-height 0.3s;
}

.b-toggle {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-top: none;
  _display: none;
  font-size: 1rem;
  line-height: 1.5;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 8px 12px 12px;
}

@media screen and (max-width: 767px) {
  .b-toggle {
    font-size: 0.7rem;
    line-height: 1.2;
  }
}

.pagination {
  margin-bottom: 26px;
  margin-top: 26px;
}

.pagination ul {
  align-items: center;
  display: flex;
  justify-content: center;
}

.pagination li {
  background: none;
  border: none;
  box-shadow: none;
  flex-basis: auto;
  flex: 0 0 auto;
  margin: 3px;
  min-width: auto;
  width: auto;
}

.pagination a {
  background-color: #e5e7ea;
  border-radius: 50%;
  color: #9f9f9f;
  display: block;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}

.pagination a.pagination-current,
.pagination a:hover {
  background-color: #fff;
  box-shadow: 0 6px 35px 0 #d0d0d0;
  color: #212121;
}

.pagination a.pagination-ban {
  background-color: #e5e7ea;
  box-shadow: none;
  color: #9f9f9f;
  cursor: default;
}

.footer {
  flex: 0 0 auto;
}

.footer .container-1 {
  width: 1450px;
}

.footer-bottom {
  background: radial-gradient(
    138.47% 87.35% at 50.69% 25.61%,
    #f3f6f8 0,
    #fff 100%
  );
  padding-bottom: 10px;
  padding-top: 10px;
}

.footer-bottom .container {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-bottom a,
.footer-bottom p {
  color: #96989c;
}

.footer-bottom p {
  font-size: 15px;
}

.footer-bottom ul {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.footer-bottom li {
  margin: 10px;
}

.footer-bottom a {
  font-size: 1em;
  padding: 5px;
}

.footer-bottom a:hover {
  color: #282e38;
}

.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(/_nuxt/img/mail.24d7dba.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: "Play-Regular", sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 41.65px;
  margin: 0 0 10px;
  text-align: center;
}

.contact-main-item-page div span {
  color: #c6d8fb;
  font-size: 14px;
}

.contact-main-item-page div a {
  color: #fff;
  font-size: 15px;
}

.contact-main-item-page > div {
  display: flex;
  flex-direction: column;
}

.contact-main-item-page span {
  color: #9f9f9f;
  font-size: 18px;
}

.contact-main-item-page p {
  font-size: 15px;
}

@media only screen and (max-width: 767px) {
  .contact-main-item-page p {
    font-size: 16px;
  }
}

.contact-main-item {
  align-items: center;
  border-bottom: 1px dashed;
  -o-border-image: linear-gradient(180deg, red, transparent) 1 100%;
  border-image: linear-gradient(180deg, red, transparent) 1 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  margin: 50px 0;
}

.contact-main-item h4 {
  font-family: "Play-Regular", sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 41.65px;
  margin: 0 0 10px;
  text-align: center;
}

.contact-main-item div span {
  color: #c6d8fb;
  font-size: 14px;
}

.contact-main-item div a {
  color: #fff;
  font-size: 15px;
}

.contact-main-item > div {
  align-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 0;
}

.contact-main-item span {
  color: #9f9f9f;
  font-size: 18px;
}

.contact-main-item p {
  font-size: 15px;
}

@media only screen and (max-width: 767px) {
  .contact-main-item p {
    font-size: 16px;
  }
}

.contact-main-icon {
  background: linear-gradient(180deg, #619420, #619420);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  height: 58px;
  justify-content: center;
  margin-right: 17px;
  padding: 11px;
  text-align: center;
  width: 58px;
}

.contact-main-icon img {
  width: 100%;
}

.contact-page-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 3.3rem;
}

@media only screen and (max-width: 767px) {
  .contact-page-top {
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 0.3rem;
  }
}

.contact-page-top-wr {
  background-position-y: -0.5rem;
}

.contact-page-top h1 {
  margin-bottom: 1.875rem;
}

@media only screen and (max-width: 767px) {
  .contact-page-top h1 {
    margin-bottom: 0.875rem;
  }
}

.contact-page-top p {
  color: #282e38;
  font-size: 1.15rem;
}

.contact-page-top .btn {
  box-shadow: none;
  line-height: 3.7777777778;
  padding-left: 60px;
  padding-right: 60px;
}

@media only screen and (max-width: 767px) {
  .contact-page-top .btn {
    margin-top: 0.5rem;
  }
}

.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%;
  display: flex;
  flex: 1 0;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  overflow: hidden;
}

.four-title {
  font-size: 12.5rem;
}

@media only screen and (max-width: 1025px) {
  .four-title {
    font-size: 10.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .four-title {
    font-size: 8.5rem;
  }
}

.four-first {
  padding-bottom: 8%;
}

.four-second {
  padding-bottom: 6%;
}

.four-first,
.four-second {
  display: flex;
  flex: 1 0;
  flex-direction: column;
  justify-content: center;
}

.four-first-wrong {
  font-size: 1.5rem;
  margin-bottom: 5.25rem;
}

@media only screen and (max-width: 767px) {
  .four-first-wrong {
    margin-bottom: 3rem;
  }
}

.four .btn {
  font-size: 18px;
  line-height: 3;
  padding-left: 5rem;
  padding-right: 5rem;
}

@media only screen and (max-width: 767px) {
  .four .btn {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.four-second img {
  max-width: 110px;
  width: 100%;
}

.four-second-break {
  font-size: 2.875rem;
  margin-bottom: 1.875rem;
  margin-top: 2.5rem;
}

@media only screen and (max-width: 767px) {
  .four-second-break {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
  }
}

.four-second-back {
  font-size: 1.5rem;
  margin-bottom: 10%;
}

.four-second-dont-worry {
  display: inline-block;
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  max-width: 590px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .four-second-dont-worry {
    line-height: normal;
  }
}

.zayvki-filter {
  margin-left: 52px;
}

@media only screen and (max-width: 1025px) {
  .zayvki-filter {
    margin-left: 0;
  }
}

.zayvki-filter .title {
  font-family: "Play-Bold", sans-serif;
}

.zayvki-filter--top {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-right: 50px;
}

@media only screen and (max-width: 1025px) {
  .zayvki-filter--top__btn-group {
    margin-left: 1rem;
  }
}

.zayvki-filter--top__btn-group ul {
  display: flex;
  flex-wrap: wrap;
}

.zayvki-filter--top__btn-group ul li {
  text-transform: uppercase;
}

.zayvki-filter--top__btn-group ul li:after {
  border-right: 1px solid #f3f3f3;
  content: "";
  margin: 0 11px;
}

@media only screen and (max-width: 1025px) {
  .zayvki-filter--top__btn-group ul li:after {
    border: none;
  }
}

.zayvki-filter--top__btn-group ul li:last-child:after {
  border: none;
  margin: 0;
}

@media only screen and (max-width: 550px) {
  .zayvki-filter--top__btn-group ul li {
    margin: 0 4px;
    width: 45%;
  }
}

.zayvki-filter--bot {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -30px;
}

@media only screen and (max-width: 767px) {
  .zayvki-filter--bot {
    margin: 0 10px;
  }
}

.zayvki-filter-main {
  margin: 2.5rem 0 0.5rem;
}

.zayvki-filter-main--top {
  flex-direction: row;
  justify-content: space-between;
}

.zayvki-filter-main--top,
.zayvki-filter-main--top__btn-group ul {
  display: flex;
  flex-wrap: wrap;
}

.zayvki-filter-main--top__btn-group ul li {
  text-transform: uppercase;
}

.zayvki-filter-main--top__btn-group ul li:after {
  border-right: 1px solid #f3f3f3;
  content: "";
  margin: 0 11px;
}

@media only screen and (max-width: 1025px) {
  .zayvki-filter-main--top__btn-group ul li:after {
    border: none;
  }
}

.zayvki-filter-main--top__btn-group ul li:last-child:after {
  border: none;
  margin: 0;
}

@media only screen and (max-width: 550px) {
  .zayvki-filter-main--top__btn-group ul li {
    width: 100%;
  }
}

.zayvki-filter-main--bot {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -30px;
}

@media only screen and (max-width: 767px) {
  .zayvki-filter-main--bot {
    margin: 0 10px;
  }
}

.zayvki-item {
  display: flex;
}

.zayvki-border {
  border-top: 1px solid #f3f3f3;
}

.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 #e6e6e6;
  border-radius: 6px;
  margin-bottom: 1.875rem;
  margin-top: 1.875rem;
  overflow: hidden;
  width: 90%;
}

@media only screen and (max-width: 1025px) {
  .zayvki-table {
    width: 100%;
  }
}

.zayvki-table table {
  border-collapse: collapse;
  color: #212121;
  width: 100%;
}

.zayvki-table th {
  background: #f3f6f8;
  color: #96989c;
  font-family: "Play-Bold", sans-serif;
  font-size: 15px;
}

.zayvki-table td,
.zayvki-table th {
  text-align: left;
}

.zayvki-table th {
  font-size: 1.125rem;
  padding: 12px 13px;
}

.zayvki-table th:first-child {
  padding-left: 22px;
}

@media only screen and (max-width: 1200px) {
  .zayvki-table th {
    padding: 8px 4px;
  }
}

@media only screen and (max-width: 1025px) {
  .zayvki-table th {
    font-size: 0.75rem;
  }
}

.zayvki-table td {
  font-size: 1rem;
  padding: 20px 13px;
  position: relative;
}

.zayvki-table td:first-child {
  padding-left: 30px;
}

.zayvki-table td:nth-child(2) {
  width: 220px;
}

@media only screen and (max-width: 1025px) {
  .zayvki-table td:nth-child(2) {
    width: auto;
  }
}

@media only screen and (max-width: 1200px) {
  .zayvki-table td {
    padding: 15px 4px;
  }
}

@media only screen and (max-width: 1025px) {
  .zayvki-table td {
    font-size: 0.75rem;
  }
}

.zayvki-table tbody tr {
  border-bottom: 1px solid #e6e6e6;
}

.zayvki-table tbody tr:last-child {
  border-bottom: none;
}

.zayvki-table tbody tr:hover {
  background: #f7f7f7;
}

.zayvki-table .table--row {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

@media only screen and (max-width: 1200px) {
  .zayvki-table .table--row {
    flex-wrap: wrap;
  }
}

.zayvki-table .table--row .table--row {
  flex: 1;
}

.zayvki-table .table--row p span {
  display: block;
}

.zayvki-table dd {
  font-size: 0;
  margin: 0 1rem;
  width: 12px;
}

@media only screen and (max-width: 1200px) {
  .zayvki-table dd {
    margin: 0 0.35rem;
  }
}

.zayvki-table img {
  margin-right: 15px;
  width: 30px;
}

.zayvki-table .qt {
  color: #212121;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
}

.zayvki-table .currency {
  color: #9a9a9a;
  font-size: 0.8rem;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .zayvki-table .currency {
    white-space: normal;
  }
}

.zayvki-table span.status {
  display: inline-block;
  font-size: 0.75rem;
  overflow: hidden;
  padding-left: 12px;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  width: 135px;
}

@media only screen and (max-width: 1025px) {
  .zayvki-table span.status {
    font-size: 0.5rem;
    width: 88px;
  }
}

@media only screen and (max-width: 767px) {
  .zayvki-table span.status {
    width: 65px;
  }
}

.zayvki-table span.status.new-zayvka--marker {
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  padding: 0;
  width: 10px;
}

.zayvki-table span.status.new-zayvka--marker__v {
  border-radius: 5px;
  height: 26px;
  left: 10px;
  margin-top: -13px;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 5px;
}

.zayvki-table .status--row {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.zayvki-table button {
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90%;
  border: none;
  cursor: pointer;
  display: inline-block;
  height: 27px;
  margin-right: 10px;
  width: 25px;
}

.zayvki-table button:hover {
  background-size: 100%;
  transform: rotate(10deg);
}

.zayvki-table button.view {
  background-image: url(/_nuxt/img/view.27ea301.svg);
  height: 18px;
  margin-left: 20%;
  width: 28px;
}

.zayvki-table button.delete {
  background-image: url(/_nuxt/img/delete.770b0da.svg);
  height: 19px;
  width: 19px;
}

@media only screen and (max-width: 767px) {
  .zayvki-table {
    overflow: auto;
  }

  .zayvki-table thead {
    display: none;
  }

  .zayvki-table img {
    margin-right: 5px;
    width: 22px;
  }

  .zayvki-table td {
    align-items: center;
    display: inline-flex;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 33%;
  }

  .zayvki-table td:first-child {
    margin-right: 15px;
    padding-left: 20px;
    width: auto;
  }

  .zayvki-table td:nth-child(2) {
    min-width: 40%;
    width: auto;
  }

  .zayvki-table .table--row {
    flex: none;
    flex-wrap: nowrap;
  }

  .zayvki-table .qt {
    font-size: 0.75rem;
    white-space: nowrap;
  }

  .zayvki-table span.status {
    white-space: normal;
  }
}

@media only screen and (max-width: 1200px) {
  .requisites-bg {
    background-position-y: 0;
  }
}

.requisites--top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 0 2.125rem;
}

.requisites--top__btn-group div {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .requisites--top__btn-group div {
    margin-left: 1rem;
  }
}

.requisites--top__btn-group div div button {
  text-transform: uppercase;
}

.requisites--top__btn-group div div:after {
  border-right: 1px solid #f3f3f3;
  content: "";
  margin: 0 11px;
}

@media only screen and (max-width: 1025px) {
  .requisites--top__btn-group div div:after {
    border: none;
  }
}

.requisites--top__btn-group div div:last-child:after {
  border: none;
  margin: 0;
}

@media only screen and (max-width: 550px) {
  .requisites--top__btn-group div div {
    width: 100%;
  }
}

.wallets-main ul {
  justify-content: 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: "Conv_MuseoSansCyrl_2", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.requisites-main img {
  max-width: 12rem;
}

.requisites-main span {
  display: inline-block;
  width: 100%;
}

.requisites-select-block .form {
  padding: 2.8rem 0;
  position: relative;
  width: 100%;
}

.requisites-select-block .form:after,
.requisites-select-block .form:before {
  opacity: 0.1;
  position: absolute;
  z-index: 0;
}

.requisites-select-block .form:after {
  content: url(/_nuxt/img/001.f83ed95.svg);
  right: -18rem;
  top: -5.5rem;
  width: 46rem;
}

.requisites-select-block .form:before {
  bottom: -24rem;
  content: url(/_nuxt/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 {
  background: linear-gradient(0deg, #f7f8fa, #fff);
  color: #9f9f9f;
  padding-bottom: 3rem;
}

.api-block__main {
  align-items: center;
  background: #fff;
  border: 1px solid #f3f3f3;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.3125rem;
  margin-top: 1.3125rem;
  padding: 1.875rem 3rem;
}

@media only screen and (max-width: 1200px) {
  .api-block__main {
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 767px) {
  .api-block__main {
    padding: 0.5rem 1rem;
  }
}

.api-block__main .title__ {
  font-size: 1.375rem;
  margin-bottom: 1.1875rem;
  margin-top: 0;
}

.api-block__info {
  background: #fff;
  border: 1px solid #f3f3f3;
  margin-bottom: 2.3125rem;
  margin-top: 1.3125rem;
  padding: 1.875rem 3rem 2rem;
}

@media only screen and (max-width: 767px) {
  .api-block__info {
    padding: 0.5rem 1rem;
  }
}

.api-block__info--wr {
  background: #fbfbfb;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
}

.api-block__info--h {
  align-items: center;
  background: #f3f3f3;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 15px;
}

.api-block__info--h span {
  background: #9f9f9f;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin-right: 5px;
  width: 8px;
}

.api-block__info--h span:first-child {
  background: #619420;
}

.api-block__info--txt {
  padding: 15px;
}

.api-block__info .title__sub {
  color: #212121;
  font-size: 1rem;
  margin: 2rem 0 0.75rem;
  text-transform: uppercase;
}

.api-block__info p {
  line-height: 1.18;
  margin-bottom: 0.25rem;
  word-break: break-all;
}

.api-block__info span {
  color: #619420;
  font-weight: 400;
}

.api-block__info dd {
  margin-bottom: 0.75rem;
  margin-left: 6%;
}

.api-block__info dd:last-child {
  margin-left: 2%;
}

.api-block .title,
.api-block .title__ {
  color: #212121;
}

.api-block__img {
  margin-right: 3.625rem;
  min-width: 120px;
}

@media only screen and (max-width: 1025px) {
  .api-block__img {
    margin-right: 1.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .api-block__img {
    margin-bottom: 0.75rem;
    margin-right: 0;
    text-align: center;
    width: 100%;
  }
}

.api-block__img img {
  max-width: 124px;
  width: 100%;
}

.api-block__txt {
  flex: 1;
  margin-right: 3rem;
}

@media only screen and (max-width: 1025px) {
  .api-block__txt {
    margin-right: 0;
  }
}

.api-block__txt p {
  font-size: 0.875rem;
}

.api-block__txt div {
  align-items: center;
  display: flex;
}

.api-block__txt div p {
  margin-right: 10px;
  max-width: 70px;
  width: 100%;
}

.api-block__txt div span {
  color: #434343;
  font-size: 0.875rem;
}

@media only screen and (max-width: 767px) {
  .api-block__txt div span {
    word-break: break-all;
  }
}

.api-block__txt div p,
.api-block__txt div span {
  margin-bottom: 1.25rem;
}

.api-block__txt div p.form__option__text,
.api-block__txt div span.form__option__text,
.api-block__txt div.form__option--wr p {
  margin-bottom: 0;
}

.api-block__btns {
  border-left: 2px solid #f7f9fa;
  display: flex;
  flex-direction: column;
  padding-left: 1rem;
}

@media only screen and (max-width: 1025px) {
  .api-block__btns {
    align-items: center;
    border-left: none;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 1.5rem;
    padding-left: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .api-block__btns {
    flex-direction: column;
    flex-wrap: wrap;
  }
}

.api-block__btns .btn {
  box-shadow: none;
  margin: 5px;
  min-width: 10rem;
}

.api-block .table {
  width: 100%;
}

.api-block .table .key {
  align-items: center;
  display: flex;
}

.api-block .table .key img {
  margin-right: 12px;
  width: 15px;
}

.api-block .table span {
  color: #9f9f9f;
}

.api-block .table .btn {
  opacity: 0.5;
  padding-left: 5px;
  padding-right: 5px;
}

.api-block .table .btn:hover {
  opacity: 1;
}

.api-block table {
  border-collapse: collapse;
}

.api-block table td {
  color: #434343;
  font-size: 0.875rem;
  padding: 1.25rem 2.5rem;
  white-space: nowrap;
}

.api-block table td:first-child {
  width: 65%;
}

@media only screen and (max-width: 1025px) {
  .api-block table td:first-child {
    width: 55%;
  }
}

@media only screen and (max-width: 767px) {
  .api-block table td:first-child {
    width: auto;
  }
}

.api-block table td:nth-child(2) {
  width: 25%;
}

@media only screen and (max-width: 767px) {
  .api-block table td:nth-child(2) {
    width: auto;
    word-break: normal;
  }
}

.api-block table td:nth-child(3) {
  text-align: center;
  width: 10%;
}

@media only screen and (max-width: 767px) {
  .api-block table td:nth-child(3) {
    white-space: nowrap;
    width: auto;
  }
}

@media only screen and (max-width: 1200px) {
  .api-block table td {
    white-space: normal;
  }
}

@media only screen and (max-width: 767px) {
  .api-block table td {
    padding: 8px;
    word-break: break-all;
  }
}

.api-block table thead tr {
  background: #f3f3f3;
  border-top: none;
}

.api-block table thead span {
  font-size: 1rem;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .api-block table thead span {
    font-size: 0.75rem;
  }
}

.api-block table tbody span {
  font-size: 0.875rem;
}

.api-block table tr {
  background: #fff;
  border: 1px solid #f3f3f3;
}

.api__info {
  font-size: 0.875rem;
  margin-top: 1.5625rem;
}

.form__option {
  align-items: center;
  display: flex;
}

@media only screen and (max-width: 1200px) {
  .form__option {
    flex-wrap: wrap;
  }

  .form__option label {
    margin: 5px 0;
  }
}

.form__option label {
  align-items: center;
  color: rgba(33, 33, 33, 0.65);
  cursor: pointer;
  display: flex;
  font-size: 0.875rem;
  margin-right: 20px;
  position: relative;
}

.form__option__text {
  margin-bottom: 0;
  padding-left: 25px;
  position: relative;
  white-space: nowrap;
}

.form__option__text:before {
  background: #f4f5f7;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  content: "";
  height: 13px;
  left: 0;
  position: absolute;
  top: 0;
  width: 13px;
}

.form__option input {
  height: 0;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 0;
}

.form__option input[type="checkbox"]:checked + .form__option__text:after {
  border: 1px solid rgba(40, 164, 151, 0.65);
  border-left: transparent;
  border-top: transparent;
  content: "";
  height: 7px;
  left: 5px;
  position: absolute;
  top: 2px;
  transform: rotate(35deg);
  width: 4px;
}

.form__option i {
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  flex: none;
  height: 13px;
  line-height: 13px;
  width: 13px;
}

.footer-support {
  background-color: #282e39;
  color: #fff;
  margin-top: 0;
}

.footer-support h4 {
  font-size: 36px;
}

.footer-support span {
  color: #9f9f9f;
  display: inline-block;
  font-size: 1.125em;
  margin-bottom: 5px;
}

.footer-support p {
  font-size: 1.125em;
}

.footer-support .container {
  align-items: center;
  border-bottom: 1px dashed #ced3e6;
  display: flex;
  flex-wrap: wrap;
}

.footer-support .container > div:last-child {
  flex: 1 0;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .footer-support .container > div:last-child {
    padding: 0 15px;
  }
}

.footer-support .btn-submit {
  box-shadow: none;
  line-height: 3.8;
  margin-top: 20px;
  min-width: 15rem;
}

.popup {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.05) !important;
  display: table;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  margin-top: 0 !important;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all 0.35s;
  visibility: hidden;
  width: 100%;
  z-index: 9998;
}

.popup-open {
  opacity: 1;
  top: 0;
  visibility: visible;
}

.popup .title {
  margin-bottom: 0;
  margin-top: 0;
}

.popup .modal-header {
  padding: 0 14px;
}

.popup-wr {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 100%;
  justify-content: center;
  margin: 0;
  max-height: 90%;
  overflow: auto;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

@media only screen and (max-width: 1025px) {
  .popup-wr {
    max-width: 79%;
  }
}

.popup-wr-item {
  background: #fff;
  border-radius: 30px;
  margin: 1rem auto;
  max-width: 450px;
  overflow: hidden;
  padding-top: 22px;
  position: relative;
  width: 94%;
  z-index: 10;
}

.popup-wr-item.kyc-modal {
  border-radius: 15px;
  max-width: 700px;
}

.popup-wr-item--b {
  max-width: 800px;
}

@media only screen and (max-width: 550px) {
  .popup-wr-item {
    max-width: 280px;
  }
}

.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 .title {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  margin: 0;
  padding: 1.5rem 3rem;
}

@media only screen and (max-width: 550px) {
  .popup-wr .title {
    font-size: 1.2rem;
  }
}

.popup-close-bloc {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
}

.popup-close-btn {
  color: #9f9f9f;
  cursor: pointer;
  font-size: 28px;
  position: absolute;
  right: 13px;
  top: -18px;
}

.popup form > div {
  margin-bottom: 1rem;
}

@media only screen and (max-width: 767px) {
  .popup form > div {
    margin-bottom: 0.35rem;
  }
}

.popup-top {
  background: #fff;
  padding: 1.5rem 14px 1rem;
}

.popup-top .title {
  margin: 0 0 0.5rem;
  padding: 0 0 0.5rem;
}

@media only screen and (max-width: 550px) {
  .popup-top {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.5rem;
  }
}

.popup-top .form-information-sent-received-wr {
  margin: 1rem 0 2rem;
  padding: 1.25rem 2rem;
}

@media only screen and (max-width: 550px) {
  .popup-top .form-information-sent-received-wr {
    margin-bottom: 0.5rem;
    padding-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.popup-top
  .form-information-sent-received-wr
  .form-information-sent-received_img {
  padding: 0 0.93rem;
}

.popup-top .form-information-sent-received-wr p.title {
  border-bottom: none;
  font-size: 1.5rem;
  margin-bottom: 0;
}

@media only screen and (max-width: 1025px) {
  .popup-top .form-information-sent-received-wr p.title {
    font-size: 1.1rem;
    justify-content: center;
    margin: 0 auto;
  }
}

.popup input,
.popup textarea {
  background-color: #f9f9f9;
  background-position: 100%;
  background-position-y: 8px;
  background-repeat: no-repeat;
  background-size: 8px;
  border: none;
  border-radius: 6px;
  border-top: 1px solid #e6e6e6;
  font-family: "Conv_MuseoSansCyrl_0", sans-serif;
  font-size: 1.25rem;
  font-weight: 100;
  margin-top: 10px;
  outline: none;
  padding-bottom: 15px;
  padding-right: 30px;
  padding-top: 15px;
  resize: none;
  text-indent: 10px;
  width: 100%;
}

.popup input:active,
.popup input:focus,
.popup input:hover,
.popup input:visited,
.popup textarea:active,
.popup textarea:focus,
.popup textarea:hover,
.popup textarea:visited {
  border: none;
  border-top: 1px solid #e6e6e6;
  outline: none;
}

.popup input::-webkit-input-placeholder,
.popup textarea::-webkit-input-placeholder {
  color: #9f9f9f;
}

.popup input:-moz-placeholder,
.popup input::-moz-placeholder,
.popup textarea:-moz-placeholder,
.popup textarea::-moz-placeholder {
  color: #9f9f9f;
}

.popup input:-ms-input-placeholder,
.popup textarea:-ms-input-placeholder {
  color: #9f9f9f;
}

.popup textarea {
  max-height: 4.5rem;
}

.popup label {
  display: inline-block;
  margin-bottom: 1.3rem;
  position: relative;
  width: 100%;
}

.popup label span {
  color: #9f9f9f;
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1.29;
  position: relative;
  z-index: 1;
}

.popup label.popup-succes input {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4Ij4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNNTA1Ljk0Myw3OS41OTRjLTguMDc3LTguMDc3LTIxLjE3Mi04LjA3Ny0yOS4yNDksMEwxNjcuNzU1LDM4OC41MzJMMzUuMzA2LDI1Ni4wODNjLTguMDc2LTguMDc3LTIxLjE3Mi04LjA3Ny0yOS4yNDgsMCAgICBjLTguMDc3LDguMDc3LTguMDc3LDIxLjE3MiwwLDI5LjI0OWwxNDcuMDc0LDE0Ny4wNzRjNC4wMzgsNC4wMzksOS4zMzIsNi4wNTgsMTQuNjI1LDYuMDU4YzUuMjkzLDAsMTAuNTg3LTIuMDE5LDE0LjYyNS02LjA1OSAgICBsMzIzLjU2Mi0zMjMuNTYyQzUxNC4wMTksMTAwLjc2Nyw1MTQuMDE5LDg3LjY3Miw1MDUuOTQzLDc5LjU5NHoiIGZpbGw9IiM3OWM4MWMiLz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
  border-top-color: green;
}

.popup label.popup-error input {
  background-image: url(/_nuxt/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 {
  font-size: 15px;
  line-height: 20px;
}

.popup-personal-date a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.popup .d-flex {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.popup .d-flex.d-email {
  margin-bottom: -14px;
}

.popup .d-flex.d-email label p.input-img {
  margin-top: 0 !important;
}

.popup .d-flex__col {
  align-items: stretch;
  margin: 0 -14px;
  width: auto;
}

@media only screen and (max-width: 767px) {
  .popup .d-flex__col {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.popup .d-flex__col > div {
  margin: 0 14px;
}

.popup .d-flex__col > div p {
  margin: 0;
}

.popup .d-flex__col > div label {
  margin-bottom: 15px;
  margin-top: 0;
}

.popup .d-flex a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.popup .d-flex a:hover {
  color: #a5a7a5;
}

.popup .flex-start {
  flex-direction: row;
  justify-content: center;
}

.popup .flex-start img {
  margin-right: 15px;
  max-width: 24px;
}

.popup .flex-row {
  margin: 0 -7.5px;
  width: auto;
}

.popup .flex-row input {
  margin: 1.875rem 7.5px 0.5rem;
  min-width: 3rem;
  padding: 15px 10px;
  text-align: center;
  text-indent: 0;
}

@media only screen and (max-width: 650px) {
  .popup .flex-row input {
    margin: 1.875rem 5px 0.5rem;
    min-width: 2rem;
    padding: 10px;
  }
}

.input-img {
  align-items: center;
  display: flex;
  margin-top: 10px;
  position: relative;
}

.input-img img {
  left: 1.25rem;
  margin: 0;
  position: absolute;
  top: 0.9rem;
  width: 1.5rem;
}

.input-img input {
  margin: 0;
  padding-left: 4rem;
}

.modal-header {
  position: relative;
}

.popup-personal-room__bot {
  border-top: 1px solid #e6e6e6;
  margin: 0 -14px;
  width: auto;
}

@media only screen and (max-width: 650px) {
  .popup-personal-room__bot {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.popup-personal-room__bot > div {
  flex: 1 1;
  margin: 0 14px;
}

.popup-personal-room__bot > div .btn {
  margin-top: 0;
}

@media only screen and (max-width: 650px) {
  .popup-personal-room__bot > div .btn {
    margin-top: 15px;
  }
}

.popup-bottom {
  background: #f4f5f7;
  padding: 0.7rem 1.43rem 1rem;
}

.popup-bottom__ {
  padding: 0.7rem 14px 1rem;
}

@media only screen and (max-width: 650px) {
  .popup-bottom__ {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.popup-bottom__ > p,
.popup-bottom__ > ul {
  flex: 1 1;
  line-height: normal;
  white-space: normal;
}

@media only screen and (max-width: 650px) {
  .popup-bottom__ > ul {
    margin-top: 15px !important;
  }
}

.popup-bottom__ > p img {
  margin-right: 20px;
  max-width: 70px;
  width: 100%;
}

@media only screen and (max-width: 650px) {
  .popup-bottom__ > p img {
    max-width: 40px;
  }
}

.popup-bottom-title {
  font-size: 18px;
  line-height: 1.82;
  white-space: nowrap;
}

.popup-bottom ul {
  display: flex;
  justify-content: center;
  margin-top: 0;
}

.popup-bottom li {
  margin: 5px;
}

@media only screen and (max-width: 1025px) {
  .popup-bottom li {
    margin: 0;
  }
}

.popup-bottom a {
  margin: 5px;
  opacity: 0.7;
}

.popup-bottom a:hover {
  opacity: 1;
}

@media only screen and (max-width: 550px) {
  .popup-bottom a {
    display: inline-block;
    width: 35px;
  }
}

.popup-bottom img {
  max-width: 40px;
  width: 100%;
}

@media only screen and (max-width: 550px) {
  .popup-bottom.d-flex {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.modal-mask {
  background-color: rgba(0, 0, 0, 0.5);
  display: table;
  height: 100%;
  left: 0;
  margin-top: 0 !important;
  position: fixed;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 9998;
}

.modal-mask .modal-wrapper {
  display: table-cell;
  height: 100%;
  margin: 0;
  overflow: auto;
  position: absolute;
  top: 0;
  vertical-align: middle;
  width: 100%;
}

.modal-mask .modal-wrapper .modal-container {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(33, 33, 33, 0.12);
  font-family: Helvetica, Arial, sans-serif;
  margin: 1rem auto;
  max-width: 440px;
  padding: 22px 14px 44px;
  transition: all 0.3s ease;
  width: 94%;
}

.modal-mask .modal-wrapper .modal-container > div {
  margin-top: 0 !important;
}

@media only screen and (max-width: 767px) {
  .modal-mask .modal-wrapper .modal-container > div,
  .modal-mask .modal-wrapper .modal-container > div p {
    padding-left: 0;
    padding-right: 0;
  }
}

.modal-mask .modal-wrapper .modal-container .modal-header h3 {
  color: #212121;
  font-size: 28px;
  font-weight: 300;
  line-height: 34px;
  margin-top: 0;
}

.modal-mask .modal-wrapper .modal-container .modal-header {
  margin-top: 0 !important;
  position: relative;
}

@media screen and (max-width: 824px) {
  .modal-mask .modal-wrapper .modal-container .modal-header {
    padding: 8px 0 0;
  }
}

.modal-mask .modal-wrapper .modal-container .modal-header .btn_close {
  color: #9f9f9f;
  cursor: pointer;
  font-size: 28px;
  position: absolute;
  right: 7px;
  top: -12px;
}

.modal-mask .modal-wrapper .modal-container .modal-body {
  margin: 1.5rem 0 0 !important;
}

.modal-mask .modal-wrapper .modal-container .modal-body__txt {
  margin-bottom: 24px;
}

.modal-mask .modal-wrapper .modal-container .modal-body .about_description {
  padding: 10px 0;
  text-align: justify;
}

.modal-mask .modal-wrapper .modal-container .modal-body p {
  border: none;
}

.modal-mask .modal-wrapper .modal-container .modal-default-button {
  float: right;
}

.modal-mask .modal-wrapper .modal-container .modal-footer .btn_position {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
}

.modal-mask
  .modal-wrapper
  .modal-container
  .modal-footer
  .btn_position
  .ok_btn {
  align-items: center;
  background-color: #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 {
  font-size: 14px;
  line-height: 34px;
}

@media only screen and (max-width: 767px) {
  .modal-mask .modal-wrapper .modal-container {
    padding: 8px;
  }
}

.modal-mask .form-ruls {
  background: transparent;
  margin-top: 14px;
  padding-bottom: 0;
  padding-top: 0;
}

.modal-mask .form-ruls p {
  border: none !important;
  font-size: 12px;
  font-weight: 300;
  justify-content: center;
  line-height: 14px;
  padding-bottom: 0;
  padding-top: 0;
}

.modals-block-inputs {
  background: #f3f3f7;
  border-radius: 10px;
  padding: 20px 10px;
}

.modals-block-inputs--item {
  margin-top: 1.5rem;
  position: relative;
  text-align: left;
}

.modals-block-inputs--item:first-child {
  margin-top: 0 !important;
}

.modals-block-inputs--item p {
  padding: 0 !important;
}

.modals-block-inputs--item .error {
  bottom: -14px;
  color: #96989c;
  font-size: 12px;
  font-weight: 300;
  left: 4px;
  line-height: 14px;
  position: absolute;
}

.modals-block-inputs--item label {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}

.modals-block-inputs--item label .card {
  bottom: 16px;
  left: 21px;
  position: absolute;
  width: 23px;
}

.modals-block-inputs--item .label {
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  margin-bottom: 12px;
}

.modals-block-inputs--item input {
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 13px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  padding: 16px 20px;
}

.modals-block-inputs--item input.input-card {
  padding: 14px 20px 14px 52px;
}

.modals-block-inputs .bp-dropdown {
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 13px;
  box-sizing: border-box;
  padding: 4px 20px 5px 9px;
}

.modals-block-inputs .bp-dropdown__btn {
  background: #fff !important;
  padding-right: 20px;
  position: relative;
}

.modals-block-inputs .bp-dropdown__icon {
  margin-top: -7px;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}

.modals-block-inputs .dropper img {
  margin-right: 10px;
}

.modals-block-inputs .bp-dropdown__body {
  border: 1px solid #dedede;
  border-top: none;
  margin-top: 5px;
}

.modals-block-inputs .bp-dropdown__body li {
  border: none;
  border-bottom: 1px solid #dedede;
}

.modals-block-inputs .bp-dropdown__body li:last-child {
  border-bottom: none;
}

.modals-block-data {
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  margin-bottom: 24px !important;
  margin-top: 24px !important;
  padding-bottom: 10px !important;
  padding-top: 10px !important;
}

.modals-block-data > p {
  align-items: center;
  color: #9f9f9f;
  display: flex;
  font-size: 16px;
  font-weight: 300;
  justify-content: space-between;
  line-height: 19px;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-bottom: 5px;
  padding-top: 5px;
  width: 100%;
}

.modals-block-data > p b,
.modals-block-data > p input {
  color: #212121;
}

.modals-block-data > p label {
  white-space: nowrap;
}

.modals-block-data > p input {
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  max-width: 130px;
  text-align: right;
  width: auto;
}

.modal-enter,
.modal-leave-active {
  opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
  transform: scale(1.1);
}

@media only screen and (max-width: 767px) {
  .modal-mask .modal-wrapper .modal-container .modal-body {
    margin-bottom: 6px;
    margin-top: 6px;
  }
}

.modal-body__txt h3 {
  border-bottom: 1px solid #dedede;
  color: #212121;
  font-family: "Conv_MuseoSansCyrl_0", sans-serif;
  font-size: 1.75rem;
  line-height: normal;
  margin-bottom: 14px;
  padding-bottom: 14px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .modal-body__txt h3 {
    font-size: 16px;
    margin-bottom: 4px;
    padding-bottom: 4px;
  }
}

.modal-body__txt div {
  font-family: "Conv_MuseoSansCyrl_0", sans-serif;
  font-size: 1rem;
  margin-bottom: 8px;
}

.modal-body__txt div:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .modal-body__txt div {
    font-size: 12px;
    margin-bottom: 4px;
  }
}

.modal-verif .dropzone .dz-message {
  margin: 0.5rem 0 0;
}

.notification-box {
  border: 1px solid;
  border-radius: 10px;
  color: #fff;
  margin: 25px;
  padding: 20px;
}

.notification-box img {
  width: 100%;
}

.notification-box .time {
  color: #bbb;
  font-size: 12px;
  font-style: italic;
  margin-left: 35px;
  margin-top: -45px;
}

.notification-box.high {
  background: #d85b5b;
  border-color: #d85b5b;
}

.notification-box.medium {
  background-color: #fff3cd;
  border-color: #ffeeba;
  color: #856404;
}

.notification-box.low {
  background-color: #cce5ff;
  border-color: #b8daff;
  color: #004085;
}

.deposit-modal__title {
  margin-bottom: 24px;
  text-align: center;
}

.deposit-modal__subtitle {
  margin-bottom: 16px;
  text-align: center;
}

.deposit-modal__buttons {
  display: flex;
  justify-content: center;
  margin: 0 -10px;
}

.deposit-modal__buttons:last-child {
  margin-bottom: -20px;
}

.deposit-modal__btn {
  margin: 0 10px 20px;
  min-width: 120px;
}

.deposit-modal__btn--submit {
  display: block;
  flex: 0 0 calc(100% - 20px);
  font-size: 16px;
  padding: 8px 36px;
}

.deposit-modal__tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -5px;
}

.deposit-modal__tabs:last-child {
  margin-bottom: -10px;
}

.deposit-modal__tab {
  background: #fff;
  border: 1px solid #eee;
  color: #111;
  line-height: 24px !important;
  margin: 0 5px 10px;
  padding: 5px 15px;
}

.deposit-modal__tab.is-active,
.deposit-modal__tab:hover {
  background: #4070f4;
  color: #fff;
}

.deposit-modal__body {
  margin-top: 24px;
}

.deposit-modal__balance {
  align-items: center;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  color: #000;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0 0 24px;
  padding: 16px 24px;
}

.deposit-modal__balance-logo {
  flex: 0 0 50px;
  margin-right: 16px;
  max-width: 50px;
}

.deposit-modal__balance-logo img {
  display: block;
  height: 50px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.deposit-modal__balance-wrap {
  flex: 1 1 auto;
}

.deposit-modal__balance-name {
  color: #111;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
}

.deposit-modal__balance-symbol {
  color: #111;
  font-size: 16px;
  font-weight: 500;
}

.deposit-modal__balance-right {
  text-align: right;
}

.deposit-modal__balance-label {
  color: #111;
  margin-bottom: 4px;
}

.deposit-modal__balance-value {
  color: #4070f4;
  font-size: 18px;
  font-weight: 800;
}

.deposit-modal__alert {
  background: #fff4d2;
  border: 1px solid #ddc06a;
  border-radius: 5px;
  color: #b78f18;
  margin: 0 0 24px;
  padding: 10px;
}

.deposit-modal__label {
  align-items: flex-end;
  display: flex;
  font-weight: 500;
  justify-content: space-between;
  margin-bottom: 8px;
}

.deposit-modal__max {
  text-align: right;
}

.deposit-modal__max p {
  margin-bottom: 4px;
}

.deposit-modal__max p:last-child {
  margin-bottom: 0;
}

.deposit-modal__input {
  background: #f3f6f8;
  border-radius: 6px;
  border-radius: 4px;
  color: #96989c;
  font-size: 14px;
  height: 64px;
  line-height: 18px;
  padding: 10px 20px;
  text-align: left;
  width: 100%;
}

.deposit-modal__address,
.deposit-modal__count,
.deposit-modal__group,
.deposit-modal__tag {
  margin-bottom: 24px;
}

.deposit-modal__data {
  border: 2px solid #4070f4;
  border-radius: 6px;
  margin-bottom: 24px;
  padding: 8px 16px;
}

.deposit-modal__data-row {
  align-items: center;
  border-bottom: 1px solid #eee;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.deposit-modal__data-row:last-child {
  border-bottom: 0;
}

.deposit-modal__data-logo {
  flex: 0 0 50px;
  margin-right: 16px;
  max-width: 50px;
}

.deposit-modal__data-name {
  flex: 1 1 auto;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}

.deposit-modal__data-sum {
  float: right;
  font-size: 16px;
  font-weight: 600;
  margin-left: 24px;
}

.deposit-modal__data-img {
  margin-left: 16px;
}

.deposit-modal__data-img--reverse {
  transform: rotate(180deg);
}

.deposit-modal__rate {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

.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: #619420;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.m-top-18 {
  margin-top: 18px;
}

.p-top-16 {
  padding-top: 16px;
}

.exchangeform__date {
  align-items: center;
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 14px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  min-height: 50px;
  padding: 8px 22px 10px 6px;
}

.exchangeform__date p,
.exchangeform__date span {
  margin: 0 6px;
}

.exchangeform__date-icon {
  align-items: center;
  display: inline-flex;
  flex: none;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}

.exchangeform__date-icon img {
  height: auto;
  max-width: 30px;
  position: static;
  transform: none;
  width: 100%;
}

.exchangeform__date-name {
  color: #212121 !important;
  display: block !important;
  flex: 1;
  font-size: 16px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.exchangeform-step-2-page .container--form h2 {
  font-family: "Conv_MuseoSansCyrl_2", sans-serif;
  font-size: 1.5em;
  font-weight: 100;
  margin-top: 20px;
  text-transform: none;
}

.exchangeform-step-2-page .form {
  max-width: 714px;
}

.exchangeform-step-2-page .form-v2 {
  flex-direction: column;
}

@media screen and (min-width: 861px) {
  .exchangeform-step-2-page .form-v2 {
    padding-bottom: 0;
  }
}

.exchangeform-step-2-page .form-v2 > div {
  padding: 40px 36px;
}

.exchangeform-step-2-page .form--title {
  margin-bottom: 0;
}

.dataInput .exchangeform-step-2-page .form--title {
  margin-bottom: 24px;
}

.exchangeform-step-2-page .form-v2--input {
  flex: 1;
  min-width: calc(50% - 20px);
}

.exchangeform-step-2-page .form-v2--input input {
  max-width: 448px;
  padding-top: 15px;
}

.exchangeform-step-2-page .form-v2--number {
  max-width: 448px;
  position: relative;
}

.exchangeform-step-2-page .give {
  background: #f9fbfd;
}

.exchangeform-step-2-page .btn-submitForm {
  font-family: "Roboto-Medium", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 23.44px;
}

.exchangeform-step-2-page .info-title {
  color: #191d26;
  font-size: 1.5rem;
  letter-spacing: 0.2px;
  line-height: 28px;
  margin-bottom: 12px;
}

.exchangeform-step-2-page .form-v2--number .currency--symbol {
  align-items: center;
  color: #96989c;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  right: 20px;
  text-transform: uppercase;
  top: 50%;
  transform: translateY(-50%);
}

.exchangeform-step-2-page .form-v2--number .currency--symbol img {
  height: auto;
  max-width: 30px;
  position: static;
  transform: none;
  width: 100%;
}

.exchangeform-step-2--info {
  padding: 8px;
}

@media screen and (min-width: 861px) {
  .exchangeform-step-2--info {
    padding: 40px 36px;
  }
}

.exchangeform-step-2--info p {
  color: #96989c;
  font-size: 1rem;
  letter-spacing: 0.2px;
  line-height: 28px;
}

.exchangeform-step-2--info ol {
  list-style-type: decimal;
  margin-top: 12px;
  padding-left: 20px;
}

.exchangeform-step-2--info li {
  font-family: "Conv_MuseoSansCyrl_2", sans-serif;
  font-size: 1rem;
  margin-bottom: 12px;
}

.exchangeform-step-2--info li:last-child {
  margin-bottom: 0;
}

.exchangeform-step-2--info li span {
  color: #191d26;
  font-family: "Conv_MuseoSansCyrl_0", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.2px;
  line-height: 24px;
}

.exchangeform-step-2--info li a {
  color: #3daea4;
  font-family: "Conv_MuseoSansCyrl_2", sans-serif;
}

.exchangeform-step-2--info li a:hover {
  color: #017cd1;
}

.form-v2--group {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin: 0 -10px;
}

@media screen and (max-width: 767px) {
  .form-v2--group {
    margin: 0 -5px;
  }
}

.form-v2--group .form-v2--input {
  margin: 0 10px;
}

@media screen and (max-width: 767px) {
  .form-v2--group .form-v2--input {
    margin: 0 5px;
  }
}

.label {
  color: #96989c;
  display: block;
  font-family: "Conv_MuseoSansCyrl_0", sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.2px;
  line-height: 28px;
  margin-bottom: 4px;
  min-height: 28px;
}

.contact-main-icon {
  flex: none;
}

.contact-main-icon p {
  font-size: 15px;
}

.popup .d-flex__col > div {
  flex: 1 0 auto;
  min-width: 200px;
}

.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: #619420;
  content: "•";
  font-size: 24px;
  margin-right: 10px;
}

.item-page > ol {
  list-style-type: auto;
  padding: 2px 0 2px 30px;
}

.item-page > ol li {
  padding: 6px 0;
}

.item-page
  > :not(.widget):not(.news-bloc):not(.reviews-bloc):not(.partner-block):not(
    .choose
  ):not(.reserves)
  strong {
  font-weight: 700;
}

.item-page
  > :not(.widget):not(.news-bloc):not(.reviews-bloc):not(.partner-block):not(
    .choose
  ):not(.reserves)
  em {
  font-style: italic;
}

.item-page
  > :not(.widget):not(.news-bloc):not(.reviews-bloc):not(.partner-block):not(
    .choose
  ):not(.reserves)
  s {
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
}

.item-page
  > :not(.widget):not(.news-bloc):not(.reviews-bloc):not(.partner-block):not(
    .choose
  ):not(.reserves)
  img {
  display: block;
  height: auto;
  margin-bottom: 24px;
  margin-top: 32px;
  max-width: 100%;
  width: auto;
}

.item-page
  > :not(.widget):not(.news-bloc):not(.reviews-bloc):not(.partner-block):not(
    .choose
  ):not(.reserves)
  hr {
  background: #d9d9d9;
  border: 0;
  display: block;
  height: 1px;
  margin: 8px 0;
  width: 100%;
}

.item-page
  > :not(.widget):not(.news-bloc):not(.reviews-bloc):not(.partner-block):not(
    .choose
  ):not(.reserves)
  a {
  color: #0081eb;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.item-page
  > :not(.widget):not(.news-bloc):not(.reviews-bloc):not(.partner-block):not(
    .choose
  ):not(.reserves)
  code {
  background: #efefef;
  border-radius: 6px;
  color: #616161;
  color: #3b454e;
  margin: 16px 0;
  padding: 16px;
}

.item-page
  > :not(.widget):not(.news-bloc):not(.reviews-bloc):not(.partner-block):not(
    .choose
  ):not(.reserves)
  blockquote {
  border-left: 4px solid #e2e4e4;
  margin: 0 0 24px;
  padding-left: 16px;
}

.item-page h1:not(.title),
.item-page h2:not(.title),
.item-page h3:not(.title),
.item-page h4:not(.title),
.item-page h5:not(.title),
.item-page h6:not(.title) {
  color: #1d1d26;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
  padding: 32px 0 8px;
  text-transform: none;
}

.item-page h1:not(.title):first-child,
.item-page h2:not(.title):first-child,
.item-page h3:not(.title):first-child,
.item-page h4:not(.title):first-child,
.item-page h5:not(.title):first-child,
.item-page h6:not(.title):first-child {
  padding-top: 16px;
}

.item-page h1:not(.title) {
  font-size: 40px;
  line-height: 48px;
  padding: 32px 0 8px;
}

.item-page h2:not(.title) {
  font-size: 30px;
  line-height: 36px;
}

.item-page h3:not(.title) {
  font-size: 24px;
  line-height: 32px;
}

.item-page h4:not(.title) {
  font-size: 20px;
  line-height: 24px;
  padding-top: 28px;
}

.item-page h5:not(.title) {
  font-size: 16px;
  line-height: 19px;
  padding-top: 20px;
}

.item-page h6:not(.title) {
  font-size: 12px;
  line-height: 16px;
  padding-top: 8px;
}

.item-page pre {
  background: #efefef;
  border-radius: 6px;
  color: #616161;
  color: #3b454e;
  font-family: "Courier", monospace;
  margin: 0;
  padding: 38px 16px 16px;
}

.item-page pre code {
  background: none;
  color: inherit;
  margin: 0;
  padding: 0;
}

.item-page pre .hljs-comment,
.item-page pre .hljs-quote {
  color: #616161;
}

.item-page pre .hljs-attribute,
.item-page pre .hljs-link,
.item-page pre .hljs-name,
.item-page pre .hljs-regexp,
.item-page pre .hljs-selector-class,
.item-page pre .hljs-selector-id,
.item-page pre .hljs-tag,
.item-page pre .hljs-template-variable,
.item-page pre .hljs-variable {
  color: #f98181;
}

.item-page pre .hljs-built_in,
.item-page pre .hljs-builtin-name,
.item-page pre .hljs-literal,
.item-page pre .hljs-meta,
.item-page pre .hljs-number,
.item-page pre .hljs-params,
.item-page pre .hljs-type {
  color: #fbbc88;
}

.item-page pre .hljs-bullet,
.item-page pre .hljs-string,
.item-page pre .hljs-symbol {
  color: #b9f18d;
}

.item-page pre .hljs-section,
.item-page pre .hljs-title {
  color: #faf594;
}

.item-page pre .hljs-keyword,
.item-page pre .hljs-selector-tag {
  color: #70cff8;
}

.item-page pre .hljs-emphasis {
  font-style: italic;
}

.item-page pre .hljs-strong {
  font-weight: 700;
}

.item-page .widget h1,
.item-page .widget h2,
.item-page .widget h3,
.item-page .widget h4,
.item-page .widget h5,
.item-page .widget h6 {
  padding: 0;
}

.item-page .widget h1:first-child,
.item-page .widget h2:first-child,
.item-page .widget h3:first-child,
.item-page .widget h4:first-child,
.item-page .widget h5:first-child,
.item-page .widget h6:first-child {
  padding-top: 0;
}

.pointer {
  cursor: pointer;
}

.transs {
  background: #fff;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  transition: all 0.2s;
}

.main {
  flex: 1;
}

.main-wr {
  display: flex;
  flex: 1;
  flex-direction: column;
  position: relative;
}

body {
  background: #fff;
  margin: 0 auto;
}

.popup-close-bloc {
  background: rgba(0, 0, 0, 0.2);
}

.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 .container--form h2 {
  color: #000;
}

.only-mobile {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .only-mobile {
    display: block;
  }
}

input[data-v-ff655f22],
textarea[data-v-ff655f22] {
  color: #fff;
}

.hide[data-v-0a14a553] {
  position: absolute;
  top: -9999px;
}

.flick[data-v-0a14a553] {
  font-size: 0;
}

.hide:focus + .flex-row .flick[data-v-0a14a553] {
  animation: flick-0a14a553 2s 0.2s infinite;
  font-size: 18px;
}

@keyframes flick-0a14a553 {
  50% {
    color: #fff;
  }
}

.number[data-v-0a14a553] {
  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-0a14a553] {
  font-size: 22px;
  margin: 0;
  padding: 1rem;
}

.popup-personal-date p[data-v-0a14a553] {
  font-size: 11px;
  font-weight: 700;
  line-height: 2;
  margin-top: 20px;
}

.popup .btn[data-v-0a14a553] {
  box-shadow: none;
  font-size: 1rem;
  line-height: 2.75;
  margin-top: 1rem;
}

.popup input[data-v-0a14a553],
.popup textarea[data-v-0a14a553] {
  font-size: 13px;
  padding-bottom: 12px;
  padding-top: 12px;
}

.popup-bottom img[data-v-0a14a553] {
  max-width: 30px;
}

.popup-wr-item[data-v-0a14a553] {
  border-radius: 10px;
  box-shadow: none;
  max-width: 300px;
}

.input-img img[data-v-0a14a553] {
  left: 1.25rem;
  width: 1rem;
}

.popup .d-flex a[data-v-0a14a553] {
  color: #3296c8;
  font-size: 10px;
  font-weight: 700;
  text-align: right;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.popup-bottom-title[data-v-0a14a553] {
  font-size: 15px;
  font-weight: 700;
}

.popup-wr .title[data-v-534e4249] {
  margin: 0;
  padding: 1rem;
}

.popup-personal-date p[data-v-534e4249] {
  font-size: 11px;
  font-weight: 700;
  line-height: 2;
  margin-top: 20px;
}

.popup .btn[data-v-534e4249] {
  box-shadow: none;
  font-size: 1rem;
  line-height: 2.75;
  margin-top: 1rem;
}

.popup input[data-v-534e4249],
.popup textarea[data-v-534e4249] {
  font-size: 13px;
  margin-top: 10px;
  padding-bottom: 12px;
  padding-top: 12px;
}

.popup-bottom img[data-v-534e4249] {
  max-width: 30px;
  width: 100%;
}

.popup .d-flex[data-v-534e4249] {
  justify-content: flex-start;
}

.popup .d-flex__col[data-v-534e4249] {
  justify-content: space-between;
}

.popup-wr-item[data-v-534e4249] {
  border-radius: 10px;
  box-shadow: none;
  max-width: 550px;
}

.input-img img[data-v-534e4249] {
  left: 1.25rem;
  margin: 0;
  position: absolute;
  top: 22px;
  width: 1.1rem;
}

.popup-wr[data-v-ece72776] {
  border-radius: 5px;
  height: 575px;
  padding: 0;
  width: 475px;
}

.error-box[data-v-ece72776] {
  color: #4584f6;
}

.error-box[data-v-ece72776],
.success-box[data-v-ece72776] {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 225px;
}

.success-box[data-v-ece72776] {
  color: #d52b1e;
}

.qr-block .btn[data-v-ece72776] {
  font-weight: 700;
  margin-top: 20px;
  width: 245px;
}

.qr-block[data-v-ece72776] {
  align-items: center;
  background: #fff;
  color: #000;
  display: flex;
  flex-direction: column;
  font-size: 20px;
  padding: 35px;
}

.qrcode-image[data-v-ece72776] {
  padding: 15px;
}

.qr-block-title[data-v-ece72776] {
  color: #2f323e;
  font-size: 20px;
}

.hide[data-v-ece72776] {
  position: absolute;
  top: -999px;
}

.blurred[data-v-ece72776],
.small-text[data-v-ece72776] {
  color: #9899a0;
}

.small-text[data-v-ece72776] {
  font-size: 13px;
  margin: 0;
}

.number-wr[data-v-ece72776] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 242px;
}

.number[data-v-ece72776] {
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 7px;
  font-size: 18px;
  height: 48px;
  width: 32px;
}

.mobile-bar[data-v-ece72776],
.number[data-v-ece72776] {
  display: flex;
  justify-content: center;
}

.mobile-bar[data-v-ece72776] {
  flex-direction: row;
}

.flick[data-v-ece72776] {
  font-size: 0;
}

.hide:focus + .number-wr .flick[data-v-ece72776] {
  animation: flick-ece72776 1s step-end infinite;
  font-size: 18px;
}

.mobile[data-v-ece72776] {
  font-size: 20px;
}

.helper-token-text[data-v-ece72776] {
  margin-bottom: 5px;
  margin-top: 20px;
}

.app-links-block[data-v-ece72776] {
  margin-top: 20px;
}

.app-link[data-v-ece72776] {
  margin: 0 5px;
  opacity: 0.4;
}

.app-link[data-v-ece72776]:hover {
  opacity: 0.9;
}

.mobile-bar[data-v-ece72776] {
  padding-top: 10px;
}

.copied-text-2fa[data-v-ece72776] {
  color: #2c921b;
}

.app-link img[data-v-ece72776] {
  height: 20px;
  opacity: 0.4;
  width: 20px;
}

.p-input-secter[data-v-ece72776] {
  padding: 10px 15px;
}

.p-input-secter p[data-v-ece72776] {
  font-size: 18px;
}

.p-input-secter i.fal.fa-copy[data-v-ece72776] {
  color: #9899a0;
  font-size: 20px;
  padding: 5px;
}

@keyframes flick-ece72776 {
  0% {
    color: auto;
  }

  50% {
    color: #fff;
  }
}

.hide[data-v-500a55cc] {
  position: absolute;
  top: -9999px;
}

.flick[data-v-500a55cc] {
  font-size: 0;
}

.hide:focus + .flex-row .flick[data-v-500a55cc] {
  animation: flick-500a55cc 2s 0.2s infinite;
  font-size: 18px;
}

@keyframes flick-500a55cc {
  50% {
    color: #fff;
  }
}

.number[data-v-500a55cc] {
  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-500a55cc] {
  font-size: 22px;
  margin: 0;
  padding: 1rem;
}

.popup-personal-date p[data-v-500a55cc] {
  font-size: 11px;
  font-weight: 700;
  line-height: 2;
  margin-top: 20px;
}

.popup .btn[data-v-500a55cc] {
  box-shadow: none;
  font-size: 1rem;
  line-height: 2.75;
  margin-top: 1rem;
}

.popup input[data-v-500a55cc],
.popup textarea[data-v-500a55cc] {
  font-size: 13px;
  padding-bottom: 12px;
  padding-top: 12px;
}

.popup-bottom img[data-v-500a55cc] {
  max-width: 30px;
}

.popup-wr-item[data-v-500a55cc] {
  border-radius: 10px;
  box-shadow: none;
  max-width: 300px;
}

.input-img img[data-v-500a55cc] {
  left: 1.25rem;
  width: 1rem;
}

.popup .d-flex a[data-v-500a55cc] {
  color: #3296c8;
  font-size: 10px;
  font-weight: 700;
  text-align: right;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.popup-bottom-title[data-v-500a55cc] {
  font-size: 15px;
  font-weight: 700;
}

@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);

.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;
}

.ie_block[data-v-cfae6e7c] {
  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-cfae6e7c] {
  color: #333;
  display: flex;
  font-weight: 700;
  margin-top: 20px;
}

.ie_block a[data-v-cfae6e7c]:hover {
  color: #0ab;
}

.ie_block img[data-v-cfae6e7c] {
  height: 30px;
  margin-right: 15px;
  width: 30px;
}

.technocal-work {
  background: hsla(0, 0%, 100%, 0.95);
  color: #000;
  display: block;
  height: 100%;
  left: 0;
  padding-top: 100px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.technocal-work .four {
  color: #000;
}

.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;
}

#preloader[data-v-28cb2dcd] {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

#loader[data-v-28cb2dcd] {
  animation: spin-28cb2dcd 2s linear infinite;
  border: 3px solid transparent;
  border-radius: 50%;
  border-top-color: #00c3d3;
  display: block;
  height: 150px;
  left: 50%;
  margin: -75px 0 0 -75px;
  position: relative;
  top: 50%;
  width: 150px;
}

#loader[data-v-28cb2dcd]:before {
  animation: spin-28cb2dcd 3s linear infinite;
  border: 3px solid transparent;
  border-radius: 50%;
  border-top-color: #00d05c;
  bottom: 5px;
  content: "";
  left: 5px;
  position: absolute;
  right: 5px;
  top: 5px;
}

#loader[data-v-28cb2dcd]:after {
  animation: spin-28cb2dcd 1.5s linear infinite;
  border: 3px solid transparent;
  border-radius: 50%;
  border-top-color: #3ac125;
  bottom: 15px;
  content: "";
  left: 15px;
  position: absolute;
  right: 15px;
  top: 15px;
}

@keyframes spin-28cb2dcd {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(1turn);
  }
}

ul[data-v-85c7a914] {
  padding: 23px 0 20px;
}

.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);
  }
}

.dropper img[data-v-75107c19] {
  height: 25px;
  margin: 5px;
  width: 25px;
}

.dropper li[data-v-75107c19] {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 15px;
}

.dropper li[data-v-75107c19]:hover {
  background: rgba(0, 150, 255, 0.1);
}

.dropper[data-v-75107c19],
.dropper .bp-dropdown__btn[data-v-75107c19] {
  width: 100%;
}

.dropper img[data-v-22d69c5e] {
  height: 25px;
  margin: 5px;
  width: 25px;
}

#autocomplete-container[data-v-22d69c5e] {
  background: #fff;
  border: 1px solid hsla(0, 0%, 50%, 0.361);
  border-radius: 5px;
  position: absolute;
  top: 110px;
  width: 100%;
  z-index: 10;
}

.autocomplete-list[data-v-22d69c5e] {
  background-color: #f1f1f1;
  border: 1px solid #d4d4d4;
  border-top: none;
  max-height: 200px;
  overflow-y: auto;
  position: absolute;
  z-index: 99;
}

.autocomplete-item[data-v-22d69c5e] {
  cursor: pointer;
  padding: 10px;
}

.autocomplete-item[data-v-22d69c5e]:hover {
  background-color: #e9e9e9;
}

.dropper li[data-v-22d69c5e] {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 15px;
}

.dropper li[data-v-22d69c5e]:hover {
  background: rgba(0, 150, 255, 0.1);
}

.dropper[data-v-22d69c5e],
.dropper .bp-dropdown__btn[data-v-22d69c5e] {
  width: 100%;
}

.help_block[data-v-22d69c5e] {
  text-align: center;
}

.help_block h3[data-v-22d69c5e] {
  color: #656565;
  font-family: "Roboto-Regular";
  font-size: 20px;
  font-weight: 400;
  margin: 10px 0;
}

.help_block p[data-v-22d69c5e] {
  color: #a0a3b1;
  font-size: 14px;
}

.help_block .arrow_icon[data-v-22d69c5e] {
  display: block;
  padding: 20px;
}

.help_block .file_icon[data-v-22d69c5e] {
  display: block;
  padding-bottom: 10px;
  padding-top: 30px;
}

.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%;
}

.relative[data-v-64816ea2] {
  position: relative;
}

.notification-box[data-v-64816ea2] {
  border: 0 solid;
  border-radius: 10px;
  color: #fff;
  margin: -40px auto -60px;
  max-width: calc(100vw - 35px);
  padding: 20px;
}

<script
  charset="utf-8"
  src="/_nuxt/222980a.js"
  > </script
  > <meta
  data-n-head="1"
  name="viewport"
  content="width=device-width, initial-scale=1"
  > <meta
  data-n-head="1"
  data-hid="i18n-og"
  property="og:locale"
  content="ru_RU"
  > <meta
  data-n-head="1"
  data-hid="i18n-og-alt-en-US"
  property="og:locale:alternate"
  content="en_US"
  > <meta
  data-n-head="1"
  data-hid="i18n-og-alt-uk-UA"
  property="og:locale:alternate"
  content="uk_UA"
  > <meta
  data-n-head="1"
  data-hid="og:image"
  key="og:image"
  property="og:image"
  name="og:image"
  content="/service/fs/img/favicon/32/favicon.png"
  > .container
  h2[data-v-7f54936a] {
  font-size: 24px;
  font-size: 22px;
  font-weight: 600;
  padding: 18px 0;
  padding: 15px 0;
}

.container h3[data-v-7f54936a] {
  font-size: 20px;
  font-weight: 600;
  padding: 10px 0;
}

.container ol[data-v-7f54936a],
.container ul[data-v-7f54936a] {
  list-style: inherit;
  padding: inherit;
}

@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;
}

.dropzone-custom-title[data-v-4c1d550e] {
  margin-top: 0;
}

.modal-mask
  .modal-wrapper
  .modal-container
  .modal-header
  .btn_close[data-v-4c1d550e] {
  right: -46px;
  top: -40px;
}

.dropzone-custom-title[data-v-4c1d550e],
.subtitle[data-v-4c1d550e] {
  font-family: "Conv_MuseoSansCyrl_0", sans-serif;
  font-size: 1rem;
  text-align: center;
}

.vue-dropzone[data-v-4c1d550e] {
  border-radius: 8px;
  border-style: dashed;
}

.subtitle[data-v-4c1d550e] {
  color: #314b5f;
}

.dropzone-custom-content img[data-v-4c1d550e] {
  width: 44px;
}

@media screen and (max-width: 767px) {
  .vue-dropzone[data-v-4c1d550e] {
    padding: 6px;
  }

  .dropzone-custom-content img[data-v-4c1d550e] {
    width: 26px;
  }

  .dropzone-custom-title[data-v-4c1d550e],
  .subtitle[data-v-4c1d550e] {
    font-size: 16px;
  }

  .modal-mask
    .modal-wrapper
    .modal-container
    .modal-header
    .btn_close[data-v-4c1d550e] {
    right: 6px;
  }

  .modal-mask .modal-wrapper .modal-container[data-v-4c1d550e] {
    max-width: 340px;
  }

  .dropzone[data-v-4c1d550e] {
    min-height: 110px;
  }
}

.dropzone-custom-title[data-v-0d277bfa] {
  margin-top: 0;
}

.modal-mask
  .modal-wrapper
  .modal-container
  .modal-header
  .btn_close[data-v-0d277bfa] {
  right: -46px;
  top: -40px;
}

.dropzone-custom-title[data-v-0d277bfa],
.subtitle[data-v-0d277bfa] {
  font-family: "Conv_MuseoSansCyrl_0", sans-serif;
  font-size: 1rem;
  text-align: center;
}

.vue-dropzone[data-v-0d277bfa] {
  border-radius: 8px;
  border-style: dashed;
}

.subtitle[data-v-0d277bfa] {
  color: #314b5f;
}

.dropzone-custom-content img[data-v-0d277bfa] {
  width: 44px;
}

@media screen and (max-width: 767px) {
  .vue-dropzone[data-v-0d277bfa] {
    padding: 6px;
  }

  .dropzone-custom-content img[data-v-0d277bfa] {
    width: 26px;
  }

  .dropzone-custom-title[data-v-0d277bfa],
  .subtitle[data-v-0d277bfa] {
    font-size: 16px;
  }

  .modal-mask
    .modal-wrapper
    .modal-container
    .modal-header
    .btn_close[data-v-0d277bfa] {
    right: 6px;
  }

  .modal-mask .modal-wrapper .modal-container[data-v-0d277bfa] {
    max-width: 340px;
  }

  .dropzone[data-v-0d277bfa] {
    min-height: 110px;
  }
}

<style id="cw-widget-styles" > :root {
  --b-100: #f2f3f7;
  --s-700: #37546d;
}

.woot-widget-holder {
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.16);
  opacity: 1;
  will-change: transform, opacity;
  transform: translateY(0);
  overflow: hidden !important;
  position: fixed !important;
  transition: opacity 0.2s linear, transform 0.25s linear;
  z-index: 2147483000 !important;
}

.woot-widget-holder.woot-widget-holder--flat {
  box-shadow: none;
  border-radius: 0;
  border: 1px solid var(--b-100);
}

.woot-widget-holder iframe {
  border: 0;
  color-scheme: normal;
  height: 100% !important;
  width: 100% !important;
  max-height: 100vh !important;
}

.woot-widget-holder.has-unread-view {
  border-radius: 0 !important;
  min-height: 80px !important;
  height: auto;
  bottom: 94px;
  box-shadow: none !important;
  border: 0;
}

.woot-widget-bubble {
  background: #1f93ff;
  border-radius: 100px;
  border-width: 0px;
  bottom: 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16) !important;
  cursor: pointer;
  height: 64px;
  padding: 0px;
  position: fixed;
  user-select: none;
  width: 64px;
  z-index: 2147483000 !important;
}

.woot-widget-bubble.woot-widget-bubble--flat {
  border-radius: 0;
}

.woot-widget-holder.woot-widget-holder--flat {
  bottom: 90px;
}

.woot-widget-bubble.woot-widget-bubble--flat {
  height: 56px;
  width: 56px;
}

.woot-widget-bubble.woot-widget-bubble--flat svg {
  margin: 16px;
}

.woot-widget-bubble.woot-widget-bubble--flat.woot--close::before,
.woot-widget-bubble.woot-widget-bubble--flat.woot--close::after {
  left: 28px;
  top: 16px;
}

.woot-widget-bubble.unread-notification::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: #ff4040;
  border-radius: 100%;
  top: 0px;
  right: 0px;
  border: 2px solid #ffffff;
  transition: background 0.2s ease;
}

.woot-widget-bubble.woot-widget--expanded {
  bottom: 24px;
  display: flex;
  height: 48px !important;
  width: auto !important;
  align-items: center;
}

.woot-widget-bubble.woot-widget--expanded div {
  align-items: center;
  color: #fff;
  display: flex;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  justify-content: center;
  padding-right: 20px;
  width: auto !important;
}

.woot-widget-bubble.woot-widget--expanded.woot-widget-bubble-color--lighter
  div {
  color: var(--s-700);
}

.woot-widget-bubble.woot-widget--expanded svg {
  height: 20px;
  margin: 14px 8px 14px 16px;
  width: 20px;
}

.woot-widget-bubble.woot-elements--left {
  left: 20px;
}

.woot-widget-bubble.woot-elements--right {
  right: 20px;
}

.woot-widget-bubble:hover {
  background: #1f93ff;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4) !important;
}

.woot-widget-bubble svg {
  all: revert;
  height: 24px;
  margin: 20px;
  width: 24px;
}

.woot-widget-bubble.woot-widget-bubble-color--lighter path {
  fill: var(--s-700);
}

@media only screen and (min-width: 667px) {
  .woot-widget-holder.woot-elements--left {
    left: 20px;
  }

  .woot-widget-holder.woot-elements--right {
    right: 20px;
  }
}

.woot--close:hover {
  opacity: 1;
}

.woot--close::before,
.woot--close::after {
  background-color: #fff;
  content: " ";
  display: inline;
  height: 24px;
  left: 32px;
  position: absolute;
  top: 20px;
  width: 2px;
}

.woot-widget-bubble-color--lighter.woot--close::before,
.woot-widget-bubble-color--lighter.woot--close::after {
  background-color: var(--s-700);
}

.woot--close::before {
  transform: rotate(45deg);
}

.woot--close::after {
  transform: rotate(-45deg);
}

.woot--hide {
  bottom: -100vh !important;
  top: unset !important;
  opacity: 0;
  visibility: hidden !important;
  z-index: -1 !important;
}

.woot-widget--without-bubble {
  bottom: 20px !important;
}

.woot-widget-holder.woot--hide {
  transform: translateY(40px);
}

.woot-widget-bubble.woot--close {
  transform: translateX(0px) scale(1) rotate(0deg);
  transition: transform 300ms ease, opacity 100ms ease,
    visibility 0ms linear 0ms, bottom 0ms linear 0ms;
}

.woot-widget-bubble.woot--close.woot--hide {
  transform: translateX(8px) scale(0.75) rotate(45deg);
  transition: transform 300ms ease, opacity 200ms ease,
    visibility 0ms linear 500ms, bottom 0ms ease 200ms;
}

.woot-widget-bubble {
  transform-origin: center;
  will-change: transform, opacity;
  transform: translateX(0) scale(1) rotate(0deg);
  transition: transform 300ms ease, opacity 100ms ease,
    visibility 0ms linear 0ms, bottom 0ms linear 0ms;
}

.woot-widget-bubble.woot--hide {
  transform: translateX(8px) scale(0.75) rotate(-30deg);
  transition: transform 300ms ease, opacity 200ms ease,
    visibility 0ms linear 500ms, bottom 0ms ease 200ms;
}

.woot-widget-bubble.woot-widget--expanded {
  transform: translateX(0px);
  transition: transform 300ms ease, opacity 100ms ease,
    visibility 0ms linear 0ms, bottom 0ms linear 0ms;
}

.woot-widget-bubble.woot-widget--expanded.woot--hide {
  transform: translateX(8px);
  transition: transform 300ms ease, opacity 200ms ease,
    visibility 0ms linear 500ms, bottom 0ms ease 200ms;
}

.woot-widget-bubble.woot-widget-bubble--flat.woot--close {
  transform: translateX(0px);
  transition: transform 300ms ease, opacity 10ms ease, visibility 0ms linear 0ms,
    bottom 0ms linear 0ms;
}

.woot-widget-bubble.woot-widget-bubble--flat.woot--close.woot--hide {
  transform: translateX(8px);
  transition: transform 300ms ease, opacity 200ms ease,
    visibility 0ms linear 500ms, bottom 0ms ease 200ms;
}

.woot-widget-bubble.woot-widget--expanded.woot-widget-bubble--flat {
  transform: translateX(0px);
  transition: transform 300ms ease, opacity 200ms ease,
    visibility 0ms linear 0ms, bottom 0ms linear 0ms;
}

.woot-widget-bubble.woot-widget--expanded.woot-widget-bubble--flat.woot--hide {
  transform: translateX(8px);
  transition: transform 300ms ease, opacity 200ms ease,
    visibility 0ms linear 500ms, bottom 0ms ease 200ms;
}

@media only screen and (max-width: 667px) {
  .woot-widget-holder {
    height: 100%;
    right: 0;
    top: 0;
    width: 100%;
  }

  .woot-widget-holder iframe {
    min-height: 100% !important;
  }

  .woot-widget-holder.has-unread-view {
    height: auto;
    right: 0;
    width: auto;
    bottom: 0;
    top: auto;
    max-height: 100vh;
    padding: 0 8px;
  }

  .woot-widget-holder.has-unread-view iframe {
    min-height: unset !important;
  }

  .woot-widget-holder.has-unread-view.woot-elements--left {
    left: 0;
  }

  .woot-widget-bubble.woot--close {
    bottom: 60px;
    opacity: 0;
    visibility: hidden !important;
    z-index: -1 !important;
  }
}

@media only screen and (min-width: 667px) {
  .woot-widget-holder {
    border-radius: 16px;
    bottom: 104px;
    height: calc(90% - 64px - 20px);
    max-height: 640px !important;
    min-height: 250px !important;
    width: 400px !important;
  }
}

.woot-hidden {
  display: none !important;
}
.contact-main-item-page .contact-main-mail span {
  color: #619420 !important;
}
