.warp-content{position: relative; min-height: 100%;padding-bottom: 200px;}
footer{position: absolute;left: 0;bottom: 0;width: 100%;}
html,body{height:100%;}
.site-header__top {
  background-color: #273439;
  padding: 8px 0;
}

.language-control .btn{
  background: transparent;
  border: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.15;
  color: #ccc;
}

.site-header__top-auth {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.site-header__top-auth a {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.15;
  color: #ccc;
  text-decoration: underline;
}
.site-header__top-auth a:hover{color: #fff;}
.site-header__top-auth .signin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.site-header__top-auth .signin::before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: url(../i/_src/ic-person-24-px.svg);
  margin-right: 13px;
}
.site-header__top-auth span {
  display: inline-block;
  margin: 0 5px;
}
.warp-content .aml{
  padding-bottom: 100px;
}
@media (max-width: 767.98px) {
  .site-header__top-auth {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0px;
  }
}
@media (max-width: 575.98px) {
  .warp-content .aml{
    padding-bottom: 50px;
  }
}
.site-header__main {
  background-color: #354247;
  /*background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#3a2667),
    to(#0087af)
  );
  background-image: -o-linear-gradient(right, #3a2667, #0087af);
  background-image: linear-gradient(to left, #3a2667, #0087af);*/
}
.site-header__main-logo {
  padding-top: 6px;
}
.site-header__main-logo img {
  margin-left: 15px;
}
@media (max-width: 575.98px) {
  .site-header__main-logo img {
    margin-left: 10px;
  }
}
.site-header .navbar {
  padding-left: 0;
  padding-right: 0;
  min-height: 80px;
}
.site-header__menu .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding-left: 0;
  padding-right: 10px;
}
.site-header__menu .menu .nav-item:not(:last-child) {
  margin-right: 45px;
}
.img-ver{
  border-radius:10px;
  max-height: 124px;
  display: block;
  margin: -40px auto 0;
}
@media (max-width: 1199.98px) {
  .site-header__menu .menu .nav-item:not(:last-child) {
    margin-right: 30px;
  }
}
@media (max-width: 991.98px) {
  .site-header__menu .menu .nav-item:not(:last-child) {
    margin-right: 0;
  }
}
@media (max-width: 991.98px) {
  .site-header__menu .menu .nav-item {
    text-align: right;
  }
}
@media (max-width: 575.98px) {
  .site-header__menu .menu .nav-item {
    text-align: center;
  }
}
.site-header__menu .menu .nav-link {
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.13;
  color: #b7bda2;
  transition: .3s;
}
.site-header__menu .menu .nav-link.active{
  transform: scale(1.1);
}
/* */
.currency-container{
  padding-top: 10px;
}

