
    body {
      margin: 0 auto
    }
  

    .nuxt-progress {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      height: 5px;
      width: 0;
      opacity: 1;
      transition: width .1s, opacity .4s;
      background-color: #006cf0;
      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;
      font-family: "Roboto-Regular", sans-serif;
      font-size: 14px;
      color: #282e38;
      display: flex;
      flex-direction: column
    }
    
    @media only screen and (max-width:1025px) {
      body {
        font-size: 14px
      }
    }
    
    @media only screen and (max-width:767px) {
      body {
        font-size: 12px
      }
    }
    
    img {
      max-width: 100%;
      height: auto
    }
    
    p {
      font-family: "Roboto-Medium", sans-serif;
      font-weight: 500
    }
    
    a,
    h2,
    label,
    span {
      font-family: "Roboto-Regular", sans-serif;
      font-weight: 400
    }
    
    .container {
      width: 1200px;
      margin: 0 auto;
      padding: 0 15px
    }
    
    @media only screen and (max-width:1200px) {
      .container {
        width: 970px
      }
    }
    
    @media only screen and (max-width:1025px) {
      .container {
        width: 720px
      }
    }
    
    @media only screen and (max-width:767px) {
      .container {
        flex-wrap: wrap;
        width: 620px
      }
    }
    
    @media only screen and (max-width:650px) {
      .container {
        width: 520px;
        margin: 0 auto;
        flex-direction: column
      }
    }
    
    @media only screen and (max-width:550px) {
      .container {
        width: 100%;
        box-sizing: border-box;
        padding: 0 15px
      }
    }
    
    a {
      text-decoration: none;
      color: inherit
    }
    
    @media only screen and (min-width:813px) {
      a,
      a:after,
      a:before,
      button,
      button:after,
      button:before {
        transition: .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 {
      font-size: 16px;
      color: #50535a
    }
    
    h2 {
      text-transform: uppercase;
      font-size: 20px
    }
    
    h1 {
      font-size: 48px;
      color: #282e38;
      font-family: "Play-Regular", sans-serif;
      font-weight: 400
    }
    
    @media only screen and (max-width:767px) {
      h1 {
        text-align: center
      }
    }
    
    p {
      color: #50535a;
      line-height: 16.41px;
      font-family: "Roboto-Regular", sans-serif
    }
    
    .title,
    p {
      font-weight: 400
    }
    
    .title {
      font-size: 36px;
      text-transform: none;
      font-family: "Play-Regular", sans-serif
    }
    
    @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
      }
    }


    
    .btn {
      display: inline-block;
      padding: 0 26px;
      background: transparent;
      border-radius: 30px;
      text-decoration: none;
      border: none;
      outline: none;
      text-align: center;
      margin: 0;
      color: #fff;
      font-family: "Roboto-Regular", sans-serif;
      font-weight: 400;
      cursor: pointer;
      white-space: nowrap
    }
    
    .btn:hover {
      transition: all .35s
    }
    
    .btn-round {
      display: inline-block;
      padding: 11px 24px;
      background: transparent;
      border-radius: 5px;
      border: none;
      margin: 0;
      cursor: pointer;
      white-space: nowrap
    }
    
    @media screen and (max-width:1375px) {
      .btn-round {
        padding: 8px 20px
      }
    }
    
    .btn-round-blue {
      color: #fff;
      background: #4070f4
    }
    
    .btn-round-blue:hover {
      background: #2644e3
    }
    
    .btn-round-transparent {
      color: #4070f4;
      border: 1px solid #4070f4
    }
    
    .btn-round-transparent:hover {
      border: 1px solid #2644e3;
      color: #2644e3
    }
    
    .btn-filter {
      display: inline-block;
      padding: 8px 13px;
      background: transparent;
      border-radius: 5px;
      border: none;
      margin: 0;
      cursor: pointer;
      white-space: normal
    }
    
    @media only screen and (max-width:767px) {
      .btn-filter {
        font-size: 12px;
        padding: 8px
      }
    }
    
    .btn-filter-blue {
      color: #fff;
      background: #4070f4
    }
    
    .btn-filter-blue:hover {
      background: #2644e3
    }
    
    .btn-blue {
      line-height: 3.1666666667;
      background-color: #4070f4
    }
    
    .btn-blue:hover {
      background: #2644e3
    }
    
    .btn-submit {
      font-size: 15px;
      line-height: 3;
      padding-right: 30px;
      padding-left: 30px;
      box-shadow: 0 20px 40px 0 rgba(23, 22, 37, .15);
      background: #4070f4
    }
    
    .btn-submit:hover {
      color: #fff;
      background: #2644e3
    }
    
    .btn-plain {
      padding: 10px 30px;
      text-transform: uppercase;
      color: #9f9f9f;
      font-size: 11px;
      background: #f0f1f4;
      border-radius: 20px;
      margin-top: .94rem;
      margin-bottom: .94rem;
      border: 1px solid #f0f1f4
    }
    
    .btn-plain:hover {
      background: transparent
    }
    
    .btn-log-in {
      background: #f3f6f8;
      color: #282e38;
      display: flex;
      align-items: center;
      flex-direction: row;
      justify-content: center;
      width: inherit;
      border: 1px solid #f0f1f4;
      padding: 6px 12px;
      line-height: normal
    }
    
    .btn-log-in img {
      height: 20px;
      width: 20px;
      margin: 3px;
      border-radius: 50%
    }
    
    .btn-log-in:hover {
      background: transparent
    }
    
    .btn-look {
      font-size: 15px;
      line-height: 3;
      padding-right: 50px;
      padding-left: 50px;
      color: #96989c;
      font-family: "Roboto-Regular", sans-serif;
      font-weight: 400;
      background: #e1e7ed;
      min-width: 104px
    }
    
    .btn-look:hover {
      background: #e6e9f5
    }
    
    .btn-select {
      position: relative;
      max-width: 22.5rem;
      width: 100%;
      margin: 15px 30px
    }
    
    .btn-select:after {
      content: "";
      position: absolute;
      right: 20px;
      top: 18px;
      z-index: 1;
      text-align: center;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-top: 7px solid #212121;
      pointer-events: none;
      box-sizing: border-box;
      transition: all .35s;
      transform: rotate(0)
    }
    
    @media only screen and (max-width:767px) {
      .btn-select:after {
        top: 12px
      }
    }
    
    .btn-select select {
      border-radius: 20px;
      box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, .1);
      background-color: #f4f5f7;
      border: 1px solid #e6e6e6;
      padding: 0 25px;
      line-height: 2.375;
      width: 100%;
      color: #9f9f9f;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none
    }
    
    .btn-select.selected:after {
      top: 16px;
      transform: rotate(180deg)
    }
    
    @media only screen and (max-width:767px) {
      .btn-select.selected:after {
        top: 12px
      }
    }
    
    .btn-bord {
      border: 2px solid #f0f1f2;
      background: transparent;
      color: #4070f4;
      line-height: 2.7
    }
    
    .btn-bord:hover {
      color: #fff;
      background: #4070f4;
      border-color: #4070f4
    }
    
    .btn-copy {
      margin-top: -20px;
      margin-left: 15px;
      padding: 2px 15px;
      border: 2px solid #f0f1f2;
      background: transparent;
      color: #4070f4;
      line-height: 1.75
    }
    
    .btn-copy:hover {
      color: #fff;
      background: #4070f4;
      border-color: #4070f4
    }
    
    .dropper img {
      width: 25px;
      height: 25px;
      margin: 5px
    }
    
    .dropper li {
      font-size: 15px;
      cursor: pointer;
      display: flex;
      align-items: center
    }
    
    .dropper li:hover {
      background: rgba(0, 150, 255, .1)
    }
    
    .dropper {
      width: 100%
    }
    
    .dropper .bp-dropdown__btn {
      width: 100%;
      border: none
    }
    
    .dropper .bp-dropdown__body {
      box-shadow: none;
      border-radius: 0 0 5px 5px;
      border: 1px solid rgba(0, 0, 0, .1);
      border-top: none;
      position: absolute;
      margin-top: 0;
      top: auto!important;
      left: auto!important
    }
    
    * {
      box-sizing: border-box;
      outline: none
    }
    
    input:invalid {
      box-shadow: none
    }
    
    .course {
      background-color: #fff;
      padding: 8px 0;
      border-bottom: 1px solid #e6e6e6
    }
    
    @media only screen and (max-width:767px) {
      .course {
        display: none
      }
    }
    
    .course ul {
      display: flex;
      justify-content: space-between;
      flex-direction: row;
      white-space: nowrap;
      overflow: hidden
    }
    
    .course li {
      min-width: 300px;
      border-left: 2px solid #e6e6e6
    }
    
    .course li:first-child {
      border-left: none
    }
    
    .course div {
      padding: 3px 25px 5px
    }
    
    .course p {
      color: #282e38;
      text-transform: uppercase
    }
    
    .course .green {
      color: #4070f4
    }
    
    .course .green em {
      border-color: #4070f4;
      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 {
      font-size: 12px;
      font-weight: 900;
      display: block;
      margin-top: 10px
    }
    
    .course-footer span {
      font-size: 18px;
      margin-right: 10px
    }
    
    .course em {
      display: inline-block;
      border-style: solid;
      border-width: 2px;
      border-bottom: 0;
      border-left: 0;
      width: 10px;
      height: 10px;
      margin-right: 10px;
      margin-left: -2px
    }
    
    nav {
      align-self: center;
      background-color: #fff;
      padding: 5px 0;
      position: relative
    }
    
    nav .container-nav {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      position: relative
    }
    
    @media only screen and (max-width:1200px) {
      nav .container-nav {
        flex-direction: row
      }
    }
    
    nav ul {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      align-items: center
    }
    
    @media only screen and (max-width:1025px) {
      nav {
        padding: 20px 50px;
        padding: 10px
      }
    }
    
    nav li:after {
      margin: 0 28px;
      content: "";
      border-right: 1px solid #f3f3f3
    }
    
    @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: #6e6d73;
      font-family: "Roboto-Regular", sans-serif;
      font-weight: 400;
      font-size: 15px
    }
    
    .menu {
      align-self: center;
      margin: 0 -25px
    }
    
    @media only screen and (max-width:1200px) {
      .menu {
        display: block;
        background: #fff;
        border-radius: 10px;
        position: absolute;
        left: -100%;
        top: 120%;
        opacity: 0;
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
        visibility: hidden;
        transition: all .35s
      }
    }
    
    .menu.menu-open {
      opacity: 1;
      visibility: visible;
      left: 10px
    }
    
    @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: #6e6d73
      }
    }
    
    .burger {
      position: relative;
      width: 40px;
      height: 40px;
      cursor: pointer
    }
    
    @media screen and (min-width:1200px) {
      .burger {
        display: none
      }
    }
    
    .burger-icon {
      height: 5px;
      width: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      border-radius: 50px;
      background-color: #4070f4;
      transform: translate(-50%, -50%) rotate(0deg);
      transition: all .5s ease
    }
    
    .burger-icon:after,
    .burger-icon:before {
      content: "";
      position: absolute;
      height: inherit;
      border-radius: inherit;
      background-color: inherit;
      margin: auto;
      width: 50%;
      transition: all .5s ease
    }
    
    .burger-icon:before {
      top: -13px;
      left: 0;
      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;
      width: 100%;
      position: relative
    }
    
    @media only screen and (max-width:767px) {
      .user-bloc {
        max-width: 200px
      }
    }
    
    .user-bloc .caret {
      position: absolute;
      top: 10px;
      right: 0;
      cursor: pointer
    }
    
    .user-bloc .caret:before {
      content: "";
      position: absolute;
      right: 0;
      top: 12px;
      width: 0;
      height: 0;
      border-color: transparent #65557e #65557e transparent;
      border-style: solid;
      border-width: 5px;
      transform: rotate(-135deg);
      transition: all .35s
    }
    
    .user-bloc .caret-open:before {
      top: 5px;
      transform: rotate(45deg);
      transition: all .35s
    }
    
    .user-bloc-date,
    .user-bloc-date-photo {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative
    }
    
    .user-bloc-date-photo {
      width: 36px;
      height: 36px;
      border-radius: 50%;
      overflow: hidden;
      margin-right: 20px;
      background: #e1e4ed;
      font-size: 15px;
      line-height: 18px;
      z-index: 1
    }
    
    @media only screen and (max-width:767px) {
      .user-bloc-date-photo {
        width: 40px;
        height: 40px
      }
    }
    
    .user-bloc-date-info {
      color: #fff
    }
    
    @media only screen and (max-width:767px) {
      .user-bloc-date-info {
        display: none
      }
    }
    
    .user-bloc-date-info p {
      font-size: 12px;
      text-transform: uppercase;
      margin-bottom: 0
    }
    
    .user-bloc-date-info span {
      color: #6e6d73;
      font-size: 15px
    }
    
    .user-bloc ul {
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 25px 50px 0 rgba(23, 22, 37, .15);
      position: absolute;
      width: 100%;
      right: 0;
      top: -110%;
      opacity: 0;
      visibility: hidden;
      z-index: 0;
      transition: all .35s
    }
    
    .user-bloc ul:after {
      content: "";
      position: absolute;
      right: 20px;
      top: -20px;
      border: 10px solid transparent;
      border-bottom-color: #fff
    }
    
    .user-bloc .user-bloc-list-open {
      opacity: 1;
      visibility: visible;
      top: 110%;
      z-index: 11;
      min-width: 270px
    }
    
    @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 {
      padding: 15px;
      display: flex;
      align-items: center;
      font-size: 15px
    }
    
    @media only screen and (max-width:767px) {
      .user-bloc li a {
        padding: 10px;
        font-size: 13px
      }
    }
    
    .user-bloc li a:hover {
      background: #f4f5f7;
      transition: all .35s
    }
    
    .user-bloc li a:hover img {
      opacity: 1;
      transition: all .35s
    }
    
    .user-bloc li img {
      max-width: 30px;
      width: 100%;
      margin-right: 15px;
      opacity: .5
    }
    
    @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 {
      padding: .43rem;
      margin: .43rem
    }
    
    .faq-top li:after {
      margin: 0 28px;
      content: "";
      border-right: 1px solid #f3f3f3
    }
    
    @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 {
      font-family: "Roboto-Regular", sans-serif;
      font-size: 15px;
      color: #282e38
    }
    
    .faq-top a.profile-nav-active,
    .faq-top a:hover {
      color: #4070f4;
      font-family: "Roboto-Medium", sans-serif
    }
    
    .faq-top img {
      max-width: 21px;
      width: 100%;
      margin-right: 10px
    }
    
    .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 {
      padding: .43rem;
      margin: .43rem
    }
    
    .profile-nav li:after {
      margin: 0 28px;
      content: "";
      border-right: 1px solid #f3f3f3
    }
    
    @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 {
      font-family: "Roboto-Regular", sans-serif;
      font-size: 15px;
      color: #282e38
    }
    
    .profile-nav a.profile-nav-active,
    .profile-nav a:hover {
      color: #4070f4;
      font-family: "Roboto-Medium", sans-serif
    }
    
    .profile-nav img {
      max-width: 21px;
      width: 100%;
      margin-right: 10px
    }
    
    .faq-top ul {
      margin: 0 -.94rem
    }
    
    .faq-top li {
      flex: 1 1;
      flex-basis: 25%;
      max-width: 25%;
      min-width: 250px;
      padding: 0;
      margin: .45rem .94rem .45rem 0;
      flex-shrink: 0;
      flex-grow: 0
    }
    
    .faq-top img {
      max-width: 27px
    }
    
    .faq-top .form-faq-search {
      position: relative;
      margin-top: 1.25rem
    }
    
    .faq-top .form-faq-search input[type=search] {
      border: 1px solid #4070f4;
      width: 100%;
      padding: 10px 35px 10px 55px;
      font-size: 1rem;
      margin: 10px 0;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      line-height: 1.3
    }
    
    .faq-top .form-faq-search input[type=search]::-webkit-input-placeholder {
      font-style: italic;
      color: #9f9f9f
    }
    
    .faq-top .form-faq-search input[type=search]::-moz-placeholder {
      font-style: italic;
      color: #9f9f9f
    }
    
    .faq-top .form-faq-search input[type=search]:-ms-input-placeholder {
      font-style: italic;
      color: #9f9f9f
    }
    
    .faq-top .form-faq-search input[type=search]:-moz-placeholder {
      font-style: italic;
      color: #9f9f9f
    }
    
    .faq-top .form-faq-search input[type=submit] {
      position: absolute;
      width: 20px;
      height: 20px;
      z-index: 2;
      left: 1.25rem;
      top: 20px;
      background-color: transparent;
      background-image: url(/_nuxt/img/search.a7e651c.svg);
      background-size: cover;
      background-repeat: no-repeat;
      cursor: pointer
    }
    
    .under-header.profile-top-wr {
      background-position-y: -.5rem;
      display: flex;
      flex-direction: column
    }
    
    .under-header.profile-top-wr .profile-nav {
      color: #282e38
    }
    
    .under-header.profile-top-wr>.container {
      display: flex;
      flex-direction: column;
      justify-content: center;
      flex: 1
    }
    
    .footer-profile {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 24px
    }
    
    @media only screen and (max-width:767px) {
      .footer-profile {
        flex-direction: column;
        margin: .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 {
      display: inline-flex;
      padding: 11px 24px;
      border-radius: 25px;
      font-size: 15px;
      margin-right: 15px
    }
    
    .footer-profile .btn-transparent {
      color: #96989c;
      border: 1px solid #e1e7ed
    }
    
    .profile__main {
      margin-top: 55px;
      margin-bottom: 80px;
      display: flex;
      flex-direction: column;
      box-shadow: 0 15px 116px rgba(116, 124, 130, .05), 0 32px 75px rgba(116, 124, 130, .1)
    }
    
    .profile__main--title {
      display: flex;
      align-items: center;
      font-size: 24px;
      line-height: 23px;
      font-family: "Play-Bold", sans-serif;
      margin-bottom: 34px;
      letter-spacing: normal;
      text-align: left;
      color: #212121
    }
    
    .profile__main--title img {
      width: 20px;
      margin-right: 15px
    }
    
    @media only screen and (max-width:767px) {
      .profile__main--title {
        justify-content: center
      }
    }
    
    .profile__main--item {
      padding: 1.75rem 3rem;
      border: 1px solid #f3f3f3;
      flex: 1 0
    }
    
    @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 {
      margin-top: 5px;
      letter-spacing: .3px;
      line-height: 1.85;
      width: 75%;
      padding: 10px 8px;
      color: #96989c;
      box-shadow: none;
      background-color: #e1e7ed;
      font-size: 15px;
      font-family: "Conv_MuseoSansCyrl_0", sans-serif;
      transition: all .2s
    }
    
    .profile__main--item .btn:hover {
      border-radius: 30px;
      color: #fff;
      border-color: transparent;
      border-right: none;
      border-left: none;
      background: #4070f4
    }
    
    .profile__main .form__item {
      margin-bottom: 15px
    }
    
    .profile__main .form__item span {
      font-size: 14px;
      font-weight: 100;
      color: #282e38;
      display: inline-block;
      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;
      padding: 16px 1.25rem;
      font-size: 14px
    }
    
    .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 {
      display: flex;
      align-items: center;
      margin-bottom: 15px
    }
    
    .profile__main .form__item .d-flex input {
      width: auto;
      margin-right: 12px
    }
    
    .profile__main .form__item .d-flex span {
      font-weight: 100;
      color: #212121;
      font-size: 1rem;
      line-height: 1.2;
      margin-bottom: 2px
    }
    
    .profile__main .form__input {
      box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
      overflow: hidden;
      border-radius: 8px
    }
    
    .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 {
      flex: 1 1;
      min-width: 385px;
      min-height: 605px;
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap
    }
    
    @media only screen and (max-width:650px) {
      .profile__main>ul li {
        min-height: auto
      }
    }
    
    .profile__main>ul li:last-child .profile__main--item {
      border-right: none;
      border-left: 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 {
      margin: 0 auto 1.2rem;
      width: 13.31rem;
      height: 13.31rem;
      z-index: 1
    }
    
    .profile__file,
    .profile__file__border {
      border-radius: 50%;
      position: relative;
      overflow: hidden
    }
    
    .profile__file__border {
      pointer-events: none;
      background: #fff;
      height: 96%;
      padding: 2%;
      margin: 2%
    }
    
    .profile__file input {
      position: absolute;
      list-style-position: outside;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      border-radius: 50%;
      z-index: 3;
      cursor: pointer;
      min-width: auto
    }
    
    .profile__file p {
      margin: 0;
      text-transform: uppercase;
      text-decoration: underline;
      font-size: 13px;
      line-height: 3.84;
      letter-spacing: 1.3px;
      color: #fff;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      background-color: rgba(0, 0, 0, .3)
    }
    
    .profile__plus {
      margin-top: .5rem;
      margin-bottom: 1rem;
      display: flex;
      align-items: center;
      justify-content: center
    }
    
    @media only screen and (max-width:650px) {
      .profile__plus {
        flex-wrap: wrap;
        flex-direction: column
      }
    }
    
    .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 {
      content: "/";
      position: absolute;
      color: #a0a0a0;
      right: 3px;
      top: 5px;
      height: 100%;
      width: 1px
    }
    
    @media only screen and (max-width:650px) {
      .profile__plus li:first-child:after {
        content: none
      }
    }
    
    .profile__plus .btn {
      text-decoration: underline;
      color: #a0a0a0;
      font-weight: 100;
      font-family: "Conv_MuseoSansCyrl_0", sans-serif;
      padding: 0;
      line-height: 1.25;
      font-size: 1rem
    }
    
    .profile__plus .btn:hover {
      color: #000
    }
    
    .b-top {
      border-top: 1px solid rgba(0, 0, 0, .1)
    }
    
    .b-top--none {
      border-top: none
    }
    
    .registration li {
      margin: 0 6px 0 0
    }
    
    .registration li button {
      font-family: "Roboto-Regular", sans-serif;
      font-weight: 400
    }
    
    @media only screen and (max-width:1025px) {
      .registration li:last-child {
        display: none
      }
    }
    
    .registration a {
      cursor: pointer
    }
    
    .languages a {
      text-transform: uppercase;
      font-family: "Conv_MuseoSansCyrl_2", sans-serif
    }
    
    .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,
    .right-bg {
      background-repeat: no-repeat;
      background-size: 620px
    }

    
    @media only screen and (max-width:1025px) {
      .left-bg,
      .right-bg {
        background-image: none
      }
    }
    
    @media screen and (max-width:1200px) {
      .logo {
        display: none
      }
    }
    
    @media screen and (max-width:1400px) {
      .logo img {
        max-width: 85%
      }
    }
    
    .header {
      margin-bottom: 105px;
      border-bottom: 1px solid #e6e6e6
    }
    
    @media only screen and (max-width:767px) {
      .header {
        margin-bottom: 50px
      }
    }
    
    .header .logo img {
      height: 36px
    }
    
    .header .container-1 {
      max-width: 1400px;
      margin-left: auto;
      margin-right: auto;
      padding: 20px 0;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-family: "Roboto-Regular", sans-serif;
      font-weight: 400;
      font-size: 15px
    }
    
    @media only screen and (max-width:767px) {
      .header .container-1 {
        margin: 0 10px;
        padding: 15px 0
      }
    }
    
    .header .right-block {
      display: flex;
      justify-content: center;
      align-items: center
    }
    
    .header .dropdown-lang {
      margin-right: 25.35px
    }
    
    .header .dropdown-lang .inner_dropdown {
      display: flex;
      justify-content: space-between
    }
    
    .header .dropdown-lang ul {
      position: absolute;
      background-color: #fff;
      min-width: 160px;
      box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
      z-index: 9;
      border-radius: 2px
    }
    
    @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%, 92.5%, .83)
    }
    
    .header .dropdown-lang-img-arrow {
      margin-left: 16px
    }
    
    .header .dropdown-lang-inner-img img {
      width: 30px;
      height: 21px;
      border-radius: 19%
    }
    
    .header .dropdown-lang-inner-img span {
      margin-left: 10px
    }
    
    .registration ul {
      display: flex;
      align-items: center
    }
    
    .registration a {
      text-transform: uppercase;
      font-family: "Conv_MuseoSansCyrl_2", sans-serif;
      color: #fff;
      font-size: 12px
    }
    
    .about-us {
      display: flex;
      flex-wrap: wrap;
      margin-top: 1rem;
      margin-bottom: 2rem
    }
    
    .about-us>div {
      flex: 1 1
    }
    
    .about-us-top {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-direction: row;
      padding-top: 0;
      padding-bottom: 6.9rem
    }
    
    @media only screen and (max-width:767px) {
      .about-us-top {
        padding-bottom: 2.25rem;
        justify-content: center
      }
    }
    
    .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 {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 20px
    }
    
    @media only screen and (max-width:767px) {
      .about-us-img {
        display: none
      }
    }
    
    .about-us-img img {
      width: 100%;
      max-width: 440px
    }
    
    .choose {
      margin-bottom: 2rem
    }
    
    .choose ul {
      display: flex;
      justify-content: center;
      flex-direction: row;
      flex-wrap: wrap;
      align-items: center;
      margin: 0 -.74rem
    }
    
    .choose li {
      flex-basis: 31.25%;
      max-width: 31.25%;
      min-width: 300px;
      padding: 0;
      margin: .45rem .74rem;
      flex-shrink: 0;
      flex-grow: 0
    }
    
    .choose a {
      display: block;
      padding: 20px;
      border: 1px solid #b6b6b6;
      background: transparent;
      box-shadow: none;
      line-height: normal
    }
    
    .choose a:hover {
      box-shadow: 0 20px 40px 0 rgba(23, 22, 37, .15)
    }
    
    .choose a:hover p,
    .choose a:hover span {
      color: #fff
    }
    
    .choose a p {
      font-size: 16px;
      color: #212121;
      white-space: nowrap;
      margin-bottom: 10px
    }
    
    .choose a span {
      font-size: 12px;
      color: #b6b6b6
    }
    
    .choose p,
    .choose span {
      transition: all 0s
    }
    
    .form-v2--input-order-form {
      position: relative;
      margin: 0 0 20px
    }
    
    .form-v2--input-order-form p {
      margin-bottom: 9px
    }
    
    .form-v2--input-order-form-btn {
      display: flex;
      justify-content: center;
      align-items: center
    }
    
    .form-v2--input-order-form-btn .btn-submit-order {
      width: 56.4%;
      font-size: 20px;
      height: 64px;
      padding: 23px 77px!important;
      box-shadow: 0 20px 40px 0 rgba(23, 22, 37, .15);
      background: #4070f4
    }
    
    .form-v2--input-order-form-btn .btn-submit-order:hover {
      color: #fff;
      background: #2644e3
    }
    
    @media only screen and (max-width:767px) {
      .form-v2--input-order-form-btn .btn-submit-order {
        padding: 23px 44px!important
      }
    }
    
    .form-v2--input-order-form .receive {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      background: #f3f6f8;
      text-align: left;
      padding: 24px 26px;
      color: #96989c;
      font-size: 20px;
      line-height: 23.44px;
      height: 64px;
      border-radius: 8px
    }
    
    @media only screen and (max-width:767px) {
      .form-v2--input-order-form .receive {
        padding: 24px 15px;
        font-size: 15px
      }
    }
    
    .form-v2--input-order-form .receive div>span {
      margin: 42px
    }
    
    .form-v2--input-order-form .other {
      display: flex;
      align-items: center;
      text-align: left;
      width: 100%;
      padding: 22px 18px;
      height: 48px;
      color: #96989c;
      background: #f3f6f8;
      border-radius: 8px
    }
    
    .form-v2--input-order-form img {
      max-width: 32px;
      position: absolute;
      top: 57px;
      transform: translateY(-50%)
    }
    
    .order-footer-block {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 24px;
      border-top: 1px solid #f1f1f2
    }
    
    @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 {
      display: inline-flex;
      padding: 11px 24px;
      border-radius: 25px;
      font-size: 15px
    }
    
    .order-footer-block .btn-transparent {
      color: #96989c;
      border: 1px solid #e1e7ed
    }
    
    .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 {
      display: flex;
      background-color: #fff;
      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 {
      display: flex;
      justify-content: space-between;
      border-bottom: 1px solid #f0f1f6;
      padding: 22px 32px
    }
    
    .order-main-block .payment-data_content {
      display: flex;
      justify-content: center;
      padding: 24px 32px
    }
    
    .order-main-block .payment-data_content_header {
      text-align: center;
      padding-bottom: 12px
    }
    
    .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: .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: #1e2130;
      flex: .4;
      border-right: 1px solid #f0f1f6
    }
    
    .order-main-block .form-left-block_header {
      text-align: center;
      background-color: #f0f1f6;
      border-bottom: 1px solid #f0f1f6;
      padding: 24px
    }
    
    .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>p,
    .order-main-block .form-left-block .details-currency span {
      color: #282e38
    }
    
    .order-main-block .form-left-block .details-currency span {
      font-size: 16px;
      font-family: "Roboto-Medium", sans-serif;
      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: #4070f4
    }
    
    .container--form {
      max-width: 1170px;
      margin-left: auto;
      margin-right: auto
    }
    
    .container--form .title-text {
      margin-bottom: 98px
    }
    
    .container--form .title-text h1 {
      color: #282e38
    }
    
    .container--form .title-text h1 span {
      color: #4070f4
    }
    
    .container--form .title-text>p {
      color: #72819f;
      font-size: 18px;
      font-family: "Roboto-Light", sans-serif;
      font-weight: 300;
      margin-top: 12px
    }
    
    .form {
      background: #fff;
      border-radius: 30px;
      width: 97.5%;
      margin: 2.25rem auto 3.75em;
      overflow: hidden;
      box-shadow: 0 25px 50px 0 rgba(23, 22, 37, .15)
    }
    
    @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;
      padding-top: 10px;
      padding-bottom: 10px;
      border-bottom-left-radius: 20px;
      border-bottom-right-radius: 20px
    }
    
    .form-ruls p {
      font-size: 15px
    }
    
    @media only screen and (max-width:767px) {
      .form-ruls p {
        font-size: 13px
      }
    }
    
    .form-ruls a {
      text-decoration: underline
    }
    
    .form-attention {
      background: #f3f6f8;
      text-align: left;
      padding: 21px 30px;
      color: #96989c;
      font-size: 15px;
      line-height: 18px;
      border-radius: 6px;
      margin-bottom: 15px
    }
    
    .form-attention .ql-align-center {
      text-align: center
    }
    
    .form-attention .ql-align-right {
      text-align: right
    }
    
    .form h3 {
      font-size: 1.3em
    }
    
    .form-submit {
      margin-top: 0;
      margin-bottom: 1.5em;
      position: relative
    }
    
    .ordered .under-header,
    .payment-wait .under-header {
      background: none
    }
    
    .ordered .form,
    .payment-wait .form {
      margin-bottom: 0
    }
    
    .form-confirmation__up {
      border-radius: 6px;
      background: #fff;
      max-width: 624px;
      margin-left: auto;
      margin-right: auto;
      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 {
      font-size: 14px;
      color: #333
    }
    
    .form-confirmation__up .form-confirmation-manual-actual-info {
      text-align: center;
      width: 100px
    }
    
    .form-confirmation__up .form-confirmation-manual-actual-info p {
      font-size: 12px;
      color: #787878;
      line-height: 140%
    }
    
    .form-confirmation__up .form-confirmation-manual-actual-info p b {
      margin-top: 2px;
      display: inline-block;
      font-size: 36px;
      line-height: 140%;
      color: #333
    }
    
    .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 {
      width: 100%;
      box-shadow: none;
      margin: 0
    }
    
    .merchant-form {
      display: flex;
      flex-direction: column;
      margin-bottom: 10px
    }
    
    .merchant-form label {
      font-weight: 600;
      font-family: "Conv_MuseoSansCyrl_0", sans-serif;
      margin: 0 0 12px;
      font-size: 16px;
      line-height: 19px;
      color: #212121;
      display: block;
      text-align: left
    }
    
    .merchant-form input {
      width: 100%;
      padding: 14px 61px 15px 22px;
      border: 1px solid #dedede;
      background: #fff;
      font-size: 16px;
      border-radius: 14px
    }
    
    .merchant-form .btn {
      margin-top: 16px;
      font-size: 20px
    }
    
    .form-index img {
      width: 50px
    }
    
    .form-index input,
    .form-index select {
      background: transparent;
      color: #96989c
    }
    
    .form-index label {
      display: flex;
      align-items: center
    }
    
    .form-index label span {
      font-size: 14px;
      padding: 0 15px;
      cursor: pointer
    }
    
    .form-index .container>p {
      color: #fff;
      font-size: 1.5em;
      margin-top: .5rem;
      padding-bottom: 1.25rem
    }
    
    .form-index-top {
      display: flex;
      align-items: flex-start;
      flex-wrap: wrap;
      margin-top: .6em
    }
    
    .form-index-item {
      flex: 1 0
    }
    
    @media only screen and (max-width:1200px) {
      .form-index-item {
        width: 100%;
        flex: 1 1 auto
      }
    }
    
    .form-index-item>p {
      font-size: 1em;
      margin-top: 5px;
      margin-bottom: 5px
    }
    
    .form-index-bottom {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      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 {
      padding-bottom: 10px;
      border-bottom: 1px solid #e6e6e6
    }
    
    .form-index-bloc p {
      color: #9f9f9f;
      font-size: 14px;
      margin-top: 5px
    }
    
    .form-exchange {
      flex: .3 0;
      min-width: 135px;
      margin: 95px auto auto
    }
    
    .form-v2 {
      display: flex;
      align-items: stretch;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: space-between
    }
    
    @media screen and (max-width:720px) {
      .form-v2 {
        flex-wrap: wrap
      }
    }
    
    .form-v2 .receive {
      padding: 24px 0;
      flex-basis: 33.33%
    }
    
    @media screen and (max-width:860px) {
      .form-v2 .receive {
        flex: 1
      }
    }
    
    .form-v2 .padding-block {
      padding: 0 32px
    }
    
    .form-v2 .give {
      border-right: 1px solid #d0d2db;
      border-left: 1px solid #d0d2db;
      padding: 24px 0;
      flex-basis: 33.33%
    }
    
    @media screen and (max-width:860px) {
      .form-v2 .give {
        flex: 1;
        border-right: none;
        border-left: none
      }
    }
    
    .form-v2 .dataInput {
      padding: 24px 32px;
      flex-basis: 33.33%
    }
    
    @media screen and (max-width:860px) {
      .form-v2 .dataInput {
        flex: 1
      }
    }
    
    @media screen and (max-width:860px) {
      .form-v2 .dataInput,
      .form-v2 .give,
      .form-v2 .receive {
        padding: 8px!important
      }
    }
    
    @media screen and (max-width:720px) {
      .form-v2 .dataInput,
      .form-v2 .give,
      .form-v2 .receive {
        min-width: 300px
      }
    }
    
    .form-v2 .give .form--title img {
      transform: scaleX(-1) rotate(180deg)
    }
    
    .form-v2 .dataInput .form--title img {
      transform: scaleX(-1) rotate(140deg)
    }
    
    .form-v2 .receive .form-v2__currency--list a.active span.cur--logo {
      background: #fff;
      border-radius: 6px
    }
    
    .form-v2 .receive .form-v2__currency--list a.active img {
      opacity: 1
    }
    
    .form-v2 .receive .form-v2__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 {
      padding: 7px 0;
      flex-direction: row;
      border-left: 3px solid transparent;
      color: #000;
      font-size: 14px;
      min-height: 56px
    }
    
    .form-v2__currency--list a,
    .form-v2__currency--list a p {
      display: flex;
      align-items: center;
      justify-content: space-between
    }
    
    .form-v2__currency--list a p {
      flex: 1;
      text-align: left;
      padding: 0 12px;
      line-height: 30px;
      font-family: "Roboto-Medium", sans-serif;
      flex-direction: row;
      flex-wrap: wrap
    }
    
    .form-v2__currency--list a span {
      display: inline-flex;
      align-items: center;
      flex-direction: column;
      justify-content: center;
      flex: none
    }
    
    .dataInput--info {
      overflow: hidden;
      border-radius: 12px;
      margin-bottom: 22px;
      border: 2px dashed #97c5f8
    }
    
    .dataInput--info__item {
      flex-direction: row;
      padding: 8px 10px;
      font-size: 14px
    }
    
    .dataInput--info__item,
    .dataInput--info__item p {
      display: flex;
      align-items: center;
      justify-content: space-between
    }
    
    .dataInput--info__item p {
      flex: 1;
      padding: 0 11px;
      flex-direction: row;
      flex-wrap: wrap;
      font-family: "Roboto-Medium", sans-serif
    }
    
    .dataInput--info__item span {
      flex: none
    }
    
    .dataInput--info__item span.data--logo {
      padding: 0 7px;
      max-width: 44px;
      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-size: 18px;
      font-weight: 700;
      font-family: "Play-Bold", sans-serif;
      margin: 0 0 16px;
      text-align: center
    }
    
    .dataInput--inputs .form-v2--input {
      margin-bottom: 15px;
      color: #282e38
    }
    
    .dataInput--inputs .form-v2--input img {
      max-width: 20px;
      right: 22px;
      top: 50%
    }
    
    .dataInput--inputs .btn {
      width: 100%;
      min-height: 56px;
      font-size: 20px;
      margin-top: 1rem
    }
    
    @media screen and (max-width:860px) {
      .dataInput--inputs .btn {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px;
        min-height: 40px
      }
    }
    
    .dataInput--label input[type=checkbox] {
      opacity: 0;
      position: absolute;
      width: 0;
      height: 0
    }
    
    .dataInput--label label {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      color: #96989c
    }
    
    .dataInput--label label a {
      margin: 0;
      padding: 0;
      text-decoration: underline;
      color: #4070f4
    }
    
    .dataInput--label label a:hover {
      text-decoration: none
    }
    
    .dataInput--label input[type=checkbox]+label {
      margin: 0 10px 0 0;
      position: relative;
      cursor: pointer;
      font-size: 14px;
      padding: 0 40px 0 0
    }
    
    .dataInput--label input[type=checkbox]+label:before {
      content: " ";
      position: absolute;
      right: -8px;
      top: 50%;
      transform: translateY(-50%);
      width: 24px;
      height: 24px;
      display: block;
      background: #f7fafc;
      box-shadow: inset 0 .8px .6px rgba(55, 67, 99, .25);
      border-radius: 6px;
      border: 1px solid #3f70f4
    }
    
    .dataInput--label input[type=checkbox]+label:after {
      content: " ";
      position: absolute;
      right: 0;
      top: 50%;
      width: 8px;
      height: 11px;
      display: block;
      z-index: 1;
      transition: all .3s ease;
      transform: scale(0) translateY(-50%) rotate(45deg);
      opacity: 0;
      margin-top: -3px;
      border-right: 2px solid #4070f4;
      border-bottom: 2px solid #4070f4
    }
    
    .dataInput--label input[type=checkbox]:checked+label:after {
      transform: scale(1) translateY(-50%) rotate(45deg);
      opacity: 1
    }
    
    .cur--logo,
    .data--logo {
      width: 42px;
      height: 42px;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      padding: 0 5px
    }
    
    .cur--logo__wr,
    .data--logo__wr {
      max-width: 61px;
      max-height: 42px;
      text-align: center;
      padding: 0 15px;
      flex: none
    }
    
    .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-size: 14px;
      margin-right: 5px;
      max-width: none!important;
      font-family: "Roboto-Regular", sans-serif
    }
    
    .cur--order,
    .data--order {
      padding: 4px 14px;
      text-decoration: underline;
      display: inline-block;
      border-radius: 6px;
      background: #f0f1f4;
      margin: 0 6px;
      font-size: 14px;
      color: #28bab7;
      max-width: none!important
    }
    
    .cur--check,
    .cur--img,
    .data--check,
    .data--img {
      padding: 0 15px;
      flex: none;
      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 {
      justify-content: space-between;
      flex-direction: row;
      margin-bottom: 24px
    }
    
    .form--title,
    .form--title p {
      display: flex;
      align-items: center
    }
    
    .form--title p {
      font-size: 13px;
      margin: 0 5px;
      color: #96989c;
      letter-spacing: .5px;
      font-weight: 400;
      max-width: 310px;
      font-family: "Roboto-Regular", sans-serif;
      justify-content: flex-start
    }
    
    .form--title div {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      flex-wrap: wrap
    }
    
    .form--title h4,
    .form--title h5,
    .form--title h6 {
      font-size: 24px;
      margin: 0;
      padding: 0;
      font-family: "Play-Bold", sans-serif;
      font-weight: 700
    }
    
    .form--title img {
      width: 11px
    }
    
    .form-v2--input {
      position: relative;
      margin: 0 0 20px
    }
    
    .form-v2--input input {
      width: 100%;
      text-align: left;
      padding: 21px 30px;
      color: #282e38;
      font-size: 20px;
      border-radius: 6px;
      line-height: 18px;
      height: 64px;
      background: #f3f6f8
    }
    
    .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 {
      position: relative;
      margin: 0 0 20px
    }
    
    .form-v2--input-enter-form input,
    .form-v2--input-enter-form select {
      width: 100%;
      background: #f3f6f8;
      text-align: left;
      padding: 21px 30px;
      color: #96989c;
      font-size: 15px;
      border-radius: 6px;
      line-height: 18px;
      height: 64px
    }
    
    .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 {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-direction: row;
      flex-wrap: nowrap;
      background: #f7fafc
    }
    
    .currency--choice p {
      font-size: 13px;
      color: #9f9f9f;
      margin-right: 6px;
      max-width: 60px
    }
    
    .currency--choice ul {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: row;
      flex-wrap: nowrap;
      flex: 1;
      padding: 14px 30px;
      border-top: 1px solid #d0d2db;
      position: relative;
      z-index: 999
    }
    
    .currency--choice ul li {
      margin: 5px 2px;
      flex: 1
    }
    
    .currency--choice ul li:after {
      margin-left: 5px;
      content: "";
      border-right: 1px solid #d0d2db
    }
    
    .currency--choice ul li:last-child:after {
      border: none
    }
    
    .currency--choice ul a {
      display: inline-block;
      cursor: pointer;
      width: 100%;
      border-radius: 4px;
      padding: 8px 1px;
      box-shadow: none;
      color: #4070f4;
      text-align: center;
      text-transform: uppercase;
      font-size: 14px;
      line-height: 16.41px
    }
    
    .currency--choice ul a:hover {
      color: #fff;
      background: #4070f4;
      opacity: .9
    }
    
    .currency--choice ul a.active {
      color: #fff;
      background: #4070f4;
      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 {
      color: #4070f4;
      border: none
    }
    
    @media only screen and (max-width:767px) {
      .services {
        display: none
      }
    }
    
    .services ul {
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 -1.5%;
      flex-wrap: wrap
    }
    
    @media only screen and (max-width:767px) {
      .services ul {
        margin: 0
      }
    }
    
    .services li {
      flex-basis: 29.1666666667%;
      max-width: 29.1666666667%;
      min-width: 320px;
      padding: 1rem;
      flex-shrink: 0;
      flex-grow: 0;
      margin: 2rem 1.5%
    }
    
    .services img {
      padding-top: 6px;
      width: 300px;
      max-width: 80px
    }
    
    .services span {
      display: inline-block;
      border-bottom: 1px solid #e6e6e6;
      padding-bottom: 1rem;
      margin: auto
    }
    
    .services p {
      text-transform: uppercase;
      line-height: 1.88;
      font-size: 1rem;
      margin-top: 1.4rem;
      margin-bottom: 0
    }
    
    .services-txt {
      font-size: 14px;
      line-height: 16.41px;
      color: #96989c;
      font-family: "Roboto-Light", sans-serif;
      font-weight: 300
    }
    
    .form-confirmation-manual-bloc {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-direction: row;
      flex-wrap: wrap;
      padding-bottom: .8em
    }
    
    @media only screen and (max-width:1200px) {
      .form-confirmation-manual-bloc>div {
        flex-grow: 1;
        justify-content: space-between
      }
    }
    
    .form-confirmation-manual-number>p {
      color: #fff;
      font-size: 1.5em;
      margin-top: .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 {
      display: flex;
      align-items: center;
      flex-direction: row
    }
    
    @media only screen and (max-width:1200px) {
      .form-confirmation-manual-actual {
        margin-top: .5rem
      }
    }
    
    .form-confirmation-manual-actual-info p {
      font-size: 15px;
      color: #fff;
      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-incarcartent .form-wr {
      padding-top: 2em
    }
    
    .form-incarcartent-sent-received {
      display: flex;
      align-items: center;
      flex-direction: row;
      flex-wrap: wrap;
      margin: 0 -.9375rem
    }
    
    @media only screen and (max-width:767px) {
      .form-incarcartent-sent-received {
        margin: 0
      }
    }
    
    .form-incarcartent-sent-received-wr {
      margin: 1.895rem .9375rem;
      padding: 1.5rem .94rem;
      border: 1px solid #e6e6e6;
      display: flex;
      align-items: center;
      flex-direction: row;
      min-width: 320px;
      flex: 1 1
    }
    
    @media only screen and (max-width:767px) {
      .form-incarcartent-sent-received-wr {
        padding-left: 0;
        padding-right: 0;
        flex-wrap: wrap;
        justify-content: center;
        margin: .5rem 0
      }
    }
    
    @media only screen and (max-width:550px) {
      .form-incarcartent-sent-received-wr {
        max-width: 100%;
        min-width: 100%;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        margin-left: 0;
        margin-right: 0
      }
    }
    
    .form-incarcartent-sent-received_img {
      padding: 0 1.65rem
    }
    
    @media only screen and (max-width:550px) {
      .form-incarcartent-sent-received_img {
        margin-bottom: .5rem
      }
    }
    
    .form-incarcartent-sent-received_img img {
      width: 100%;
      max-width: 100px
    }
    
    .form-incarcartent-sent-received_info {
      padding: 0 .94rem;
      flex: 1 0 auto
    }
    
    @media only screen and (max-width:767px) {
      .form-incarcartent-sent-received_info {
        width: 100%
      }
    }
    
    .form-incarcartent-sent-received_info span {
      font-size: 1.125rem;
      font-family: "Conv_MuseoSansCyrl_2", sans-serif
    }
    
    @media only screen and (max-width:767px) {
      .form-incarcartent-sent-received_info span {
        display: block;
        width: 100%;
        margin-top: .5rem
      }
    }
    
    .form-incarcartent-sent-received_info .title {
      font-size: 1.875rem;
      display: flex;
      justify-content: space-between;
      align-items: center
    }
    
    @media only screen and (max-width:767px) {
      .form-incarcartent-sent-received_info .title {
        font-size: 1.2rem;
        flex-wrap: wrap;
        justify-content: center
      }
    }
    
    .form-incarcartent-sent-received_info .title span {
      font-size: 1.875rem
    }
    
    @media only screen and (max-width:767px) {
      .form-incarcartent-sent-received_info .title span {
        margin: auto;
        font-size: 1.2rem;
        display: block;
        width: 100%
      }
    }
    
    .form-incarcartent-sent-received_info div {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-top: 12px;
      border-top: 1px solid #80d41e
    }
    
    .form-incarcartent-sent-received ul {
      width: 100%;
      margin-top: 10px;
      margin-bottom: 10px
    }
    
    .form-incarcartent-sent-received li {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 1rem;
      padding: 5px 10px
    }
    
    .form-incarcartent-sent-received li:nth-child(odd) {
      background: #f4f5f7
    }
    
    @media only screen and (max-width:767px) {
      .form-incarcartent-sent-received li {
        flex-wrap: wrap;
        justify-content: center
      }
    }
    
    .form-incarcartent_contact ul {
      margin: 0 -2.4rem
    }
    
    @media only screen and (max-width:767px) {
      .form-incarcartent_contact ul {
        margin: 0
      }
    }
    
    .form-incarcartent_contact span {
      color: #9f9f9f;
      font-size: 14px
    }
    
    @media only screen and (max-width:767px) {
      .form-incarcartent_contact .btn-plain {
        margin-left: auto;
        margin-right: auto
      }
    }
    
    .form-incarcartent_contact,
    .form-incarcartent_contact ul {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-direction: row;
      flex-wrap: wrap
    }
    
    .form-incarcartent_contact .contact,
    .form-incarcartent_contact ul .contact {
      margin: 1.75rem 2.4rem
    }
    
    @media only screen and (max-width:767px) {
      .form-incarcartent_contact .contact,
      .form-incarcartent_contact ul .contact {
        margin: .5rem 0
      }
    }
    
    .form-incarcartent_contact .contact p,
    .form-incarcartent_contact ul .contact p {
      font-size: 20px;
      margin-top: 10px
    }
    
    @media only screen and (max-width:767px) {
      .form-incarcartent_contact .contact p,
      .form-incarcartent_contact ul .contact p {
        font-size: 14px;
        margin-top: 5px
      }
    }
    
    .form-incarcartent .form-submit {
      margin-top: .94rem
    }
    
    .form-manual .form-incarcartent-sent-received-wr {
      padding: 1rem .94rem;
      margin-bottom: 0
    }
    
    .form-manual .form-incarcartent-sent-received_info .title span {
      font-size: 1.55rem
    }
    
    @media only screen and (max-width:767px) {
      .form-manual .form-incarcartent-sent-received_info .title span {
        margin-left: 10px
      }
    }
    
    .form-manual .form-incarcartent-sent-received_img img {
      max-width: 70px
    }
    
    .form-manual .form-incarcartent_contact {
      justify-content: center;
      margin-bottom: 0
    }
    
    .form-manual .form-incarcartent_contact .contact {
      margin: .88rem 2.4rem
    }
    
    @media only screen and (max-width:767px) {
      .form-manual .form-incarcartent_contact .contact {
        margin-left: 0;
        margin-right: 0
      }
    }
    
    .form-manual .form-incarcartent_contact ul {
      margin: 0
    }
    
    .form-manual-must .title {
      font-size: 22px;
      color: #282e38;
      font-family: "Play-Bold", sans-serif;
      line-height: 27.77px
    }
    
    @media screen and (max-width:460px) {
      .form-manual-must .title {
        font-size: 16px
      }
    }
    
    .form-manual-must ul {
      margin: 58px 0;
      display: flex;
      justify-content: center;
      flex-direction: column
    }
    
    .form-manual-must li {
      display: flex;
      justify-content: space-between;
      padding: 0 0 34px;
      align-items: center
    }
    
    .form-manual-must li:last-child {
      padding: 0
    }
    
    .form-manual-must li p {
      white-space: nowrap;
      padding-right: 12px
    }
    
    .form-manual-must li .value-manual-payment {
      display: flex;
      align-items: center;
      color: #282e38;
      word-break: break-all
    }
    
    .form-manual-must li .value-manual-payment img {
      padding-left: 12px;
      cursor: pointer
    }
    
    @media only screen and (max-width:550px) {
      .form-manual-must li div {
        flex-wrap: wrap
      }
    }
    
    .form-manual-must li div p {
      white-space: nowrap;
      margin-right: 12px;
      line-height: 1.95
    }
    
    @media only screen and (max-width:550px) {
      .form-manual-must li div p {
        white-space: normal;
        line-height: normal;
        margin: 6px 6px 6px 0;
        text-align: left
      }
    }
    
    .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: .75rem
      }
    }
    
    .form-manual .btn-plain {
      position: absolute;
      right: 0;
      margin-top: .5rem
    }
    
    @media only screen and (max-width:767px) {
      .form-manual .btn-plain {
        position: relative;
        margin-top: 1.5rem
      }
    }
    
    .form-manual-wait .merchant-qrcode {
      margin-top: 30px;
      margin-bottom: -15px
    }
    
    .form-manual-wait .form-manual-must ol {
      padding-top: 26px
    }
    
    .form-manual-wait .form-manual-must ol li {
      display: block;
      text-align: left!important;
      padding: 0
    }
    
    .form-manual-wait .form-manual-must ol li div {
      position: relative;
      margin: 0 0 20px
    }
    
    .form-manual-wait .form-manual-must ol li p {
      margin-bottom: 9px;
      line-height: 16.41px
    }
    
    .form-manual-wait .form-manual-must .form-manual-must_txt {
      display: flex;
      align-items: center;
      text-align: left;
      width: 100%;
      padding: 14px 18px;
      height: 48px;
      color: #000;
      background: #f3f6f8;
      border-radius: 8px
    }
    
    .form_reviews-new {
      margin-top: 4rem;
      width: 100%;
      box-shadow: 0 5px 30px 0 #e3e3e4
    }
    
    .form_reviews-new .title {
      margin-bottom: .9rem
    }
    
    .form_reviews-new_wr {
      position: relative;
      overflow: hidden;
      padding-bottom: 2.4rem
    }
    
    @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 {
      position: absolute;
      z-index: 0;
      opacity: .1
    }
    
    .form_reviews-new_wr:after {
      content: url(/_nuxt/img/001.f83ed95.svg);
      top: -5.5rem;
      right: -18rem;
      width: 46rem
    }
    
    .form_reviews-new_wr:before {
      content: url(/_nuxt/img/002.ebb3754.svg);
      bottom: -13.3rem;
      left: -18.5rem;
      width: 46rem
    }
    
    .form_reviews-new_base {
      z-index: 1;
      position: relative;
      max-width: 35rem;
      margin: auto
    }
    
    .form_reviews-new input,
    .form_reviews-new textarea {
      margin: 10px 0 0;
      border-radius: 20px;
      padding: 10px 35px 10px 15px;
      font-size: 1rem;
      border: 1px solid #eee;
      width: 100%;
      background-color: #f4f5f7
    }
    
    .form_reviews-new input::-webkit-input-placeholder,
    .form_reviews-new textarea::-webkit-input-placeholder {
      font-style: italic;
      color: #9f9f9f
    }
    
    .form_reviews-new input::-moz-placeholder,
    .form_reviews-new textarea::-moz-placeholder {
      font-style: italic;
      color: #9f9f9f
    }
    
    .form_reviews-new input:-ms-input-placeholder,
    .form_reviews-new textarea:-ms-input-placeholder {
      font-style: italic;
      color: #9f9f9f
    }
    
    .form_reviews-new input:-moz-placeholder,
    .form_reviews-new textarea:-moz-placeholder {
      font-style: italic;
      color: #9f9f9f
    }
    
    .form_reviews-new textarea {
      resize: vertical;
      height: 4.875rem;
      min-height: 3rem
    }
    
    .form_reviews-new .btn {
      margin-top: 1.5rem
    }
    
    .form-order-header {
      text-align: center;
      margin: 70px 0
    }
    
    @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: #4070f4
    }
    
    .form-confirmation {
      padding-bottom: 5.5em
    }
    
    @media only screen and (max-width:767px) {
      .form-confirmation {
        padding-bottom: .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 {
      display: flex;
      align-items: stretch;
      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;
      padding: 1em 1.125em;
      margin-bottom: 1.5em
    }
    
    .form-confirmation__main--title {
      margin: 0 0 12px;
      font-size: 16px;
      line-height: 19px;
      color: #212121
    }
    
    .form-confirmation__main--currency {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center
    }
    
    .form-confirmation__main--currency__name {
      display: flex;
      align-items: center;
      justify-content: flex-start
    }
    
    .form-confirmation__main--currency__name img {
      width: 36px;
      margin-right: 12px
    }
    
    .form-confirmation__main--currency__name span {
      font-size: 2rem;
      line-height: 2.375rem;
      color: #212121
    }
    
    @media screen and (max-width:1024px) {
      .form-confirmation__main--currency__name span {
        font-size: 1rem
      }
    }
    
    .form-confirmation__main--currency__amount {
      font-size: 1.25rem;
      line-height: 1.5;
      color: #9f9f9f
    }
    
    @media screen and (max-width:1024px) {
      .form-confirmation__main--currency__amount {
        font-size: 1rem
      }
    }
    
    .form-confirmation__main--address__title {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      margin-bottom: 8px
    }
    
    .form-confirmation__main--address__title img {
      max-width: 16px;
      margin-right: 6px
    }
    
    .form-confirmation__main--address__title span {
      font-size: 14px;
      line-height: 17px;
      color: #212121
    }
    
    .form-confirmation__main--address>p {
      font-size: 12px;
      line-height: 14px;
      color: #9f9f9f
    }
    
    .form-confirmation__main--bottom {
      margin-top: 20px;
      padding-top: 12px;
      border-top: 1px solid #dedede;
      display: flex;
      align-items: center;
      flex-direction: row;
      justify-content: space-between
    }
    
    .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-top: 0;
      margin-bottom: 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-top: 4px;
      padding-bottom: 4px
    }
    
    .form-confirmation--order .btn-log-in img {
      width: 21px;
      height: 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 {
      margin-left: 0;
      margin-right: 0;
      flex: none;
      display: flex;
      align-items: center;
      position: relative
    }
    
    @media screen and (max-width:767px) {
      .form-confirmation__ref {
        justify-content: center;
        margin-top: 0;
        margin-bottom: 0
      }
    }
    
    .form-confirmation__ref:after {
      content: "";
      position: absolute;
      left: 16px;
      width: 1px;
      height: 100%;
      background: #efefef;
      z-index: 1
    }
    
    @media screen and (max-width:767px) {
      .form-confirmation__ref:after {
        left: 0;
        width: 100%;
        height: 1px
      }
    }
    
    .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: .85em 2.585em .75em
    }
    
    @media screen and (max-width:1024px) {
      .form-confirmation__contact {
        margin: .85em 1.585em .75em
      }
    }
    
    @media screen and (max-width:767px) {
      .form-confirmation__contact {
        margin-bottom: 0
      }
    }
    
    .form-confirmation__contact>p {
      font-size: 16px;
      line-height: 19px;
      color: #212121;
      margin-bottom: 12px
    }
    
    .form-confirmation__contact ul {
      display: flex;
      align-items: center;
      flex-direction: row;
      justify-content: flex-start;
      flex-wrap: wrap
    }
    
    .form-confirmation__contact li {
      margin-right: 2.5rem;
      font-size: 12px;
      line-height: 14px;
      color: #9f9f9f;
      margin-bottom: 10px
    }
    
    .form-confirmation__contact li span {
      color: #212121;
      display: inline-block;
      margin-right: 6px
    }
    
    .form-confirmation__bottom {
      padding: 1.125em 4.385em 1.25em;
      background: #fafafc;
      display: flex;
      align-items: center;
      flex-direction: row;
      justify-content: flex-end
    }
    
    @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 {
      margin-bottom: 15px;
      flex: 1
    }
    
    .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 {
      padding: 18px 25px;
      border-radius: 5px;
      margin: 0 0 14px;
      border: 1px dashed #e1e4ed;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-direction: row
    }
    
    @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: #4070f4
    }
    
    .form-confirmation__bottom--verification__item.success-verif {
      color: #69c036;
      border-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 {
      display: flex;
      align-items: center;
      flex-direction: row;
      justify-content: flex-start
    }
    
    .form-confirmation__bottom--verification__item div img {
      max-width: 10px;
      margin-right: 6px
    }
    
    .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 {
        white-space: nowrap;
        font-size: 13px
      }
    }
    
    @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 {
      text-decoration: none
    }
    
    .form-confirmation__bottom--verification__item>p {
      display: flex;
      align-items: center;
      justify-content: flex-end
    }
    
    .form-confirmation__bottom--verification__item>p a {
      color: #212121;
      text-decoration: none
    }
    
    .form-confirmation__bottom--verification__item>p img {
      margin-left: 8px;
      max-width: 10px
    }
    
    .form-confirmation__bottom--btns {
      flex: 1;
      max-width: 365px;
      border-left: 1px solid #dedede;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 1rem 0 1rem 2.75rem;
      margin-left: 2.9375rem
    }
    
    @media screen and (max-width:1200px) {
      .form-confirmation__bottom--btns {
        max-width: 300px;
        padding: 1.75rem 0 1.75rem 1.75rem;
        margin-left: 1.9375rem
      }
    }
    
    @media screen and (max-width:1024px) {
      .form-confirmation__bottom--btns {
        max-width: none;
        padding: 1.75rem 0 .75rem 1rem;
        margin-left: 1.5rem;
        flex-direction: column-reverse;
        flex: none
      }
    }
    
    @media screen and (max-width:767px) {
      .form-confirmation__bottom--btns {
        flex-direction: row;
        flex: 1;
        width: 100%;
        margin-left: 0;
        padding-left: 0;
        border-left: none;
        border-top: 1px solid #dedede;
        padding-top: 1.5rem;
        margin-top: 1.5rem
      }
    }
    
    .form-confirmation__bottom--btns .btn {
      min-width: 100px
    }
    
    .form-confirmation .btn-reject {
      text-decoration: underline;
      font-size: 14px;
      line-height: 17px;
      color: #a0a0a0;
      margin-right: 2em;
      padding-left: 0;
      padding-right: 0
    }
    
    @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-top: 18px;
        margin-right: 0
      }
    }
    
    .form-confirmation .btn-reject:hover {
      text-decoration: none
    }
    
    .copy-icon-profile {
      position: relative;
      height: 40px;
      width: 20px;
      line-height: 44px;
      background: #fff;
      right: -20px;
      top: 2px;
      padding: 0
    }
    
    .copy-icon-profile span {
      cursor: pointer;
      display: inline-block;
      width: 18px;
      height: inherit;
      text-indent: -12px
    }
    
    .copy-icon-profile img {
      width: 100%
    }
    
    .copy-icon {
      position: absolute;
      height: 40px;
      width: 18px
    }
    
    .copy-icon img {
      width: 100%
    }
    
    .form-payment-condition {
      max-width: 512px;
      border-radius: 30px
    }
    
    .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 {
      padding-top: 11px;
      padding-bottom: 11px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-weight: 300;
      font-size: 20px;
      line-height: 28px;
      padding-left: 66px;
      background-size: 50px;
      background-repeat: no-repeat;
      background-position: 0
    }
    
    @media only screen and (max-width:767px) {
      .form-payment-condition--top p {
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 16px;
        padding-left: 50px;
        background-size: 36px!important
      }
    }
    
    .form-payment-condition--top.success {
      background: #69c036
    }
    
    .form-payment-condition--top.success p {
      background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIHZpZXdCb3g9IjAgMCA1MCA1MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxjaXJjbGUgY3g9IjI1IiBjeT0iMjUiIHI9IjI1IiBmaWxsPSJ3aGl0ZSIgZmlsbC1vcGFjaXR5PSIwLjUiLz4KICAgIDxjaXJjbGUgY3g9IjI0Ljk0OTEiIGN5PSIyNC45NDg3IiByPSIxNy45NDg3IiBmaWxsPSJ3aGl0ZSIvPgogICAgPHBhdGggZD0iTTMxLjM3MjkgMTkuMjk5NEwyMS42MSAyOS4zMDQ4TDE3LjY3NTcgMjUuMjg3N0MxNy4yODcxIDI0Ljg4ODUgMTYuNjggMjQuODg4NSAxNi4yOTE0IDI1LjI4NzdDMTUuOTAyOSAyNS42ODY5IDE1LjkwMjkgMjYuMzEwNyAxNi4yOTE0IDI2LjcwOTlMMjAuOTA1NyAzMS40NTA2QzIxLjEgMzEuNjUwMiAyMS4zNDI5IDMxLjc1IDIxLjU4NTcgMzEuNzVDMjEuODI4NiAzMS43NSAyMi4wNzE0IDMxLjY1MDIgMjIuMjY1NyAzMS40NTA2TDMyLjcwODYgMjAuNzIxNkMzMy4wOTcxIDIwLjMyMjQgMzMuMDk3MSAxOS42OTg2IDMyLjcwODYgMTkuMjk5NEMzMi4zNjg2IDE4LjkwMDIgMzEuNzM3MSAxOC45MDAyIDMxLjM3MjkgMTkuMjk5NFoiIGZpbGw9IiM2OUMwMzYiLz4KPC9zdmc+Cg==);
      background-size: 50px;
      background-repeat: no-repeat;
      background-position: 0
    }
    
    .form-payment-condition--top.processing {
      background: #f0f1f4
    }
    
    .form-payment-condition--top.processing p {
      color: #9f9f9f;
      background: url(/_nuxt/img/payment-processing.b8cf369.png);
      background-size: 50px;
      background-repeat: no-repeat;
      background-position: 0
    }
    
    .form-payment-condition--top.refunded {
      background: #f7931a
    }
    
    .form-payment-condition--top.refunded p {
      background: url(/_nuxt/img/payment-refunded.0446c6f.png);
      background-size: 50px;
      background-repeat: no-repeat;
      background-position: 0
    }
    
    .form-payment-condition--top.deleted {
      background: #ee404f
    }
    
    .form-payment-condition--top.deleted p {
      background: url(/_nuxt/img/payment-deleted.93c3d47.png);
      background-size: 50px;
      background-repeat: no-repeat;
      background-position: 0
    }
    
    .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 {
      background: #f3f3f7;
      border-radius: 10px;
      padding: 18px 20px;
      display: flex;
      align-items: center;
      justify-content: space-between
    }
    
    @media only screen and (max-width:767px) {
      .form-payment-condition--main__top {
        flex-wrap: wrap
      }
    }
    
    .form-payment-condition--main__top .title {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      font-weight: 300;
      font-size: 28px;
      line-height: 34px
    }
    
    @media only screen and (max-width:767px) {
      .form-payment-condition--main__top .title {
        width: 100%;
        font-size: 20px
      }
    }
    
    .form-payment-condition--main__top .title img {
      max-width: 44px;
      width: 100%;
      flex: none;
      margin-right: 16px
    }
    
    @media only screen and (max-width:767px) {
      .form-payment-condition--main__top ul {
        width: 100%
      }
    }
    
    .form-payment-condition--main__top li {
      padding: 0;
      margin: 0;
      line-height: 1.5;
      text-align: right;
      font-weight: 300;
      font-size: 16px;
      color: #9f9f9f
    }
    
    @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 {
      display: inline-block;
      font-size: 18px;
      line-height: 22px;
      font-weight: 700;
      color: #212121
    }
    
    @media only screen and (max-width:767px) {
      .form-payment-condition--main__top li b {
        font-size: 16px
      }
    }
    
    .form-payment-condition--main__data {
      padding-top: 10px;
      padding-bottom: 10px
    }
    
    .form-payment-condition--main__data li {
      display: flex;
      align-items: center;
      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 {
      width: 100%;
      font-weight: 300;
      font-size: 16px;
      line-height: 19px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      color: #9f9f9f
    }
    
    @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 {
      position: relative;
      overflow: hidden
    }
    
    .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: .5rem
    }
    
    .partner-block .our-partner ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center
    }
    
    @media only screen and (max-width:767px) {
      .partner-block .our-partner ul {
        flex-direction: column
      }
    }
    
    .partner-block .our-partner li {
      min-width: 200px;
      padding: 10px 15px;
      margin: 10px;
      flex: 1 1
    }
    
    .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 {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-direction: row;
      padding-top: 0;
      padding-bottom: 3.35rem
    }
    
    @media only screen and (max-width:767px) {
      .partner-top {
        padding-top: 3rem;
        flex-wrap: wrap;
        justify-content: center
      }
      .partner-top h1 {
        margin-bottom: .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;
      padding: 1.25rem;
      margin-top: 1.875rem;
      margin-bottom: 1.875rem
    }
    
    .partner-item {
      display: flex
    }
    
    @media only screen and (max-width:650px) {
      .partner-item {
        flex-wrap: wrap;
        justify-content: center
      }
    }
    
    .partner-img {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding-right: 2.1875rem;
      border-right: 1px solid #e6e6e6;
      min-width: 25%
    }
    
    .partner-img img {
      max-width: 9.625rem;
      width: 100%
    }
    
    @media only screen and (max-width:650px) {
      .partner-img {
        padding-right: 0;
        border-right: none;
        border-bottom: 1px solid #e6e6e6
      }
    }
    
    .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;
      text-transform: uppercase;
      margin-top: 1rem;
      margin-bottom: .3rem
    }
    
    .partner-description-theme {
      font-size: 1.5rem;
      margin-bottom: 10px
    }
    
    .partner-description-txt {
      line-height: 1.5;
      font-size: 1rem;
      margin-bottom: 2.5rem
    }
    
    .partner-order-states {
      background-color: #1a0651
    }
    
    .partner-order-states .under-header {
      background-image: none
    }
    
    .partner-order-states .form-confirmation-manual-number {
      width: 100%
    }
    
    .container-aff {
      margin: 3rem 3.6rem;
      display: flex;
      flex-direction: column
    }
    
    @media only screen and (max-width:767px) {
      .container-aff {
        margin: .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 {
      margin: 3.3rem 6.6rem;
      display: flex;
      flex-direction: column
    }
    
    @media only screen and (max-width:767px) {
      .partners-program .container-api,
      .requisites-main-block .container-api {
        margin: .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 {
      margin-top: 55px;
      margin-bottom: 80px;
      display: flex;
      flex-direction: column;
      box-shadow: 0 15px 116px rgba(116, 124, 130, .05), 0 32px 75px rgba(116, 124, 130, .1);
      border-radius: 24px
    }
    
    .partners-program__main .title,
    .requisites-main-block__main .title {
      font-size: 24px;
      font-family: "Play-Bold", sans-serif
    }
    
    .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 {
      flex: 0 0 auto;
      flex-basis: 28.3333333333%;
      max-width: 28.3333333333%;
      min-width: 285px;
      padding: 1.875rem;
      margin: .45rem .9rem .45rem .8rem;
      flex-shrink: 0;
      flex-grow: 0;
      border: 1px solid #e6e6e6
    }
    
    @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 {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 5px 10px;
      border-top: 1px dashed #ced3e6
    }
    
    .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;
      padding: 0;
      max-width: 100%;
      width: 100%;
      min-width: 100%
    }
    
    .partners-program .modal-body .form-index-bloc-item label,
    .requisites-main-block .modal-body .form-index-bloc-item label {
      display: inline-block;
      width: 50%;
      padding: 5px;
      font-size: 18px;
      font-weight: 600;
      text-align: left
    }
    
    .partners-program .modal-body .form-index-bloc-item input,
    .requisites-main-block .modal-body .form-index-bloc-item input {
      display: inline-block;
      width: 40%;
      padding: 5px;
      font-size: 18px;
      font-weight: 600;
      text-align: right
    }
    
    .partners-program-title,
    .requisites-main-block-title {
      color: #9f9f9f;
      font-size: 15px;
      font-family: "Roboto-Light", sans-serif;
      margin-bottom: 1.875rem;
      text-transform: uppercase
    }
    
    .partners-program-cost,
    .requisites-main-block-cost {
      font-size: 52px;
      font-family: "Play-Regular", sans-serif;
      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: -.5rem
    }
    
    .personal-room .title {
      margin-bottom: 2.1875rem
    }
    
    .ref-link {
      margin-top: .1rem;
      margin-bottom: 1rem;
      position: relative;
      overflow: hidden;
      border-top: 1px solid #f3f3f3
    }
    
    .ref-link .container {
      z-index: 2;
      position: relative
    }
    
    .ref-link-title {
      margin-left: 52px
    }
    
    @media only screen and (max-width:767px) {
      .ref-link-title {
        margin-left: 0
      }
    }
    
    .ref-link-title p {
      margin-top: 10px;
      font-family: "Roboto-Light", sans-serif;
      font-size: 15px
    }
    
    .ref-link-list {
      margin-top: 40px;
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      justify-content: center
    }
    
    @media only screen and (max-width:767px) {
      .ref-link-list {
        align-items: center
      }
    }
    
    .ref-link-list>div {
      width: 42.7%;
      margin-right: 24px
    }
    
    @media only screen and (max-width:767px) {
      .ref-link-list>div {
        width: 100%;
        margin-right: 0
      }
    }
    
    .ref-link-list .current-link {
      background-color: #4070f4;
      color: #fff
    }
    
    [dir=ltr] .ref-link .title {
      text-align: left
    }
    
    [dir=rtl] .ref-link .title {
      text-align: right
    }
    
    .ref-link input {
      margin: 10px 0;
      border-radius: 8px;
      padding: 20px 35px 15px 15px;
      font-size: 1rem;
      width: 100%;
      background-color: #f3f6f8
    }
    
    @media only screen and (max-width:767px) {
      .ref-link input {
        font-size: .8rem
      }
    }
    
    .ref-link label {
      margin: auto;
      position: relative;
      display: block
    }
    
    @media only screen and (max-width:767px) {
      .ref-link label {
        width: 100%
      }
    }
    
    .ref-link label span {
      position: absolute;
      right: 10px;
      top: 19px;
      cursor: pointer
    }
    
    .ref-link label span img {
      width: 20px
    }
    
    @media only screen and (max-width:767px) {
      .ref-link label span img {
        width: 18px
      }
    }
    
    .statistic {
      padding-top: 4rem;
      padding-bottom: 4rem
    }
    
    .statistic-ul {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      margin: .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%;
      max-width: 46.25%;
      min-width: 320px;
      padding: 1.875rem;
      margin: .45rem .94rem;
      flex-shrink: 0;
      flex-grow: 0
    }
    
    .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 {
      padding: 10px 1.25rem;
      border-bottom: 1px solid #e6e6e6;
      justify-content: space-between
    }
    
    .statistic-get-li li p {
      font-size: 1.25rem
    }
    
    .statistic-get-li li img {
      max-width: 30px;
      margin-right: 1.25rem
    }
    
    .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 {
      display: flex;
      align-items: center;
      flex-direction: row
    }
    
    .statistic-history {
      margin-top: 1.25rem;
      margin-left: 1.25rem
    }
    
    .statistic-history a {
      text-transform: uppercase;
      text-decoration: underline;
      font-size: 11px;
      color: #9f9f9f
    }
    
    .news-bloc,
    .reserves,
    .reviews-bloc {
      padding-top: 4rem;
      padding-bottom: 4rem;
      position: relative;
      overflow: hidden
    }
    
    @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 {
      position: relative;
      z-index: 1;
      border-radius: 8px 8px 0 0
    }
    
    .news-bloc .title,
    .reserves .title,
    .reviews-bloc .title {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 25px;
      color: #282e38
    }
    
    .news-bloc .title-other,
    .reserves .title-other,
    .reviews-bloc .title-other {
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-size: 36px;
      font-family: "Play-Regular", sans-serif;
      font-weight: 400
    }
    
    .news-bloc ul,
    .reserves ul,
    .reviews-bloc ul {
      display: flex;
      justify-content: flex-start;
      align-items: stretch;
      flex-direction: row;
      flex-wrap: wrap;
      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 {
      width: 31.2%;
      margin: .45rem 1%;
      position: relative;
      min-width: 300px;
      flex: 1 0;
      max-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 {
      background: #fff;
      padding: 1.7rem;
      overflow: hidden;
      border-radius: 8px;
      box-shadow: 0 25px 50px 0 hsla(0, 0%, 45.1%, .04);
      display: flex;
      align-items: center;
      flex-direction: row;
      justify-content: space-between
    }
    
    .reserves li:hover .reserves-cost b,
    .reserves li:hover .reserves-cost span {
      top: -15px;
      transition: all .35s
    }
    
    .reserves li:hover .reserves-cost .order-reserves {
      bottom: -2px;
      right: -14px
    }
    
    .reserves li:hover .reserves-cost .btn {
      opacity: 1;
      visibility: visible
    }
    
    .reserves img {
      margin-right: 10px;
      width: 22px;
      height: 22px
    }
    
    .reserves p {
      font-size: 14px;
      color: #96989c
    }
    
    .reserves span {
      font-size: 14px;
      color: #282e38
    }
    
    .reserves-icon {
      width: 32px;
      height: 32px;
      display: flex;
      align-items: center;
      flex-direction: row
    }
    
    .reserves-icon span {
      font-size: 14px;
      color: #282e38;
      font-family: "Roboto-Medium", sans-serif
    }
    
    .reserves-cost {
      text-align: right;
      min-width: 130px
    }
    
    .reserves-cost p {
      font-weight: 400;
      font-size: 14px;
      font-family: "Roboto-Regular", sans-serif
    }
    
    .reserves-cost span {
      text-transform: uppercase;
      position: relative;
      transition: all .35s
    }
    
    .reserves-cost .order-reserves {
      transition: all .35s;
      position: absolute;
      bottom: -30px;
      right: 0
    }
    
    .reserves-cost .btn {
      padding-left: 15px;
      padding-right: 15px;
      line-height: 2.2;
      opacity: 0;
      visibility: hidden;
      position: absolute;
      right: 0;
      transition: all .35s
    }
    
    .news-page-top {
      padding-bottom: 3.3rem
    }
    
    .news-page-top-wr {
      background-position-y: -.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 {
      content: url(/_nuxt/img/top-waves.e42d3fc.svg);
      top: 0;
      bottom: 0;
      right: 0
    }
    
    .news-bloc:before {
      content: url(/_nuxt/img/right-waves.2e0b883.svg);
      left: 0;
      bottom: -59.9%
    }
    
    .news-bloc span {
      text-transform: uppercase;
      color: #b6b6b6;
      font-size: 12px
    }
    
    .news-bloc-img {
      height: 100%;
      overflow: hidden;
      font-size: 0
    }
    
    .news-bloc-img img {
      width: 100%
    }
    
    .news-bloc li {
      background: #fff;
      display: flex;
      flex-direction: column;
      border-radius: 8px;
      box-shadow: 0 25px 50px 0 rgba(112, 111, 111, .07)
    }
    
    .news-bloc-title {
      font-size: 18px;
      line-height: 21.09px;
      font-family: "Roboto-Regular", sans-serif;
      font-weight: 400;
      color: #50535a
    }
    
    .news-bloc-info {
      display: flex;
      justify-content: center;
      flex-direction: column;
      background-color: #fff;
      padding: 20px 24px;
      border-radius: 8px!important
    }
    
    .news-bloc-info_item {
      margin-top: 24px;
      display: flex;
      flex-direction: column
    }
    
    .news-bloc-info_item:before {
      content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzY4IiBoZWlnaHQ9IjIxIiB2aWV3Qm94PSIwIDAgMzY4IDIxIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8ZyBvcGFjaXR5PSIwLjc1Ij4KPGxpbmUgeDE9IjI0IiB5MT0iMTAiIHgyPSIxNTMiIHkyPSIxMCIgc3Ryb2tlPSIjRDBEMkRCIi8+CjwvZz4KPHBhdGggZD0iTTE2NiAxMC41SDE2NyIgc3Ryb2tlPSIjRDBEMkRCIiBzdHJva2Utd2lkdGg9IjQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTgwIDEwLjVIMTg4IiBzdHJva2U9IiNEMEQyREIiIHN0cm9rZS13aWR0aD0iOCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CjxwYXRoIGQ9Ik0yMDEgMTAuNUgyMDIiIHN0cm9rZT0iI0QwRDJEQiIgc3Ryb2tlLXdpZHRoPSI0IiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPGcgb3BhY2l0eT0iMC43NSI+CjxsaW5lIHgxPSIyMTUiIHkxPSIxMCIgeDI9IjM0NCIgeTI9IjEwIiBzdHJva2U9IiNEMEQyREIiLz4KPC9nPgo8L3N2Zz4K);
      left: 0;
      right: 0;
      align-self: center;
      margin-bottom: 3px
    }
    
    .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 {
      width: 32px;
      height: 32px
    }
    
    .news-bloc-info_item-data {
      align-self: center;
      margin-left: auto
    }
    
    .news-bloc-info_item-data span {
      display: flex;
      align-items: center
    }
    
    .news-bloc-info_item-data span span {
      margin-left: 7px;
      font-size: 14px
    }
    
    .news-bloc-info_item-data img {
      width: 20px;
      height: 20px;
      margin-left: 20px
    }
    
    .reviews-bloc:after {
      content: url(/_nuxt/img/right-waves.2e0b883.svg);
      left: 0;
      bottom: 31.4%
    }
    
    @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 {
      padding: 18px 25px;
      background-color: #f4f7f9;
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center
    }
    
    .reviews-bloc-txt:after {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-top: 25px solid #f4f7f9;
      border-right: 25px solid transparent;
      bottom: -25px
    }
    
    .reviews-bloc-txt p {
      font-size: 14px;
      position: relative;
      text-align: left;
      color: #50535a;
      z-index: 1;
      line-height: 16.41px
    }
    
    .reviews-bloc-txt p.reviews-bloc-date {
      font-size: 12px;
      text-align: center
    }
    
    .reviews-bloc__ {
      height: 70px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical
    }
    
    .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 {
      display: flex;
      align-items: center;
      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 {
      text-align: center;
      overflow: hidden;
      margin-right: 17px;
      margin-left: 8px;
      padding: 3px
    }
    
    .reviews-bloc-photo p {
      font-size: 14px;
      color: #50535a
    }
    
    .reviews-bloc-photo img {
      width: 32px;
      height: 32px
    }
    
    .form-footer input,
    .form-footer textarea {
      padding: 10px 20px;
      background: rgba(58, 48, 99, .5);
      border-radius: 20px;
      font-family: "Conv_MuseoSansCyrl_0", sans-serif
    }
    
    .form-footer input::-webkit-input-placeholder,
    .form-footer textarea::-webkit-input-placeholder {
      font-style: italic;
      color: #9f9f9f
    }
    
    .form-footer input:-moz-placeholder,
    .form-footer input::-moz-placeholder,
    .form-footer textarea:-moz-placeholder,
    .form-footer textarea::-moz-placeholder {
      font-style: italic;
      color: #9f9f9f
    }
    
    .form-footer input:-ms-input-placeholder,
    .form-footer textarea:-ms-input-placeholder {
      font-style: italic;
      color: #9f9f9f
    }
    
    .form-footer textarea {
      height: 85px;
      resize: vertical;
      min-height: 85px
    }
    
    .content {
      flex-basis: 65.8333333333%;
      max-width: 65.8333333333%;
      min-width: 0;
      padding: 15rem;
      margin: 15rem;
      flex-shrink: 0;
      flex-grow: 0
    }
    
    @media only screen and (max-width:1025px) {
      .content {
        flex-basis: 56.6666666667%;
        max-width: 56.6666666667%;
        min-width: 0;
        padding: 15rem;
        margin: 15rem;
        flex-shrink: 0;
        flex-grow: 0
      }
    }
    
    @media only screen and (max-width:767px) {
      .content {
        flex-basis: 100%;
        min-width: 0;
        padding: 15rem;
        flex-shrink: 0;
        flex-grow: 0;
        margin: 20px 15rem 15rem;
        max-width: 100%
      }
    }
    
    .verification {
      margin-top: 20px;
      font-size: 16px
    }
    
    .verification__item {
      display: flex;
      align-items: center;
      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;
      vertical-align: middle;
      margin-right: 10px
    }
    
    .verification__items {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between
    }
    
    .verification__items:last-child {
      margin-right: 0
    }
    
    .reviews {
      padding-top: 4rem;
      position: relative;
      overflow: hidden
    }
    
    .reviews-top-wr {
      background-position-y: -.5rem
    }
    
    .reviews-top ul {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      align-items: center;
      margin: 0 -.5rem
    }
    
    .reviews-top li {
      margin: .5rem
    }
    
    .reviews-top .btn {
      font-size: 15px;
      line-height: 2.54;
      text-transform: uppercase
    }
    
    .reviews-top .btn-blue {
      text-decoration: underline;
      color: #9f9f9f
    }
    
    .reviews-top .btn-blue:hover {
      opacity: 1;
      color: #fff
    }
    
    .reviews-top .btn-submit {
      box-shadow: none
    }
    
    .reviews-main-list {
      margin-bottom: 2.5rem
    }
    
    .reviews-main-list li {
      border: 1px solid #e6e6e6;
      padding: 1.25rem;
      position: relative;
      margin-top: 20px
    }
    
    .reviews-main-list li:after {
      content: url(/_nuxt/img/quotes.172360d.png);
      position: absolute;
      z-index: 2;
      width: 55px;
      height: 70px;
      right: 21px;
      top: 0
    }
    
    .reviews-main-list-item {
      display: flex
    }
    
    @media only screen and (max-width:767px) {
      .reviews-main-list-item {
        flex-wrap: wrap
      }
    }
    
    .reviews-main-list-person {
      display: flex;
      align-items: center;
      border-right: 1px solid #e6e6e6;
      padding-right: 1.875rem;
      flex-basis: 20%
    }
    
    @media only screen and (max-width:767px) {
      .reviews-main-list-person {
        flex-basis: 100%;
        padding-right: 0;
        border-bottom: 1px solid #e6e6e6;
        border-right: none;
        padding-bottom: .5rem;
        margin-bottom: .5rem
      }
    }
    
    .reviews-main-list-person-photo {
      width: 3.125rem;
      height: 3.125rem;
      border-radius: 50%;
      overflow: hidden;
      padding: 7px;
      margin-right: 1.25rem;
      background-color: #7d9baf
    }
    
    .reviews-main-list-person-name p {
      margin-bottom: 7px
    }
    
    .reviews-main-list-person-name span {
      color: #fac917;
      margin-right: 3px
    }
    
    .reviews-main-list-txt {
      padding-left: 1.875rem;
      padding-right: 3.875rem;
      flex-basis: 80%
    }
    
    @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 {
      font-size: 12px;
      color: #b6b6b6;
      display: inline-block;
      margin-bottom: 15px
    }
    
    .reviews-main-list-txt p {
      line-height: 24px
    }
    
    .one-new-top-wr {
      background-position-y: -.5rem
    }
    
    .one-new-top-back {
      margin-top: 1.1rem;
      margin-bottom: 3rem
    }
    
    .one-new-top-back a {
      text-transform: uppercase;
      text-decoration: underline;
      font-size: 13px;
      color: #fff
    }
    
    .one-new-top-date {
      margin-top: 1.56rem;
      padding-bottom: 5.25rem;
      color: #9f9f9f
    }
    
    .one-new-top-date img {
      width: 17px;
      margin-right: 10px
    }
    
    .one-new-info {
      margin-top: 3rem;
      margin-bottom: 4rem
    }
    
    .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-top: 2.25rem;
      margin-bottom: 1.6rem
    }
    
    .one-new-info ul {
      margin-top: 15px;
      list-style-type: disc;
      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.a9906b2.svg);
      position: absolute;
      left: -5rem;
      top: 0;
      width: 3.5rem;
      height: 2.4rem
    }
    
    @media only screen and (max-width:550px) {
      .one-new_comments li>ul li:before {
        left: -4rem;
        width: 2.5rem
      }
    }
    
    .one-new_comments_bloc {
      display: flex;
      border-bottom: 1px solid #e6e6e6;
      padding-bottom: 20px;
      position: relative
    }
    
    .one-new_comments_bloc-photo {
      width: 50px;
      height: 50px;
      background-color: #969593;
      border-radius: 50%;
      text-align: center;
      overflow: hidden;
      margin-right: 17px;
      padding: 3px
    }
    
    .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 {
      text-transform: uppercase;
      text-decoration: underline;
      color: #1ac1de;
      font-size: 13px
    }
    
    .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 {
      text-transform: uppercase;
      font-size: 12px;
      color: #96989c
    }
    
    @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 {
      display: flex;
      padding: 10px 0;
      border-bottom: 1px solid #9b9b9b
    }
    
    .transaction__row--title {
      padding: 14px 0;
      background-color: #ebebeb;
      color: #0595c5;
      border: none
    }
    
    .transaction__dies,
    .transaction__plus {
      flex-basis: 8.3333333333%;
      max-width: 8.3333333333%;
      text-align: center
    }
    
    .transaction__date,
    .transaction__dies,
    .transaction__plus {
      min-width: 5px;
      padding: 15rem;
      margin: 15rem;
      flex-shrink: 0;
      flex-grow: 0
    }
    
    .transaction__date {
      flex-basis: 20.8333333333%;
      max-width: 20.8333333333%
    }
    
    @media only screen and (max-width:550px) {
      .transaction__date {
        flex-basis: 25%;
        max-width: 25%;
        min-width: 5px;
        padding: 15rem;
        margin: 15rem;
        flex-shrink: 0;
        flex-grow: 0
      }
    }
    
    .transaction__description {
      flex-basis: 50%;
      max-width: 50%;
      min-width: 5px;
      padding: 15rem;
      margin: 15rem;
      flex-shrink: 0;
      flex-grow: 0
    }
    
    @media only screen and (max-width:1025px) {
      .transaction__description {
        flex-basis: 45.8333333333%;
        max-width: 45.8333333333%;
        min-width: 5px;
        padding: 15rem;
        margin: 15rem;
        flex-shrink: 0;
        flex-grow: 0
      }
    }
    
    @media only screen and (max-width:550px) {
      .transaction__description {
        flex-basis: 41.6666666667%;
        max-width: 41.6666666667%;
        min-width: 5px;
        padding: 15rem;
        margin: 15rem;
        flex-shrink: 0;
        flex-grow: 0
      }
    }
    
    .transaction__amount {
      flex-basis: 12.5%;
      max-width: 12.5%;
      min-width: 5px;
      padding: 15rem;
      margin: 15rem;
      flex-shrink: 0;
      flex-grow: 0
    }
    
    @media only screen and (max-width:1025px) {
      .transaction__amount {
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%;
        min-width: 5px;
        padding: 15rem;
        margin: 15rem;
        flex-shrink: 0;
        flex-grow: 0
      }
    }
    
    @media only screen and (max-width:550px) {
      .transaction__amount {
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%;
        min-width: 0;
        padding: 15rem;
        margin: 15rem;
        flex-shrink: 0;
        flex-grow: 0
      }
    }
    
    .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 {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      align-items: center;
      margin: 0 -.5rem
    }
    
    @media only screen and (max-width:767px) {
      .specification-top-item ul {
        margin: 0;
        justify-content: center
      }
    }
    
    .specification-top-item li {
      margin: .5rem
    }
    
    .specification-top-item .btn {
      font-size: 15px;
      line-height: 2.54;
      text-transform: uppercase;
      padding-left: 40px;
      padding-right: 40px
    }
    
    @media only screen and (max-width:550px) {
      .specification-top-item .btn {
        padding-right: 10px;
        padding-left: 10px;
        font-size: 13px
      }
    }
    
    .specification-top-item .btn-blue {
      text-decoration: underline;
      color: #fff
    }
    
    .specification-top-item .btn-blue:hover {
      opacity: 1;
      color: #fff
    }
    
    .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-top: 2rem;
      padding-bottom: 2rem
    }
    
    .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: #212121;
      margin-top: 8px;
      margin-bottom: 16px;
      text-transform: none;
      font-weight: 400
    }
    
    .one-new-info-item h2,
    .specification-info h2 {
      font-size: 2rem
    }
    
    .one-new-info-item h3,
    .specification-info h3 {
      font-size: 1.75rem
    }
    
    .one-new-info-item div,
    .one-new-info-item p,
    .specification-info div,
    .specification-info p {
      margin-bottom: 16px
    }
    
    .faq {
      margin-top: 2.5rem;
      margin-bottom: 2.5rem
    }
    
    .faq-top-wr {
      background-position-y: -.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 {
      padding: 20px 90px 20px 30px;
      border: 1px solid #e6e6e6;
      font-size: 1.5rem;
      position: relative
    }
    
    @media screen and (max-width:767px) {
      .faq-qst-title {
        font-size: .9rem;
        padding: 10px 70px 10px 10px
      }
    }
    
    .faq-qst-title span {
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      width: 60px;
      background: #f4f5f7;
      border-left: 1px solid #e6e6e6
    }
    
    .faq-qst-title span:after {
      content: "";
      position: absolute;
      left: 20px;
      top: 50%;
      margin-top: -5px;
      width: 20px;
      height: 20px;
      border-color: #b2b4b8;
      border-style: solid;
      border-width: 2px 0 0 2px;
      transition: all .35s;
      transform: translateY(-50%) rotate(-135deg)
    }
    
    .faq-qst-title-arrow {
      box-shadow: 0 6px 35px 0 #d0d0d0;
      margin-top: 1.25rem;
      margin-bottom: 1.25rem;
      transition: all .35s
    }
    
    .faq-qst-title-arrow span:after {
      top: 50%;
      transform: rotate(45deg) translateY(-50%)
    }
    
    .faq-qst-title-arrow .b-toggle {
      max-height: 100%;
      opacity: 1;
      _display: block;
      padding: 1.25rem 1.875rem;
      border: 1px solid #e6e6e6;
      border-top: none;
      transition: opacity .3s, max-height .3s
    }
    
    .b-toggle {
      padding: 8px 12px 12px;
      border: 1px solid #e6e6e6;
      border-top: none;
      opacity: 0;
      max-height: 0;
      background: #fff;
      overflow: hidden;
      font-size: 1rem;
      line-height: 1.5;
      _display: none
    }
    
    @media screen and (max-width:767px) {
      .b-toggle {
        font-size: .7rem;
        line-height: 1.2
      }
    }
    
    .pagination {
      margin-top: 26px;
      margin-bottom: 26px
    }
    
    .pagination ul {
      display: flex;
      justify-content: center
    }
    
    .pagination li {
      margin: 3px;
      border: none;
      min-width: auto;
      flex-basis: auto;
      box-shadow: none
    }
    
    .pagination a {
      text-align: center;
      display: block;
      width: 40px;
      height: 40px;
      line-height: 40px;
      border-radius: 50%;
      background-color: #e5e7ea;
      color: #9f9f9f;
      font-size: 15px
    }
    
    .pagination a.pagination-current,
    .pagination a:hover {
      color: #212121;
      background-color: #fff;
      box-shadow: 0 6px 35px 0 #d0d0d0
    }
    
    .pagination a.pagination-ban {
      cursor: default;
      color: #9f9f9f;
      background-color: #e5e7ea;
      box-shadow: none
    }
    
    .footer {
      flex: 0 0 auto
    }
    
    .footer .container-1 {
      width: 1450px
    }
    
    .footer-bottom {
      background: radial-gradient(138.47% 87.35% at 50.69%, at 25.61%, #f3f6f8 0, #fff 100%);
      background: radial-gradient(138.47% 87.35% at 50.69% 25.61%, #f3f6f8 0, #fff 100%);
      padding-top: 10px;
      padding-bottom: 10px
    }
    
    .footer-bottom .container {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      flex-wrap: wrap;
      align-items: center
    }
    
    .footer-bottom a,
    .footer-bottom p {
      color: #96989c
    }
    
    .footer-bottom p {
      font-size: 15px
    }
    
    .footer-bottom ul {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      align-items: center
    }
    
    .footer-bottom li {
      margin: 10px
    }
    
    .footer-bottom a {
      font-size: 1em;
      padding: 5px
    }
    
    .footer-bottom a:hover {
      color: #282e38
    }
    
    .contact {
      margin: 20px 0;
      padding-left: 55px;
      background-position: 0;
      background-size: auto auto;
      background-size: initial;
      background-repeat: no-repeat
    }
    
    .contact p {
      font-size: 1.375em
    }
    
    .contact-mail {
      background-image: url(/_nuxt/img/mail.2a98174.svg)
    }
    
    .contact-main {
      margin-top: 2.875rem;
      margin-bottom: 4rem;
      flex: 1 0 auto
    }
    
    @media only screen and (max-width:767px) {
      .contact-main {
        margin: 0 .8rem
      }
    }
    
    .contact-main .container {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between
    }
    
    .contact-main .container>div {
      flex: 1 1;
      display: flex;
      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;
      font-size: 14px;
      flex: 1 0 auto;
      margin: 7px 15px;
      max-width: 235px
    }
    
    .contact-main-item-page {
      display: flex;
      flex-direction: column;
      margin: 50px 0;
      border-bottom: 1px dashed;
      -o-border-image: linear-gradient(180deg, red, transparent) 1 100%;
      border-image: linear-gradient(180deg, red, transparent) 1 100%
    }
    
    .contact-main-item-page h4 {
      margin: 0 0 10px;
      font-size: 36px;
      font-family: "Play-Regular", sans-serif;
      font-weight: 400;
      text-align: center;
      line-height: 41.65px
    }
    
    .contact-main-item-page div span {
      color: #c6d8fb;
      font-size: 14px
    }
    
    .contact-main-item-page div a {
      font-size: 15px;
      color: #fff
    }
    
    .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 {
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center;
      flex-wrap: wrap;
      margin: 50px 0;
      border-bottom: 1px dashed;
      -o-border-image: linear-gradient(180deg, red, transparent) 1 100%;
      border-image: linear-gradient(180deg, red, transparent) 1 100%
    }
    
    .contact-main-item h4 {
      margin: 0 0 10px;
      font-size: 36px;
      font-family: "Play-Regular", sans-serif;
      font-weight: 400;
      text-align: center;
      line-height: 41.65px
    }
    
    .contact-main-item div span {
      color: #c6d8fb;
      font-size: 14px
    }
    
    .contact-main-item div a {
      font-size: 15px;
      color: #fff
    }
    
    .contact-main-item>div {
      display: flex;
      flex-wrap: wrap;
      margin: 10px 0;
      justify-content: space-between;
      align-items: center;
      align-content: center
    }
    
    .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 {
      width: 58px;
      height: 58px;
      margin-right: 17px;
      background: linear-gradient(180deg, #4070f4, #4070f4);
      border-radius: 4px;
      text-align: center;
      padding: 11px;
      display: flex;
      flex-direction: column;
      justify-content: center
    }
    
    .contact-main-icon img {
      width: 100%
    }
    
    .contact-page-top {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-bottom: 3.3rem
    }
    
    @media only screen and (max-width:767px) {
      .contact-page-top {
        flex-wrap: wrap;
        padding-bottom: .3rem;
        justify-content: center
      }
    }
    
    .contact-page-top-wr {
      background-position-y: -.5rem
    }
    
    .contact-page-top h1 {
      margin-bottom: 1.875rem
    }
    
    @media only screen and (max-width:767px) {
      .contact-page-top h1 {
        margin-bottom: .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: .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-top: 0;
      margin-bottom: .875rem
    }
    
    .contact-main-form input,
    .contact-main-form textarea {
      margin: 10px 0 0;
      border-radius: 20px;
      padding: 10px 35px 10px 15px;
      font-size: 1rem;
      border: 1px solid #eee;
      width: 100%;
      background-color: #f4f5f7
    }
    
    .contact-main-form textarea {
      resize: vertical;
      height: 5rem;
      min-height: 2.5rem
    }
    
    .contact-main-form>div {
      margin-top: 1.625rem
    }
    
    .four {
      color: #fff
    }
    
    .four-wr {
      flex: 1 0;
      background-position-y: 0;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      background-size: 900% 150%;
      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-direction: column;
      justify-content: center;
      flex: 1 0
    }
    
    .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 {
      padding-left: 5rem;
      padding-right: 5rem;
      line-height: 3;
      font-size: 18px
    }
    
    @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 {
      margin-top: 2.5rem;
      font-size: 2.875rem;
      margin-bottom: 1.875rem
    }
    
    @media only screen and (max-width:767px) {
      .four-second-break {
        margin-top: .5rem;
        margin-bottom: .5rem;
        font-size: 1.5rem
      }
    }
    
    .four-second-back {
      font-size: 1.5rem;
      margin-bottom: 10%
    }
    
    .four-second-dont-worry {
      font-size: 1.125rem;
      line-height: 1.5;
      margin-bottom: 1.875rem;
      max-width: 590px;
      width: 100%;
      display: inline-block
    }
    
    @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 {
      display: flex;
      margin-right: 50px;
      justify-content: space-between;
      flex-direction: row;
      align-items: center
    }
    
    @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 {
      margin: 0 11px;
      content: "";
      border-right: 1px solid #f3f3f3
    }
    
    @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 {
        width: 45%;
        margin: 0 4px
      }
    }
    
    .zayvki-filter--bot {
      margin: 0 -30px;
      display: flex;
      flex-wrap: wrap;
      flex-direction: row
    }
    
    @media only screen and (max-width:767px) {
      .zayvki-filter--bot {
        margin: 0 10px
      }
    }
    
    .zayvki-filter-main {
      margin: 2.5rem 0 .5rem
    }
    
    .zayvki-filter-main--top {
      justify-content: space-between;
      flex-direction: row
    }
    
    .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 {
      margin: 0 11px;
      content: "";
      border-right: 1px solid #f3f3f3
    }
    
    @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 {
      margin: 0 -30px;
      display: flex;
      flex-wrap: wrap;
      flex-direction: row
    }
    
    @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 {
      margin-top: 55px;
      display: flex;
      margin-bottom: 80px;
      flex-direction: column;
      box-shadow: 0 15px 116px rgba(116, 124, 130, .05), 0 32px 75px rgba(116, 124, 130, .1);
      border-radius: 24px
    }
    
    .zayvki-table {
      width: 90%;
      margin-top: 1.875rem;
      align-self: center;
      margin-bottom: 1.875rem;
      border: 1px solid #e6e6e6;
      overflow: hidden;
      border-radius: 6px
    }
    
    @media only screen and (max-width:1025px) {
      .zayvki-table {
        width: 100%
      }
    }
    
    .zayvki-table table {
      width: 100%;
      border-collapse: collapse;
      color: #212121
    }
    
    .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 {
      padding: 12px 13px;
      font-size: 1.125rem
    }
    
    .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: .75rem
      }
    }
    
    .zayvki-table td {
      padding: 20px 13px;
      font-size: 1rem;
      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: .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 {
      display: flex;
      align-items: center;
      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 {
      width: 12px;
      margin: 0 1rem;
      font-size: 0
    }
    
    @media only screen and (max-width:1200px) {
      .zayvki-table dd {
        margin: 0 .35rem
      }
    }
    
    .zayvki-table img {
      width: 30px;
      margin-right: 15px
    }
    
    .zayvki-table .qt {
      text-transform: uppercase;
      color: #212121;
      font-weight: 600;
      font-size: .85rem
    }
    
    .zayvki-table .currency {
      white-space: nowrap;
      color: #9a9a9a;
      font-size: .8rem
    }
    
    @media only screen and (max-width:767px) {
      .zayvki-table .currency {
        white-space: normal
      }
    }
    
    .zayvki-table span.status {
      font-size: .75rem;
      text-transform: uppercase;
      display: inline-block;
      width: 135px;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      padding-left: 12px
    }
    
    @media only screen and (max-width:1025px) {
      .zayvki-table span.status {
        font-size: .5rem;
        width: 88px
      }
    }
    
    @media only screen and (max-width:767px) {
      .zayvki-table span.status {
        width: 65px
      }
    }
    
    .zayvki-table span.status.new-zayvka--marker {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      display: inline-block;
      padding: 0
    }
    
    .zayvki-table span.status.new-zayvka--marker__v {
      width: 5px;
      height: 26px;
      border-radius: 5px;
      padding: 0;
      position: absolute;
      left: 10px;
      top: 50%;
      margin-top: -13px
    }
    
    .zayvki-table .status--row {
      display: flex;
      align-items: center;
      flex-direction: row;
      justify-content: flex-start
    }
    
    .zayvki-table button {
      cursor: pointer;
      border: none;
      background-color: transparent;
      width: 25px;
      height: 27px;
      margin-right: 10px;
      background-size: 90%;
      display: inline-block;
      background-position: 50%;
      background-repeat: no-repeat
    }
    
    .zayvki-table button:hover {
      background-size: 100%;
      transform: rotate(10deg)
    }
    
    .zayvki-table button.view {
      width: 28px;
      height: 18px;
      background-image: url(/_nuxt/img/view.f7f271f.svg);
      margin-left: 20%
    }
    
    .zayvki-table button.delete {
      width: 19px;
      height: 19px;
      background-image: url(/_nuxt/img/delete.770b0da.svg)
    }
    
    @media only screen and (max-width:767px) {
      .zayvki-table {
        overflow: auto
      }
      .zayvki-table thead {
        display: none
      }
      .zayvki-table img {
        width: 22px;
        margin-right: 5px
      }
      .zayvki-table td {
        display: inline-flex;
        align-items: center;
        padding-top: 10px;
        padding-bottom: 10px;
        width: 33%
      }
      .zayvki-table td:first-child {
        padding-left: 20px;
        width: auto;
        margin-right: 15px
      }
      .zayvki-table td:nth-child(2) {
        width: auto;
        min-width: 40%
      }
      .zayvki-table .table--row {
        flex-wrap: nowrap;
        flex: none
      }
      .zayvki-table .qt {
        white-space: nowrap;
        font-size: .75rem
      }
      .zayvki-table span.status {
        white-space: normal
      }
    }
    
    @media only screen and (max-width:1200px) {
      .requisites-bg {
        background-position-y: 0
      }
    }
    
    .requisites--top {
      margin: 0 0 2.125rem;
      display: flex;
      justify-content: space-between;
      flex-direction: row
    }
    
    .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 {
      margin: 0 11px;
      content: "";
      border-right: 1px solid #f3f3f3
    }
    
    @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;
      justify-content: center;
      width: 50px;
      height: 50px;
      padding: 5px
    }
    
    .requisites-main {
      margin-bottom: 2.6rem;
      min-height: 307px
    }
    
    .requisites-main--txt,
    .requisites-main--txt__ {
      color: #9f9f9f;
      text-transform: uppercase;
      margin-top: 10px;
      margin-bottom: 1.65rem;
      font-size: .875rem
    }
    
    .requisites-main--txt__,
    .requisites-main--txt____ {
      margin-top: 2.5rem;
      margin-bottom: .85rem
    }
    
    .requisites-main--verified {
      font-size: 1.25rem;
      line-height: 1.5;
      font-family: "Conv_MuseoSansCyrl_2", sans-serif
    }
    
    .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 {
      position: absolute;
      z-index: 0;
      opacity: .1
    }
    
    .requisites-select-block .form:after {
      content: url(/_nuxt/img/001.f83ed95.svg);
      top: -5.5rem;
      right: -18rem;
      width: 46rem
    }
    
    .requisites-select-block .form:before {
      content: url(/_nuxt/img/002.ebb3754.svg);
      bottom: -24rem;
      left: -18.5rem;
      width: 46rem
    }
    
    .requisites-select-block--btn-group {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      position: relative;
      z-index: 1
    }
    
    .requisites-select-block p {
      margin-top: 10px
    }
    
    .api .container-api {
      margin: 3.3rem 6.6rem;
      display: flex;
      flex-direction: column
    }
    
    @media only screen and (max-width:767px) {
      .api .container-api {
        margin: .5rem 1rem
      }
    }
    
    .api .container-api h2 {
      margin-left: 0
    }
    
    @media only screen and (max-width:767px) {
      .api .container-api h2 {
        margin: auto
      }
    }
    
    .api-block {
      padding-bottom: 3rem;
      background: linear-gradient(0deg, #f7f8fa, #fff);
      color: #9f9f9f
    }
    
    .api-block__main {
      padding: 1.875rem 3rem;
      border: 1px solid #f3f3f3;
      margin-top: 1.3125rem;
      margin-bottom: 2.3125rem;
      display: flex;
      align-items: center;
      justify-content: space-between;
      background: #fff
    }
    
    @media only screen and (max-width:1200px) {
      .api-block__main {
        flex-wrap: wrap
      }
    }
    
    @media only screen and (max-width:767px) {
      .api-block__main {
        padding: .5rem 1rem
      }
    }
    
    .api-block__main .title__ {
      font-size: 1.375rem;
      margin-top: 0;
      margin-bottom: 1.1875rem
    }
    
    .api-block__info {
      padding: 1.875rem 3rem 2rem;
      border: 1px solid #f3f3f3;
      margin-top: 1.3125rem;
      margin-bottom: 2.3125rem;
      background: #fff
    }
    
    @media only screen and (max-width:767px) {
      .api-block__info {
        padding: .5rem 1rem
      }
    }
    
    .api-block__info--wr {
      border-radius: 15px 15px 0 0;
      overflow: hidden;
      background: #fbfbfb
    }
    
    .api-block__info--h {
      padding: 15px;
      background: #f3f3f3;
      display: flex;
      align-items: center;
      flex-direction: row;
      justify-content: flex-start
    }
    
    .api-block__info--h span {
      display: inline-block;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      margin-right: 5px;
      background: #9f9f9f
    }
    
    .api-block__info--h span:first-child {
      background: #4070f4
    }
    
    .api-block__info--txt {
      padding: 15px
    }
    
    .api-block__info .title__sub {
      margin: 2rem 0 .75rem;
      font-size: 1rem;
      color: #212121;
      text-transform: uppercase
    }
    
    .api-block__info p {
      margin-bottom: .25rem;
      line-height: 1.18;
      word-break: break-all
    }
    
    .api-block__info span {
      color: #4070f4;
      font-weight: 400
    }
    
    .api-block__info dd {
      margin-left: 6%;
      margin-bottom: .75rem
    }
    
    .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 {
        width: 100%;
        margin-bottom: .75rem;
        text-align: center;
        margin-right: 0
      }
    }
    
    .api-block__img img {
      width: 100%;
      max-width: 124px
    }
    
    .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: .875rem
    }
    
    .api-block__txt div {
      display: flex;
      align-items: center
    }
    
    .api-block__txt div p {
      margin-right: 10px;
      max-width: 70px;
      width: 100%
    }
    
    .api-block__txt div span {
      font-size: .875rem;
      color: #434343
    }
    
    @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.form__option--wr p,
    .api-block__txt div p.form__option__text,
    .api-block__txt div span.form__option__text {
      margin-bottom: 0
    }
    
    .api-block__btns {
      padding-left: 1rem;
      border-left: 2px solid #f7f9fa;
      display: flex;
      flex-direction: column
    }
    
    @media only screen and (max-width:1025px) {
      .api-block__btns {
        width: 100%;
        border-left: none;
        padding-left: 0;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
        margin-top: 1.5rem
      }
    }
    
    @media only screen and (max-width:767px) {
      .api-block__btns {
        flex-wrap: wrap;
        flex-direction: column
      }
    }
    
    .api-block__btns .btn {
      margin: 5px;
      box-shadow: none;
      min-width: 10rem
    }
    
    .api-block .table {
      width: 100%
    }
    
    .api-block .table .key {
      display: flex;
      align-items: center
    }
    
    .api-block .table .key img {
      width: 15px;
      margin-right: 12px
    }
    
    .api-block .table span {
      color: #9f9f9f
    }
    
    .api-block .table .btn {
      padding-left: 5px;
      padding-right: 5px;
      opacity: .5
    }
    
    .api-block .table .btn:hover {
      opacity: 1
    }
    
    .api-block table {
      border-collapse: collapse
    }
    
    .api-block table td {
      white-space: nowrap;
      padding: 1.25rem 2.5rem;
      font-size: .875rem;
      color: #434343
    }
    
    .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) {
      width: 10%;
      text-align: center
    }
    
    @media only screen and (max-width:767px) {
      .api-block table td:nth-child(3) {
        width: auto;
        white-space: nowrap
      }
    }
    
    @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: .75rem
      }
    }
    
    .api-block table tbody span {
      font-size: .875rem
    }
    
    .api-block table tr {
      border: 1px solid #f3f3f3;
      background: #fff
    }
    
    .api__info {
      margin-top: 1.5625rem;
      font-size: .875rem
    }
    
    .form__option {
      display: flex;
      align-items: center
    }
    
    @media only screen and (max-width:1200px) {
      .form__option {
        flex-wrap: wrap
      }
      .form__option label {
        margin: 5px 0
      }
    }
    
    .form__option label {
      font-size: .875rem;
      display: flex;
      align-items: center;
      color: rgba(33, 33, 33, .65);
      margin-right: 20px;
      cursor: pointer;
      position: relative
    }
    
    .form__option__text {
      position: relative;
      padding-left: 25px;
      margin-bottom: 0;
      white-space: nowrap
    }
    
    .form__option__text:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 13px;
      height: 13px;
      background: #f4f5f7;
      border: 1px solid #e6e6e6;
      border-radius: 4px
    }
    
    .form__option input {
      position: absolute;
      left: 0;
      top: 0;
      width: 0;
      height: 0;
      padding: 0;
      margin: 0
    }
    
    .form__option input[type=checkbox]:checked+.form__option__text:after {
      content: "";
      position: absolute;
      left: 5px;
      top: 2px;
      width: 4px;
      height: 7px;
      border: 1px solid rgba(40, 164, 151, .65);
      border-left: transparent;
      border-top: transparent;
      transform: rotate(35deg)
    }
    
    .form__option i {
      flex: none;
      line-height: 13px;
      width: 13px;
      height: 13px;
      display: inline-block;
      cursor: pointer;
      border-radius: 50%
    }
    
    .footer-support {
      color: #fff;
      margin-top: 0;
      background-color: #282e39
    }
    
    .footer-support h4 {
      font-size: 36px
    }
    
    .footer-support span {
      color: #9f9f9f;
      display: inline-block;
      margin-bottom: 5px;
      font-size: 1.125em
    }
    
    .footer-support p {
      font-size: 1.125em
    }
    
    .footer-support .container {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      border-bottom: 1px dashed #ced3e6
    }
    
    .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 {
      margin-top: 20px;
      box-shadow: none;
      min-width: 15rem;
      line-height: 3.8
    }
    
    .popup {
      position: fixed;
      left: 0;
      height: 100%;
      width: 100%;
      opacity: 0;
      visibility: hidden;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      transition: all .35s;
      z-index: 999;
      margin-top: 0!important;
      top: 0;
      background-color: rgba(0, 0, 0, .05)!important;
      display: table
    }
    
    .popup-open {
      top: 0;
      opacity: 1;
      visibility: visible
    }
    
    .popup .title {
      margin-top: 0;
      margin-bottom: 0
    }
    
    .popup .modal-header {
      padding: 0 14px
    }
    
    .popup-wr {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      justify-content: center;
      z-index: 10;
      max-height: 90%;
      height: 100%;
      position: absolute;
      width: 100%;
      top: 0;
      overflow: auto;
      margin: 0
    }
    
    @media only screen and (max-width:1025px) {
      .popup-wr {
        max-width: 79%
      }
    }
    
    .popup-wr-item {
      width: 94%;
      max-width: 450px;
      border-radius: 30px;
      padding-top: 22px;
      margin: 1rem auto;
      z-index: 10;
      position: relative;
      background: #fff;
      overflow: hidden
    }
    
    .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 {
      width: 0;
      height: 0
    }
    
    .popup-wr-item::-webkit-scrollbar-track-piece {
      background: transparent
    }
    
    .popup-wr-item::-webkit-scrollbar-thumb:vertical {
      height: 0;
      background: #272c35
    }
    
    .popup-wr-item::-webkit-scrollbar-thumb:vertical:hover {
      background: #71ca55
    }
    
    .popup-wr-item::-webkit-scrollbar-thumb:horizontal {
      width: 0;
      background: #272c35
    }
    
    .popup-wr-item::-webkit-scrollbar-thumb:horizontal:hover {
      background: #71ca55
    }
    
    .popup-wr .title {
      margin: 0;
      padding: 1.5rem 3rem;
      border-bottom: 1px solid #e6e6e6;
      background-color: #fff
    }
    
    @media only screen and (max-width:550px) {
      .popup-wr .title {
        font-size: 1.2rem
      }
    }
    
    .popup-close-bloc {
      position: fixed;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      z-index: 9
    }
    
    .popup-close-btn {
      position: absolute;
      right: 8px;
      top: -22px;
      cursor: pointer;
      color: #9f9f9f;
      font-size: 28px
    }
    
    .popup form>div {
      margin-bottom: 1rem
    }
    
    @media only screen and (max-width:767px) {
      .popup form>div {
        margin-bottom: .35rem
      }
    }
    
    .popup-top {
      padding: 1.5rem 14px 1rem;
      background: #fff
    }
    
    .popup-top .title {
      margin: 0 0 .5rem;
      padding: 0 0 .5rem
    }
    
    @media only screen and (max-width:550px) {
      .popup-top {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
        padding-top: .5rem
      }
    }
    
    .popup-top .form-incarcartent-sent-received-wr {
      margin: 1rem 0 2rem;
      padding: 1.25rem 2rem
    }
    
    @media only screen and (max-width:550px) {
      .popup-top .form-incarcartent-sent-received-wr {
        padding-right: 1rem;
        padding-left: 1rem;
        margin-bottom: .5rem;
        padding-bottom: 0
      }
    }
    
    .popup-top .form-incarcartent-sent-received-wr .form-incarcartent-sent-received_img {
      padding: 0 .93rem
    }
    
    .popup-top .form-incarcartent-sent-received-wr p.title {
      font-size: 1.5rem;
      margin-bottom: 0;
      border-bottom: none
    }
    
    @media only screen and (max-width:1025px) {
      .popup-top .form-incarcartent-sent-received-wr p.title {
        margin: 0 auto;
        font-size: 1.1rem;
        justify-content: center
      }
    }
    
    .popup input,
    .popup textarea {
      margin-top: 10px;
      text-indent: 10px;
      font-size: 1.25rem;
      outline: none;
      border: none;
      border-top: 1px solid #e6e6e6;
      padding-bottom: 15px;
      padding-top: 15px;
      font-family: "Conv_MuseoSansCyrl_0", sans-serif;
      font-weight: 100;
      padding-right: 30px;
      resize: none;
      width: 100%;
      background-color: #f9f9f9;
      border-radius: 6px;
      background-repeat: no-repeat;
      background-size: 8px;
      background-position: 100%;
      background-position-y: 8px
    }
    
    .popup input:active,
    .popup input:focus,
    .popup input:hover,
    .popup input:visited,
    .popup textarea:active,
    .popup textarea:focus,
    .popup textarea:hover,
    .popup textarea:visited {
      outline: none;
      border: none;
      border-top: 1px solid #e6e6e6
    }
    
    .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 {
      position: relative;
      display: inline-block;
      width: 100%;
      margin-bottom: 1.3rem
    }
    
    .popup label span {
      font-size: .875rem;
      line-height: 1.29;
      color: #9f9f9f;
      cursor: pointer;
      z-index: 1;
      position: relative
    }
    
    .popup label.popup-succes input {
      border-top-color: green;
      background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4Ij4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNNTA1Ljk0Myw3OS41OTRjLTguMDc3LTguMDc3LTIxLjE3Mi04LjA3Ny0yOS4yNDksMEwxNjcuNzU1LDM4OC41MzJMMzUuMzA2LDI1Ni4wODNjLTguMDc2LTguMDc3LTIxLjE3Mi04LjA3Ny0yOS4yNDgsMCAgICBjLTguMDc3LDguMDc3LTguMDc3LDIxLjE3MiwwLDI5LjI0OWwxNDcuMDc0LDE0Ny4wNzRjNC4wMzgsNC4wMzksOS4zMzIsNi4wNTgsMTQuNjI1LDYuMDU4YzUuMjkzLDAsMTAuNTg3LTIuMDE5LDE0LjYyNS02LjA1OSAgICBsMzIzLjU2Mi0zMjMuNTYyQzUxNC4wMTksMTAwLjc2Nyw1MTQuMDE5LDg3LjY3Miw1MDUuOTQzLDc5LjU5NHoiIGZpbGw9IiM3OWM4MWMiLz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K)
    }
    
    .popup label.popup-error input {
      border-top-color: red;
      background-image: url(/_nuxt/img/close.d2b0c26.svg)
    }
    
    .popup label.margin-b-0 {
      margin-bottom: 0
    }
    
    .popup .btn {
      margin-top: 1rem;
      width: 100%;
      line-height: 3.75;
      font-size: 1rem
    }
    
    .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 {
        min-width: 200px;
        margin: 0 0 1rem
      }
    }
    
    .popup-personal-date p {
      font-size: 15px;
      line-height: 20px
    }
    
    .popup-personal-date a {
      text-decoration: underline
    }
    
    .popup .d-flex {
      display: flex;
      align-items: center;
      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-wrap: wrap;
        justify-content: center;
        flex-direction: column
      }
    }
    
    .popup .d-flex__col>div {
      margin: 0 14px
    }
    
    .popup .d-flex__col>div p {
      margin: 0
    }
    
    .popup .d-flex__col>div label {
      margin-top: 0;
      margin-bottom: 15px
    }
    
    .popup .d-flex a {
      text-decoration: underline
    }
    
    .popup .d-flex a:hover {
      color: #a5a7a5
    }
    
    .popup .flex-start {
      flex-direction: row;
      justify-content: center
    }
    
    .popup .flex-start img {
      max-width: 24px;
      margin-right: 15px
    }
    
    .popup .flex-row {
      width: auto;
      margin: 0 -7.5px
    }
    
    .popup .flex-row input {
      margin: 1.875rem 7.5px .5rem;
      min-width: 3rem;
      text-align: center;
      padding: 15px 10px;
      text-indent: 0
    }
    
    @media only screen and (max-width:650px) {
      .popup .flex-row input {
        margin: 1.875rem 5px .5rem;
        min-width: 2rem;
        padding: 10px
      }
    }
    
    .input-img {
      position: relative;
      display: flex;
      align-items: center;
      margin-top: 10px
    }
    
    .input-img img {
      position: absolute;
      left: 1.25rem;
      width: 1.5rem;
      margin: 0;
      top: .9rem
    }
    
    .input-img input {
      padding-left: 4rem;
      margin: 0
    }
    
    .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-wrap: wrap;
        justify-content: center;
        flex-direction: column
      }
    }
    
    .popup-personal-room__bot>div {
      margin: 0 14px;
      flex: 1 1
    }
    
    .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 {
      padding: .7rem 1.43rem 1rem;
      background: #f4f5f7
    }
    
    .popup-bottom__ {
      padding: .7rem 14px 1rem
    }
    
    @media only screen and (max-width:650px) {
      .popup-bottom__ {
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column
      }
    }
    
    .popup-bottom__>p,
    .popup-bottom__>ul {
      flex: 1 1;
      white-space: normal;
      line-height: 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: .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 {
      position: fixed;
      z-index: 999;
      margin-top: 0!important;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, .5);
      display: table;
      transition: opacity .3s ease
    }
    
    .modal-mask .modal-wrapper {
      display: table-cell;
      vertical-align: middle;
      height: 100%;
      position: absolute;
      width: 100%;
      top: 0;
      overflow: auto;
      margin: 0
    }
    
    .modal-mask .modal-wrapper .modal-container {
      max-width: 440px;
      padding: 22px 14px 44px;
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 20px rgba(33, 33, 33, .12);
      transition: all .3s ease;
      font-family: Helvetica, Arial, sans-serif;
      width: 94%;
      margin: 1rem auto
    }
    
    .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 {
      margin-top: 0;
      font-weight: 300;
      font-size: 28px;
      line-height: 34px;
      color: #212121
    }
    
    .modal-mask .modal-wrapper .modal-container .modal-header {
      position: relative;
      margin-top: 0!important
    }
    
    @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 {
      position: absolute;
      right: 7px;
      top: -12px;
      cursor: pointer;
      color: #9f9f9f;
      font-size: 28px
    }
    
    .modal-mask .modal-wrapper .modal-container .modal-body {
      margin: 1.5rem 0 0!important
    }
    
    .modal-mask .modal-wrapper .modal-container .modal-body .about_description {
      text-align: justify;
      padding: 10px 0
    }
    
    .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 {
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center
    }
    
    .modal-mask .modal-wrapper .modal-container .modal-footer .btn_position .ok_btn {
      border: 1px solid #e5e7ea;
      background-color: #e5e7ea;
      border-radius: 10px;
      width: 100px;
      height: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      color: #9f9f9f;
      letter-spacing: 1px
    }
    
    .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 {
      margin-top: 14px;
      background: transparent;
      padding-top: 0;
      padding-bottom: 0
    }
    
    .modal-mask .form-ruls p {
      justify-content: center;
      font-weight: 300;
      font-size: 12px;
      line-height: 14px;
      border: none!important;
      padding-top: 0;
      padding-bottom: 0
    }
    
    .modals-block-inputs {
      background: #f3f3f7;
      border-radius: 10px;
      padding: 20px 10px
    }
    
    .modals-block-inputs--item {
      text-align: left;
      position: relative;
      margin-top: 1.5rem
    }
    
    .modals-block-inputs--item:first-child {
      margin-top: 0!important
    }
    
    .modals-block-inputs--item p {
      padding: 0!important
    }
    
    .modals-block-inputs--item .error {
      position: absolute;
      left: 4px;
      bottom: -14px;
      color: #96989c;
      font-weight: 300;
      font-size: 12px;
      line-height: 14px
    }
    
    .modals-block-inputs--item label {
      width: 100%;
      position: relative;
      display: flex;
      flex-direction: column
    }
    
    .modals-block-inputs--item label .card {
      width: 23px;
      position: absolute;
      bottom: 16px;
      left: 21px
    }
    
    .modals-block-inputs--item .label {
      font-weight: 300;
      font-size: 16px;
      line-height: 19px;
      display: inline-block;
      margin-bottom: 12px
    }
    
    .modals-block-inputs--item input {
      background: #fff;
      border: 1px solid #dedede;
      box-sizing: border-box;
      border-radius: 13px;
      padding: 16px 20px;
      font-weight: 300;
      font-size: 16px;
      line-height: 20px
    }
    
    .modals-block-inputs--item input.input-card {
      padding: 14px 20px 14px 52px
    }
    
    .modals-block-inputs .bp-dropdown {
      background: #fff;
      border: 1px solid #dedede;
      box-sizing: border-box;
      border-radius: 13px;
      padding: 4px 20px 5px 9px
    }
    
    .modals-block-inputs .bp-dropdown__btn {
      position: relative;
      padding-right: 20px;
      background: #fff!important
    }
    
    .modals-block-inputs .bp-dropdown__icon {
      position: absolute;
      right: 0;
      top: 50%;
      margin-top: -7px;
      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 {
      padding-top: 10px!important;
      padding-bottom: 10px!important;
      margin-top: 24px!important;
      margin-bottom: 24px!important;
      border-top: 1px solid #dedede;
      border-bottom: 1px solid #dedede
    }
    
    .modals-block-data>p {
      width: 100%;
      font-weight: 300;
      margin-top: 5px;
      margin-bottom: 5px;
      padding-top: 5px;
      padding-bottom: 5px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-size: 16px;
      line-height: 19px;
      color: #9f9f9f
    }
    
    .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 {
      width: auto;
      text-align: right;
      font-size: 16px;
      line-height: 19px;
      font-weight: 700;
      max-width: 130px
    }
    
    .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-top: 6px;
        margin-bottom: 6px
      }
    }
    
    .modal-body__txt h3 {
      text-align: center;
      font-size: 1.75rem;
      line-height: normal;
      color: #212121;
      font-family: "Conv_MuseoSansCyrl_0", sans-serif;
      border-bottom: 1px solid #dedede;
      margin-bottom: 14px;
      padding-bottom: 14px
    }
    
    @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-size: 1rem;
      font-family: "Conv_MuseoSansCyrl_0", sans-serif;
      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: .5rem 0 0
    }
    
    .m-top-18 {
      margin-top: 18px
    }
    
    .p-top-16 {
      padding-top: 16px
    }
    
    .exchangeform__date {
      padding: 8px 22px 10px 6px;
      min-height: 50px;
      border: 1px solid #dedede;
      background: #fff;
      border-radius: 14px;
      display: flex;
      align-items: center;
      flex-direction: row;
      justify-content: flex-start
    }
    
    .exchangeform__date p,
    .exchangeform__date span {
      margin: 0 6px
    }
    
    .exchangeform__date-icon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      padding: 0;
      flex: none
    }
    
    .exchangeform__date-icon img {
      position: static;
      width: 100%;
      max-width: 30px;
      height: auto;
      transform: none
    }
    
    .exchangeform__date-name {
      font-size: 16px!important;
      white-space: nowrap;
      flex: 1;
      color: #212121!important;
      width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      display: block!important
    }
    
    .exchangeform-step-2-page .container--form h2 {
      font-size: 1.5em;
      font-family: "Conv_MuseoSansCyrl_2", sans-serif;
      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 {
      line-height: 23.44px;
      font-weight: 500;
      font-family: "Roboto-Medium", sans-serif;
      font-size: 20px
    }
    
    .exchangeform-step-2-page .info-title {
      font-size: 1.5rem;
      line-height: 28px;
      letter-spacing: .2px;
      color: #191d26;
      margin-bottom: 12px
    }
    
    .exchangeform-step-2-page .form-v2--number .currency--symbol {
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%);
      text-transform: uppercase;
      color: #96989c;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column
    }
    
    .exchangeform-step-2-page .form-v2--number .currency--symbol img {
      position: static;
      width: 100%;
      max-width: 30px;
      height: auto;
      transform: none
    }
    
    .exchangeform-step-2--info {
      padding: 8px
    }
    
    @media screen and (min-width:861px) {
      .exchangeform-step-2--info {
        padding: 40px 36px
      }
    }
    
    .exchangeform-step-2--info p {
      font-size: 1rem;
      line-height: 28px;
      letter-spacing: .2px;
      color: #96989c
    }
    
    .exchangeform-step-2--info ol {
      margin-top: 12px;
      list-style-type: decimal;
      padding-left: 20px
    }
    
    .exchangeform-step-2--info li {
      margin-bottom: 12px;
      font-family: "Conv_MuseoSansCyrl_2", sans-serif;
      font-size: 1rem
    }
    
    .exchangeform-step-2--info li:last-child {
      margin-bottom: 0
    }
    
    .exchangeform-step-2--info li span {
      font-size: 1rem;
      line-height: 24px;
      letter-spacing: .2px;
      color: #191d26;
      font-family: "Conv_MuseoSansCyrl_0", sans-serif
    }
    
    .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 {
      display: flex;
      align-items: flex-start;
      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 {
      font-family: "Conv_MuseoSansCyrl_0", sans-serif;
      font-weight: 300;
      font-size: 14px;
      line-height: 28px;
      display: block;
      letter-spacing: .2px;
      color: #96989c;
      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
    }
    
    .pointer {
      cursor: pointer
    }
    
    .transs {
      transition: all .2s;
      background: #fff;
      display: flex;
      flex-direction: column;
      min-height: 100vh
    }
    
    .main {
      flex: 1
    }
    
    .main-wr {
      flex: 1;
      display: flex;
      flex-direction: column
    }
    
    body {
      margin: 0 auto;
      background: #fff
    }
    
    .popup-close-bloc {
      background: rgba(0, 0, 0, .2)
    }
    
    .under-header {
      min-height: 411px
    }
    
    .faded-down-enter-active,
    .faded-down-leave-active {
      transition: all .3s ease
    }
    
    .faded-down-enter,
    .faded-down-leave-to {
      transform: translateY(-20px);
      opacity: 0;
      position: absolute
    }
    
    .faded-enter-active,
    .faded-leave-active {
      transition: all .3s ease
    }
    
    .faded-enter,
    .faded-leave-to {
      transform: translateY(20px);
      opacity: 0
    }
    
    .slide-enter-active,
    .slide-leave-active {
      transition: all .5s ease
    }
    
    .slide-enter,
    .slide-leave-to {
      transform: translateX(1550px);
      opacity: 0
    }
    
    .swal2-popup.swal2-toast {
      box-sizing: border-box;
      grid-column: 1/4!important;
      grid-row: 1/4!important;
      grid-template-columns: 1fr 99fr 1fr;
      padding: 1em;
      overflow-y: hidden;
      background: #fff;
      box-shadow: 0 0 1px rgba(0, 0, 0, .075), 0 1px 2px rgba(0, 0, 0, .075), 1px 2px 4px rgba(0, 0, 0, .075), 1px 3px 8px rgba(0, 0, 0, .075), 2px 4px 16px rgba(0, 0, 0, .075);
      pointer-events: all
    }
    
    .swal2-popup.swal2-toast>* {
      grid-column: 2
    }
    
    .swal2-popup.swal2-toast .swal2-title {
      margin: .5em 1em;
      padding: 0;
      font-size: 1em;
      text-align: left;
      text-align: initial
    }
    
    .swal2-popup.swal2-toast .swal2-loading {
      justify-content: center
    }
    
    .swal2-popup.swal2-toast .swal2-input {
      height: 2em;
      margin: .5em;
      font-size: 1em
    }
    
    .swal2-popup.swal2-toast .swal2-validation-message {
      font-size: 1em
    }
    
    .swal2-popup.swal2-toast .swal2-footer {
      margin: .5em 0 0;
      padding: .5em 0 0;
      font-size: .8em
    }
    
    .swal2-popup.swal2-toast .swal2-close {
      grid-column: 3/3;
      grid-row: 1/99;
      align-self: center;
      width: .8em;
      height: .8em;
      margin: 0;
      font-size: 2em
    }
    
    .swal2-popup.swal2-toast .swal2-html-container {
      margin: .5em 1em;
      padding: 0;
      overflow: visible;
      overflow: initial;
      font-size: 1em;
      text-align: left;
      text-align: initial
    }
    
    .swal2-popup.swal2-toast .swal2-html-container:empty {
      padding: 0
    }
    
    .swal2-popup.swal2-toast .swal2-loader {
      grid-column: 1;
      grid-row: 1/99;
      align-self: center;
      width: 2em;
      height: 2em;
      margin: .25em
    }
    
    .swal2-popup.swal2-toast .swal2-icon {
      grid-column: 1;
      grid-row: 1/99;
      align-self: center;
      width: 2em;
      min-width: 2em;
      height: 2em;
      margin: 0 .5em 0 0
    }
    
    .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
      display: flex;
      align-items: center;
      font-size: 1.8em;
      font-weight: 700
    }
    
    .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
      width: 2em;
      height: 2em
    }
    
    .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
      top: .875em;
      width: 1.375em
    }
    
    .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
      left: .3125em
    }
    
    .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
      right: .3125em
    }
    
    .swal2-popup.swal2-toast .swal2-actions {
      justify-content: flex-start;
      height: auto;
      margin: .5em 0 0;
      padding: 0 .5em
    }
    
    .swal2-popup.swal2-toast .swal2-styled {
      margin: .25em .5em;
      padding: .4em .6em;
      font-size: 1em
    }
    
    .swal2-popup.swal2-toast .swal2-success {
      border-color: #a5dc86
    }
    
    .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
      position: absolute;
      width: 1.6em;
      height: 3em;
      transform: rotate(45deg);
      border-radius: 50%
    }
    
    .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
      top: -.8em;
      left: -.5em;
      transform: rotate(-45deg);
      transform-origin: 2em 2em;
      border-radius: 4em 0 0 4em
    }
    
    .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
      top: -.25em;
      left: .9375em;
      transform-origin: 0 1.5em;
      border-radius: 0 4em 4em 0
    }
    
    .swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
      width: 2em;
      height: 2em
    }
    
    .swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
      top: 0;
      left: .4375em;
      width: .4375em;
      height: 2.6875em
    }
    
    .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
      height: .3125em
    }
    
    .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
      top: 1.125em;
      left: .1875em;
      width: .75em
    }
    
    .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
      top: .9375em;
      right: .1875em;
      width: 1.375em
    }
    
    .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
      -webkit-animation: swal2-toast-animate-success-line-tip .75s;
      animation: swal2-toast-animate-success-line-tip .75s
    }
    
    .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
      -webkit-animation: swal2-toast-animate-success-line-long .75s;
      animation: swal2-toast-animate-success-line-long .75s
    }
    
    .swal2-popup.swal2-toast.swal2-show {
      -webkit-animation: swal2-toast-show .5s;
      animation: swal2-toast-show .5s
    }
    
    .swal2-popup.swal2-toast.swal2-hide {
      -webkit-animation: swal2-toast-hide .1s forwards;
      animation: swal2-toast-hide .1s forwards
    }
    
    .swal2-container {
      display: grid;
      position: fixed;
      z-index: 1060;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      box-sizing: border-box;
      grid-template-areas: "top-start     top            top-end" "center-start  center         center-end" "bottom-start  bottom-center  bottom-end";
      grid-template-rows: minmax(-webkit-min-content, auto) minmax(-webkit-min-content, auto) minmax(-webkit-min-content, auto);
      grid-template-rows: minmax(min-content, auto) minmax(min-content, auto) minmax(min-content, auto);
      height: 100%;
      padding: .625em;
      overflow-x: hidden;
      transition: background-color .1s;
      -webkit-overflow-scrolling: touch
    }
    
    .swal2-container.swal2-backdrop-show,
    .swal2-container.swal2-noanimation {
      background: rgba(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 {
      grid-column: 2;
      align-self: start;
      justify-self: center
    }
    
    .swal2-container.swal2-top-end>.swal2-popup,
    .swal2-container.swal2-top-right>.swal2-popup {
      grid-column: 3;
      align-self: start;
      justify-self: end
    }
    
    .swal2-container.swal2-center-left>.swal2-popup,
    .swal2-container.swal2-center-start>.swal2-popup {
      grid-row: 2;
      align-self: center
    }
    
    .swal2-container.swal2-center>.swal2-popup {
      grid-column: 2;
      grid-row: 2;
      align-self: center;
      justify-self: center
    }
    
    .swal2-container.swal2-center-end>.swal2-popup,
    .swal2-container.swal2-center-right>.swal2-popup {
      grid-column: 3;
      grid-row: 2;
      align-self: center;
      justify-self: end
    }
    
    .swal2-container.swal2-bottom-left>.swal2-popup,
    .swal2-container.swal2-bottom-start>.swal2-popup {
      grid-column: 1;
      grid-row: 3;
      align-self: end
    }
    
    .swal2-container.swal2-bottom>.swal2-popup {
      grid-column: 2;
      grid-row: 3;
      justify-self: center;
      align-self: end
    }
    
    .swal2-container.swal2-bottom-end>.swal2-popup,
    .swal2-container.swal2-bottom-right>.swal2-popup {
      grid-column: 3;
      grid-row: 3;
      align-self: end;
      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 {
      grid-row: 1/4;
      align-self: stretch
    }
    
    .swal2-container.swal2-no-transition {
      transition: none!important
    }
    
    .swal2-popup {
      display: none;
      position: relative;
      box-sizing: border-box;
      grid-template-columns: minmax(0, 100%);
      width: 32em;
      max-width: 100%;
      padding: 0 0 1.25em;
      border: none;
      border-radius: 5px;
      background: #fff;
      color: #545454;
      font-family: inherit;
      font-size: 1rem
    }
    
    .swal2-popup:focus {
      outline: none
    }
    
    .swal2-popup.swal2-loading {
      overflow-y: hidden
    }
    
    .swal2-title {
      position: relative;
      max-width: 100%;
      margin: 0;
      padding: .8em 1em 0;
      color: inherit;
      font-size: 1.875em;
      font-weight: 600;
      text-align: center;
      text-transform: none;
      word-wrap: break-word
    }
    
    .swal2-actions {
      display: flex;
      z-index: 1;
      box-sizing: border-box;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      width: auto;
      margin: 1.25em auto 0;
      padding: 0
    }
    
    .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
      opacity: .4
    }
    
    .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
      background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1))
    }
    
    .swal2-actions:not(.swal2-loading) .swal2-styled:active {
      background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2))
    }
    
    .swal2-loader {
      display: none;
      align-items: center;
      justify-content: center;
      width: 2.2em;
      height: 2.2em;
      margin: 0 1.875em;
      -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
      animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
      border-radius: 100%;
      border-color: #2778c4 transparent;
      border-style: solid;
      border-width: .25em
    }
    
    .swal2-styled {
      margin: .3125em;
      padding: .625em 1.1em;
      transition: box-shadow .1s;
      box-shadow: 0 0 0 3px transparent;
      font-weight: 500
    }
    
    .swal2-styled:not([disabled]) {
      cursor: pointer
    }
    
    .swal2-styled.swal2-confirm {
      border: 0;
      border-radius: .25em;
      background: transparent none repeat 0 0/auto auto padding-box border-box scroll;
      background: initial;
      background-color: #7066e0;
      color: #fff;
      font-size: 1em
    }
    
    .swal2-styled.swal2-confirm:focus {
      box-shadow: 0 0 0 3px rgba(112, 102, 224, .5)
    }
    
    .swal2-styled.swal2-deny {
      border: 0;
      border-radius: .25em;
      background: transparent none repeat 0 0/auto auto padding-box border-box scroll;
      background: initial;
      background-color: #dc3741;
      color: #fff;
      font-size: 1em
    }
    
    .swal2-styled.swal2-deny:focus {
      box-shadow: 0 0 0 3px rgba(220, 55, 65, .5)
    }
    
    .swal2-styled.swal2-cancel {
      border: 0;
      border-radius: .25em;
      background: transparent none repeat 0 0/auto auto padding-box border-box scroll;
      background: initial;
      background-color: #6e7881;
      color: #fff;
      font-size: 1em
    }
    
    .swal2-styled.swal2-cancel:focus {
      box-shadow: 0 0 0 3px rgba(110, 120, 129, .5)
    }
    
    .swal2-styled.swal2-default-outline:focus {
      box-shadow: 0 0 0 3px rgba(100, 150, 200, .5)
    }
    
    .swal2-styled:focus {
      outline: none
    }
    
    .swal2-styled::-moz-focus-inner {
      border: 0
    }
    
    .swal2-footer {
      justify-content: center;
      margin: 1em 0 0;
      padding: 1em 1em 0;
      border-top: 1px solid #eee;
      color: inherit;
      font-size: 1em
    }
    
    .swal2-timer-progress-bar-container {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      grid-column: auto!important;
      overflow: hidden;
      border-bottom-right-radius: 5px;
      border-bottom-left-radius: 5px
    }
    
    .swal2-timer-progress-bar {
      width: 100%;
      height: .25em;
      background: rgba(0, 0, 0, .2)
    }
    
    .swal2-image {
      max-width: 100%;
      margin: 2em auto 1em
    }
    
    .swal2-close {
      z-index: 2;
      align-items: center;
      justify-content: center;
      width: 1.2em;
      height: 1.2em;
      margin-top: 0;
      margin-right: 0;
      margin-bottom: -1.2em;
      padding: 0;
      overflow: hidden;
      transition: color .1s, box-shadow .1s;
      border: none;
      border-radius: 5px;
      background: transparent;
      color: #ccc;
      font-family: serif;
      font-family: monospace;
      font-size: 2.5em;
      cursor: pointer;
      justify-self: end
    }
    
    .swal2-close:hover {
      transform: none;
      background: transparent;
      color: #f27474
    }
    
    .swal2-close:focus {
      outline: none;
      box-shadow: inset 0 0 0 3px rgba(100, 150, 200, .5)
    }
    
    .swal2-close::-moz-focus-inner {
      border: 0
    }
    
    .swal2-html-container {
      z-index: 1;
      justify-content: center;
      margin: 1em 1.6em .3em;
      padding: 0;
      overflow: auto;
      color: inherit;
      font-size: 1.125em;
      font-weight: 400;
      line-height: normal;
      text-align: center;
      word-wrap: break-word;
      word-break: break-word
    }
    
    .swal2-checkbox,
    .swal2-file,
    .swal2-input,
    .swal2-radio,
    .swal2-select,
    .swal2-textarea {
      margin: 1em 2em 3px
    }
    
    .swal2-file,
    .swal2-input,
    .swal2-textarea {
      box-sizing: border-box;
      width: auto;
      transition: border-color .1s, box-shadow .1s;
      border: 1px solid #d9d9d9;
      border-radius: .1875em;
      background: transparent;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06), 0 0 0 3px transparent;
      color: inherit;
      font-size: 1.125em
    }
    
    .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;
      outline: none;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06), 0 0 0 3px rgba(100, 150, 200, .5)
    }
    
    .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 {
      margin: 1em 2em 3px;
      background: #fff
    }
    
    .swal2-range input {
      width: 80%
    }
    
    .swal2-range output {
      width: 20%;
      color: inherit;
      font-weight: 600;
      text-align: center
    }
    
    .swal2-range input,
    .swal2-range output {
      height: 2.625em;
      padding: 0;
      font-size: 1.125em;
      line-height: 2.625em
    }
    
    .swal2-input {
      height: 2.625em;
      padding: 0 .75em
    }
    
    .swal2-file {
      width: 75%;
      margin-right: auto;
      margin-left: auto;
      background: transparent;
      font-size: 1.125em
    }
    
    .swal2-textarea {
      height: 6.75em;
      padding: .75em
    }
    
    .swal2-select {
      min-width: 50%;
      max-width: 100%;
      padding: .375em .625em;
      background: transparent;
      color: inherit;
      font-size: 1.125em
    }
    
    .swal2-checkbox,
    .swal2-radio {
      align-items: center;
      justify-content: center;
      background: #fff;
      color: inherit
    }
    
    .swal2-checkbox label,
    .swal2-radio label {
      margin: 0 .6em;
      font-size: 1.125em
    }
    
    .swal2-checkbox input,
    .swal2-radio input {
      flex-shrink: 0;
      margin: 0 .4em
    }
    
    .swal2-input-label {
      display: flex;
      justify-content: center;
      margin: 1em auto 0
    }
    
    .swal2-validation-message {
      align-items: center;
      justify-content: center;
      margin: 1em 0 0;
      padding: .625em;
      overflow: hidden;
      background: #f0f0f0;
      color: #666;
      font-size: 1em;
      font-weight: 300
    }
    
    .swal2-validation-message:before {
      content: "!";
      display: inline-block;
      width: 1.5em;
      min-width: 1.5em;
      height: 1.5em;
      margin: 0 .625em;
      border-radius: 50%;
      background-color: #f27474;
      color: #fff;
      font-weight: 600;
      line-height: 1.5em;
      text-align: center
    }
    
    .swal2-icon {
      position: relative;
      box-sizing: content-box;
      justify-content: center;
      width: 5em;
      height: 5em;
      margin: 2.5em auto .6em;
      border-radius: 50%;
      border: .25em solid #000;
      font-family: inherit;
      line-height: 5em;
      cursor: default;
      -webkit-user-select: none;
      -moz-user-select: none;
      user-select: none
    }
    
    .swal2-icon .swal2-icon-content {
      display: flex;
      align-items: center;
      font-size: 3.75em
    }
    
    .swal2-icon.swal2-error {
      border-color: #f27474;
      color: #f27474
    }
    
    .swal2-icon.swal2-error .swal2-x-mark {
      position: relative;
      flex-grow: 1
    }
    
    .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
      display: block;
      position: absolute;
      top: 2.3125em;
      width: 2.9375em;
      height: .3125em;
      border-radius: .125em;
      background-color: #f27474
    }
    
    .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 {
      -webkit-animation: swal2-animate-error-icon .5s;
      animation: swal2-animate-error-icon .5s
    }
    
    .swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
      -webkit-animation: swal2-animate-error-x-mark .5s;
      animation: swal2-animate-error-x-mark .5s
    }
    
    .swal2-icon.swal2-warning {
      border-color: #facea8;
      color: #f8bb86
    }
    
    .swal2-icon.swal2-warning.swal2-icon-show {
      -webkit-animation: swal2-animate-error-icon .5s;
      animation: swal2-animate-error-icon .5s
    }
    
    .swal2-icon.swal2-warning.swal2-icon-show .swal2-icon-content {
      -webkit-animation: swal2-animate-i-mark .5s;
      animation: swal2-animate-i-mark .5s
    }
    
    .swal2-icon.swal2-info {
      border-color: #9de0f6;
      color: #3fc3ee
    }
    
    .swal2-icon.swal2-info.swal2-icon-show {
      -webkit-animation: swal2-animate-error-icon .5s;
      animation: swal2-animate-error-icon .5s
    }
    
    .swal2-icon.swal2-info.swal2-icon-show .swal2-icon-content {
      -webkit-animation: swal2-animate-i-mark .8s;
      animation: swal2-animate-i-mark .8s
    }
    
    .swal2-icon.swal2-question {
      border-color: #c9dae1;
      color: #87adbd
    }
    
    .swal2-icon.swal2-question.swal2-icon-show {
      -webkit-animation: swal2-animate-error-icon .5s;
      animation: swal2-animate-error-icon .5s
    }
    
    .swal2-icon.swal2-question.swal2-icon-show .swal2-icon-content {
      -webkit-animation: swal2-animate-question-mark .8s;
      animation: swal2-animate-question-mark .8s
    }
    
    .swal2-icon.swal2-success {
      border-color: #a5dc86;
      color: #a5dc86
    }
    
    .swal2-icon.swal2-success [class^=swal2-success-circular-line] {
      position: absolute;
      width: 3.75em;
      height: 7.5em;
      transform: rotate(45deg);
      border-radius: 50%
    }
    
    .swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
      top: -.4375em;
      left: -2.0635em;
      transform: rotate(-45deg);
      transform-origin: 3.75em 3.75em;
      border-radius: 7.5em 0 0 7.5em
    }
    
    .swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
      top: -.6875em;
      left: 1.875em;
      transform: rotate(-45deg);
      transform-origin: 0 3.75em;
      border-radius: 0 7.5em 7.5em 0
    }
    
    .swal2-icon.swal2-success .swal2-success-ring {
      position: absolute;
      z-index: 2;
      top: -.25em;
      left: -.25em;
      box-sizing: content-box;
      width: 100%;
      height: 100%;
      border: .25em solid rgba(165, 220, 134, .3);
      border-radius: 50%
    }
    
    .swal2-icon.swal2-success .swal2-success-fix {
      position: absolute;
      z-index: 1;
      top: .5em;
      left: 1.625em;
      width: .4375em;
      height: 5.625em;
      transform: rotate(-45deg)
    }
    
    .swal2-icon.swal2-success [class^=swal2-success-line] {
      display: block;
      position: absolute;
      z-index: 2;
      height: .3125em;
      border-radius: .125em;
      background-color: #a5dc86
    }
    
    .swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
      top: 2.875em;
      left: .8125em;
      width: 1.5625em;
      transform: rotate(45deg)
    }
    
    .swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
      top: 2.375em;
      right: .5em;
      width: 2.9375em;
      transform: rotate(-45deg)
    }
    
    .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
      -webkit-animation: swal2-animate-success-line-tip .75s;
      animation: swal2-animate-success-line-tip .75s
    }
    
    .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
      -webkit-animation: swal2-animate-success-line-long .75s;
      animation: swal2-animate-success-line-long .75s
    }
    
    .swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
      -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
      animation: swal2-rotate-success-circular-line 4.25s ease-in
    }
    
    .swal2-progress-steps {
      flex-wrap: wrap;
      align-items: center;
      max-width: 100%;
      margin: 1.25em auto;
      padding: 0;
      background: transparent;
      font-weight: 600
    }
    
    .swal2-progress-steps li {
      display: inline-block;
      position: relative
    }
    
    .swal2-progress-steps .swal2-progress-step {
      z-index: 20;
      flex-shrink: 0;
      width: 2em;
      height: 2em;
      border-radius: 2em;
      background: #2778c4;
      color: #fff;
      line-height: 2em;
      text-align: center
    }
    
    .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 {
      z-index: 10;
      flex-shrink: 0;
      width: 2.5em;
      height: .4em;
      margin: 0 -1px;
      background: #2778c4
    }
    
    [class^=swal2] {
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
    }
    
    .swal2-show {
      -webkit-animation: swal2-show .3s;
      animation: swal2-show .3s
    }
    
    .swal2-hide {
      -webkit-animation: swal2-hide .15s forwards;
      animation: swal2-hide .15s forwards
    }
    
    .swal2-noanimation {
      transition: none
    }
    
    .swal2-scrollbar-measure {
      position: absolute;
      top: -9999px;
      width: 50px;
      height: 50px;
      overflow: scroll
    }
    
    .swal2-rtl .swal2-close {
      margin-right: 0;
      margin-left: 0
    }
    
    .swal2-rtl .swal2-timer-progress-bar {
      right: 0;
      left: auto
    }
    
    .leave-russia-now-and-apply-your-skills-to-the-world {
      display: flex;
      position: fixed;
      z-index: 1939;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 25px 0 20px;
      background: #20232a;
      color: #fff;
      text-align: center
    }
    
    .leave-russia-now-and-apply-your-skills-to-the-world div {
      max-width: 560px;
      margin: 10px;
      line-height: 146%
    }
    
    .leave-russia-now-and-apply-your-skills-to-the-world iframe {
      max-width: 100%;
      max-height: 55.5555555556vmin;
      margin: 16px auto
    }
    
    .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 {
      display: flex;
      position: fixed;
      z-index: 1940;
      top: 0;
      right: 0;
      align-items: center;
      justify-content: center;
      width: 48px;
      height: 48px;
      margin-right: 10px;
      margin-bottom: -10px;
      border: none;
      background: transparent;
      color: #aaa;
      font-size: 48px;
      font-weight: 700;
      cursor: pointer
    }
    
    .leave-russia-now-and-apply-your-skills-to-the-world button:hover {
      color: #fff
    }
    
    @-webkit-keyframes swal2-toast-show {
      0% {
        transform: translateY(-.625em) rotate(2deg)
      }
      33% {
        transform: translateY(0) rotate(-2deg)
      }
      66% {
        transform: translateY(.3125em) rotate(2deg)
      }
      to {
        transform: translateY(0) rotate(0deg)
      }
    }
    
    @keyframes swal2-toast-show {
      0% {
        transform: translateY(-.625em) rotate(2deg)
      }
      33% {
        transform: translateY(0) rotate(-2deg)
      }
      66% {
        transform: translateY(.3125em) rotate(2deg)
      }
      to {
        transform: translateY(0) rotate(0deg)
      }
    }
    
    @-webkit-keyframes swal2-toast-hide {
      to {
        transform: rotate(1deg);
        opacity: 0
      }
    }
    
    @keyframes swal2-toast-hide {
      to {
        transform: rotate(1deg);
        opacity: 0
      }
    }
    
    @-webkit-keyframes swal2-toast-animate-success-line-tip {
      0% {
        top: .5625em;
        left: .0625em;
        width: 0
      }
      54% {
        top: .125em;
        left: .125em;
        width: 0
      }
      70% {
        top: .625em;
        left: -.25em;
        width: 1.625em
      }
      84% {
        top: 1.0625em;
        left: .75em;
        width: .5em
      }
      to {
        top: 1.125em;
        left: .1875em;
        width: .75em
      }
    }
    
    @keyframes swal2-toast-animate-success-line-tip {
      0% {
        top: .5625em;
        left: .0625em;
        width: 0
      }
      54% {
        top: .125em;
        left: .125em;
        width: 0
      }
      70% {
        top: .625em;
        left: -.25em;
        width: 1.625em
      }
      84% {
        top: 1.0625em;
        left: .75em;
        width: .5em
      }
      to {
        top: 1.125em;
        left: .1875em;
        width: .75em
      }
    }
    
    @-webkit-keyframes swal2-toast-animate-success-line-long {
      0% {
        top: 1.625em;
        right: 1.375em;
        width: 0
      }
      65% {
        top: 1.25em;
        right: .9375em;
        width: 0
      }
      84% {
        top: .9375em;
        right: 0;
        width: 1.125em
      }
      to {
        top: .9375em;
        right: .1875em;
        width: 1.375em
      }
    }
    
    @keyframes swal2-toast-animate-success-line-long {
      0% {
        top: 1.625em;
        right: 1.375em;
        width: 0
      }
      65% {
        top: 1.25em;
        right: .9375em;
        width: 0
      }
      84% {
        top: .9375em;
        right: 0;
        width: 1.125em
      }
      to {
        top: .9375em;
        right: .1875em;
        width: 1.375em
      }
    }
    
    @-webkit-keyframes swal2-show {
      0% {
        transform: scale(.7)
      }
      45% {
        transform: scale(1.05)
      }
      80% {
        transform: scale(.95)
      }
      to {
        transform: scale(1)
      }
    }
    
    @keyframes swal2-show {
      0% {
        transform: scale(.7)
      }
      45% {
        transform: scale(1.05)
      }
      80% {
        transform: scale(.95)
      }
      to {
        transform: scale(1)
      }
    }
    
    @-webkit-keyframes swal2-hide {
      0% {
        transform: scale(1);
        opacity: 1
      }
      to {
        transform: scale(.5);
        opacity: 0
      }
    }
    
    @keyframes swal2-hide {
      0% {
        transform: scale(1);
        opacity: 1
      }
      to {
        transform: scale(.5);
        opacity: 0
      }
    }
    
    @-webkit-keyframes swal2-animate-success-line-tip {
      0% {
        top: 1.1875em;
        left: .0625em;
        width: 0
      }
      54% {
        top: 1.0625em;
        left: .125em;
        width: 0
      }
      70% {
        top: 2.1875em;
        left: -.375em;
        width: 3.125em
      }
      84% {
        top: 3em;
        left: 1.3125em;
        width: 1.0625em
      }
      to {
        top: 2.8125em;
        left: .8125em;
        width: 1.5625em
      }
    }
    
    @keyframes swal2-animate-success-line-tip {
      0% {
        top: 1.1875em;
        left: .0625em;
        width: 0
      }
      54% {
        top: 1.0625em;
        left: .125em;
        width: 0
      }
      70% {
        top: 2.1875em;
        left: -.375em;
        width: 3.125em
      }
      84% {
        top: 3em;
        left: 1.3125em;
        width: 1.0625em
      }
      to {
        top: 2.8125em;
        left: .8125em;
        width: 1.5625em
      }
    }
    
    @-webkit-keyframes swal2-animate-success-line-long {
      0% {
        top: 3.375em;
        right: 2.875em;
        width: 0
      }
      65% {
        top: 3.375em;
        right: 2.875em;
        width: 0
      }
      84% {
        top: 2.1875em;
        right: 0;
        width: 3.4375em
      }
      to {
        top: 2.375em;
        right: .5em;
        width: 2.9375em
      }
    }
    
    @keyframes swal2-animate-success-line-long {
      0% {
        top: 3.375em;
        right: 2.875em;
        width: 0
      }
      65% {
        top: 3.375em;
        right: 2.875em;
        width: 0
      }
      84% {
        top: 2.1875em;
        right: 0;
        width: 3.4375em
      }
      to {
        top: 2.375em;
        right: .5em;
        width: 2.9375em
      }
    }
    
    @-webkit-keyframes swal2-rotate-success-circular-line {
      0% {
        transform: rotate(-45deg)
      }
      5% {
        transform: rotate(-45deg)
      }
      12% {
        transform: rotate(-405deg)
      }
      to {
        transform: rotate(-405deg)
      }
    }
    
    @keyframes swal2-rotate-success-circular-line {
      0% {
        transform: rotate(-45deg)
      }
      5% {
        transform: rotate(-45deg)
      }
      12% {
        transform: rotate(-405deg)
      }
      to {
        transform: rotate(-405deg)
      }
    }
    
    @-webkit-keyframes swal2-animate-error-x-mark {
      0% {
        margin-top: 1.625em;
        transform: scale(.4);
        opacity: 0
      }
      50% {
        margin-top: 1.625em;
        transform: scale(.4);
        opacity: 0
      }
      80% {
        margin-top: -.375em;
        transform: scale(1.15)
      }
      to {
        margin-top: 0;
        transform: scale(1);
        opacity: 1
      }
    }
    
    @keyframes swal2-animate-error-x-mark {
      0% {
        margin-top: 1.625em;
        transform: scale(.4);
        opacity: 0
      }
      50% {
        margin-top: 1.625em;
        transform: scale(.4);
        opacity: 0
      }
      80% {
        margin-top: -.375em;
        transform: scale(1.15)
      }
      to {
        margin-top: 0;
        transform: scale(1);
        opacity: 1
      }
    }
    
    @-webkit-keyframes swal2-animate-error-icon {
      0% {
        transform: rotateX(100deg);
        opacity: 0
      }
      to {
        transform: rotateX(0deg);
        opacity: 1
      }
    }
    
    @keyframes swal2-animate-error-icon {
      0% {
        transform: rotateX(100deg);
        opacity: 0
      }
      to {
        transform: rotateX(0deg);
        opacity: 1
      }
    }
    
    @-webkit-keyframes swal2-rotate-loading {
      0% {
        transform: rotate(0deg)
      }
      to {
        transform: rotate(1turn)
      }
    }
    
    @keyframes swal2-rotate-loading {
      0% {
        transform: rotate(0deg)
      }
      to {
        transform: rotate(1turn)
      }
    }
    
    @-webkit-keyframes swal2-animate-question-mark {
      0% {
        transform: rotateY(-1turn)
      }
      to {
        transform: rotateY(0)
      }
    }
    
    @keyframes swal2-animate-question-mark {
      0% {
        transform: rotateY(-1turn)
      }
      to {
        transform: rotateY(0)
      }
    }
    
    @-webkit-keyframes swal2-animate-i-mark {
      0% {
        transform: rotate(45deg);
        opacity: 0
      }
      25% {
        transform: rotate(-25deg);
        opacity: .4
      }
      50% {
        transform: rotate(15deg);
        opacity: .8
      }
      75% {
        transform: rotate(-5deg);
        opacity: 1
      }
      to {
        transform: rotateX(0);
        opacity: 1
      }
    }
    
    @keyframes swal2-animate-i-mark {
      0% {
        transform: rotate(45deg);
        opacity: 0
      }
      25% {
        transform: rotate(-25deg);
        opacity: .4
      }
      50% {
        transform: rotate(15deg);
        opacity: .8
      }
      75% {
        transform: rotate(-5deg);
        opacity: 1
      }
      to {
        transform: rotateX(0);
        opacity: 1
      }
    }
    
    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, .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 {
      box-sizing: border-box;
      width: 360px;
      max-width: 100%;
      background-color: transparent;
      pointer-events: none
    }
    
    body.swal2-toast-shown .swal2-container.swal2-top {
      top: 0;
      right: auto;
      bottom: auto;
      left: 50%;
      transform: translateX(-50%)
    }
    
    body.swal2-toast-shown .swal2-container.swal2-top-end,
    body.swal2-toast-shown .swal2-container.swal2-top-right {
      top: 0;
      right: 0;
      bottom: auto;
      left: auto
    }
    
    body.swal2-toast-shown .swal2-container.swal2-top-left,
    body.swal2-toast-shown .swal2-container.swal2-top-start {
      top: 0;
      right: auto;
      bottom: auto;
      left: 0
    }
    
    body.swal2-toast-shown .swal2-container.swal2-center-left,
    body.swal2-toast-shown .swal2-container.swal2-center-start {
      top: 50%;
      right: auto;
      bottom: auto;
      left: 0;
      transform: translateY(-50%)
    }
    
    body.swal2-toast-shown .swal2-container.swal2-center {
      top: 50%;
      right: auto;
      bottom: auto;
      left: 50%;
      transform: translate(-50%, -50%)
    }
    
    body.swal2-toast-shown .swal2-container.swal2-center-end,
    body.swal2-toast-shown .swal2-container.swal2-center-right {
      top: 50%;
      right: 0;
      bottom: auto;
      left: auto;
      transform: translateY(-50%)
    }
    
    body.swal2-toast-shown .swal2-container.swal2-bottom-left,
    body.swal2-toast-shown .swal2-container.swal2-bottom-start {
      top: auto;
      right: auto;
      bottom: 0;
      left: 0
    }
    
    body.swal2-toast-shown .swal2-container.swal2-bottom {
      top: auto;
      right: auto;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%)
    }
    
    body.swal2-toast-shown .swal2-container.swal2-bottom-end,
    body.swal2-toast-shown .swal2-container.swal2-bottom-right {
      top: auto;
      right: 0;
      bottom: 0;
      left: auto
    }
    
    .swal2-container.swal2-shown {
      z-index: 9998
    }
    
    .swal2-actions .swal2-confirm.swal2-styled {
      padding-right: 30px;
      padding-left: 30px;
      box-shadow: 0 20px 40px 0 rgba(23, 22, 37, .15);
      color: #fff;
      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);
      filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#75c41c", endColorstr="#26aea9", GradientType=1)
    }
    
    .swal2-actions .swal2-confirm.swal2-styled:hover {
      color: #7fd21e;
      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);
      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-43103850],
    textarea[data-v-43103850] {
      color: #fff
    }
  

    .hide[data-v-ff376884] {
      position: absolute;
      top: -9999px
    }
    
    .flick[data-v-ff376884] {
      font-size: 0
    }
    
    .hide:focus+.flex-row .flick[data-v-ff376884] {
      font-size: 18px;
      -webkit-animation: flick-ff376884 2s .2s infinite;
      animation: flick-ff376884 2s .2s infinite
    }
    
    @-webkit-keyframes flick-ff376884 {
      50% {
        color: #fff
      }
    }
    
    @keyframes flick-ff376884 {
      50% {
        color: #fff
      }
    }
    
    .number[data-v-ff376884] {
      width: 42px;
      height: 48px;
      border: 1px solid #eee;
      border-radius: 7px;
      font-size: 18px;
      top: 8px;
      position: relative;
      margin: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #fafafa
    }
    
    .popup-wr .title[data-v-ff376884] {
      margin: 0;
      padding: 1rem;
      font-size: 22px
    }
    
    .popup-personal-date p[data-v-ff376884] {
      font-size: 11px;
      line-height: 2;
      font-weight: 700;
      margin-top: 20px
    }
    
    .popup .btn[data-v-ff376884] {
      margin-top: 1rem;
      line-height: 2.75;
      font-size: 1rem;
      box-shadow: none
    }
    
    .popup input[data-v-ff376884],
    .popup textarea[data-v-ff376884] {
      font-size: 13px;
      padding-bottom: 12px;
      padding-top: 12px
    }
    
    .popup-bottom img[data-v-ff376884] {
      max-width: 30px
    }
    
    .popup-wr-item[data-v-ff376884] {
      max-width: 300px;
      box-shadow: none;
      border-radius: 10px
    }
    
    .input-img img[data-v-ff376884] {
      left: 1.25rem;
      width: 1rem
    }
    
    .popup .d-flex a[data-v-ff376884] {
      text-decoration: none;
      text-align: right;
      color: #3296c8;
      font-size: 10px;
      font-weight: 700
    }
    
    .popup-bottom-title[data-v-ff376884] {
      font-size: 15px;
      font-weight: 700
    }
  

    .popup-wr .title[data-v-0428ec40] {
      margin: 0;
      padding: 1rem
    }
    
    .popup-personal-date p[data-v-0428ec40] {
      font-size: 11px;
      line-height: 2;
      font-weight: 700;
      margin-top: 20px
    }
    
    .popup .btn[data-v-0428ec40] {
      margin-top: 1rem;
      line-height: 2.75;
      font-size: 1rem;
      box-shadow: none
    }
    
    .popup input[data-v-0428ec40],
    .popup textarea[data-v-0428ec40] {
      margin-top: 10px;
      font-size: 13px;
      padding-bottom: 12px;
      padding-top: 12px
    }
    
    .popup-bottom img[data-v-0428ec40] {
      max-width: 30px;
      width: 100%
    }
    
    .popup .d-flex[data-v-0428ec40] {
      justify-content: flex-start
    }
    
    .popup .d-flex__col[data-v-0428ec40] {
      justify-content: space-between
    }
    
    .popup-wr-item[data-v-0428ec40] {
      box-shadow: none;
      max-width: 550px;
      border-radius: 10px
    }
    
    .input-img img[data-v-0428ec40] {
      position: absolute;
      left: 1.25rem;
      width: 1.1rem;
      margin: 0;
      top: 22px
    }
  

    .popup-wr[data-v-545ab2c1] {
      border-radius: 5px;
      width: 475px;
      height: 575px;
      padding: 0
    }
    
    .error-box[data-v-545ab2c1] {
      color: #4584f6
    }
    
    .error-box[data-v-545ab2c1],
    .success-box[data-v-545ab2c1] {
      font-size: 225px;
      display: flex;
      align-items: center;
      flex-direction: column
    }
    
    .success-box[data-v-545ab2c1] {
      color: #d52b1e
    }
    
    .qr-block .btn[data-v-545ab2c1] {
      font-weight: 700;
      margin-top: 20px;
      width: 245px
    }
    
    .qr-block[data-v-545ab2c1] {
      font-size: 225px;
      display: flex;
      align-items: center;
      flex-direction: column;
      color: #000;
      background: #fff;
      padding: 35px
    }
    
    .qr-block-title[data-v-545ab2c1] {
      font-size: 20px;
      color: #2f323e
    }
    
    .hide[data-v-545ab2c1] {
      position: absolute;
      top: -999px
    }
    
    .blurred[data-v-545ab2c1],
    .small-text[data-v-545ab2c1] {
      color: #9899a0
    }
    
    .small-text[data-v-545ab2c1] {
      font-size: 13px;
      margin: 0
    }
    
    .number-wr[data-v-545ab2c1] {
      display: flex;
      flex-direction: row;
      width: 242px;
      justify-content: space-between
    }
    
    .number[data-v-545ab2c1] {
      width: 32px;
      height: 48px;
      border: 1px solid #ddd;
      border-radius: 7px;
      font-size: 18px;
      align-items: center
    }
    
    .mobile-bar[data-v-545ab2c1],
    .number[data-v-545ab2c1] {
      display: flex;
      justify-content: center
    }
    
    .mobile-bar[data-v-545ab2c1] {
      flex-direction: row
    }
    
    .flick[data-v-545ab2c1] {
      font-size: 0
    }
    
    .hide:focus+.number-wr .flick[data-v-545ab2c1] {
      font-size: 18px;
      -webkit-animation: flick-545ab2c1 1s step-end infinite;
      animation: flick-545ab2c1 1s step-end infinite
    }
    
    .mobile[data-v-545ab2c1] {
      font-size: 20px
    }
    
    .helper-token-text[data-v-545ab2c1] {
      margin-top: 20px;
      margin-bottom: 5px
    }
    
    .app-links-block[data-v-545ab2c1] {
      margin-top: 20px
    }
    
    .app-link[data-v-545ab2c1] {
      margin: 0 5px;
      opacity: .4
    }
    
    .app-link[data-v-545ab2c1]:hover {
      opacity: .9
    }
    
    .mobile-bar[data-v-545ab2c1] {
      padding-top: 10px
    }
    
    .copied-text-2fa[data-v-545ab2c1] {
      color: #2c921b
    }
    
    .app-link img[data-v-545ab2c1] {
      opacity: .4;
      width: 20px;
      height: 20px
    }
    
    .p-input-secter[data-v-545ab2c1] {
      padding: 10px 15px
    }
    
    .p-input-secter p[data-v-545ab2c1] {
      font-size: 18px
    }
    
    .p-input-secter i.fal.fa-copy[data-v-545ab2c1] {
      font-size: 20px;
      color: #9899a0;
      padding: 5px
    }
    
    @-webkit-keyframes flick-545ab2c1 {
      0% {
        color: auto
      }
      50% {
        color: #fff
      }
    }
    
    @keyframes flick-545ab2c1 {
      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] {
      font-size: 18px;
      -webkit-animation: flick-500a55cc 2s .2s infinite;
      animation: flick-500a55cc 2s .2s infinite
    }
    
    @-webkit-keyframes flick-500a55cc {
      50% {
        color: #fff
      }
    }
    
    @keyframes flick-500a55cc {
      50% {
        color: #fff
      }
    }
    
    .number[data-v-500a55cc] {
      width: 42px;
      height: 48px;
      border: 1px solid #eee;
      border-radius: 7px;
      font-size: 18px;
      top: 8px;
      position: relative;
      margin: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #fafafa
    }
    
    .popup-wr .title[data-v-500a55cc] {
      margin: 0;
      padding: 1rem;
      font-size: 22px
    }
    
    .popup-personal-date p[data-v-500a55cc] {
      font-size: 11px;
      line-height: 2;
      font-weight: 700;
      margin-top: 20px
    }
    
    .popup .btn[data-v-500a55cc] {
      margin-top: 1rem;
      line-height: 2.75;
      font-size: 1rem;
      box-shadow: none
    }
    
    .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] {
      max-width: 300px;
      box-shadow: none;
      border-radius: 10px
    }
    
    .input-img img[data-v-500a55cc] {
      left: 1.25rem;
      width: 1rem
    }
    
    .popup .d-flex a[data-v-500a55cc] {
      text-decoration: none;
      text-align: right;
      color: #3296c8;
      font-size: 10px;
      font-weight: 700
    }
    
    .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] {
      position: fixed;
      z-index: 1000;
      display: flex;
      align-items: center;
      padding: 20px;
      color: #fff;
      line-height: 1.3;
      box-shadow: 0 0 15px 0 rgba(0, 0, 0, .35);
      max-width: 350px;
      margin: 20px;
      top: 0;
      left: 0;
      transform: translateX(-420px)
    }
    
    .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 {
      content: "";
      display: block;
      width: 30px;
      height: 30px;
      min-width: 30px;
      margin-right: 20px;
      background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath 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 2c4.407 0 8.016 3.609 8.016' fill='%23077CB2'/%3E%3Cpath d='M11.016 6.984V9h1.968V6.984h-1.968zm0 10.032h1.968v-6h-1.968v6z' fill='%23077CB2'/%3E%3C/svg%3E") 50%/cover no-repeat
    }
    
    .top-left[data-notification-status=warning][data-v-7d5b2f10] {
      background-color: #ffca28
    }
    
    .top-left[data-notification-status=warning][data-v-7d5b2f10]:before {
      content: "";
      display: block;
      width: 30px;
      height: 30px;
      min-width: 30px;
      margin-right: 20px;
      background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath 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 2c4.407 0 8.016 3.609 8.016' fill='%23C19100'/%3E%3Cpath d='M11.016 17.016h1.968V15h-1.968v2.016zm0-10.033v6.001h1.968V6.983h-1.968z' fill='%23C19100'/%3E%3C/svg%3E") 50%/cover no-repeat
    }
    
    .top-left[data-notification-status=error][data-v-7d5b2f10] {
      background-color: #ef5350
    }
    
    .top-left[data-notification-status=error][data-v-7d5b2f10]:before {
      content: "";
      display: block;
      width: 30px;
      height: 30px;
      min-width: 30px;
      margin-right: 20px;
      background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath 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 2c4.407 0 8.016 3.609 8.016' fill='%23C71612'/%3E%3Cpath d='M13.406 12l2.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' fill='%23C71612'/%3E%3C/svg%3E") 50%/cover no-repeat
    }
    
    .top-left[data-notification-status=success][data-v-7d5b2f10] {
      background-color: #66bb6a
    }
    
    .top-left[data-notification-status=success][data-v-7d5b2f10]:before {
      content: "";
      display: block;
      width: 30px;
      height: 30px;
      min-width: 30px;
      margin-right: 20px;
      background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath 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 2c4.407 0 8.016 3.609 8.016' fill='%233A813D'/%3E%3Cpath d='M10.477 13.136l5.085-5.085 1.406 1.406-6.492 6.492-3.446-3.445 1.406-1.406 2.041 2.038z' fill='%233A813D'/%3E%3C/svg%3E") 50%/cover no-repeat
    }
    
    .top-left[data-notification-status=question][data-v-7d5b2f10] {
      background-color: #8d6e63
    }
    
    .top-left[data-notification-status=question][data-v-7d5b2f10]:before {
      content: "";
      display: block;
      width: 30px;
      height: 30px;
      min-width: 30px;
      margin-right: 20px;
      background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath 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 2c4.407 0 8.016 3.609 8.016' fill='%23513F39'/%3E%3Cpath d='M12.001 6.314h-.002A3.606 3.606 0 008.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 00-3.609-3.609zm-.892 10.872h1.784V15.36h-1.784v1.826z' fill='%23513F39'/%3E%3C/svg%3E") 50%/cover no-repeat
    }
    
    .top-left[data-notification-status=plain][data-v-7d5b2f10] {
      background-color: #333
    }
    
    .top-right[data-v-7d5b2f10] {
      position: fixed;
      z-index: 1000;
      display: flex;
      align-items: center;
      padding: 20px;
      color: #fff;
      line-height: 1.3;
      box-shadow: 0 0 15px 0 rgba(0, 0, 0, .35);
      max-width: 350px;
      margin: 20px;
      top: 0;
      right: 0
    }
    
    .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 {
      content: "";
      display: block;
      width: 30px;
      height: 30px;
      min-width: 30px;
      margin-right: 20px;
      background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath 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 2c4.407 0 8.016 3.609 8.016' fill='%23077CB2'/%3E%3Cpath d='M11.016 6.984V9h1.968V6.984h-1.968zm0 10.032h1.968v-6h-1.968v6z' fill='%23077CB2'/%3E%3C/svg%3E") 50%/cover no-repeat
    }
    
    .top-right[data-notification-status=warning][data-v-7d5b2f10] {
      background-color: #ffca28
    }
    
    .top-right[data-notification-status=warning][data-v-7d5b2f10]:before {
      content: "";
      display: block;
      width: 30px;
      height: 30px;
      min-width: 30px;
      margin-right: 20px;
      background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath 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 2c4.407 0 8.016 3.609 8.016' fill='%23C19100'/%3E%3Cpath d='M11.016 17.016h1.968V15h-1.968v2.016zm0-10.033v6.001h1.968V6.983h-1.968z' fill='%23C19100'/%3E%3C/svg%3E") 50%/cover no-repeat
    }
    
    .top-right[data-notification-status=error][data-v-7d5b2f10] {
      background-color: #ef5350
    }
    
    .top-right[data-notification-status=error][data-v-7d5b2f10]:before {
      content: "";
      display: block;
      width: 30px;
      height: 30px;
      min-width: 30px;
      margin-right: 20px;
      background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath 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 2c4.407 0 8.016 3.609 8.016' fill='%23C71612'/%3E%3Cpath d='M13.406 12l2.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' fill='%23C71612'/%3E%3C/svg%3E") 50%/cover no-repeat
    }
    
    .top-right[data-notification-status=success][data-v-7d5b2f10] {
      background-color: #66bb6a
    }
    
    .top-right[data-notification-status=success][data-v-7d5b2f10]:before {
      content: "";
      display: block;
      width: 30px;
      height: 30px;
      min-width: 30px;
      margin-right: 20px;
      background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath 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 2c4.407 0 8.016 3.609 8.016' fill='%233A813D'/%3E%3Cpath d='M10.477 13.136l5.085-5.085 1.406 1.406-6.492 6.492-3.446-3.445 1.406-1.406 2.041 2.038z' fill='%233A813D'/%3E%3C/svg%3E") 50%/cover no-repeat
    }
    
    .top-right[data-notification-status=question][data-v-7d5b2f10] {
      background-color: #8d6e63
    }
    
    .top-right[data-notification-status=question][data-v-7d5b2f10]:before {
      content: "";
      display: block;
      width: 30px;
      height: 30px;
      min-width: 30px;
      margin-right: 20px;
      background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath 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 2c4.407 0 8.016 3.609 8.016' fill='%23513F39'/%3E%3Cpath d='M12.001 6.314h-.002A3.606 3.606 0 008.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 00-3.609-3.609zm-.892 10.872h1.784V15.36h-1.784v1.826z' fill='%23513F39'/%3E%3C/svg%3E") 50%/cover no-repeat
    }
    
    .top-right[data-notification-status=plain][data-v-7d5b2f10] {
      background-color: #333
    }
    
    .bottom-right[data-v-7d5b2f10] {
      position: fixed;
      z-index: 1000;
      display: flex;
      align-items: center;
      padding: 20px;
      color: #fff;
      line-height: 1.3;
      box-shadow: 0 0 15px 0 rgba(0, 0, 0, .35);
      max-width: 350px;
      margin: 20px;
      bottom: 0;
      right: 0;
      transform: translateX(420px)
    }
    
    @-webkit-keyframes slide-in-right-7d5b2f10 {
      to {
        transform: translateX(0)
      }
    }
    
    @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 {
      content: "";
      display: block;
      width: 30px;
      height: 30px;
      min-width: 30px;
      margin-right: 20px;
      background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath 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 2c4.407 0 8.016 3.609 8.016' fill='%23077CB2'/%3E%3Cpath d='M11.016 6.984V9h1.968V6.984h-1.968zm0 10.032h1.968v-6h-1.968v6z' fill='%23077CB2'/%3E%3C/svg%3E") 50%/cover no-repeat
    }
    
    .bottom-right[data-notification-status=warning][data-v-7d5b2f10] {
      background-color: #ffca28
    }
    
    .bottom-right[data-notification-status=warning][data-v-7d5b2f10]:before {
      content: "";
      display: block;
      width: 30px;
      height: 30px;
      min-width: 30px;
      margin-right: 20px;
      background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath 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 2c4.407 0 8.016 3.609 8.016' fill='%23C19100'/%3E%3Cpath d='M11.016 17.016h1.968V15h-1.968v2.016zm0-10.033v6.001h1.968V6.983h-1.968z' fill='%23C19100'/%3E%3C/svg%3E") 50%/cover no-repeat
    }
    
    .bottom-right[data-notification-status=error][data-v-7d5b2f10] {
      background-color: #ef5350
    }
    
    .bottom-right[data-notification-status=error][data-v-7d5b2f10]:before {
      content: "";
      display: block;
      width: 30px;
      height: 30px;
      min-width: 30px;
      margin-right: 20px;
      background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath 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 2c4.407 0 8.016 3.609 8.016' fill='%23C71612'/%3E%3Cpath d='M13.406 12l2.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' fill='%23C71612'/%3E%3C/svg%3E") 50%/cover no-repeat
    }
    
    .bottom-right[data-notification-status=success][data-v-7d5b2f10] {
      background-color: #66bb6a
    }
    
    .bottom-right[data-notification-status=success][data-v-7d5b2f10]:before {
      content: "";
      display: block;
      width: 30px;
      height: 30px;
      min-width: 30px;
      margin-right: 20px;
      background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath 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 2c4.407 0 8.016 3.609 8.016' fill='%233A813D'/%3E%3Cpath d='M10.477 13.136l5.085-5.085 1.406 1.406-6.492 6.492-3.446-3.445 1.406-1.406 2.041 2.038z' fill='%233A813D'/%3E%3C/svg%3E") 50%/cover no-repeat
    }
    
    .bottom-right[data-notification-status=question][data-v-7d5b2f10] {
      background-color: #8d6e63
    }
    
    .bottom-right[data-notification-status=question][data-v-7d5b2f10]:before {
      content: "";
      display: block;
      width: 30px;
      height: 30px;
      min-width: 30px;
      margin-right: 20px;
      background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath 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 2c4.407 0 8.016 3.609 8.016' fill='%23513F39'/%3E%3Cpath d='M12.001 6.314h-.002A3.606 3.606 0 008.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 00-3.609-3.609zm-.892 10.872h1.784V15.36h-1.784v1.826z' fill='%23513F39'/%3E%3C/svg%3E") 50%/cover no-repeat
    }
    
    .bottom-right[data-notification-status=plain][data-v-7d5b2f10] {
      background-color: #333
    }
    
    .bottom-left[data-v-7d5b2f10] {
      position: fixed;
      z-index: 1000;
      display: flex;
      align-items: center;
      padding: 20px;
      color: #fff;
      line-height: 1.3;
      box-shadow: 0 0 15px 0 rgba(0, 0, 0, .35);
      max-width: 350px;
      margin: 20px;
      bottom: 0;
      left: 0
    }
    
    .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 {
      content: "";
      display: block;
      width: 30px;
      height: 30px;
      min-width: 30px;
      margin-right: 20px;
      background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath 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 2c4.407 0 8.016 3.609 8.016' fill='%23077CB2'/%3E%3Cpath d='M11.016 6.984V9h1.968V6.984h-1.968zm0 10.032h1.968v-6h-1.968v6z' fill='%23077CB2'/%3E%3C/svg%3E") 50%/cover no-repeat
    }
    
    .bottom-left[data-notification-status=warning][data-v-7d5b2f10] {
      background-color: #ffca28
    }
    
    .bottom-left[data-notification-status=warning][data-v-7d5b2f10]:before {
      content: "";
      display: block;
      width: 30px;
      height: 30px;
      min-width: 30px;
      margin-right: 20px;
      background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath 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 2c4.407 0 8.016 3.609 8.016' fill='%23C19100'/%3E%3Cpath d='M11.016 17.016h1.968V15h-1.968v2.016zm0-10.033v6.001h1.968V6.983h-1.968z' fill='%23C19100'/%3E%3C/svg%3E") 50%/cover no-repeat
    }
    
    .bottom-left[data-notification-status=error][data-v-7d5b2f10] {
      background-color: #ef5350
    }
    
    .bottom-left[data-notification-status=error][data-v-7d5b2f10]:before {
      content: "";
      display: block;
      width: 30px;
      height: 30px;
      min-width: 30px;
      margin-right: 20px;
      background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath 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 2c4.407 0 8.016 3.609 8.016' fill='%23C71612'/%3E%3Cpath d='M13.406 12l2.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' fill='%23C71612'/%3E%3C/svg%3E") 50%/cover no-repeat
    }
    
    .bottom-left[data-notification-status=success][data-v-7d5b2f10] {
      background-color: #66bb6a
    }
    
    .bottom-left[data-notification-status=success][data-v-7d5b2f10]:before {
      content: "";
      display: block;
      width: 30px;
      height: 30px;
      min-width: 30px;
      margin-right: 20px;
      background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath 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 2c4.407 0 8.016 3.609 8.016' fill='%233A813D'/%3E%3Cpath d='M10.477 13.136l5.085-5.085 1.406 1.406-6.492 6.492-3.446-3.445 1.406-1.406 2.041 2.038z' fill='%233A813D'/%3E%3C/svg%3E") 50%/cover no-repeat
    }
    
    .bottom-left[data-notification-status=question][data-v-7d5b2f10] {
      background-color: #8d6e63
    }
    
    .bottom-left[data-notification-status=question][data-v-7d5b2f10]:before {
      content: "";
      display: block;
      width: 30px;
      height: 30px;
      min-width: 30px;
      margin-right: 20px;
      background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath 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 2c4.407 0 8.016 3.609 8.016' fill='%23513F39'/%3E%3Cpath d='M12.001 6.314h-.002A3.606 3.606 0 008.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 00-3.609-3.609zm-.892 10.872h1.784V15.36h-1.784v1.826z' fill='%23513F39'/%3E%3C/svg%3E") 50%/cover no-repeat
    }
    
    .bottom-left[data-notification-status=plain][data-v-7d5b2f10] {
      background-color: #333
    }
    
    .bar-top[data-v-7d5b2f10] {
      position: fixed;
      z-index: 1000;
      display: flex;
      align-items: center;
      padding: 20px;
      color: #fff;
      line-height: 1.3;
      box-shadow: 0 0 15px 0 rgba(0, 0, 0, .35);
      top: 0;
      right: 0;
      left: 0;
      width: 100%;
      transform: translateY(-100%)
    }
    
    .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 {
      content: "";
      display: block;
      width: 30px;
      height: 30px;
      min-width: 30px;
      margin-right: 20px;
      background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath 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 2c4.407 0 8.016 3.609 8.016' fill='%23077CB2'/%3E%3Cpath d='M11.016 6.984V9h1.968V6.984h-1.968zm0 10.032h1.968v-6h-1.968v6z' fill='%23077CB2'/%3E%3C/svg%3E") 50%/cover no-repeat
    }
    
    .bar-top[data-notification-status=warning][data-v-7d5b2f10] {
      background-color: #ffca28
    }
    
    .bar-top[data-notification-status=warning][data-v-7d5b2f10]:before {
      content: "";
      display: block;
      width: 30px;
      height: 30px;
      min-width: 30px;
      margin-right: 20px;
      background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath 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 2c4.407 0 8.016 3.609 8.016' fill='%23C19100'/%3E%3Cpath d='M11.016 17.016h1.968V15h-1.968v2.016zm0-10.033v6.001h1.968V6.983h-1.968z' fill='%23C19100'/%3E%3C/svg%3E") 50%/cover no-repeat
    }
    
    .bar-top[data-notification-status=error][data-v-7d5b2f10] {
      background-color: #ef5350
    }
    
    .bar-top[data-notification-status=error][data-v-7d5b2f10]:before {
      content: "";
      display: block;
      width: 30px;
      height: 30px;
      min-width: 30px;
      margin-right: 20px;
      background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath 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 2c4.407 0 8.016 3.609 8.016' fill='%23C71612'/%3E%3Cpath d='M13.406 12l2.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' fill='%23C71612'/%3E%3C/svg%3E") 50%/cover no-repeat
    }
    
    .bar-top[data-notification-status=success][data-v-7d5b2f10] {
      background-color: #66bb6a
    }
    
    .bar-top[data-notification-status=success][data-v-7d5b2f10]:before {
      content: "";
      display: block;
      width: 30px;
      height: 30px;
      min-width: 30px;
      margin-right: 20px;
      background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath 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 2c4.407 0 8.016 3.609 8.016' fill='%233A813D'/%3E%3Cpath d='M10.477 13.136l5.085-5.085 1.406 1.406-6.492 6.492-3.446-3.445 1.406-1.406 2.041 2.038z' fill='%233A813D'/%3E%3C/svg%3E") 50%/cover no-repeat
    }
    
    .bar-top[data-notification-status=question][data-v-7d5b2f10] {
      background-color: #8d6e63
    }
    
    .bar-top[data-notification-status=question][data-v-7d5b2f10]:before {
      content: "";
      display: block;
      width: 30px;
      height: 30px;
      min-width: 30px;
      margin-right: 20px;
      background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath 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 2c4.407 0 8.016 3.609 8.016' fill='%23513F39'/%3E%3Cpath d='M12.001 6.314h-.002A3.606 3.606 0 008.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 00-3.609-3.609zm-.892 10.872h1.784V15.36h-1.784v1.826z' fill='%23513F39'/%3E%3C/svg%3E") 50%/cover no-repeat
    }
    
    .bar-top[data-notification-status=plain][data-v-7d5b2f10] {
      background-color: #333
    }
    
    .bar-bottom[data-v-7d5b2f10] {
      position: fixed;
      z-index: 1000;
      display: flex;
      align-items: center;
      padding: 20px;
      color: #fff;
      line-height: 1.3;
      box-shadow: 0 0 15px 0 rgba(0, 0, 0, .35);
      bottom: 0;
      right: 0;
      left: 0;
      width: 100%
    }
    
    .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 {
      content: "";
      display: block;
      width: 30px;
      height: 30px;
      min-width: 30px;
      margin-right: 20px;
      background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath 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 2c4.407 0 8.016 3.609 8.016' fill='%23077CB2'/%3E%3Cpath d='M11.016 6.984V9h1.968V6.984h-1.968zm0 10.032h1.968v-6h-1.968v6z' fill='%23077CB2'/%3E%3C/svg%3E") 50%/cover no-repeat
    }
    
    .bar-bottom[data-notification-status=warning][data-v-7d5b2f10] {
      background-color: #ffca28
    }
    
    .bar-bottom[data-notification-status=warning][data-v-7d5b2f10]:before {
      content: "";
      display: block;
      width: 30px;
      height: 30px;
      min-width: 30px;
      margin-right: 20px;
      background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath 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 2c4.407 0 8.016 3.609 8.016' fill='%23C19100'/%3E%3Cpath d='M11.016 17.016h1.968V15h-1.968v2.016zm0-10.033v6.001h1.968V6.983h-1.968z' fill='%23C19100'/%3E%3C/svg%3E") 50%/cover no-repeat
    }
    
    .bar-bottom[data-notification-status=error][data-v-7d5b2f10] {
      background-color: #ef5350
    }
    
    .bar-bottom[data-notification-status=error][data-v-7d5b2f10]:before {
      content: "";
      display: block;
      width: 30px;
      height: 30px;
      min-width: 30px;
      margin-right: 20px;
      background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath 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 2c4.407 0 8.016 3.609 8.016' fill='%23C71612'/%3E%3Cpath d='M13.406 12l2.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' fill='%23C71612'/%3E%3C/svg%3E") 50%/cover no-repeat
    }
    
    .bar-bottom[data-notification-status=success][data-v-7d5b2f10] {
      background-color: #66bb6a
    }
    
    .bar-bottom[data-notification-status=success][data-v-7d5b2f10]:before {
      content: "";
      display: block;
      width: 30px;
      height: 30px;
      min-width: 30px;
      margin-right: 20px;
      background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath 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 2c4.407 0 8.016 3.609 8.016' fill='%233A813D'/%3E%3Cpath d='M10.477 13.136l5.085-5.085 1.406 1.406-6.492 6.492-3.446-3.445 1.406-1.406 2.041 2.038z' fill='%233A813D'/%3E%3C/svg%3E") 50%/cover no-repeat
    }
    
    .bar-bottom[data-notification-status=question][data-v-7d5b2f10] {
      background-color: #8d6e63
    }
    
    .bar-bottom[data-notification-status=question][data-v-7d5b2f10]:before {
      content: "";
      display: block;
      width: 30px;
      height: 30px;
      min-width: 30px;
      margin-right: 20px;
      background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath 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 2c4.407 0 8.016 3.609 8.016' fill='%23513F39'/%3E%3Cpath d='M12.001 6.314h-.002A3.606 3.606 0 008.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 00-3.609-3.609zm-.892 10.872h1.784V15.36h-1.784v1.826z' fill='%23513F39'/%3E%3C/svg%3E") 50%/cover no-repeat
    }
    
    .bar-bottom[data-notification-status=plain][data-v-7d5b2f10] {
      background-color: #333
    }
  

    .ie_block[data-v-0ab44cc0] {
      display: flex;
      justify-content: center;
      align-items: center;
      color: #111;
      flex-direction: column;
      font-size: 25px;
      background: #aaa;
      border-radius: 20px;
      width: 50%;
      margin: 0 auto;
      text-align: center;
      padding: 15px
    }
    
    .ie_block>div[data-v-0ab44cc0] {
      font-weight: 700;
      margin-top: 20px;
      color: #333;
      display: flex
    }
    
    .ie_block a[data-v-0ab44cc0]:hover {
      color: #0ab
    }
    
    .ie_block img[data-v-0ab44cc0] {
      width: 30px;
      height: 30px;
      margin-right: 15px
    }
  


    .swal2-popup.swal2-toast {
      box-sizing: border-box;
      grid-column: 1/4!important;
      grid-row: 1/4!important;
      grid-template-columns: 1fr 99fr 1fr;
      padding: 1em;
      overflow-y: hidden;
      background: #fff;
      box-shadow: 0 0 1px rgba(0, 0, 0, .075), 0 1px 2px rgba(0, 0, 0, .075), 1px 2px 4px rgba(0, 0, 0, .075), 1px 3px 8px rgba(0, 0, 0, .075), 2px 4px 16px rgba(0, 0, 0, .075);
      pointer-events: all
    }
    
    .swal2-popup.swal2-toast>* {
      grid-column: 2
    }
    
    .swal2-popup.swal2-toast .swal2-title {
      margin: .5em 1em;
      padding: 0;
      font-size: 1em;
      text-align: left;
      text-align: initial
    }
    
    .swal2-popup.swal2-toast .swal2-loading {
      justify-content: center
    }
    
    .swal2-popup.swal2-toast .swal2-input {
      height: 2em;
      margin: .5em;
      font-size: 1em
    }
    
    .swal2-popup.swal2-toast .swal2-validation-message {
      font-size: 1em
    }
    
    .swal2-popup.swal2-toast .swal2-footer {
      margin: .5em 0 0;
      padding: .5em 0 0;
      font-size: .8em
    }
    
    .swal2-popup.swal2-toast .swal2-close {
      grid-column: 3/3;
      grid-row: 1/99;
      align-self: center;
      width: .8em;
      height: .8em;
      margin: 0;
      font-size: 2em
    }
    
    .swal2-popup.swal2-toast .swal2-html-container {
      margin: .5em 1em;
      padding: 0;
      overflow: visible;
      overflow: initial;
      font-size: 1em;
      text-align: left;
      text-align: initial
    }
    
    .swal2-popup.swal2-toast .swal2-html-container:empty {
      padding: 0
    }
    
    .swal2-popup.swal2-toast .swal2-loader {
      grid-column: 1;
      grid-row: 1/99;
      align-self: center;
      width: 2em;
      height: 2em;
      margin: .25em
    }
    
    .swal2-popup.swal2-toast .swal2-icon {
      grid-column: 1;
      grid-row: 1/99;
      align-self: center;
      width: 2em;
      min-width: 2em;
      height: 2em;
      margin: 0 .5em 0 0
    }
    
    .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
      display: flex;
      align-items: center;
      font-size: 1.8em;
      font-weight: 700
    }
    
    .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
      width: 2em;
      height: 2em
    }
    
    .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
      top: .875em;
      width: 1.375em
    }
    
    .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
      left: .3125em
    }
    
    .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
      right: .3125em
    }
    
    .swal2-popup.swal2-toast .swal2-actions {
      justify-content: flex-start;
      height: auto;
      margin: .5em 0 0;
      padding: 0 .5em
    }
    
    .swal2-popup.swal2-toast .swal2-styled {
      margin: .25em .5em;
      padding: .4em .6em;
      font-size: 1em
    }
    
    .swal2-popup.swal2-toast .swal2-success {
      border-color: #a5dc86
    }
    
    .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
      position: absolute;
      width: 1.6em;
      height: 3em;
      transform: rotate(45deg);
      border-radius: 50%
    }
    
    .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
      top: -.8em;
      left: -.5em;
      transform: rotate(-45deg);
      transform-origin: 2em 2em;
      border-radius: 4em 0 0 4em
    }
    
    .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
      top: -.25em;
      left: .9375em;
      transform-origin: 0 1.5em;
      border-radius: 0 4em 4em 0
    }
    
    .swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
      width: 2em;
      height: 2em
    }
    
    .swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
      top: 0;
      left: .4375em;
      width: .4375em;
      height: 2.6875em
    }
    
    .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
      height: .3125em
    }
    
    .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
      top: 1.125em;
      left: .1875em;
      width: .75em
    }
    
    .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
      top: .9375em;
      right: .1875em;
      width: 1.375em
    }
    
    .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
      -webkit-animation: swal2-toast-animate-success-line-tip .75s;
      animation: swal2-toast-animate-success-line-tip .75s
    }
    
    .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
      -webkit-animation: swal2-toast-animate-success-line-long .75s;
      animation: swal2-toast-animate-success-line-long .75s
    }
    
    .swal2-popup.swal2-toast.swal2-show {
      -webkit-animation: swal2-toast-show .5s;
      animation: swal2-toast-show .5s
    }
    
    .swal2-popup.swal2-toast.swal2-hide {
      -webkit-animation: swal2-toast-hide .1s forwards;
      animation: swal2-toast-hide .1s forwards
    }
    
    .swal2-container {
      display: grid;
      position: fixed;
      z-index: 1060;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      box-sizing: border-box;
      grid-template-areas: "top-start     top            top-end" "center-start  center         center-end" "bottom-start  bottom-center  bottom-end";
      grid-template-rows: minmax(-webkit-min-content, auto) minmax(-webkit-min-content, auto) minmax(-webkit-min-content, auto);
      grid-template-rows: minmax(min-content, auto) minmax(min-content, auto) minmax(min-content, auto);
      height: 100%;
      padding: .625em;
      overflow-x: hidden;
      transition: background-color .1s;
      -webkit-overflow-scrolling: touch
    }
    
    .swal2-container.swal2-backdrop-show,
    .swal2-container.swal2-noanimation {
      background: rgba(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 {
      grid-column: 2;
      align-self: start;
      justify-self: center
    }
    
    .swal2-container.swal2-top-end>.swal2-popup,
    .swal2-container.swal2-top-right>.swal2-popup {
      grid-column: 3;
      align-self: start;
      justify-self: end
    }
    
    .swal2-container.swal2-center-left>.swal2-popup,
    .swal2-container.swal2-center-start>.swal2-popup {
      grid-row: 2;
      align-self: center
    }
    
    .swal2-container.swal2-center>.swal2-popup {
      grid-column: 2;
      grid-row: 2;
      align-self: center;
      justify-self: center
    }
    
    .swal2-container.swal2-center-end>.swal2-popup,
    .swal2-container.swal2-center-right>.swal2-popup {
      grid-column: 3;
      grid-row: 2;
      align-self: center;
      justify-self: end
    }
    
    .swal2-container.swal2-bottom-left>.swal2-popup,
    .swal2-container.swal2-bottom-start>.swal2-popup {
      grid-column: 1;
      grid-row: 3;
      align-self: end
    }
    
    .swal2-container.swal2-bottom>.swal2-popup {
      grid-column: 2;
      grid-row: 3;
      justify-self: center;
      align-self: end
    }
    
    .swal2-container.swal2-bottom-end>.swal2-popup,
    .swal2-container.swal2-bottom-right>.swal2-popup {
      grid-column: 3;
      grid-row: 3;
      align-self: end;
      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 {
      grid-row: 1/4;
      align-self: stretch
    }
    
    .swal2-container.swal2-no-transition {
      transition: none!important
    }
    
    .swal2-popup {
      display: none;
      position: relative;
      box-sizing: border-box;
      grid-template-columns: minmax(0, 100%);
      width: 32em;
      max-width: 100%;
      padding: 0 0 1.25em;
      border: none;
      border-radius: 5px;
      background: #fff;
      color: #545454;
      font-family: inherit;
      font-size: 1rem
    }
    
    .swal2-popup:focus {
      outline: 0
    }
    
    .swal2-popup.swal2-loading {
      overflow-y: hidden
    }
    
    .swal2-title {
      position: relative;
      max-width: 100%;
      margin: 0;
      padding: .8em 1em 0;
      color: inherit;
      font-size: 1.875em;
      font-weight: 600;
      text-align: center;
      text-transform: none;
      word-wrap: break-word
    }
    
    .swal2-actions {
      display: flex;
      z-index: 1;
      box-sizing: border-box;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      width: auto;
      margin: 1.25em auto 0;
      padding: 0
    }
    
    .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
      opacity: .4
    }
    
    .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
      background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1))
    }
    
    .swal2-actions:not(.swal2-loading) .swal2-styled:active {
      background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2))
    }
    
    .swal2-loader {
      display: none;
      align-items: center;
      justify-content: center;
      width: 2.2em;
      height: 2.2em;
      margin: 0 1.875em;
      -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
      animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
      border-radius: 100%;
      border-color: #2778c4 transparent;
      border-style: solid;
      border-width: .25em
    }
    
    .swal2-styled {
      margin: .3125em;
      padding: .625em 1.1em;
      transition: box-shadow .1s;
      box-shadow: 0 0 0 3px transparent;
      font-weight: 500
    }
    
    .swal2-styled:not([disabled]) {
      cursor: pointer
    }
    
    .swal2-styled.swal2-confirm {
      border: 0;
      border-radius: .25em;
      background: transparent none repeat 0 0/auto auto padding-box border-box scroll;
      background: initial;
      background-color: #7066e0;
      color: #fff;
      font-size: 1em
    }
    
    .swal2-styled.swal2-confirm:focus {
      box-shadow: 0 0 0 3px rgba(112, 102, 224, .5)
    }
    
    .swal2-styled.swal2-deny {
      border: 0;
      border-radius: .25em;
      background: transparent none repeat 0 0/auto auto padding-box border-box scroll;
      background: initial;
      background-color: #dc3741;
      color: #fff;
      font-size: 1em
    }
    
    .swal2-styled.swal2-deny:focus {
      box-shadow: 0 0 0 3px rgba(220, 55, 65, .5)
    }
    
    .swal2-styled.swal2-cancel {
      border: 0;
      border-radius: .25em;
      background: transparent none repeat 0 0/auto auto padding-box border-box scroll;
      background: initial;
      background-color: #6e7881;
      color: #fff;
      font-size: 1em
    }
    
    .swal2-styled.swal2-cancel:focus {
      box-shadow: 0 0 0 3px rgba(110, 120, 129, .5)
    }
    
    .swal2-styled.swal2-default-outline:focus {
      box-shadow: 0 0 0 3px rgba(100, 150, 200, .5)
    }
    
    .swal2-styled:focus {
      outline: 0
    }
    
    .swal2-styled::-moz-focus-inner {
      border: 0
    }
    
    .swal2-footer {
      justify-content: center;
      margin: 1em 0 0;
      padding: 1em 1em 0;
      border-top: 1px solid #eee;
      color: inherit;
      font-size: 1em
    }
    
    .swal2-timer-progress-bar-container {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      grid-column: auto!important;
      overflow: hidden;
      border-bottom-right-radius: 5px;
      border-bottom-left-radius: 5px
    }
    
    .swal2-timer-progress-bar {
      width: 100%;
      height: .25em;
      background: rgba(0, 0, 0, .2)
    }
    
    .swal2-image {
      max-width: 100%;
      margin: 2em auto 1em
    }
    
    .swal2-close {
      z-index: 2;
      align-items: center;
      justify-content: center;
      width: 1.2em;
      height: 1.2em;
      margin-top: 0;
      margin-right: 0;
      margin-bottom: -1.2em;
      padding: 0;
      overflow: hidden;
      transition: color .1s, box-shadow .1s;
      border: none;
      border-radius: 5px;
      background: 0 0;
      color: #ccc;
      font-family: serif;
      font-family: monospace;
      font-size: 2.5em;
      cursor: pointer;
      justify-self: end
    }
    
    .swal2-close:hover {
      transform: none;
      background: 0 0;
      color: #f27474
    }
    
    .swal2-close:focus {
      outline: 0;
      box-shadow: inset 0 0 0 3px rgba(100, 150, 200, .5)
    }
    
    .swal2-close::-moz-focus-inner {
      border: 0
    }
    
    .swal2-html-container {
      z-index: 1;
      justify-content: center;
      margin: 1em 1.6em .3em;
      padding: 0;
      overflow: auto;
      color: inherit;
      font-size: 1.125em;
      font-weight: 400;
      line-height: normal;
      text-align: center;
      word-wrap: break-word;
      word-break: break-word
    }
    
    .swal2-checkbox,
    .swal2-file,
    .swal2-input,
    .swal2-radio,
    .swal2-select,
    .swal2-textarea {
      margin: 1em 2em 3px
    }
    
    .swal2-file,
    .swal2-input,
    .swal2-textarea {
      box-sizing: border-box;
      width: auto;
      transition: border-color .1s, box-shadow .1s;
      border: 1px solid #d9d9d9;
      border-radius: .1875em;
      background: 0 0;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06), 0 0 0 3px transparent;
      color: inherit;
      font-size: 1.125em
    }
    
    .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;
      outline: 0;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06), 0 0 0 3px rgba(100, 150, 200, .5)
    }
    
    .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 {
      margin: 1em 2em 3px;
      background: #fff
    }
    
    .swal2-range input {
      width: 80%
    }
    
    .swal2-range output {
      width: 20%;
      color: inherit;
      font-weight: 600;
      text-align: center
    }
    
    .swal2-range input,
    .swal2-range output {
      height: 2.625em;
      padding: 0;
      font-size: 1.125em;
      line-height: 2.625em
    }
    
    .swal2-input {
      height: 2.625em;
      padding: 0 .75em
    }
    
    .swal2-file {
      width: 75%;
      margin-right: auto;
      margin-left: auto;
      background: 0 0;
      font-size: 1.125em
    }
    
    .swal2-textarea {
      height: 6.75em;
      padding: .75em
    }
    
    .swal2-select {
      min-width: 50%;
      max-width: 100%;
      padding: .375em .625em;
      background: 0 0;
      color: inherit;
      font-size: 1.125em
    }
    
    .swal2-checkbox,
    .swal2-radio {
      align-items: center;
      justify-content: center;
      background: #fff;
      color: inherit
    }
    
    .swal2-checkbox label,
    .swal2-radio label {
      margin: 0 .6em;
      font-size: 1.125em
    }
    
    .swal2-checkbox input,
    .swal2-radio input {
      flex-shrink: 0;
      margin: 0 .4em
    }
    
    .swal2-input-label {
      display: flex;
      justify-content: center;
      margin: 1em auto 0
    }
    
    .swal2-validation-message {
      align-items: center;
      justify-content: center;
      margin: 1em 0 0;
      padding: .625em;
      overflow: hidden;
      background: #f0f0f0;
      color: #666;
      font-size: 1em;
      font-weight: 300
    }
    
    .swal2-validation-message:before {
      content: "!";
      display: inline-block;
      width: 1.5em;
      min-width: 1.5em;
      height: 1.5em;
      margin: 0 .625em;
      border-radius: 50%;
      background-color: #f27474;
      color: #fff;
      font-weight: 600;
      line-height: 1.5em;
      text-align: center
    }
    
    .swal2-icon {
      position: relative;
      box-sizing: content-box;
      justify-content: center;
      width: 5em;
      height: 5em;
      margin: 2.5em auto .6em;
      border-radius: 50%;
      border: .25em solid #000;
      font-family: inherit;
      line-height: 5em;
      cursor: default;
      -webkit-user-select: none;
      -moz-user-select: none;
      user-select: none
    }
    
    .swal2-icon .swal2-icon-content {
      display: flex;
      align-items: center;
      font-size: 3.75em
    }
    
    .swal2-icon.swal2-error {
      border-color: #f27474;
      color: #f27474
    }
    
    .swal2-icon.swal2-error .swal2-x-mark {
      position: relative;
      flex-grow: 1
    }
    
    .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
      display: block;
      position: absolute;
      top: 2.3125em;
      width: 2.9375em;
      height: .3125em;
      border-radius: .125em;
      background-color: #f27474
    }
    
    .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 {
      -webkit-animation: swal2-animate-error-icon .5s;
      animation: swal2-animate-error-icon .5s
    }
    
    .swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
      -webkit-animation: swal2-animate-error-x-mark .5s;
      animation: swal2-animate-error-x-mark .5s
    }
    
    .swal2-icon.swal2-warning {
      border-color: #facea8;
      color: #f8bb86
    }
    
    .swal2-icon.swal2-warning.swal2-icon-show {
      -webkit-animation: swal2-animate-error-icon .5s;
      animation: swal2-animate-error-icon .5s
    }
    
    .swal2-icon.swal2-warning.swal2-icon-show .swal2-icon-content {
      -webkit-animation: swal2-animate-i-mark .5s;
      animation: swal2-animate-i-mark .5s
    }
    
    .swal2-icon.swal2-info {
      border-color: #9de0f6;
      color: #3fc3ee
    }
    
    .swal2-icon.swal2-info.swal2-icon-show {
      -webkit-animation: swal2-animate-error-icon .5s;
      animation: swal2-animate-error-icon .5s
    }
    
    .swal2-icon.swal2-info.swal2-icon-show .swal2-icon-content {
      -webkit-animation: swal2-animate-i-mark .8s;
      animation: swal2-animate-i-mark .8s
    }
    
    .swal2-icon.swal2-question {
      border-color: #c9dae1;
      color: #87adbd
    }
    
    .swal2-icon.swal2-question.swal2-icon-show {
      -webkit-animation: swal2-animate-error-icon .5s;
      animation: swal2-animate-error-icon .5s
    }
    
    .swal2-icon.swal2-question.swal2-icon-show .swal2-icon-content {
      -webkit-animation: swal2-animate-question-mark .8s;
      animation: swal2-animate-question-mark .8s
    }
    
    .swal2-icon.swal2-success {
      border-color: #a5dc86;
      color: #a5dc86
    }
    
    .swal2-icon.swal2-success [class^=swal2-success-circular-line] {
      position: absolute;
      width: 3.75em;
      height: 7.5em;
      transform: rotate(45deg);
      border-radius: 50%
    }
    
    .swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
      top: -.4375em;
      left: -2.0635em;
      transform: rotate(-45deg);
      transform-origin: 3.75em 3.75em;
      border-radius: 7.5em 0 0 7.5em
    }
    
    .swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
      top: -.6875em;
      left: 1.875em;
      transform: rotate(-45deg);
      transform-origin: 0 3.75em;
      border-radius: 0 7.5em 7.5em 0
    }
    
    .swal2-icon.swal2-success .swal2-success-ring {
      position: absolute;
      z-index: 2;
      top: -.25em;
      left: -.25em;
      box-sizing: content-box;
      width: 100%;
      height: 100%;
      border: .25em solid rgba(165, 220, 134, .3);
      border-radius: 50%
    }
    
    .swal2-icon.swal2-success .swal2-success-fix {
      position: absolute;
      z-index: 1;
      top: .5em;
      left: 1.625em;
      width: .4375em;
      height: 5.625em;
      transform: rotate(-45deg)
    }
    
    .swal2-icon.swal2-success [class^=swal2-success-line] {
      display: block;
      position: absolute;
      z-index: 2;
      height: .3125em;
      border-radius: .125em;
      background-color: #a5dc86
    }
    
    .swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
      top: 2.875em;
      left: .8125em;
      width: 1.5625em;
      transform: rotate(45deg)
    }
    
    .swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
      top: 2.375em;
      right: .5em;
      width: 2.9375em;
      transform: rotate(-45deg)
    }
    
    .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
      -webkit-animation: swal2-animate-success-line-tip .75s;
      animation: swal2-animate-success-line-tip .75s
    }
    
    .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
      -webkit-animation: swal2-animate-success-line-long .75s;
      animation: swal2-animate-success-line-long .75s
    }
    
    .swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
      -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
      animation: swal2-rotate-success-circular-line 4.25s ease-in
    }
    
    .swal2-progress-steps {
      flex-wrap: wrap;
      align-items: center;
      max-width: 100%;
      margin: 1.25em auto;
      padding: 0;
      background: 0 0;
      font-weight: 600
    }
    
    .swal2-progress-steps li {
      display: inline-block;
      position: relative
    }
    
    .swal2-progress-steps .swal2-progress-step {
      z-index: 20;
      flex-shrink: 0;
      width: 2em;
      height: 2em;
      border-radius: 2em;
      background: #2778c4;
      color: #fff;
      line-height: 2em;
      text-align: center
    }
    
    .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 {
      z-index: 10;
      flex-shrink: 0;
      width: 2.5em;
      height: .4em;
      margin: 0 -1px;
      background: #2778c4
    }
    
    [class^=swal2] {
      -webkit-tap-highlight-color: transparent
    }
    
    .swal2-show {
      -webkit-animation: swal2-show .3s;
      animation: swal2-show .3s
    }
    
    .swal2-hide {
      -webkit-animation: swal2-hide .15s forwards;
      animation: swal2-hide .15s forwards
    }
    
    .swal2-noanimation {
      transition: none
    }
    
    .swal2-scrollbar-measure {
      position: absolute;
      top: -9999px;
      width: 50px;
      height: 50px;
      overflow: scroll
    }
    
    .swal2-rtl .swal2-close {
      margin-right: 0;
      margin-left: 0
    }
    
    .swal2-rtl .swal2-timer-progress-bar {
      right: 0;
      left: auto
    }
    
    .leave-russia-now-and-apply-your-skills-to-the-world {
      display: flex;
      position: fixed;
      z-index: 1939;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 25px 0 20px;
      background: #20232a;
      color: #fff;
      text-align: center
    }
    
    .leave-russia-now-and-apply-your-skills-to-the-world div {
      max-width: 560px;
      margin: 10px;
      line-height: 146%
    }
    
    .leave-russia-now-and-apply-your-skills-to-the-world iframe {
      max-width: 100%;
      max-height: 55.5555555556vmin;
      margin: 16px auto
    }
    
    .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 {
      display: flex;
      position: fixed;
      z-index: 1940;
      top: 0;
      right: 0;
      align-items: center;
      justify-content: center;
      width: 48px;
      height: 48px;
      margin-right: 10px;
      margin-bottom: -10px;
      border: none;
      background: 0 0;
      color: #aaa;
      font-size: 48px;
      font-weight: 700;
      cursor: pointer
    }
    
    .leave-russia-now-and-apply-your-skills-to-the-world button:hover {
      color: #fff
    }
    
    @-webkit-keyframes swal2-toast-show {
      0% {
        transform: translateY(-.625em) rotate(2deg)
      }
      33% {
        transform: translateY(0) rotate(-2deg)
      }
      66% {
        transform: translateY(.3125em) rotate(2deg)
      }
      to {
        transform: translateY(0) rotate(0)
      }
    }
    
    @keyframes swal2-toast-show {
      0% {
        transform: translateY(-.625em) rotate(2deg)
      }
      33% {
        transform: translateY(0) rotate(-2deg)
      }
      66% {
        transform: translateY(.3125em) rotate(2deg)
      }
      to {
        transform: translateY(0) rotate(0)
      }
    }
    
    @-webkit-keyframes swal2-toast-hide {
      to {
        transform: rotate(1deg);
        opacity: 0
      }
    }
    
    @keyframes swal2-toast-hide {
      to {
        transform: rotate(1deg);
        opacity: 0
      }
    }
    
    @-webkit-keyframes swal2-toast-animate-success-line-tip {
      0% {
        top: .5625em;
        left: .0625em;
        width: 0
      }
      54% {
        top: .125em;
        left: .125em;
        width: 0
      }
      70% {
        top: .625em;
        left: -.25em;
        width: 1.625em
      }
      84% {
        top: 1.0625em;
        left: .75em;
        width: .5em
      }
      to {
        top: 1.125em;
        left: .1875em;
        width: .75em
      }
    }
    
    @keyframes swal2-toast-animate-success-line-tip {
      0% {
        top: .5625em;
        left: .0625em;
        width: 0
      }
      54% {
        top: .125em;
        left: .125em;
        width: 0
      }
      70% {
        top: .625em;
        left: -.25em;
        width: 1.625em
      }
      84% {
        top: 1.0625em;
        left: .75em;
        width: .5em
      }
      to {
        top: 1.125em;
        left: .1875em;
        width: .75em
      }
    }
    
    @-webkit-keyframes swal2-toast-animate-success-line-long {
      0% {
        top: 1.625em;
        right: 1.375em;
        width: 0
      }
      65% {
        top: 1.25em;
        right: .9375em;
        width: 0
      }
      84% {
        top: .9375em;
        right: 0;
        width: 1.125em
      }
      to {
        top: .9375em;
        right: .1875em;
        width: 1.375em
      }
    }
    
    @keyframes swal2-toast-animate-success-line-long {
      0% {
        top: 1.625em;
        right: 1.375em;
        width: 0
      }
      65% {
        top: 1.25em;
        right: .9375em;
        width: 0
      }
      84% {
        top: .9375em;
        right: 0;
        width: 1.125em
      }
      to {
        top: .9375em;
        right: .1875em;
        width: 1.375em
      }
    }
    
    @-webkit-keyframes swal2-show {
      0% {
        transform: scale(.7)
      }
      45% {
        transform: scale(1.05)
      }
      80% {
        transform: scale(.95)
      }
      to {
        transform: scale(1)
      }
    }
    
    @keyframes swal2-show {
      0% {
        transform: scale(.7)
      }
      45% {
        transform: scale(1.05)
      }
      80% {
        transform: scale(.95)
      }
      to {
        transform: scale(1)
      }
    }
    
    @-webkit-keyframes swal2-hide {
      0% {
        transform: scale(1);
        opacity: 1
      }
      to {
        transform: scale(.5);
        opacity: 0
      }
    }
    
    @keyframes swal2-hide {
      0% {
        transform: scale(1);
        opacity: 1
      }
      to {
        transform: scale(.5);
        opacity: 0
      }
    }
    
    @-webkit-keyframes swal2-animate-success-line-tip {
      0% {
        top: 1.1875em;
        left: .0625em;
        width: 0
      }
      54% {
        top: 1.0625em;
        left: .125em;
        width: 0
      }
      70% {
        top: 2.1875em;
        left: -.375em;
        width: 3.125em
      }
      84% {
        top: 3em;
        left: 1.3125em;
        width: 1.0625em
      }
      to {
        top: 2.8125em;
        left: .8125em;
        width: 1.5625em
      }
    }
    
    @keyframes swal2-animate-success-line-tip {
      0% {
        top: 1.1875em;
        left: .0625em;
        width: 0
      }
      54% {
        top: 1.0625em;
        left: .125em;
        width: 0
      }
      70% {
        top: 2.1875em;
        left: -.375em;
        width: 3.125em
      }
      84% {
        top: 3em;
        left: 1.3125em;
        width: 1.0625em
      }
      to {
        top: 2.8125em;
        left: .8125em;
        width: 1.5625em
      }
    }
    
    @-webkit-keyframes swal2-animate-success-line-long {
      0% {
        top: 3.375em;
        right: 2.875em;
        width: 0
      }
      65% {
        top: 3.375em;
        right: 2.875em;
        width: 0
      }
      84% {
        top: 2.1875em;
        right: 0;
        width: 3.4375em
      }
      to {
        top: 2.375em;
        right: .5em;
        width: 2.9375em
      }
    }
    
    @keyframes swal2-animate-success-line-long {
      0% {
        top: 3.375em;
        right: 2.875em;
        width: 0
      }
      65% {
        top: 3.375em;
        right: 2.875em;
        width: 0
      }
      84% {
        top: 2.1875em;
        right: 0;
        width: 3.4375em
      }
      to {
        top: 2.375em;
        right: .5em;
        width: 2.9375em
      }
    }
    
    @-webkit-keyframes swal2-rotate-success-circular-line {
      0% {
        transform: rotate(-45deg)
      }
      5% {
        transform: rotate(-45deg)
      }
      12% {
        transform: rotate(-405deg)
      }
      to {
        transform: rotate(-405deg)
      }
    }
    
    @keyframes swal2-rotate-success-circular-line {
      0% {
        transform: rotate(-45deg)
      }
      5% {
        transform: rotate(-45deg)
      }
      12% {
        transform: rotate(-405deg)
      }
      to {
        transform: rotate(-405deg)
      }
    }
    
    @-webkit-keyframes swal2-animate-error-x-mark {
      0% {
        margin-top: 1.625em;
        transform: scale(.4);
        opacity: 0
      }
      50% {
        margin-top: 1.625em;
        transform: scale(.4);
        opacity: 0
      }
      80% {
        margin-top: -.375em;
        transform: scale(1.15)
      }
      to {
        margin-top: 0;
        transform: scale(1);
        opacity: 1
      }
    }
    
    @keyframes swal2-animate-error-x-mark {
      0% {
        margin-top: 1.625em;
        transform: scale(.4);
        opacity: 0
      }
      50% {
        margin-top: 1.625em;
        transform: scale(.4);
        opacity: 0
      }
      80% {
        margin-top: -.375em;
        transform: scale(1.15)
      }
      to {
        margin-top: 0;
        transform: scale(1);
        opacity: 1
      }
    }
    
    @-webkit-keyframes swal2-animate-error-icon {
      0% {
        transform: rotateX(100deg);
        opacity: 0
      }
      to {
        transform: rotateX(0);
        opacity: 1
      }
    }
    
    @keyframes swal2-animate-error-icon {
      0% {
        transform: rotateX(100deg);
        opacity: 0
      }
      to {
        transform: rotateX(0);
        opacity: 1
      }
    }
    
    @-webkit-keyframes swal2-rotate-loading {
      0% {
        transform: rotate(0)
      }
      to {
        transform: rotate(1turn)
      }
    }
    
    @keyframes swal2-rotate-loading {
      0% {
        transform: rotate(0)
      }
      to {
        transform: rotate(1turn)
      }
    }
    
    @-webkit-keyframes swal2-animate-question-mark {
      0% {
        transform: rotateY(-1turn)
      }
      to {
        transform: rotateY(0)
      }
    }
    
    @keyframes swal2-animate-question-mark {
      0% {
        transform: rotateY(-1turn)
      }
      to {
        transform: rotateY(0)
      }
    }
    
    @-webkit-keyframes swal2-animate-i-mark {
      0% {
        transform: rotate(45deg);
        opacity: 0
      }
      25% {
        transform: rotate(-25deg);
        opacity: .4
      }
      50% {
        transform: rotate(15deg);
        opacity: .8
      }
      75% {
        transform: rotate(-5deg);
        opacity: 1
      }
      to {
        transform: rotateX(0);
        opacity: 1
      }
    }
    
    @keyframes swal2-animate-i-mark {
      0% {
        transform: rotate(45deg);
        opacity: 0
      }
      25% {
        transform: rotate(-25deg);
        opacity: .4
      }
      50% {
        transform: rotate(15deg);
        opacity: .8
      }
      75% {
        transform: rotate(-5deg);
        opacity: 1
      }
      to {
        transform: rotateX(0);
        opacity: 1
      }
    }
    
    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, .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 {
      box-sizing: border-box;
      width: 360px;
      max-width: 100%;
      background-color: transparent;
      pointer-events: none
    }
    
    body.swal2-toast-shown .swal2-container.swal2-top {
      top: 0;
      right: auto;
      bottom: auto;
      left: 50%;
      transform: translateX(-50%)
    }
    
    body.swal2-toast-shown .swal2-container.swal2-top-end,
    body.swal2-toast-shown .swal2-container.swal2-top-right {
      top: 0;
      right: 0;
      bottom: auto;
      left: auto
    }
    
    body.swal2-toast-shown .swal2-container.swal2-top-left,
    body.swal2-toast-shown .swal2-container.swal2-top-start {
      top: 0;
      right: auto;
      bottom: auto;
      left: 0
    }
    
    body.swal2-toast-shown .swal2-container.swal2-center-left,
    body.swal2-toast-shown .swal2-container.swal2-center-start {
      top: 50%;
      right: auto;
      bottom: auto;
      left: 0;
      transform: translateY(-50%)
    }
    
    body.swal2-toast-shown .swal2-container.swal2-center {
      top: 50%;
      right: auto;
      bottom: auto;
      left: 50%;
      transform: translate(-50%, -50%)
    }
    
    body.swal2-toast-shown .swal2-container.swal2-center-end,
    body.swal2-toast-shown .swal2-container.swal2-center-right {
      top: 50%;
      right: 0;
      bottom: auto;
      left: auto;
      transform: translateY(-50%)
    }
    
    body.swal2-toast-shown .swal2-container.swal2-bottom-left,
    body.swal2-toast-shown .swal2-container.swal2-bottom-start {
      top: auto;
      right: auto;
      bottom: 0;
      left: 0
    }
    
    body.swal2-toast-shown .swal2-container.swal2-bottom {
      top: auto;
      right: auto;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%)
    }
    
    body.swal2-toast-shown .swal2-container.swal2-bottom-end,
    body.swal2-toast-shown .swal2-container.swal2-bottom-right {
      top: auto;
      right: 0;
      bottom: 0;
      left: auto
    }
  

    #preloader[data-v-28cb2dcd] {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%
    }
    
    #loader[data-v-28cb2dcd] {
      display: block;
      position: relative;
      left: 50%;
      top: 50%;
      width: 150px;
      height: 150px;
      margin: -75px 0 0 -75px;
      border-radius: 50%;
      border: 3px solid transparent;
      border-top-color: #00c3d3;
      -webkit-animation: spin-28cb2dcd 2s linear infinite;
      animation: spin-28cb2dcd 2s linear infinite
    }
    
    #loader[data-v-28cb2dcd]:before {
      content: "";
      position: absolute;
      top: 5px;
      left: 5px;
      right: 5px;
      bottom: 5px;
      border-radius: 50%;
      border: 3px solid transparent;
      border-top-color: #00d05c;
      -webkit-animation: spin-28cb2dcd 3s linear infinite;
      animation: spin-28cb2dcd 3s linear infinite
    }
    
    #loader[data-v-28cb2dcd]:after {
      content: "";
      position: absolute;
      top: 15px;
      left: 15px;
      right: 15px;
      bottom: 15px;
      border-radius: 50%;
      border: 3px solid transparent;
      border-top-color: #3ac125;
      -webkit-animation: spin-28cb2dcd 1.5s linear infinite;
      animation: spin-28cb2dcd 1.5s linear infinite
    }
    
    @-webkit-keyframes spin-28cb2dcd {
      0% {
        transform: rotate(0deg)
      }
      to {
        transform: rotate(1turn)
      }
    }
    
    @keyframes spin-28cb2dcd {
      0% {
        transform: rotate(0deg)
      }
      to {
        transform: rotate(1turn)
      }
    }
  


    @-webkit-keyframes passing-through {
      0% {
        opacity: 0;
        transform: translateY(40px)
      }
      30%,
      70% {
        opacity: 1;
        transform: translateY(0)
      }
      to {
        opacity: 0;
        transform: translateY(-40px)
      }
    }
    
    @keyframes passing-through {
      0% {
        opacity: 0;
        transform: translateY(40px)
      }
      30%,
      70% {
        opacity: 1;
        transform: translateY(0)
      }
      to {
        opacity: 0;
        transform: translateY(-40px)
      }
    }
    
    @-webkit-keyframes slide-in {
      0% {
        opacity: 0;
        transform: translateY(40px)
      }
      30% {
        opacity: 1;
        transform: translateY(0)
      }
    }
    
    @keyframes slide-in {
      0% {
        opacity: 0;
        transform: translateY(40px)
      }
      30% {
        opacity: 1;
        transform: translateY(0)
      }
    }
    
    @-webkit-keyframes pulse {
      0% {
        transform: scale(1)
      }
      10% {
        transform: scale(1.1)
      }
      20% {
        transform: scale(1)
      }
    }
    
    @keyframes pulse {
      0% {
        transform: scale(1)
      }
      10% {
        transform: scale(1.1)
      }
      20% {
        transform: scale(1)
      }
    }
    
    .dropzone,
    .dropzone * {
      box-sizing: border-box
    }
    
    .dropzone {
      min-height: 150px;
      border: 2px solid rgba(0, 0, 0, .3);
      background: #fff;
      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: .5
    }
    
    .dropzone .dz-message {
      text-align: center;
      margin: 2em 0
    }
    
    .dropzone .dz-preview {
      position: relative;
      display: inline-block;
      vertical-align: top;
      margin: 16px;
      min-height: 100px
    }
    
    .dropzone .dz-preview:hover {
      z-index: 1000
    }
    
    .dropzone .dz-preview.dz-file-preview .dz-image {
      border-radius: 20px;
      background: #999;
      background: linear-gradient(180deg, #eee, #ddd)
    }
    
    .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 .2s linear
    }
    
    .dropzone .dz-preview .dz-remove {
      font-size: 14px;
      text-align: center;
      display: block;
      cursor: pointer;
      border: none
    }
    
    .dropzone .dz-preview .dz-remove:hover {
      text-decoration: underline
    }
    
    .dropzone .dz-preview:hover .dz-details {
      opacity: 1
    }
    
    .dropzone .dz-preview .dz-details {
      z-index: 20;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      font-size: 13px;
      min-width: 100%;
      max-width: 100%;
      padding: 2em 1em;
      text-align: center;
      color: rgba(0, 0, 0, .9);
      line-height: 150%
    }
    
    .dropzone .dz-preview .dz-details .dz-size {
      margin-bottom: 1em;
      font-size: 16px
    }
    
    .dropzone .dz-preview .dz-details .dz-filename {
      white-space: nowrap
    }
    
    .dropzone .dz-preview .dz-details .dz-filename:hover span {
      border: 1px solid hsla(0, 0%, 78.4%, .8);
      background-color: hsla(0, 0%, 100%, .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%, .4);
      padding: 0 .4em;
      border-radius: 3px
    }
    
    .dropzone .dz-preview:hover .dz-image img {
      transform: scale(1.05);
      filter: blur(8px)
    }
    
    .dropzone .dz-preview .dz-image {
      border-radius: 20px;
      overflow: hidden;
      width: 120px;
      height: 120px;
      position: relative;
      display: block;
      z-index: 10
    }
    
    .dropzone .dz-preview .dz-image img {
      display: block
    }
    
    .dropzone .dz-preview.dz-success .dz-success-mark {
      -webkit-animation: passing-through 3s cubic-bezier(.77, 0, .175, 1);
      animation: passing-through 3s cubic-bezier(.77, 0, .175, 1)
    }
    
    .dropzone .dz-preview.dz-error .dz-error-mark {
      opacity: 1;
      -webkit-animation: slide-in 3s cubic-bezier(.77, 0, .175, 1);
      animation: slide-in 3s cubic-bezier(.77, 0, .175, 1)
    }
    
    .dropzone .dz-preview .dz-error-mark,
    .dropzone .dz-preview .dz-success-mark {
      pointer-events: none;
      opacity: 0;
      z-index: 500;
      position: absolute;
      display: block;
      top: 50%;
      left: 50%;
      margin-left: -27px;
      margin-top: -27px
    }
    
    .dropzone .dz-preview .dz-error-mark svg,
    .dropzone .dz-preview .dz-success-mark svg {
      display: block;
      width: 54px;
      height: 54px
    }
    
    .dropzone .dz-preview.dz-processing .dz-progress {
      opacity: 1;
      transition: all .2s linear
    }
    
    .dropzone .dz-preview.dz-complete .dz-progress {
      opacity: 0;
      transition: opacity .4s ease-in
    }
    
    .dropzone .dz-preview:not(.dz-processing) .dz-progress {
      -webkit-animation: pulse 6s ease infinite;
      animation: pulse 6s ease infinite
    }
    
    .dropzone .dz-preview .dz-progress {
      opacity: 1;
      z-index: 1000;
      pointer-events: none;
      position: absolute;
      height: 16px;
      left: 50%;
      top: 50%;
      margin-top: -8px;
      width: 80px;
      margin-left: -40px;
      background: hsla(0, 0%, 100%, .9);
      -webkit-transform: scale(1);
      border-radius: 8px;
      overflow: hidden
    }
    
    .dropzone .dz-preview .dz-progress .dz-upload {
      background: #333;
      background: linear-gradient(180deg, #666, #444);
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      width: 0;
      transition: width .3s ease-in-out
    }
    
    .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 {
      pointer-events: none;
      z-index: 1000;
      position: absolute;
      display: block;
      display: none;
      opacity: 0;
      transition: opacity .3s ease;
      border-radius: 8px;
      font-size: 13px;
      top: 130px;
      left: -10px;
      width: 140px;
      background: #be2626;
      background: linear-gradient(180deg, #be2626, #a92222);
      padding: .5em 1.2em;
      color: #fff
    }
    
    .dropzone .dz-preview .dz-error-message:after {
      content: "";
      position: absolute;
      top: -6px;
      left: 64px;
      width: 0;
      height: 0;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-bottom: 6px solid #be2626
    }
    
    .vue-dropzone {
      border: 2px solid #e5e5e5;
      font-family: Arial, sans-serif;
      letter-spacing: .2px;
      color: #777;
      transition: .2s linear
    }
    
    .vue-dropzone:hover {
      background-color: #f6f6f6
    }
    
    .vue-dropzone>i {
      color: #ccc
    }
    
    .vue-dropzone>.dz-preview .dz-image {
      border-radius: 0;
      width: 100%;
      height: 100%
    }
    
    .vue-dropzone>.dz-preview .dz-image img:not([src]) {
      width: 200px;
      height: 200px
    }
    
    .vue-dropzone>.dz-preview .dz-image:hover img {
      transform: none;
      -webkit-filter: none
    }
    
    .vue-dropzone>.dz-preview .dz-details {
      bottom: 0;
      top: 0;
      color: #fff;
      background-color: rgba(33, 150, 243, .8);
      transition: opacity .2s linear;
      text-align: left
    }
    
    .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 {
      position: absolute;
      z-index: 30;
      color: #fff;
      margin-left: 15px;
      padding: 10px;
      top: inherit;
      bottom: 15px;
      border: 2px solid #fff;
      text-decoration: none;
      text-transform: uppercase;
      font-size: .8rem;
      font-weight: 800;
      letter-spacing: 1.1px;
      opacity: 0
    }
    
    .vue-dropzone>.dz-preview:hover .dz-remove {
      opacity: 1
    }
    
    .vue-dropzone>.dz-preview .dz-error-mark,
    .vue-dropzone>.dz-preview .dz-success-mark {
      margin-left: auto;
      margin-top: auto;
      width: 100%;
      top: 35%;
      left: 0
    }
    
    .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 {
      margin-left: auto;
      margin-right: auto;
      left: 0;
      width: 100%;
      text-align: center
    }
    
    .vue-dropzone>.dz-preview .dz-error-message:after {
      display: none
    }
  

    .dropzone-custom-title[data-v-5e024976] {
      margin-top: 0
    }
    
    .modal-mask .modal-wrapper .modal-container .modal-header .btn_close[data-v-5e024976] {
      right: -46px;
      top: -40px
    }
    
    .dropzone-custom-title[data-v-5e024976],
    .subtitle[data-v-5e024976] {
      text-align: center;
      font-size: 1rem;
      font-family: "Conv_MuseoSansCyrl_0", sans-serif
    }
    
    .vue-dropzone[data-v-5e024976] {
      border-style: dashed;
      border-radius: 8px
    }
    
    .subtitle[data-v-5e024976] {
      color: #314b5f
    }
    
    .dropzone-custom-content img[data-v-5e024976] {
      width: 44px
    }
    
    @media screen and (max-width:767px) {
      .vue-dropzone[data-v-5e024976] {
        padding: 6px
      }
      .dropzone-custom-content img[data-v-5e024976] {
        width: 26px
      }
      .dropzone-custom-title[data-v-5e024976],
      .subtitle[data-v-5e024976] {
        font-size: 16px
      }
      .modal-mask .modal-wrapper .modal-container .modal-header .btn_close[data-v-5e024976] {
        right: 6px
      }
      .modal-mask .modal-wrapper .modal-container[data-v-5e024976] {
        max-width: 340px
      }
      .dropzone[data-v-5e024976] {
        min-height: 110px
      }
    }
  



    ul[data-v-1d6f5688] {
      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 {
      padding: 3px 5px;
      border: 1px solid #efefef;
      cursor: pointer;
      transition: background-color .1s ease
    }
    
    .bp-dropdown__btn,
    .bp-dropdown__sub {
      display: inline-flex;
      align-items: center
    }
    
    .bp-dropdown__btn--active {
      background-color: #eee
    }
    
    .bp-dropdown__icon {
      display: inline-block;
      width: 15px;
      height: 15px;
      overflow: visible;
      transition: transform .1s ease
    }
    
    .bp-dropdown__icon--spin {
      width: 12px;
      height: 12px;
      -webkit-animation: spin 2s linear infinite;
      animation: spin 2s linear infinite
    }
    
    .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 {
      position: fixed;
      top: 0;
      left: 0;
      padding: 6px 8px;
      background-color: #fff;
      box-shadow: 0 5px 15px -5px rgba(0, 0, 0, .5);
      z-index: 9999
    }
    
    .fade-enter-active,
    .fade-leave-active {
      transition: opacity .1s
    }
    
    .fade-enter,
    .fade-leave-to {
      opacity: 0
    }
    
    @-webkit-keyframes spin {
      0% {
        transform: rotate(0)
      }
      to {
        transform: rotate(1turn)
      }
    }
    
    @keyframes spin {
      0% {
        transform: rotate(0)
      }
      to {
        transform: rotate(1turn)
      }
    }
  

    .dropper img[data-v-1db7e320] {
      width: 25px;
      height: 25px;
      margin: 5px
    }
    
    .dropper li[data-v-1db7e320] {
      font-size: 15px;
      cursor: pointer;
      display: flex;
      align-items: center
    }
    
    .dropper li[data-v-1db7e320]:hover {
      background: rgba(0, 150, 255, .1)
    }
    
    .dropper[data-v-1db7e320],
    .dropper .bp-dropdown__btn[data-v-1db7e320] {
      width: 100%
    }
  

    .dropper img[data-v-18c5899c] {
      width: 25px;
      height: 25px;
      margin: 5px
    }
    
    .dropper li[data-v-18c5899c] {
      font-size: 15px;
      cursor: pointer;
      display: flex;
      align-items: center
    }
    
    .dropper li[data-v-18c5899c]:hover {
      background: rgba(0, 150, 255, .1)
    }
    
    .dropper[data-v-18c5899c],
    .dropper .bp-dropdown__btn[data-v-18c5899c] {
      width: 100%
    }
    
    .help_block[data-v-18c5899c] {
      text-align: center
    }
    
    .help_block h3[data-v-18c5899c] {
      font-size: 20px;
      margin: 10px 0;
      color: #656565;
      font-weight: 400;
      font-family: "Roboto-Regular"
    }
    
    .help_block p[data-v-18c5899c] {
      font-size: 14px;
      color: #a0a3b1
    }
    
    .help_block .arrow_icon[data-v-18c5899c] {
      display: block;
      padding: 20px
    }
    
    .help_block .file_icon[data-v-18c5899c] {
      display: block;
      padding-top: 30px;
      padding-bottom: 10px
    }
  

    .dropper img[data-v-121d7b5f] {
      width: 25px;
      height: 25px;
      margin: 5px
    }
    
    .dropper li[data-v-121d7b5f] {
      font-size: 15px;
      cursor: pointer;
      display: flex;
      align-items: center
    }
    
    .dropper li[data-v-121d7b5f]:hover {
      background: rgba(0, 150, 255, .1)
    }
    
    .dropper[data-v-121d7b5f],
    .dropper .bp-dropdown__btn[data-v-121d7b5f] {
      width: 100%
    }
  

    .notification-box[data-v-e52948f2] {
      margin: 25px;
      padding: 20px;
      border-radius: 10px;
      border: 1px solid;
      color: #fff
    }
  


    .b-toggle[data-v-13fa7adb] {
      max-height: none;
      opacity: 1
    }
  


    .container h2[data-v-3510c0ff] {
      font-size: 24px;
      padding: 18px 0;
      font-size: 22px;
      font-weight: 600;
      padding: 15px 0
    }
    
    .container h3[data-v-3510c0ff] {
      font-size: 20px;
      font-weight: 600;
      padding: 10px 0
    }
    
    .container ol[data-v-3510c0ff],
    .container ul[data-v-3510c0ff] {
      padding: inherit;
      list-style: inherit
    }
  


    body {
      margin: 0 auto
    }
  

    .nuxt-progress {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      height: 5px;
      width: 0;
      opacity: 1;
      transition: width .1s, opacity .4s;
      background-color: #006cf0;
      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;
      font-family: "Roboto-Regular", sans-serif;
      font-size: 14px;
      color: #8294aa;
      display: flex;
      flex-direction: column
    }
    
    @media only screen and (max-width:1025px) {
      body {
        font-size: 14px
      }
    }
    
    @media only screen and (max-width:767px) {
      body {
        font-size: 12px
      }
    }
    
    img {
      max-width: 100%;
      height: auto
    }
    
    p {
      font-family: "Roboto-Medium", sans-serif;
      font-weight: 500
    }
    
    a,
    h2,
    label,
    span {
      font-family: "Roboto-Regular", sans-serif;
      font-weight: 400
    }
    
    .container {
      width: 1200px;
      margin: 0 auto;
      padding: 0 15px
    }
    
    @media only screen and (max-width:1200px) {
      .container {
        width: 970px
      }
    }
    
    @media only screen and (max-width:1025px) {
      .container {
        width: 720px
      }
    }
    
    @media only screen and (max-width:767px) {
      .container {
        flex-wrap: wrap;
        width: 620px
      }
    }
    
    @media only screen and (max-width:650px) {
      .container {
        width: 520px;
        margin: 0 auto;
        flex-direction: column
      }
    }
    
    @media only screen and (max-width:550px) {
      .container {
        width: 100%;
        box-sizing: border-box;
        padding: 0 15px
      }
    }
    
    a {
      text-decoration: none;
      color: inherit
    }
    
    @media only screen and (min-width:813px) {
      a,
      a:after,
      a:before,
      button,
      button:after,
      button:before {
        transition: .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 {
      font-size: 16px;
      color: #50535a
    }
    
    h2 {
      text-transform: uppercase;
      font-size: 20px
    }
    
    h1 {
      font-size: 48px;
      color: #282e38;
      font-family: "Play-Regular", sans-serif;
      font-weight: 400
    }
    
    @media only screen and (max-width:767px) {
      h1 {
        text-align: center
      }
    }
    
    p {
      color: #8294aa;
      line-height: 16.41px;
      font-family: "Roboto-Regular", sans-serif
    }
    
    .title,
    p {
      font-weight: 400
    }
    
    .title {
      font-size: 36px;
      text-transform: none;
      font-family: "Play-Regular", sans-serif
    }
    
    @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
      }
    }
    
    .btn {
      display: inline-block;
      padding: 0 26px;
      background: transparent;
      border-radius: 30px;
      text-decoration: none;
      border: none;
      outline: none;
      text-align: center;
      margin: 0;
      color: #fff;
      font-family: "Roboto-Regular", sans-serif;
      font-weight: 400;
      cursor: pointer;
      white-space: nowrap
    }
    
    .btn:hover {
      transition: all .35s
    }
    
    .btn-round {
      display: inline-block;
      padding: 11px 24px;
      background: transparent;
      border-radius: 5px;
      border: none;
      margin: 0;
      cursor: pointer;
      white-space: nowrap
    }
    
    @media screen and (max-width:1375px) {
      .btn-round {
        padding: 8px 20px
      }
    }
    
    .btn-round-blue {
      color: #fff;
      background: #4070f4
    }
    
    .btn-round-blue:hover {
      background: #2644e3
    }
    
    .btn-round-transparent {
      color: #4070f4;
      border: 1px solid #4070f4
    }
    
    .btn-round-transparent:hover {
      border: 1px solid #2644e3;
      color: #2644e3
    }
    
    .btn-filter {
      display: inline-block;
      padding: 8px 13px;
      background: transparent;
      border-radius: 5px;
      border: none;
      margin: 0;
      cursor: pointer;
      white-space: normal
    }
    
    @media only screen and (max-width:767px) {
      .btn-filter {
        font-size: 12px;
        padding: 8px
      }
    }
    
    .btn-filter-blue {
      color: #fff;
      background: #4070f4
    }
    
    .btn-filter-blue:hover {
      background: #2644e3
    }
    
    .btn-blue {
      line-height: 3.1666666667;
      background-color: #4070f4
    }
    
    .btn-blue:hover {
      background: #2644e3
    }
    
    .btn-submit {
      font-size: 15px;
      line-height: 3;
      padding-right: 30px;
      padding-left: 30px;
      box-shadow: 0 20px 40px 0 rgba(23, 22, 37, .15);
      background: #4070f4
    }
    
    .btn-submit:hover {
      color: #fff;
      background: #2644e3
    }
    
    .btn-plain {
      padding: 10px 30px;
      text-transform: uppercase;
      color: #9f9f9f;
      font-size: 11px;
      background: #f0f1f4;
      border-radius: 20px;
      margin-top: .94rem;
      margin-bottom: .94rem;
      border: 1px solid #f0f1f4
    }
    
    .btn-plain:hover {
      background: transparent
    }
    
    .btn-log-in {
      background: #f3f6f8;
      color: #282e38;
      display: flex;
      align-items: center;
      flex-direction: row;
      justify-content: center;
      width: inherit;
      border: 1px solid #f0f1f4;
      padding: 6px 12px;
      line-height: normal
    }
    
    .btn-log-in img {
      height: 20px;
      width: 20px;
      margin: 3px;
      border-radius: 50%
    }
    
    .btn-log-in:hover {
      background: transparent
    }
    
    .btn-look {
      font-size: 15px;
      line-height: 3;
      padding-right: 50px;
      padding-left: 50px;
      color: #96989c;
      font-family: "Roboto-Regular", sans-serif;
      font-weight: 400;
      background: #e1e7ed;
      min-width: 104px
    }
    
    .btn-look:hover {
      background: #e6e9f5
    }
    
    .btn-select {
      position: relative;
      max-width: 22.5rem;
      width: 100%;
      margin: 15px 30px
    }
    
    .btn-select:after {
      content: "";
      position: absolute;
      right: 20px;
      top: 18px;
      z-index: 1;
      text-align: center;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-top: 7px solid #212121;
      pointer-events: none;
      box-sizing: border-box;
      transition: all .35s;
      transform: rotate(0)
    }
    
    @media only screen and (max-width:767px) {
      .btn-select:after {
        top: 12px
      }
    }
    
    .btn-select select {
      border-radius: 20px;
      box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, .1);
      background-color: #f4f5f7;
      border: 1px solid #e6e6e6;
      padding: 0 25px;
      line-height: 2.375;
      width: 100%;
      color: #9f9f9f;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none
    }
    
    .btn-select.selected:after {
      top: 16px;
      transform: rotate(180deg)
    }
    
    @media only screen and (max-width:767px) {
      .btn-select.selected:after {
        top: 12px
      }
    }
    
    .btn-bord {
      border: 2px solid #f0f1f2;
      background: transparent;
      color: #4070f4;
      line-height: 2.7
    }
    
    .btn-bord:hover {
      color: #fff;
      background: #4070f4;
      border-color: #4070f4
    }
    
    .btn-copy {
      margin-top: -20px;
      margin-left: 15px;
      padding: 2px 15px;
      border: 2px solid #f0f1f2;
      background: transparent;
      color: #4070f4;
      line-height: 1.75
    }
    
    .btn-copy:hover {
      color: #fff;
      background: #4070f4;
      border-color: #4070f4
    }
    
    .dropper img {
      width: 25px;
      height: 25px;
      margin: 5px
    }
    
    .dropper li {
      font-size: 15px;
      cursor: pointer;
      display: flex;
      align-items: center
    }
    
    .dropper li:hover {
      background: rgba(0, 150, 255, .1)
    }
    
    .dropper {
      width: 100%
    }
    
    .dropper .bp-dropdown__btn {
      width: 100%;
      border: none
    }
    
    .dropper .bp-dropdown__body {
      box-shadow: none;
      border-radius: 0 0 5px 5px;
      border: 1px solid rgba(0, 0, 0, .1);
      border-top: none;
      position: absolute;
      margin-top: 0;
      top: auto!important;
      left: auto!important
    }
    
    * {
      box-sizing: border-box;
      outline: none
    }
    
    input:invalid {
      box-shadow: none
    }
    
    .course {
      background-color: #fff;
      padding: 8px 0;
      border-bottom: 1px solid #e6e6e6
    }
    
    @media only screen and (max-width:767px) {
      .course {
        display: none
      }
    }
    
    .course ul {
      display: flex;
      justify-content: space-between;
      flex-direction: row;
      white-space: nowrap;
      overflow: hidden
    }
    
    .course li {
      min-width: 300px;
      border-left: 2px solid #e6e6e6
    }
    
    .course li:first-child {
      border-left: none
    }
    
    .course div {
      padding: 3px 25px 5px
    }
    
    .course p {
      color: #282e38;
      text-transform: uppercase
    }
    
    .course .green {
      color: #4070f4
    }
    
    .course .green em {
      border-color: #4070f4;
      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 {
      font-size: 12px;
      font-weight: 900;
      display: block;
      margin-top: 10px
    }
    
    .course-footer span {
      font-size: 18px;
      margin-right: 10px
    }
    
    .course em {
      display: inline-block;
      border-style: solid;
      border-width: 2px;
      border-bottom: 0;
      border-left: 0;
      width: 10px;
      height: 10px;
      margin-right: 10px;
      margin-left: -2px
    }
    
    nav {
      align-self: center;
      background-color: #fff;
      padding: 5px 0;
      position: relative
    }
    
    nav .container-nav {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      position: relative
    }
    
    @media only screen and (max-width:1200px) {
      nav .container-nav {
        flex-direction: row
      }
    }
    
    nav ul {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      align-items: center
    }
    
    @media only screen and (max-width:1025px) {
      nav {
        padding: 20px 50px;
        padding: 10px
      }
    }
    
    nav li:after {
      margin: 0 28px;
      content: "";
      border-right: 1px solid #f3f3f3
    }
    
    @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: #6e6d73;
      font-family: "Roboto-Regular", sans-serif;
      font-weight: 400;
      font-size: 15px
    }
    
    .menu {
      align-self: center;
      margin: 0 -25px
    }
    
    @media only screen and (max-width:1200px) {
      .menu {
        display: block;
        background: #fff;
        border-radius: 10px;
        position: absolute;
        left: -100%;
        top: 120%;
        opacity: 0;
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
        visibility: hidden;
        transition: all .35s
      }
    }
    
    .menu.menu-open {
      opacity: 1;
      visibility: visible;
      left: 10px
    }
    
    @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: #6e6d73
      }
    }
    
    .burger {
      position: relative;
      width: 40px;
      height: 40px;
      cursor: pointer
    }
    
    @media screen and (min-width:1200px) {
      .burger {
        display: none
      }
    }
    
    .burger-icon {
      height: 5px;
      width: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      border-radius: 50px;
      background-color: #4070f4;
      transform: translate(-50%, -50%) rotate(0deg);
      transition: all .5s ease
    }
    
    .burger-icon:after,
    .burger-icon:before {
      content: "";
      position: absolute;
      height: inherit;
      border-radius: inherit;
      background-color: inherit;
      margin: auto;
      width: 50%;
      transition: all .5s ease
    }
    
    .burger-icon:before {
      top: -13px;
      left: 0;
      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;
      width: 100%;
      position: relative
    }
    
    @media only screen and (max-width:767px) {
      .user-bloc {
        max-width: 200px
      }
    }
    
    .user-bloc .caret {
      position: absolute;
      top: 10px;
      right: 0;
      cursor: pointer
    }
    
    .user-bloc .caret:before {
      content: "";
      position: absolute;
      right: 0;
      top: 12px;
      width: 0;
      height: 0;
      border-color: transparent #65557e #65557e transparent;
      border-style: solid;
      border-width: 5px;
      transform: rotate(-135deg);
      transition: all .35s
    }
    
    .user-bloc .caret-open:before {
      top: 5px;
      transform: rotate(45deg);
      transition: all .35s
    }
    
    .user-bloc-date,
    .user-bloc-date-photo {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative
    }
    
    .user-bloc-date-photo {
      width: 36px;
      height: 36px;
      border-radius: 50%;
      overflow: hidden;
      margin-right: 20px;
      background: #e1e4ed;
      font-size: 15px;
      line-height: 18px;
      z-index: 1
    }
    
    @media only screen and (max-width:767px) {
      .user-bloc-date-photo {
        width: 40px;
        height: 40px
      }
    }
    
    .user-bloc-date-info {
      color: #fff
    }
    
    @media only screen and (max-width:767px) {
      .user-bloc-date-info {
        display: none
      }
    }
    
    .user-bloc-date-info p {
      font-size: 12px;
      text-transform: uppercase;
      margin-bottom: 0
    }
    
    .user-bloc-date-info span {
      color: #6e6d73;
      font-size: 15px
    }
    
    .user-bloc ul {
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 25px 50px 0 rgba(23, 22, 37, .15);
      position: absolute;
      width: 100%;
      right: 0;
      top: -110%;
      opacity: 0;
      visibility: hidden;
      z-index: 0;
      transition: all .35s
    }
    
    .user-bloc ul:after {
      content: "";
      position: absolute;
      right: 20px;
      top: -20px;
      border: 10px solid transparent;
      border-bottom-color: #fff
    }
    
    .user-bloc .user-bloc-list-open {
      opacity: 1;
      visibility: visible;
      top: 110%;
      z-index: 11;
      min-width: 270px
    }
    
    @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 {
      padding: 15px;
      display: flex;
      align-items: center;
      font-size: 15px
    }
    
    @media only screen and (max-width:767px) {
      .user-bloc li a {
        padding: 10px;
        font-size: 13px
      }
    }
    
    .user-bloc li a:hover {
      background: #f4f5f7;
      transition: all .35s
    }
    
    .user-bloc li a:hover img {
      opacity: 1;
      transition: all .35s
    }
    
    .user-bloc li img {
      max-width: 30px;
      width: 100%;
      margin-right: 15px;
      opacity: .5
    }
    
    @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 {
      padding: .43rem;
      margin: .43rem
    }
    
    .faq-top li:after {
      margin: 0 28px;
      content: "";
      border-right: 1px solid #f3f3f3
    }
    
    @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 {
      font-family: "Roboto-Regular", sans-serif;
      font-size: 15px;
      color: #282e38
    }
    
    .faq-top a.profile-nav-active,
    .faq-top a:hover {
      color: #4070f4;
      font-family: "Roboto-Medium", sans-serif
    }
    
    .faq-top img {
      max-width: 21px;
      width: 100%;
      margin-right: 10px
    }
    
    .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 {
      padding: .43rem;
      margin: .43rem
    }
    
    .profile-nav li:after {
      margin: 0 28px;
      content: "";
      border-right: 1px solid #f3f3f3
    }
    
    @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 {
      font-family: "Roboto-Regular", sans-serif;
      font-size: 15px;
      color: #282e38
    }
    
    .profile-nav a.profile-nav-active,
    .profile-nav a:hover {
      color: #4070f4;
      font-family: "Roboto-Medium", sans-serif
    }
    
    .profile-nav img {
      max-width: 21px;
      width: 100%;
      margin-right: 10px
    }
    
    .faq-top ul {
      margin: 0 -.94rem
    }
    
    .faq-top li {
      flex: 1 1;
      flex-basis: 25%;
      max-width: 25%;
      min-width: 250px;
      padding: 0;
      margin: .45rem .94rem .45rem 0;
      flex-shrink: 0;
      flex-grow: 0
    }
    
    .faq-top img {
      max-width: 27px
    }
    
    .faq-top .form-faq-search {
      position: relative;
      margin-top: 1.25rem
    }
    
    .faq-top .form-faq-search input[type=search] {
      border: 1px solid #4070f4;
      width: 100%;
      padding: 10px 35px 10px 55px;
      font-size: 1rem;
      margin: 10px 0;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      line-height: 1.3
    }
    
    .faq-top .form-faq-search input[type=search]::-webkit-input-placeholder {
      font-style: italic;
      color: #9f9f9f
    }
    
    .faq-top .form-faq-search input[type=search]::-moz-placeholder {
      font-style: italic;
      color: #9f9f9f
    }
    
    .faq-top .form-faq-search input[type=search]:-ms-input-placeholder {
      font-style: italic;
      color: #9f9f9f
    }
    
    .faq-top .form-faq-search input[type=search]:-moz-placeholder {
      font-style: italic;
      color: #9f9f9f
    }
    
    .faq-top .form-faq-search input[type=submit] {
      position: absolute;
      width: 20px;
      height: 20px;
      z-index: 2;
      left: 1.25rem;
      top: 20px;
      background-color: transparent;
      background-image: url(/_nuxt/img/search.a7e651c.svg);
      background-size: cover;
      background-repeat: no-repeat;
      cursor: pointer
    }
    
    .under-header.profile-top-wr {
      background-position-y: -.5rem;
      display: flex;
      flex-direction: column
    }
    
    .under-header.profile-top-wr .profile-nav {
      color: #282e38
    }
    
    .under-header.profile-top-wr>.container {
      display: flex;
      flex-direction: column;
      justify-content: center;
      flex: 1
    }
    
    .footer-profile {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 24px
    }
    
    @media only screen and (max-width:767px) {
      .footer-profile {
        flex-direction: column;
        margin: .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 {
      display: inline-flex;
      padding: 11px 24px;
      border-radius: 25px;
      font-size: 15px;
      margin-right: 15px
    }
    
    .footer-profile .btn-transparent {
      color: #96989c;
      border: 1px solid #e1e7ed
    }
    
    .profile__main {
      margin-top: 55px;
      margin-bottom: 80px;
      display: flex;
      flex-direction: column;
      box-shadow: 0 15px 116px rgba(116, 124, 130, .05), 0 32px 75px rgba(116, 124, 130, .1)
    }
    
    .profile__main--title {
      display: flex;
      align-items: center;
      font-size: 24px;
      line-height: 23px;
      font-family: "Play-Bold", sans-serif;
      margin-bottom: 34px;
      letter-spacing: normal;
      text-align: left;
      color: #212121
    }
    
    .profile__main--title img {
      width: 20px;
      margin-right: 15px
    }
    
    @media only screen and (max-width:767px) {
      .profile__main--title {
        justify-content: center
      }
    }
    
    .profile__main--item {
      padding: 1.75rem 3rem;
      border: 1px solid #f3f3f3;
      flex: 1 0
    }
    
    @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 {
      margin-top: 5px;
      letter-spacing: .3px;
      line-height: 1.85;
      width: 75%;
      padding: 10px 8px;
      color: #96989c;
      box-shadow: none;
      background-color: #e1e7ed;
      font-size: 15px;
      font-family: "Conv_MuseoSansCyrl_0", sans-serif;
      transition: all .2s
    }
    
    .profile__main--item .btn:hover {
      border-radius: 30px;
      color: #fff;
      border-color: transparent;
      border-right: none;
      border-left: none;
      background: #4070f4
    }
    
    .profile__main .form__item {
      margin-bottom: 15px
    }
    
    .profile__main .form__item span {
      font-size: 14px;
      font-weight: 100;
      color: #282e38;
      display: inline-block;
      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;
      padding: 16px 1.25rem;
      font-size: 14px
    }
    
    .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 {
      display: flex;
      align-items: center;
      margin-bottom: 15px
    }
    
    .profile__main .form__item .d-flex input {
      width: auto;
      margin-right: 12px
    }
    
    .profile__main .form__item .d-flex span {
      font-weight: 100;
      color: #212121;
      font-size: 1rem;
      line-height: 1.2;
      margin-bottom: 2px
    }
    
    .profile__main .form__input {
      box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
      overflow: hidden;
      border-radius: 8px
    }
    
    .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 {
      flex: 1 1;
      min-width: 385px;
      min-height: 605px;
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap
    }
    
    @media only screen and (max-width:650px) {
      .profile__main>ul li {
        min-height: auto
      }
    }
    
    .profile__main>ul li:last-child .profile__main--item {
      border-right: none;
      border-left: 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 {
      margin: 0 auto 1.2rem;
      width: 13.31rem;
      height: 13.31rem;
      z-index: 1
    }
    
    .profile__file,
    .profile__file__border {
      border-radius: 50%;
      position: relative;
      overflow: hidden
    }
    
    .profile__file__border {
      pointer-events: none;
      background: #fff;
      height: 96%;
      padding: 2%;
      margin: 2%
    }
    
    .profile__file input {
      position: absolute;
      list-style-position: outside;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      border-radius: 50%;
      z-index: 3;
      cursor: pointer;
      min-width: auto
    }
    
    .profile__file p {
      margin: 0;
      text-transform: uppercase;
      text-decoration: underline;
      font-size: 13px;
      line-height: 3.84;
      letter-spacing: 1.3px;
      color: #fff;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      background-color: rgba(0, 0, 0, .3)
    }
    
    .profile__plus {
      margin-top: .5rem;
      margin-bottom: 1rem;
      display: flex;
      align-items: center;
      justify-content: center
    }
    
    @media only screen and (max-width:650px) {
      .profile__plus {
        flex-wrap: wrap;
        flex-direction: column
      }
    }
    
    .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 {
      content: "/";
      position: absolute;
      color: #a0a0a0;
      right: 3px;
      top: 5px;
      height: 100%;
      width: 1px
    }
    
    @media only screen and (max-width:650px) {
      .profile__plus li:first-child:after {
        content: none
      }
    }
    
    .profile__plus .btn {
      text-decoration: underline;
      color: #a0a0a0;
      font-weight: 100;
      font-family: "Conv_MuseoSansCyrl_0", sans-serif;
      padding: 0;
      line-height: 1.25;
      font-size: 1rem
    }
    
    .profile__plus .btn:hover {
      color: #000
    }
    
    .b-top {
      border-top: 1px solid rgba(0, 0, 0, .1)
    }
    
    .b-top--none {
      border-top: none
    }
    
    .registration li {
      margin: 0 6px 0 0
    }
    
    .registration li button {
      font-family: "Roboto-Regular", sans-serif;
      font-weight: 400
    }
    
    @media only screen and (max-width:1025px) {
      .registration li:last-child {
        display: none
      }
    }
    
    .registration a {
      cursor: pointer
    }
    
    .languages a {
      text-transform: uppercase;
      font-family: "Conv_MuseoSansCyrl_2", sans-serif
    }
    
    .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,
    .right-bg {
      background-repeat: no-repeat;
      background-size: 620px
    }
    
    
    @media only screen and (max-width:1025px) {
      .left-bg,
      .right-bg {
        background-image: none
      }
    }
    
    @media screen and (max-width:1200px) {
      .logo {
        display: none
      }
    }
    
    @media screen and (max-width:1400px) {
      .logo img {
        max-width: 85%
      }
    }
    
    .header {
      margin-bottom: 105px;
      border-bottom: 1px solid #e6e6e6
    }
    
    @media only screen and (max-width:767px) {
      .header {
        margin-bottom: 50px
      }
    }
    
    .header .logo img {
      height: 36px
    }
    
    .header .container-1 {
      max-width: 1400px;
      margin-left: auto;
      margin-right: auto;
      padding: 20px 0;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-family: "Roboto-Regular", sans-serif;
      font-weight: 400;
      font-size: 15px
    }
    
    @media only screen and (max-width:767px) {
      .header .container-1 {
        margin: 0 10px;
        padding: 15px 0
      }
    }
    
    .header .right-block {
      display: flex;
      justify-content: center;
      align-items: center
    }
    
    .header .dropdown-lang {
      margin-right: 25.35px
    }
    
    .header .dropdown-lang .inner_dropdown {
      display: flex;
      justify-content: space-between
    }
    
    .header .dropdown-lang ul {
      position: absolute;
      background-color: #fff;
      min-width: 160px;
      box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
      z-index: 9;
      border-radius: 2px
    }
    
    @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%, 92.5%, .83)
    }
    
    .header .dropdown-lang-img-arrow {
      margin-left: 16px
    }
    
    .header .dropdown-lang-inner-img img {
      width: 30px;
      height: 21px;
      border-radius: 19%
    }
    
    .header .dropdown-lang-inner-img span {
      margin-left: 10px
    }
    
    .registration ul {
      display: flex;
      align-items: center
    }
    
    .registration a {
      text-transform: uppercase;
      font-family: "Conv_MuseoSansCyrl_2", sans-serif;
      color: #fff;
      font-size: 12px
    }
    
    .about-us {
      display: flex;
      flex-wrap: wrap;
      margin-top: 1rem;
      margin-bottom: 2rem
    }
    
    .about-us>div {
      flex: 1 1
    }
    
    .about-us-top {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-direction: row;
      padding-top: 0;
      padding-bottom: 6.9rem
    }
    
    @media only screen and (max-width:767px) {
      .about-us-top {
        padding-bottom: 2.25rem;
        justify-content: center
      }
    }
    
    .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 {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 20px
    }
    
    @media only screen and (max-width:767px) {
      .about-us-img {
        display: none
      }
    }
    
    .about-us-img img {
      width: 100%;
      max-width: 440px
    }
    
    .choose {
      margin-bottom: 2rem
    }
    
    .choose ul {
      display: flex;
      justify-content: center;
      flex-direction: row;
      flex-wrap: wrap;
      align-items: center;
      margin: 0 -.74rem
    }
    
    .choose li {
      flex-basis: 31.25%;
      max-width: 31.25%;
      min-width: 300px;
      padding: 0;
      margin: .45rem .74rem;
      flex-shrink: 0;
      flex-grow: 0
    }
    
    .choose a {
      display: block;
      padding: 20px;
      border: 1px solid #b6b6b6;
      background: transparent;
      box-shadow: none;
      line-height: normal
    }
    
    .choose a:hover {
      box-shadow: 0 20px 40px 0 rgba(23, 22, 37, .15)
    }
    
    .choose a:hover p,
    .choose a:hover span {
      color: #fff
    }
    
    .choose a p {
      font-size: 16px;
      color: #212121;
      white-space: nowrap;
      margin-bottom: 10px
    }
    
    .choose a span {
      font-size: 12px;
      color: #b6b6b6
    }
    
    .choose p,
    .choose span {
      transition: all 0s
    }
    
    .form-v2--input-order-form {
      position: relative;
      margin: 0 0 20px
    }
    
    .form-v2--input-order-form p {
      margin-bottom: 9px
    }
    
    .form-v2--input-order-form-btn {
      display: flex;
      justify-content: center;
      align-items: center
    }
    
    .form-v2--input-order-form-btn .btn-submit-order {
      width: 56.4%;
      font-size: 20px;
      height: 64px;
      padding: 23px 77px!important;
      box-shadow: 0 20px 40px 0 rgba(23, 22, 37, .15);
      background: #4070f4
    }
    
    .form-v2--input-order-form-btn .btn-submit-order:hover {
      color: #fff;
      background: #2644e3
    }
    
    @media only screen and (max-width:767px) {
      .form-v2--input-order-form-btn .btn-submit-order {
        padding: 23px 44px!important
      }
    }
    
    .form-v2--input-order-form .receive {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      background: #f3f6f8;
      text-align: left;
      padding: 24px 26px;
      color: #96989c;
      font-size: 20px;
      line-height: 23.44px;
      height: 64px;
      border-radius: 8px
    }
    
    @media only screen and (max-width:767px) {
      .form-v2--input-order-form .receive {
        padding: 24px 15px;
        font-size: 15px
      }
    }
    
    .form-v2--input-order-form .receive div>span {
      margin: 42px
    }
    
    .form-v2--input-order-form .other {
      display: flex;
      align-items: center;
      text-align: left;
      width: 100%;
      padding: 22px 18px;
      height: 48px;
      color: #96989c;
      background: #f3f6f8;
      border-radius: 8px
    }
    
    .form-v2--input-order-form img {
      max-width: 32px;
      position: absolute;
      top: 57px;
      transform: translateY(-50%)
    }
    
    .order-footer-block {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 24px;
      border-top: 1px solid #f1f1f2
    }
    
    @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 {
      display: inline-flex;
      padding: 11px 24px;
      border-radius: 25px;
      font-size: 15px
    }
    
    .order-footer-block .btn-transparent {
      color: #96989c;
      border: 1px solid #e1e7ed
    }
    
    .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 {
      display: flex;
      background-color: #fff;
      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 {
      display: flex;
      justify-content: space-between;
      border-bottom: 1px solid #f0f1f6;
      padding: 22px 32px
    }
    
    .order-main-block .payment-data_content {
      display: flex;
      justify-content: center;
      padding: 24px 32px
    }
    
    .order-main-block .payment-data_content_header {
      text-align: center;
      padding-bottom: 12px
    }
    
    .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: .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: #1e2130;
      flex: .4;
      border-right: 1px solid #f0f1f6
    }
    
    .order-main-block .form-left-block_header {
      text-align: center;
      background-color: #1e2130;
      border-bottom: 1px solid #f0f1f6;
      padding: 24px
    }
    
    .order-main-block .form-left-block_header p {
      color: #8294aa;
      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>p,
    .order-main-block .form-left-block .details-currency span {
      color: #96989c
    }
    
    .order-main-block .form-left-block .details-currency span {
      font-size: 16px;
      font-family: "Roboto-Medium", sans-serif;
      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: #4070f4
    }
    
    .container--form {
      max-width: 1170px;
      margin-left: auto;
      margin-right: auto
    }
    
    .container--form .title-text {
      margin-bottom: 98px
    }
    
    .container--form .title-text h1 {
      color: #282e38
    }
    
    .container--form .title-text h1 span {
      color: #4070f4
    }
    
    .container--form .title-text>p {
      color: #72819f;
      font-size: 18px;
      font-family: "Roboto-Light", sans-serif;
      font-weight: 300;
      margin-top: 12px
    }
    
    .form {
      background: #1e2130;
      border-radius: 30px;
      width: 97.5%;
      margin: 2.25rem auto 3.75em;
      overflow: hidden;
      box-shadow: 0 25px 50px 0 rgba(23, 22, 37, .15)
    }
    
    @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;
      padding-top: 10px;
      padding-bottom: 10px;
      border-bottom-left-radius: 20px;
      border-bottom-right-radius: 20px
    }
    
    .form-ruls p {
      font-size: 15px
    }
    
    @media only screen and (max-width:767px) {
      .form-ruls p {
        font-size: 13px
      }
    }
    
    .form-ruls a {
      text-decoration: underline
    }
    
    .form-attention {
      background: #f3f6f8;
      text-align: left;
      padding: 21px 30px;
      color: #96989c;
      font-size: 15px;
      line-height: 18px;
      border-radius: 6px;
      margin-bottom: 15px
    }
    
    .form-attention .ql-align-center {
      text-align: center
    }
    
    .form-attention .ql-align-right {
      text-align: right
    }
    
    .form h3 {
      font-size: 1.3em
    }
    
    .form-submit {
      margin-top: 0;
      margin-bottom: 1.5em;
      position: relative
    }
    
    .ordered .under-header,
    .payment-wait .under-header {
      background: none
    }
    
    .ordered .form,
    .payment-wait .form {
      margin-bottom: 0
    }
    
    .form-confirmation__up {
      border-radius: 6px;
      background: #fff;
      max-width: 624px;
      margin-left: auto;
      margin-right: auto;
      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 {
      font-size: 14px;
      color: #333
    }
    
    .form-confirmation__up .form-confirmation-manual-actual-info {
      text-align: center;
      width: 100px
    }
    
    .form-confirmation__up .form-confirmation-manual-actual-info p {
      font-size: 12px;
      color: #787878;
      line-height: 140%
    }
    
    .form-confirmation__up .form-confirmation-manual-actual-info p b {
      margin-top: 2px;
      display: inline-block;
      font-size: 36px;
      line-height: 140%;
      color: #333
    }
    
    .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 {
      width: 100%;
      box-shadow: none;
      margin: 0
    }
    
    .merchant-form {
      display: flex;
      flex-direction: column;
      margin-bottom: 10px
    }
    
    .merchant-form label {
      font-weight: 600;
      font-family: "Conv_MuseoSansCyrl_0", sans-serif;
      margin: 0 0 12px;
      font-size: 16px;
      line-height: 19px;
      color: #212121;
      display: block;
      text-align: left
    }
    
    .merchant-form input {
      width: 100%;
      padding: 14px 61px 15px 22px;
      border: 1px solid #dedede;
      background: #fff;
      font-size: 16px;
      border-radius: 14px
    }
    
    .merchant-form .btn {
      margin-top: 16px;
      font-size: 20px
    }
    
    .form-index img {
      width: 50px
    }
    
    .form-index input,
    .form-index select {
      background: transparent;
      color: #96989c
    }
    
    .form-index label {
      display: flex;
      align-items: center
    }
    
    .form-index label span {
      font-size: 14px;
      padding: 0 15px;
      cursor: pointer
    }
    
    .form-index .container>p {
      color: #fff;
      font-size: 1.5em;
      margin-top: .5rem;
      padding-bottom: 1.25rem
    }
    
    .form-index-top {
      display: flex;
      align-items: flex-start;
      flex-wrap: wrap;
      margin-top: .6em
    }
    
    .form-index-item {
      flex: 1 0
    }
    
    @media only screen and (max-width:1200px) {
      .form-index-item {
        width: 100%;
        flex: 1 1 auto
      }
    }
    
    .form-index-item>p {
      font-size: 1em;
      margin-top: 5px;
      margin-bottom: 5px
    }
    
    .form-index-bottom {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      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 {
      padding-bottom: 10px;
      border-bottom: 1px solid #e6e6e6
    }
    
    .form-index-bloc p {
      color: #9f9f9f;
      font-size: 14px;
      margin-top: 5px
    }
    
    .form-exchange {
      flex: .3 0;
      min-width: 135px;
      margin: 95px auto auto
    }
    
    .form-v2 {
      display: flex;
      align-items: stretch;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: space-between
    }
    
    @media screen and (max-width:720px) {
      .form-v2 {
        flex-wrap: wrap
      }
    }
    
    .form-v2 .receive {
      padding: 24px 0;
      flex-basis: 33.33%
    }
    
    @media screen and (max-width:860px) {
      .form-v2 .receive {
        flex: 1
      }
    }
    
    .form-v2 .padding-block {
      padding: 0 32px
    }
    
    .form-v2 .give {
      border-right: 1px solid #d0d2db;
      border-left: 1px solid #d0d2db;
      padding: 24px 0;
      flex-basis: 33.33%
    }
    
    @media screen and (max-width:860px) {
      .form-v2 .give {
        flex: 1;
        border-right: none;
        border-left: none
      }
    }
    
    .form-v2 .dataInput {
      padding: 24px 32px;
      flex-basis: 33.33%
    }
    
    @media screen and (max-width:860px) {
      .form-v2 .dataInput {
        flex: 1
      }
    }
    
    @media screen and (max-width:860px) {
      .form-v2 .dataInput,
      .form-v2 .give,
      .form-v2 .receive {
        padding: 8px!important
      }
    }
    
    @media screen and (max-width:720px) {
      .form-v2 .dataInput,
      .form-v2 .give,
      .form-v2 .receive {
        min-width: 300px
      }
    }
    
    .form-v2 .give .form--title img {
      transform: scaleX(-1) rotate(180deg)
    }
    
    .form-v2 .dataInput .form--title img {
      transform: scaleX(-1) rotate(140deg)
    }
    
    .form-v2 .receive .form-v2__currency--list a.active span.cur--logo {
      background: #fff;
      border-radius: 6px
    }
    
    .form-v2 .receive .form-v2__currency--list a.active img {
      opacity: 1
    }
    
    .form-v2 .receive .form-v2__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 {
      padding: 7px 0;
      flex-direction: row;
      border-left: 3px solid transparent;
      color: #000;
      font-size: 14px;
      min-height: 56px
    }
    
    .form-v2__currency--list a,
    .form-v2__currency--list a p {
      display: flex;
      align-items: center;
      justify-content: space-between
    }
    
    .form-v2__currency--list a p {
      flex: 1;
      text-align: left;
      padding: 0 12px;
      line-height: 30px;
      font-family: "Roboto-Medium", sans-serif;
      flex-direction: row;
      flex-wrap: wrap
    }
    
    .form-v2__currency--list a span {
      display: inline-flex;
      align-items: center;
      flex-direction: column;
      justify-content: center;
      flex: none
    }
    
    .dataInput--info {
      overflow: hidden;
      border-radius: 12px;
      margin-bottom: 22px;
      border: 2px dashed #97c5f8
    }
    
    .dataInput--info__item {
      flex-direction: row;
      padding: 8px 10px;
      font-size: 14px
    }
    
    .dataInput--info__item,
    .dataInput--info__item p {
      display: flex;
      align-items: center;
      justify-content: space-between
    }
    
    .dataInput--info__item p {
      flex: 1;
      padding: 0 11px;
      flex-direction: row;
      flex-wrap: wrap;
      font-family: "Roboto-Medium", sans-serif
    }
    
    .dataInput--info__item span {
      flex: none
    }
    
    .dataInput--info__item span.data--logo {
      padding: 0 7px;
      max-width: 44px;
      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-size: 18px;
      font-weight: 700;
      font-family: "Play-Bold", sans-serif;
      margin: 0 0 16px;
      text-align: center
    }
    
    .dataInput--inputs .form-v2--input {
      margin-bottom: 15px;
      color: #282e38
    }
    
    .dataInput--inputs .form-v2--input img {
      max-width: 20px;
      right: 22px;
      top: 50%
    }
    
    .dataInput--inputs .btn {
      width: 100%;
      min-height: 56px;
      font-size: 20px;
      margin-top: 1rem
    }
    
    @media screen and (max-width:860px) {
      .dataInput--inputs .btn {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px;
        min-height: 40px
      }
    }
    
    .dataInput--label input[type=checkbox] {
      opacity: 0;
      position: absolute;
      width: 0;
      height: 0
    }
    
    .dataInput--label label {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      color: #96989c
    }
    
    .dataInput--label label a {
      margin: 0;
      padding: 0;
      text-decoration: underline;
      color: #4070f4
    }
    
    .dataInput--label label a:hover {
      text-decoration: none
    }
    
    .dataInput--label input[type=checkbox]+label {
      margin: 0 10px 0 0;
      position: relative;
      cursor: pointer;
      font-size: 14px;
      padding: 0 40px 0 0
    }
    
    .dataInput--label input[type=checkbox]+label:before {
      content: " ";
      position: absolute;
      right: -8px;
      top: 50%;
      transform: translateY(-50%);
      width: 24px;
      height: 24px;
      display: block;
      background: #f7fafc;
      box-shadow: inset 0 .8px .6px rgba(55, 67, 99, .25);
      border-radius: 6px;
      border: 1px solid #3f70f4
    }
    
    .dataInput--label input[type=checkbox]+label:after {
      content: " ";
      position: absolute;
      right: 0;
      top: 50%;
      width: 8px;
      height: 11px;
      display: block;
      z-index: 1;
      transition: all .3s ease;
      transform: scale(0) translateY(-50%) rotate(45deg);
      opacity: 0;
      margin-top: -3px;
      border-right: 2px solid #4070f4;
      border-bottom: 2px solid #4070f4
    }
    
    .dataInput--label input[type=checkbox]:checked+label:after {
      transform: scale(1) translateY(-50%) rotate(45deg);
      opacity: 1
    }
    
    .cur--logo,
    .data--logo {
      width: 42px;
      height: 42px;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      padding: 0 5px
    }
    
    .cur--logo__wr,
    .data--logo__wr {
      max-width: 61px;
      max-height: 42px;
      text-align: center;
      padding: 0 15px;
      flex: none
    }
    
    .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-size: 14px;
      margin-right: 5px;
      max-width: none!important;
      font-family: "Roboto-Regular", sans-serif
    }
    
    .cur--order,
    .data--order {
      padding: 4px 14px;
      text-decoration: underline;
      display: inline-block;
      border-radius: 6px;
      background: #f0f1f4;
      margin: 0 6px;
      font-size: 14px;
      color: #28bab7;
      max-width: none!important
    }
    
    .cur--check,
    .cur--img,
    .data--check,
    .data--img {
      padding: 0 15px;
      flex: none;
      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 {
      justify-content: space-between;
      flex-direction: row;
      margin-bottom: 24px
    }
    
    .form--title,
    .form--title p {
      display: flex;
      align-items: center
    }
    
    .form--title p {
      font-size: 13px;
      margin: 0 5px;
      color: #96989c;
      letter-spacing: .5px;
      font-weight: 400;
      max-width: 310px;
      font-family: "Roboto-Regular", sans-serif;
      justify-content: flex-start
    }
    
    .form--title div {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      flex-wrap: wrap
    }
    
    .form--title h4,
    .form--title h5,
    .form--title h6 {
      font-size: 24px;
      margin: 0;
      padding: 0;
      font-family: "Play-Bold", sans-serif;
      font-weight: 700
    }
    
    .form--title img {
      width: 11px
    }
    
    .form-v2--input {
      position: relative;
      margin: 0 0 20px
    }
    
    .form-v2--input input {
      width: 100%;
      text-align: left;
      padding: 21px 30px;
      color: #282e38;
      font-size: 20px;
      border-radius: 6px;
      line-height: 18px;
      height: 64px;
      background: #f3f6f8
    }
    
    .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 {
      position: relative;
      margin: 0 0 20px
    }
    
    .form-v2--input-enter-form input,
    .form-v2--input-enter-form select {
      width: 100%;
      background: #f3f6f8;
      text-align: left;
      padding: 21px 30px;
      color: #96989c;
      font-size: 15px;
      border-radius: 6px;
      line-height: 18px;
      height: 64px
    }
    
    .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 {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-direction: row;
      flex-wrap: nowrap;
      background: #f7fafc
    }
    
    .currency--choice p {
      font-size: 13px;
      color: #9f9f9f;
      margin-right: 6px;
      max-width: 60px
    }
    
    .currency--choice ul {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: row;
      flex-wrap: nowrap;
      flex: 1;
      padding: 14px 30px;
      border-top: 1px solid #d0d2db;
      position: relative;
      z-index: 999
    }
    
    .currency--choice ul li {
      margin: 5px 2px;
      flex: 1
    }
    
    .currency--choice ul li:after {
      margin-left: 5px;
      content: "";
      border-right: 1px solid #d0d2db
    }
    
    .currency--choice ul li:last-child:after {
      border: none
    }
    
    .currency--choice ul a {
      display: inline-block;
      cursor: pointer;
      width: 100%;
      border-radius: 4px;
      padding: 8px 1px;
      box-shadow: none;
      color: #4070f4;
      text-align: center;
      text-transform: uppercase;
      font-size: 14px;
      line-height: 16.41px
    }
    
    .currency--choice ul a:hover {
      color: #fff;
      background: #4070f4;
      opacity: .9
    }
    
    .currency--choice ul a.active {
      color: #fff;
      background: #4070f4;
      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 {
      color: #4070f4;
      border: none
    }
    
    @media only screen and (max-width:767px) {
      .services {
        display: none
      }
    }
    
    .services ul {
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 -1.5%;
      flex-wrap: wrap
    }
    
    @media only screen and (max-width:767px) {
      .services ul {
        margin: 0
      }
    }
    
    .services li {
      flex-basis: 29.1666666667%;
      max-width: 29.1666666667%;
      min-width: 320px;
      padding: 1rem;
      flex-shrink: 0;
      flex-grow: 0;
      margin: 2rem 1.5%
    }
    
    .services img {
      padding-top: 6px;
      width: 300px;
      max-width: 80px
    }
    
    .services span {
      display: inline-block;
      border-bottom: 1px solid #e6e6e6;
      padding-bottom: 1rem;
      margin: auto
    }
    
    .services p {
      text-transform: uppercase;
      line-height: 1.88;
      font-size: 1rem;
      margin-top: 1.4rem;
      margin-bottom: 0
    }
    
    .services-txt {
      font-size: 14px;
      line-height: 16.41px;
      color: #96989c;
      font-family: "Roboto-Light", sans-serif;
      font-weight: 300
    }
    
    .form-confirmation-manual-bloc {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-direction: row;
      flex-wrap: wrap;
      padding-bottom: .8em
    }
    
    @media only screen and (max-width:1200px) {
      .form-confirmation-manual-bloc>div {
        flex-grow: 1;
        justify-content: space-between
      }
    }
    
    .form-confirmation-manual-number>p {
      color: #fff;
      font-size: 1.5em;
      margin-top: .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 {
      display: flex;
      align-items: center;
      flex-direction: row
    }
    
    @media only screen and (max-width:1200px) {
      .form-confirmation-manual-actual {
        margin-top: .5rem
      }
    }
    
    .form-confirmation-manual-actual-info p {
      font-size: 15px;
      color: #fff;
      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-incarcartent .form-wr {
      padding-top: 2em
    }
    
    .form-incarcartent-sent-received {
      display: flex;
      align-items: center;
      flex-direction: row;
      flex-wrap: wrap;
      margin: 0 -.9375rem
    }
    
    @media only screen and (max-width:767px) {
      .form-incarcartent-sent-received {
        margin: 0
      }
    }
    
    .form-incarcartent-sent-received-wr {
      margin: 1.895rem .9375rem;
      padding: 1.5rem .94rem;
      border: 1px solid #e6e6e6;
      display: flex;
      align-items: center;
      flex-direction: row;
      min-width: 320px;
      flex: 1 1
    }
    
    @media only screen and (max-width:767px) {
      .form-incarcartent-sent-received-wr {
        padding-left: 0;
        padding-right: 0;
        flex-wrap: wrap;
        justify-content: center;
        margin: .5rem 0
      }
    }
    
    @media only screen and (max-width:550px) {
      .form-incarcartent-sent-received-wr {
        max-width: 100%;
        min-width: 100%;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        margin-left: 0;
        margin-right: 0
      }
    }
    
    .form-incarcartent-sent-received_img {
      padding: 0 1.65rem
    }
    
    @media only screen and (max-width:550px) {
      .form-incarcartent-sent-received_img {
        margin-bottom: .5rem
      }
    }
    
    .form-incarcartent-sent-received_img img {
      width: 100%;
      max-width: 100px
    }
    
    .form-incarcartent-sent-received_info {
      padding: 0 .94rem;
      flex: 1 0 auto
    }
    
    @media only screen and (max-width:767px) {
      .form-incarcartent-sent-received_info {
        width: 100%
      }
    }
    
    .form-incarcartent-sent-received_info span {
      font-size: 1.125rem;
      font-family: "Conv_MuseoSansCyrl_2", sans-serif
    }
    
    @media only screen and (max-width:767px) {
      .form-incarcartent-sent-received_info span {
        display: block;
        width: 100%;
        margin-top: .5rem
      }
    }
    
    .form-incarcartent-sent-received_info .title {
      font-size: 1.875rem;
      display: flex;
      justify-content: space-between;
      align-items: center
    }
    
    @media only screen and (max-width:767px) {
      .form-incarcartent-sent-received_info .title {
        font-size: 1.2rem;
        flex-wrap: wrap;
        justify-content: center
      }
    }
    
    .form-incarcartent-sent-received_info .title span {
      font-size: 1.875rem
    }
    
    @media only screen and (max-width:767px) {
      .form-incarcartent-sent-received_info .title span {
        margin: auto;
        font-size: 1.2rem;
        display: block;
        width: 100%
      }
    }
    
    .form-incarcartent-sent-received_info div {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-top: 12px;
      border-top: 1px solid #80d41e
    }
    
    .form-incarcartent-sent-received ul {
      width: 100%;
      margin-top: 10px;
      margin-bottom: 10px
    }
    
    .form-incarcartent-sent-received li {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 1rem;
      padding: 5px 10px
    }
    
    .form-incarcartent-sent-received li:nth-child(odd) {
      background: #f4f5f7
    }
    
    @media only screen and (max-width:767px) {
      .form-incarcartent-sent-received li {
        flex-wrap: wrap;
        justify-content: center
      }
    }
    
    .form-incarcartent_contact ul {
      margin: 0 -2.4rem
    }
    
    @media only screen and (max-width:767px) {
      .form-incarcartent_contact ul {
        margin: 0
      }
    }
    
    .form-incarcartent_contact span {
      color: #9f9f9f;
      font-size: 14px
    }
    
    @media only screen and (max-width:767px) {
      .form-incarcartent_contact .btn-plain {
        margin-left: auto;
        margin-right: auto
      }
    }
    
    .form-incarcartent_contact,
    .form-incarcartent_contact ul {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-direction: row;
      flex-wrap: wrap
    }
    
    .form-incarcartent_contact .contact,
    .form-incarcartent_contact ul .contact {
      margin: 1.75rem 2.4rem
    }
    
    @media only screen and (max-width:767px) {
      .form-incarcartent_contact .contact,
      .form-incarcartent_contact ul .contact {
        margin: .5rem 0
      }
    }
    
    .form-incarcartent_contact .contact p,
    .form-incarcartent_contact ul .contact p {
      font-size: 20px;
      margin-top: 10px
    }
    
    @media only screen and (max-width:767px) {
      .form-incarcartent_contact .contact p,
      .form-incarcartent_contact ul .contact p {
        font-size: 14px;
        margin-top: 5px
      }
    }
    
    .form-incarcartent .form-submit {
      margin-top: .94rem
    }
    
    .form-manual .form-incarcartent-sent-received-wr {
      padding: 1rem .94rem;
      margin-bottom: 0
    }
    
    .form-manual .form-incarcartent-sent-received_info .title span {
      font-size: 1.55rem
    }
    
    @media only screen and (max-width:767px) {
      .form-manual .form-incarcartent-sent-received_info .title span {
        margin-left: 10px
      }
    }
    
    .form-manual .form-incarcartent-sent-received_img img {
      max-width: 70px
    }
    
    .form-manual .form-incarcartent_contact {
      justify-content: center;
      margin-bottom: 0
    }
    
    .form-manual .form-incarcartent_contact .contact {
      margin: .88rem 2.4rem
    }
    
    @media only screen and (max-width:767px) {
      .form-manual .form-incarcartent_contact .contact {
        margin-left: 0;
        margin-right: 0
      }
    }
    
    .form-manual .form-incarcartent_contact ul {
      margin: 0
    }
    
    .form-manual-must .title {
      font-size: 22px;
      color: #8294aa;
      font-family: "Play-Bold", sans-serif;
      line-height: 27.77px
    }
    
    @media screen and (max-width:460px) {
      .form-manual-must .title {
        font-size: 16px
      }
    }
    
    .form-manual-must ul {
      margin: 58px 0;
      display: flex;
      justify-content: center;
      flex-direction: column
    }
    
    .form-manual-must li {
      display: flex;
      justify-content: space-between;
      padding: 0 0 34px;
      align-items: center
    }
    
    .form-manual-must li:last-child {
      padding: 0
    }
    
    .form-manual-must li p {
      white-space: nowrap;
      padding-right: 12px
    }
    
    .form-manual-must li .value-manual-payment {
      display: flex;
      align-items: center;
      color: #282e38;
      word-break: break-all
    }
    
    .form-manual-must li .value-manual-payment img {
      padding-left: 12px;
      cursor: pointer
    }
    
    @media only screen and (max-width:550px) {
      .form-manual-must li div {
        flex-wrap: wrap
      }
    }
    
    .form-manual-must li div p {
      white-space: nowrap;
      margin-right: 12px;
      line-height: 1.95
    }
    
    @media only screen and (max-width:550px) {
      .form-manual-must li div p {
        white-space: normal;
        line-height: normal;
        margin: 6px 6px 6px 0;
        text-align: left
      }
    }
    
    .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: .75rem
      }
    }
    
    .form-manual .btn-plain {
      position: absolute;
      right: 0;
      margin-top: .5rem
    }
    
    @media only screen and (max-width:767px) {
      .form-manual .btn-plain {
        position: relative;
        margin-top: 1.5rem
      }
    }
    
    .form-manual-wait .merchant-qrcode {
      margin-top: 30px;
      margin-bottom: -15px
    }
    
    .form-manual-wait .form-manual-must ol {
      padding-top: 26px
    }
    
    .form-manual-wait .form-manual-must ol li {
      display: block;
      text-align: left!important;
      padding: 0
    }
    
    .form-manual-wait .form-manual-must ol li div {
      position: relative;
      margin: 0 0 20px
    }
    
    .form-manual-wait .form-manual-must ol li p {
      margin-bottom: 9px;
      line-height: 16.41px
    }
    
    .form-manual-wait .form-manual-must .form-manual-must_txt {
      display: flex;
      align-items: center;
      text-align: left;
      width: 100%;
      padding: 14px 18px;
      height: 48px;
      color: #000;
      background: #f3f6f8;
      border-radius: 8px
    }
    
    .form_reviews-new {
      margin-top: 4rem;
      width: 100%;
      box-shadow: 0 5px 30px 0 #e3e3e4
    }
    
    .form_reviews-new .title {
      margin-bottom: .9rem
    }
    
    .form_reviews-new_wr {
      position: relative;
      overflow: hidden;
      padding-bottom: 2.4rem
    }
    
    @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 {
      position: absolute;
      z-index: 0;
      opacity: .1
    }
    
    .form_reviews-new_wr:after {
      content: url(/_nuxt/img/001.f83ed95.svg);
      top: -5.5rem;
      right: -18rem;
      width: 46rem
    }
    
    .form_reviews-new_wr:before {
      content: url(/_nuxt/img/002.ebb3754.svg);
      bottom: -13.3rem;
      left: -18.5rem;
      width: 46rem
    }
    
    .form_reviews-new_base {
      z-index: 1;
      position: relative;
      max-width: 35rem;
      margin: auto
    }
    
    .form_reviews-new input,
    .form_reviews-new textarea {
      margin: 10px 0 0;
      border-radius: 20px;
      padding: 10px 35px 10px 15px;
      font-size: 1rem;
      border: 1px solid #eee;
      width: 100%;
      background-color: #f4f5f7
    }
    
    .form_reviews-new input::-webkit-input-placeholder,
    .form_reviews-new textarea::-webkit-input-placeholder {
      font-style: italic;
      color: #9f9f9f
    }
    
    .form_reviews-new input::-moz-placeholder,
    .form_reviews-new textarea::-moz-placeholder {
      font-style: italic;
      color: #9f9f9f
    }
    
    .form_reviews-new input:-ms-input-placeholder,
    .form_reviews-new textarea:-ms-input-placeholder {
      font-style: italic;
      color: #9f9f9f
    }
    
    .form_reviews-new input:-moz-placeholder,
    .form_reviews-new textarea:-moz-placeholder {
      font-style: italic;
      color: #9f9f9f
    }
    
    .form_reviews-new textarea {
      resize: vertical;
      height: 4.875rem;
      min-height: 3rem
    }
    
    .form_reviews-new .btn {
      margin-top: 1.5rem
    }
    
    .form-order-header {
      text-align: center;
      margin: 70px 0
    }
    
    @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: #0c72d8
    }
    
    .form-confirmation {
      padding-bottom: 5.5em
    }
    
    @media only screen and (max-width:767px) {
      .form-confirmation {
        padding-bottom: .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 {
      display: flex;
      align-items: stretch;
      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;
      padding: 1em 1.125em;
      margin-bottom: 1.5em
    }
    
    .form-confirmation__main--title {
      margin: 0 0 12px;
      font-size: 16px;
      line-height: 19px;
      color: #212121
    }
    
    .form-confirmation__main--currency {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center
    }
    
    .form-confirmation__main--currency__name {
      display: flex;
      align-items: center;
      justify-content: flex-start
    }
    
    .form-confirmation__main--currency__name img {
      width: 36px;
      margin-right: 12px
    }
    
    .form-confirmation__main--currency__name span {
      font-size: 2rem;
      line-height: 2.375rem;
      color: #212121
    }
    
    @media screen and (max-width:1024px) {
      .form-confirmation__main--currency__name span {
        font-size: 1rem
      }
    }
    
    .form-confirmation__main--currency__amount {
      font-size: 1.25rem;
      line-height: 1.5;
      color: #9f9f9f
    }
    
    @media screen and (max-width:1024px) {
      .form-confirmation__main--currency__amount {
        font-size: 1rem
      }
    }
    
    .form-confirmation__main--address__title {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      margin-bottom: 8px
    }
    
    .form-confirmation__main--address__title img {
      max-width: 16px;
      margin-right: 6px
    }
    
    .form-confirmation__main--address__title span {
      font-size: 14px;
      line-height: 17px;
      color: #212121
    }
    
    .form-confirmation__main--address>p {
      font-size: 12px;
      line-height: 14px;
      color: #9f9f9f
    }
    
    .form-confirmation__main--bottom {
      margin-top: 20px;
      padding-top: 12px;
      border-top: 1px solid #dedede;
      display: flex;
      align-items: center;
      flex-direction: row;
      justify-content: space-between
    }
    
    .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-top: 0;
      margin-bottom: 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-top: 4px;
      padding-bottom: 4px
    }
    
    .form-confirmation--order .btn-log-in img {
      width: 21px;
      height: 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 {
      margin-left: 0;
      margin-right: 0;
      flex: none;
      display: flex;
      align-items: center;
      position: relative
    }
    
    @media screen and (max-width:767px) {
      .form-confirmation__ref {
        justify-content: center;
        margin-top: 0;
        margin-bottom: 0
      }
    }
    
    .form-confirmation__ref:after {
      content: "";
      position: absolute;
      left: 16px;
      width: 1px;
      height: 100%;
      background: #efefef;
      z-index: 1
    }
    
    @media screen and (max-width:767px) {
      .form-confirmation__ref:after {
        left: 0;
        width: 100%;
        height: 1px
      }
    }
    
    .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: .85em 2.585em .75em
    }
    
    @media screen and (max-width:1024px) {
      .form-confirmation__contact {
        margin: .85em 1.585em .75em
      }
    }
    
    @media screen and (max-width:767px) {
      .form-confirmation__contact {
        margin-bottom: 0
      }
    }
    
    .form-confirmation__contact>p {
      font-size: 16px;
      line-height: 19px;
      color: #212121;
      margin-bottom: 12px
    }
    
    .form-confirmation__contact ul {
      display: flex;
      align-items: center;
      flex-direction: row;
      justify-content: flex-start;
      flex-wrap: wrap
    }
    
    .form-confirmation__contact li {
      margin-right: 2.5rem;
      font-size: 12px;
      line-height: 14px;
      color: #9f9f9f;
      margin-bottom: 10px
    }
    
    .form-confirmation__contact li span {
      color: #212121;
      display: inline-block;
      margin-right: 6px
    }
    
    .form-confirmation__bottom {
      padding: 1.125em 4.385em 1.25em;
      background: #fafafc;
      display: flex;
      align-items: center;
      flex-direction: row;
      justify-content: flex-end
    }
    
    @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 {
      margin-bottom: 15px;
      flex: 1
    }
    
    .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 {
      padding: 18px 25px;
      border-radius: 5px;
      margin: 0 0 14px;
      border: 1px dashed #e1e4ed;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-direction: row
    }
    
    @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: #4070f4
    }
    
    .form-confirmation__bottom--verification__item.success-verif {
      color: #69c036;
      border-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 {
      display: flex;
      align-items: center;
      flex-direction: row;
      justify-content: flex-start
    }
    
    .form-confirmation__bottom--verification__item div img {
      max-width: 10px;
      margin-right: 6px
    }
    
    .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 {
        white-space: nowrap;
        font-size: 13px
      }
    }
    
    @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 {
      text-decoration: none
    }
    
    .form-confirmation__bottom--verification__item>p {
      display: flex;
      align-items: center;
      justify-content: flex-end
    }
    
    .form-confirmation__bottom--verification__item>p a {
      color: #212121;
      text-decoration: none
    }
    
    .form-confirmation__bottom--verification__item>p img {
      margin-left: 8px;
      max-width: 10px
    }
    
    .form-confirmation__bottom--btns {
      flex: 1;
      max-width: 365px;
      border-left: 1px solid #dedede;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 1rem 0 1rem 2.75rem;
      margin-left: 2.9375rem
    }
    
    @media screen and (max-width:1200px) {
      .form-confirmation__bottom--btns {
        max-width: 300px;
        padding: 1.75rem 0 1.75rem 1.75rem;
        margin-left: 1.9375rem
      }
    }
    
    @media screen and (max-width:1024px) {
      .form-confirmation__bottom--btns {
        max-width: none;
        padding: 1.75rem 0 .75rem 1rem;
        margin-left: 1.5rem;
        flex-direction: column-reverse;
        flex: none
      }
    }
    
    @media screen and (max-width:767px) {
      .form-confirmation__bottom--btns {
        flex-direction: row;
        flex: 1;
        width: 100%;
        margin-left: 0;
        padding-left: 0;
        border-left: none;
        border-top: 1px solid #dedede;
        padding-top: 1.5rem;
        margin-top: 1.5rem
      }
    }
    
    .form-confirmation__bottom--btns .btn {
      min-width: 100px
    }
    
    .form-confirmation .btn-reject {
      text-decoration: underline;
      font-size: 14px;
      line-height: 17px;
      color: #a0a0a0;
      margin-right: 2em;
      padding-left: 0;
      padding-right: 0
    }
    
    @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-top: 18px;
        margin-right: 0
      }
    }
    
    .form-confirmation .btn-reject:hover {
      text-decoration: none
    }
    
    .copy-icon-profile {
      position: relative;
      height: 40px;
      width: 20px;
      line-height: 44px;
      background: #fff;
      right: -20px;
      top: 2px;
      padding: 0
    }
    
    .copy-icon-profile span {
      cursor: pointer;
      display: inline-block;
      width: 18px;
      height: inherit;
      text-indent: -12px
    }
    
    .copy-icon-profile img {
      width: 100%
    }
    
    .copy-icon {
      position: absolute;
      height: 40px;
      width: 18px
    }
    
    .copy-icon img {
      width: 100%
    }
    
    .form-payment-condition {
      max-width: 512px;
      border-radius: 30px
    }
    
    .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 {
      padding-top: 11px;
      padding-bottom: 11px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-weight: 300;
      font-size: 20px;
      line-height: 28px;
      padding-left: 66px;
      background-size: 50px;
      background-repeat: no-repeat;
      background-position: 0
    }
    
    @media only screen and (max-width:767px) {
      .form-payment-condition--top p {
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 16px;
        padding-left: 50px;
        background-size: 36px!important
      }
    }
    
    .form-payment-condition--top.success {
      background: #69c036
    }
    
    .form-payment-condition--top.success p {
      background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIHZpZXdCb3g9IjAgMCA1MCA1MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxjaXJjbGUgY3g9IjI1IiBjeT0iMjUiIHI9IjI1IiBmaWxsPSJ3aGl0ZSIgZmlsbC1vcGFjaXR5PSIwLjUiLz4KICAgIDxjaXJjbGUgY3g9IjI0Ljk0OTEiIGN5PSIyNC45NDg3IiByPSIxNy45NDg3IiBmaWxsPSJ3aGl0ZSIvPgogICAgPHBhdGggZD0iTTMxLjM3MjkgMTkuMjk5NEwyMS42MSAyOS4zMDQ4TDE3LjY3NTcgMjUuMjg3N0MxNy4yODcxIDI0Ljg4ODUgMTYuNjggMjQuODg4NSAxNi4yOTE0IDI1LjI4NzdDMTUuOTAyOSAyNS42ODY5IDE1LjkwMjkgMjYuMzEwNyAxNi4yOTE0IDI2LjcwOTlMMjAuOTA1NyAzMS40NTA2QzIxLjEgMzEuNjUwMiAyMS4zNDI5IDMxLjc1IDIxLjU4NTcgMzEuNzVDMjEuODI4NiAzMS43NSAyMi4wNzE0IDMxLjY1MDIgMjIuMjY1NyAzMS40NTA2TDMyLjcwODYgMjAuNzIxNkMzMy4wOTcxIDIwLjMyMjQgMzMuMDk3MSAxOS42OTg2IDMyLjcwODYgMTkuMjk5NEMzMi4zNjg2IDE4LjkwMDIgMzEuNzM3MSAxOC45MDAyIDMxLjM3MjkgMTkuMjk5NFoiIGZpbGw9IiM2OUMwMzYiLz4KPC9zdmc+Cg==);
      background-size: 50px;
      background-repeat: no-repeat;
      background-position: 0
    }
    
    .form-payment-condition--top.processing {
      background: #f0f1f4
    }
    
    .form-payment-condition--top.processing p {
      color: #9f9f9f;
      background: url(/_nuxt/img/payment-processing.b8cf369.png);
      background-size: 50px;
      background-repeat: no-repeat;
      background-position: 0
    }
    
    .form-payment-condition--top.refunded {
      background: #f7931a
    }
    
    .form-payment-condition--top.refunded p {
      background: url(/_nuxt/img/payment-refunded.0446c6f.png);
      background-size: 50px;
      background-repeat: no-repeat;
      background-position: 0
    }
    
    .form-payment-condition--top.deleted {
      background: #ee404f
    }
    
    .form-payment-condition--top.deleted p {
      background: url(/_nuxt/img/payment-deleted.93c3d47.png);
      background-size: 50px;
      background-repeat: no-repeat;
      background-position: 0
    }
    
    .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 {
      background: #f3f3f7;
      border-radius: 10px;
      padding: 18px 20px;
      display: flex;
      align-items: center;
      justify-content: space-between
    }
    
    @media only screen and (max-width:767px) {
      .form-payment-condition--main__top {
        flex-wrap: wrap
      }
    }
    
    .form-payment-condition--main__top .title {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      font-weight: 300;
      font-size: 28px;
      line-height: 34px
    }
    
    @media only screen and (max-width:767px) {
      .form-payment-condition--main__top .title {
        width: 100%;
        font-size: 20px
      }
    }
    
    .form-payment-condition--main__top .title img {
      max-width: 44px;
      width: 100%;
      flex: none;
      margin-right: 16px
    }
    
    @media only screen and (max-width:767px) {
      .form-payment-condition--main__top ul {
        width: 100%
      }
    }
    
    .form-payment-condition--main__top li {
      padding: 0;
      margin: 0;
      line-height: 1.5;
      text-align: right;
      font-weight: 300;
      font-size: 16px;
      color: #9f9f9f
    }
    
    @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 {
      display: inline-block;
      font-size: 18px;
      line-height: 22px;
      font-weight: 700;
      color: #212121
    }
    
    @media only screen and (max-width:767px) {
      .form-payment-condition--main__top li b {
        font-size: 16px
      }
    }
    
    .form-payment-condition--main__data {
      padding-top: 10px;
      padding-bottom: 10px
    }
    
    .form-payment-condition--main__data li {
      display: flex;
      align-items: center;
      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 {
      width: 100%;
      font-weight: 300;
      font-size: 16px;
      line-height: 19px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      color: #9f9f9f
    }
    
    @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 {
      position: relative;
      overflow: hidden
    }
    
    .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: .5rem
    }
    
    .partner-block .our-partner ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center
    }
    
    @media only screen and (max-width:767px) {
      .partner-block .our-partner ul {
        flex-direction: column
      }
    }
    
    .partner-block .our-partner li {
      min-width: 200px;
      padding: 10px 15px;
      margin: 10px;
      flex: 1 1
    }
    
    .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 {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-direction: row;
      padding-top: 0;
      padding-bottom: 3.35rem
    }
    
    @media only screen and (max-width:767px) {
      .partner-top {
        padding-top: 3rem;
        flex-wrap: wrap;
        justify-content: center
      }
      .partner-top h1 {
        margin-bottom: .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;
      padding: 1.25rem;
      margin-top: 1.875rem;
      margin-bottom: 1.875rem
    }
    
    .partner-item {
      display: flex
    }
    
    @media only screen and (max-width:650px) {
      .partner-item {
        flex-wrap: wrap;
        justify-content: center
      }
    }
    
    .partner-img {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding-right: 2.1875rem;
      border-right: 1px solid #e6e6e6;
      min-width: 25%
    }
    
    .partner-img img {
      max-width: 9.625rem;
      width: 100%
    }
    
    @media only screen and (max-width:650px) {
      .partner-img {
        padding-right: 0;
        border-right: none;
        border-bottom: 1px solid #e6e6e6
      }
    }
    
    .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;
      text-transform: uppercase;
      margin-top: 1rem;
      margin-bottom: .3rem
    }
    
    .partner-description-theme {
      font-size: 1.5rem;
      margin-bottom: 10px
    }
    
    .partner-description-txt {
      line-height: 1.5;
      font-size: 1rem;
      margin-bottom: 2.5rem
    }
    
    .partner-order-states {
      background-color: #1a0651
    }
    
    .partner-order-states .under-header {
      background-image: none
    }
    
    .partner-order-states .form-confirmation-manual-number {
      width: 100%
    }
    
    .container-aff {
      margin: 3rem 3.6rem;
      display: flex;
      flex-direction: column
    }
    
    @media only screen and (max-width:767px) {
      .container-aff {
        margin: .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 {
      margin: 3.3rem 6.6rem;
      display: flex;
      flex-direction: column
    }
    
    @media only screen and (max-width:767px) {
      .partners-program .container-api,
      .requisites-main-block .container-api {
        margin: .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 {
      margin-top: 55px;
      margin-bottom: 80px;
      display: flex;
      flex-direction: column;
      box-shadow: 0 15px 116px rgba(116, 124, 130, .05), 0 32px 75px rgba(116, 124, 130, .1);
      border-radius: 24px
    }
    
    .partners-program__main .title,
    .requisites-main-block__main .title {
      font-size: 24px;
      font-family: "Play-Bold", sans-serif
    }
    
    .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 {
      flex: 0 0 auto;
      flex-basis: 28.3333333333%;
      max-width: 28.3333333333%;
      min-width: 285px;
      padding: 1.875rem;
      margin: .45rem .9rem .45rem .8rem;
      flex-shrink: 0;
      flex-grow: 0;
      border: 1px solid #e6e6e6
    }
    
    @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 {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 5px 10px;
      border-top: 1px dashed #ced3e6
    }
    
    .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;
      padding: 0;
      max-width: 100%;
      width: 100%;
      min-width: 100%
    }
    
    .partners-program .modal-body .form-index-bloc-item label,
    .requisites-main-block .modal-body .form-index-bloc-item label {
      display: inline-block;
      width: 50%;
      padding: 5px;
      font-size: 18px;
      font-weight: 600;
      text-align: left
    }
    
    .partners-program .modal-body .form-index-bloc-item input,
    .requisites-main-block .modal-body .form-index-bloc-item input {
      display: inline-block;
      width: 40%;
      padding: 5px;
      font-size: 18px;
      font-weight: 600;
      text-align: right
    }
    
    .partners-program-title,
    .requisites-main-block-title {
      color: #9f9f9f;
      font-size: 15px;
      font-family: "Roboto-Light", sans-serif;
      margin-bottom: 1.875rem;
      text-transform: uppercase
    }
    
    .partners-program-cost,
    .requisites-main-block-cost {
      font-size: 52px;
      font-family: "Play-Regular", sans-serif;
      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: -.5rem
    }
    
    .personal-room .title {
      margin-bottom: 2.1875rem
    }
    
    .ref-link {
      margin-top: .1rem;
      margin-bottom: 1rem;
      position: relative;
      overflow: hidden;
      border-top: 1px solid #f3f3f3
    }
    
    .ref-link .container {
      z-index: 2;
      position: relative
    }
    
    .ref-link-title {
      margin-left: 52px
    }
    
    @media only screen and (max-width:767px) {
      .ref-link-title {
        margin-left: 0
      }
    }
    
    .ref-link-title p {
      margin-top: 10px;
      font-family: "Roboto-Light", sans-serif;
      font-size: 15px
    }
    
    .ref-link-list {
      margin-top: 40px;
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      justify-content: center
    }
    
    @media only screen and (max-width:767px) {
      .ref-link-list {
        align-items: center
      }
    }
    
    .ref-link-list>div {
      width: 42.7%;
      margin-right: 24px
    }
    
    @media only screen and (max-width:767px) {
      .ref-link-list>div {
        width: 100%;
        margin-right: 0
      }
    }
    
    .ref-link-list .current-link {
      background-color: #4070f4;
      color: #fff
    }
    
    [dir=ltr] .ref-link .title {
      text-align: left
    }
    
    [dir=rtl] .ref-link .title {
      text-align: right
    }
    
    .ref-link input {
      margin: 10px 0;
      border-radius: 8px;
      padding: 20px 35px 15px 15px;
      font-size: 1rem;
      width: 100%;
      background-color: #f3f6f8
    }
    
    @media only screen and (max-width:767px) {
      .ref-link input {
        font-size: .8rem
      }
    }
    
    .ref-link label {
      margin: auto;
      position: relative;
      display: block
    }
    
    @media only screen and (max-width:767px) {
      .ref-link label {
        width: 100%
      }
    }
    
    .ref-link label span {
      position: absolute;
      right: 10px;
      top: 19px;
      cursor: pointer
    }
    
    .ref-link label span img {
      width: 20px
    }
    
    @media only screen and (max-width:767px) {
      .ref-link label span img {
        width: 18px
      }
    }
    
    .statistic {
      padding-top: 4rem;
      padding-bottom: 4rem
    }
    
    .statistic-ul {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      margin: .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%;
      max-width: 46.25%;
      min-width: 320px;
      padding: 1.875rem;
      margin: .45rem .94rem;
      flex-shrink: 0;
      flex-grow: 0
    }
    
    .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 {
      padding: 10px 1.25rem;
      border-bottom: 1px solid #e6e6e6;
      justify-content: space-between
    }
    
    .statistic-get-li li p {
      font-size: 1.25rem
    }
    
    .statistic-get-li li img {
      max-width: 30px;
      margin-right: 1.25rem
    }
    
    .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 {
      display: flex;
      align-items: center;
      flex-direction: row
    }
    
    .statistic-history {
      margin-top: 1.25rem;
      margin-left: 1.25rem
    }
    
    .statistic-history a {
      text-transform: uppercase;
      text-decoration: underline;
      font-size: 11px;
      color: #9f9f9f
    }
    
    .news-bloc,
    .reserves,
    .reviews-bloc {
      padding-top: 4rem;
      padding-bottom: 4rem;
      position: relative;
      overflow: hidden
    }
    
    @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 {
      position: relative;
      z-index: 1;
      border-radius: 8px 8px 0 0
    }
    
    .news-bloc .title,
    .reserves .title,
    .reviews-bloc .title {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 25px;
      color: #282e38
    }
    
    .news-bloc .title-other,
    .reserves .title-other,
    .reviews-bloc .title-other {
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-size: 36px;
      font-family: "Play-Regular", sans-serif;
      font-weight: 400
    }
    
    .news-bloc ul,
    .reserves ul,
    .reviews-bloc ul {
      display: flex;
      justify-content: flex-start;
      align-items: stretch;
      flex-direction: row;
      flex-wrap: wrap;
      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 {
      width: 31.2%;
      margin: .45rem 1%;
      position: relative;
      min-width: 300px;
      flex: 1 0;
      max-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 {
      background: #fff;
      padding: 1.7rem;
      overflow: hidden;
      border-radius: 8px;
      box-shadow: 0 25px 50px 0 hsla(0, 0%, 45.1%, .04);
      display: flex;
      align-items: center;
      flex-direction: row;
      justify-content: space-between
    }
    
    .reserves li:hover .reserves-cost b,
    .reserves li:hover .reserves-cost span {
      top: -15px;
      transition: all .35s
    }
    
    .reserves li:hover .reserves-cost .order-reserves {
      bottom: -2px;
      right: -14px
    }
    
    .reserves li:hover .reserves-cost .btn {
      opacity: 1;
      visibility: visible
    }
    
    .reserves img {
      margin-right: 10px;
      width: 22px;
      height: 22px
    }
    
    .reserves p {
      font-size: 14px;
      color: #96989c
    }
    
    .reserves span {
      font-size: 14px;
      color: #282e38
    }
    
    .reserves-icon {
      width: 32px;
      height: 32px;
      display: flex;
      align-items: center;
      flex-direction: row
    }
    
    .reserves-icon span {
      font-size: 14px;
      color: #282e38;
      font-family: "Roboto-Medium", sans-serif
    }
    
    .reserves-cost {
      text-align: right;
      min-width: 130px
    }
    
    .reserves-cost p {
      font-weight: 400;
      font-size: 14px;
      font-family: "Roboto-Regular", sans-serif
    }
    
    .reserves-cost span {
      text-transform: uppercase;
      position: relative;
      transition: all .35s
    }
    
    .reserves-cost .order-reserves {
      transition: all .35s;
      position: absolute;
      bottom: -30px;
      right: 0
    }
    
    .reserves-cost .btn {
      padding-left: 15px;
      padding-right: 15px;
      line-height: 2.2;
      opacity: 0;
      visibility: hidden;
      position: absolute;
      right: 0;
      transition: all .35s
    }
    
    .news-page-top {
      padding-bottom: 3.3rem
    }
    
    .news-page-top-wr {
      background-position-y: -.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 {
      content: url(/_nuxt/img/top-waves.e42d3fc.svg);
      top: 0;
      bottom: 0;
      right: 0
    }
    
    .news-bloc:before {
      content: url(/_nuxt/img/right-waves.2e0b883.svg);
      left: 0;
      bottom: -59.9%
    }
    
    .news-bloc span {
      text-transform: uppercase;
      color: #b6b6b6;
      font-size: 12px
    }
    
    .news-bloc-img {
      height: 100%;
      overflow: hidden;
      font-size: 0
    }
    
    .news-bloc-img img {
      width: 100%
    }
    
    .news-bloc li {
      background: #fff;
      display: flex;
      flex-direction: column;
      border-radius: 8px;
      box-shadow: 0 25px 50px 0 rgba(112, 111, 111, .07)
    }
    
    .news-bloc-title {
      font-size: 18px;
      line-height: 21.09px;
      font-family: "Roboto-Regular", sans-serif;
      font-weight: 400;
      color: #50535a
    }
    
    .news-bloc-info {
      display: flex;
      justify-content: center;
      flex-direction: column;
      background-color: #fff;
      padding: 20px 24px;
      border-radius: 8px!important
    }
    
    .news-bloc-info_item {
      margin-top: 24px;
      display: flex;
      flex-direction: column
    }
    
    .news-bloc-info_item:before {
      content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzY4IiBoZWlnaHQ9IjIxIiB2aWV3Qm94PSIwIDAgMzY4IDIxIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8ZyBvcGFjaXR5PSIwLjc1Ij4KPGxpbmUgeDE9IjI0IiB5MT0iMTAiIHgyPSIxNTMiIHkyPSIxMCIgc3Ryb2tlPSIjRDBEMkRCIi8+CjwvZz4KPHBhdGggZD0iTTE2NiAxMC41SDE2NyIgc3Ryb2tlPSIjRDBEMkRCIiBzdHJva2Utd2lkdGg9IjQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTgwIDEwLjVIMTg4IiBzdHJva2U9IiNEMEQyREIiIHN0cm9rZS13aWR0aD0iOCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CjxwYXRoIGQ9Ik0yMDEgMTAuNUgyMDIiIHN0cm9rZT0iI0QwRDJEQiIgc3Ryb2tlLXdpZHRoPSI0IiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPGcgb3BhY2l0eT0iMC43NSI+CjxsaW5lIHgxPSIyMTUiIHkxPSIxMCIgeDI9IjM0NCIgeTI9IjEwIiBzdHJva2U9IiNEMEQyREIiLz4KPC9nPgo8L3N2Zz4K);
      left: 0;
      right: 0;
      align-self: center;
      margin-bottom: 3px
    }
    
    .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 {
      width: 32px;
      height: 32px
    }
    
    .news-bloc-info_item-data {
      align-self: center;
      margin-left: auto
    }
    
    .news-bloc-info_item-data span {
      display: flex;
      align-items: center
    }
    
    .news-bloc-info_item-data span span {
      margin-left: 7px;
      font-size: 14px
    }
    
    .news-bloc-info_item-data img {
      width: 20px;
      height: 20px;
      margin-left: 20px
    }
    
    .reviews-bloc:after {
      content: url(/_nuxt/img/right-waves.2e0b883.svg);
      left: 0;
      bottom: 31.4%
    }
    
    @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 {
      padding: 18px 25px;
      background-color: #f4f7f9;
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center
    }
    
    .reviews-bloc-txt:after {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-top: 25px solid #f4f7f9;
      border-right: 25px solid transparent;
      bottom: -25px
    }
    
    .reviews-bloc-txt p {
      font-size: 14px;
      position: relative;
      text-align: left;
      color: #50535a;
      z-index: 1;
      line-height: 16.41px
    }
    
    .reviews-bloc-txt p.reviews-bloc-date {
      font-size: 12px;
      text-align: center
    }
    
    .reviews-bloc__ {
      height: 70px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical
    }
    
    .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 {
      display: flex;
      align-items: center;
      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 {
      text-align: center;
      overflow: hidden;
      margin-right: 17px;
      margin-left: 8px;
      padding: 3px
    }
    
    .reviews-bloc-photo p {
      font-size: 14px;
      color: #50535a
    }
    
    .reviews-bloc-photo img {
      width: 32px;
      height: 32px
    }
    
    .form-footer input,
    .form-footer textarea {
      padding: 10px 20px;
      background: rgba(58, 48, 99, .5);
      border-radius: 20px;
      font-family: "Conv_MuseoSansCyrl_0", sans-serif
    }
    
    .form-footer input::-webkit-input-placeholder,
    .form-footer textarea::-webkit-input-placeholder {
      font-style: italic;
      color: #9f9f9f
    }
    
    .form-footer input:-moz-placeholder,
    .form-footer input::-moz-placeholder,
    .form-footer textarea:-moz-placeholder,
    .form-footer textarea::-moz-placeholder {
      font-style: italic;
      color: #9f9f9f
    }
    
    .form-footer input:-ms-input-placeholder,
    .form-footer textarea:-ms-input-placeholder {
      font-style: italic;
      color: #9f9f9f
    }
    
    .form-footer textarea {
      height: 85px;
      resize: vertical;
      min-height: 85px
    }
    
    .content {
      flex-basis: 65.8333333333%;
      max-width: 65.8333333333%;
      min-width: 0;
      padding: 15rem;
      margin: 15rem;
      flex-shrink: 0;
      flex-grow: 0
    }
    
    @media only screen and (max-width:1025px) {
      .content {
        flex-basis: 56.6666666667%;
        max-width: 56.6666666667%;
        min-width: 0;
        padding: 15rem;
        margin: 15rem;
        flex-shrink: 0;
        flex-grow: 0
      }
    }
    
    @media only screen and (max-width:767px) {
      .content {
        flex-basis: 100%;
        min-width: 0;
        padding: 15rem;
        flex-shrink: 0;
        flex-grow: 0;
        margin: 20px 15rem 15rem;
        max-width: 100%
      }
    }
    
    .verification {
      margin-top: 20px;
      font-size: 16px
    }
    
    .verification__item {
      display: flex;
      align-items: center;
      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;
      vertical-align: middle;
      margin-right: 10px
    }
    
    .verification__items {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between
    }
    
    .verification__items:last-child {
      margin-right: 0
    }
    
    .reviews {
      padding-top: 4rem;
      position: relative;
      overflow: hidden
    }
    
    .reviews-top-wr {
      background-position-y: -.5rem
    }
    
    .reviews-top ul {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      align-items: center;
      margin: 0 -.5rem
    }
    
    .reviews-top li {
      margin: .5rem
    }
    
    .reviews-top .btn {
      font-size: 15px;
      line-height: 2.54;
      text-transform: uppercase
    }
    
    .reviews-top .btn-blue {
      text-decoration: underline;
      color: #9f9f9f
    }
    
    .reviews-top .btn-blue:hover {
      opacity: 1;
      color: #fff
    }
    
    .reviews-top .btn-submit {
      box-shadow: none
    }
    
    .reviews-main-list {
      margin-bottom: 2.5rem
    }
    
    .reviews-main-list li {
      border: 1px solid #e6e6e6;
      padding: 1.25rem;
      position: relative;
      margin-top: 20px
    }
    
    .reviews-main-list li:after {
      content: url(/_nuxt/img/quotes.172360d.png);
      position: absolute;
      z-index: 2;
      width: 55px;
      height: 70px;
      right: 21px;
      top: 0
    }
    
    .reviews-main-list-item {
      display: flex
    }
    
    @media only screen and (max-width:767px) {
      .reviews-main-list-item {
        flex-wrap: wrap
      }
    }
    
    .reviews-main-list-person {
      display: flex;
      align-items: center;
      border-right: 1px solid #e6e6e6;
      padding-right: 1.875rem;
      flex-basis: 20%
    }
    
    @media only screen and (max-width:767px) {
      .reviews-main-list-person {
        flex-basis: 100%;
        padding-right: 0;
        border-bottom: 1px solid #e6e6e6;
        border-right: none;
        padding-bottom: .5rem;
        margin-bottom: .5rem
      }
    }
    
    .reviews-main-list-person-photo {
      width: 3.125rem;
      height: 3.125rem;
      border-radius: 50%;
      overflow: hidden;
      padding: 7px;
      margin-right: 1.25rem;
      background-color: #7d9baf
    }
    
    .reviews-main-list-person-name p {
      margin-bottom: 7px
    }
    
    .reviews-main-list-person-name span {
      color: #fac917;
      margin-right: 3px
    }
    
    .reviews-main-list-txt {
      padding-left: 1.875rem;
      padding-right: 3.875rem;
      flex-basis: 80%
    }
    
    @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 {
      font-size: 12px;
      color: #b6b6b6;
      display: inline-block;
      margin-bottom: 15px
    }
    
    .reviews-main-list-txt p {
      line-height: 24px
    }
    
    .one-new-top-wr {
      background-position-y: -.5rem
    }
    
    .one-new-top-back {
      margin-top: 1.1rem;
      margin-bottom: 3rem
    }
    
    .one-new-top-back a {
      text-transform: uppercase;
      text-decoration: underline;
      font-size: 13px;
      color: #fff
    }
    
    .one-new-top-date {
      margin-top: 1.56rem;
      padding-bottom: 5.25rem;
      color: #9f9f9f
    }
    
    .one-new-top-date img {
      width: 17px;
      margin-right: 10px
    }
    
    .one-new-info {
      margin-top: 3rem;
      margin-bottom: 4rem
    }
    
    .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-top: 2.25rem;
      margin-bottom: 1.6rem
    }
    
    .one-new-info ul {
      margin-top: 15px;
      list-style-type: disc;
      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.a9906b2.svg);
      position: absolute;
      left: -5rem;
      top: 0;
      width: 3.5rem;
      height: 2.4rem
    }
    
    @media only screen and (max-width:550px) {
      .one-new_comments li>ul li:before {
        left: -4rem;
        width: 2.5rem
      }
    }
    
    .one-new_comments_bloc {
      display: flex;
      border-bottom: 1px solid #e6e6e6;
      padding-bottom: 20px;
      position: relative
    }
    
    .one-new_comments_bloc-photo {
      width: 50px;
      height: 50px;
      background-color: #969593;
      border-radius: 50%;
      text-align: center;
      overflow: hidden;
      margin-right: 17px;
      padding: 3px
    }
    
    .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 {
      text-transform: uppercase;
      text-decoration: underline;
      color: #1ac1de;
      font-size: 13px
    }
    
    .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 {
      text-transform: uppercase;
      font-size: 12px;
      color: #96989c
    }
    
    @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 {
      display: flex;
      padding: 10px 0;
      border-bottom: 1px solid #9b9b9b
    }
    
    .transaction__row--title {
      padding: 14px 0;
      background-color: #ebebeb;
      color: #0595c5;
      border: none
    }
    
    .transaction__dies,
    .transaction__plus {
      flex-basis: 8.3333333333%;
      max-width: 8.3333333333%;
      text-align: center
    }
    
    .transaction__date,
    .transaction__dies,
    .transaction__plus {
      min-width: 5px;
      padding: 15rem;
      margin: 15rem;
      flex-shrink: 0;
      flex-grow: 0
    }
    
    .transaction__date {
      flex-basis: 20.8333333333%;
      max-width: 20.8333333333%
    }
    
    @media only screen and (max-width:550px) {
      .transaction__date {
        flex-basis: 25%;
        max-width: 25%;
        min-width: 5px;
        padding: 15rem;
        margin: 15rem;
        flex-shrink: 0;
        flex-grow: 0
      }
    }
    
    .transaction__description {
      flex-basis: 50%;
      max-width: 50%;
      min-width: 5px;
      padding: 15rem;
      margin: 15rem;
      flex-shrink: 0;
      flex-grow: 0
    }
    
    @media only screen and (max-width:1025px) {
      .transaction__description {
        flex-basis: 45.8333333333%;
        max-width: 45.8333333333%;
        min-width: 5px;
        padding: 15rem;
        margin: 15rem;
        flex-shrink: 0;
        flex-grow: 0
      }
    }
    
    @media only screen and (max-width:550px) {
      .transaction__description {
        flex-basis: 41.6666666667%;
        max-width: 41.6666666667%;
        min-width: 5px;
        padding: 15rem;
        margin: 15rem;
        flex-shrink: 0;
        flex-grow: 0
      }
    }
    
    .transaction__amount {
      flex-basis: 12.5%;
      max-width: 12.5%;
      min-width: 5px;
      padding: 15rem;
      margin: 15rem;
      flex-shrink: 0;
      flex-grow: 0
    }
    
    @media only screen and (max-width:1025px) {
      .transaction__amount {
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%;
        min-width: 5px;
        padding: 15rem;
        margin: 15rem;
        flex-shrink: 0;
        flex-grow: 0
      }
    }
    
    @media only screen and (max-width:550px) {
      .transaction__amount {
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%;
        min-width: 0;
        padding: 15rem;
        margin: 15rem;
        flex-shrink: 0;
        flex-grow: 0
      }
    }
    
    .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 {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      align-items: center;
      margin: 0 -.5rem
    }
    
    @media only screen and (max-width:767px) {
      .specification-top-item ul {
        margin: 0;
        justify-content: center
      }
    }
    
    .specification-top-item li {
      margin: .5rem
    }
    
    .specification-top-item .btn {
      font-size: 15px;
      line-height: 2.54;
      text-transform: uppercase;
      padding-left: 40px;
      padding-right: 40px
    }
    
    @media only screen and (max-width:550px) {
      .specification-top-item .btn {
        padding-right: 10px;
        padding-left: 10px;
        font-size: 13px
      }
    }
    
    .specification-top-item .btn-blue {
      text-decoration: underline;
      color: #fff
    }
    
    .specification-top-item .btn-blue:hover {
      opacity: 1;
      color: #fff
    }
    
    .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-top: 2rem;
      padding-bottom: 2rem
    }
    
    .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: #212121;
      margin-top: 8px;
      margin-bottom: 16px;
      text-transform: none;
      font-weight: 400
    }
    
    .one-new-info-item h2,
    .specification-info h2 {
      font-size: 2rem
    }
    
    .one-new-info-item h3,
    .specification-info h3 {
      font-size: 1.75rem
    }
    
    .one-new-info-item div,
    .one-new-info-item p,
    .specification-info div,
    .specification-info p {
      margin-bottom: 16px
    }
    
    .faq {
      margin-top: 2.5rem;
      margin-bottom: 2.5rem
    }
    
    .faq-top-wr {
      background-position-y: -.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 {
      padding: 20px 90px 20px 30px;
      border: 1px solid #e6e6e6;
      font-size: 1.5rem;
      position: relative
    }
    
    @media screen and (max-width:767px) {
      .faq-qst-title {
        font-size: .9rem;
        padding: 10px 70px 10px 10px
      }
    }
    
    .faq-qst-title span {
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      width: 60px;
      background: #f4f5f7;
      border-left: 1px solid #e6e6e6
    }
    
    .faq-qst-title span:after {
      content: "";
      position: absolute;
      left: 20px;
      top: 50%;
      margin-top: -5px;
      width: 20px;
      height: 20px;
      border-color: #b2b4b8;
      border-style: solid;
      border-width: 2px 0 0 2px;
      transition: all .35s;
      transform: translateY(-50%) rotate(-135deg)
    }
    
    .faq-qst-title-arrow {
      box-shadow: 0 6px 35px 0 #d0d0d0;
      margin-top: 1.25rem;
      margin-bottom: 1.25rem;
      transition: all .35s
    }
    
    .faq-qst-title-arrow span:after {
      top: 50%;
      transform: rotate(45deg) translateY(-50%)
    }
    
    .faq-qst-title-arrow .b-toggle {
      max-height: 100%;
      opacity: 1;
      _display: block;
      padding: 1.25rem 1.875rem;
      border: 1px solid #e6e6e6;
      border-top: none;
      transition: opacity .3s, max-height .3s
    }
    
    .b-toggle {
      padding: 8px 12px 12px;
      border: 1px solid #e6e6e6;
      border-top: none;
      opacity: 0;
      max-height: 0;
      background: #fff;
      overflow: hidden;
      font-size: 1rem;
      line-height: 1.5;
      _display: none
    }
    
    @media screen and (max-width:767px) {
      .b-toggle {
        font-size: .7rem;
        line-height: 1.2
      }
    }
    
    .pagination {
      margin-top: 26px;
      margin-bottom: 26px
    }
    
    .pagination ul {
      display: flex;
      justify-content: center
    }
    
    .pagination li {
      margin: 3px;
      border: none;
      min-width: auto;
      flex-basis: auto;
      box-shadow: none
    }
    
    .pagination a {
      text-align: center;
      display: block;
      width: 40px;
      height: 40px;
      line-height: 40px;
      border-radius: 50%;
      background-color: #e5e7ea;
      color: #9f9f9f;
      font-size: 15px
    }
    
    .pagination a.pagination-current,
    .pagination a:hover {
      color: #212121;
      background-color: #fff;
      box-shadow: 0 6px 35px 0 #d0d0d0
    }
    
    .pagination a.pagination-ban {
      cursor: default;
      color: #9f9f9f;
      background-color: #e5e7ea;
      box-shadow: none
    }
    
    .footer {
      flex: 0 0 auto
    }
    
    .footer .container-1 {
      width: 1450px
    }
    
    .footer-bottom {
      background: radial-gradient(138.47% 87.35% at 50.69%, at 25.61%, #f3f6f8 0, #fff 100%);
      background: radial-gradient(138.47% 87.35% at 50.69% 25.61%, #f3f6f8 0, #fff 100%);
      padding-top: 10px;
      padding-bottom: 10px
    }
    
    .footer-bottom .container {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      flex-wrap: wrap;
      align-items: center
    }
    
    .footer-bottom a,
    .footer-bottom p {
      color: #96989c
    }
    
    .footer-bottom p {
      font-size: 15px
    }
    
    .footer-bottom ul {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      align-items: center
    }
    
    .footer-bottom li {
      margin: 10px
    }
    
    .footer-bottom a {
      font-size: 1em;
      padding: 5px
    }
    
    .footer-bottom a:hover {
      color: #282e38
    }
    
    .contact {
      margin: 20px 0;
      padding-left: 55px;
      background-position: 0;
      background-size: auto auto;
      background-size: initial;
      background-repeat: no-repeat
    }
    
    .contact p {
      font-size: 1.375em
    }
    
    .contact-mail {
      background-image: url(/_nuxt/img/mail.2a98174.svg)
    }
    
    .contact-main {
      margin-top: 2.875rem;
      margin-bottom: 4rem;
      flex: 1 0 auto
    }
    
    @media only screen and (max-width:767px) {
      .contact-main {
        margin: 0 .8rem
      }
    }
    
    .contact-main .container {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between
    }
    
    .contact-main .container>div {
      flex: 1 1;
      display: flex;
      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;
      font-size: 14px;
      flex: 1 0 auto;
      margin: 7px 15px;
      max-width: 235px
    }
    
    .contact-main-item-page {
      display: flex;
      flex-direction: column;
      margin: 50px 0;
      border-bottom: 1px dashed;
      -o-border-image: linear-gradient(180deg, red, transparent) 1 100%;
      border-image: linear-gradient(180deg, red, transparent) 1 100%
    }
    
    .contact-main-item-page h4 {
      margin: 0 0 10px;
      font-size: 36px;
      font-family: "Play-Regular", sans-serif;
      font-weight: 400;
      text-align: center;
      line-height: 41.65px
    }
    
    .contact-main-item-page div span {
      color: #c6d8fb;
      font-size: 14px
    }
    
    .contact-main-item-page div a {
      font-size: 15px;
      color: #fff
    }
    
    .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 {
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center;
      flex-wrap: wrap;
      margin: 50px 0;
      border-bottom: 1px dashed;
      -o-border-image: linear-gradient(180deg, red, transparent) 1 100%;
      border-image: linear-gradient(180deg, red, transparent) 1 100%
    }
    
    .contact-main-item h4 {
      margin: 0 0 10px;
      font-size: 36px;
      font-family: "Play-Regular", sans-serif;
      font-weight: 400;
      text-align: center;
      line-height: 41.65px
    }
    
    .contact-main-item div span {
      color: #c6d8fb;
      font-size: 14px
    }
    
    .contact-main-item div a {
      font-size: 15px;
      color: #fff
    }
    
    .contact-main-item>div {
      display: flex;
      flex-wrap: wrap;
      margin: 10px 0;
      justify-content: space-between;
      align-items: center;
      align-content: center
    }
    
    .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 {
      width: 58px;
      height: 58px;
      margin-right: 17px;
      background: linear-gradient(180deg, #4070f4, #4070f4);
      border-radius: 4px;
      text-align: center;
      padding: 11px;
      display: flex;
      flex-direction: column;
      justify-content: center
    }
    
    .contact-main-icon img {
      width: 100%
    }
    
    .contact-page-top {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-bottom: 3.3rem
    }
    
    @media only screen and (max-width:767px) {
      .contact-page-top {
        flex-wrap: wrap;
        padding-bottom: .3rem;
        justify-content: center
      }
    }
    
    .contact-page-top-wr {
      background-position-y: -.5rem
    }
    
    .contact-page-top h1 {
      margin-bottom: 1.875rem
    }
    
    @media only screen and (max-width:767px) {
      .contact-page-top h1 {
        margin-bottom: .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: .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-top: 0;
      margin-bottom: .875rem
    }
    
    .contact-main-form input,
    .contact-main-form textarea {
      margin: 10px 0 0;
      border-radius: 20px;
      padding: 10px 35px 10px 15px;
      font-size: 1rem;
      border: 1px solid #eee;
      width: 100%;
      background-color: #f4f5f7
    }
    
    .contact-main-form textarea {
      resize: vertical;
      height: 5rem;
      min-height: 2.5rem
    }
    
    .contact-main-form>div {
      margin-top: 1.625rem
    }
    
    .four {
      color: #fff
    }
    
    .four-wr {
      flex: 1 0;
      background-position-y: 0;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      background-size: 900% 150%;
      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-direction: column;
      justify-content: center;
      flex: 1 0
    }
    
    .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 {
      padding-left: 5rem;
      padding-right: 5rem;
      line-height: 3;
      font-size: 18px
    }
    
    @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 {
      margin-top: 2.5rem;
      font-size: 2.875rem;
      margin-bottom: 1.875rem
    }
    
    @media only screen and (max-width:767px) {
      .four-second-break {
        margin-top: .5rem;
        margin-bottom: .5rem;
        font-size: 1.5rem
      }
    }
    
    .four-second-back {
      font-size: 1.5rem;
      margin-bottom: 10%
    }
    
    .four-second-dont-worry {
      font-size: 1.125rem;
      line-height: 1.5;
      margin-bottom: 1.875rem;
      max-width: 590px;
      width: 100%;
      display: inline-block
    }
    
    @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 {
      display: flex;
      margin-right: 50px;
      justify-content: space-between;
      flex-direction: row;
      align-items: center
    }
    
    @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 {
      margin: 0 11px;
      content: "";
      border-right: 1px solid #f3f3f3
    }
    
    @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 {
        width: 45%;
        margin: 0 4px
      }
    }
    
    .zayvki-filter--bot {
      margin: 0 -30px;
      display: flex;
      flex-wrap: wrap;
      flex-direction: row
    }
    
    @media only screen and (max-width:767px) {
      .zayvki-filter--bot {
        margin: 0 10px
      }
    }
    
    .zayvki-filter-main {
      margin: 2.5rem 0 .5rem
    }
    
    .zayvki-filter-main--top {
      justify-content: space-between;
      flex-direction: row
    }
    
    .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 {
      margin: 0 11px;
      content: "";
      border-right: 1px solid #f3f3f3
    }
    
    @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 {
      margin: 0 -30px;
      display: flex;
      flex-wrap: wrap;
      flex-direction: row
    }
    
    @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 {
      margin-top: 55px;
      display: flex;
      margin-bottom: 80px;
      flex-direction: column;
      box-shadow: 0 15px 116px rgba(116, 124, 130, .05), 0 32px 75px rgba(116, 124, 130, .1);
      border-radius: 24px
    }
    
    .zayvki-table {
      width: 90%;
      margin-top: 1.875rem;
      align-self: center;
      margin-bottom: 1.875rem;
      border: 1px solid #e6e6e6;
      overflow: hidden;
      border-radius: 6px
    }
    
    @media only screen and (max-width:1025px) {
      .zayvki-table {
        width: 100%
      }
    }
    
    .zayvki-table table {
      width: 100%;
      border-collapse: collapse;
      color: #212121
    }
    
    .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 {
      padding: 12px 13px;
      font-size: 1.125rem
    }
    
    .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: .75rem
      }
    }
    
    .zayvki-table td {
      padding: 20px 13px;
      font-size: 1rem;
      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: .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 {
      display: flex;
      align-items: center;
      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 {
      width: 12px;
      margin: 0 1rem;
      font-size: 0
    }
    
    @media only screen and (max-width:1200px) {
      .zayvki-table dd {
        margin: 0 .35rem
      }
    }
    
    .zayvki-table img {
      width: 30px;
      margin-right: 15px
    }
    
    .zayvki-table .qt {
      text-transform: uppercase;
      color: #212121;
      font-weight: 600;
      font-size: .85rem
    }
    
    .zayvki-table .currency {
      white-space: nowrap;
      color: #9a9a9a;
      font-size: .8rem
    }
    
    @media only screen and (max-width:767px) {
      .zayvki-table .currency {
        white-space: normal
      }
    }
    
    .zayvki-table span.status {
      font-size: .75rem;
      text-transform: uppercase;
      display: inline-block;
      width: 135px;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      padding-left: 12px
    }
    
    @media only screen and (max-width:1025px) {
      .zayvki-table span.status {
        font-size: .5rem;
        width: 88px
      }
    }
    
    @media only screen and (max-width:767px) {
      .zayvki-table span.status {
        width: 65px
      }
    }
    
    .zayvki-table span.status.new-zayvka--marker {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      display: inline-block;
      padding: 0
    }
    
    .zayvki-table span.status.new-zayvka--marker__v {
      width: 5px;
      height: 26px;
      border-radius: 5px;
      padding: 0;
      position: absolute;
      left: 10px;
      top: 50%;
      margin-top: -13px
    }
    
    .zayvki-table .status--row {
      display: flex;
      align-items: center;
      flex-direction: row;
      justify-content: flex-start
    }
    
    .zayvki-table button {
      cursor: pointer;
      border: none;
      background-color: transparent;
      width: 25px;
      height: 27px;
      margin-right: 10px;
      background-size: 90%;
      display: inline-block;
      background-position: 50%;
      background-repeat: no-repeat
    }
    
    .zayvki-table button:hover {
      background-size: 100%;
      transform: rotate(10deg)
    }
    
    .zayvki-table button.view {
      width: 28px;
      height: 18px;
      background-image: url(/_nuxt/img/view.f7f271f.svg);
      margin-left: 20%
    }
    
    .zayvki-table button.delete {
      width: 19px;
      height: 19px;
      background-image: url(/_nuxt/img/delete.770b0da.svg)
    }
    
    @media only screen and (max-width:767px) {
      .zayvki-table {
        overflow: auto
      }
      .zayvki-table thead {
        display: none
      }
      .zayvki-table img {
        width: 22px;
        margin-right: 5px
      }
      .zayvki-table td {
        display: inline-flex;
        align-items: center;
        padding-top: 10px;
        padding-bottom: 10px;
        width: 33%
      }
      .zayvki-table td:first-child {
        padding-left: 20px;
        width: auto;
        margin-right: 15px
      }
      .zayvki-table td:nth-child(2) {
        width: auto;
        min-width: 40%
      }
      .zayvki-table .table--row {
        flex-wrap: nowrap;
        flex: none
      }
      .zayvki-table .qt {
        white-space: nowrap;
        font-size: .75rem
      }
      .zayvki-table span.status {
        white-space: normal
      }
    }
    
    @media only screen and (max-width:1200px) {
      .requisites-bg {
        background-position-y: 0
      }
    }
    
    .requisites--top {
      margin: 0 0 2.125rem;
      display: flex;
      justify-content: space-between;
      flex-direction: row
    }
    
    .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 {
      margin: 0 11px;
      content: "";
      border-right: 1px solid #f3f3f3
    }
    
    @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;
      justify-content: center;
      width: 50px;
      height: 50px;
      padding: 5px
    }
    
    .requisites-main {
      margin-bottom: 2.6rem;
      min-height: 307px
    }
    
    .requisites-main--txt,
    .requisites-main--txt__ {
      color: #9f9f9f;
      text-transform: uppercase;
      margin-top: 10px;
      margin-bottom: 1.65rem;
      font-size: .875rem
    }
    
    .requisites-main--txt__,
    .requisites-main--txt____ {
      margin-top: 2.5rem;
      margin-bottom: .85rem
    }
    
    .requisites-main--verified {
      font-size: 1.25rem;
      line-height: 1.5;
      font-family: "Conv_MuseoSansCyrl_2", sans-serif
    }
    
    .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 {
      position: absolute;
      z-index: 0;
      opacity: .1
    }
    
    .requisites-select-block .form:after {
      content: url(/_nuxt/img/001.f83ed95.svg);
      top: -5.5rem;
      right: -18rem;
      width: 46rem
    }
    
    .requisites-select-block .form:before {
      content: url(/_nuxt/img/002.ebb3754.svg);
      bottom: -24rem;
      left: -18.5rem;
      width: 46rem
    }
    
    .requisites-select-block--btn-group {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      position: relative;
      z-index: 1
    }
    
    .requisites-select-block p {
      margin-top: 10px
    }
    
    .api .container-api {
      margin: 3.3rem 6.6rem;
      display: flex;
      flex-direction: column
    }
    
    @media only screen and (max-width:767px) {
      .api .container-api {
        margin: .5rem 1rem
      }
    }
    
    .api .container-api h2 {
      margin-left: 0
    }
    
    @media only screen and (max-width:767px) {
      .api .container-api h2 {
        margin: auto
      }
    }
    
    .api-block {
      padding-bottom: 3rem;
      background: linear-gradient(0deg, #f7f8fa, #fff);
      color: #9f9f9f
    }
    
    .api-block__main {
      padding: 1.875rem 3rem;
      border: 1px solid #f3f3f3;
      margin-top: 1.3125rem;
      margin-bottom: 2.3125rem;
      display: flex;
      align-items: center;
      justify-content: space-between;
      background: #fff
    }
    
    @media only screen and (max-width:1200px) {
      .api-block__main {
        flex-wrap: wrap
      }
    }
    
    @media only screen and (max-width:767px) {
      .api-block__main {
        padding: .5rem 1rem
      }
    }
    
    .api-block__main .title__ {
      font-size: 1.375rem;
      margin-top: 0;
      margin-bottom: 1.1875rem
    }
    
    .api-block__info {
      padding: 1.875rem 3rem 2rem;
      border: 1px solid #f3f3f3;
      margin-top: 1.3125rem;
      margin-bottom: 2.3125rem;
      background: #fff
    }
    
    @media only screen and (max-width:767px) {
      .api-block__info {
        padding: .5rem 1rem
      }
    }
    
    .api-block__info--wr {
      border-radius: 15px 15px 0 0;
      overflow: hidden;
      background: #fbfbfb
    }
    
    .api-block__info--h {
      padding: 15px;
      background: #f3f3f3;
      display: flex;
      align-items: center;
      flex-direction: row;
      justify-content: flex-start
    }
    
    .api-block__info--h span {
      display: inline-block;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      margin-right: 5px;
      background: #9f9f9f
    }
    
    .api-block__info--h span:first-child {
      background: #4070f4
    }
    
    .api-block__info--txt {
      padding: 15px
    }
    
    .api-block__info .title__sub {
      margin: 2rem 0 .75rem;
      font-size: 1rem;
      color: #212121;
      text-transform: uppercase
    }
    
    .api-block__info p {
      margin-bottom: .25rem;
      line-height: 1.18;
      word-break: break-all
    }
    
    .api-block__info span {
      color: #4070f4;
      font-weight: 400
    }
    
    .api-block__info dd {
      margin-left: 6%;
      margin-bottom: .75rem
    }
    
    .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 {
        width: 100%;
        margin-bottom: .75rem;
        text-align: center;
        margin-right: 0
      }
    }
    
    .api-block__img img {
      width: 100%;
      max-width: 124px
    }
    
    .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: .875rem
    }
    
    .api-block__txt div {
      display: flex;
      align-items: center
    }
    
    .api-block__txt div p {
      margin-right: 10px;
      max-width: 70px;
      width: 100%
    }
    
    .api-block__txt div span {
      font-size: .875rem;
      color: #434343
    }
    
    @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.form__option--wr p,
    .api-block__txt div p.form__option__text,
    .api-block__txt div span.form__option__text {
      margin-bottom: 0
    }
    
    .api-block__btns {
      padding-left: 1rem;
      border-left: 2px solid #f7f9fa;
      display: flex;
      flex-direction: column
    }
    
    @media only screen and (max-width:1025px) {
      .api-block__btns {
        width: 100%;
        border-left: none;
        padding-left: 0;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
        margin-top: 1.5rem
      }
    }
    
    @media only screen and (max-width:767px) {
      .api-block__btns {
        flex-wrap: wrap;
        flex-direction: column
      }
    }
    
    .api-block__btns .btn {
      margin: 5px;
      box-shadow: none;
      min-width: 10rem
    }
    
    .api-block .table {
      width: 100%
    }
    
    .api-block .table .key {
      display: flex;
      align-items: center
    }
    
    .api-block .table .key img {
      width: 15px;
      margin-right: 12px
    }
    
    .api-block .table span {
      color: #9f9f9f
    }
    
    .api-block .table .btn {
      padding-left: 5px;
      padding-right: 5px;
      opacity: .5
    }
    
    .api-block .table .btn:hover {
      opacity: 1
    }
    
    .api-block table {
      border-collapse: collapse
    }
    
    .api-block table td {
      white-space: nowrap;
      padding: 1.25rem 2.5rem;
      font-size: .875rem;
      color: #434343
    }
    
    .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) {
      width: 10%;
      text-align: center
    }
    
    @media only screen and (max-width:767px) {
      .api-block table td:nth-child(3) {
        width: auto;
        white-space: nowrap
      }
    }
    
    @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: .75rem
      }
    }
    
    .api-block table tbody span {
      font-size: .875rem
    }
    
    .api-block table tr {
      border: 1px solid #f3f3f3;
      background: #fff
    }
    
    .api__info {
      margin-top: 1.5625rem;
      font-size: .875rem
    }
    
    .form__option {
      display: flex;
      align-items: center
    }
    
    @media only screen and (max-width:1200px) {
      .form__option {
        flex-wrap: wrap
      }
      .form__option label {
        margin: 5px 0
      }
    }
    
    .form__option label {
      font-size: .875rem;
      display: flex;
      align-items: center;
      color: rgba(33, 33, 33, .65);
      margin-right: 20px;
      cursor: pointer;
      position: relative
    }
    
    .form__option__text {
      position: relative;
      padding-left: 25px;
      margin-bottom: 0;
      white-space: nowrap
    }
    
    .form__option__text:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 13px;
      height: 13px;
      background: #f4f5f7;
      border: 1px solid #e6e6e6;
      border-radius: 4px
    }
    
    .form__option input {
      position: absolute;
      left: 0;
      top: 0;
      width: 0;
      height: 0;
      padding: 0;
      margin: 0
    }
    
    .form__option input[type=checkbox]:checked+.form__option__text:after {
      content: "";
      position: absolute;
      left: 5px;
      top: 2px;
      width: 4px;
      height: 7px;
      border: 1px solid rgba(40, 164, 151, .65);
      border-left: transparent;
      border-top: transparent;
      transform: rotate(35deg)
    }
    
    .form__option i {
      flex: none;
      line-height: 13px;
      width: 13px;
      height: 13px;
      display: inline-block;
      cursor: pointer;
      border-radius: 50%
    }
    
    .footer-support {
      color: #fff;
      margin-top: 0;
      background-color: #282e39
    }
    
    .footer-support h4 {
      font-size: 36px
    }
    
    .footer-support span {
      color: #9f9f9f;
      display: inline-block;
      margin-bottom: 5px;
      font-size: 1.125em
    }
    
    .footer-support p {
      font-size: 1.125em
    }
    
    .footer-support .container {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      border-bottom: 0
    }
    
    .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 {
      margin-top: 20px;
      box-shadow: none;
      min-width: 15rem;
      line-height: 3.8
    }
    
    .popup {
      position: fixed;
      left: 0;
      height: 100%;
      width: 100%;
      opacity: 0;
      visibility: hidden;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      transition: all .35s;
      z-index: 999;
      margin-top: 0!important;
      top: 0;
      background-color: rgba(0, 0, 0, .05)!important;
      display: table
    }
    
    .popup-open {
      top: 0;
      opacity: 1;
      visibility: visible
    }
    
    .popup .title {
      margin-top: 0;
      margin-bottom: 0
    }
    
    .popup .modal-header {
      padding: 0 14px
    }
    
    .popup-wr {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      justify-content: center;
      z-index: 10;
      max-height: 90%;
      height: 100%;
      position: absolute;
      width: 100%;
      top: 0;
      overflow: auto;
      margin: 0
    }
    
    @media only screen and (max-width:1025px) {
      .popup-wr {
        max-width: 79%
      }
    }
    
    .popup-wr-item {
      width: 94%;
      max-width: 450px;
      border-radius: 30px;
      padding-top: 22px;
      margin: 1rem auto;
      z-index: 10;
      position: relative;
      background: #fff;
      overflow: hidden
    }
    
    .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 {
      width: 0;
      height: 0
    }
    
    .popup-wr-item::-webkit-scrollbar-track-piece {
      background: transparent
    }
    
    .popup-wr-item::-webkit-scrollbar-thumb:vertical {
      height: 0;
      background: #272c35
    }
    
    .popup-wr-item::-webkit-scrollbar-thumb:vertical:hover {
      background: #71ca55
    }
    
    .popup-wr-item::-webkit-scrollbar-thumb:horizontal {
      width: 0;
      background: #272c35
    }
    
    .popup-wr-item::-webkit-scrollbar-thumb:horizontal:hover {
      background: #71ca55
    }
    
    .popup-wr .title {
      margin: 0;
      padding: 1.5rem 3rem;
      border-bottom: 1px solid #e6e6e6;
      background-color: #fff
    }
    
    @media only screen and (max-width:550px) {
      .popup-wr .title {
        font-size: 1.2rem
      }
    }
    
    .popup-close-bloc {
      position: fixed;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      z-index: 9
    }
    
    .popup-close-btn {
      position: absolute;
      right: 8px;
      top: -22px;
      cursor: pointer;
      color: #9f9f9f;
      font-size: 28px
    }
    
    .popup form>div {
      margin-bottom: 1rem
    }
    
    @media only screen and (max-width:767px) {
      .popup form>div {
        margin-bottom: .35rem
      }
    }
    
    .popup-top {
      padding: 1.5rem 14px 1rem;
      background: #fff
    }
    
    .popup-top .title {
      margin: 0 0 .5rem;
      padding: 0 0 .5rem
    }
    
    @media only screen and (max-width:550px) {
      .popup-top {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
        padding-top: .5rem
      }
    }
    
    .popup-top .form-incarcartent-sent-received-wr {
      margin: 1rem 0 2rem;
      padding: 1.25rem 2rem
    }
    
    @media only screen and (max-width:550px) {
      .popup-top .form-incarcartent-sent-received-wr {
        padding-right: 1rem;
        padding-left: 1rem;
        margin-bottom: .5rem;
        padding-bottom: 0
      }
    }
    
    .popup-top .form-incarcartent-sent-received-wr .form-incarcartent-sent-received_img {
      padding: 0 .93rem
    }
    
    .popup-top .form-incarcartent-sent-received-wr p.title {
      font-size: 1.5rem;
      margin-bottom: 0;
      border-bottom: none
    }
    
    @media only screen and (max-width:1025px) {
      .popup-top .form-incarcartent-sent-received-wr p.title {
        margin: 0 auto;
        font-size: 1.1rem;
        justify-content: center
      }
    }
    
    .popup input,
    .popup textarea {
      margin-top: 10px;
      text-indent: 10px;
      font-size: 1.25rem;
      outline: none;
      border: none;
      border-top: 1px solid #e6e6e6;
      padding-bottom: 15px;
      padding-top: 15px;
      font-family: "Conv_MuseoSansCyrl_0", sans-serif;
      font-weight: 100;
      padding-right: 30px;
      resize: none;
      width: 100%;
      background-color: #f9f9f9;
      border-radius: 6px;
      background-repeat: no-repeat;
      background-size: 8px;
      background-position: 100%;
      background-position-y: 8px
    }
    
    .popup input:active,
    .popup input:focus,
    .popup input:hover,
    .popup input:visited,
    .popup textarea:active,
    .popup textarea:focus,
    .popup textarea:hover,
    .popup textarea:visited {
      outline: none;
      border: none;
      border-top: 1px solid #e6e6e6
    }
    
    .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 {
      position: relative;
      display: inline-block;
      width: 100%;
      margin-bottom: 1.3rem
    }
    
    .popup label span {
      font-size: .875rem;
      line-height: 1.29;
      color: #9f9f9f;
      cursor: pointer;
      z-index: 1;
      position: relative
    }
    
    .popup label.popup-succes input {
      border-top-color: green;
      background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4Ij4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNNTA1Ljk0Myw3OS41OTRjLTguMDc3LTguMDc3LTIxLjE3Mi04LjA3Ny0yOS4yNDksMEwxNjcuNzU1LDM4OC41MzJMMzUuMzA2LDI1Ni4wODNjLTguMDc2LTguMDc3LTIxLjE3Mi04LjA3Ny0yOS4yNDgsMCAgICBjLTguMDc3LDguMDc3LTguMDc3LDIxLjE3MiwwLDI5LjI0OWwxNDcuMDc0LDE0Ny4wNzRjNC4wMzgsNC4wMzksOS4zMzIsNi4wNTgsMTQuNjI1LDYuMDU4YzUuMjkzLDAsMTAuNTg3LTIuMDE5LDE0LjYyNS02LjA1OSAgICBsMzIzLjU2Mi0zMjMuNTYyQzUxNC4wMTksMTAwLjc2Nyw1MTQuMDE5LDg3LjY3Miw1MDUuOTQzLDc5LjU5NHoiIGZpbGw9IiM3OWM4MWMiLz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K)
    }
    
    .popup label.popup-error input {
      border-top-color: red;
      background-image: url(/_nuxt/img/close.d2b0c26.svg)
    }
    
    .popup label.margin-b-0 {
      margin-bottom: 0
    }
    
    .popup .btn {
      margin-top: 1rem;
      width: 100%;
      line-height: 3.75;
      font-size: 1rem
    }
    
    .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 {
        min-width: 200px;
        margin: 0 0 1rem
      }
    }
    
    .popup-personal-date p {
      font-size: 15px;
      line-height: 20px
    }
    
    .popup-personal-date a {
      text-decoration: underline
    }
    
    .popup .d-flex {
      display: flex;
      align-items: center;
      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-wrap: wrap;
        justify-content: center;
        flex-direction: column
      }
    }
    
    .popup .d-flex__col>div {
      margin: 0 14px
    }
    
    .popup .d-flex__col>div p {
      margin: 0
    }
    
    .popup .d-flex__col>div label {
      margin-top: 0;
      margin-bottom: 15px
    }
    
    .popup .d-flex a {
      text-decoration: underline
    }
    
    .popup .d-flex a:hover {
      color: #a5a7a5
    }
    
    .popup .flex-start {
      flex-direction: row;
      justify-content: center
    }
    
    .popup .flex-start img {
      max-width: 24px;
      margin-right: 15px
    }
    
    .popup .flex-row {
      width: auto;
      margin: 0 -7.5px
    }
    
    .popup .flex-row input {
      margin: 1.875rem 7.5px .5rem;
      min-width: 3rem;
      text-align: center;
      padding: 15px 10px;
      text-indent: 0
    }
    
    @media only screen and (max-width:650px) {
      .popup .flex-row input {
        margin: 1.875rem 5px .5rem;
        min-width: 2rem;
        padding: 10px
      }
    }
    
    .input-img {
      position: relative;
      display: flex;
      align-items: center;
      margin-top: 10px
    }
    
    .input-img img {
      position: absolute;
      left: 1.25rem;
      width: 1.5rem;
      margin: 0;
      top: .9rem
    }
    
    .input-img input {
      padding-left: 4rem;
      margin: 0
    }
    
    .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-wrap: wrap;
        justify-content: center;
        flex-direction: column
      }
    }
    
    .popup-personal-room__bot>div {
      margin: 0 14px;
      flex: 1 1
    }
    
    .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 {
      padding: .7rem 1.43rem 1rem;
      background: #f4f5f7
    }
    
    .popup-bottom__ {
      padding: .7rem 14px 1rem
    }
    
    @media only screen and (max-width:650px) {
      .popup-bottom__ {
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column
      }
    }
    
    .popup-bottom__>p,
    .popup-bottom__>ul {
      flex: 1 1;
      white-space: normal;
      line-height: 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: .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 {
      position: fixed;
      z-index: 999;
      margin-top: 0!important;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, .5);
      display: table;
      transition: opacity .3s ease
    }
    
    .modal-mask .modal-wrapper {
      display: table-cell;
      vertical-align: middle;
      height: 100%;
      position: absolute;
      width: 100%;
      top: 0;
      overflow: auto;
      margin: 0
    }
    
    .modal-mask .modal-wrapper .modal-container {
      max-width: 440px;
      padding: 22px 14px 44px;
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 20px rgba(33, 33, 33, .12);
      transition: all .3s ease;
      font-family: Helvetica, Arial, sans-serif;
      width: 94%;
      margin: 1rem auto
    }
    
    .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 {
      margin-top: 0;
      font-weight: 300;
      font-size: 28px;
      line-height: 34px;
      color: #212121
    }
    
    .modal-mask .modal-wrapper .modal-container .modal-header {
      position: relative;
      margin-top: 0!important
    }
    
    @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 {
      position: absolute;
      right: 7px;
      top: -12px;
      cursor: pointer;
      color: #9f9f9f;
      font-size: 28px
    }
    
    .modal-mask .modal-wrapper .modal-container .modal-body {
      margin: 1.5rem 0 0!important
    }
    
    .modal-mask .modal-wrapper .modal-container .modal-body .about_description {
      text-align: justify;
      padding: 10px 0
    }
    
    .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 {
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center
    }
    
    .modal-mask .modal-wrapper .modal-container .modal-footer .btn_position .ok_btn {
      border: 1px solid #e5e7ea;
      background-color: #e5e7ea;
      border-radius: 10px;
      width: 100px;
      height: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      color: #9f9f9f;
      letter-spacing: 1px
    }
    
    .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 {
      margin-top: 14px;
      background: transparent;
      padding-top: 0;
      padding-bottom: 0
    }
    
    .modal-mask .form-ruls p {
      justify-content: center;
      font-weight: 300;
      font-size: 12px;
      line-height: 14px;
      border: none!important;
      padding-top: 0;
      padding-bottom: 0
    }
    
    .modals-block-inputs {
      background: #f3f3f7;
      border-radius: 10px;
      padding: 20px 10px
    }
    
    .modals-block-inputs--item {
      text-align: left;
      position: relative;
      margin-top: 1.5rem
    }
    
    .modals-block-inputs--item:first-child {
      margin-top: 0!important
    }
    
    .modals-block-inputs--item p {
      padding: 0!important
    }
    
    .modals-block-inputs--item .error {
      position: absolute;
      left: 4px;
      bottom: -14px;
      color: #96989c;
      font-weight: 300;
      font-size: 12px;
      line-height: 14px
    }
    
    .modals-block-inputs--item label {
      width: 100%;
      position: relative;
      display: flex;
      flex-direction: column
    }
    
    .modals-block-inputs--item label .card {
      width: 23px;
      position: absolute;
      bottom: 16px;
      left: 21px
    }
    
    .modals-block-inputs--item .label {
      font-weight: 300;
      font-size: 16px;
      line-height: 19px;
      display: inline-block;
      margin-bottom: 12px
    }
    
    .modals-block-inputs--item input {
      background: #fff;
      border: 1px solid #dedede;
      box-sizing: border-box;
      border-radius: 13px;
      padding: 16px 20px;
      font-weight: 300;
      font-size: 16px;
      line-height: 20px
    }
    
    .modals-block-inputs--item input.input-card {
      padding: 14px 20px 14px 52px
    }
    
    .modals-block-inputs .bp-dropdown {
      background: #fff;
      border: 1px solid #dedede;
      box-sizing: border-box;
      border-radius: 13px;
      padding: 4px 20px 5px 9px
    }
    
    .modals-block-inputs .bp-dropdown__btn {
      position: relative;
      padding-right: 20px;
      background: #fff!important
    }
    
    .modals-block-inputs .bp-dropdown__icon {
      position: absolute;
      right: 0;
      top: 50%;
      margin-top: -7px;
      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 {
      padding-top: 10px!important;
      padding-bottom: 10px!important;
      margin-top: 24px!important;
      margin-bottom: 24px!important;
      border-top: 1px solid #dedede;
      border-bottom: 1px solid #dedede
    }
    
    .modals-block-data>p {
      width: 100%;
      font-weight: 300;
      margin-top: 5px;
      margin-bottom: 5px;
      padding-top: 5px;
      padding-bottom: 5px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-size: 16px;
      line-height: 19px;
      color: #9f9f9f
    }
    
    .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 {
      width: auto;
      text-align: right;
      font-size: 16px;
      line-height: 19px;
      font-weight: 700;
      max-width: 130px
    }
    
    .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-top: 6px;
        margin-bottom: 6px
      }
    }
    
    .modal-body__txt h3 {
      text-align: center;
      font-size: 1.75rem;
      line-height: normal;
      color: #212121;
      font-family: "Conv_MuseoSansCyrl_0", sans-serif;
      border-bottom: 1px solid #dedede;
      margin-bottom: 14px;
      padding-bottom: 14px
    }
    
    @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-size: 1rem;
      font-family: "Conv_MuseoSansCyrl_0", sans-serif;
      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: .5rem 0 0
    }
    
    .m-top-18 {
      margin-top: 18px
    }
    
    .p-top-16 {
      padding-top: 16px
    }
    
    .exchangeform__date {
      padding: 8px 22px 10px 6px;
      min-height: 50px;
      border: 1px solid #dedede;
      background: #fff;
      border-radius: 14px;
      display: flex;
      align-items: center;
      flex-direction: row;
      justify-content: flex-start
    }
    
    .exchangeform__date p,
    .exchangeform__date span {
      margin: 0 6px
    }
    
    .exchangeform__date-icon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      padding: 0;
      flex: none
    }
    
    .exchangeform__date-icon img {
      position: static;
      width: 100%;
      max-width: 30px;
      height: auto;
      transform: none
    }
    
    .exchangeform__date-name {
      font-size: 16px!important;
      white-space: nowrap;
      flex: 1;
      color: #212121!important;
      width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      display: block!important
    }
    
    .exchangeform-step-2-page .container--form h2 {
      font-size: 1.5em;
      font-family: "Conv_MuseoSansCyrl_2", sans-serif;
      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 {
      line-height: 23.44px;
      font-weight: 500;
      font-family: "Roboto-Medium", sans-serif;
      font-size: 20px
    }
    
    .exchangeform-step-2-page .info-title {
      font-size: 1.5rem;
      line-height: 28px;
      letter-spacing: .2px;
      color: #191d26;
      margin-bottom: 12px
    }
    
    .exchangeform-step-2-page .form-v2--number .currency--symbol {
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%);
      text-transform: uppercase;
      color: #96989c;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column
    }
    
    .exchangeform-step-2-page .form-v2--number .currency--symbol img {
      position: static;
      width: 100%;
      max-width: 30px;
      height: auto;
      transform: none
    }
    
    .exchangeform-step-2--info {
      padding: 8px
    }
    
    @media screen and (min-width:861px) {
      .exchangeform-step-2--info {
        padding: 40px 36px
      }
    }
    
    .exchangeform-step-2--info p {
      font-size: 1rem;
      line-height: 28px;
      letter-spacing: .2px;
      color: #96989c
    }
    
    .exchangeform-step-2--info ol {
      margin-top: 12px;
      list-style-type: decimal;
      padding-left: 20px
    }
    
    .exchangeform-step-2--info li {
      margin-bottom: 12px;
      font-family: "Conv_MuseoSansCyrl_2", sans-serif;
      font-size: 1rem
    }
    
    .exchangeform-step-2--info li:last-child {
      margin-bottom: 0
    }
    
    .exchangeform-step-2--info li span {
      font-size: 1rem;
      line-height: 24px;
      letter-spacing: .2px;
      color: #191d26;
      font-family: "Conv_MuseoSansCyrl_0", sans-serif
    }
    
    .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 {
      display: flex;
      align-items: flex-start;
      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 {
      font-family: "Conv_MuseoSansCyrl_0", sans-serif;
      font-weight: 300;
      font-size: 14px;
      line-height: 28px;
      display: block;
      letter-spacing: .2px;
      color: #96989c;
      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
    }
    
    .pointer {
      cursor: pointer
    }
    
    .transs {
      transition: all .2s;
      background: #243155;
      display: flex;
      flex-direction: column;
      min-height: 100vh
    }
    
    .main {
      flex: 1
    }
    
    .main-wr {
      flex: 1;
      display: flex;
      flex-direction: column
    }
    
    body {
      margin: 0 auto;
      background: #fff
    }
    
    .popup-close-bloc {
      background: rgba(0, 0, 0, .2)
    }
    
    .under-header {
      min-height: 411px
    }
    
    .faded-down-enter-active,
    .faded-down-leave-active {
      transition: all .3s ease
    }
    
    .faded-down-enter,
    .faded-down-leave-to {
      transform: translateY(-20px);
      opacity: 0;
      position: absolute
    }
    
    .faded-enter-active,
    .faded-leave-active {
      transition: all .3s ease
    }
    
    .faded-enter,
    .faded-leave-to {
      transform: translateY(20px);
      opacity: 0
    }
    
    .slide-enter-active,
    .slide-leave-active {
      transition: all .5s ease
    }
    
    .slide-enter,
    .slide-leave-to {
      transform: translateX(1550px);
      opacity: 0
    }
    
    .swal2-popup.swal2-toast {
      box-sizing: border-box;
      grid-column: 1/4!important;
      grid-row: 1/4!important;
      grid-template-columns: 1fr 99fr 1fr;
      padding: 1em;
      overflow-y: hidden;
      background: #fff;
      box-shadow: 0 0 1px rgba(0, 0, 0, .075), 0 1px 2px rgba(0, 0, 0, .075), 1px 2px 4px rgba(0, 0, 0, .075), 1px 3px 8px rgba(0, 0, 0, .075), 2px 4px 16px rgba(0, 0, 0, .075);
      pointer-events: all
    }
    
    .swal2-popup.swal2-toast>* {
      grid-column: 2
    }
    
    .swal2-popup.swal2-toast .swal2-title {
      margin: .5em 1em;
      padding: 0;
      font-size: 1em;
      text-align: left;
      text-align: initial
    }
    
    .swal2-popup.swal2-toast .swal2-loading {
      justify-content: center
    }
    
    .swal2-popup.swal2-toast .swal2-input {
      height: 2em;
      margin: .5em;
      font-size: 1em
    }
    
    .swal2-popup.swal2-toast .swal2-validation-message {
      font-size: 1em
    }
    
    .swal2-popup.swal2-toast .swal2-footer {
      margin: .5em 0 0;
      padding: .5em 0 0;
      font-size: .8em
    }
    
    .swal2-popup.swal2-toast .swal2-close {
      grid-column: 3/3;
      grid-row: 1/99;
      align-self: center;
      width: .8em;
      height: .8em;
      margin: 0;
      font-size: 2em
    }
    
    .swal2-popup.swal2-toast .swal2-html-container {
      margin: .5em 1em;
      padding: 0;
      overflow: visible;
      overflow: initial;
      font-size: 1em;
      text-align: left;
      text-align: initial
    }
    
    .swal2-popup.swal2-toast .swal2-html-container:empty {
      padding: 0
    }
    
    .swal2-popup.swal2-toast .swal2-loader {
      grid-column: 1;
      grid-row: 1/99;
      align-self: center;
      width: 2em;
      height: 2em;
      margin: .25em
    }
    
    .swal2-popup.swal2-toast .swal2-icon {
      grid-column: 1;
      grid-row: 1/99;
      align-self: center;
      width: 2em;
      min-width: 2em;
      height: 2em;
      margin: 0 .5em 0 0
    }
    
    .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
      display: flex;
      align-items: center;
      font-size: 1.8em;
      font-weight: 700
    }
    
    .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
      width: 2em;
      height: 2em
    }
    
    .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
      top: .875em;
      width: 1.375em
    }
    
    .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
      left: .3125em
    }
    
    .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
      right: .3125em
    }
    
    .swal2-popup.swal2-toast .swal2-actions {
      justify-content: flex-start;
      height: auto;
      margin: .5em 0 0;
      padding: 0 .5em
    }
    
    .swal2-popup.swal2-toast .swal2-styled {
      margin: .25em .5em;
      padding: .4em .6em;
      font-size: 1em
    }
    
    .swal2-popup.swal2-toast .swal2-success {
      border-color: #a5dc86
    }
    
    .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
      position: absolute;
      width: 1.6em;
      height: 3em;
      transform: rotate(45deg);
      border-radius: 50%
    }
    
    .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
      top: -.8em;
      left: -.5em;
      transform: rotate(-45deg);
      transform-origin: 2em 2em;
      border-radius: 4em 0 0 4em
    }
    
    .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
      top: -.25em;
      left: .9375em;
      transform-origin: 0 1.5em;
      border-radius: 0 4em 4em 0
    }
    
    .swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
      width: 2em;
      height: 2em
    }
    
    .swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
      top: 0;
      left: .4375em;
      width: .4375em;
      height: 2.6875em
    }
    
    .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
      height: .3125em
    }
    
    .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
      top: 1.125em;
      left: .1875em;
      width: .75em
    }
    
    .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
      top: .9375em;
      right: .1875em;
      width: 1.375em
    }
    
    .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
      -webkit-animation: swal2-toast-animate-success-line-tip .75s;
      animation: swal2-toast-animate-success-line-tip .75s
    }
    
    .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
      -webkit-animation: swal2-toast-animate-success-line-long .75s;
      animation: swal2-toast-animate-success-line-long .75s
    }
    
    .swal2-popup.swal2-toast.swal2-show {
      -webkit-animation: swal2-toast-show .5s;
      animation: swal2-toast-show .5s
    }
    
    .swal2-popup.swal2-toast.swal2-hide {
      -webkit-animation: swal2-toast-hide .1s forwards;
      animation: swal2-toast-hide .1s forwards
    }
    
    .swal2-container {
      display: grid;
      position: fixed;
      z-index: 1060;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      box-sizing: border-box;
      grid-template-areas: "top-start     top            top-end" "center-start  center         center-end" "bottom-start  bottom-center  bottom-end";
      grid-template-rows: minmax(-webkit-min-content, auto) minmax(-webkit-min-content, auto) minmax(-webkit-min-content, auto);
      grid-template-rows: minmax(min-content, auto) minmax(min-content, auto) minmax(min-content, auto);
      height: 100%;
      padding: .625em;
      overflow-x: hidden;
      transition: background-color .1s;
      -webkit-overflow-scrolling: touch
    }
    
    .swal2-container.swal2-backdrop-show,
    .swal2-container.swal2-noanimation {
      background: rgba(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 {
      grid-column: 2;
      align-self: start;
      justify-self: center
    }
    
    .swal2-container.swal2-top-end>.swal2-popup,
    .swal2-container.swal2-top-right>.swal2-popup {
      grid-column: 3;
      align-self: start;
      justify-self: end
    }
    
    .swal2-container.swal2-center-left>.swal2-popup,
    .swal2-container.swal2-center-start>.swal2-popup {
      grid-row: 2;
      align-self: center
    }
    
    .swal2-container.swal2-center>.swal2-popup {
      grid-column: 2;
      grid-row: 2;
      align-self: center;
      justify-self: center
    }
    
    .swal2-container.swal2-center-end>.swal2-popup,
    .swal2-container.swal2-center-right>.swal2-popup {
      grid-column: 3;
      grid-row: 2;
      align-self: center;
      justify-self: end
    }
    
    .swal2-container.swal2-bottom-left>.swal2-popup,
    .swal2-container.swal2-bottom-start>.swal2-popup {
      grid-column: 1;
      grid-row: 3;
      align-self: end
    }
    
    .swal2-container.swal2-bottom>.swal2-popup {
      grid-column: 2;
      grid-row: 3;
      justify-self: center;
      align-self: end
    }
    
    .swal2-container.swal2-bottom-end>.swal2-popup,
    .swal2-container.swal2-bottom-right>.swal2-popup {
      grid-column: 3;
      grid-row: 3;
      align-self: end;
      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 {
      grid-row: 1/4;
      align-self: stretch
    }
    
    .swal2-container.swal2-no-transition {
      transition: none!important
    }
    
    .swal2-popup {
      display: none;
      position: relative;
      box-sizing: border-box;
      grid-template-columns: minmax(0, 100%);
      width: 32em;
      max-width: 100%;
      padding: 0 0 1.25em;
      border: none;
      border-radius: 5px;
      background: #fff;
      color: #545454;
      font-family: inherit;
      font-size: 1rem
    }
    
    .swal2-popup:focus {
      outline: none
    }
    
    .swal2-popup.swal2-loading {
      overflow-y: hidden
    }
    
    .swal2-title {
      position: relative;
      max-width: 100%;
      margin: 0;
      padding: .8em 1em 0;
      color: inherit;
      font-size: 1.875em;
      font-weight: 600;
      text-align: center;
      text-transform: none;
      word-wrap: break-word
    }
    
    .swal2-actions {
      display: flex;
      z-index: 1;
      box-sizing: border-box;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      width: auto;
      margin: 1.25em auto 0;
      padding: 0
    }
    
    .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
      opacity: .4
    }
    
    .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
      background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1))
    }
    
    .swal2-actions:not(.swal2-loading) .swal2-styled:active {
      background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2))
    }
    
    .swal2-loader {
      display: none;
      align-items: center;
      justify-content: center;
      width: 2.2em;
      height: 2.2em;
      margin: 0 1.875em;
      -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
      animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
      border-radius: 100%;
      border-color: #2778c4 transparent;
      border-style: solid;
      border-width: .25em
    }
    
    .swal2-styled {
      margin: .3125em;
      padding: .625em 1.1em;
      transition: box-shadow .1s;
      box-shadow: 0 0 0 3px transparent;
      font-weight: 500
    }
    
    .swal2-styled:not([disabled]) {
      cursor: pointer
    }
    
    .swal2-styled.swal2-confirm {
      border: 0;
      border-radius: .25em;
      background: transparent none repeat 0 0/auto auto padding-box border-box scroll;
      background: initial;
      background-color: #7066e0;
      color: #fff;
      font-size: 1em
    }
    
    .swal2-styled.swal2-confirm:focus {
      box-shadow: 0 0 0 3px rgba(112, 102, 224, .5)
    }
    
    .swal2-styled.swal2-deny {
      border: 0;
      border-radius: .25em;
      background: transparent none repeat 0 0/auto auto padding-box border-box scroll;
      background: initial;
      background-color: #dc3741;
      color: #fff;
      font-size: 1em
    }
    
    .swal2-styled.swal2-deny:focus {
      box-shadow: 0 0 0 3px rgba(220, 55, 65, .5)
    }
    
    .swal2-styled.swal2-cancel {
      border: 0;
      border-radius: .25em;
      background: transparent none repeat 0 0/auto auto padding-box border-box scroll;
      background: initial;
      background-color: #6e7881;
      color: #fff;
      font-size: 1em
    }
    
    .swal2-styled.swal2-cancel:focus {
      box-shadow: 0 0 0 3px rgba(110, 120, 129, .5)
    }
    
    .swal2-styled.swal2-default-outline:focus {
      box-shadow: 0 0 0 3px rgba(100, 150, 200, .5)
    }
    
    .swal2-styled:focus {
      outline: none
    }
    
    .swal2-styled::-moz-focus-inner {
      border: 0
    }
    
    .swal2-footer {
      justify-content: center;
      margin: 1em 0 0;
      padding: 1em 1em 0;
      border-top: 1px solid #eee;
      color: inherit;
      font-size: 1em
    }
    
    .swal2-timer-progress-bar-container {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      grid-column: auto!important;
      overflow: hidden;
      border-bottom-right-radius: 5px;
      border-bottom-left-radius: 5px
    }
    
    .swal2-timer-progress-bar {
      width: 100%;
      height: .25em;
      background: rgba(0, 0, 0, .2)
    }
    
    .swal2-image {
      max-width: 100%;
      margin: 2em auto 1em
    }
    
    .swal2-close {
      z-index: 2;
      align-items: center;
      justify-content: center;
      width: 1.2em;
      height: 1.2em;
      margin-top: 0;
      margin-right: 0;
      margin-bottom: -1.2em;
      padding: 0;
      overflow: hidden;
      transition: color .1s, box-shadow .1s;
      border: none;
      border-radius: 5px;
      background: transparent;
      color: #ccc;
      font-family: serif;
      font-family: monospace;
      font-size: 2.5em;
      cursor: pointer;
      justify-self: end
    }
    
    .swal2-close:hover {
      transform: none;
      background: transparent;
      color: #f27474
    }
    
    .swal2-close:focus {
      outline: none;
      box-shadow: inset 0 0 0 3px rgba(100, 150, 200, .5)
    }
    
    .swal2-close::-moz-focus-inner {
      border: 0
    }
    
    .swal2-html-container {
      z-index: 1;
      justify-content: center;
      margin: 1em 1.6em .3em;
      padding: 0;
      overflow: auto;
      color: inherit;
      font-size: 1.125em;
      font-weight: 400;
      line-height: normal;
      text-align: center;
      word-wrap: break-word;
      word-break: break-word
    }
    
    .swal2-checkbox,
    .swal2-file,
    .swal2-input,
    .swal2-radio,
    .swal2-select,
    .swal2-textarea {
      margin: 1em 2em 3px
    }
    
    .swal2-file,
    .swal2-input,
    .swal2-textarea {
      box-sizing: border-box;
      width: auto;
      transition: border-color .1s, box-shadow .1s;
      border: 1px solid #d9d9d9;
      border-radius: .1875em;
      background: transparent;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06), 0 0 0 3px transparent;
      color: inherit;
      font-size: 1.125em
    }
    
    .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;
      outline: none;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06), 0 0 0 3px rgba(100, 150, 200, .5)
    }
    
    .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 {
      margin: 1em 2em 3px;
      background: #fff
    }
    
    .swal2-range input {
      width: 80%
    }
    
    .swal2-range output {
      width: 20%;
      color: inherit;
      font-weight: 600;
      text-align: center
    }
    
    .swal2-range input,
    .swal2-range output {
      height: 2.625em;
      padding: 0;
      font-size: 1.125em;
      line-height: 2.625em
    }
    
    .swal2-input {
      height: 2.625em;
      padding: 0 .75em
    }
    
    .swal2-file {
      width: 75%;
      margin-right: auto;
      margin-left: auto;
      background: transparent;
      font-size: 1.125em
    }
    
    .swal2-textarea {
      height: 6.75em;
      padding: .75em
    }
    
    .swal2-select {
      min-width: 50%;
      max-width: 100%;
      padding: .375em .625em;
      background: transparent;
      color: inherit;
      font-size: 1.125em
    }
    
    .swal2-checkbox,
    .swal2-radio {
      align-items: center;
      justify-content: center;
      background: #fff;
      color: inherit
    }
    
    .swal2-checkbox label,
    .swal2-radio label {
      margin: 0 .6em;
      font-size: 1.125em
    }
    
    .swal2-checkbox input,
    .swal2-radio input {
      flex-shrink: 0;
      margin: 0 .4em
    }
    
    .swal2-input-label {
      display: flex;
      justify-content: center;
      margin: 1em auto 0
    }
    
    .swal2-validation-message {
      align-items: center;
      justify-content: center;
      margin: 1em 0 0;
      padding: .625em;
      overflow: hidden;
      background: #f0f0f0;
      color: #666;
      font-size: 1em;
      font-weight: 300
    }
    
    .swal2-validation-message:before {
      content: "!";
      display: inline-block;
      width: 1.5em;
      min-width: 1.5em;
      height: 1.5em;
      margin: 0 .625em;
      border-radius: 50%;
      background-color: #f27474;
      color: #fff;
      font-weight: 600;
      line-height: 1.5em;
      text-align: center
    }
    
    .swal2-icon {
      position: relative;
      box-sizing: content-box;
      justify-content: center;
      width: 5em;
      height: 5em;
      margin: 2.5em auto .6em;
      border-radius: 50%;
      border: .25em solid #000;
      font-family: inherit;
      line-height: 5em;
      cursor: default;
      -webkit-user-select: none;
      -moz-user-select: none;
      user-select: none
    }
    
    .swal2-icon .swal2-icon-content {
      display: flex;
      align-items: center;
      font-size: 3.75em
    }
    
    .swal2-icon.swal2-error {
      border-color: #f27474;
      color: #f27474
    }
    
    .swal2-icon.swal2-error .swal2-x-mark {
      position: relative;
      flex-grow: 1
    }
    
    .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
      display: block;
      position: absolute;
      top: 2.3125em;
      width: 2.9375em;
      height: .3125em;
      border-radius: .125em;
      background-color: #f27474
    }
    
    .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 {
      -webkit-animation: swal2-animate-error-icon .5s;
      animation: swal2-animate-error-icon .5s
    }
    
    .swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
      -webkit-animation: swal2-animate-error-x-mark .5s;
      animation: swal2-animate-error-x-mark .5s
    }
    
    .swal2-icon.swal2-warning {
      border-color: #facea8;
      color: #f8bb86
    }
    
    .swal2-icon.swal2-warning.swal2-icon-show {
      -webkit-animation: swal2-animate-error-icon .5s;
      animation: swal2-animate-error-icon .5s
    }
    
    .swal2-icon.swal2-warning.swal2-icon-show .swal2-icon-content {
      -webkit-animation: swal2-animate-i-mark .5s;
      animation: swal2-animate-i-mark .5s
    }
    
    .swal2-icon.swal2-info {
      border-color: #9de0f6;
      color: #3fc3ee
    }
    
    .swal2-icon.swal2-info.swal2-icon-show {
      -webkit-animation: swal2-animate-error-icon .5s;
      animation: swal2-animate-error-icon .5s
    }
    
    .swal2-icon.swal2-info.swal2-icon-show .swal2-icon-content {
      -webkit-animation: swal2-animate-i-mark .8s;
      animation: swal2-animate-i-mark .8s
    }
    
    .swal2-icon.swal2-question {
      border-color: #c9dae1;
      color: #87adbd
    }
    
    .swal2-icon.swal2-question.swal2-icon-show {
      -webkit-animation: swal2-animate-error-icon .5s;
      animation: swal2-animate-error-icon .5s
    }
    
    .swal2-icon.swal2-question.swal2-icon-show .swal2-icon-content {
      -webkit-animation: swal2-animate-question-mark .8s;
      animation: swal2-animate-question-mark .8s
    }
    
    .swal2-icon.swal2-success {
      border-color: #a5dc86;
      color: #a5dc86
    }
    
    .swal2-icon.swal2-success [class^=swal2-success-circular-line] {
      position: absolute;
      width: 3.75em;
      height: 7.5em;
      transform: rotate(45deg);
      border-radius: 50%
    }
    
    .swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
      top: -.4375em;
      left: -2.0635em;
      transform: rotate(-45deg);
      transform-origin: 3.75em 3.75em;
      border-radius: 7.5em 0 0 7.5em
    }
    
    .swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
      top: -.6875em;
      left: 1.875em;
      transform: rotate(-45deg);
      transform-origin: 0 3.75em;
      border-radius: 0 7.5em 7.5em 0
    }
    
    .swal2-icon.swal2-success .swal2-success-ring {
      position: absolute;
      z-index: 2;
      top: -.25em;
      left: -.25em;
      box-sizing: content-box;
      width: 100%;
      height: 100%;
      border: .25em solid rgba(165, 220, 134, .3);
      border-radius: 50%
    }
    
    .swal2-icon.swal2-success .swal2-success-fix {
      position: absolute;
      z-index: 1;
      top: .5em;
      left: 1.625em;
      width: .4375em;
      height: 5.625em;
      transform: rotate(-45deg)
    }
    
    .swal2-icon.swal2-success [class^=swal2-success-line] {
      display: block;
      position: absolute;
      z-index: 2;
      height: .3125em;
      border-radius: .125em;
      background-color: #a5dc86
    }
    
    .swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
      top: 2.875em;
      left: .8125em;
      width: 1.5625em;
      transform: rotate(45deg)
    }
    
    .swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
      top: 2.375em;
      right: .5em;
      width: 2.9375em;
      transform: rotate(-45deg)
    }
    
    .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
      -webkit-animation: swal2-animate-success-line-tip .75s;
      animation: swal2-animate-success-line-tip .75s
    }
    
    .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
      -webkit-animation: swal2-animate-success-line-long .75s;
      animation: swal2-animate-success-line-long .75s
    }
    
    .swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
      -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
      animation: swal2-rotate-success-circular-line 4.25s ease-in
    }
    
    .swal2-progress-steps {
      flex-wrap: wrap;
      align-items: center;
      max-width: 100%;
      margin: 1.25em auto;
      padding: 0;
      background: transparent;
      font-weight: 600
    }
    
    .swal2-progress-steps li {
      display: inline-block;
      position: relative
    }
    
    .swal2-progress-steps .swal2-progress-step {
      z-index: 20;
      flex-shrink: 0;
      width: 2em;
      height: 2em;
      border-radius: 2em;
      background: #2778c4;
      color: #fff;
      line-height: 2em;
      text-align: center
    }
    
    .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 {
      z-index: 10;
      flex-shrink: 0;
      width: 2.5em;
      height: .4em;
      margin: 0 -1px;
      background: #2778c4
    }
    
    [class^=swal2] {
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
    }
    
    .swal2-show {
      -webkit-animation: swal2-show .3s;
      animation: swal2-show .3s
    }
    
    .swal2-hide {
      -webkit-animation: swal2-hide .15s forwards;
      animation: swal2-hide .15s forwards
    }
    
    .swal2-noanimation {
      transition: none
    }
    
    .swal2-scrollbar-measure {
      position: absolute;
      top: -9999px;
      width: 50px;
      height: 50px;
      overflow: scroll
    }
    
    .swal2-rtl .swal2-close {
      margin-right: 0;
      margin-left: 0
    }
    
    .swal2-rtl .swal2-timer-progress-bar {
      right: 0;
      left: auto
    }
    
    .leave-russia-now-and-apply-your-skills-to-the-world {
      display: flex;
      position: fixed;
      z-index: 1939;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 25px 0 20px;
      background: #20232a;
      color: #fff;
      text-align: center
    }
    
    .leave-russia-now-and-apply-your-skills-to-the-world div {
      max-width: 560px;
      margin: 10px;
      line-height: 146%
    }
    
    .leave-russia-now-and-apply-your-skills-to-the-world iframe {
      max-width: 100%;
      max-height: 55.5555555556vmin;
      margin: 16px auto
    }
    
    .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 {
      display: flex;
      position: fixed;
      z-index: 1940;
      top: 0;
      right: 0;
      align-items: center;
      justify-content: center;
      width: 48px;
      height: 48px;
      margin-right: 10px;
      margin-bottom: -10px;
      border: none;
      background: transparent;
      color: #aaa;
      font-size: 48px;
      font-weight: 700;
      cursor: pointer
    }
    
    .leave-russia-now-and-apply-your-skills-to-the-world button:hover {
      color: #fff
    }
    
    @-webkit-keyframes swal2-toast-show {
      0% {
        transform: translateY(-.625em) rotate(2deg)
      }
      33% {
        transform: translateY(0) rotate(-2deg)
      }
      66% {
        transform: translateY(.3125em) rotate(2deg)
      }
      to {
        transform: translateY(0) rotate(0deg)
      }
    }
    
    @keyframes swal2-toast-show {
      0% {
        transform: translateY(-.625em) rotate(2deg)
      }
      33% {
        transform: translateY(0) rotate(-2deg)
      }
      66% {
        transform: translateY(.3125em) rotate(2deg)
      }
      to {
        transform: translateY(0) rotate(0deg)
      }
    }
    
    @-webkit-keyframes swal2-toast-hide {
      to {
        transform: rotate(1deg);
        opacity: 0
      }
    }
    
    @keyframes swal2-toast-hide {
      to {
        transform: rotate(1deg);
        opacity: 0
      }
    }
    
    @-webkit-keyframes swal2-toast-animate-success-line-tip {
      0% {
        top: .5625em;
        left: .0625em;
        width: 0
      }
      54% {
        top: .125em;
        left: .125em;
        width: 0
      }
      70% {
        top: .625em;
        left: -.25em;
        width: 1.625em
      }
      84% {
        top: 1.0625em;
        left: .75em;
        width: .5em
      }
      to {
        top: 1.125em;
        left: .1875em;
        width: .75em
      }
    }
    
    @keyframes swal2-toast-animate-success-line-tip {
      0% {
        top: .5625em;
        left: .0625em;
        width: 0
      }
      54% {
        top: .125em;
        left: .125em;
        width: 0
      }
      70% {
        top: .625em;
        left: -.25em;
        width: 1.625em
      }
      84% {
        top: 1.0625em;
        left: .75em;
        width: .5em
      }
      to {
        top: 1.125em;
        left: .1875em;
        width: .75em
      }
    }
    
    @-webkit-keyframes swal2-toast-animate-success-line-long {
      0% {
        top: 1.625em;
        right: 1.375em;
        width: 0
      }
      65% {
        top: 1.25em;
        right: .9375em;
        width: 0
      }
      84% {
        top: .9375em;
        right: 0;
        width: 1.125em
      }
      to {
        top: .9375em;
        right: .1875em;
        width: 1.375em
      }
    }
    
    @keyframes swal2-toast-animate-success-line-long {
      0% {
        top: 1.625em;
        right: 1.375em;
        width: 0
      }
      65% {
        top: 1.25em;
        right: .9375em;
        width: 0
      }
      84% {
        top: .9375em;
        right: 0;
        width: 1.125em
      }
      to {
        top: .9375em;
        right: .1875em;
        width: 1.375em
      }
    }
    
    @-webkit-keyframes swal2-show {
      0% {
        transform: scale(.7)
      }
      45% {
        transform: scale(1.05)
      }
      80% {
        transform: scale(.95)
      }
      to {
        transform: scale(1)
      }
    }
    
    @keyframes swal2-show {
      0% {
        transform: scale(.7)
      }
      45% {
        transform: scale(1.05)
      }
      80% {
        transform: scale(.95)
      }
      to {
        transform: scale(1)
      }
    }
    
    @-webkit-keyframes swal2-hide {
      0% {
        transform: scale(1);
        opacity: 1
      }
      to {
        transform: scale(.5);
        opacity: 0
      }
    }
    
    @keyframes swal2-hide {
      0% {
        transform: scale(1);
        opacity: 1
      }
      to {
        transform: scale(.5);
        opacity: 0
      }
    }
    
    @-webkit-keyframes swal2-animate-success-line-tip {
      0% {
        top: 1.1875em;
        left: .0625em;
        width: 0
      }
      54% {
        top: 1.0625em;
        left: .125em;
        width: 0
      }
      70% {
        top: 2.1875em;
        left: -.375em;
        width: 3.125em
      }
      84% {
        top: 3em;
        left: 1.3125em;
        width: 1.0625em
      }
      to {
        top: 2.8125em;
        left: .8125em;
        width: 1.5625em
      }
    }
    
    @keyframes swal2-animate-success-line-tip {
      0% {
        top: 1.1875em;
        left: .0625em;
        width: 0
      }
      54% {
        top: 1.0625em;
        left: .125em;
        width: 0
      }
      70% {
        top: 2.1875em;
        left: -.375em;
        width: 3.125em
      }
      84% {
        top: 3em;
        left: 1.3125em;
        width: 1.0625em
      }
      to {
        top: 2.8125em;
        left: .8125em;
        width: 1.5625em
      }
    }
    
    @-webkit-keyframes swal2-animate-success-line-long {
      0% {
        top: 3.375em;
        right: 2.875em;
        width: 0
      }
      65% {
        top: 3.375em;
        right: 2.875em;
        width: 0
      }
      84% {
        top: 2.1875em;
        right: 0;
        width: 3.4375em
      }
      to {
        top: 2.375em;
        right: .5em;
        width: 2.9375em
      }
    }
    
    @keyframes swal2-animate-success-line-long {
      0% {
        top: 3.375em;
        right: 2.875em;
        width: 0
      }
      65% {
        top: 3.375em;
        right: 2.875em;
        width: 0
      }
      84% {
        top: 2.1875em;
        right: 0;
        width: 3.4375em
      }
      to {
        top: 2.375em;
        right: .5em;
        width: 2.9375em
      }
    }
    
    @-webkit-keyframes swal2-rotate-success-circular-line {
      0% {
        transform: rotate(-45deg)
      }
      5% {
        transform: rotate(-45deg)
      }
      12% {
        transform: rotate(-405deg)
      }
      to {
        transform: rotate(-405deg)
      }
    }
    
    @keyframes swal2-rotate-success-circular-line {
      0% {
        transform: rotate(-45deg)
      }
      5% {
        transform: rotate(-45deg)
      }
      12% {
        transform: rotate(-405deg)
      }
      to {
        transform: rotate(-405deg)
      }
    }
    
    @-webkit-keyframes swal2-animate-error-x-mark {
      0% {
        margin-top: 1.625em;
        transform: scale(.4);
        opacity: 0
      }
      50% {
        margin-top: 1.625em;
        transform: scale(.4);
        opacity: 0
      }
      80% {
        margin-top: -.375em;
        transform: scale(1.15)
      }
      to {
        margin-top: 0;
        transform: scale(1);
        opacity: 1
      }
    }
    
    @keyframes swal2-animate-error-x-mark {
      0% {
        margin-top: 1.625em;
        transform: scale(.4);
        opacity: 0
      }
      50% {
        margin-top: 1.625em;
        transform: scale(.4);
        opacity: 0
      }
      80% {
        margin-top: -.375em;
        transform: scale(1.15)
      }
      to {
        margin-top: 0;
        transform: scale(1);
        opacity: 1
      }
    }
    
    @-webkit-keyframes swal2-animate-error-icon {
      0% {
        transform: rotateX(100deg);
        opacity: 0
      }
      to {
        transform: rotateX(0deg);
        opacity: 1
      }
    }
    
    @keyframes swal2-animate-error-icon {
      0% {
        transform: rotateX(100deg);
        opacity: 0
      }
      to {
        transform: rotateX(0deg);
        opacity: 1
      }
    }
    
    @-webkit-keyframes swal2-rotate-loading {
      0% {
        transform: rotate(0deg)
      }
      to {
        transform: rotate(1turn)
      }
    }
    
    @keyframes swal2-rotate-loading {
      0% {
        transform: rotate(0deg)
      }
      to {
        transform: rotate(1turn)
      }
    }
    
    @-webkit-keyframes swal2-animate-question-mark {
      0% {
        transform: rotateY(-1turn)
      }
      to {
        transform: rotateY(0)
      }
    }
    
    @keyframes swal2-animate-question-mark {
      0% {
        transform: rotateY(-1turn)
      }
      to {
        transform: rotateY(0)
      }
    }
    
    @-webkit-keyframes swal2-animate-i-mark {
      0% {
        transform: rotate(45deg);
        opacity: 0
      }
      25% {
        transform: rotate(-25deg);
        opacity: .4
      }
      50% {
        transform: rotate(15deg);
        opacity: .8
      }
      75% {
        transform: rotate(-5deg);
        opacity: 1
      }
      to {
        transform: rotateX(0);
        opacity: 1
      }
    }
    
    @keyframes swal2-animate-i-mark {
      0% {
        transform: rotate(45deg);
        opacity: 0
      }
      25% {
        transform: rotate(-25deg);
        opacity: .4
      }
      50% {
        transform: rotate(15deg);
        opacity: .8
      }
      75% {
        transform: rotate(-5deg);
        opacity: 1
      }
      to {
        transform: rotateX(0);
        opacity: 1
      }
    }
    
    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, .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 {
      box-sizing: border-box;
      width: 360px;
      max-width: 100%;
      background-color: transparent;
      pointer-events: none
    }
    
    body.swal2-toast-shown .swal2-container.swal2-top {
      top: 0;
      right: auto;
      bottom: auto;
      left: 50%;
      transform: translateX(-50%)
    }
    
    body.swal2-toast-shown .swal2-container.swal2-top-end,
    body.swal2-toast-shown .swal2-container.swal2-top-right {
      top: 0;
      right: 0;
      bottom: auto;
      left: auto
    }
    
    body.swal2-toast-shown .swal2-container.swal2-top-left,
    body.swal2-toast-shown .swal2-container.swal2-top-start {
      top: 0;
      right: auto;
      bottom: auto;
      left: 0
    }
    
    body.swal2-toast-shown .swal2-container.swal2-center-left,
    body.swal2-toast-shown .swal2-container.swal2-center-start {
      top: 50%;
      right: auto;
      bottom: auto;
      left: 0;
      transform: translateY(-50%)
    }
    
    body.swal2-toast-shown .swal2-container.swal2-center {
      top: 50%;
      right: auto;
      bottom: auto;
      left: 50%;
      transform: translate(-50%, -50%)
    }
    
    body.swal2-toast-shown .swal2-container.swal2-center-end,
    body.swal2-toast-shown .swal2-container.swal2-center-right {
      top: 50%;
      right: 0;
      bottom: auto;
      left: auto;
      transform: translateY(-50%)
    }
    
    body.swal2-toast-shown .swal2-container.swal2-bottom-left,
    body.swal2-toast-shown .swal2-container.swal2-bottom-start {
      top: auto;
      right: auto;
      bottom: 0;
      left: 0
    }
    
    body.swal2-toast-shown .swal2-container.swal2-bottom {
      top: auto;
      right: auto;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%)
    }
    
    body.swal2-toast-shown .swal2-container.swal2-bottom-end,
    body.swal2-toast-shown .swal2-container.swal2-bottom-right {
      top: auto;
      right: 0;
      bottom: 0;
      left: auto
    }
    
    .swal2-container.swal2-shown {
      z-index: 9998
    }
    
    .swal2-actions .swal2-confirm.swal2-styled {
      padding-right: 30px;
      padding-left: 30px;
      box-shadow: 0 20px 40px 0 rgba(23, 22, 37, .15);
      color: #fff;
      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);
      filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#75c41c", endColorstr="#26aea9", GradientType=1)
    }
    
    .swal2-actions .swal2-confirm.swal2-styled:hover {
      color: #7fd21e;
      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);
      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-43103850],
    textarea[data-v-43103850] {
      color: #fff
    }
  

    .hide[data-v-ff376884] {
      position: absolute;
      top: -9999px
    }
    
    .flick[data-v-ff376884] {
      font-size: 0
    }
    
    .hide:focus+.flex-row .flick[data-v-ff376884] {
      font-size: 18px;
      -webkit-animation: flick-ff376884 2s .2s infinite;
      animation: flick-ff376884 2s .2s infinite
    }
    
    @-webkit-keyframes flick-ff376884 {
      50% {
        color: #fff
      }
    }
    
    @keyframes flick-ff376884 {
      50% {
        color: #fff
      }
    }
    
    .number[data-v-ff376884] {
      width: 42px;
      height: 48px;
      border: 1px solid #eee;
      border-radius: 7px;
      font-size: 18px;
      top: 8px;
      position: relative;
      margin: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #fafafa
    }
    
    .popup-wr .title[data-v-ff376884] {
      margin: 0;
      padding: 1rem;
      font-size: 22px
    }
    
    .popup-personal-date p[data-v-ff376884] {
      font-size: 11px;
      line-height: 2;
      font-weight: 700;
      margin-top: 20px
    }
    
    .popup .btn[data-v-ff376884] {
      margin-top: 1rem;
      line-height: 2.75;
      font-size: 1rem;
      box-shadow: none
    }
    
    .popup input[data-v-ff376884],
    .popup textarea[data-v-ff376884] {
      font-size: 13px;
      padding-bottom: 12px;
      padding-top: 12px
    }
    
    .popup-bottom img[data-v-ff376884] {
      max-width: 30px
    }
    
    .popup-wr-item[data-v-ff376884] {
      max-width: 300px;
      box-shadow: none;
      border-radius: 10px
    }
    
    .input-img img[data-v-ff376884] {
      left: 1.25rem;
      width: 1rem
    }
    
    .popup .d-flex a[data-v-ff376884] {
      text-decoration: none;
      text-align: right;
      color: #3296c8;
      font-size: 10px;
      font-weight: 700
    }
    
    .popup-bottom-title[data-v-ff376884] {
      font-size: 15px;
      font-weight: 700
    }
  

    .popup-wr .title[data-v-0428ec40] {
      margin: 0;
      padding: 1rem
    }
    
    .popup-personal-date p[data-v-0428ec40] {
      font-size: 11px;
      line-height: 2;
      font-weight: 700;
      margin-top: 20px
    }
    
    .popup .btn[data-v-0428ec40] {
      margin-top: 1rem;
      line-height: 2.75;
      font-size: 1rem;
      box-shadow: none
    }
    
    .popup input[data-v-0428ec40],
    .popup textarea[data-v-0428ec40] {
      margin-top: 10px;
      font-size: 13px;
      padding-bottom: 12px;
      padding-top: 12px
    }
    
    .popup-bottom img[data-v-0428ec40] {
      max-width: 30px;
      width: 100%
    }
    
    .popup .d-flex[data-v-0428ec40] {
      justify-content: flex-start
    }
    
    .popup .d-flex__col[data-v-0428ec40] {
      justify-content: space-between
    }
    
    .popup-wr-item[data-v-0428ec40] {
      box-shadow: none;
      max-width: 550px;
      border-radius: 10px
    }
    
    .input-img img[data-v-0428ec40] {
      position: absolute;
      left: 1.25rem;
      width: 1.1rem;
      margin: 0;
      top: 22px
    }
  

    .popup-wr[data-v-545ab2c1] {
      border-radius: 5px;
      width: 475px;
      height: 575px;
      padding: 0
    }
    
    .error-box[data-v-545ab2c1] {
      color: #4584f6
    }
    
    .error-box[data-v-545ab2c1],
    .success-box[data-v-545ab2c1] {
      font-size: 225px;
      display: flex;
      align-items: center;
      flex-direction: column
    }
    
    .success-box[data-v-545ab2c1] {
      color: #d52b1e
    }
    
    .qr-block .btn[data-v-545ab2c1] {
      font-weight: 700;
      margin-top: 20px;
      width: 245px
    }
    
    .qr-block[data-v-545ab2c1] {
      font-size: 225px;
      display: flex;
      align-items: center;
      flex-direction: column;
      color: #000;
      background: #fff;
      padding: 35px
    }
    
    .qr-block-title[data-v-545ab2c1] {
      font-size: 20px;
      color: #2f323e
    }
    
    .hide[data-v-545ab2c1] {
      position: absolute;
      top: -999px
    }
    
    .blurred[data-v-545ab2c1],
    .small-text[data-v-545ab2c1] {
      color: #9899a0
    }
    
    .small-text[data-v-545ab2c1] {
      font-size: 13px;
      margin: 0
    }
    
    .number-wr[data-v-545ab2c1] {
      display: flex;
      flex-direction: row;
      width: 242px;
      justify-content: space-between
    }
    
    .number[data-v-545ab2c1] {
      width: 32px;
      height: 48px;
      border: 1px solid #ddd;
      border-radius: 7px;
      font-size: 18px;
      align-items: center
    }
    
    .mobile-bar[data-v-545ab2c1],
    .number[data-v-545ab2c1] {
      display: flex;
      justify-content: center
    }
    
    .mobile-bar[data-v-545ab2c1] {
      flex-direction: row
    }
    
    .flick[data-v-545ab2c1] {
      font-size: 0
    }
    
    .hide:focus+.number-wr .flick[data-v-545ab2c1] {
      font-size: 18px;
      -webkit-animation: flick-545ab2c1 1s step-end infinite;
      animation: flick-545ab2c1 1s step-end infinite
    }
    
    .mobile[data-v-545ab2c1] {
      font-size: 20px
    }
    
    .helper-token-text[data-v-545ab2c1] {
      margin-top: 20px;
      margin-bottom: 5px
    }
    
    .app-links-block[data-v-545ab2c1] {
      margin-top: 20px
    }
    
    .app-link[data-v-545ab2c1] {
      margin: 0 5px;
      opacity: .4
    }
    
    .app-link[data-v-545ab2c1]:hover {
      opacity: .9
    }
    
    .mobile-bar[data-v-545ab2c1] {
      padding-top: 10px
    }
    
    .copied-text-2fa[data-v-545ab2c1] {
      color: #2c921b
    }
    
    .app-link img[data-v-545ab2c1] {
      opacity: .4;
      width: 20px;
      height: 20px
    }
    
    .p-input-secter[data-v-545ab2c1] {
      padding: 10px 15px
    }
    
    .p-input-secter p[data-v-545ab2c1] {
      font-size: 18px
    }
    
    .p-input-secter i.fal.fa-copy[data-v-545ab2c1] {
      font-size: 20px;
      color: #9899a0;
      padding: 5px
    }
    
    @-webkit-keyframes flick-545ab2c1 {
      0% {
        color: auto
      }
      50% {
        color: #fff
      }
    }
    
    @keyframes flick-545ab2c1 {
      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] {
      font-size: 18px;
      -webkit-animation: flick-500a55cc 2s .2s infinite;
      animation: flick-500a55cc 2s .2s infinite
    }
    
    @-webkit-keyframes flick-500a55cc {
      50% {
        color: #fff
      }
    }
    
    @keyframes flick-500a55cc {
      50% {
        color: #fff
      }
    }
    
    .number[data-v-500a55cc] {
      width: 42px;
      height: 48px;
      border: 1px solid #eee;
      border-radius: 7px;
      font-size: 18px;
      top: 8px;
      position: relative;
      margin: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #fafafa
    }
    
    .popup-wr .title[data-v-500a55cc] {
      margin: 0;
      padding: 1rem;
      font-size: 22px
    }
    
    .popup-personal-date p[data-v-500a55cc] {
      font-size: 11px;
      line-height: 2;
      font-weight: 700;
      margin-top: 20px
    }
    
    .popup .btn[data-v-500a55cc] {
      margin-top: 1rem;
      line-height: 2.75;
      font-size: 1rem;
      box-shadow: none
    }
    
    .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] {
      max-width: 300px;
      box-shadow: none;
      border-radius: 10px
    }
    
    .input-img img[data-v-500a55cc] {
      left: 1.25rem;
      width: 1rem
    }
    
    .popup .d-flex a[data-v-500a55cc] {
      text-decoration: none;
      text-align: right;
      color: #3296c8;
      font-size: 10px;
      font-weight: 700
    }
    
    .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] {
      position: fixed;
      z-index: 1000;
      display: flex;
      align-items: center;
      padding: 20px;
      color: #fff;
      line-height: 1.3;
      box-shadow: 0 0 15px 0 rgba(0, 0, 0, .35);
      max-width: 350px;
      margin: 20px;
      top: 0;
      left: 0;
      transform: translateX(-420px)
    }
    
    .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 {
      content: "";
      display: block;
      width: 30px;
      height: 30px;
      min-width: 30px;
      margin-right: 20px;
      background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath 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 2c4.407 0 8.016 3.609 8.016' fill='%23077CB2'/%3E%3Cpath d='M11.016 6.984V9h1.968V6.984h-1.968zm0 10.032h1.968v-6h-1.968v6z' fill='%23077CB2'/%3E%3C/svg%3E") 50%/cover no-repeat
    }
    
    .top-left[data-notification-status=warning][data-v-7d5b2f10] {
      background-color: #ffca28
    }
    
    .top-left[data-notification-status=warning][data-v-7d5b2f10]:before {
      content: "";
      display: block;
      width: 30px;
      height: 30px;
      min-width: 30px;
      margin-right: 20px;
      background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath 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 2c4.407 0 8.016 3.609 8.016' fill='%23C19100'/%3E%3Cpath d='M11.016 17.016h1.968V15h-1.968v2.016zm0-10.033v6.001h1.968V6.983h-1.968z' fill='%23C19100'/%3E%3C/svg%3E") 50%/cover no-repeat
    }
    
    .top-left[data-notification-status=error][data-v-7d5b2f10] {
      background-color: #ef5350
    }
    
    .top-left[data-notification-status=error][data-v-7d5b2f10]:before {
      content: "";
      display: block;
      width: 30px;
      height: 30px;
      min-width: 30px;
      margin-right: 20px;
      background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath 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 2c4.407 0 8.016 3.609 8.016' fill='%23C71612'/%3E%3Cpath d='M13.406 12l2.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' fill='%23C71612'/%3E%3C/svg%3E") 50%/cover no-repeat
    }
    
    .top-left[data-notification-status=success][data-v-7d5b2f10] {
      background-color: #66bb6a
    }
    
    .top-left[data-notification-status=success][data-v-7d5b2f10]:before {
      content: "";
      display: block;
      width: 30px;
      height: 30px;
      min-width: 30px;
      margin-right: 20px;
      background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath 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 2c4.407 0 8.016 3.609 8.016' fill='%233A813D'/%3E%3Cpath d='M10.477 13.136l5.085-5.085 1.406 1.406-6.492 6.492-3.446-3.445 1.406-1.406 2.041 2.038z' fill='%233A813D'/%3E%3C/svg%3E") 50%/cover no-repeat
    }
    
    .top-left[data-notification-status=question][data-v-7d5b2f10] {
      background-color: #8d6e63
    }
    
    .top-left[data-notification-status=question][data-v-7d5b2f10]:before {
      content: "";
      display: block;
      width: 30px;
      height: 30px;
      min-width: 30px;
      margin-right: 20px;
      background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath 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 2c4.407 0 8.016 3.609 8.016' fill='%23513F39'/%3E%3Cpath d='M12.001 6.314h-.002A3.606 3.606 0 008.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 00-3.609-3.609zm-.892 10.872h1.784V15.36h-1.784v1.826z' fill='%23513F39'/%3E%3C/svg%3E") 50%/cover no-repeat
    }
    
    .top-left[data-notification-status=plain][data-v-7d5b2f10] {
      background-color: #333
    }
    
    .top-right[data-v-7d5b2f10] {
      position: fixed;
      z-index: 1000;
      display: flex;
      align-items: center;
      padding: 20px;
      color: #fff;
      line-height: 1.3;
      box-shadow: 0 0 15px 0 rgba(0, 0, 0, .35);
      max-width: 350px;
      margin: 20px;
      top: 0;
      right: 0
    }
    
    .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 {
      content: "";
      display: block;
      width: 30px;
      height: 30px;
      min-width: 30px;
      margin-right: 20px;
      background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath 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 2c4.407 0 8.016 3.609 8.016' fill='%23077CB2'/%3E%3Cpath d='M11.016 6.984V9h1.968V6.984h-1.968zm0 10.032h1.968v-6h-1.968v6z' fill='%23077CB2'/%3E%3C/svg%3E") 50%/cover no-repeat
    }
    
    .top-right[data-notification-status=warning][data-v-7d5b2f10] {
      background-color: #ffca28
    }
    
    .top-right[data-notification-status=warning][data-v-7d5b2f10]:before {
      content: "";
      display: block;
      width: 30px;
      height: 30px;
      min-width: 30px;
      margin-right: 20px;
      background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath 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 2c4.407 0 8.016 3.609 8.016' fill='%23C19100'/%3E%3Cpath d='M11.016 17.016h1.968V15h-1.968v2.016zm0-10.033v6.001h1.968V6.983h-1.968z' fill='%23C19100'/%3E%3C/svg%3E") 50%/cover no-repeat
    }
    
    .top-right[data-notification-status=error][data-v-7d5b2f10] {
      background-color: #ef5350
    }
    
    .top-right[data-notification-status=error][data-v-7d5b2f10]:before {
      content: "";
      display: block;
      width: 30px;
      height: 30px;
      min-width: 30px;
      margin-right: 20px;
      background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath 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 2c4.407 0 8.016 3.609 8.016' fill='%23C71612'/%3E%3Cpath d='M13.406 12l2.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' fill='%23C71612'/%3E%3C/svg%3E") 50%/cover no-repeat
    }
    
    .top-right[data-notification-status=success][data-v-7d5b2f10] {
      background-color: #66bb6a
    }
    
    .top-right[data-notification-status=success][data-v-7d5b2f10]:before {
      content: "";
      display: block;
      width: 30px;
      height: 30px;
      min-width: 30px;
      margin-right: 20px;
      background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath 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 2c4.407 0 8.016 3.609 8.016' fill='%233A813D'/%3E%3Cpath d='M10.477 13.136l5.085-5.085 1.406 1.406-6.492 6.492-3.446-3.445 1.406-1.406 2.041 2.038z' fill='%233A813D'/%3E%3C/svg%3E") 50%/cover no-repeat
    }
    
    .top-right[data-notification-status=question][data-v-7d5b2f10] {
      background-color: #8d6e63
    }
    
    .top-right[data-notification-status=question][data-v-7d5b2f10]:before {
      content: "";
      display: block;
      width: 30px;
      height: 30px;
      min-width: 30px;
      margin-right: 20px;
      background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath 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 2c4.407 0 8.016 3.609 8.016' fill='%23513F39'/%3E%3Cpath d='M12.001 6.314h-.002A3.606 3.606 0 008.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 00-3.609-3.609zm-.892 10.872h1.784V15.36h-1.784v1.826z' fill='%23513F39'/%3E%3C/svg%3E") 50%/cover no-repeat
    }
    
    .top-right[data-notification-status=plain][data-v-7d5b2f10] {
      background-color: #333
    }
    
    .bottom-right[data-v-7d5b2f10] {
      position: fixed;
      z-index: 1000;
      display: flex;
      align-items: center;
      padding: 20px;
      color: #fff;
      line-height: 1.3;
      box-shadow: 0 0 15px 0 rgba(0, 0, 0, .35);
      max-width: 350px;
      margin: 20px;
      bottom: 0;
      right: 0;
      transform: translateX(420px)
    }
    
    @-webkit-keyframes slide-in-right-7d5b2f10 {
      to {
        transform: translateX(0)
      }
    }
    
    @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 {
      content: "";
      display: block;
      width: 30px;
      height: 30px;
      min-width: 30px;
      margin-right: 20px;
      background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath 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 2c4.407 0 8.016 3.609 8.016' fill='%23077CB2'/%3E%3Cpath d='M11.016 6.984V9h1.968V6.984h-1.968zm0 10.032h1.968v-6h-1.968v6z' fill='%23077CB2'/%3E%3C/svg%3E") 50%/cover no-repeat
    }
    
    .bottom-right[data-notification-status=warning][data-v-7d5b2f10] {
      background-color: #ffca28
    }
    
    .bottom-right[data-notification-status=warning][data-v-7d5b2f10]:before {
      content: "";
      display: block;
      width: 30px;
      height: 30px;
      min-width: 30px;
      margin-right: 20px;
      background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath 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 2c4.407 0 8.016 3.609 8.016' fill='%23C19100'/%3E%3Cpath d='M11.016 17.016h1.968V15h-1.968v2.016zm0-10.033v6.001h1.968V6.983h-1.968z' fill='%23C19100'/%3E%3C/svg%3E") 50%/cover no-repeat
    }
    
    .bottom-right[data-notification-status=error][data-v-7d5b2f10] {
      background-color: #ef5350
    }
    
    .bottom-right[data-notification-status=error][data-v-7d5b2f10]:before {
      content: "";
      display: block;
      width: 30px;
      height: 30px;
      min-width: 30px;
      margin-right: 20px;
      background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath 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 2c4.407 0 8.016 3.609 8.016' fill='%23C71612'/%3E%3Cpath d='M13.406 12l2.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' fill='%23C71612'/%3E%3C/svg%3E") 50%/cover no-repeat
    }
    
    .bottom-right[data-notification-status=success][data-v-7d5b2f10] {
      background-color: #66bb6a
    }
    
    .bottom-right[data-notification-status=success][data-v-7d5b2f10]:before {
      content: "";
      display: block;
      width: 30px;
      height: 30px;
      min-width: 30px;
      margin-right: 20px;
      background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath 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 2c4.407 0 8.016 3.609 8.016' fill='%233A813D'/%3E%3Cpath d='M10.477 13.136l5.085-5.085 1.406 1.406-6.492 6.492-3.446-3.445 1.406-1.406 2.041 2.038z' fill='%233A813D'/%3E%3C/svg%3E") 50%/cover no-repeat
    }
    
    .bottom-right[data-notification-status=question][data-v-7d5b2f10] {
      background-color: #8d6e63
    }
    
    .bottom-right[data-notification-status=question][data-v-7d5b2f10]:before {
      content: "";
      display: block;
      width: 30px;
      height: 30px;
      min-width: 30px;
      margin-right: 20px;
      background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath 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 2c4.407 0 8.016 3.609 8.016' fill='%23513F39'/%3E%3Cpath d='M12.001 6.314h-.002A3.606 3.606 0 008.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 00-3.609-3.609zm-.892 10.872h1.784V15.36h-1.784v1.826z' fill='%23513F39'/%3E%3C/svg%3E") 50%/cover no-repeat
    }
    
    .bottom-right[data-notification-status=plain][data-v-7d5b2f10] {
      background-color: #333
    }
    
    .bottom-left[data-v-7d5b2f10] {
      position: fixed;
      z-index: 1000;
      display: flex;
      align-items: center;
      padding: 20px;
      color: #fff;
      line-height: 1.3;
      box-shadow: 0 0 15px 0 rgba(0, 0, 0, .35);
      max-width: 350px;
      margin: 20px;
      bottom: 0;
      left: 0
    }
    
    .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 {
      content: "";
      display: block;
      width: 30px;
      height: 30px;
      min-width: 30px;
      margin-right: 20px;
      background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath 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 2c4.407 0 8.016 3.609 8.016' fill='%23077CB2'/%3E%3Cpath d='M11.016 6.984V9h1.968V6.984h-1.968zm0 10.032h1.968v-6h-1.968v6z' fill='%23077CB2'/%3E%3C/svg%3E") 50%/cover no-repeat
    }
    
    .bottom-left[data-notification-status=warning][data-v-7d5b2f10] {
      background-color: #ffca28
    }
    
    .bottom-left[data-notification-status=warning][data-v-7d5b2f10]:before {
      content: "";
      display: block;
      width: 30px;
      height: 30px;
      min-width: 30px;
      margin-right: 20px;
      background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath 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 2c4.407 0 8.016 3.609 8.016' fill='%23C19100'/%3E%3Cpath d='M11.016 17.016h1.968V15h-1.968v2.016zm0-10.033v6.001h1.968V6.983h-1.968z' fill='%23C19100'/%3E%3C/svg%3E") 50%/cover no-repeat
    }
    
    .bottom-left[data-notification-status=error][data-v-7d5b2f10] {
      background-color: #ef5350
    }
    
    .bottom-left[data-notification-status=error][data-v-7d5b2f10]:before {
      content: "";
      display: block;
      width: 30px;
      height: 30px;
      min-width: 30px;
      margin-right: 20px;
      background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath 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 2c4.407 0 8.016 3.609 8.016' fill='%23C71612'/%3E%3Cpath d='M13.406 12l2.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' fill='%23C71612'/%3E%3C/svg%3E") 50%/cover no-repeat
    }
    
    .bottom-left[data-notification-status=success][data-v-7d5b2f10] {
      background-color: #66bb6a
    }
    
    .bottom-left[data-notification-status=success][data-v-7d5b2f10]:before {
      content: "";
      display: block;
      width: 30px;
      height: 30px;
      min-width: 30px;
      margin-right: 20px;
      background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath 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 2c4.407 0 8.016 3.609 8.016' fill='%233A813D'/%3E%3Cpath d='M10.477 13.136l5.085-5.085 1.406 1.406-6.492 6.492-3.446-3.445 1.406-1.406 2.041 2.038z' fill='%233A813D'/%3E%3C/svg%3E") 50%/cover no-repeat
    }
    
    .bottom-left[data-notification-status=question][data-v-7d5b2f10] {
      background-color: #8d6e63
    }
    
    .bottom-left[data-notification-status=question][data-v-7d5b2f10]:before {
      content: "";
      display: block;
      width: 30px;
      height: 30px;
      min-width: 30px;
      margin-right: 20px;
      background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath 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 2c4.407 0 8.016 3.609 8.016' fill='%23513F39'/%3E%3Cpath d='M12.001 6.314h-.002A3.606 3.606 0 008.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 00-3.609-3.609zm-.892 10.872h1.784V15.36h-1.784v1.826z' fill='%23513F39'/%3E%3C/svg%3E") 50%/cover no-repeat
    }
    
    .bottom-left[data-notification-status=plain][data-v-7d5b2f10] {
      background-color: #333
    }
    
    .bar-top[data-v-7d5b2f10] {
      position: fixed;
      z-index: 1000;
      display: flex;
      align-items: center;
      padding: 20px;
      color: #fff;
      line-height: 1.3;
      box-shadow: 0 0 15px 0 rgba(0, 0, 0, .35);
      top: 0;
      right: 0;
      left: 0;
      width: 100%;
      transform: translateY(-100%)
    }
    
    .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 {
      content: "";
      display: block;
      width: 30px;
      height: 30px;
      min-width: 30px;
      margin-right: 20px;
      background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath 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 2c4.407 0 8.016 3.609 8.016' fill='%23077CB2'/%3E%3Cpath d='M11.016 6.984V9h1.968V6.984h-1.968zm0 10.032h1.968v-6h-1.968v6z' fill='%23077CB2'/%3E%3C/svg%3E") 50%/cover no-repeat
    }
    
    .bar-top[data-notification-status=warning][data-v-7d5b2f10] {
      background-color: #ffca28
    }
    
    .bar-top[data-notification-status=warning][data-v-7d5b2f10]:before {
      content: "";
      display: block;
      width: 30px;
      height: 30px;
      min-width: 30px;
      margin-right: 20px;
      background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath 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 2c4.407 0 8.016 3.609 8.016' fill='%23C19100'/%3E%3Cpath d='M11.016 17.016h1.968V15h-1.968v2.016zm0-10.033v6.001h1.968V6.983h-1.968z' fill='%23C19100'/%3E%3C/svg%3E") 50%/cover no-repeat
    }
    
    .bar-top[data-notification-status=error][data-v-7d5b2f10] {
      background-color: #ef5350
    }
    
    .bar-top[data-notification-status=error][data-v-7d5b2f10]:before {
      content: "";
      display: block;
      width: 30px;
      height: 30px;
      min-width: 30px;
      margin-right: 20px;
      background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath 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 2c4.407 0 8.016 3.609 8.016' fill='%23C71612'/%3E%3Cpath d='M13.406 12l2.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' fill='%23C71612'/%3E%3C/svg%3E") 50%/cover no-repeat
    }
    
    .bar-top[data-notification-status=success][data-v-7d5b2f10] {
      background-color: #66bb6a
    }
    
    .bar-top[data-notification-status=success][data-v-7d5b2f10]:before {
      content: "";
      display: block;
      width: 30px;
      height: 30px;
      min-width: 30px;
      margin-right: 20px;
      background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath 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 2c4.407 0 8.016 3.609 8.016' fill='%233A813D'/%3E%3Cpath d='M10.477 13.136l5.085-5.085 1.406 1.406-6.492 6.492-3.446-3.445 1.406-1.406 2.041 2.038z' fill='%233A813D'/%3E%3C/svg%3E") 50%/cover no-repeat
    }
    
    .bar-top[data-notification-status=question][data-v-7d5b2f10] {
      background-color: #8d6e63
    }
    
    .bar-top[data-notification-status=question][data-v-7d5b2f10]:before {
      content: "";
      display: block;
      width: 30px;
      height: 30px;
      min-width: 30px;
      margin-right: 20px;
      background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath 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 2c4.407 0 8.016 3.609 8.016' fill='%23513F39'/%3E%3Cpath d='M12.001 6.314h-.002A3.606 3.606 0 008.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 00-3.609-3.609zm-.892 10.872h1.784V15.36h-1.784v1.826z' fill='%23513F39'/%3E%3C/svg%3E") 50%/cover no-repeat
    }
    
    .bar-top[data-notification-status=plain][data-v-7d5b2f10] {
      background-color: #333
    }
    
    .bar-bottom[data-v-7d5b2f10] {
      position: fixed;
      z-index: 1000;
      display: flex;
      align-items: center;
      padding: 20px;
      color: #fff;
      line-height: 1.3;
      box-shadow: 0 0 15px 0 rgba(0, 0, 0, .35);
      bottom: 0;
      right: 0;
      left: 0;
      width: 100%
    }
    
    .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 {
      content: "";
      display: block;
      width: 30px;
      height: 30px;
      min-width: 30px;
      margin-right: 20px;
      background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath 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 2c4.407 0 8.016 3.609 8.016' fill='%23077CB2'/%3E%3Cpath d='M11.016 6.984V9h1.968V6.984h-1.968zm0 10.032h1.968v-6h-1.968v6z' fill='%23077CB2'/%3E%3C/svg%3E") 50%/cover no-repeat
    }
    
    .bar-bottom[data-notification-status=warning][data-v-7d5b2f10] {
      background-color: #ffca28
    }
    
    .bar-bottom[data-notification-status=warning][data-v-7d5b2f10]:before {
      content: "";
      display: block;
      width: 30px;
      height: 30px;
      min-width: 30px;
      margin-right: 20px;
      background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath 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 2c4.407 0 8.016 3.609 8.016' fill='%23C19100'/%3E%3Cpath d='M11.016 17.016h1.968V15h-1.968v2.016zm0-10.033v6.001h1.968V6.983h-1.968z' fill='%23C19100'/%3E%3C/svg%3E") 50%/cover no-repeat
    }
    
    .bar-bottom[data-notification-status=error][data-v-7d5b2f10] {
      background-color: #ef5350
    }
    
    .bar-bottom[data-notification-status=error][data-v-7d5b2f10]:before {
      content: "";
      display: block;
      width: 30px;
      height: 30px;
      min-width: 30px;
      margin-right: 20px;
      background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath 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 2c4.407 0 8.016 3.609 8.016' fill='%23C71612'/%3E%3Cpath d='M13.406 12l2.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' fill='%23C71612'/%3E%3C/svg%3E") 50%/cover no-repeat
    }
    
    .bar-bottom[data-notification-status=success][data-v-7d5b2f10] {
      background-color: #66bb6a
    }
    
    .bar-bottom[data-notification-status=success][data-v-7d5b2f10]:before {
      content: "";
      display: block;
      width: 30px;
      height: 30px;
      min-width: 30px;
      margin-right: 20px;
      background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath 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 2c4.407 0 8.016 3.609 8.016' fill='%233A813D'/%3E%3Cpath d='M10.477 13.136l5.085-5.085 1.406 1.406-6.492 6.492-3.446-3.445 1.406-1.406 2.041 2.038z' fill='%233A813D'/%3E%3C/svg%3E") 50%/cover no-repeat
    }
    
    .bar-bottom[data-notification-status=question][data-v-7d5b2f10] {
      background-color: #8d6e63
    }
    
    .bar-bottom[data-notification-status=question][data-v-7d5b2f10]:before {
      content: "";
      display: block;
      width: 30px;
      height: 30px;
      min-width: 30px;
      margin-right: 20px;
      background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath 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 2c4.407 0 8.016 3.609 8.016' fill='%23513F39'/%3E%3Cpath d='M12.001 6.314h-.002A3.606 3.606 0 008.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 00-3.609-3.609zm-.892 10.872h1.784V15.36h-1.784v1.826z' fill='%23513F39'/%3E%3C/svg%3E") 50%/cover no-repeat
    }
    
    .bar-bottom[data-notification-status=plain][data-v-7d5b2f10] {
      background-color: #333
    }
  

    .ie_block[data-v-0ab44cc0] {
      display: flex;
      justify-content: center;
      align-items: center;
      color: #111;
      flex-direction: column;
      font-size: 25px;
      background: #aaa;
      border-radius: 20px;
      width: 50%;
      margin: 0 auto;
      text-align: center;
      padding: 15px
    }
    
    .ie_block>div[data-v-0ab44cc0] {
      font-weight: 700;
      margin-top: 20px;
      color: #333;
      display: flex
    }
    
    .ie_block a[data-v-0ab44cc0]:hover {
      color: #0ab
    }
    
    .ie_block img[data-v-0ab44cc0] {
      width: 30px;
      height: 30px;
      margin-right: 15px
    }
  

    .swal2-popup.swal2-toast {
      box-sizing: border-box;
      grid-column: 1/4!important;
      grid-row: 1/4!important;
      grid-template-columns: 1fr 99fr 1fr;
      padding: 1em;
      overflow-y: hidden;
      background: #fff;
      box-shadow: 0 0 1px rgba(0, 0, 0, .075), 0 1px 2px rgba(0, 0, 0, .075), 1px 2px 4px rgba(0, 0, 0, .075), 1px 3px 8px rgba(0, 0, 0, .075), 2px 4px 16px rgba(0, 0, 0, .075);
      pointer-events: all
    }
    
    .swal2-popup.swal2-toast>* {
      grid-column: 2
    }
    
    .swal2-popup.swal2-toast .swal2-title {
      margin: .5em 1em;
      padding: 0;
      font-size: 1em;
      text-align: left;
      text-align: initial
    }
    
    .swal2-popup.swal2-toast .swal2-loading {
      justify-content: center
    }
    
    .swal2-popup.swal2-toast .swal2-input {
      height: 2em;
      margin: .5em;
      font-size: 1em
    }
    
    .swal2-popup.swal2-toast .swal2-validation-message {
      font-size: 1em
    }
    
    .swal2-popup.swal2-toast .swal2-footer {
      margin: .5em 0 0;
      padding: .5em 0 0;
      font-size: .8em
    }
    
    .swal2-popup.swal2-toast .swal2-close {
      grid-column: 3/3;
      grid-row: 1/99;
      align-self: center;
      width: .8em;
      height: .8em;
      margin: 0;
      font-size: 2em
    }
    
    .swal2-popup.swal2-toast .swal2-html-container {
      margin: .5em 1em;
      padding: 0;
      overflow: visible;
      overflow: initial;
      font-size: 1em;
      text-align: left;
      text-align: initial
    }
    
    .swal2-popup.swal2-toast .swal2-html-container:empty {
      padding: 0
    }
    
    .swal2-popup.swal2-toast .swal2-loader {
      grid-column: 1;
      grid-row: 1/99;
      align-self: center;
      width: 2em;
      height: 2em;
      margin: .25em
    }
    
    .swal2-popup.swal2-toast .swal2-icon {
      grid-column: 1;
      grid-row: 1/99;
      align-self: center;
      width: 2em;
      min-width: 2em;
      height: 2em;
      margin: 0 .5em 0 0
    }
    
    .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
      display: flex;
      align-items: center;
      font-size: 1.8em;
      font-weight: 700
    }
    
    .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
      width: 2em;
      height: 2em
    }
    
    .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
      top: .875em;
      width: 1.375em
    }
    
    .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
      left: .3125em
    }
    
    .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
      right: .3125em
    }
    
    .swal2-popup.swal2-toast .swal2-actions {
      justify-content: flex-start;
      height: auto;
      margin: .5em 0 0;
      padding: 0 .5em
    }
    
    .swal2-popup.swal2-toast .swal2-styled {
      margin: .25em .5em;
      padding: .4em .6em;
      font-size: 1em
    }
    
    .swal2-popup.swal2-toast .swal2-success {
      border-color: #a5dc86
    }
    
    .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
      position: absolute;
      width: 1.6em;
      height: 3em;
      transform: rotate(45deg);
      border-radius: 50%
    }
    
    .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
      top: -.8em;
      left: -.5em;
      transform: rotate(-45deg);
      transform-origin: 2em 2em;
      border-radius: 4em 0 0 4em
    }
    
    .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
      top: -.25em;
      left: .9375em;
      transform-origin: 0 1.5em;
      border-radius: 0 4em 4em 0
    }
    
    .swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
      width: 2em;
      height: 2em
    }
    
    .swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
      top: 0;
      left: .4375em;
      width: .4375em;
      height: 2.6875em
    }
    
    .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
      height: .3125em
    }
    
    .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
      top: 1.125em;
      left: .1875em;
      width: .75em
    }
    
    .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
      top: .9375em;
      right: .1875em;
      width: 1.375em
    }
    
    .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
      -webkit-animation: swal2-toast-animate-success-line-tip .75s;
      animation: swal2-toast-animate-success-line-tip .75s
    }
    
    .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
      -webkit-animation: swal2-toast-animate-success-line-long .75s;
      animation: swal2-toast-animate-success-line-long .75s
    }
    
    .swal2-popup.swal2-toast.swal2-show {
      -webkit-animation: swal2-toast-show .5s;
      animation: swal2-toast-show .5s
    }
    
    .swal2-popup.swal2-toast.swal2-hide {
      -webkit-animation: swal2-toast-hide .1s forwards;
      animation: swal2-toast-hide .1s forwards
    }
    
    .swal2-container {
      display: grid;
      position: fixed;
      z-index: 1060;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      box-sizing: border-box;
      grid-template-areas: "top-start     top            top-end" "center-start  center         center-end" "bottom-start  bottom-center  bottom-end";
      grid-template-rows: minmax(-webkit-min-content, auto) minmax(-webkit-min-content, auto) minmax(-webkit-min-content, auto);
      grid-template-rows: minmax(min-content, auto) minmax(min-content, auto) minmax(min-content, auto);
      height: 100%;
      padding: .625em;
      overflow-x: hidden;
      transition: background-color .1s;
      -webkit-overflow-scrolling: touch
    }
    
    .swal2-container.swal2-backdrop-show,
    .swal2-container.swal2-noanimation {
      background: rgba(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 {
      grid-column: 2;
      align-self: start;
      justify-self: center
    }
    
    .swal2-container.swal2-top-end>.swal2-popup,
    .swal2-container.swal2-top-right>.swal2-popup {
      grid-column: 3;
      align-self: start;
      justify-self: end
    }
    
    .swal2-container.swal2-center-left>.swal2-popup,
    .swal2-container.swal2-center-start>.swal2-popup {
      grid-row: 2;
      align-self: center
    }
    
    .swal2-container.swal2-center>.swal2-popup {
      grid-column: 2;
      grid-row: 2;
      align-self: center;
      justify-self: center
    }
    
    .swal2-container.swal2-center-end>.swal2-popup,
    .swal2-container.swal2-center-right>.swal2-popup {
      grid-column: 3;
      grid-row: 2;
      align-self: center;
      justify-self: end
    }
    
    .swal2-container.swal2-bottom-left>.swal2-popup,
    .swal2-container.swal2-bottom-start>.swal2-popup {
      grid-column: 1;
      grid-row: 3;
      align-self: end
    }
    
    .swal2-container.swal2-bottom>.swal2-popup {
      grid-column: 2;
      grid-row: 3;
      justify-self: center;
      align-self: end
    }
    
    .swal2-container.swal2-bottom-end>.swal2-popup,
    .swal2-container.swal2-bottom-right>.swal2-popup {
      grid-column: 3;
      grid-row: 3;
      align-self: end;
      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 {
      grid-row: 1/4;
      align-self: stretch
    }
    
    .swal2-container.swal2-no-transition {
      transition: none!important
    }
    
    .swal2-popup {
      display: none;
      position: relative;
      box-sizing: border-box;
      grid-template-columns: minmax(0, 100%);
      width: 32em;
      max-width: 100%;
      padding: 0 0 1.25em;
      border: none;
      border-radius: 5px;
      background: #fff;
      color: #545454;
      font-family: inherit;
      font-size: 1rem
    }
    
    .swal2-popup:focus {
      outline: 0
    }
    
    .swal2-popup.swal2-loading {
      overflow-y: hidden
    }
    
    .swal2-title {
      position: relative;
      max-width: 100%;
      margin: 0;
      padding: .8em 1em 0;
      color: inherit;
      font-size: 1.875em;
      font-weight: 600;
      text-align: center;
      text-transform: none;
      word-wrap: break-word
    }
    
    .swal2-actions {
      display: flex;
      z-index: 1;
      box-sizing: border-box;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      width: auto;
      margin: 1.25em auto 0;
      padding: 0
    }
    
    .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
      opacity: .4
    }
    
    .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
      background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1))
    }
    
    .swal2-actions:not(.swal2-loading) .swal2-styled:active {
      background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2))
    }
    
    .swal2-loader {
      display: none;
      align-items: center;
      justify-content: center;
      width: 2.2em;
      height: 2.2em;
      margin: 0 1.875em;
      -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
      animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
      border-radius: 100%;
      border-color: #2778c4 transparent;
      border-style: solid;
      border-width: .25em
    }
    
    .swal2-styled {
      margin: .3125em;
      padding: .625em 1.1em;
      transition: box-shadow .1s;
      box-shadow: 0 0 0 3px transparent;
      font-weight: 500
    }
    
    .swal2-styled:not([disabled]) {
      cursor: pointer
    }
    
    .swal2-styled.swal2-confirm {
      border: 0;
      border-radius: .25em;
      background: transparent none repeat 0 0/auto auto padding-box border-box scroll;
      background: initial;
      background-color: #7066e0;
      color: #fff;
      font-size: 1em
    }
    
    .swal2-styled.swal2-confirm:focus {
      box-shadow: 0 0 0 3px rgba(112, 102, 224, .5)
    }
    
    .swal2-styled.swal2-deny {
      border: 0;
      border-radius: .25em;
      background: transparent none repeat 0 0/auto auto padding-box border-box scroll;
      background: initial;
      background-color: #dc3741;
      color: #fff;
      font-size: 1em
    }
    
    .swal2-styled.swal2-deny:focus {
      box-shadow: 0 0 0 3px rgba(220, 55, 65, .5)
    }
    
    .swal2-styled.swal2-cancel {
      border: 0;
      border-radius: .25em;
      background: transparent none repeat 0 0/auto auto padding-box border-box scroll;
      background: initial;
      background-color: #6e7881;
      color: #fff;
      font-size: 1em
    }
    
    .swal2-styled.swal2-cancel:focus {
      box-shadow: 0 0 0 3px rgba(110, 120, 129, .5)
    }
    
    .swal2-styled.swal2-default-outline:focus {
      box-shadow: 0 0 0 3px rgba(100, 150, 200, .5)
    }
    
    .swal2-styled:focus {
      outline: 0
    }
    
    .swal2-styled::-moz-focus-inner {
      border: 0
    }
    
    .swal2-footer {
      justify-content: center;
      margin: 1em 0 0;
      padding: 1em 1em 0;
      border-top: 1px solid #eee;
      color: inherit;
      font-size: 1em
    }
    
    .swal2-timer-progress-bar-container {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      grid-column: auto!important;
      overflow: hidden;
      border-bottom-right-radius: 5px;
      border-bottom-left-radius: 5px
    }
    
    .swal2-timer-progress-bar {
      width: 100%;
      height: .25em;
      background: rgba(0, 0, 0, .2)
    }
    
    .swal2-image {
      max-width: 100%;
      margin: 2em auto 1em
    }
    
    .swal2-close {
      z-index: 2;
      align-items: center;
      justify-content: center;
      width: 1.2em;
      height: 1.2em;
      margin-top: 0;
      margin-right: 0;
      margin-bottom: -1.2em;
      padding: 0;
      overflow: hidden;
      transition: color .1s, box-shadow .1s;
      border: none;
      border-radius: 5px;
      background: 0 0;
      color: #ccc;
      font-family: serif;
      font-family: monospace;
      font-size: 2.5em;
      cursor: pointer;
      justify-self: end
    }
    
    .swal2-close:hover {
      transform: none;
      background: 0 0;
      color: #f27474
    }
    
    .swal2-close:focus {
      outline: 0;
      box-shadow: inset 0 0 0 3px rgba(100, 150, 200, .5)
    }
    
    .swal2-close::-moz-focus-inner {
      border: 0
    }
    
    .swal2-html-container {
      z-index: 1;
      justify-content: center;
      margin: 1em 1.6em .3em;
      padding: 0;
      overflow: auto;
      color: inherit;
      font-size: 1.125em;
      font-weight: 400;
      line-height: normal;
      text-align: center;
      word-wrap: break-word;
      word-break: break-word
    }
    
    .swal2-checkbox,
    .swal2-file,
    .swal2-input,
    .swal2-radio,
    .swal2-select,
    .swal2-textarea {
      margin: 1em 2em 3px
    }
    
    .swal2-file,
    .swal2-input,
    .swal2-textarea {
      box-sizing: border-box;
      width: auto;
      transition: border-color .1s, box-shadow .1s;
      border: 1px solid #d9d9d9;
      border-radius: .1875em;
      background: 0 0;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06), 0 0 0 3px transparent;
      color: inherit;
      font-size: 1.125em
    }
    
    .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;
      outline: 0;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06), 0 0 0 3px rgba(100, 150, 200, .5)
    }
    
    .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 {
      margin: 1em 2em 3px;
      background: #fff
    }
    
    .swal2-range input {
      width: 80%
    }
    
    .swal2-range output {
      width: 20%;
      color: inherit;
      font-weight: 600;
      text-align: center
    }
    
    .swal2-range input,
    .swal2-range output {
      height: 2.625em;
      padding: 0;
      font-size: 1.125em;
      line-height: 2.625em
    }
    
    .swal2-input {
      height: 2.625em;
      padding: 0 .75em
    }
    
    .swal2-file {
      width: 75%;
      margin-right: auto;
      margin-left: auto;
      background: 0 0;
      font-size: 1.125em
    }
    
    .swal2-textarea {
      height: 6.75em;
      padding: .75em
    }
    
    .swal2-select {
      min-width: 50%;
      max-width: 100%;
      padding: .375em .625em;
      background: 0 0;
      color: inherit;
      font-size: 1.125em
    }
    
    .swal2-checkbox,
    .swal2-radio {
      align-items: center;
      justify-content: center;
      background: #fff;
      color: inherit
    }
    
    .swal2-checkbox label,
    .swal2-radio label {
      margin: 0 .6em;
      font-size: 1.125em
    }
    
    .swal2-checkbox input,
    .swal2-radio input {
      flex-shrink: 0;
      margin: 0 .4em
    }
    
    .swal2-input-label {
      display: flex;
      justify-content: center;
      margin: 1em auto 0
    }
    
    .swal2-validation-message {
      align-items: center;
      justify-content: center;
      margin: 1em 0 0;
      padding: .625em;
      overflow: hidden;
      background: #f0f0f0;
      color: #666;
      font-size: 1em;
      font-weight: 300
    }
    
    .swal2-validation-message:before {
      content: "!";
      display: inline-block;
      width: 1.5em;
      min-width: 1.5em;
      height: 1.5em;
      margin: 0 .625em;
      border-radius: 50%;
      background-color: #f27474;
      color: #fff;
      font-weight: 600;
      line-height: 1.5em;
      text-align: center
    }
    
    .swal2-icon {
      position: relative;
      box-sizing: content-box;
      justify-content: center;
      width: 5em;
      height: 5em;
      margin: 2.5em auto .6em;
      border-radius: 50%;
      border: .25em solid #000;
      font-family: inherit;
      line-height: 5em;
      cursor: default;
      -webkit-user-select: none;
      -moz-user-select: none;
      user-select: none
    }
    
    .swal2-icon .swal2-icon-content {
      display: flex;
      align-items: center;
      font-size: 3.75em
    }
    
    .swal2-icon.swal2-error {
      border-color: #f27474;
      color: #f27474
    }
    
    .swal2-icon.swal2-error .swal2-x-mark {
      position: relative;
      flex-grow: 1
    }
    
    .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
      display: block;
      position: absolute;
      top: 2.3125em;
      width: 2.9375em;
      height: .3125em;
      border-radius: .125em;
      background-color: #f27474
    }
    
    .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 {
      -webkit-animation: swal2-animate-error-icon .5s;
      animation: swal2-animate-error-icon .5s
    }
    
    .swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
      -webkit-animation: swal2-animate-error-x-mark .5s;
      animation: swal2-animate-error-x-mark .5s
    }
    
    .swal2-icon.swal2-warning {
      border-color: #facea8;
      color: #f8bb86
    }
    
    .swal2-icon.swal2-warning.swal2-icon-show {
      -webkit-animation: swal2-animate-error-icon .5s;
      animation: swal2-animate-error-icon .5s
    }
    
    .swal2-icon.swal2-warning.swal2-icon-show .swal2-icon-content {
      -webkit-animation: swal2-animate-i-mark .5s;
      animation: swal2-animate-i-mark .5s
    }
    
    .swal2-icon.swal2-info {
      border-color: #9de0f6;
      color: #3fc3ee
    }
    
    .swal2-icon.swal2-info.swal2-icon-show {
      -webkit-animation: swal2-animate-error-icon .5s;
      animation: swal2-animate-error-icon .5s
    }
    
    .swal2-icon.swal2-info.swal2-icon-show .swal2-icon-content {
      -webkit-animation: swal2-animate-i-mark .8s;
      animation: swal2-animate-i-mark .8s
    }
    
    .swal2-icon.swal2-question {
      border-color: #c9dae1;
      color: #87adbd
    }
    
    .swal2-icon.swal2-question.swal2-icon-show {
      -webkit-animation: swal2-animate-error-icon .5s;
      animation: swal2-animate-error-icon .5s
    }
    
    .swal2-icon.swal2-question.swal2-icon-show .swal2-icon-content {
      -webkit-animation: swal2-animate-question-mark .8s;
      animation: swal2-animate-question-mark .8s
    }
    
    .swal2-icon.swal2-success {
      border-color: #a5dc86;
      color: #a5dc86
    }
    
    .swal2-icon.swal2-success [class^=swal2-success-circular-line] {
      position: absolute;
      width: 3.75em;
      height: 7.5em;
      transform: rotate(45deg);
      border-radius: 50%
    }
    
    .swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
      top: -.4375em;
      left: -2.0635em;
      transform: rotate(-45deg);
      transform-origin: 3.75em 3.75em;
      border-radius: 7.5em 0 0 7.5em
    }
    
    .swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
      top: -.6875em;
      left: 1.875em;
      transform: rotate(-45deg);
      transform-origin: 0 3.75em;
      border-radius: 0 7.5em 7.5em 0
    }
    
    .swal2-icon.swal2-success .swal2-success-ring {
      position: absolute;
      z-index: 2;
      top: -.25em;
      left: -.25em;
      box-sizing: content-box;
      width: 100%;
      height: 100%;
      border: .25em solid rgba(165, 220, 134, .3);
      border-radius: 50%
    }
    
    .swal2-icon.swal2-success .swal2-success-fix {
      position: absolute;
      z-index: 1;
      top: .5em;
      left: 1.625em;
      width: .4375em;
      height: 5.625em;
      transform: rotate(-45deg)
    }
    
    .swal2-icon.swal2-success [class^=swal2-success-line] {
      display: block;
      position: absolute;
      z-index: 2;
      height: .3125em;
      border-radius: .125em;
      background-color: #a5dc86
    }
    
    .swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
      top: 2.875em;
      left: .8125em;
      width: 1.5625em;
      transform: rotate(45deg)
    }
    
    .swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
      top: 2.375em;
      right: .5em;
      width: 2.9375em;
      transform: rotate(-45deg)
    }
    
    .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
      -webkit-animation: swal2-animate-success-line-tip .75s;
      animation: swal2-animate-success-line-tip .75s
    }
    
    .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
      -webkit-animation: swal2-animate-success-line-long .75s;
      animation: swal2-animate-success-line-long .75s
    }
    
    .swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
      -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
      animation: swal2-rotate-success-circular-line 4.25s ease-in
    }
    
    .swal2-progress-steps {
      flex-wrap: wrap;
      align-items: center;
      max-width: 100%;
      margin: 1.25em auto;
      padding: 0;
      background: 0 0;
      font-weight: 600
    }
    
    .swal2-progress-steps li {
      display: inline-block;
      position: relative
    }
    
    .swal2-progress-steps .swal2-progress-step {
      z-index: 20;
      flex-shrink: 0;
      width: 2em;
      height: 2em;
      border-radius: 2em;
      background: #2778c4;
      color: #fff;
      line-height: 2em;
      text-align: center
    }
    
    .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 {
      z-index: 10;
      flex-shrink: 0;
      width: 2.5em;
      height: .4em;
      margin: 0 -1px;
      background: #2778c4
    }
    
    [class^=swal2] {
      -webkit-tap-highlight-color: transparent
    }
    
    .swal2-show {
      -webkit-animation: swal2-show .3s;
      animation: swal2-show .3s
    }
    
    .swal2-hide {
      -webkit-animation: swal2-hide .15s forwards;
      animation: swal2-hide .15s forwards
    }
    
    .swal2-noanimation {
      transition: none
    }
    
    .swal2-scrollbar-measure {
      position: absolute;
      top: -9999px;
      width: 50px;
      height: 50px;
      overflow: scroll
    }
    
    .swal2-rtl .swal2-close {
      margin-right: 0;
      margin-left: 0
    }
    
    .swal2-rtl .swal2-timer-progress-bar {
      right: 0;
      left: auto
    }
    
    .leave-russia-now-and-apply-your-skills-to-the-world {
      display: flex;
      position: fixed;
      z-index: 1939;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 25px 0 20px;
      background: #20232a;
      color: #fff;
      text-align: center
    }
    
    .leave-russia-now-and-apply-your-skills-to-the-world div {
      max-width: 560px;
      margin: 10px;
      line-height: 146%
    }
    
    .leave-russia-now-and-apply-your-skills-to-the-world iframe {
      max-width: 100%;
      max-height: 55.5555555556vmin;
      margin: 16px auto
    }
    
    .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 {
      display: flex;
      position: fixed;
      z-index: 1940;
      top: 0;
      right: 0;
      align-items: center;
      justify-content: center;
      width: 48px;
      height: 48px;
      margin-right: 10px;
      margin-bottom: -10px;
      border: none;
      background: 0 0;
      color: #aaa;
      font-size: 48px;
      font-weight: 700;
      cursor: pointer
    }
    
    .leave-russia-now-and-apply-your-skills-to-the-world button:hover {
      color: #fff
    }
    
    @-webkit-keyframes swal2-toast-show {
      0% {
        transform: translateY(-.625em) rotate(2deg)
      }
      33% {
        transform: translateY(0) rotate(-2deg)
      }
      66% {
        transform: translateY(.3125em) rotate(2deg)
      }
      to {
        transform: translateY(0) rotate(0)
      }
    }
    
    @keyframes swal2-toast-show {
      0% {
        transform: translateY(-.625em) rotate(2deg)
      }
      33% {
        transform: translateY(0) rotate(-2deg)
      }
      66% {
        transform: translateY(.3125em) rotate(2deg)
      }
      to {
        transform: translateY(0) rotate(0)
      }
    }
    
    @-webkit-keyframes swal2-toast-hide {
      to {
        transform: rotate(1deg);
        opacity: 0
      }
    }
    
    @keyframes swal2-toast-hide {
      to {
        transform: rotate(1deg);
        opacity: 0
      }
    }
    
    @-webkit-keyframes swal2-toast-animate-success-line-tip {
      0% {
        top: .5625em;
        left: .0625em;
        width: 0
      }
      54% {
        top: .125em;
        left: .125em;
        width: 0
      }
      70% {
        top: .625em;
        left: -.25em;
        width: 1.625em
      }
      84% {
        top: 1.0625em;
        left: .75em;
        width: .5em
      }
      to {
        top: 1.125em;
        left: .1875em;
        width: .75em
      }
    }
    
    @keyframes swal2-toast-animate-success-line-tip {
      0% {
        top: .5625em;
        left: .0625em;
        width: 0
      }
      54% {
        top: .125em;
        left: .125em;
        width: 0
      }
      70% {
        top: .625em;
        left: -.25em;
        width: 1.625em
      }
      84% {
        top: 1.0625em;
        left: .75em;
        width: .5em
      }
      to {
        top: 1.125em;
        left: .1875em;
        width: .75em
      }
    }
    
    @-webkit-keyframes swal2-toast-animate-success-line-long {
      0% {
        top: 1.625em;
        right: 1.375em;
        width: 0
      }
      65% {
        top: 1.25em;
        right: .9375em;
        width: 0
      }
      84% {
        top: .9375em;
        right: 0;
        width: 1.125em
      }
      to {
        top: .9375em;
        right: .1875em;
        width: 1.375em
      }
    }
    
    @keyframes swal2-toast-animate-success-line-long {
      0% {
        top: 1.625em;
        right: 1.375em;
        width: 0
      }
      65% {
        top: 1.25em;
        right: .9375em;
        width: 0
      }
      84% {
        top: .9375em;
        right: 0;
        width: 1.125em
      }
      to {
        top: .9375em;
        right: .1875em;
        width: 1.375em
      }
    }
    
    @-webkit-keyframes swal2-show {
      0% {
        transform: scale(.7)
      }
      45% {
        transform: scale(1.05)
      }
      80% {
        transform: scale(.95)
      }
      to {
        transform: scale(1)
      }
    }
    
    @keyframes swal2-show {
      0% {
        transform: scale(.7)
      }
      45% {
        transform: scale(1.05)
      }
      80% {
        transform: scale(.95)
      }
      to {
        transform: scale(1)
      }
    }
    
    @-webkit-keyframes swal2-hide {
      0% {
        transform: scale(1);
        opacity: 1
      }
      to {
        transform: scale(.5);
        opacity: 0
      }
    }
    
    @keyframes swal2-hide {
      0% {
        transform: scale(1);
        opacity: 1
      }
      to {
        transform: scale(.5);
        opacity: 0
      }
    }
    
    @-webkit-keyframes swal2-animate-success-line-tip {
      0% {
        top: 1.1875em;
        left: .0625em;
        width: 0
      }
      54% {
        top: 1.0625em;
        left: .125em;
        width: 0
      }
      70% {
        top: 2.1875em;
        left: -.375em;
        width: 3.125em
      }
      84% {
        top: 3em;
        left: 1.3125em;
        width: 1.0625em
      }
      to {
        top: 2.8125em;
        left: .8125em;
        width: 1.5625em
      }
    }
    
    @keyframes swal2-animate-success-line-tip {
      0% {
        top: 1.1875em;
        left: .0625em;
        width: 0
      }
      54% {
        top: 1.0625em;
        left: .125em;
        width: 0
      }
      70% {
        top: 2.1875em;
        left: -.375em;
        width: 3.125em
      }
      84% {
        top: 3em;
        left: 1.3125em;
        width: 1.0625em
      }
      to {
        top: 2.8125em;
        left: .8125em;
        width: 1.5625em
      }
    }
    
    @-webkit-keyframes swal2-animate-success-line-long {
      0% {
        top: 3.375em;
        right: 2.875em;
        width: 0
      }
      65% {
        top: 3.375em;
        right: 2.875em;
        width: 0
      }
      84% {
        top: 2.1875em;
        right: 0;
        width: 3.4375em
      }
      to {
        top: 2.375em;
        right: .5em;
        width: 2.9375em
      }
    }
    
    @keyframes swal2-animate-success-line-long {
      0% {
        top: 3.375em;
        right: 2.875em;
        width: 0
      }
      65% {
        top: 3.375em;
        right: 2.875em;
        width: 0
      }
      84% {
        top: 2.1875em;
        right: 0;
        width: 3.4375em
      }
      to {
        top: 2.375em;
        right: .5em;
        width: 2.9375em
      }
    }
    
    @-webkit-keyframes swal2-rotate-success-circular-line {
      0% {
        transform: rotate(-45deg)
      }
      5% {
        transform: rotate(-45deg)
      }
      12% {
        transform: rotate(-405deg)
      }
      to {
        transform: rotate(-405deg)
      }
    }
    
    @keyframes swal2-rotate-success-circular-line {
      0% {
        transform: rotate(-45deg)
      }
      5% {
        transform: rotate(-45deg)
      }
      12% {
        transform: rotate(-405deg)
      }
      to {
        transform: rotate(-405deg)
      }
    }
    
    @-webkit-keyframes swal2-animate-error-x-mark {
      0% {
        margin-top: 1.625em;
        transform: scale(.4);
        opacity: 0
      }
      50% {
        margin-top: 1.625em;
        transform: scale(.4);
        opacity: 0
      }
      80% {
        margin-top: -.375em;
        transform: scale(1.15)
      }
      to {
        margin-top: 0;
        transform: scale(1);
        opacity: 1
      }
    }
    
    @keyframes swal2-animate-error-x-mark {
      0% {
        margin-top: 1.625em;
        transform: scale(.4);
        opacity: 0
      }
      50% {
        margin-top: 1.625em;
        transform: scale(.4);
        opacity: 0
      }
      80% {
        margin-top: -.375em;
        transform: scale(1.15)
      }
      to {
        margin-top: 0;
        transform: scale(1);
        opacity: 1
      }
    }
    
    @-webkit-keyframes swal2-animate-error-icon {
      0% {
        transform: rotateX(100deg);
        opacity: 0
      }
      to {
        transform: rotateX(0);
        opacity: 1
      }
    }
    
    @keyframes swal2-animate-error-icon {
      0% {
        transform: rotateX(100deg);
        opacity: 0
      }
      to {
        transform: rotateX(0);
        opacity: 1
      }
    }
    
    @-webkit-keyframes swal2-rotate-loading {
      0% {
        transform: rotate(0)
      }
      to {
        transform: rotate(1turn)
      }
    }
    
    @keyframes swal2-rotate-loading {
      0% {
        transform: rotate(0)
      }
      to {
        transform: rotate(1turn)
      }
    }
    
    @-webkit-keyframes swal2-animate-question-mark {
      0% {
        transform: rotateY(-1turn)
      }
      to {
        transform: rotateY(0)
      }
    }
    
    @keyframes swal2-animate-question-mark {
      0% {
        transform: rotateY(-1turn)
      }
      to {
        transform: rotateY(0)
      }
    }
    
    @-webkit-keyframes swal2-animate-i-mark {
      0% {
        transform: rotate(45deg);
        opacity: 0
      }
      25% {
        transform: rotate(-25deg);
        opacity: .4
      }
      50% {
        transform: rotate(15deg);
        opacity: .8
      }
      75% {
        transform: rotate(-5deg);
        opacity: 1
      }
      to {
        transform: rotateX(0);
        opacity: 1
      }
    }
    
    @keyframes swal2-animate-i-mark {
      0% {
        transform: rotate(45deg);
        opacity: 0
      }
      25% {
        transform: rotate(-25deg);
        opacity: .4
      }
      50% {
        transform: rotate(15deg);
        opacity: .8
      }
      75% {
        transform: rotate(-5deg);
        opacity: 1
      }
      to {
        transform: rotateX(0);
        opacity: 1
      }
    }
    
    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, .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 {
      box-sizing: border-box;
      width: 360px;
      max-width: 100%;
      background-color: transparent;
      pointer-events: none
    }
    
    body.swal2-toast-shown .swal2-container.swal2-top {
      top: 0;
      right: auto;
      bottom: auto;
      left: 50%;
      transform: translateX(-50%)
    }
    
    body.swal2-toast-shown .swal2-container.swal2-top-end,
    body.swal2-toast-shown .swal2-container.swal2-top-right {
      top: 0;
      right: 0;
      bottom: auto;
      left: auto
    }
    
    body.swal2-toast-shown .swal2-container.swal2-top-left,
    body.swal2-toast-shown .swal2-container.swal2-top-start {
      top: 0;
      right: auto;
      bottom: auto;
      left: 0
    }
    
    body.swal2-toast-shown .swal2-container.swal2-center-left,
    body.swal2-toast-shown .swal2-container.swal2-center-start {
      top: 50%;
      right: auto;
      bottom: auto;
      left: 0;
      transform: translateY(-50%)
    }
    
    body.swal2-toast-shown .swal2-container.swal2-center {
      top: 50%;
      right: auto;
      bottom: auto;
      left: 50%;
      transform: translate(-50%, -50%)
    }
    
    body.swal2-toast-shown .swal2-container.swal2-center-end,
    body.swal2-toast-shown .swal2-container.swal2-center-right {
      top: 50%;
      right: 0;
      bottom: auto;
      left: auto;
      transform: translateY(-50%)
    }
    
    body.swal2-toast-shown .swal2-container.swal2-bottom-left,
    body.swal2-toast-shown .swal2-container.swal2-bottom-start {
      top: auto;
      right: auto;
      bottom: 0;
      left: 0
    }
    
    body.swal2-toast-shown .swal2-container.swal2-bottom {
      top: auto;
      right: auto;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%)
    }
    
    body.swal2-toast-shown .swal2-container.swal2-bottom-end,
    body.swal2-toast-shown .swal2-container.swal2-bottom-right {
      top: auto;
      right: 0;
      bottom: 0;
      left: auto
    }
  

    #preloader[data-v-28cb2dcd] {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%
    }
    
    #loader[data-v-28cb2dcd] {
      display: block;
      position: relative;
      left: 50%;
      top: 50%;
      width: 150px;
      height: 150px;
      margin: -75px 0 0 -75px;
      border-radius: 50%;
      border: 3px solid transparent;
      border-top-color: #00c3d3;
      -webkit-animation: spin-28cb2dcd 2s linear infinite;
      animation: spin-28cb2dcd 2s linear infinite
    }
    
    #loader[data-v-28cb2dcd]:before {
      content: "";
      position: absolute;
      top: 5px;
      left: 5px;
      right: 5px;
      bottom: 5px;
      border-radius: 50%;
      border: 3px solid transparent;
      border-top-color: #00d05c;
      -webkit-animation: spin-28cb2dcd 3s linear infinite;
      animation: spin-28cb2dcd 3s linear infinite
    }
    
    #loader[data-v-28cb2dcd]:after {
      content: "";
      position: absolute;
      top: 15px;
      left: 15px;
      right: 15px;
      bottom: 15px;
      border-radius: 50%;
      border: 3px solid transparent;
      border-top-color: #3ac125;
      -webkit-animation: spin-28cb2dcd 1.5s linear infinite;
      animation: spin-28cb2dcd 1.5s linear infinite
    }
    
    @-webkit-keyframes spin-28cb2dcd {
      0% {
        transform: rotate(0deg)
      }
      to {
        transform: rotate(1turn)
      }
    }
    
    @keyframes spin-28cb2dcd {
      0% {
        transform: rotate(0deg)
      }
      to {
        transform: rotate(1turn)
      }
    }
  



    .b-toggle[data-v-13fa7adb] {
      max-height: none;
      opacity: 1
    }
  

    ul[data-v-1d6f5688] {
      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 {
      padding: 3px 5px;
      border: 1px solid #efefef;
      cursor: pointer;
      transition: background-color .1s ease
    }
    
    .bp-dropdown__btn,
    .bp-dropdown__sub {
      display: inline-flex;
      align-items: center
    }
    
    .bp-dropdown__btn--active {
      background-color: #eee
    }
    
    .bp-dropdown__icon {
      display: inline-block;
      width: 15px;
      height: 15px;
      overflow: visible;
      transition: transform .1s ease
    }
    
    .bp-dropdown__icon--spin {
      width: 12px;
      height: 12px;
      -webkit-animation: spin 2s linear infinite;
      animation: spin 2s linear infinite
    }
    
    .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 {
      position: fixed;
      top: 0;
      left: 0;
      padding: 6px 8px;
      background-color: #fff;
      box-shadow: 0 5px 15px -5px rgba(0, 0, 0, .5);
      z-index: 9999
    }
    
    .fade-enter-active,
    .fade-leave-active {
      transition: opacity .1s
    }
    
    .fade-enter,
    .fade-leave-to {
      opacity: 0
    }
    
    @-webkit-keyframes spin {
      0% {
        transform: rotate(0)
      }
      to {
        transform: rotate(1turn)
      }
    }
    
    @keyframes spin {
      0% {
        transform: rotate(0)
      }
      to {
        transform: rotate(1turn)
      }
    }
  

    .dropper img[data-v-1db7e320] {
      width: 25px;
      height: 25px;
      margin: 5px
    }
    
    .dropper li[data-v-1db7e320] {
      font-size: 15px;
      cursor: pointer;
      display: flex;
      align-items: center
    }
    
    .dropper li[data-v-1db7e320]:hover {
      background: rgba(0, 150, 255, .1)
    }
    
    .dropper[data-v-1db7e320],
    .dropper .bp-dropdown__btn[data-v-1db7e320] {
      width: 100%
    }
  

    .dropper img[data-v-18c5899c] {
      width: 25px;
      height: 25px;
      margin: 5px
    }
    
    .dropper li[data-v-18c5899c] {
      font-size: 15px;
      cursor: pointer;
      display: flex;
      align-items: center
    }
    
    .dropper li[data-v-18c5899c]:hover {
      background: rgba(0, 150, 255, .1)
    }
    
    .dropper[data-v-18c5899c],
    .dropper .bp-dropdown__btn[data-v-18c5899c] {
      width: 100%
    }
    
    .help_block[data-v-18c5899c] {
      text-align: center
    }
    
    .help_block h3[data-v-18c5899c] {
      font-size: 20px;
      margin: 10px 0;
      color: #656565;
      font-weight: 400;
      font-family: "Roboto-Regular"
    }
    
    .help_block p[data-v-18c5899c] {
      font-size: 14px;
      color: #a0a3b1
    }
    
    .help_block .arrow_icon[data-v-18c5899c] {
      display: block;
      padding: 20px
    }
    
    .help_block .file_icon[data-v-18c5899c] {
      display: block;
      padding-top: 30px;
      padding-bottom: 10px
    }
  

    .dropper img[data-v-121d7b5f] {
      width: 25px;
      height: 25px;
      margin: 5px
    }
    
    .dropper li[data-v-121d7b5f] {
      font-size: 15px;
      cursor: pointer;
      display: flex;
      align-items: center
    }
    
    .dropper li[data-v-121d7b5f]:hover {
      background: rgba(0, 150, 255, .1)
    }
    
    .dropper[data-v-121d7b5f],
    .dropper .bp-dropdown__btn[data-v-121d7b5f] {
      width: 100%
    }
  

    .notification-box[data-v-e52948f2] {
      margin: 25px;
      padding: 20px;
      border-radius: 10px;
      border: 1px solid;
      color: #fff
    }
  