.currency_btn{
  display: none;
  background-color: #f7f7f7;
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  margin-bottom: 10px;
  align-items:center;
  padding: 5px;
}
.currency_btn .name{
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.currency_btn .image{width: 40px;padding-left:5px;}
.currency_btn .image img{max-width: 30px;max-height: 30px;}
.currency_btn .rigb{margin-left: auto;margin-right: 5px;}

@media (max-width: 991.98px) {
  .site-header__menu .menu .nav-link {
    padding: 0.5rem 1rem;
  }
  .pslist{
    height: 200px;
    overflow: scroll;
  }
  .currency_btn{
    display: flex;
  }
  .currency-container .list_currency{display: none;}
  .currency-container.is-mobile-list-open .list_currency{display: block;}
}
.site-header__menu .menu .nav-link:hover {
  text-decoration: none;
  transform: scale(1.1);
}
.site-header__bottom {
  padding: 45px 0;
}
.site-header__bottom-text {
  font-family: 'Open Sans';
  font-size: 20px;
  font-weight: 100;
  line-height: 1.2;
  text-align: center;
  color: #353562;
}
.site-header__bottom h1{
  font-weight: 700;
  font-size: 32px;
}
.site-footer__top {
  padding: 47px 0 75px;
}
.site-footer__advantages h2 {
  margin-bottom: 45px;
}
.site-footer__advantages p {
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  color: #484848;
  text-align: center;
  margin: 0 auto 35px;
  max-width: 850px;
}
.site-footer__currency {
  border-radius: 4px;
  background: url(../i/bannerR1.png) no-repeat top left;
  background-size: 100% 100%;
  padding: 40px 150px 0 45px;
  min-height: 266px;
  margin-bottom: 20px;
}
@media (max-width: 1199.98px) {
  .site-footer__currency {
    padding: 40px 100px 0 45px;
  }
}
@media (max-width: 575.98px) {
  footer{position: relative;}
  .warp-content{padding-bottom: 0;}
  .site-footer__currency {
    padding: 20px 20px 10px;
  }
}
.site-footer__currency h2 {
  text-align: left;
  color: #fff;
}
.site-footer__currency-text {
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 300;
  line-height: 1.44;
  color: #8bbccb;
  margin-top: 15px;
  color: #8bbccb;
}
.site-footer__security {
  border-radius: 4px;
  background: url(../i/bannerR2.png) no-repeat top left;
  background-size: 100% 100%;
  padding: 40px 150px 0 45px;
  min-height: 266px;
  margin-bottom: 20px;
}
@media (max-width: 1199.98px) {
  .site-footer__security {
    padding: 40px 100px 0 45px;
  }
}
@media (max-width: 575.98px) {
  .site-footer__security {
    padding: 20px 20px 10px;
  }
}
.site-footer__security h2 {
  text-align: left;
  color: #fff;
}
.site-footer__security-text {
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 300;
  line-height: 1.44;
  color: #8bbccb;
  margin-top: 15px;
  color: #484848;
}
.site-footer__earnings {
  background: url(../i/bannerR3.png) no-repeat top left;
  background-size: 100% 100%;
  min-height: 133px;
  border-radius: 4px;
}
.site-footer__earnings h2 {
  text-align: center;
  color: #fff;
  padding: 30px 0 10px;
}
@media (max-width: 991.98px) {
  .site-footer__earnings h2 {
    max-width: 450px;
    margin: 0 auto;
    padding: 15px 0 10px;
  }
}
.site-footer__earnings-text {
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 100;
  line-height: 1.13;
  text-align: center;
  color: #ffdf96;
}
.site-footer .button {
  margin: 40px auto 0;
}
.site-footer__main {
  background-color: #354247;
  padding: 50px 0 37px;
}

@media (max-width: 991.98px) {
  .site-footer__main-logo img {
    text-align: center;
    margin: 0 0 30px;
  }
}
@media (max-width: 991.98px) {
  .site-footer__main-logo {
    text-align: center;
  }
}
.site-footer__main-copyright {
  margin-top: 47px;
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: 400;
  line-height: 1.14;
  color: #b7bda2;
}
@media (max-width: 575.98px) {
  .site-footer__main-copyright {
    text-align: center;
  }
}
.site-footer__menu .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding-left: 0;
  flex-wrap: wrap;
}
.site-footer__menu .menu a {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.14;
  color: #b7bda2;
  border-bottom: 1px solid #b7bda2;
}
.site-footer__menu .menu a:hover {
  text-decoration: none;
}
@media (max-width: 575.98px) {
  .site-footer__menu .menu {
    display: block;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
}
.site-footer__social {
  margin-top: 30px;
}
@media (max-width: 575.98px) {
  .site-footer__social {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
.site-footer__social p {
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: 300;
  line-height: 1.21;
  color: #484848;
  text-align: right;
}
@media (max-width: 575.98px) {
  .site-footer__social p {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.site-footer__social-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: flex-end;
}
h1 {
  font-size: 44px;
  font-weight: 100;
  line-height: 1.2;
  color: #353562;
  text-align: center;
  margin: 0;
}
@media (max-width: 767.98px) {
  h1 {
    font-size: 34px;
  }
  .img-ver{
    margin: 0 auto;
  }
}
h2 {
  font-size: 32px;
  font-weight: 100;
  line-height: 1.22;
  color: #353562;
  text-align: center;
  margin: 0;
}
@media (max-width: 767.98px) {
  h2 {
    font-size: 28px;
  }
}
@media (max-width: 575.98px) {
  h2 {
    font-size: 24px;
  }
}
h2.bold {
  font-weight: 700;
}
h2.line-orange::after {
  content: "";
  display: block;
  width: 156px;
  height: 3px;
  background-color: #e5c316;
  margin-top: 15px;
}
h2.line-yellow::after {
  content: "";
  display: block;
  width: 156px;
  height: 3px;
  background-color: #ffeb00;
  margin-top: 15px;
}
h3 {
  font-family: 'Open Sans';
  font-size: 30px;
  font-weight: 100;
  line-height: 1.2;
  color: #353562;
  text-align: center;
  margin: 0;
}
.site-button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 54px;
  font-family: 'Open Sans';
  font-size: 17px;
  font-weight: 300;
  line-height: 1.18;
  color: #353562;
  border-radius: 4px;
  border: solid 1px #353562;
  background-color: #fff;
  padding: 16px 43px;
}
.site-button:hover {
  text-decoration: none;
  color: #353562;
}
.site-button-blue, #electronic_check_label {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 49px;
  border-radius: 100px;
  font-family: 'Open Sans';
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  padding: 5px 43px;
  z-index: 2;
  cursor: pointer;
}
.site-button-blue::after, #electronic_check_label::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  /*background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#3a2667),
    to(#0087af)
  );
  background-image: -o-linear-gradient(right, #3a2667, #0087af);
  background-image: linear-gradient(to left, #3a2667, #0087af);*/
  background-color: #e5c316;
  border-radius: 100px;
  z-index: -1;
}
.site-button-blue::before, #electronic_check_label::before {
  content: "";
  position: absolute;
  display: block;
  top: 10px;
  left: 25px;
  width: calc(100% - 50px);
  height: 100%;
  border-radius: 28px;
  /*background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#3a2667),
    to(#0087af)
  );
  background-image: -o-linear-gradient(right, #3a2667, #0087af);
  background-image: linear-gradient(to left, #3a2667, #0087af);*/
  background-color: #e5c316;
  opacity: 0.52;
  -webkit-filter: blur(12px);
  filter: blur(12px);
  z-index: -1;
  -webkit-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
.site-button-blue:hover, #electronic_check_label:hover {
  text-decoration: none;
  color: #fff;
}
.site-button-blue:hover::before, #electronic_check_label:hover::before {
  opacity: 0;
}
.site-button-blue:disabled, #electronic_check_label:disabled {
  opacity: 0.7;
  pointer-events: none;
}
.fb,
.google,
.telegram,
.twitter,
.vk {
  display: inline-block;
  width: 30.2px;
  height: 30.2px;
  margin-bottom: -11px;
}
@media (max-width: 991.98px) {
  .fb,
  .google,
  .telegram,
  .twitter,
  .vk {
    margin-left: 10px;
  }
}
.vk {
  background: url(../i/_src/vk.svg) no-repeat center center;
}
.fb {
  background: url(../i/_src/facebook.svg) no-repeat center center;
}
.twitter {
  background: url(../i/_src/twitter.svg) no-repeat center center;
}
.telegram {
  background: url(../i/_src/telegram.svg) no-repeat center center;
}
.google {
  background: url(../i/_src/google-plus.svg) no-repeat center center;
}
.fb2,
.google2,
.telegram2,
.twitter2,
.vk2 {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 33px;
}
.fb2:last-child,
.google2:last-child,
.telegram2:last-child,
.twitter2:last-child,
.vk2:last-child {
  margin-right: 0;
}
@media (max-width: 575.98px) {
  .fb2,
  .google2,
  .telegram2,
  .twitter2,
  .vk2 {
    margin-right: 15px;
  }
}
.vk2 {
  background: url(../i/_src/vk2.svg) no-repeat center center;
}
.fb2 {
  background: url(../i/_src/facebook2.svg) no-repeat center center;
}
.twitter2 {
  background: url(../i/_src/twitter2.svg) no-repeat center center;
}
.telegram2 {
  background: url(../i/_src/telegram2.svg) no-repeat center center;
}
.google2 {
  background: url(../i/_src/google-plus2.svg) no-repeat center center;
}
.form-field {
  position: relative;
}
.form-field a{color: #333;}
.form-field select {
  height: 45px;
  width: 100%;
  border-radius: 10px;
  border: solid 1px #d6d6d6;
  background-color: #f7f7f7;
  font-family: 'Open Sans';
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
  color: #353562;
  padding-left: 13px;
  padding-right: 45px;
  background: url(../i/_src/down-arrow.svg) no-repeat center right 10px/20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-field input {
  height: 45px;
  width: 100%;
  border-radius: 10px;
  border: solid 1px #d6d6d6;
  background-color: #f7f7f7;
  font-family: 'Open Sans';
  font-size: 15px;
  font-weight: 300;
  line-height: 1.2;
  color: #353562;
  padding-left: 13px;
  padding-right: 13px;
}
.form-field-pr input {padding-right: 45px}
.form-field input:disabled {
  opacity: 0.7;
  pointer-events: none;
}
.form-field input[type="number"]::-webkit-inner-spin-button,
.form-field input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-field textarea {
  width: 100%;
  border-radius: 10px;
  border: solid 1px #d6d6d6;
  background-color: #f7f7f7;
  font-family: 'Open Sans';
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
  color: #353562;
  padding: 13px;
}
.form-field textarea:disabled {
  opacity: 0.7;
  pointer-events: none;
}
.form-field.error {
  position: relative;
}
.form-field.error input {
  border-color: #dc3545;
}
.form-field .error-message {
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  font-family: 'Open Sans';
  font-size: 11px;
  text-align: right;
  font-weight: 300;
  z-index: 1;
  color: #dc3545;
}
.form-field-pr{
  height: 45px;
  border-radius: 10px;
  border: solid 1px #d6d6d6;
  background-color: #f7f7f7;
  color: #353562;
}
.form-field-pr .f-input{
  border: 0;
  background-color: transparent;
  padding: 0 10px;
}
.form-field .marker {
  font-size: 12px;
  font-weight: 500;
  line-height: 45px;
  color: #353562;
  padding-right: 10px;
}
.form-field .marker select{
  font-size: 14px;
  padding: 0;
  background-image: none;
  background-color: #eaeaea;
  width: 120px;
  -webkit-appearance:auto;
  appearance:auto;
  margin-right: -10px;
  height: 43px;
}
.form-field .marker img{max-height: 25px;max-width: 25px;}
.form-field label {
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: 300;
  color: #555;
  margin: 0;
}
.form-field label a{
  text-decoration: underline;
}
.form-field label a:hover{
  text-decoration: none;
}
.form-field__advanced {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
}
.form-field input[type="checkbox"] {
  display: none;
}
.form-field input[type="checkbox"] + span a{
  text-decoration: underline;
}
.form-field input[type="checkbox"] + span a:hover{
  text-decoration: none;
}
.form-field input[type="checkbox"] + span {
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: 300;
  color: #555;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  display: block;
}
.form-field input[type="checkbox"] + span::after,
.form-field input[type="checkbox"] + span::before {
  content: "";
  display: block;
  position: absolute;
}
.form-field input[type="checkbox"] + span::after {
  width: 18px;
  height: 18px;
  border: solid 1px #e5c316;
  background-color: #fff;
  border-radius: 50%;
  left: 0;
  top: 1px;
}
.form-field input[type="checkbox"] + span::before {
  width: 12px;
  height: 12px;
  background: url(../i/_src/group-120.svg) no-repeat center center;
  top: 4px;
  left: 3px;
  z-index: 1;
  opacity: 0;
}
.form-field input[type="checkbox"]:checked + span::before {
  opacity: 1;
  -webkit-transition: opacity 0.12s ease-in-out;
  -o-transition: opacity 0.12s ease-in-out;
  transition: opacity 0.12s ease-in-out;
}
.download-file {
  cursor: pointer;
}
.download-file input[type="file"] {
  display: none;
}
.download-file span {
  font-family: 'Open Sans';
  font-size: 17px;
  font-weight: 300;
  line-height: 1.18;
  text-align: center;
  color: #353562;
  border-radius: 4px;
  border: solid 1px #353562;
  background-color: #fff;
  padding: 16px 43px;
}
.download-file span:hover {
  text-decoration: none;
  color: #353562;
}
.nav-tabs {
  border-radius: 10px;
  border: solid 1px #d6d6d6;
  background-color: #f7f7f7;
}
.nav-tabs .nav-item {
  margin: -1px;
}
.nav-tabs .nav-link {
  padding: 0;
  padding-left: 13px;
  padding-right: 12px;
  font-family: 'Open Sans';
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  color: #484848;
  height: 24.1px;
  border-radius: 10px;
  white-space: nowrap;
  min-width: 47px;
  text-align: center;
}
.nav-tabs .nav-link:hover {
  border-color: transparent;
}
.nav-tabs .nav-link.active {
  border: 0;
  background: 0 0;
  color: #0087af;
  border: solid 1px #e5c316;
  background-color: #fff;
}
.nav-tabs.large {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.nav-tabs.large .nav-item {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
@media (max-width: 991.98px) {
  .nav-tabs.large {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .form-field input[type="checkbox"] + span::before{
    top: 3px;
  }
}
.nav-tabs.large .nav-link {
  height: 34px;
  font-family: 'Open Sans';
  font-size: 16px;
  padding: 6px 22px;
  text-transform: none;
}
.modal-dialog .modal-content a {
  color: #555;
  border-bottom: 1px solid #555;
  -webkit-transition: border-color 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out;
}
.modal-dialog .modal-content a:hover {
  color: inherit;
  text-decoration: none;
  border-color: transparent;
}
.modal-dialog .modal-content .form {
  max-width: 303px;
  margin-right: auto;
  margin-left: auto;
}
.modal-dialog .close {
  display: block;
  margin-left: auto;
  color: #fff;
  margin-bottom: 10px;
  float: none;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: normal;
  text-shadow: none;
  opacity: 1;
  pointer-events: auto;
}
.modal-dialog .close:hover {
  opacity: 0.8;
}
.modal-dialog .forgot {
  font-size: 13px;
  font-weight: 100;
}
.main-aml-text{
  margin-bottom: 10px;
  margin-top: -34px;
}
.main-aml-text a{
  text-decoration: underline;
  color: #333;
}
.main-aml-text a:hover{
  text-decoration: none;
}
.calculator {
  padding: 0 0 85px;
}
.calculator__block {
  transition: .3s;
  position: relative;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 17px 29px 10px;
  height: 100%;
}
@media (max-width: 575.98px) {
  .calculator__block {
    padding: 17px 5px 10px;
  }
}
.calculator__block.disable::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.81);
  z-index: 1;
}
.calculator__block h3 {
  margin-bottom: 15px;
}
.calculator__block .form-field {
  margin-bottom: 15px;
}
.calculator__block p {
  margin-bottom: 25px;
}
.calculator__block .button {
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 1199.98px) {
  .calculator__block .button {
    margin-bottom: 60px;
    margin-top: 30px;
  }
}
@media (max-width: 575.98px) {
  .main-aml-text{
    font-size: 13px;
  }
}
.calculator__block-text {
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  color: #353562;
  margin: 0;
}
.calculator__block-text span {
  font-weight: 500;
}
.calculator__block-description {
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  color: #555;
}
.calculator__tab {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.calculator__currency {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 7px 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: solid 1px transparent;
  cursor: pointer;
}
.calculator__currency.disabled{opacity: .6;}
.calculator__currency.active,
.calculator__currency:hover {
  background: 0 0;
  color: inherit;
  border: solid 1px #e5c316;
  border-radius: 10px;
  background-color: #fff;
}
.calculator__currency.active .calculator__currency-label,
.calculator__currency.active .calculator__currency-value,
.calculator__currency:hover .calculator__currency-label,
.calculator__currency:hover .calculator__currency-value {
  color: #0087af;
}
.calculator__currency-label {
  font-family: 'Open Sans';
  font-size: 13px;
  font-weight: 300;
  color: #555;
}
.calculator__currency-label img {
  margin-right: 15px;
  max-width: 25px;
  max-height: 25px;
}
.calculator__currency-label img[src$="alphabank.svg"]{
  margin-left: 5px;
  margin-right: 19px;
}
.calculator__currency-value {
  font-family: 'Open Sans';
  font-size: 13px;
  font-weight: 300;
  color: #555;
}
.calculator .tab-pane {
  padding: 10px 0 0;
}
.calculator .site-button-blue {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 303px;
  width: 100%;
}
.calculator.imfocus .calculator__block.ddd{
  position: absolute;
  right: 0;
  width: 600px;
}
.calculator.imfocus .calculator__block.dto{
  position: absolute;
  left: -220px;
}
.contact-information {
  margin-bottom: 78px;
}
.contact-information__container {
  padding: 27px 98px 43px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .contact-information__container {
    padding: 27px 48px 43px;
  }
}
@media (max-width: 575.98px) {
  .contact-information__container {
    padding: 27px 15px 43px;
  }
}
.contact-information__text {
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  text-align: left;
  color: #5d555b;
  margin: 40px 0 0;
}
.contact-information__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 50px 0 60px;
}
@media (max-width: 1199.98px) {
  .contact-information__block {
    display: block;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (max-width: 1199.98px) {
  .contact-information__block-item {
    margin-bottom: 25px;
  }
}
.contact-information__block-item a {
  font-family: 'Open Sans';
  font-size: 20px;
  font-weight: 100;
  line-height: 1.2;
  color: #e5c316;
  margin-left: 21px;
  border-bottom: 1px solid #e5c316;
}
.contact-information__block-item a:hover {
  text-decoration: none;
}
.contact-information__text-bottom {
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 300;
  line-height: 1.88;
  text-align: center;
  color: #374449;
  margin: 0;
}
.our-guarantees {
  margin-bottom: 101px;
}
.our-guarantees__container {
  padding: 27px 98px 52px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
@media (max-width: 991.98px) {
  .our-guarantees__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.our-guarantees__container h3 {
  margin-bottom: 43px;
}
.our-guarantees__container .button {
  text-align: center;
  margin-top: 50px;
}
.our-guarantees__text {
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  text-align: left;
  color: #5d555b;
  margin: 0;
}
.our-guarantees__image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 44px 0 70px;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.our-guarantees .img {
  margin-bottom: 44px;
  margin-right: 31px;
}
.our-guarantees .img:nth-child(7n) {
  margin-right: 0;
}
@media (max-width: 1199.98px) {
  .our-guarantees .img {
    margin-right: 19px;
  }
}
@media (max-width: 991.98px) {
  .our-guarantees .img {
    margin-right: 5px;
    margin-left: 5px;
  }
  .our-guarantees .img:nth-child(7n) {
    margin-right: 5px;
  }
}
.our-guarantees .img img {
  height: 31px;
}
.technical-break {
  margin-bottom: 63px;
}
.technical-break__container {
  padding: 114px 0 167px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .technical-break__container {
    padding: 50px 20px 50px;
  }
}
.technical-break__image {
  text-align: center;
  margin: 45px 0;
}
.technical-break__text {
  text-align: center;
}
.technical-break__text p {
  font-family: 'Open Sans';
  font-size: 22px;
  font-weight: 300;
  color: #5d555b;
  margin: 0 0 15px;
}
@media (max-width: 767.98px) {
  .technical-break__text p {
    font-size: 18px;
  }
}
.technical-break__text span {
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 300;
  color: #5d555b;
}
@media (max-width: 767.98px) {
  .technical-break__text span {
    font-size: 13px;
  }
}
.error404 {
  margin-bottom: 63px;
}
.error404__container {
  padding: 114px 0 167px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .error404__container {
    padding: 50px 20px 50px;
  }
}
.error404__image {
  text-align: center;
  margin: 45px 0;
}
.error404__text {
  text-align: center;
}
.error404__text p {
  font-family: 'Open Sans';
  font-size: 22px;
  font-weight: 300;
  color: #5d555b;
  margin: 0 0 15px;
}
@media (max-width: 767.98px) {
  .error404__text p {
    font-size: 18px;
  }
}
.error404__text a {
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 300;
  color: #5d555b;
  border-bottom: 1px solid #5d555b;
}
@media (max-width: 767.98px) {
  .error404__text a {
    font-size: 13px;
  }
}
.error404__text a:hover {
  text-decoration: none;
  color: #5d555b;
  border-bottom: none;
}
@media (max-width: 767.98px) {
  .error404__text a {
    font-size: 13px;
  }
}
.exchange-completed {
  margin-bottom: 66px;
}
.exchange-completed__container {
  padding: 30px 0 67px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.exchange-completed__currency {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 25px;
}
@media (max-width: 575.98px) {
  .exchange-completed__currency {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.exchange-completed__currency-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 575.98px) {
  .exchange-completed__currency-block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.exchange-completed__currency-image {
  margin: 0 35px;
}
@media (max-width: 575.98px) {
  .exchange-completed__currency-image {
    margin: 15px 0;
  }
}
.exchange-completed__currency-block-image img {
  width: 33px;
  height: 33px;
}
.exchange-completed__currency-block-text {
  margin-left: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.exchange-completed__currency-block-text p {
  font-family: 'Open Sans';
  font-size: 22px;
  line-height: 22px;
  font-weight: 300;
  color: #353562;
  margin: 0;
}
.exchange-completed__currency-block-text span {
  font-family: 'Open Sans';
  font-size: 12px;
  line-height: 12px;
  font-weight: 300;
  color: #888;
}
.exchange-completed__description {
  text-align: center;
  margin: 15px 0 22px;
}
.exchange-completed__description p {
  font-family: 'Open Sans';
  font-size: 13px;
  font-weight: 300;
  color: #353562;
}
.exchange-completed__description span {
  font-weight: 500;
}
.exchange-completed__stage-line {
  margin: 0;
  padding: 10px 0;
  background-color: #0087af;
  font-family: 'Open Sans';
  font-size: 24px;
  line-height: 24px;
  font-weight: 100;
  text-align: center;
  color: #fff;
}
.exchange-completed__stage-bottom {
  padding: 0 5px;
}
.exchange-completed__stage-bottom-image {
  text-align: center;
  margin: 55px 0 25px;
}
.exchange-completed__stage-bottom-text {
  text-align: center;
}
.exchange-completed__stage-bottom-text p {
  font-family: 'Open Sans';
  font-size: 22px;
  font-weight: 300;
  line-height: 1.77;
  color: #5d555b;
  margin: 0;
}
.exchange-completed__stage-bottom-text span {
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 300;
  line-height: 2.44;
  color: #5d555b;
}
.exchange-completed__stage-bottom-text span a {
  color: #5d555b;
  border-bottom: 1px solid #5d555b;
}
.exchange-completed__stage-bottom-text span a:hover {
  text-decoration: none;
  border-bottom: none;
}
.exchange-completed__social {
  text-align: center;
  margin-top: 50px;
}
.exchange-completed__social p {
  font-family: 'Open Sans';
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
  color: #0087af;
  margin-bottom: 15px;
}
.account {
  margin-bottom: 70px;
}
.account__title {
  font-family: 'Open Sans';
  font-size: 24px;
  font-weight: 100;
  line-height: 25px;
  text-align: center;
  color: #353562;
  margin: 30px 0 20px;
}
.account__block h2 {
  margin-bottom: 25px;
}
.account__container {
  padding: 30px 0 70px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .account__block {
    padding: 0 15px;
  }
}
.account__request .button {
  text-align: center;
  margin-top: 50px;
}
.account__request .button a {
  padding: 16px 55px;
}
@media (max-width: 575.98px) {
  .account__request .button a {
    padding: 16px 35px;
  }
}
.account__request-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: solid 1px #959595;
  padding: 15px 0;
}
.account__request-item:first-child {
  border-top: solid 1px #959595;
}
@media (max-width: 991.98px) {
  .account__request-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.account__request-item-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 166px;
}
.account__request-item-text-number {
  font-family: 'Open Sans';
  font-size: 18px;
  font-weight: 100;
  line-height: 19px;
  color: #353562;
  margin: 0;
}
.account__request-item-text-time {
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 100;
  line-height: 13px;
  color: #353562;
}
.account__request-item-exchange {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 460px;
}
@media (max-width: 991.98px) {
  .account__request-item-exchange {
    margin: 30px 0;
  }
}
@media (max-width: 575.98px) {
  .account__request-item-exchange {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 200px;
  }
}
.account__request-item-exchange-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.account__request-item-exchange-block img{
  max-width: 25px;
  max-height: 25px;
}
.account__request-item-exchange-image {
  margin: 0 30px;
}
@media (max-width: 575.98px) {
  .account__request-item-exchange-image {
    margin: 20px 0;
    max-width: 20px;
  }
}
.account__request-item-exchange-block-text {
  margin-left: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.account__request-item-exchange-block-text-value {
  font-family: 'Open Sans';
  font-size: 22px;
  font-weight: 300;
  line-height: 20px;
  color: #353562;
  margin: 0;
}
.account__request-item-exchange-block-text-value span {
  font-size: 14px;
}
.account__request-item-exchange-block-text-card {
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 300;
  line-height: 10px;
  color: #888;
}
.account__request-item-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 264px;
}
.account__request-item-controls-block-stage {
  margin: 0;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 300;
  line-height: 25px;
  color: #353562;
  padding-left: 30px;
  background: url(../i/_src/checking-mark-circle.svg) no-repeat top left;
}
.account__request-item-controls-block-repeat {
  display: inline-block;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 300;
  line-height: 25px;
  text-decoration: underline;
  color: #0087af;
  padding-left: 30px;
  background: url(../i/_src/refresh-page-arrow.svg) no-repeat top left;
}
.account__request-item-controls-block-repeat:hover {
  text-decoration: none;
}
.account__request-item-controls-delete {
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 100;
  line-height: 13px;
  color: #dc3545;
  padding-top: 22px;
  background: url(../i/_src/waste-can.svg) no-repeat top center;
  margin-left: 40px;
}
.account__balance .button {
  text-align: center;
  margin-top: 70px;
}
.account__balance .button a {
  padding: 16px 46px;
}
@media (max-width: 575.98px) {
  .account__balance .button a {
    padding: 16px 16px;
  }
}
.account__balance-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .account__balance-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.account__balance-item {
  text-align: center;
}
@media (max-width: 767.98px) {
  .account__balance-item {
    margin-bottom: 30px;
  }
  .account__balance-item:last-child {
    margin-bottom: 0;
  }
}
.account__balance-item-value {
  font-family: 'Open Sans';
  font-size: 40px;
  font-weight: 100;
  line-height: 40px;
  text-align: center;
  color: #353562;
  margin-bottom: 0;
}
.account__balance-item-description {
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 300;
  line-height: 17px;
  color: #0087af;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  padding-top: 9px;
  position: relative;
}
.account__balance-item-description::before {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background: #0087af;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.account__balance-item-bottom-click {
  font-family: 'Open Sans';
  font-size: 13px;
  font-weight: 300;
  line-height: 14px;
  color: #353562;
  border-bottom: 1px solid #353562;
  text-transform: uppercase;
}
.account__balance-item-bottom-click:hover {
  text-decoration: none;
  color: #353562;
}
.account__balance-item-bottom-click.active {
  color: #0087af;
  border-bottom: none;
}
.account__autofill-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: solid 1px #959595;
  padding: 15px 0;
}
.account__autofill-item:first-child {
  border-top: solid 1px #959595;
}
@media (max-width: 991.98px) {
  .account__autofill-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.account__autofill-item-exchange {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 264px;
}
.account__autofill-item-exchange-card {
  margin-bottom: 0;
  margin-left: 14px;
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  color: #484848;
}
.account__autofill-item-number {
  width: 264px;
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: left;
  color: #484848;
  margin: 0;
}
@media (max-width: 991.98px) {
  .account__autofill-item-number {
    margin-top: 20px;
  }
}
.account__autofill-item-email {
  width: 128px;
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
  color: #484848;
}
.account__autofill-item-email:hover {
  text-decoration: none;
  color: #484848;
}
@media (max-width: 991.98px) {
  .account__autofill-item-email {
    margin-bottom: 20px;
  }
}
.account__autofill-item-controls {
  width: 214px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.account__autofill-item-controls-edit {
  display: inline-block;
  background: url(../i/_src/edit-pencil.svg) no-repeat top left;
  padding-left: 29px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
  color: #353562;
  text-decoration: underline;
}
.account__autofill-item-controls-edit:hover {
  color: #353562;
  text-decoration: none;
}
.account__autofill-item-controls-delete {
  display: inline-block;
  background: url(../i/_src/waste-can.svg) no-repeat top left;
  padding-left: 29px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
  color: #dc3545;
  text-decoration: underline;
}
.account__autofill-item-controls-delete:hover {
  color: #dc3545;
  text-decoration: none;
}
.account__purse .button {
  text-align: center;
  margin-top: 70px;
}
.account__purse .button a {
  padding: 16px 75px;
}
.account__purse-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (max-width: 1199.98px) {
  .account__purse-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
  }
}
.account__purse-select {
  background: url(../i/_src/multimedia-menu.svg) no-repeat;
  display: block;
  width: 20px;
  height: 15px;
}
.account__purse-item-exchange {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 264px;
  margin-bottom: 3px;
}
@media (max-width: 1199.98px) {
  .account__purse-item-exchange {
    margin-bottom: 20px;
  }
}
.account__purse-item-exchange-card {
  margin-bottom: 0;
  margin-left: 14px;
  margin-right: 15px;
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  color: #484848;
}
.account__purse-item-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media (max-width: 1199.98px) {
  .account__purse-item-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.account__purse-card {
  width: 362px;
}
@media (max-width: 575.98px) {
  .account__purse-card {
    width: 264px;
  }
}
.account__purse-email {
  width: 264px;
}
@media (max-width: 1199.98px) {
  .account__purse-email {
    width: 362px;
    margin-top: 20px;
  }
}
@media (max-width: 575.98px) {
  .account__purse-email {
    width: 264px;
  }
}
.account__advertising-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 370px;
}
@media (max-width: 767.98px) {
  .account__advertising-items {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
  }
}
.account__advertising-item {
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 300;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #484848;
  padding: 7px 8px;
  max-width: 103px;
  height: 34px;
  margin-bottom: 3px;
  border: solid 1px transparent;
}
.account__advertising-item.active,
.account__advertising-item:hover {
  background: 0 0;
  color: inherit;
  border: solid 1px #e5c316;
  border-radius: 10px;
  background-color: #fff;
}
.account__advertising-info-block-title {
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  color: #0087af;
  margin-bottom: 10px;
}
.account__advertising-info-block-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
.account__advertising-info-block-controls-text {
  background-color: rgba(0, 135, 175, 0.1);
  width: 100%;
  margin-bottom: 10px;
  padding: 15px 50px 15px 20px;
  word-break: break-word;
}
.account__advertising-info-block-controls-link {
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  color: #5d555b;
  margin-right: 15px;
  margin-bottom: 0;
}
.account__advertising-info-block-controls-copy {
  font-family: 'Open Sans';
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  color: #0087af;
  text-decoration: underline;
  background: url(../i/_src/copy-file.svg) no-repeat top left;
  padding-left: 23px;
  display: inline-block;
}
.account__advertising-info-block-controls-copy:hover {
  color: #0087af;
  text-decoration: none;
}
.account__advertising-info-block-controls-view {
  font-family: 'Open Sans';
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  color: #0087af;
  text-decoration: underline;
  background: url(../i/_src/eye-view.svg) no-repeat top left;
  padding-left: 30px;
  display: inline-block;
  margin-left: 40px;
}
.banner-view {
  margin-top: 10px;
}
.banner-view img {
  max-width: 100%;
}
.tar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tar .account__advertising-info-block-controls-copy {
  margin-bottom: 10px;
}
.account__advertising-info-block-controls-view:hover {
  color: #0087af;
  text-decoration: none;
}

@media (max-width: 575.98px) {
  .account__advertising-info-block-controls-view {
    margin-left: 18px;
  }
}
.account__settings {
  margin-top: 30px;
}
.account__settings-password .button {
  margin-top: 40px;
}
.account__settings-password .button a {
  padding: 16px 80px;
}
@media (max-width: 991.98px) {
  .account__settings-password {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 80px;
  }
}
.account__settings-title {
  font-family: 'Open Sans';
  font-size: 24px;
  font-weight: 100;
  line-height: 24px;
  text-align: left;
  color: #353562;
  margin-bottom: 18px;
}
.account__settings-password-form {
  width: 303px;
  margin-bottom: 25px;
}
@media (max-width: 575.98px) {
  .account__settings-password-form {
    width: 270px;
  }
}
.account__settings-other .button {
  margin-top: 40px;
}
.account__settings-other .button a {
  padding: 16px 80px;
}
@media (max-width: 991.98px) {
  .account__settings-other {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.account__settings-other-form .form-field {
  margin-bottom: 20px;
}
.exchange-rules {
  margin-bottom: 45px;
}
.exchange-rules__container {
  padding: 27px 98px 43px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.exchange-rules__container h3 {
  margin-bottom: 45px;
}
@media (max-width: 767.98px) {
  .exchange-rules__container {
    padding: 27px 48px 43px;
  }
}
@media (max-width: 575.98px) {
  .exchange-rules__container {
    padding: 27px 15px 43px;
  }
}
.exchange-rules__list {
  width: 240px;
}
.exchange-rules__list.fixed{ position: fixed;top: 100px;}
.exchange-rules__list a{
  color: #333;
}
@media (max-width: 991.98px) {
  .exchange-rules__list {
    position: relative;
    width: 100%;
  }
}
.exchange-rules__list ol {
  padding-left: 0;
  list-style: none;
  counter-reset: list;
}
.exchange-rules__list li {
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  color: #353562;
  margin-bottom: 20px;
}
.exchange-rules__list li.active {
  text-decoration: underline;
}
.exchange-rules__list li:before {
  content: counters(list, ".") ". ";
  counter-increment: list;
}
.exchange-rules__item ol {
  counter-reset: item;
  padding-left: 0;
}
.exchange-rules__item li:not(.title):not(.subtitle) {
  font-size: 16px;
  line-height: 20px;
  color: #484848;
  margin-top: 10px;
}
.exchange-rules__item li {
  display: block;
  font-family: 'Open Sans';
  font-weight: 300;
}
.exchange-rules__item li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
}
.exchange-rules__item .title {
  font-size: 24px;
  line-height: 30px;
  color: #353562;
  margin-bottom: 40px;
}
.exchange-rules__item .title:last-child {
  margin-bottom: 0;
}
.exchange-rules__item .subtitle {
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  color: #353562;
  margin-top: 10px;
}
.money-transaction {
  margin-bottom: 66px;
}
.money-transaction__container {
  padding: 30px 0 154px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
@media (max-width: 575.98px) {
  .money-transaction__container {
    padding: 30px 0 54px;
  }
}
.money-transaction__currency {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 25px;
}
@media (max-width: 575.98px) {
  .money-transaction__currency {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.money-transaction__currency-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 575.98px) {
  .money-transaction__currency-block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.money-transaction__currency-image {
  margin: 0 35px;
}
@media (max-width: 575.98px) {
  .money-transaction__currency-image {
    margin: 15px 0;
  }
}
.money-transaction__currency-block-image img {
  width: 33px;
  height: 33px;
}
.money-transaction__currency-block-text {
  margin-left: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.money-transaction__currency-block-text p {
  font-family: 'Open Sans';
  font-size: 22px;
  line-height: 22px;
  font-weight: 300;
  color: #353562;
  margin: 0;
}
.money-transaction__currency-block-text span {
  font-family: 'Open Sans';
  font-size: 12px;
  line-height: 12px;
  font-weight: 300;
  color: #888;
}
.money-transaction__description {
  text-align: center;
  margin: 15px 0 22px;
}
.money-transaction__description p {
  font-family: 'Open Sans';
  font-size: 13px;
  font-weight: 300;
  color: #353562;
}
.money-transaction__description span {
  font-weight: 500;
}
.money-transaction__stage-line {
  margin: 0;
  padding: 10px 0;
  background-color: #0087af;
  font-family: 'Open Sans';
  font-size: 24px;
  line-height: 24px;
  font-weight: 100;
  text-align: center;
  color: #fff;
}
.money-transaction__stage-bottom {
  padding: 0 5px;
}
.money-transaction__stage-bottom-image {
  text-align: center;
  margin: 95px 0 40px;
}
@media (max-width: 575.98px) {
  .money-transaction__stage-bottom-image {
    margin: 45px 0 40px;
  }
}
.money-transaction__stage-bottom-text {
  text-align: center;
}
.money-transaction__stage-bottom-text p {
  font-family: 'Open Sans';
  font-size: 22px;
  font-weight: 300;
  line-height: 1.77;
  color: #5d555b;
  margin: 0;
}
.exchange-error {
  margin-bottom: 66px;
}
.exchange-error__container {
  padding: 30px 0 45px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.exchange-error__currency {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 25px;
}
@media (max-width: 575.98px) {
  .exchange-error__currency {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.exchange-error__currency-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 575.98px) {
  .exchange-error__currency-block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.exchange-error__currency-image {
  margin: 0 35px;
}
@media (max-width: 575.98px) {
  .exchange-error__currency-image {
    margin: 15px 0;
  }
}
.exchange-error__currency-block-image img {
  width: 33px;
  height: 33px;
}
.exchange-error__currency-block-text {
  margin-left: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.exchange-error__currency-block-text p {
  font-family: 'Open Sans';
  font-size: 22px;
  line-height: 22px;
  font-weight: 300;
  color: #353562;
  margin: 0;
}
.exchange-error__currency-block-text span {
  font-family: 'Open Sans';
  font-size: 12px;
  line-height: 12px;
  font-weight: 300;
  color: #888;
}
.exchange-error__description {
  text-align: center;
  margin: 15px 0 22px;
}
.exchange-error__description p {
  font-family: 'Open Sans';
  font-size: 13px;
  font-weight: 300;
  color: #353562;
}
.exchange-error__description span {
  font-weight: 500;
}
.exchange-error__stage-line {
  margin: 0;
  padding: 10px 0;
  background-color: #af0000;
  font-family: 'Open Sans';
  font-size: 24px;
  line-height: 24px;
  font-weight: 100;
  text-align: center;
  color: #fff;
}
.exchange-error__stage-bottom {
  padding: 0 5px;
}
.exchange-error__stage-bottom-image {
  text-align: center;
  margin: 100px 0 35px;
}
@media (max-width: 575.98px) {
  .exchange-error__stage-bottom-image {
    margin: 40px 0 35px;
  }
}
.exchange-error__stage-bottom-text {
  text-align: center;
}
.exchange-error__stage-bottom-text p {
  font-family: 'Open Sans';
  font-size: 22px;
  font-weight: 300;
  line-height: 1.77;
  color: #5d555b;
  margin: 0;
}
.exchange-error__stage-bottom-text span {
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 300;
  line-height: 2.44;
  color: #5d555b;
}
.exchange-instruction {
  margin-bottom: 66px;
}
.exchange-instruction__container {
  position: relative;
  padding: 30px 0 40px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
@media (max-width: 1199.98px) {
  .exchange-instruction__container {
    padding-top: 20px;
  }
}
.exchange-instruction .form-field__advanced {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (max-width: 575.98px) {
  .exchange-instruction .form-field__advanced {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.exchange-instruction__currency {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 25px;
}
@media (max-width: 575.98px) {
  .exchange-instruction__currency {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.exchange-instruction__currency-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 575.98px) {
  .exchange-instruction__currency-block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.exchange-instruction__currency-image {
  margin: 0 35px;
}
@media (max-width: 575.98px) {
  .exchange-instruction__currency-image {
    margin: 15px auto;
  }
}
.exchange-instruction__currency-block-image img {
  width: 33px;
  height: 33px;
}
.exchange-instruction__currency-block-text {
  margin-left: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.exchange-instruction__currency-block-text p {
  font-family: 'Open Sans';
  font-size: 22px;
  line-height: 22px;
  font-weight: 300;
  color: #353562;
  margin: 0;
}
.exchange-instruction__currency-block-text span {
  font-family: 'Open Sans';
  font-size: 12px;
  line-height: 12px;
  font-weight: 300;
  color: #888;
}
.exchange-instruction__description {
  text-align: center;
  margin: 15px 0 22px;
}
.exchange-instruction__description p {
  font-family: 'Open Sans';
  font-size: 13px;
  font-weight: 300;
  color: #353562;
}
.exchange-instruction__description span {
  font-weight: 500;
}
.exchange-instruction__stage-line {
  margin: 0;
  padding: 10px 0;
  font-family: 'Open Sans';
  font-size: 24px;
  line-height: 24px;
  font-weight: 100;
  text-align: center;
  color: #354247;
}
.exchange-instruction__timer{
  text-align: right;
  padding-right: 20px;
}
.exchange-instruction__timer-cancel {
  padding-left: 23px;
  font-family: 'Open Sans';
  font-size: 13px;
  font-weight: 300;
  color: #959595;
  background: url(../i/_src/group-121.svg) no-repeat top 2px left;
}
.exchange-instruction__timer-time {
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: 500;
  color: #e5c316;
}
.exchange-instruction__stage-bottom {
  max-width: 588px;
  margin-left: auto;
  margin-right: auto;
  counter-reset: item;
  padding-left: 5px;
  padding-right: 5px;
}
.exchange-instruction__item {
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
  color: #5d555b;
  position: relative;
  padding-top: 33px;
  padding-bottom: 33px;
  padding-left: 70px;
}
@media (max-width: 575.98px) {
  .exchange-instruction__item {
    padding-left: 0;
    padding-top: 60px;
    text-align: center;
  }
}
.exchange-instruction__item:not(:first-child) {
  border-top: solid 1px #e5c316;
}
.exchange-instruction__item::before {
  content: counters(item, "");
  counter-increment: item;
  position: absolute;
  left: 0;
  top: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-family: 'Open Sans';
  font-size: 25px;
  font-weight: 100;
  line-height: 1.32;
  color: #fff;
  background-image: -o-linear-gradient(5deg, #e5c316, #ff8d00);
  background-image: linear-gradient(85deg, #e5c316, #ff8d00);
  border-radius: 50%;
}
@media (max-width: 767.98px) {
  .exchange-instruction__item::before {
    left: 10px;
  }
}
@media (max-width: 575.98px) {
  .exchange-instruction__item::before {
    top: 10px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.exchange-instruction__item a {
  border-bottom: 1px solid;
  color: #5d555b;
}
.exchange-instruction__stage-bottom-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.exchange-instruction__stage-bottom-buttons .site-button-blue {
  font-weight: 100;
  padding: 13px 81px;
}
.exchange-instruction__cancel {
  margin-top: 27px;
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 100;
  line-height: normal;
  color: #484848;
  border-bottom: 1px solid;
}
.exchange-instruction__form {
  margin-top: 24px;
}
.exchange-instruction__form .form-field:not(:last-child) {
  margin-bottom: 15px;
}
.exchange-instruction__form input {
  font-size: 18px;
  padding-right: 16px;
  color: #5d555b;
}
.exchange-instruction__form label {
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
  color: #5d555b;
}
.exchange-instruction__form-wallet {
  max-width: 100%;
}
.exchange-instruction__form-card {
  max-width: 210px;
}
.exchange-instruction__form-sum {
  max-width: 121px;
}
.expect-funds {
  margin-bottom: 66px;
}
.expect-funds__container {
  position: relative;
  padding: 100px 0 154px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
@media (max-width: 575.98px) {
  .expect-funds__container {
    padding: 100px 0 54px;
  }
}
.expect-funds__currency {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 25px;
}
@media (max-width: 575.98px) {
  .expect-funds__currency {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.expect-funds__currency-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 575.98px) {
  .expect-funds__currency-block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.expect-funds__currency-image {
  margin: 0 35px;
}
@media (max-width: 575.98px) {
  .expect-funds__currency-image {
    margin: 15px 0;
  }
}
.expect-funds__currency-block-image img {
  width: 33px;
  height: 33px;
}
.expect-funds__currency-block-text {
  margin-left: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.expect-funds__currency-block-text p {
  font-family: 'Open Sans';
  font-size: 22px;
  line-height: 22px;
  font-weight: 300;
  color: #353562;
  margin: 0;
}
.expect-funds__currency-block-text span {
  font-family: 'Open Sans';
  font-size: 12px;
  line-height: 12px;
  font-weight: 300;
  color: #888;
}
.expect-funds__description {
  text-align: center;
  margin: 15px 0 22px;
}
.expect-funds__description p {
  font-family: 'Open Sans';
  font-size: 13px;
  font-weight: 300;
  color: #353562;
}
.expect-funds__description span {
  font-weight: 500;
}
.expect-funds__stage-line {
  margin: 0;
  padding: 10px 0;
  font-family: 'Open Sans';
  font-size: 24px;
  line-height: 24px;
  font-weight: 100;
  text-align: center;
  color: #354247;
}
.expect-funds__timer {
  position: absolute;
  top: 29px;
  right: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (max-width: 1199.98px) {
  .expect-funds__timer {
    left: 0;
    right: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.expect-funds__timer-cancel {
  padding-left: 23px;
  font-family: 'Open Sans';
  font-size: 13px;
  font-weight: 300;
  color: #959595;
  background: url(../i/_src/group-121.svg) no-repeat top 2px left;
}
.expect-funds__timer-time {
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: 500;
  color: #e5c316;
}
@media (max-width: 575.98px) {
  .expect-funds__stage-bottom {
    padding: 0 5px;
  }
}
.expect-funds__stage-bottom-image {
  text-align: center;
  margin: 95px 0 40px;
}
@media (max-width: 575.98px) {
  .expect-funds__stage-bottom-image {
    margin: 45px 0 40px;
  }
}
.expect-funds__stage-bottom-text {
  text-align: center;
}
.expect-funds__stage-bottom-text p {
  font-family: 'Open Sans';
  font-size: 22px;
  font-weight: 300;
  line-height: 1.77;
  color: #5d555b;
  margin: 0;
}
.card-check {
  margin-bottom: 66px;
}
.card-check__container {
  position: relative;
  padding: 30px 0 75px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
@media (max-width: 1199.98px) {
  .card-check__container {
    padding-top: 100px;
  }
}
.card-check__currency {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 25px;
}
@media (max-width: 575.98px) {
  .card-check__currency {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.card-check__currency-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 575.98px) {
  .card-check__currency-block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.card-check__currency-image {
  margin: 0 35px;
}
@media (max-width: 575.98px) {
  .card-check__currency-image {
    margin: 15px 0;
  }
}
.card-check__currency-block-image img {
  width: 33px;
  height: 33px;
}
.card-check__currency-block-text {
  margin-left: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.card-check__currency-block-text p {
  font-family: 'Open Sans';
  font-size: 22px;
  line-height: 22px;
  font-weight: 300;
  color: #353562;
  margin: 0;
}
.card-check__currency-block-text span {
  font-family: 'Open Sans';
  font-size: 12px;
  line-height: 12px;
  font-weight: 300;
  color: #888;
}
.card-check__description {
  text-align: center;
  margin: 15px 0 22px;
}
.card-check__description p {
  font-family: 'Open Sans';
  font-size: 13px;
  font-weight: 300;
  color: #353562;
}
.card-check__description span {
  font-weight: 500;
}
.card-check__stage-line {
  margin: 0;
  padding: 10px 0;
  background-color: #0087af;
  font-family: 'Open Sans';
  font-size: 24px;
  line-height: 24px;
  font-weight: 100;
  text-align: center;
  color: #fff;
}
.card-check__timer {
  position: absolute;
  top: 29px;
  right: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (max-width: 1199.98px) {
  .card-check__timer {
    left: 0;
    right: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.card-check__timer-cancel {
  padding-left: 23px;
  font-family: 'Open Sans';
  font-size: 13px;
  font-weight: 300;
  color: #959595;
  background: url(../i/_src/group-121.svg) no-repeat top 2px left;
}
.card-check__timer-time {
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: 500;
  color: #e5c316;
}
.card-check__stage-bottom {
  max-width: 710px;
  margin-left: auto;
  margin-right: auto;
  counter-reset: item;
  padding-left: 5px;
  padding-right: 5px;
}
@media (max-width: 991.98px) {
  .card-check__stage-bottom {
    max-width: 610px;
  }
}
.card-check__item {
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
  color: #5d555b;
  position: relative;
  padding-top: 33px;
  padding-bottom: 33px;
  padding-left: 70px;
  border-bottom: solid 1px #e5c316;
}
.card-check__item .download-file span {
  border-radius: 50px;
  padding: 11px 38px;
  margin-left: 20px;
}
@media (max-width: 575.98px) {
  .card-check__item {
    padding-left: 0;
    padding-top: 70px;
    text-align: center;
  }
}
.card-check__item::before {
  content: counters(item, "");
  counter-increment: item;
  position: absolute;
  left: 0;
  top: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-family: 'Open Sans';
  font-size: 25px;
  font-weight: 100;
  line-height: 1.32;
  color: #fff;
  background-image: -o-linear-gradient(5deg, #3a2667, #0087af);
  background-image: linear-gradient(85deg, #3a2667, #0087af);
  border-radius: 50%;
}
@media (max-width: 767.98px) {
  .card-check__item::before {
    left: 10px;
  }
}
@media (max-width: 575.98px) {
  .card-check__item::before {
    top: 10px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.card-check__item-image {
  text-align: center;
  margin-top: 20px;
}
.card-check__stage-bottom-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px;
}
.card-check__stage-bottom-buttons .site-button-blue {
  font-weight: 100;
  padding: 13px 67px;
}
.card-check__cancel {
  margin-top: 27px;
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 100;
  line-height: normal;
  color: #484848;
  border-bottom: 1px solid;
}
.confirmation-error {
  margin-bottom: 66px;
}
.confirmation-error__container {
  position: relative;
  padding: 30px 0 75px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
@media (max-width: 1199.98px) {
  .confirmation-error__container {
    padding-top: 100px;
  }
}
.confirmation-error__currency {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 25px;
}
@media (max-width: 575.98px) {
  .confirmation-error__currency {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.confirmation-error__currency-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 575.98px) {
  .confirmation-error__currency-block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.confirmation-error__currency-image {
  margin: 0 35px;
}
@media (max-width: 575.98px) {
  .confirmation-error__currency-image {
    margin: 15px 0;
  }
}
.confirmation-error__currency-block-image img {
  width: 33px;
  height: 33px;
}
.confirmation-error__currency-block-text {
  margin-left: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.confirmation-error__currency-block-text p {
  font-family: 'Open Sans';
  font-size: 22px;
  line-height: 22px;
  font-weight: 300;
  color: #353562;
  margin: 0;
}
.confirmation-error__currency-block-text span {
  font-family: 'Open Sans';
  font-size: 12px;
  line-height: 12px;
  font-weight: 300;
  color: #888;
}
.confirmation-error__description {
  text-align: center;
  margin: 15px 0 22px;
}
.confirmation-error__description p {
  font-family: 'Open Sans';
  font-size: 13px;
  font-weight: 300;
  color: #353562;
}
.confirmation-error__description span {
  font-weight: 500;
}
.confirmation-error__stage-line {
  margin: 0;
  padding: 10px 0;
  background-color: #af0000;
  font-family: 'Open Sans';
  font-size: 24px;
  line-height: 24px;
  font-weight: 100;
  text-align: center;
  color: #fff;
}
.confirmation-error__stage-error {
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  color: #af0000;
  text-align: center;
  margin: 15px 0 0;
}
.confirmation-error__timer {
  position: absolute;
  top: 29px;
  right: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (max-width: 1199.98px) {
  .confirmation-error__timer {
    left: 0;
    right: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.confirmation-error__timer-cancel {
  padding-left: 23px;
  font-family: 'Open Sans';
  font-size: 13px;
  font-weight: 300;
  color: #959595;
  background: url(../i/_src/group-121.svg) no-repeat top 2px left;
}
.confirmation-error__timer-time {
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: 500;
  color: #e5c316;
}
.confirmation-error__stage-bottom {
  max-width: 710px;
  margin-left: auto;
  margin-right: auto;
  counter-reset: item;
  padding-left: 5px;
  padding-right: 5px;
}
@media (max-width: 991.98px) {
  .confirmation-error__stage-bottom {
    max-width: 610px;
  }
}
.confirmation-error__item {
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
  color: #5d555b;
  position: relative;
  padding-top: 33px;
  padding-bottom: 33px;
  padding-left: 70px;
  border-bottom: solid 1px #e5c316;
}
.confirmation-error__item .download-file span {
  border-radius: 50px;
  padding: 11px 38px;
  margin-left: 20px;
}
@media (max-width: 575.98px) {
  .confirmation-error__item {
    padding-left: 0;
    padding-top: 60px;
    text-align: center;
  }
}
.confirmation-error__item::before {
  content: counters(item, "");
  counter-increment: item;
  position: absolute;
  left: 0;
  top: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-family: 'Open Sans';
  font-size: 25px;
  font-weight: 100;
  line-height: 1.32;
  color: #fff;
  background-image: -o-linear-gradient(5deg, #3a2667, #0087af);
  background-image: linear-gradient(85deg, #3a2667, #0087af);
  border-radius: 50%;
}
@media (max-width: 767.98px) {
  .confirmation-error__item::before {
    left: 10px;
  }
}
@media (max-width: 575.98px) {
  .confirmation-error__item::before {
    top: 10px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.confirmation-error__item-image {
  text-align: center;
  margin-top: 20px;
}
.confirmation-error__stage-bottom-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px;
}
.confirmation-error__stage-bottom-buttons .site-button-blue {
  font-weight: 100;
  padding: 13px 67px;
}
.confirmation-error__cancel {
  margin-top: 27px;
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 100;
  line-height: normal;
  color: #484848;
  border-bottom: 1px solid;
}
.pending-verification {
  margin-bottom: 66px;
}
.pending-verification__container {
  position: relative;
  padding: 100px 0 40px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
@media (max-width: 575.98px) {
  .pending-verification__container {
    padding: 100px 0 54px;
  }
}
.pending-verification__currency {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 25px;
}
@media (max-width: 575.98px) {
  .pending-verification__currency {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.pending-verification__currency-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 575.98px) {
  .pending-verification__currency-block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.pending-verification__currency-image {
  margin: 0 35px;
}
@media (max-width: 575.98px) {
  .pending-verification__currency-image {
    margin: 15px 0;
  }
}
.pending-verification__currency-block-image img {
  width: 33px;
  height: 33px;
}
.pending-verification__currency-block-text {
  margin-left: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pending-verification__currency-block-text p {
  font-family: 'Open Sans';
  font-size: 22px;
  line-height: 22px;
  font-weight: 300;
  color: #353562;
  margin: 0;
}
.pending-verification__currency-block-text span {
  font-family: 'Open Sans';
  font-size: 12px;
  line-height: 12px;
  font-weight: 300;
  color: #888;
}
.pending-verification__description {
  text-align: center;
  margin: 15px 0 22px;
}
.pending-verification__description p {
  font-family: 'Open Sans';
  font-size: 13px;
  font-weight: 300;
  color: #353562;
}
.pending-verification__description span {
  font-weight: 500;
}
.pending-verification__stage-line {
  margin: 0;
  padding: 10px 0;
  background-color: #0087af;
  font-family: 'Open Sans';
  font-size: 24px;
  line-height: 24px;
  font-weight: 100;
  text-align: center;
  color: #fff;
}
.pending-verification__timer {
  position: absolute;
  top: 29px;
  right: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (max-width: 1199.98px) {
  .pending-verification__timer {
    left: 0;
    right: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.pending-verification__timer-cancel {
  padding-left: 23px;
  font-family: 'Open Sans';
  font-size: 13px;
  font-weight: 300;
  color: #959595;
  background: url(../i/_src/group-121.svg) no-repeat top 2px left;
}
.pending-verification__timer-time {
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: 500;
  color: #e5c316;
}
@media (max-width: 575.98px) {
  .pending-verification__stage-bottom {
    padding: 0 5px;
  }
}
.pending-verification__stage-bottom-image {
  text-align: center;
  margin: 95px 0 40px;
}
@media (max-width: 575.98px) {
  .pending-verification__stage-bottom-image {
    margin: 45px 0 40px;
  }
}
.pending-verification__stage-bottom-text {
  text-align: center;
}
.pending-verification__stage-bottom-text p {
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  color: #5d555b;
}
.pending-verification__stage-bottom-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px;
}
.pending-verification__stage-bottom-buttons .site-button-blue {
  font-weight: 100;
  padding: 13px 67px;
}
.pending-verification__cancel {
  margin-top: 145px;
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 100;
  line-height: normal;
  color: #484848;
  border-bottom: 1px solid;
}
@media (max-width: 575.98px) {
  .pending-verification__cancel {
    margin-top: 45px;
  }
}
.reserves {
  margin-bottom: 66px;
}
.reserves__container {
  padding: 30px 0 65px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.reserves__container .button {
  text-align: center;
  margin-top: 65px;
}
.reserves__container h3 {
  margin-bottom: 25px;
}
@media (max-width: 575.98px) {
  .reserves__container {
    padding: 30px 10px 65px;
  }
}
.reserves__currency {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 7px 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 300px;
  border: solid 1px transparent;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .reserves__currency {
    width: 280px;
  }
}
.reserves__currency.active,
.reserves__currency:hover {
  background: 0 0;
  color: inherit;
  border: solid 1px #e5c316;
  border-radius: 10px;
  background-color: #fff;
}
.reserves__currency.active .calculator__currency-label,
.reserves__currency.active .calculator__currency-value,
.reserves__currency:hover .calculator__currency-label,
.reserves__currency:hover .calculator__currency-value {
  color: #0087af;
}
.reserves__currency-label {
  font-family: 'Open Sans';
  font-size: 13px;
  font-weight: 300;
  color: #555;
}
.reserves__currency-label img {
  margin-right: 15px;
  max-width: 25px;
  max-height: 25px;
}
.reserves__currency-value {
  font-family: 'Open Sans';
  font-size: 13px;
  font-weight: 300;
  color: #555;
}
.reserves__block {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991.98px) {
  .reserves__block {
    width: 650px;
  }
}
@media (max-width: 767.98px) {
  .reserves__block {
    width: 280px;
  }
}
.reserves__tab {
  width: 284px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.reviews {
  margin-bottom: 66px;
}
.reviews__container {
  padding: 30px 98px 50px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.reviews__container h3 {
  margin-bottom: 25px;
}
@media (max-width: 767.98px) {
  .reviews__container {
    padding: 30px 25px 50px;
  }
}
.reviews__block-description {
  margin-bottom: 40px;
}
.reviews__block-description p {
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  color: #5d555b;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 20px;
}
.reviews__block-send .form-field {
  margin-top: 20px;
}
.reviews__block-send .button {
  text-align: center;
  margin-top: 35px;
}
.reviews__block-send .button a {
  padding: 14px 66px;
}
@media (max-width: 991.98px) {
  .reviews__block-send {
    margin-bottom: 50px;
  }
}
.reviews__block-send-title {
  font-family: 'Open Sans';
  font-size: 24px;
  font-weight: 100;
  line-height: 28px;
  color: #353562;
  margin: 0;
}
.reviews__block-send-form input {
  height: 185px;
}
.reviews__block-info .button {
  text-align: center;
  margin-top: 45px;
}
.reviews__block-info .button a {
  padding: 16px 76px;
}
@media (max-width: 575.98px) {
  .reviews__block-info .button a {
    padding: 16px 66px;
  }
}
.reviews__block-info-item {
  border-bottom: 1px solid #5d555b;
  padding: 15px 0;
}
.reviews__block-info-item:first-child {
  padding: 0 0 15px;
}
.reviews__block-info-item p {
  font-family: 'Open Sans';
  font-size: 17px;
  font-weight: 300;
  line-height: 20px;
  color: #353562;
  margin-bottom: 6px;
}
.reviews__block-info-item span {
  font-family: 'Open Sans';
  font-size: 15px;
  font-weight: 300;
  line-height: 29px;
  color: #5d555b;
}
.affiliate-program {
  margin-bottom: 63px;
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  color: #5d555b;
}
@media (max-width: 575.98px) {
  .affiliate-program {
    text-align: center;
  }
}
.affiliate-program__container {
  padding: 27px 0 28px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.affiliate-program__button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  border-radius: 4px;
  padding-left: 41px;
  padding-right: 39px;
  background-color: #e5c316;
  font-size: 17px;
  line-height: 1.18;
  color: #fff;
  -webkit-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}
@media (max-width: 767.98px) {
  .affiliate-program__button {
    font-size: 14px;
  }
}
.affiliate-program__button:hover {
  color: #fff;
  background-color: #b39706;
}
.affiliate-program__procent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767.98px) {
  .affiliate-program__procent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.affiliate-program__procent-block {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.affiliate-program__procent-block--left {
  text-align: right;
}
@media (max-width: 767.98px) {
  .affiliate-program__procent-block--left {
    text-align: center;
  }
}
.affiliate-program__procent-block--right {
  text-align: left;
}
@media (max-width: 767.98px) {
  .affiliate-program__procent-block--right {
    text-align: center;
  }
}
.affiliate-program__procent-block-description {
  font-weight: 300;
  line-height: 1.75;
  color: #5d555b;
}
@media (max-width: 991.98px) {
  .affiliate-program__procent-block-description {
    font-size: 13px;
  }
}
.affiliate-program__procent-plus {
  font-size: 93px;
  font-weight: 100;
  line-height: 1.22;
  letter-spacing: 2.33px;
  color: #e5c316;
  margin-left: 29px;
  margin-right: 35px;
}
@media (max-width: 767.98px) {
  .affiliate-program__procent-plus {
    font-size: 63px;
  }
}
.affiliate-program__procent-block-value {
  display: inline-block;
  min-width: 344px;
  font-size: 93px;
  font-weight: 100;
  line-height: 1.22;
  letter-spacing: 2.33px;
  color: #e5c316;
  border-bottom: solid 3px #e5c316;
  margin-bottom: 15px;
}
@media (max-width: 991.98px) {
  .affiliate-program__procent-block-value {
    display: block;
    min-width: 0;
    max-width: 344px;
  }
}
@media (max-width: 767.98px) {
  .affiliate-program__procent-block-value {
    display: inline-block;
    font-size: 63px;
  }
}
.affiliate-program__table-wrapper {
  background-color: rgba(255, 177, 0, 0.11);
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .affiliate-program__table-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.affiliate-program__table-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767.98px) {
  .affiliate-program__table-block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.affiliate-program__table-item {
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media (max-width: 767.98px) {
  .affiliate-program__table-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 calc(100% / 4);
    -ms-flex: 1 0 calc(100% / 4);
    flex: 1 0 calc(100% / 4);
    border-bottom: solid 1px #5d555b;
  }
}
@media (max-width: 575.98px) {
  .affiliate-program__table-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 calc(100% / 3);
    -ms-flex: 1 0 calc(100% / 3);
    flex: 1 0 calc(100% / 3);
  }
}
.affiliate-program__table-item:not(:last-child) {
  border-right: solid 1px #5d555b;
}
@media (max-width: 767.98px) {
  .affiliate-program__table-item:not(:last-child):nth-child(4n) {
    border-right-color: transparent;
  }
}
@media (max-width: 575.98px) {
  .affiliate-program__table-item:not(:last-child):nth-child(4n) {
    border-right-color: #5d555b;
  }
  .affiliate-program__table-item:not(:last-child):nth-child(3n) {
    border-right-color: transparent;
  }
}
.affiliate-program__table-label {
  font-size: 16px;
  line-height: 2.44;
  color: #5d555b;
  padding-top: 14px;
}
@media (max-width: 991.98px) {
  .affiliate-program__table-label {
    font-size: 12px;
  }
}
.affiliate-program__table-value {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.95;
  color: #b39706;
  padding-bottom: 14px;
}
@media (max-width: 991.98px) {
  .affiliate-program__table-value {
    font-size: 14px;
  }
}
* {
  outline: 0 !important;
}
::-webkit-input-placeholder {
  color: rgba(53, 53, 98, 0.5);
}
::-moz-placeholder {
  color: rgba(53, 53, 98, 0.5);
}
:-ms-input-placeholder {
  color: rgba(53, 53, 98, 0.5);
}
::-ms-input-placeholder {
  color: rgba(53, 53, 98, 0.5);
}
::placeholder {
  color: rgba(53, 53, 98, 0.5);
}
::-moz-selection {
  background-color: orange;
  color: #fff;
}
::selection {
  background-color: orange;
  color: #fff;
}
input,
textarea {
  outline: 0;
}
input:focus:required:invalid,
textarea:focus:required:invalid {
  border-color: red;
}
input:required:valid,
textarea:required:valid {
  border-color: green;
}
body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  overflow-x: hidden;
  color: #333;

  background: url(../i/site_back_dot.png) top center;
  /*background-image: -o-linear-gradient(5deg, #f7f9f8, rgba(0,0,0,0.1));
  background-image: linear-gradient(85deg, #f7f9f8, rgba(0,0,0,0.1));*/
  top:0 !important;
}
a {
  -webkit-transition: border-color 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out;
}
a:hover {
  color: inherit;
  text-decoration: none;
  border-color: transparent;
}
.copy {
  position: relative;
  margin-left: 30px;
  font-size: 13px;
  font-weight: 300;
  color: #5d555b;
  border-bottom: 1px solid;
}
@media (max-width: 575.98px) {
  .copy {
    margin-left: 13px;
  }
}
.copy::before {
  content: "";
  position: absolute;
  top: 3px;
  left: -17px;
  display: block;
  width: 9px;
  height: 10px;
  background: url(../i/_src/ic-content-copy-24-px.svg) no-repeat center;
}
button {
  background-color: transparent;
  border: 0;
}
@media (max-width: 768px) {
  .modal-dialog {
    margin: 1.75rem;
  }
}
@media (max-width: 576px) {
  .modal-dialog {
    margin: 1.5rem auto;
  }
}
.modal-content {
  padding-right: 15px;
  padding-left: 15px;
}



.copy-alert-warp{
  position: fixed;
  z-index: 100;
  max-height: 100%;
  max-width: 100%;
  bottom: 0;
  left: 0;
  padding: 0 20px 50px;
}
.copy-alert-warp .copy-alert {
  width: auto;
  padding: 15px 30px;
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
  text-align: right;
  background: #354247;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.3);
}
.copy-alert-warp .copy-alert a{
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid;
}
#order-review{padding: 20px;margin: 20px auto;max-width:600px;position: relative; z-index: 100;background: #f8f8f8;}
#order-review .sb{text-align: right;}
.review-box-inputs input:checked ~ label,
.review-box-inputs label,
.review-box-inputs label:hover,
.review-box-inputs label:hover ~ label {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjMyIiBpZD0ic3RhciIgdmlld0JveD0iMCAwIDMyIDMyIiB3aWR0aD0iMzIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iIzU1NTU1NSIgZD0iTTE2IDAgTDIxIDExIEwzMiAxMiBMMjMgMTkgTDI2IDMxIEwxNiAyNSBMNiAzMSBMOSAxOSBMMCAxMiBMMTEgMTEiLz48L3N2Zz4=);
  background-repeat: no-repeat;background-position: 0 0;opacity: 1;background-size: 100%;}
.review-box-inputs {margin: 0 auto;margin-top: 10px;min-width: 200px;min-height: 40px;overflow: hidden;*zoom: 1;position: relative;display: inline-block;}
.review-box-inputs input {display: none;border: 0;filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;width:40px;height:40px;top:0;z-index:0;}

.review-box-inputs label {height: 40px;width: 40px;float: right;cursor: pointer;position: relative;z-index: 1;}
.review-box-inputs label:hover,
.review-box-inputs label:hover ~ label,
.review-box-inputs input:checked ~ label{
  background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjMyIiBpZD0ic3RhciIgdmlld0JveD0iMCAwIDMyIDMyIiB3aWR0aD0iMzIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI2ZmY2UyMiIgZD0iTTE2IDAgTDIxIDExIEwzMiAxMiBMMjMgMTkgTDI2IDMxIEwxNiAyNSBMNiAzMSBMOSAxOSBMMCAxMiBMMTEgMTEiLz48L3N2Zz4=);
  opacity: 1;height: 40px;width: 40px;}
#order-review .title{font-size: 24px; line-height: 28px; font-weight: 300;padding-bottom: 20px;}
#order-review .back_to_list{margin-top: 0;}
.review_sub{padding: 0 10px;margin-bottom: 0;font-size: 12px;}



.wallets .wallet {
  border-bottom: 1px solid #fefcf1;
  padding: 20px 0;
}

.wallets .wallet__envelope {
  width: 26px;
  height: 19px;
}

.wallets .wallet__wallet {
  width: 25px;
  height: 21px;
}

.wallets .wallet__currency-image {
  width: 24px;
  height: auto;
}

.wallets .wallet__currency-name {
  color: #5352a7;
  font-size: 16px;
  font-family: UniNeueRegular;
}

.wallets .wallet .with-hidden-overflow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  overflow: hidden;
  white-space: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.captcha > div{margin: 0 auto;width: 304px;}

.language-control img{
  max-width: 24px;
  max-height: 24px;
  border: 1px solid #273439;
}
.aspl {
  margin-top: 15px;
  color:white
}
.banner {
  background-color: #0087af;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 48px;
  padding-right: 48px;
}
.banner__column {
  border-right: 1px solid #fff;
}
@media (max-width: 991px) {
  .banner__column {
    border: 0;
  }
}
.banner__title {
  font-size: 23px;
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
}
@media (max-width: 991px) {
  .banner__title {
    font-size: 20px;
  }
}
.banner__title span {
  font-size: 14px;
  line-height: 2.14;
  color: #fff;
}
@media (max-width: 991px) {
  .banner__title span {
    font-size: 13px;
  }
}
.banner__link {
  font-size: 16px;
  line-height: 1.88;
  color: #fff;
  text-decoration: underline;
}
.banner__link:hover {
  color: #fff;
  text-decoration: none;
}

.account-verify__title {
  font-size: 24px;
  line-height: 1.25;
  color: #353562;
  text-align: center;
  margin-bottom: 16px;
}
.account-verify__text {
  font-size: 14px;
  line-height: 1.43;
  color: #484848;
  margin-bottom: 40px;
}
.account-verify__text span {
  font-size: 16px;
  color: #353562;
}
.account-verify__adventages {
  margin-bottom: 50px;
}
.account-verify__item {
  height: 100%;
  font-size: 20px;
  line-height: 1.35;
  text-align: center;
  color: #353562;
  border-top: 1px solid #e5c316;
  border-bottom: 1px solid #e5c316;
  padding-top: 10px;
  padding-bottom: 10px;
}
.account-verify__description {
  font-size: 16px;
  line-height: 1.44;
  text-align: center;
  color: #484848;
}
.account-verify__footer {
  font-size: 14px;
  line-height: 1.07;
  color: #484848;
}

.tooltip-address {
  position: absolute;
  background: #e5c316;
  color: #fff;
  padding: 3px 10px;
  font-size: 12px;
  width: 100%;
  margin-top: -7px;
  z-index: 10;
  left: 0;
  word-break: break-all;
  border-radius: 0 0 10px 10px;
  border: 1px solid #d8d8d8;
  border-top: 0;
}

.site-header__top-auth{
  position: relative;
}
.header-telegram {
  width: 125px;
  margin-right: 10px;
  display: flex;
  align-items: center;
}
.header-telegram .telegram{
  width: 25px;
  height: 25px;
  background: url(../i/_src/telegram3.svg) no-repeat center center;
  background-size: contain;
  margin-left: 10px;
}
.lite-version-link{
  display: flex;
  align-items: center;
  line-height: 25px;
  gap: 10px;
  margin-right: 12px;
}
.lite-version-link span{
  width: 25px;
  height: 25px;
  display: flex;
  background: #425056;
  align-items: center;
  justify-content: center;
  border-radius: 90px;
  margin: 0;
}
.header-acc-wrap{
  display: flex;
  align-items: center;
}
@media (max-width: 767px){
  .header-telegram {
    margin: 0;
    width: auto;
  }
  .header-telegram .telegram{
    margin-right: 0;
  }
  .site-header__top-auth{
    justify-content: space-between;
  }
  .header-acc-wrap{
    position: absolute;
    top: -28px;
    right: 0;
    margin: 0;
  }
  .site-header__top-auth a{
    font-size: 12px;
  }
}
#wrng ul{
  list-style: none;
  padding: 0;
}
.lite_offer{
  padding: 10px;
  background: #e5c316;
  text-align: center;
}
.from-min-amount,.to-min-amount{
  position: absolute;
  font-size: 12px;
  color:#555;
  margin-top: 5px;
}
#tx_confirmation{text-align: center}
.referals-wrapper img.photoExample {
  max-width: 100%;
}
.m-0-auto {
  margin: 0 auto;
}
.bold {
  font-weight: bold;
}
@media (max-width: 575.98px) {
  .referals-wrapper img.photoExample, .referals-wrapper .order-step-buttons .btn {
    max-width: 250px;
  }
}
@media (min-width: 576px) {
   .referals-wrapper.order-step-buttons .btn {
    flex: 0 0 calc(50% - 10px);
  }
}

.icntf_link{
  margin-bottom: 20px;
  margin-top: -10px;
}

.purse-contorl{
  min-height: 45px;
  width: 100%;
  border-radius: 10px;
  border: solid 1px #d6d6d6;
  background-color: #f7f7f7;
  font-family: 'Open Sans';
  font-size: 15px;
  font-weight: 300;
  line-height: 1.2;
  color: #353562;
  padding-left: 13px;
  padding-right: 13px;
  display: flex;
  align-items: center;
  word-break: break-all;
}

.captcha-cont > div > div {
  margin: 0 auto;
  margin-top: 20px;
}
.modal-error, .user-security-codes .alert-warning {
  background: #d00505;
  color: #fff;
  padding: 15px 0;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.btnAuthStep {
  width: 100%;
  max-width: 350px!important;
  margin: 0 auto;
}
.btnAuthStep2 {
  width: 100%;
  max-width: 250px!important;
  margin: 0 auto;
}
.recoveryLink {
  text-decoration: underline;
}
.recoveryLink:hover {
  text-decoration: none;
}
#authForm .input-group {
  margin-bottom: 0;
}

.email_unconfirmed {
  margin-top: 25px;
}
.electronic_check_wrp, #electronic_check_wrap {
  text-align: center;
  margin-top: 10px;
}

#electronic_check_label span {
  color: #fff;
}
.calcInpError {
  background: red;
  color: #fff;
  padding: 5px 10px;
  font-size: 13px;
}